/* 
	Table of Contents

    01. Settings ----------------------------------
    02. Sprite ------------------------------------
         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 -----------------------------------
    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. Crb Loader --------------------------------
    09. Reset -------------------------------------
    10. Base WordPress CSS ------------------------
    11. Gallery -----------------------------------
    12. Pagination --------------------------------
    13. Comments ----------------------------------
    14. Search Form -------------------------------
    15. Search Results ----------------------------
    16. Core Blocks -------------------------------
    17. Gutenber Block - Audio --------------------
    18. Gutenberg Block - Button ------------------
    19. Gutenberg Block - Caption -----------------
    20. Gutenberg Block - Code --------------------
    21. Gutenber Block - Columns ------------------
    22. Gutenberg Block - Cover Image -------------
    23. Gutenberg Block - File --------------------
    24. Gutenberg Block - Gallery -----------------
    25. Gutenberg Block - Image -------------------
    26. Gutenberg Block - Latest Comments ---------
    27. Gutenberg Block - Preformatted Text -------
    28. Gutenberg Block - Pullquote ---------------
    29. Gutenberg Block - Blockquote --------------
    30. Getenberg Block - Search ------------------
    31. Gutenberg Block - Separator ---------------
         Remove duplicate rule-line when a separator
 * is followed by an H1, or H2 
    32. Gutenberg Block - Table -------------------
    33. Gutenberg Block - Twitter Embed -----------
    34. Gutenberg Block - Verse -------------------
    35. Gutenberg Block - Video -------------------
    36. Custom Blocks -----------------------------
    37. Modules -----------------------------------
    38. Articles ----------------------------------
    39. Article -----------------------------------
    40. Article Single ----------------------------
    41. - Transitions -----------------------------
    42. Buttons -----------------------------------
    43. Btn ---------------------------------------
         Btn Menu ---------------------------------
         Btn Search -------------------------------
         Btn Subscribe ----------------------------
    44. Categories Posts --------------------------
    45. # Copyright -------------------------------
    46. Error404 ----------------------------------
    47. # Footer Navigations ----------------------
    48. # Footer ----------------------------------
    49. # Form ------------------------------------
    50. Gravity Forms Reset -----------------------
         Gform Reset ------------------------------
    51. Gravity Forms Deafult Style ---------------
         Base -------------------------------------
         Fields -----------------------------------
         Checkbox and Radio -----------------------
         Datepicker -------------------------------
         Footer -----------------------------------
         Spinner ----------------------------------
         Error States -----------------------------
         Confirmation -----------------------------
    52. # Header ----------------------------------
    53. - Admin Bar (if header is fixed) ----------
    54. Hero --------------------------------------
    55. # Lists -----------------------------------
    56. # Logos -----------------------------------
    57. Main --------------------------------------
    58. # Social Navigations ----------------------
    59. # Navigations -----------------------------
    60. Post --------------------------------------
    61. Primary Category --------------------------
    62. Richtext Entry ----------------------------
    63. Section Ads -------------------------------
    64. Section Categories ------------------------
    65. Section Events ----------------------------
    66. Section Features --------------------------
    67. Section Page ------------------------------
    68. Section Subscribe -------------------------
    69. Section Default ---------------------------
    70. # Shell -----------------------------------
    71. - Fluid -----------------------------------
    72. Single Post -------------------------------
    73. Slogan ------------------------------------
    74. Socials -----------------------------------
    75. - Transitions -----------------------------
    76. Subscribe Form ----------------------------
    77. # Widgets ---------------------------------
    78. - Calendar --------------------------------
    79. - Rss -------------------------------------
    80. - Categories ------------------------------
    81. - Post ------------------------------------
    82. - Ads -------------------------------------
    83. Archive -----------------------------------
    84. - Wrapper ---------------------------------
 */

/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */
/*fonts*/
/* transition timing*/
/*shell*/
/*colors*/
/*responsive*/
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
/*!
 *  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 {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -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 {
  -webkit-filter: none;
          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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

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

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        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
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            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;
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #131c2a; }
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
    text-decoration: none; }
a[href^="tel"] {
    text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.6em; }
h1 {
  font-size: 40px; }
h2 {
  font-size: 37px; }
h3 {
  font-size: 30px; }
h4 {
  font-size: 25px; }
h5 {
  font-size: 23px; }
h6 {
  font-size: 20px; }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em; }
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: "Crimson Text", "Times New Roman", Times, 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: "Crimson Text", "Times New Roman", Times, 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: 'Crimson Text';
  src: url("../fonts/CrimsonText-Regular.woff2") format("woff2"), url("../fonts/CrimsonText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Crimson Text';
  src: url("../fonts/CrimsonText-Italic.woff2") format("woff2"), url("../fonts/CrimsonText-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Crimson Text';
  src: url("../fonts/CrimsonText-Roman.woff2") format("woff2"), url("../fonts/CrimsonText-Roman.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Crimson Text';
  src: url("../fonts/CrimsonText-SemiBoldItalic.woff2") format("woff2"), url("../fonts/CrimsonText-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Crimson Text';
  src: url("../fonts/CrimsonText-SemiBold.woff2") format("woff2"), url("../fonts/CrimsonText-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Crimson Text';
  src: url("../fonts/CrimsonText-Bold.woff2") format("woff2"), url("../fonts/CrimsonText-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Crimson Text';
  src: url("../fonts/CrimsonText-BoldItalic.woff2") format("woff2"), url("../fonts/CrimsonText-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-LightIt.woff2") format("woff2"), url("../fonts/ProximaNova-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-RegularIt.woff2") format("woff2"), url("../fonts/ProximaNova-RegularIt.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNovaAW07-Medium.woff2") format("woff2"), url("../fonts/ProximaNovaAW07-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-SemiboldIt.woff2") format("woff2"), url("../fonts/ProximaNova-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-BoldIt.woff2") format("woff2"), url("../fonts/ProximaNova-BoldIt.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
/* ------------------------------------------------------------ *\
	# 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 (min-width: 375px), screen and (min-width: 812px) and (orientation: landscape) {
  .alignleft {
    float: none; } }
/*  Alignright  */
.alignright {
  float: right; }
@media (min-width: 375px), screen and (min-width: 812px) and (orientation: landscape) {
  .alignright {
    float: none; } }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Grid  */
.cols {
  margin: 0 -15px; }
.cols:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
.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: 375px) {
  .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: 376px) and (max-width: 768px) {
  .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: 769px) and (max-width: 1023px) {
  .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: 1024px) {
  .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; } }
/* ------------------------------------------------------------ *\
	Crb Loader
\* ------------------------------------------------------------ */
.crb-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .15s, visibility .15s;
  -o-transition: opacity .15s, visibility .15s;
  transition: opacity .15s, visibility .15s; }
.crb-loader:after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    width: 60px;
    height: 60px;
    border: 7px solid #131c2a;
    border-top-color: #ed2a25;
    border-radius: 50%;
    margin: -30px -30px 0 0;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite; }
.crb-loader.is-active {
  visibility: visible;
  opacity: 1; }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          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;
      -ms-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,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
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 0 10px; }
img.alignnone {
  display: block; }
@media (min-width: 768px) {
  .alignnone,
  .alignleft,
  .alignright,
  .aligncenter {
    margin: 5px 15px 0.6em; }
  .alignleft {
    float: left;
    margin-left: 0; }
  .alignright {
    float: right;
    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: .8em;
  color: inherit;
  background: transparent;
  text-align: center; }
/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */
.gallery {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px; }
.gallery .wp-caption-text {
    right: 10px;
    bottom: 10px;
    left: 10px;
    text-align: left; }
.gallery-item {
  float: left;
  position: relative;
  padding: 10px; }
.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.29%; }
.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; }
/* ------------------------------------------------------------ *\
    Pagination
\* ------------------------------------------------------------ */
.paging ul,
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.paging {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0; }
.paging ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
    padding: 0 20px; }
.paging ul li {
      margin: 0 5px; }
.paging ul li.paging__spacer,
    .paging ul a {
      background-color: #fff;
      font-size: 14px;
      color: #131c2a;
      width: 35px;
      height: 35px;
      display: block;
      text-align: center;
      line-height: 35px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
.paging ul a:hover,
    .paging ul li.current a {
      color: #fff;
      background-color: #131c2a; }
.paging a {
    text-decoration: none; }
.paging .paging__next,
  .paging .paging__prev {
    font-size: 16px;
    color: #131c2a;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
.paging .paging__next:hover, .paging .paging__next:hover,
    .paging .paging__prev:hover,
    .paging .paging__prev:hover {
      color: #131c2a; }
.paging .paging__next:only-child,
    .paging .paging__prev:only-child {
      margin-left: auto;
      margin-right: 0; }
.paging .paging__next:only-child,
    .paging .paging__prev:only-child {
      margin-right: auto;
      margin-left: 0; }
.paging .paging__label,
  .paging .paging__first,
  .paging .paging__last,
  .paging .paging__prev,
  .paging .paging__next {
    margin: 9px; }
@media (min-width: 375px), screen and (min-width: 812px) and (orientation: landscape) {
  .paging {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .paging ul {
      width: 100%;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              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 {
  padding-left: 70px; }
.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 .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: .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"]::-webkit-input-placeholder {
    color: #777; }
.comment-respond input[type="text"]::-moz-placeholder {
    color: #777; }
.comment-respond input[type="text"]:-ms-input-placeholder {
    color: #777; }
.comment-respond input[type="text"]::-ms-input-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; }
.search-form .search__field {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7; }
.search-form .search__field:focus {
    background-color: #fff; }
.search-form .search__field::-webkit-input-placeholder {
    color: #777; }
.search-form .search__field::-moz-placeholder {
    color: #777; }
.search-form .search__field:-ms-input-placeholder {
    color: #777; }
.search-form .search__field::-ms-input-placeholder {
    color: #777; }
.search-form .search__field::placeholder {
    color: #777; }
.search-form .screen-reader-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0.5;
    visibility: hidden; }
.bar .search-form {
    position: absolute;
    top: 1px;
    right: -250px;
    z-index: 10;
    width: 250px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
.bar .search-form .search__field {
    height: 31px;
    padding: 5px; }
.bar .search-form .loading {
    position: absolute;
    top: 2px;
    right: 5px; }
.bar .search-form.is-active {
    right: 0;
    opacity: 1;
    visibility: visible; }
/* ------------------------------------------------------------ *\
	Search Results
\* ------------------------------------------------------------ */
.bar .search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%; }
.bar .search-results p,
  .bar .search-results ul {
    padding: 5px 10px;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(19, 28, 42, 0.3);
            box-shadow: 0 5px 5px rgba(19, 28, 42, 0.3);
    list-style: none outside none; }
.bar .search-results li {
    padding: 5px 0; }
.bar .search-results li:not(:first-child) {
    border-top: 1px solid #131c2a; }
.bar .search-results a {
    text-decoration: none; }
/* ------------------------------------------------------------ *\
	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 (min-width: 768px) {
  .wp-block-audio.alignleft audio,
  .wp-block-audio.alignright audio {
    max-width: 350px; } }
@media (min-width: 1023px) {
  .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: "Proxima Nova", Helvetica, Arial, sans-serif;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          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: 14px;
  line-height: 1.2;
  margin: 0 0 15px;
  padding: 15px 0 0;
  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 {
  padding: 20px;
  margin: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -20px 30px; }
.wp-block-columns.wp-block-columns.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); }
.wp-block-columns.wp-block-columns:last-child {
    margin-bottom: 0; }
.wp-block-columns.wp-block-columns .wp-block-column {
    padding: 20px;
    margin: 0;
    -ms-flex-preferred-size: auto;
        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 (min-width: 768px) {
  .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 (min-width: 375px), screen and (min-width: 812px) and (orientation: landscape) {
  .wp-block-columns.wp-block-columns {
    margin: -15px -40px 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 (min-width: 768px) {
  .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; } }
/* ------------------------------------------------------------ *\
	Gutenberg Block - File
\* ------------------------------------------------------------ */
.wp-block-file {
  font-family: "Crimson Text", "Times New Roman", Times, serif; }
.wp-block-file__button {
  display: table;
  border: none;
  border-radius: 5px;
  background: #666;
  font-size: 20px;
  font-family: "Crimson Text", "Times New Roman", Times, 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 (min-width: 768px) {
  .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 (min-width: 768px) {
  .wp-block-image.alignfull {
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 375px), screen and (min-width: 812px) and (orientation: landscape) {
  .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: "Crimson Text", "Times New Roman", Times, 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: "Crimson Text", "Times New Roman", Times, 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.alignleft blockquote, .wp-block-pullquote.alignright 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.alignleft blockquote p:first-child, .wp-block-pullquote.alignright 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 (min-width: 768px) {
  .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-large footer, .wp-block-quote.is-style-large cite,
  .wp-block-quote.is-style-large footer {
    font-size: 14px; }
@media (min-width: 768px) {
  .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; } }
/* ------------------------------------------------------------ *\
	Getenberg Block - Search
\* ------------------------------------------------------------ */
.wp-block-search {
  position: relative; }
.wp-block-search .wp-block-search__input {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7; }
.wp-block-search .wp-block-search__input:focus {
    background-color: #fff; }
.wp-block-search .wp-block-search__input::-webkit-input-placeholder {
    color: #777; }
.wp-block-search .wp-block-search__input::-moz-placeholder {
    color: #777; }
.wp-block-search .wp-block-search__input:-ms-input-placeholder {
    color: #777; }
.wp-block-search .wp-block-search__input::-ms-input-placeholder {
    color: #777; }
.wp-block-search .wp-block-search__input::placeholder {
    color: #777; }
.wp-block-search .wp-block-search__button {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0.5;
    visibility: hidden; }
.page-content .wp-block-search {
    margin-bottom: 10px; }
.page-content .wp-block-search .wp-block-search__label {
    margin-bottom: 5px;
    text-align: center; }
.page-content .wp-block-search .wp-block-search__input {
    max-width: 100%; }
/* ------------------------------------------------------------ *\
	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;
  display: none !important; }
.wp-block-separator .is-style-wide,
  hr .is-style-wide {
    max-width: 100%;
    display: none !important; }
.wp-block-separator.is-style-dots,
  hr.is-style-dots {
    max-width: 100%;
    background-color: inherit;
    border: inherit;
    height: inherit;
    text-align: center;
    display: none !important; }
.wp-block-separator:before,
  hr:before {
    color: #666;
    font-size: 16px;
    padding-left: 20px;
    display: none !important; }
/* 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;
  display: none !important; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Table
\* ------------------------------------------------------------ */
.wp-block-table table {
  border-collapse: separate;
  border-spacing: 5px; }
.wp-block-table th,
.wp-block-table td {
  padding: 3px 5px; }
.wp-block-table tr:nth-child(odd) td {
  background: #d3ecff; }
.wp-block-table.aligncenter {
  margin-right: auto;
  margin-left: auto; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Twitter Embed
\* ------------------------------------------------------------ */
.wp-block-embed-twitter {
  word-break: break-word; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Verse
\* ------------------------------------------------------------ */
.wp-block-verse {
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 1.8; }
/* ------------------------------------------------------------ *\
	Gutenberg Block - Video
\* ------------------------------------------------------------ */
.wp-block-video video {
  width: 100%; }
/* ------------------------------------------------------------ *\
	Custom Blocks
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	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%; }
/* ------------------------------------------------------------ *\
	- Transitions
\* ------------------------------------------------------------ */
.bar {
  position: relative;
  z-index: 901;
  display: none; }
@media (min-width: 1023px) {
    .bar {
      padding: 0 25px; } }
@media (min-width: 1201px) {
    .bar {
      position: relative;
      display: block;
      background-color: #131c2a; } }
.bar .shell {
    max-width: 1264px; }
@media (min-width: 1201px) {
      .bar .shell {
        padding: 6px 0 2px; } }
.bar .nav-social {
    position: relative;
    top: -2px;
    float: right; }
.bar .nav-social li {
    margin: 0 8px 0 7px; }
.bar .nav-social li a {
    font-size: 24px; }
@media (min-width: 1201px) {
    .bar .btn--search {
      float: right;
      margin-left: 88px; } }
@media (min-width: 1201px) {
    .bar .nav--utilities {
      float: left; } }
/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */
[class^="btn"] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 0; }
/* ------------------------------------------------------------ *\
	Btn
\* ------------------------------------------------------------ */
.btn {
  font-size: 16px;
  color: #fff;
  background: #131c2a;
  padding: 10px 20px; }
.btn:hover {
    background: rgba(19, 28, 42, 0.9);
    color: #fff; }
/*btn--block*/
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* Btn Menu */
.btn--menu {
  position: absolute;
  top: 22px;
  right: 33px;
  display: block;
  width: 21px;
  height: 23px;
  padding-top: 10px;
  z-index: 7;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s; }
@media (min-width: 1201px) {
    .btn--menu {
      display: none; } }
.btn--menu:before {
    position: absolute;
    right: 0;
    top: -2px;
    width: 21px;
    height: 3px;
    background-color: #131c2a;
    border-radius: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: block;
    content: ''; }
.btn--menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #131c2a;
    border-radius: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
.btn--menu span:before, .btn--menu span:after {
      position: absolute;
      right: 0;
      width: 17px;
      height: 3px;
      background-color: #131c2a;
      border-radius: 0;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      display: block;
      content: ''; }
.btn--menu span:before {
      top: -6px; }
.btn--menu span:after {
      bottom: -6px; }
.btn--menu.js-active-menu {
  position: fixed;
  top: 88px; }
.btn--menu.js-active-menu:before,
  .btn--menu.js-active-menu span {
    background-color: #00a3eb; }
.btn--menu.js-active-menu span:before,
  .btn--menu.js-active-menu span:after {
    right: 4px;
    background-color: #00a3eb; }
/* Btn Search */
.btn--search {
  display: none; }
@media (min-width: 1201px) {
    .btn--search {
      display: block;
      width: 22px;
      height: 22px;
      background: url(../images/ico-search.png) no-repeat 0 0/cover;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .btn--search:hover {
        opacity: 0.7; } }
/* Btn Subscribe */
.btn--subscribe {
  padding: 0;
  width: 333px;
  height: 55px;
  float: right;
  font-size: 12px;
  line-height: 55px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-image: -o-linear-gradient(271deg, #00587f 0%, #00a3eb 100%);
  background-image: linear-gradient(179deg, #00587f 0%, #00a3eb 100%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
.btn--subscribe:hover {
    background-image: -o-linear-gradient(271deg, #00a3eb 0%, #00587f 100%);
    background-image: linear-gradient(179deg, #00a3eb 0%, #00587f 100%); }
.close__submenu {
  position: fixed;
  top: 38px;
  left: -150vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.13px;
  text-transform: uppercase;
  color: #fff;
  z-index: 7; }
.close__submenu:before {
    position: relative;
    top: 3px;
    display: inline-block;
    content: '';
    width: 19px;
    height: 19px;
    margin-right: 11px;
    background: url(../images/arrow-white.png) no-repeat 0 0; }
.js_sub_menu .close__submenu {
  left: 41px; }
/* ------------------------------------------------------------ *\
	Categories Posts
\* ------------------------------------------------------------ */
.categories-posts {
  padding: 30px 0;
  text-align: center; }
@media (min-width: 1201px) {
    .categories-posts {
      padding: 64px 0 60px; } }
.categories-posts h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 3.67px;
    color: #131c2a;
    text-transform: uppercase; }
@media (min-width: 1201px) {
      .categories-posts h2 {
        padding-bottom: 13px;
        margin-bottom: 46px; } }
.categories-posts h2:before {
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -50px;
      display: block;
      content: '';
      width: 100px;
      height: 1px;
      background: #3f8db4; }
@media (min-width: 1201px) {
        .categories-posts h2:before {
          margin-left: -100px;
          width: 200px; } }
@media (min-width: 1201px) {
      .categories-posts h2 {
        font-size: 44px; } }
.categories-posts .posts_wrap {
    margin-bottom: 30px; }
@media (min-width: 768px) {
      .categories-posts .posts_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch; } }
@media (min-width: 1201px) {
      .categories-posts .posts_wrap {
        max-width: 1101px;
        margin: 0 auto 69px; } }
.categories-posts .post {
    display: block;
    width: 100%; }
@media (min-width: 768px) {
      .categories-posts .post {
        width: 50%; } }
@media (min-width: 1023px) {
      .categories-posts .post {
        width: 33.3%; } }
.categories-posts .btn--load {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #404040; }
.categories-posts .btn--load:hover {
      opacity: 0.7; }
@media (min-width: 1201px) {
      .categories-posts .btn--load {
        font-size: 18px;
        line-height: 48px; } }
.categories-posts .btn--load .ico-arrow {
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    background: url(../images/arrow-dark-blue.png) no-repeat 0 0/cover; }
@media (min-width: 1201px) {
      .categories-posts .btn--load .ico-arrow {
        width: 48px;
        height: 48px; } }
@media (min-width: 1201px) {
    .categories-posts + .section-ads {
      padding-bottom: 0;
      margin-bottom: -27px; } }
@media (min-width: 1023px) {
    .categories-posts:not(.primary-category) .post {
      border-left: 1px solid #eceae4; } }
@media (min-width: 768px) {
    .categories-posts:not(.primary-category) .post:nth-child(even) {
      border-left: 1px solid #eceae4; } }
@media (min-width: 1023px) {
    .categories-posts:not(.primary-category) .post:nth-child(3n+1) {
      border-left: 0; } }
/* ------------------------------------------------------------ *\
	# Copyright
\* ------------------------------------------------------------ */
.copyright {
  position: relative;
  display: none; }
.copyright:before {
    position: absolute;
    top: -24px;
    left: -90px;
    right: -90px;
    width: auto;
    height: 1px;
    display: block;
    background: #fff;
    content: ''; }
@media (min-width: 1201px) {
    .copyright {
      display: block; } }
.copyright p {
    font-size: 10px;
    line-height: 2;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff; }
.copyright p strong {
    font-weight: 300; }
.copyright p a:hover {
    color: #fff !important; }
/* ------------------------------------------------------------ *\
	Error404
\* ------------------------------------------------------------ */
.error404 .main .btn {
  margin-top: 15px; }
/* ------------------------------------------------------------ *\
	# Footer Navigations
\* ------------------------------------------------------------ */
.footer--nav {
  display: none; }
@media (min-width: 1201px) {
    .footer--nav {
      display: block; } }
.footer--nav ul {
    list-style: none; }
.footer--nav li {
    display: block;
    margin: 0 -3px 3px; }
.footer--nav a {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; }
.footer--nav a:hover {
      color: #44c6ff; }
/* ------------------------------------------------------------ *\
	# Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 48px 0 25px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  background-color: #131c2a;
  color: #fff; }
@media (min-width: 1201px) {
    .footer {
      padding: 60px 0 50px; } }
.footer .footer__body {
    max-width: 1114px;
    margin: 0 auto; }
@media (min-width: 1201px) {
    .footer .grid {
      position: relative;
      overflow: hidden;
      padding-bottom: 67px; } }
@media (min-width: 1201px) {
    .footer .grid:before, .footer .grid:after {
      position: absolute;
      top: 10px;
      bottom: 40px;
      width: 1px;
      height: auto;
      display: block;
      content: '';
      background: #fff; } }
.footer .grid:before {
    left: 30%; }
.footer .grid:after {
    left: 70%; }
@media (min-width: 1201px) {
    .footer .grid__col {
      position: relative;
      float: right;
      text-align: left; } }
@media (min-width: 1201px) {
    .footer .grid__col--1of3 {
      width: 30%;
      padding: 0 36px; } }
@media (min-width: 1201px) {
    .footer .grid__col--1of3:nth-child(2) {
      width: 40%; } }
@media (min-width: 1023px) {
    .footer .footer--logo {
      padding: 11px 0 23px;
      width: 262px; } }
.footer .nav-social {
    padding: 46px 0 33px; }
@media (min-width: 1023px) {
      .footer .nav-social {
        padding: 0 0 0 4px; } }
@media (min-width: 1023px) {
      .footer .nav-social li {
        margin: 0 14px 0 0; } }
@media (min-width: 1023px) {
      .footer .nav-social a {
        font-size: 24px; } }
.footer .footer__links {
    list-style: none;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin: 0 -20px 21px;
    padding: 38px 15px 37px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
@media (min-width: 1023px) {
      .footer .footer__links {
        padding: 38px 200px 37px; } }
@media (min-width: 1201px) {
      .footer .footer__links {
        padding: 0;
        border: 0;
        margin: 8px 0 0; } }
.footer .footer__links li {
    padding: 0;
    margin-bottom: 18px;
    text-align: left;
    display: block;
    vertical-align: middle; }
@media (min-width: 1201px) {
      .footer .footer__links li {
        margin-bottom: 14px; } }
.footer .footer__links p {
    margin: 0;
    font-size: 14px;
    line-height: 1.29;
    font-weight: 300;
    color: #fff; }
@media (min-width: 1023px) {
      .footer .footer__links p {
        font-size: 12px;
        line-height: 1.17;
        font-weight: 300; } }
.footer .footer__links a {
    text-decoration: none; }
@media (min-width: 1201px) {
      .footer .footer__links a:hover {
        color: #44c6ff; } }
.footer h6 {
    max-width: 210px;
    margin: 0 auto;
    font-size: 10px;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase; }
@media (min-width: 1023px) {
      .footer h6 {
        max-width: 100%; } }
.footer h6 + h6 {
    padding: 20px 0 0; }
@media (min-width: 1023px) {
      .footer h6 + h6 {
        padding-top: 0; } }
.footer h6 a {
    text-decoration: none; }
@media (min-width: 1201px) {
      .footer h6 a {
        color: #44c6ff; }
        .footer h6 a:hover {
          color: #fff; } }
.footer h6 + p {
    margin: 37px -20px;
    padding: 27px 20px 0;
    border-top: 1px solid #fff;
    font-size: 11px;
    line-height: 1.82;
    font-weight: 300;
    letter-spacing: 1.1px;
    text-transform: uppercase; }
@media (min-width: 1023px) {
      .footer h6 + p {
        margin: 0;
        padding: 28px 0 52px;
        border: 0; } }
.footer p strong {
    padding: 0 8px;
    display: inline-block;
    font-weight: 300; }
@media (min-width: 1201px) {
    .footer p a {
      text-decoration: none; } }
@media (min-width: 1201px) {
    .footer p br {
      display: none; } }
/* ------------------------------------------------------------ *\
	# Form
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-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; }
/*remove comment to hide arrow in IE11*/
/*select::-ms-expand {
	display: none;
}*/
/* ------------------------------------------------------------ *\
	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: 50%;
  padding: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
.gform_wrapper .gform_body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.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;
  margin-bottom: 0 !important;
  margin-top: 0 !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: 33.33%;
  max-width: 33.33%; }
/* 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--date,
.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--checkbox,
.gform_wrapper .gform_body .gform_fields .gfield--radio,
.gform_wrapper .gform_body .gform_fields .gfield--large,
.gform_wrapper .gform_body .gform_fields .gfield--fileupload,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--address.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--name.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--date.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--rangeslider.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--consent.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--section.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--html.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--checkbox.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--radio.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--fileupload.gfield_error,
.gform_wrapper.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_wrapper.gform_wrapper .gform_footer input.button,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input.button,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input[type=submit] {
  line-height: initial;
  min-height: initial;
  width: auto;
  padding: 5px 15px; }
.section__form .gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input.button,
.section__form .gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input[type=submit],
.section__form .gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input.button,
.section__form .gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input[type=submit] {
  padding: 0; }
/* ------------------------------------------------------------ *\
	Gravity Forms Deafult Style
\* ------------------------------------------------------------ */
/* Base */
/* Fields */
.gform_wrapper .gform_body .gform_fields {
  margin: 0 -15px !important; }
.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 15px;
  margin-bottom: 20px !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%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid grey;
  border-radius: 0;
  font-weight: inherit; }
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 200px;
  resize: vertical;
  padding: 15px; }
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  padding: 0 15px; }
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple="multiple"] {
  padding: 15px; }
/* Checkbox and Radio */
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li input[type=radio] {
  display: none; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio 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,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:before,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before {
  width: 14px;
  height: 14px;
  border: 1px solid grey; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after {
  display: none; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input:checked + label,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li input:checked + label {
  font-weight: 400; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input:checked + label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li input:checked + label:after {
  display: block; }
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after {
  border-radius: 100%; }
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after {
  left: 2px;
  width: 10px;
  height: 10px;
  background: grey; }
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after {
  border-radius: 100%; }
/* 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 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg); }
.ui-datepicker .ui-datepicker-next:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          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;
  -webkit-box-shadow: none;
          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_wrapper.gform_wrapper .gform_footer input.button,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input.button,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input[type=submit] {
  min-width: 150px;
  height: 50px;
  padding: 0 10px;
  border: 0;
  border-radius: 1px;
  background-color: #ed2a25;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 50px !important;
  color: #131c2a;
  letter-spacing: 2.63px;
  text-transform: uppercase;
  text-align: center;
  opacity: 1; }
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input[type=submit]:hover {
  opacity: .7; }
/* Spinner */
/* Error States */
.gform_wrapper.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.gform_wrapper.gform_wrapper div.validation_error {
  border-color: red;
  background-color: transparent; }
.gform_wrapper.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper.gform_wrapper .validation_message,
.gform_wrapper.gform_wrapper div.validation_error,
.gform_wrapper.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper.gform_wrapper li.gfield_error ul.gfield_radio,
.gform_wrapper.gform_wrapper .gfield_required {
  color: red; }
.gform_wrapper.gform_wrapper div.validation_error {
  display: none; }
/* Confirmation */
.gform_confirmation_wrapper .gform_confirmation_message {
  text-align: center; }
@media (min-width: 375px), screen and (min-width: 812px) and (orientation: landscape) {
  .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%; } }
/* ------------------------------------------------------------ *\
	# Header
\* ------------------------------------------------------------ */
.header {
  position: relative;
  width: 100%;
  z-index: 900;
  margin-bottom: 7px; }
@media (min-width: 1201px) {
    .header .header__inner {
      padding: 26px 0 35px;
      text-align: center;
      border-bottom: 1px solid #131c2a; } }
.header .mobile__nav {
    position: fixed;
    top: 0;
    left: -150vw;
    padding: 60px 0 30px 42px;
    width: 100%;
    height: 100vh;
    background: #131c2a;
    z-index: 5;
    overflow: scroll;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
@media (min-width: 1201px) {
      .header .mobile__nav {
        display: none; } }
.header .header__nav {
    display: none; }
@media (min-width: 1201px) {
      .header .header__nav {
        display: block;
        border-bottom: 1px solid #131c2a; } }
.header .header__nav .shell:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both; }
.js-active-menu .header .mobile__nav {
  left: 0; }
/* ------------------------------------------------------------ *\
	- Admin Bar (if header is fixed)
\* ------------------------------------------------------------ */
/*remove comments for fixed hader*/
/*body.admin-bar .header {
margin-top: 32px;
}

$breakpoint-admin-bar {
	body.admin-bar .header {
	margin-top: 46px;
	}
}*/
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  padding-bottom: 36px; }
@media (min-width: 1201px) {
    .hero {
      padding: 46px 0 59px; } }
.hero .shell:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both; }
@media (min-width: 1023px) {
    .hero .hero__slider {
      float: left;
      width: 68.37%; } }
@media (min-width: 1201px) {
    .hero .hero__slider {
      width: 68.4%; } }
.hero .section_ads {
    display: none; }
@media (min-width: 1023px) {
      .hero .section_ads {
        display: block;
        float: right;
        width: 29.11%; } }
.hero .section_ads img {
    width: 100%; }
@media (min-width: 1023px) {
  .hero__slider .slider__clip {
    position: relative;
    height: 0;
    padding-bottom: 56.74%; }
  .hero__slider .slider__slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .hero__slider .slider__slides,
  .hero__slider .slick-list,
  .hero__slider .slick-track,
  .hero__slider .slick-slide,
  .hero__slider .slick-slide > div,
  .hero__slider .slider__slide,
  .hero__slider .slider__slide-image {
    height: 100%; } }
.hero__slider .slider__slide {
  position: relative; }
.hero__slider .slider__slide-image {
  margin-bottom: 7px; }
@media (min-width: 1023px) {
    .hero__slider .slider__slide-image {
      margin-bottom: 0; } }
.hero__slider .slider__slide-image img {
  width: 100%; }
.hero__slider .entry {
  margin-bottom: 5px; }
@media (min-width: 1023px) {
    .hero__slider .entry {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      margin-bottom: 0;
      background: rgba(0, 0, 0, 0.9);
      padding: 20px 20px 65px; } }
@media (min-width: 1201px) {
    .hero__slider .entry {
      padding: 36px 42px 88px; } }
.hero__slider .entry h6 {
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  color: #006693;
  text-transform: uppercase; }
@media (min-width: 1023px) {
    .hero__slider .entry h6 {
      margin-bottom: 3px;
      font-size: 12px;
      line-height: 1.67;
      font-weight: 600;
      letter-spacing: 2px;
      color: #44c6ff; } }
.hero__slider .entry h3 {
  padding-right: 50px;
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  color: #131c2a; }
@media (min-width: 1023px) {
    .hero__slider .entry h3 {
      font-size: 35px;
      color: #ffffff;
      font-weight: 600; } }
@media (min-width: 1201px) {
    .hero__slider .entry h3 {
      font-size: 40px; } }
@media (min-width: 1401px) {
    .hero__slider .entry h3 {
      font-size: 46px; } }
.hero__slider .entry a {
  text-decoration: none; }
.hero__slider .slick-dots {
  list-style: none;
  text-align: center; }
@media (min-width: 1023px) {
    .hero__slider .slick-dots {
      position: absolute;
      bottom: 40px;
      left: 21px;
      z-index: 5; } }
@media (min-width: 1201px) {
    .hero__slider .slick-dots {
      bottom: 58px;
      left: 41px; } }
.hero__slider .slick-dots li {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #404040;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
@media (min-width: 1023px) {
    .hero__slider .slick-dots li {
      width: 23px;
      height: 22px;
      margin: 0 18px 0 0;
      border: 2px solid #fff;
      background-color: transparent; } }
.hero__slider .slick-dots li.slick-active {
  border: 2px solid #ed2a25;
  background-color: #ed2a25; }
.hero__slider .slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }
/* ------------------------------------------------------------ *\ 
	# Icons
\* ------------------------------------------------------------ */
[class^="ico-"] {
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  display: inline-block;
  vertical-align: top;
  position: relative; }
/* ------------------------------------------------------------ *\
	# Lists
\* ------------------------------------------------------------ */
[class^="list"] > ul {
  list-style: none;
  position: relative;
  padding: 0; }
/* ------------------------------------------------------------ *\
	# Logos
\* ------------------------------------------------------------ */
[class^="logo"] {
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none; }
.logo {
  height: 54px;
  width: 219px;
  margin: 0 0 0 2px; }
@media (min-width: 1201px) {
    .logo {
      display: inline-block;
      vertical-align: bottom;
      width: 396px;
      height: 98px;
      margin: 0; } }
.logo > img {
    display: block;
    width: auto;
    height: auto; }
.footer--logo {
  max-width: 262px;
  margin: 0 auto;
  display: block; }
.footer--logo img {
    width: 100%;
    height: auto; }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
body.error404 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
body.error404 .main > section {
    width: 100%; }
/* ------------------------------------------------------------ *\
	# Social Navigations
\* ------------------------------------------------------------ */
.nav-social ul {
  list-style: none; }
.nav-social li {
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle; }
.nav-social li a {
  font-size: 44px;
  line-height: 1;
  color: #44c6ff;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
.nav-social li a:hover {
    color: #fff; }
/* ------------------------------------------------------------ *\
	# Navigations
\* ------------------------------------------------------------ */
[class^="nav"] ul {
  list-style: none;
  padding: 0; }
.nav {
  float: left;
  max-width: calc(100% - 340px); }
.nav ul {
    padding: 16px 0 0;
    list-style: none; }
.nav ul li {
    position: relative;
    display: inline-block;
    margin-right: 1px; }
.nav ul li.current-menu-item > a,
    .nav ul li:hover > a {
      color: #00a3eb; }
.nav ul li:hover > ul {
      opacity: 1;
      visibility: visible; }
.nav ul li.menu-item-has-children {
      padding-right: 40px; }
.nav ul li.menu-item-has-children:before, .nav ul li.menu-item-has-children:after {
        position: absolute;
        display: block;
        content: '';
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
.nav ul li.menu-item-has-children:after {
        top: 0;
        right: 25px;
        width: 14px;
        height: 14px;
        background: url(../images/arrow-blue.png) no-repeat 0 0/cover;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
.nav ul li.menu-item-has-children:before {
        top: -22px;
        right: 0;
        bottom: 0;
        width: 1px;
        height: auto;
        background: #131c2a;
        opacity: 0; }
.nav ul li.menu-item-has-children:hover:before {
        opacity: 1; }
.nav ul li.menu-item-has-children:hover:after {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0); }
.nav ul li a {
    padding: 0 5px 15px;
    display: block;
    text-decoration: none;
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.94px;
    text-transform: uppercase;
    color: #131c2a;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
@media (min-width: 1401px) {
      .nav ul li a {
        padding: 0 13px 15px; } }
.nav ul li ul {
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    border: 1px solid #131c2a;
    border-top: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden; }
.nav ul li ul li {
    display: block;
    margin: 0; }
.nav ul li ul li a {
    padding: 0 0 15px 13px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0;
    color: #006693;
    text-transform: none; }
.nav--utilities {
  display: none; }
@media (min-width: 1201px) {
    .nav--utilities {
      display: block; } }
.nav--utilities ul {
    position: relative;
    top: -1px;
    list-style: none; }
.nav--utilities li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 41px; }
.nav--utilities li.current-menu-item a {
      color: #44c6ff; }
.nav--utilities li a {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
.nav--utilities li a:hover {
      color: #44c6ff; }
.nav-mobile ul {
  padding: 20px 0 33px;
  list-style: none; }
.nav-mobile ul li {
  position: relative; }
.nav-mobile ul li.menu-item-has-children {
    padding-right: 40px; }
.nav-mobile ul li + li {
  margin-top: 33px; }
.nav-mobile ul li a {
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none; }
.nav-mobile > ul > li.menu-item-has-children > a {
  position: relative;
  z-index: 2; }
.nav-mobile > ul > li.menu-item-has-children > a:after {
    position: relative;
    top: -6px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 19px;
    height: 19px;
    background: url(../images/arrow-blue.png) no-repeat 0 0/cover;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
.nav-mobile ul li ul {
  position: fixed;
  top: 0;
  left: -150vw;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  z-index: 6;
  padding: 106px 0 50px 41px;
  margin: 0;
  display: block;
  background-color: #00a3eb;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
.nav-mobile ul li ul li + li {
  margin: 17px 0 0; }
.nav-mobile ul li ul li a {
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.13px;
  text-transform: uppercase;
  color: #fff; }
.js_sub_menu .nav-mobile ul li ul {
  left: 0; }
.nav-second ul {
  list-style: none; }
.nav-second li {
  display: block;
  padding-bottom: 13px; }
.nav-second a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none; }
/* ------------------------------------------------------------ *\
	Post
\* ------------------------------------------------------------ */
.post {
  margin-bottom: 20px;
  border-bottom: 1px solid #eceae4; }
@media (min-width: 768px) {
    .post {
      margin-bottom: 0;
      padding: 21px 16px 20px; }
      .post:nth-child(1), .post:nth-child(2) {
        padding-top: 0; } }
@media (min-width: 1023px) {
    .post:nth-child(1), .post:nth-child(2), .post:nth-child(3) {
      padding-top: 20px; } }
.post .post__image {
    overflow: hidden;
    margin-bottom: 10px; }
.post .post__image a {
    display: block; }
.post .post__image a:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
.post .entry {
    padding: 0 10px 10px; }
@media (min-width: 768px) {
      .post .entry {
        text-align: left; } }
@media (min-width: 1201px) {
      .post .entry {
        padding: 12px 14px 10px;
        min-height: 151px; } }
.post .entry h6 {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.67;
    font-weight: 600;
    text-transform: uppercase;
    color: #00a3eb; }
.post .entry h6 a {
    text-decoration: none; }
.post .entry h4 {
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 20px;
    line-height: 1.17;
    font-weight: 600;
    color: #131c2a; }
@media (min-width: 1201px) {
      .post .entry h4 {
        font-size: 24px; } }
.post .entry h4 a {
    text-decoration: none;
    display: block; }
.post .entry h4 a:hover {
      opacity: 0.7; }
/* ------------------------------------------------------------ *\
	Primary Category
\* ------------------------------------------------------------ */
@media (min-width: 1201px) {
  .primary-category {
    padding: 49px 0 60px; } }
@media (min-width: 1201px) {
  .primary-category h2 {
    padding-bottom: 7px;
    margin-bottom: 33px; } }
.primary-category .shell {
  max-width: 1101px; }
.primary-category .hero__slider {
  margin-bottom: 30px; }
@media (min-width: 1201px) {
    .primary-category .hero__slider {
      margin-bottom: 50px;
      text-align: left; } }
.primary-category .hero__slider .entry h3 {
  padding-right: 0; }
.primary-category .posts_wrap {
  margin-bottom: 0; }
@media (min-width: 1201px) {
    .primary-category .posts_wrap {
      margin: 0 -16px 0; } }
.primary-category .post {
  border-right: 1px solid #eceae4; }
.primary-category .post:nth-of-type(3n) {
    border-right-width: 0; }
.primary-category .post:nth-of-type(6n), .primary-category .post:nth-of-type(6n-1), .primary-category .post:nth-of-type(6n-2) {
    border-bottom-width: 0; }
.primary-category .post__ads {
  padding: 0 0 20px; }
@media (min-width: 768px) {
    .primary-category .post__ads {
      padding: 20px 0; } }
.primary-category .post__ads a {
  display: block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
.primary-category .post__ads a:hover {
    opacity: 0.7; }
.primary-category .section-ads {
  position: relative;
  width: 100%;
  padding: 20px 0 20px;
  margin-bottom: 20px; }
@media (min-width: 768px) {
    .primary-category .section-ads {
      margin-top: 20px; } }
@media (min-width: 1201px) {
    .primary-category .section-ads {
      padding: 40px 0 35px !important;
      margin-bottom: 31px; } }
.primary-category .section-ads:before, .primary-category .section-ads:after {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    display: block;
    background: #eceae4;
    content: ''; }
@media (min-width: 1201px) {
      .primary-category .section-ads:before, .primary-category .section-ads:after {
        right: -115px;
        left: -115px; } }
.primary-category .section-ads:before {
    top: 0; }
.primary-category .section-ads:after {
    bottom: 0; }
@media (min-width: 1023px) {
    .primary-category .section-ads {
      padding: 20px 0 20px; } }
@media (min-width: 1201px) {
    .primary-category .section-ads {
      padding: 20px 0 20px; } }
.primary-category .btn--load {
  position: relative;
  margin-top: 30px;
  padding-top: 20px; }
@media (min-width: 1201px) {
    .primary-category .btn--load {
      padding-top: 74px;
      margin-bottom: -7px; } }
.primary-category .btn--load:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    display: block;
    background: #eceae4;
    content: '';
    right: -550px;
    left: -550px; }
.primary-category + .section-ads {
  padding-bottom: 30px; }
@media (min-width: 1201px) {
    .primary-category + .section-ads {
      margin-bottom: 0; } }
/* ------------------------------------------------------------ *\
	Richtext Entry
\* ------------------------------------------------------------ */
.richtext-entry {
  /*
	 * Unset nested content selector styles
	 * - Prevents layout styles from cascading too deeply
	 * - helps with plugin compatibility
	 */ }
.richtext-entry ul:not([class]),
  .richtext-entry ol:not([class]) {
    list-style: none; }
.richtext-entry ul:not([class]) li,
    .richtext-entry ol:not([class]) li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 20px;
      font-family: "Crimson Text", "Times New Roman", Times, serif;
      font-size: 18px;
      line-height: 1.3;
      font-weight: 400;
      color: #131c2a;
      text-align: left; }
@media (min-width: 768px) {
        .richtext-entry ul:not([class]) li,
        .richtext-entry ol:not([class]) li {
          font-size: 20px;
          line-height: 1.4; } }
@media (min-width: 1023px) {
        .richtext-entry ul:not([class]) li,
        .richtext-entry ol:not([class]) li {
          font-size: 22px;
          line-height: 1.55; } }
@media (min-width: 1201px) {
        .richtext-entry ul:not([class]) li,
        .richtext-entry ol:not([class]) li {
          margin-bottom: 15px;
          padding-left: 22px; } }
.richtext-entry ul:not([class]) li:before,
      .richtext-entry ol:not([class]) li:before {
        position: absolute;
        top: 9px;
        left: 5px;
        width: 6px;
        height: 6px;
        background-color: #ed2a25;
        display: block;
        content: '';
        border-radius: 50%; }
@media (min-width: 1023px) {
          .richtext-entry ul:not([class]) li:before,
          .richtext-entry ol:not([class]) li:before {
            top: 12px;
            left: 0;
            width: 10px;
            height: 10px; } }
@media (min-width: 1201px) {
          .richtext-entry ul:not([class]) li:before,
          .richtext-entry ol:not([class]) li:before {
            top: 15px;
            left: 0; } }
.richtext-entry > blockquote {
    border-left: 2px solid #131c2a;
    margin-left: 0;
    padding: 0 0 0 16px; }
.richtext-entry > .richtext-entry {
    margin: inherit;
    max-width: inherit;
    padding: inherit; }
.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; }
/* ------------------------------------------------------------ *\
	Section Ads
\* ------------------------------------------------------------ */
.section-ads {
  position: relative;
  z-index: 5;
  padding: 12px 18px 22px; }
@media (min-width: 1023px) {
    .section-ads {
      padding: 22px 18px 22px; } }
@media (min-width: 1201px) {
    .section-ads {
      padding: 28px 18px 20px; } }
.section-ads a {
    display: block; }
.section-ads a:hover {
      opacity: 0.7; }
@media (min-width: 1023px) {
      .section-ads a {
        text-align: center; } }
.section-ads a img {
    width: auto;
    height: auto; }
@media (min-width: 1023px) {
      .section-ads a img {
        max-width: 970px;
        margin: 0 auto; } }
.section-ads.desktop {
  display: none; }
@media (min-width: 1023px) {
    .section-ads.desktop {
      display: block; } }
.section-categories.grey + .section-ads {
  padding: 0 13px 42px 6px; }
.home .section-categories.white + .section-ads {
  display: none; }
@media (min-width: 1023px) {
    .home .section-categories.white + .section-ads {
      display: block; } }
/* ------------------------------------------------------------ *\
	Section Categories
\* ------------------------------------------------------------ */
.section-categories {
  position: relative;
  z-index: 2;
  padding-bottom: 27px; }
@media (min-width: 1201px) {
    .section-categories {
      padding-bottom: 47px; } }
.section-categories .shell {
    position: relative;
    z-index: 2; }
.section-categories .section__head {
    position: relative;
    margin-bottom: 10px; }
@media (min-width: 1023px) {
      .section-categories .section__head {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #131c2a; } }
@media (min-width: 1201px) {
      .section-categories .section__head {
        padding-bottom: 26px;
        margin-bottom: 38px; } }
.section-categories .section__head h2 {
    margin: 0;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2.33px;
    text-transform: uppercase;
    color: #131c2a;
    max-width: calc(100% - 94px); }
@media (min-width: 1023px) {
      .section-categories .section__head h2 {
        font-size: 30px; } }
@media (min-width: 1201px) {
      .section-categories .section__head h2 {
        font-size: 36px; } }
.section-categories .section__head .bnt--all {
    position: absolute;
    bottom: 3px;
    right: 13px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00a3eb;
    text-decoration: none; }
@media (min-width: 1023px) {
      .section-categories .section__head .bnt--all {
        font-size: 15px; } }
@media (min-width: 1201px) {
      .section-categories .section__head .bnt--all {
        bottom: 19px;
        font-size: 18px; } }
.section-categories .section__body {
    position: relative;
    overflow: hidden; }
@media (min-width: 1201px) {
      .section-categories .section__body {
        margin-right: -15px;
        width: calc(100% + 15px); } }
.section-categories .box {
    padding-top: 17px;
    margin-top: 18px;
    border-top: 1px solid #eceae4; }
@media (min-width: 1023px) {
      .section-categories .box {
        float: left;
        width: 28.4%;
        padding: 0 15px;
        margin: 0;
        border: 0;
        border-left: 1px solid #eceae4; } }
@media (min-width: 1023px) {
      .section-categories .box:nth-child(4) ~ .box, .section-categories .box:nth-child(4) {
        border-top: 1px solid #eceae4 !important; }
        .section-categories .box:nth-child(4) ~ .box .inner_ad,
        .section-categories .box:nth-child(4) ~ .box .category__image, .section-categories .box:nth-child(4) .inner_ad,
        .section-categories .box:nth-child(4) .category__image {
          padding-top: 15px !important; } }
.section-categories .box.large {
    padding: 22px 0 3px;
    margin-top: 12px; }
@media (min-width: 1023px) {
      .section-categories .box.large {
        width: 43.05%;
        padding: 0 15px 50px 0;
        margin: 0;
        border: 0; } }
.section-categories .category__image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100px; }
@media (min-width: 1023px) {
      .section-categories .category__image {
        width: 100%;
        height: auto;
        display: block; } }
.section-categories .category__image a {
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center; }
.section-categories .category__image a:hover {
      opacity: 0.7; }
.section-categories .category__image img {
    width: 100%;
    height: 100%; }
@media (min-width: 1023px) {
      .section-categories .category__image img {
        position: relative;
        width: auto;
        height: auto;
        margin: 0 auto; } }
.section-categories .entry {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 110px);
    padding-left: 11px; }
@media (min-width: 1023px) {
      .section-categories .entry {
        display: block;
        width: 100%;
        padding: 15px 15px 24px; } }
.section-categories .entry h4 {
    margin: 0;
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.17;
    color: #131c2a; }
@media (min-width: 1023px) {
      .section-categories .entry h4 {
        margin-bottom: 20px;
        font-size: 27px;
        line-height: 1.2;
        font-weight: 400; } }
@media (min-width: 1201px) {
      .section-categories .entry h4 {
        font-size: 36px; } }
.section-categories .entry h4 a {
    display: block;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
.section-categories .entry h4 a:hover {
      opacity: 0.7; }
.section-categories .entry h5 {
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    color: #131c2a; }
@media (min-width: 1023px) {
      .section-categories .entry h5 {
        font-size: 20px;
        line-height: 1.17;
        font-weight: 600; } }
@media (min-width: 1201px) {
      .section-categories .entry h5 {
        font-size: 24px; } }
.section-categories .entry h5 a {
    display: block;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
.section-categories .entry h5 a:hover {
      opacity: 0.7; }
.section-categories .entry h6 {
    margin-bottom: 0;
    display: none;
    font-size: 10px;
    line-height: 2;
    font-weight: 600;
    text-transform: uppercase;
    color: #006693; }
@media (min-width: 1023px) {
      .section-categories .entry h6 {
        display: block;
        font-size: 12px;
        line-height: 1.67;
        font-weight: 600;
        color: #00a3eb;
        text-transform: uppercase; } }
@media (min-width: 1201px) {
      .section-categories .entry h6 {
        margin-bottom: 13px; } }
.section-categories .entry p {
    display: none; }
@media (min-width: 1023px) {
      .section-categories .entry p {
        display: block;
        font-family: "Crimson Text", "Times New Roman", Times, serif;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 400;
        color: #131c2a; } }
@media (min-width: 1201px) {
      .section-categories .entry p {
        font-size: 18px;
        line-height: 1.44; } }
.section-categories .box.large .category__image {
    margin-bottom: 6px;
    display: block;
    width: 100%;
    height: auto; }
.section-categories .box.large .category__image img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto; }
.section-categories .box.large .entry {
    display: block;
    width: 100%; }
@media (min-width: 1023px) {
      .section-categories .box.large .entry {
        padding: 15px 20px; } }
@media (min-width: 1201px) {
      .section-categories .box.large .entry {
        padding: 15px 31px; } }
.section-categories .box.large .entry a {
    text-decoration: none; }
.section-categories .box.large .entry h6 {
    margin-bottom: 13px;
    display: block; }
@media (min-width: 1201px) {
      .section-categories .box.large .entry h6 {
        margin-bottom: 1px; } }
.section-categories .box__ad {
    display: none; }
@media (min-width: 1023px) {
      .section-categories .box__ad {
        display: block;
        padding: 0 30px; } }
.section-categories .box__ad a {
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
.section-categories .box__ad a:hover {
      opacity: 0.7; }
.section-categories .mobile__ads {
    padding-top: 24px;
    margin: 0 13px; }
@media (min-width: 1023px) {
      .section-categories .mobile__ads {
        display: none; } }
.section-categories .mobile__ads .ads__box a {
    display: block; }
.section-categories .mobile__ads .ads__box a img {
    width: 100%;
    height: auto; }
.section-categories .mobile__ads .ads__box + .ads__box {
    margin-top: 30px; }
.section-categories.grey {
  z-index: 1;
  background-color: #eceae4; }
@media (min-width: 1201px) {
    .section-categories.grey {
      padding: 47px 0 47px; } }
.section-categories.grey:before {
    position: absolute;
    top: -88px;
    left: 0;
    width: 100%;
    height: 90px;
    background: #eceae4;
    display: block;
    content: ''; }
@media (min-width: 1023px) {
      .section-categories.grey:before {
        top: -60px;
        height: 61px; } }
@media (min-width: 1201px) {
      .section-categories.grey:before {
        top: -60px;
        height: 61px; } }
.section-categories.grey:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: #fff;
    display: block;
    content: ''; }
@media (min-width: 1023px) {
      .section-categories.grey:after {
        background: #eceae4;
        bottom: -50px;
        height: 51px; } }
.section-categories.grey .box {
    border-top: 1px solid #131c2a; }
@media (min-width: 1023px) {
      .section-categories.grey .box {
        border: 0;
        border-left: 1px solid #a4a197; } }
@media (min-width: 1023px) {
      .section-categories.grey .box:nth-child(4) ~ .box, .section-categories.grey .box:nth-child(4) {
        border-top: 1px solid #a4a197 !important; }
        .section-categories.grey .box:nth-child(4) ~ .box .inner_ad,
        .section-categories.grey .box:nth-child(4) ~ .box .category__image, .section-categories.grey .box:nth-child(4) .inner_ad,
        .section-categories.grey .box:nth-child(4) .category__image {
          padding-top: 15px !important; } }
@media (min-width: 1023px) {
    .section-categories.grey .box.large {
      border: 0; } }
.section-categories.grey .section__body {
    position: relative; }
@media (min-width: 1201px) {
      .section-categories.grey .section__body {
        padding: 0 0 66px; } }
@media (min-width: 1201px) {
      .section-categories.grey .section__body:after {
        position: absolute;
        bottom: 43px;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        display: block;
        background: #a4a197;
        display: block;
        content: ''; } }
@media (min-width: 1201px) {
  .section-categories.alt {
    padding: 54px 0 99px; } }
.section-categories.alt .box.large {
  padding-top: 17px;
  margin-top: 18px; }
@media (min-width: 1023px) {
    .section-categories.alt .box.large {
      padding: 0 15px 0 0;
      margin: 0; } }
.section-categories.alt .box.large .category__image {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px; }
@media (min-width: 1023px) {
    .section-categories.alt .box.large .category__image {
      width: 100%;
      height: auto;
      display: block; } }
.section-categories.alt .box.large .category__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
@media (min-width: 1023px) {
    .section-categories.alt .box.large .category__image img {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      height: auto;
      -o-object-fit: fill;
         object-fit: fill; } }
.section-categories.alt .box.large .entry {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 110px);
  padding-left: 11px; }
@media (min-width: 1023px) {
    .section-categories.alt .box.large .entry {
      display: block;
      width: 100%;
      padding: 15px 20px; } }
.section-categories.alt .entry h4 {
  margin: 0;
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  color: #131c2a; }
@media (min-width: 1023px) {
    .section-categories.alt .entry h4 {
      margin-bottom: 20px;
      font-size: 27px;
      line-height: 1.2;
      font-weight: 400; } }
@media (min-width: 1201px) {
    .section-categories.alt .entry h4 {
      font-size: 36px; } }
.section-categories.alt .box.large .entry h6 {
  display: none; }
@media (min-width: 1023px) {
    .section-categories.alt .box.large .entry h6 {
      display: block; } }
/* ------------------------------------------------------------ *\
	Section Events
\* ------------------------------------------------------------ */
.section-events {
  margin: 37px 0 0;
  padding: 50px 0 72px;
  color: #fff;
  background-image: -o-linear-gradient(132deg, #006693 0%, #0a242f 100%);
  background-image: linear-gradient(-42deg, #006693 0%, #0a242f 100%); }
@media (min-width: 1023px) {
    .section-events {
      padding: 0;
      background: transparent; } }
@media (min-width: 1201px) {
    .section-events {
      margin-bottom: 30px; } }
@media (min-width: 1023px) {
    .section-events .section__wrap {
      padding: 54px;
      background-image: -o-linear-gradient(132deg, #006693 0%, #0a242f 100%);
      background-image: linear-gradient(-42deg, #006693 0%, #0a242f 100%); } }
@media (min-width: 1201px) {
    .section-events .section__wrap {
      padding: 75px 54px 122px;
      background-image: -o-linear-gradient(132deg, #017cb2 0%, #213c66 100%);
      background-image: linear-gradient(-42deg, #017cb2 0%, #213c66 100%); } }
.section-events .section__head {
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 26px;
    border-bottom: 1px solid #404040; }
@media (min-width: 1023px) {
      .section-events .section__head {
        margin-bottom: 30px;
        border-bottom: 0; } }
@media (min-width: 1201px) {
      .section-events .section__head {
        margin-bottom: 70px; } }
.section-events .section__head h2 {
    margin: 0;
    max-width: calc(100% - 94px);
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 2.33px;
    text-transform: uppercase;
    font-weight: 700; }
@media (min-width: 1023px) {
      .section-events .section__head h2 {
        font-size: 30px; } }
@media (min-width: 1201px) {
      .section-events .section__head h2 {
        font-size: 36px; } }
.section-events .section__head .bnt--all {
    position: absolute;
    bottom: 3px;
    right: 13px;
    font-size: 11px;
    color: #00a3eb;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700; }
@media (min-width: 1023px) {
      .section-events .section__head .bnt--all {
        font-size: 15px; } }
@media (min-width: 1201px) {
      .section-events .section__head .bnt--all {
        bottom: 12px;
        right: 14px;
        font-size: 18px;
        color: #fff; } }
.section-events .section__body {
    position: relative;
    overflow: hidden; }
@media (min-width: 1023px) {
      .section-events .section__body:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 71.5%;
        height: auto;
        width: 1px;
        display: block;
        content: '';
        background: #44c6ff; } }
@media (min-width: 1201px) {
      .section-events .section__body:before {
        left: 69%; } }
.section-events .section__left {
    margin-bottom: 56px; }
@media (min-width: 1023px) {
      .section-events .section__left {
        float: left;
        width: 69.03%; } }
@media (min-width: 1201px) {
      .section-events .section__left {
        width: 67%; } }
.section-events .section__left img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 26px; }
@media (min-width: 1201px) {
      .section-events .section__left img {
        margin-bottom: 47px; } }
.section-events .section__left h6 {
    margin-bottom: 13px;
    font-size: 10px;
    line-height: 2;
    font-weight: 600;
    text-transform: uppercase;
    color: #44c6ff; }
@media (min-width: 1201px) {
      .section-events .section__left h6 {
        display: none; } }
.section-events .section__left h3 {
    margin-bottom: 21px;
    padding-right: 50px;
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 1.17;
    font-weight: 600; }
@media (min-width: 1201px) {
      .section-events .section__left h3 {
        margin-bottom: 17px;
        font-size: 36px; } }
.section-events .section__left h3 a {
    text-decoration: none; }
.section-events .section__left p {
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 1.47;
    font-weight: 400; }
@media (min-width: 1023px) {
    .section-events .section__right {
      float: right;
      width: 25.84%; } }
@media (min-width: 1201px) {
    .section-events .section__right {
      width: 29%; } }
.section-events .section__right ul {
    list-style: none; }
.section-events .section__right li {
    padding-bottom: 40px;
    margin: 0; }
@media (min-width: 1201px) {
      .section-events .section__right li {
        padding-bottom: 52px; } }
@media (min-width: 1023px) {
      .section-events .section__right li:last-child {
        padding-bottom: 0; } }
.section-events .section__right a {
    display: block;
    font-size: 14px;
    line-height: 1.86;
    font-weight: 500;
    text-decoration: none; }
@media (min-width: 1201px) {
      .section-events .section__right a {
        font-size: 16px;
        line-height: 1.38;
        font-weight: 700; } }
.section-events .section__right .event-title {
    display: block;
    text-transform: uppercase; }
/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */
.section-features {
  padding: 64px 0 34px; }
@media (min-width: 1201px) {
    .section-features {
      padding-bottom: 56px; } }
.section-features .section__head {
    position: relative;
    margin: 0; }
@media (min-width: 1023px) {
      .section-features .section__head {
        padding-bottom: 30px;
        margin: 0;
        border-bottom: 1px solid #eceae4; } }
@media (min-width: 1201px) {
      .section-features .section__head {
        padding-bottom: 26px; } }
.section-features .section__head h2 {
    max-width: calc(100% - 94px);
    margin: 0;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 2.33px;
    font-weight: 700;
    text-transform: uppercase; }
@media (min-width: 1023px) {
      .section-features .section__head h2 {
        font-size: 30px; } }
@media (min-width: 1201px) {
      .section-features .section__head h2 {
        font-size: 36px; } }
.section-features .section__head .bnt--all {
    position: absolute;
    right: 13px;
    bottom: 3px;
    font-size: 11px;
    color: #00a3eb;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase; }
@media (min-width: 1023px) {
      .section-features .section__head .bnt--all {
        font-size: 15px; } }
@media (min-width: 1201px) {
      .section-features .section__head .bnt--all {
        bottom: 30px;
        font-size: 18px; } }
.section-features .section__body {
    position: relative;
    overflow: hidden; }
@media (min-width: 1023px) {
      .section-features .section__body:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 332px;
        height: auto;
        width: 1px;
        display: block;
        content: '';
        background: #eceae4; } }
.section-features .section__wrap {
    padding-bottom: 32px; }
@media (min-width: 1023px) {
      .section-features .section__wrap {
        float: left;
        width: calc(100% - 376px);
        padding-bottom: 0; } }
.section-features .content--full-width:before {
    display: none; }
.section-features .content--full-width .section__wrap {
    width: 100%; }
.section-features .feature {
    padding-top: 28px;
    margin-top: 11px;
    border-top: 1px solid #eceae4; }
@media (min-width: 1023px) {
      .section-features .feature {
        padding: 35px 20px 35px 25px;
        margin-top: 0;
        overflow: hidden;
        border-top: 0;
        border-bottom: 1px solid #eceae4; } }
.section-features .feature + .feature {
    margin-top: 18px;
    padding-top: 18px; }
@media (min-width: 1023px) {
      .section-features .feature + .feature {
        margin-top: 0;
        padding: 35px 0 35px 25px; } }
.section-features .features__image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px; }
@media (min-width: 1023px) {
      .section-features .features__image {
        display: block;
        float: left;
        width: 33.84%;
        height: auto; } }
@media (min-width: 1201px) {
      .section-features .features__image {
        width: 36.5%; } }
.section-features .features__image a {
    display: block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
.section-features .features__image a:hover {
      opacity: 0.7; }
.section-features .features__image img {
    max-width: 100%; }
.section-features .entry {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 110px);
    padding-left: 11px; }
@media (min-width: 1023px) {
      .section-features .entry {
        float: right;
        display: block;
        width: 60.04%; } }
@media (min-width: 1201px) {
      .section-features .entry {
        width: 61.5%; } }
.section-features .entry h6 {
    display: none; }
@media (min-width: 1023px) {
      .section-features .entry h6 {
        display: block;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1.67;
        font-weight: 600;
        color: #00a3eb;
        text-transform: uppercase; } }
@media (min-width: 1201px) {
      .section-features .entry h6 {
        margin-bottom: 6px; } }
.section-features .entry h4 {
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 1.33;
    color: #131c2a;
    font-weight: 400; }
@media (min-width: 1023px) {
      .section-features .entry h4 {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 1.17;
        font-weight: 600; } }
@media (min-width: 1201px) {
      .section-features .entry h4 {
        margin-bottom: 12px; } }
.section-features .entry h4 a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
.section-features .entry h4 a:hover {
      opacity: 0.7; }
.section-features .entry p {
    display: none; }
@media (min-width: 1023px) {
      .section-features .entry p {
        display: block;
        font-family: "Crimson Text", "Times New Roman", Times, serif;
        font-size: 18px;
        line-height: 1.44;
        font-weight: 400;
        color: #131c2a; } }
.section-features .section__ads {
    text-align: center; }
@media (min-width: 1023px) {
      .section-features .section__ads {
        float: right;
        width: 301px;
        padding-top: 34px; } }
.section-features .section__ads div {
    max-width: 301px;
    margin: 20px auto 0; }
@media (min-width: 1023px) {
      .section-features .section__ads div {
        margin: 0; } }
@media (min-width: 1023px) {
    .section-features .section__ads div + div {
      margin: 30px 0 0; } }
.section-features .section__ads a {
    display: block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
.section-features .section__ads a:hover {
      opacity: 0.7; }
.section-features .section__ads a img {
    width: 100%; }
.section-features.grey {
  padding: 55px 0 42px;
  background: #f4f3ef; }
@media (min-width: 1023px) {
    .section-features.grey {
      margin-bottom: 15px; } }
@media (min-width: 1023px) {
    .section-features.grey .section__head {
      border-bottom: 1px solid #131c2a; } }
@media (min-width: 1023px) {
    .section-features.grey .section__body:before {
      background: #131c2a; } }
@media (min-width: 1023px) {
    .section-features.grey .feature {
      border-bottom: 1px solid #131c2a; } }
.section-features.grey + .section-ads.desktop {
    padding-bottom: 45px; }
/* ------------------------------------------------------------ *\
	Section Page
\* ------------------------------------------------------------ */
.section-page {
  padding-bottom: 30px; }
@media (min-width: 1023px) {
    .section-page {
      padding-bottom: 70px; } }
@media (min-width: 768px) {
    .section-page {
      max-width: 790px;
      margin: 0 auto; } }
@media (min-width: 1201px) {
    .section-page {
      padding: 36px 0 97px;
      max-width: 900px; } }
.section-page .page__image {
    max-width: 1040px;
    margin: 0 auto 20px; }
@media (min-width: 1201px) {
      .section-page .page__image {
        margin: 0 -90px 52px; } }
.section-page h1 {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1.43px;
    color: #006693;
    text-transform: uppercase; }
@media (min-width: 768px) {
      .section-page h1 {
        font-size: 20px; } }
@media (min-width: 1201px) {
      .section-page h1 {
        padding-bottom: 23px;
        margin-bottom: 12px; } }
.section-page h1:before {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100px;
      height: 1px;
      display: block;
      content: '';
      background: #006693;
      margin-left: -50px; }
.section-page h2 {
    margin-bottom: 30px;
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 28px;
    line-height: 1.08;
    font-weight: 400;
    color: #131c2a; }
@media (min-width: 768px) {
      .section-page h2 {
        font-size: 35px; } }
@media (min-width: 1023px) {
      .section-page h2 {
        font-size: 40px; } }
@media (min-width: 1201px) {
      .section-page h2 {
        margin-bottom: 48px;
        font-size: 48px; } }
.section-page h4 {
    margin-bottom: 0;
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 22px;
    line-height: 1.31;
    font-weight: 400;
    margin-bottom: 20px;
    font-style: italic;
    color: #131c2a; }
@media (min-width: 768px) {
      .section-page h4 {
        font-size: 26px; } }
@media (min-width: 1023px) {
      .section-page h4 {
        font-size: 30px;
        margin-bottom: 40px; } }
.section-page p {
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: #131c2a; }
@media (min-width: 768px) {
      .section-page p {
        font-size: 18px;
        line-height: 1.4; } }
@media (min-width: 1023px) {
      .section-page p {
        font-size: 20px;
        line-height: 1.55; } }
.section-page h3 {
    padding-top: 10px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #006693; }
@media (min-width: 768px) {
      .section-page h3 {
        padding-top: 20px;
        font-size: 20px;
        line-height: 1.4; } }
@media (min-width: 1023px) {
      .section-page h3 {
        margin-bottom: 25px;
        padding-top: 20px;
        font-size: 22px;
        line-height: 1.55; } }
.section-page ul {
    list-style: none; }
.section-page ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: #131c2a;
    text-align: left; }
@media (min-width: 768px) {
      .section-page ul li {
        line-height: 1.4; } }
@media (min-width: 1023px) {
      .section-page ul li {
        font-size: 20px;
        line-height: 1.55; } }
@media (min-width: 1201px) {
      .section-page ul li {
        margin-bottom: 15px;
        padding-left: 22px; } }
.section-page ul li:before {
      position: absolute;
      top: 9px;
      left: 5px;
      width: 6px;
      height: 6px;
      background-color: #ed2a25;
      display: block;
      content: '';
      border-radius: 50%; }
@media (min-width: 1023px) {
        .section-page ul li:before {
          top: 12px;
          left: 0;
          width: 10px;
          height: 10px; } }
@media (min-width: 1201px) {
        .section-page ul li:before {
          top: 15px;
          left: 0; } }
.section-page h5 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3.33px;
    text-transform: uppercase;
    color: #00a3eb; }
@media (min-width: 768px) {
      .section-page h5 {
        font-size: 18px; } }
@media (min-width: 1023px) {
      .section-page h5 {
        font-size: 20px; } }
@media (min-width: 1201px) {
      .section-page h5 {
        margin: 4px -4px 32px 0;
        padding-bottom: 14px;
        font-size: 24px; } }
.section-page h5:before {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100px;
      height: 1px;
      display: block;
      content: '';
      background: #00a3eb;
      margin-left: -50px; }
@media (min-width: 1023px) {
        .section-page h5:before {
          left: 0;
          margin-left: 0; } }
.section-page h6 {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 40px;
    font-weight: 500;
    color: #131c2a; }
@media (min-width: 768px) {
      .section-page h6 {
        font-size: 14px;
        line-height: 1.57; } }
@media (min-width: 1023px) {
      .section-page h6 {
        line-height: 1.6; } }
.section-page ol li {
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    margin-left: 20px; }
@media (min-width: 1023px) {
      .section-page ol li {
        font-size: 20px;
        line-height: 1.55; } }
.section-page .wp-block-column {
    position: relative; }
@media (min-width: 1201px) {
      .section-page .wp-block-column {
        border-right: 0;
        max-width: 66%; }
        .section-page .wp-block-column:before {
          position: absolute;
          top: 23px;
          bottom: 0;
          right: 0;
          display: block;
          content: '';
          display: block;
          background: #285a71;
          width: 1px;
          height: auto; }
        .section-page .wp-block-column:last-child {
          border: 0;
          max-width: 32%; }
          .section-page .wp-block-column:last-child:before {
            display: none; } }
/* ------------------------------------------------------------ *\
	Section Subscribe
\* ------------------------------------------------------------ */
.section-subscribe {
  padding: 31px 0 53px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a3eb), color-stop(44%, #1d2d50), to(#050e1b));
  background-image: -o-linear-gradient(bottom, #00a3eb 0%, #1d2d50 44%, #050e1b 100%);
  background-image: linear-gradient(to top, #00a3eb 0%, #1d2d50 44%, #050e1b 100%);
  color: #fff; }
@media (min-width: 1023px) {
    .section-subscribe {
      margin-top: 30px; } }
@media (min-width: 1201px) {
    .section-subscribe {
      padding: 72px 0 101px;
      text-align: center;
      border-bottom: 1px solid #ed2a25;
      margin-top: 40px; } }
.section-subscribe .entry {
    padding: 0 5px 12px;
    margin-right: 35px; }
@media (min-width: 1201px) {
      .section-subscribe .entry {
        padding: 0;
        display: inline-block;
        vertical-align: bottom;
        width: 437px;
        text-align: left; } }
.section-subscribe .entry h6 {
    margin-bottom: 21px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 3px;
    color: #44c6ff;
    text-transform: uppercase; }
@media (min-width: 1023px) {
      .section-subscribe .entry h6 {
        margin-bottom: 15px;
        padding-left: 9px; } }
.section-subscribe .entry img {
    padding-right: 18px; }
@media (min-width: 1201px) {
      .section-subscribe .entry img {
        padding-right: 3px; } }
.section-subscribe .section__form {
    margin: 0 -1px; }
@media (min-width: 1201px) {
      .section-subscribe .section__form {
        margin: 0;
        display: inline-block;
        vertical-align: bottom;
        width: 551px; } }
@media (min-width: 1023px) {
  .archive.category .section-subscribe {
    margin-top: 0; } }
@media (min-width: 1201px) {
  .archive.category .section-subscribe {
    margin-top: 0; } }
/* ------------------------------------------------------------ *\
	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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
.section-default--404 .shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.section-default--404 .section__content {
    text-align: center; }
.section-default--404 .section__content .btn {
      margin-top: 20px; }
.entry ol,
.entry ul {
  list-style-position: inside; }
.entry ol ol,
.entry ul ul {
  padding-left: 10px; }
.entry blockquote {
  font-style: italic; }
.entry p img {
  max-width: 100%;
  height: auto; }
.entry .alignnone,
.entry .alignleft,
.entry .alignright,
.entry .aligncenter {
  padding: 0 0 20px; }
.entry .alignleft {
  padding: 0 10px 5px 0;
  float: left; }
@media (min-width: 768px) {
    .entry .alignleft {
      padding: 0 30px 5px 0; } }
.entry .alignright {
  padding: 0 0 5px 10px;
  float: right; }
@media (min-width: 768px) {
    .entry .alignright {
      padding: 0 0 5px 30px; } }
.entry .alignnone {
  display: block;
  margin-left: 0;
  margin-right: 0; }
.entry .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.entry .wp-caption {
  position: relative; }
.entry .wp-caption img {
  width: 100%; }
.entry .wp-caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }
/* ------------------------------------------------------------ *\
	# Shell
\* ------------------------------------------------------------ */
.shell {
  position: relative;
  max-width: 1310px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  width: 100%; }
/* ------------------------------------------------------------ *\
	- Fluid
\* ------------------------------------------------------------ */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Single Post
\* ------------------------------------------------------------ */
.single-article {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #eaeaea; }
@media (min-width: 1023px) {
    .single-article {
      padding-top: 22px;
      margin-bottom: 25px; } }
.single-article .shell {
    max-width: 1097px;
    text-align: left; }
.single-article .post__image {
    margin-bottom: 20px; }
.single-article .post__body {
    padding: 0 16px; }
.single-article .post__body:after {
    display: table;
    clear: both;
    line-height: 0;
    content: ''; }
.single-article .content {
    margin-bottom: 50px; }
@media (min-width: 1023px) {
      .single-article .content {
        padding-top: 3px;
        margin-bottom: 16px;
        float: left;
        width: calc(100% - 370px); } }
.single-article .post__head {
    padding: 10px 0 30px; }
.single-article .post__head p {
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 1.67;
    font-weight: 600;
    color: #131c2a;
    letter-spacing: 1px;
    text-transform: uppercase; }
@media (min-width: 768px) {
      .single-article .post__head p {
        letter-spacing: 1.5px; } }
@media (min-width: 1023px) {
      .single-article .post__head p {
        letter-spacing: 2px; } }
.single-article .post__head p a {
    color: #006693;
    text-decoration: none; }
.single-article .post__head p a:hover {
      color: #131c2a; }
.single-article .post__head p span {
    position: relative;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    padding-right: 10px;
    color: #131c2a; }
@media (min-width: 1201px) {
      .single-article .post__head p span {
        margin-left: 16px;
        padding-right: 24px; } }
.single-article .post__head h2 {
    margin-bottom: 10px;
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 27px;
    line-height: 1.08;
    font-weight: 400;
    color: #131c2a; }
@media (min-width: 768px) {
      .single-article .post__head h2 {
        margin-bottom: 20px;
        font-size: 33px; } }
@media (min-width: 1023px) {
      .single-article .post__head h2 {
        font-size: 40px; } }
@media (min-width: 1201px) {
      .single-article .post__head h2 {
        margin-bottom: 46px;
        font-size: 48px; } }
.single-article .post__head h5 {
    margin-bottom: 10px;
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 20px;
    line-height: 1.31;
    font-weight: 400;
    color: #131c2a;
    font-style: italic; }
@media (min-width: 768px) {
      .single-article .post__head h5 {
        margin-bottom: 20px;
        font-size: 24px; } }
@media (min-width: 1023px) {
      .single-article .post__head h5 {
        margin-bottom: 30px;
        font-size: 28px; } }
@media (min-width: 1201px) {
      .single-article .post__head h5 {
        margin-bottom: 40px;
        font-size: 32px; } }
.single-article .post__head h6 {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.33px;
    line-height: 20px;
    text-transform: uppercase;
    color: #757575; }
@media (min-width: 768px) {
      .single-article .post__head h6 {
        font-size: 14px; } }
.single-article .post__head h6 a {
    color: #006693;
    text-decoration: none; }
.single-article .post__head h6 a:hover {
      color: #757575; }
.single-article .entry {
    padding: 14px 0 0; }
.single-article .entry img:not([class]) {
    margin: 5px 10px 10px 0; }
.single-article .entry p {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #131c2a; }
@media (min-width: 768px) {
      .single-article .entry p {
        font-size: 17px; } }
@media (min-width: 1023px) {
      .single-article .entry p {
        font-size: 18px; } }
.single-article .entry .alignright {
    margin: 0 0 15px;
    padding: 0 0 0 20px; }
@media (min-width: 1023px) {
      .single-article .entry .alignright {
        margin: 13px 25px 15px; } }
.single-article .entry .alignleft {
    margin: 0 0 15px;
    padding: 0 20px 0 0; }
@media (min-width: 1023px) {
      .single-article .entry .alignleft {
        margin: 13px 25px 15px; } }
.single-article .entry .alignleft img {
    width: 100%;
    display: block; }
.single-article .entry .alignnone {
    margin: 0 0 15px;
    padding: 0; }
@media (min-width: 1023px) {
      .single-article .entry .alignnone {
        padding: 23px 0 20px;
        margin: 13px 0 15px -130px;
        width: calc(100% + 130px);
        max-width: 100% !important; } }
.single-article .entry h6 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #006693; }
@media (min-width: 768px) {
      .single-article .entry h6 {
        font-size: 17px; } }
@media (min-width: 1023px) {
      .single-article .entry h6 {
        font-size: 20px; } }
.single-article .entry figcaption,
  .single-article .entry .wp-caption {
    overflow: hidden;
    max-width: 370px; }
.single-article .entry figcaption,
  .single-article .entry .wp-caption-text {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    padding: 15px 0 0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 300;
    color: #006693;
    font-style: italic; }
@media (min-width: 1023px) {
      .single-article .entry figcaption,
      .single-article .entry .wp-caption-text {
        font-size: 14px;
        text-align: left; } }
.single-article .entry .wp-caption p {
    margin-bottom: 0; }
.single-article .section__foot {
    padding: 20px 0; }
@media (min-width: 1023px) {
      .single-article .section__foot {
        padding: 50px 0 0; } }
.single-article .section__foot h6 {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #818181; }
@media (min-width: 1023px) {
      .single-article .section__foot h6 {
        font-size: 14px; } }
.single-article .section__foot h6 a {
    display: inline-block;
    margin-left: 5px;
    color: #006693;
    text-decoration: none; }
.single-article .section__foot h6 a:hover {
      color: #818181; }
.single-article .post__body > .sidebar {
    width: 300px;
    margin: 0 auto;
    text-align: left; }
@media (min-width: 1023px) {
      .single-article .post__body > .sidebar {
        padding-top: 46px;
        float: right; } }
@media (min-width: 1201px) {
      .single-article .post__body > .sidebar {
        position: relative;
        right: -13px; } }
@media (min-width: 1023px) {
    .single-article + .section-ads {
      padding: 28px 18px 42px; } }
.single-article .entry ul {
    list-style: none; }
.single-article .entry ul li,
  .single-article .entry ol li {
    margin-bottom: 10px;
    padding-left: 20px;
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: #131c2a;
    text-align: left; }
@media (min-width: 768px) {
      .single-article .entry ul li,
      .single-article .entry ol li {
        line-height: 1.4; } }
@media (min-width: 1023px) {
      .single-article .entry ul li,
      .single-article .entry ol li {
        font-size: 20px;
        line-height: 1.55; } }
@media (min-width: 1201px) {
      .single-article .entry ul li,
      .single-article .entry ol li {
        margin-bottom: 15px;
        padding-left: 22px; } }
.single-article .entry ul li {
    position: relative; }
.single-article .entry ul li:before {
      position: absolute;
      top: 9px;
      left: 5px;
      width: 6px;
      height: 6px;
      background-color: #ed2a25;
      display: block;
      content: '';
      border-radius: 50%; }
@media (min-width: 1023px) {
        .single-article .entry ul li:before {
          top: 12px;
          left: 0;
          width: 10px;
          height: 10px; } }
@media (min-width: 1201px) {
        .single-article .entry ul li:before {
          top: 15px;
          left: 0; } }
.single-article .entry ol li {
    padding-left: 0; }
.single-article .entry ol ol {
    padding-left: 20px; }
.single-article .entry ul ol {
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    margin-left: 20px; }
@media (min-width: 1023px) {
      .single-article .entry ul ol {
        font-size: 20px;
        line-height: 1.55; } }
.single-article blockquote {
    border-left: 2px solid #363636;
    padding: 0 0 0 16px; }
.single-article blockquote p {
    font-size: 1em;
    font-style: normal;
    line-height: 1.8; }
/* ------------------------------------------------------------ *\
	Slogan
\* ------------------------------------------------------------ */
.slogan {
  margin: 10px 0 0;
  padding: 9px 0 5px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #131c2a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 5.83px;
  text-transform: uppercase;
  color: #131c2a;
  text-align: center; }
@media (min-width: 1201px) {
    .slogan {
      position: relative;
      top: -4px;
      padding: 15px 0 9px;
      margin: 0 0 0 35px;
      display: inline-block;
      vertical-align: bottom;
      font-size: 12px;
      letter-spacing: 7px;
      font-weight: 700; } }
.slogan strong {
    display: block;
    margin-bottom: 2px;
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px; }
@media (min-width: 1201px) {
      .slogan strong {
        margin-bottom: 6px;
        font-size: 21px;
        line-height: 1;
        letter-spacing: 3.15px;
        color: #006693;
        text-transform: uppercase; } }
.slogan span {
    display: block; }
@media (min-width: 1201px) {
      .slogan span {
        font-family: "Proxima Nova", Helvetica, Arial, sans-serif; } }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px -10px; }
.socials ul li {
    padding: 5px 10px; }
.socials ul a {
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center; }
.socials ul a:hover {
      opacity: .5; }
/* ------------------------------------------------------------ *\
	- Transitions
\* ------------------------------------------------------------ */
a,
button,
input[type="submit"],
input[type="button"] {
  -webkit-transition: color 0.4s, background 0.4s, opacity 0.4s, border 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, background 0.4s, opacity 0.4s, border 0.4s, -webkit-transform 0.4s;
  -o-transition: color 0.4s, background 0.4s, opacity 0.4s, transform 0.4s, border 0.4s;
  transition: color 0.4s, background 0.4s, opacity 0.4s, transform 0.4s, border 0.4s;
  transition: color 0.4s, background 0.4s, opacity 0.4s, transform 0.4s, border 0.4s, -webkit-transform 0.4s; }
/* ------------------------------------------------------------ *\
	Subscribe Form
\* ------------------------------------------------------------ */
@media (min-width: 1201px) {
  .subscribe-form_wrapper {
    overflow: hidden; } }
@media (min-width: 1201px) {
  .subscribe-form_wrapper .gform_heading {
    float: left !important;
    width: 100% !important;
    margin-bottom: 7px !important; } }
.subscribe-form_wrapper span.gform_description {
  width: 100% !important;
  margin-bottom: 34px !important;
  font-size: 14px;
  line-height: 1.71;
  font-weight: 500; }
@media (min-width: 1023px) {
    .subscribe-form_wrapper span.gform_description {
      font-size: 18px;
      line-height: 1.56;
      font-weight: 500;
      color: #ffffff; } }
@media (min-width: 1201px) {
  .subscribe-form_wrapper .gform_body {
    float: left !important;
    width: 374px !important;
    clear: none !important; } }
.subscribe-form_wrapper .gform_body .gform_fields {
  margin: 0 !important; }
.subscribe-form_wrapper .gform_body .gform_fields .gfield {
  padding: 0;
  margin-bottom: 0 !important;
  text-align: center; }
.subscribe-form_wrapper .gform_fields .gfield .gfield_label,
.subscribe-form_wrapper .gfield_required {
  display: none !important; }
.subscribe-form_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
.subscribe-form_wrapper .gform_body .gform_fields .gfield .ginput_container select,
.subscribe-form_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: 325px !important;
  max-width: 100%;
  height: 50px !important;
  padding: 0 26px !important;
  font-size: 12px;
  line-height: 50px;
  font-weight: 300;
  color: #eceae4;
  border-radius: 1px !important;
  border: 1px solid #fff !important;
  background: transparent !important;
  margin: 0 auto; }
@media (min-width: 1201px) {
    .subscribe-form_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
    .subscribe-form_wrapper .gform_body .gform_fields .gfield .ginput_container select,
    .subscribe-form_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: 0 19px !important;
      width: 374px !important;
      font-size: 14px; } }
.subscribe-form_wrapper .gform_footer {
  padding: 24px 0 0 !important;
  text-align: center; }
@media (min-width: 1201px) {
    .subscribe-form_wrapper .gform_footer {
      padding: 0 !important;
      margin: 0 !important;
      float: right !important;
      width: 159px !important;
      clear: none !important; } }
.subscribe-form_wrapper .gform_footer input.button,
.subscribe-form_wrapper .gform_footer input[type=submit] {
  width: 200px !important;
  height: 50px;
  display: inline-block;
  font-size: 14px !important;
  line-height: 50px !important;
  font-weight: 500;
  letter-spacing: 2.63px;
  color: #131c2a;
  text-transform: uppercase;
  text-align: center;
  border-radius: 1px;
  background-color: #ed2a25;
  border: 0; }
@media (min-width: 1201px) {
    .subscribe-form_wrapper .gform_footer input.button,
    .subscribe-form_wrapper .gform_footer input[type=submit] {
      width: 159px !important; }
      .subscribe-form_wrapper .gform_footer input.button:hover,
      .subscribe-form_wrapper .gform_footer input[type=submit]:hover {
        opacity: 0.7; } }
.subscribe-form_wrapper .gform_footer img {
  margin: 12px 0 0 15px; }
.subscribe-form_wrapper.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error,
.subscribe-form_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error {
  padding: 0 !important;
  margin-bottom: 0 !important; }
/* ------------------------------------------------------------ *\
	# Widgets
\* ------------------------------------------------------------ */
[class^="widgets"],
[class^="widgets"] > ul {
  list-style: none; }
.widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px -20px; }
.widgets > li {
    width: 50%;
    padding: 10px 20px; }
.widgets .widget h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1.73px;
    color: #006693;
    text-transform: uppercase; }
@media (min-width: 768px) {
      .widgets .widget h3 {
        font-size: 22px; } }
@media (min-width: 1023px) {
      .widgets .widget h3 {
        font-size: 24px; } }
@media (min-width: 1201px) {
      .widgets .widget h3 {
        font-size: 26px; } }
.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: #131c2a;
        color: #131c2a; }
@media (min-width: 375px), screen and (min-width: 812px) and (orientation: landscape) {
  .widgets {
    margin: -10px; }
    .widgets > li {
      width: 100%;
      padding: 10px; } }
/* ------------------------------------------------------------ *\
	- 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; }
/* ------------------------------------------------------------ *\
	- Rss
\* ------------------------------------------------------------ */
.widget_rss .rsswidget {
  vertical-align: middle; }
.widget_rss .rsswidget img {
    float: left;
    margin: 5px 8px 0 0; }
/* ------------------------------------------------------------ *\
	- Categories
\* ------------------------------------------------------------ */
.widget_categories .screen-reader-text {
  display: none; }
.widget_categories .post-form {
  width: 100%;
  padding: 5px; }
/* ------------------------------------------------------------ *\
	- Post
\* ------------------------------------------------------------ */
.widget__post h3 {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #eceae4; }
@media (min-width: 1023px) {
    .widget__post h3 {
      padding-bottom: 9px; } }
.widget__post .post__wrap {
  padding: 26px 0 22px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eceae4; }
.widget__post .post__wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.widget__post .post__wrap h5 {
  padding: 8px 0 0;
  margin: 0;
  float: left;
  width: calc(100% - 120px);
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 1.17;
  font-weight: 600;
  color: #131c2a; }
@media (min-width: 768px) {
    .widget__post .post__wrap h5 {
      font-size: 20px; } }
@media (min-width: 1023px) {
    .widget__post .post__wrap h5 {
      font-size: 24px; } }
.widget__post .post__wrap img {
  width: 100px;
  float: right; }
/* ------------------------------------------------------------ *\
	- Ads
\* ------------------------------------------------------------ */
.widget__ads ul {
  list-style: none; }
.widget__ads li {
  display: block;
  margin-bottom: 20px; }
.widget__ads li a {
  display: block; }
.widget__ads li img {
  width: 100%; }
/* ------------------------------------------------------------ *\
	Archive
\* ------------------------------------------------------------ */
.widget-archive {
  max-width: 300px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin: 0 auto;
  background: #ed2a25;
  text-align: center; }
.widget-archive label {
    display: block;
    margin-bottom: 5px;
    color: #fff; }
/* ------------------------------------------------------------ *\
	- Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  overflow: hidden; }
.wrapper .wrapper__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
.loaded .wrapper .wrapper__inner {
  opacity: 1 !important; }
body.admin-bar .wrapper__inner {
  min-height: calc(100vh - 32px); }
@media (min-width: 782px) {
  body.admin-bar .wrapper__inner {
    min-height: calc(100vh - 46px); } }

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