@charset "UTF-8";
/* Get Dependencies */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Web Fonts */
@font-face {
  font-family: "classicwindowfashionstn";
  src: url("../../fonts/classicwindowfashionstn.eot?10163541");
  src: url("../../fonts/classicwindowfashionstn.eot?10163541#iefix") format("embedded-opentype"), url("../../fonts/classicwindowfashionstn.woff2?10163541") format("woff2"), url("../../fonts/classicwindowfashionstn.woff?10163541") format("woff"), url("../../fonts/classicwindowfashionstn.ttf?10163541") format("truetype"), url("../../fonts/classicwindowfashionstn.svg?10163541#classicwindowfashionstn") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'classicwindowfashionstn';
    src: url('../font/classicwindowfashionstn.svg?10163541#classicwindowfashionstn') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "classicwindowfashionstn";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-book:before {
  content: "\e800";
} /* '' */
.icon-shutters:before {
  content: "\e801";
} /* '' */
.icon-settings:before {
  content: "\e802";
} /* '' */
.icon-star:before {
  content: "\e803";
} /* '' */
.icon-star-empty:before {
  content: "\e804";
} /* '' */
.icon-bulk-trace:before {
  content: "\e805";
} /* '' */
.icon-down-open:before {
  content: "\e806";
} /* '' */
.icon-left-open:before {
  content: "\e807";
} /* '' */
.icon-right-open:before {
  content: "\e808";
} /* '' */
.icon-home:before {
  content: "\e809";
} /* '' */
.icon-up-open:before {
  content: "\e80a";
} /* '' */
.icon-lock:before {
  content: "\e80b";
} /* '' */
.icon-cancel:before {
  content: "\e80c";
} /* '' */
.icon-check:before {
  content: "\e80d";
} /* '' */
.icon-eye:before {
  content: "\e80e";
} /* '' */
.icon-eye-off:before {
  content: "\e80f";
} /* '' */
.icon-down-dir:before {
  content: "\e810";
} /* '' */
.icon-up-dir:before {
  content: "\e811";
} /* '' */
.icon-left-dir:before {
  content: "\e812";
} /* '' */
.icon-right-dir:before {
  content: "\e813";
} /* '' */
.icon-feather:before {
  content: "\e814";
} /* '' */
.icon-user:before {
  content: "\e815";
} /* '' */
.icon-history:before {
  content: "\e816";
} /* '' */
.icon-blinds:before {
  content: "\e817";
} /* '' */
.icon-bookmark-1:before {
  content: "\e818";
} /* '' */
.icon-support:before {
  content: "\e819";
} /* '' */
.icon-open-link:before {
  content: "\e81a";
} /* '' */
.icon-shades:before {
  content: "\e81b";
} /* '' */
.icon-bookmark:before {
  content: "\e81c";
} /* '' */
.icon-shutters2:before {
  content: "\e81d";
} /* '' */
.icon-bookmark-empty:before {
  content: "\e81e";
} /* '' */
.icon-book-open:before {
  content: "\e820";
} /* '' */
.icon-loading:before {
  content: "\e830";
} /* '' */
.icon-info:before {
  content: "\f086";
} /* '' */
.icon-copy:before {
  content: "\f0c5";
} /* '' */
.icon-menu:before {
  content: "\f0c9";
} /* '' */
.icon-list-bullet:before {
  content: "\f0ca";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-gauge:before {
  content: "\f0e4";
} /* '' */
.icon-bell-alt:before {
  content: "\f0f3";
} /* '' */
.icon-phone:before {
  content: "\f10b";
} /* '' */
.icon-quote-left:before {
  content: "\f10d";
} /* '' */
.icon-quote-right:before {
  content: "\f10e";
} /* '' */
.icon-code:before {
  content: "\f121";
} /* '' */
.icon-direction:before {
  content: "\f124";
} /* '' */
.icon-anchor:before {
  content: "\f13d";
} /* '' */
.icon-newsletter:before {
  content: "\f1d8";
} /* '' */
.icon-newsletter-line:before {
  content: "\f1d9";
} /* '' */
.icon-bell-off:before {
  content: "\f1f6";
} /* '' */
.icon-bell-off-empty:before {
  content: "\f1f7";
} /* '' */
.icon-calendar-check-o:before {
  content: "\f274";
} /* '' */
.icon-question:before {
  content: "\f29c";
} /* '' */
/**
This file has all the variables for theme color schemes
 */
/* Base Theme - https://meyerweb.com/eric/tools/color-blend/#002855:97DFFC:2:hex
*/
/* Dark Theme */
/*
This is all the global styles
 */
/* Clear fix */
.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* Global Styles */
html #wpadminbar {
  position: fixed !important;
  bottom: 0 !important;
  z-index: 9999999;
}

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
}

body {
  position: relative;
}

hr {
  display: block;
  clear: both;
  margin: 0 0 15px;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

textarea {
  resize: vertical;
}

a:link, a.link {
  color: #0b3b51;
}
a:visited, a.visitedlink {
  color: #444;
}
a:active, a.activelink {
  color: #000;
  text-decoration: none;
}
a:hover, a.hoverlink {
  color: #991047;
}
a[target=_blank]:after {
  content: "\f504" !important;
  font-family: "dashicons" !important;
  display: inline-block !important;
  margin-left: 3px !important;
  padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 34px 0 21px 0;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.01em;
}

h1, h2 {
  clear: both;
}

p {
  margin: 34px 0;
}

button,
input,
optgroup,
select,
textarea {
  max-width: 100%;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

iframe {
  max-width: 100%;
  max-height: calc((100vw - 50px) * 9 / 16);
}

input {
  font-size: 18px;
  padding: 13px;
  border: 1px solid #0b3b51;
  background: #fff;
  height: 55px;
  border-radius: 8px;
  width: 100%;
  outline-width: 1px;
  outline-color: #000;
}
input[type=password] {
  font-size: 42px;
  letter-spacing: 0.1em;
  padding-right: 30px;
}
input[type=checkbox] {
  height: 25px;
  width: 25px;
  vertical-align: middle;
}
input[type=submit] {
  width: 100%;
  max-width: 470px;
  background: #6e002f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: 0;
}
input:disabled {
  background: #f4f4f4;
  border: 1px solid #ccc;
  color: #ccc;
  cursor: not-allowed;
}

textarea {
  font-size: 18px;
  padding: 3em 1em 0 1em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  min-height: 200px;
  outline-width: 1px;
  outline-color: #000;
}

.input-w {
  position: relative;
  display: inline-block;
  width: 100%;
}
.input-w label {
  font-size: 16px;
  color: #666;
  padding: 12px 0 10px 10px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 6px;
  z-index: 1;
}
.input-w.textarea label {
  background: white;
  width: calc(100% - 13px);
}
.input-w input[type=text],
.input-w input[type=email] {
  padding: 0 10px 0 65px;
}

.password-w {
  width: 100%;
  max-width: 360px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #666;
}
.password-w .count, .password-w .toggle {
  background: #ccc;
  width: 34px;
  height: 55px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding-top: 12px;
  color: #666;
}
.password-w .toggle {
  cursor: pointer;
}
.password-w .toggle.icon-eye {
  background: #155A7C;
  color: #0b3b51;
}
.password-w input[type=text], .password-w input[type=password] {
  width: calc(100% - 68px);
  border-radius: 0;
  vertical-align: middle;
  border: 0;
}

.row {
  margin-bottom: 21px;
}

.row.hp,
.hide {
  display: none;
}

/* ADA Compliance */
.adac {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  border: none;
}

/* Page Overlay */
.p-o,
.blur .c:after {
  content: " ";
  display: block;
  background: red;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.p-o {
  display: none;
}

.p-o.on {
  z-index: 10;
  display: block;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.hidden {
  display: none;
}

/* Header */
.h {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 85px;
  overflow: visible;
  border-bottom: 3px solid #ccc;
  background: #fff;
}
.h .h-in {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.h .logo-link {
  display: block;
  background: url("../../img/logo.svg?v=4") no-repeat;
  background-size: 100%;
  margin-top: 5px;
  float: left;
  position: relative;
  top: -200px;
  transition: top 1.5s;
  width: 145px;
  height: 55px;
}
@media (min-width: 783px) {
  .h .logo-link {
    width: 175px;
    height: 65px;
  }
}
.h .logo-link.on {
  top: 0;
}
.h .logo {
  width: 100%;
  max-width: 374px;
  height: auto;
}
.h .nav-sl.off nav {
  z-index: 5;
  margin: 0;
  float: right;
}
.h .nav-sl.off nav > ul {
  display: block;
  margin: 0;
  padding: 0;
  padding: 0;
}
.h .nav-sl.off nav > ul li.close {
  display: none;
}
.h .nav-sl.off nav > ul li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  white-space: nowrap;
}
.h .nav-sl.off nav > ul li a:hover {
  color: #333;
  background: rgba(221, 204, 196, 0.4588235294);
}
.h .nav-sl.off nav > ul li .sub-menu > li > a:hover {
  color: #0b3b51;
  text-decoration: none;
}
.h .nav-sl.off nav > ul li .sub-menu > li > a:hover::before {
  left: 15px;
  color: #0b3b51;
  transition: left 0.75s, color 0.75s;
  -webkit-transition: left 0.75s, color 0.75s;
  -moz-transition: left 0.75s, color 0.75s;
  -ms-transition: left 0.75s, color 0.75s;
}
.h .nav-sl.off nav > ul li .sub-menu > li > a::before {
  display: block;
  position: absolute;
  top: calc((100% - 20px) / 2);
  left: 0;
  color: #ffffff;
  font-family: "classicwindowfashionstn";
  font-size: 1.25em;
  content: "\e808";
  transition: left 0.25s, color 0.25s;
  -webkit-transition: left 0.25s, color 0.25s;
  -moz-transition: left 0.25s, color 0.25s;
  -ms-transition: left 0.25s, color 0.25s;
}
.h .nav-sl.off nav > ul li > .sub-menu {
  opacity: 0;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  width: auto;
  min-width: 250px;
  border: 1px solid #dad4cf;
  border-top: 0 none;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}
.h .nav-sl.off nav > ul li > ul > li {
  display: block;
  width: 100%;
  overflow: hidden;
}
.h .nav-sl.off nav > ul li > ul > li:last-child {
  border-bottom: none;
}
.h .nav-sl.off nav > ul li > ul > li > a {
  display: block;
  padding: 5px 15px;
  color: #222;
  font-size: 1em;
  text-decoration: none;
}
.h .nav-sl.off nav > ul li > ul > li:first-child > a {
  border-top: 0 none;
}
.h .nav-sl.off nav > ul li.menu-item-218 {
  display: none;
}
.h .nav-sl.off nav > ul > li.current_page_item > a,
.h .nav-sl.off nav > ul > li.current-menu-item > a,
.h .nav-sl.off nav > ul > li.current-menu-parent > a {
  top: -150px;
  font-weight: bold;
  opacity: 1;
  color: #0b3b51;
  background: #94ada7;
}
.h .nav-sl.off nav > ul > li.current_page_item > a.on,
.h .nav-sl.off nav > ul > li.current-menu-item > a.on,
.h .nav-sl.off nav > ul > li.current-menu-parent > a.on {
  top: 0;
}
.h .nav-sl.off nav > ul > li.current_page_item > a:after,
.h .nav-sl.off nav > ul > li.current-menu-item > a:after,
.h .nav-sl.off nav > ul > li.current-menu-parent > a:after {
  width: 100%;
  display: block;
  border-color: #94ada7;
  border-bottom-color: transparent;
  border-style: solid;
  box-sizing: border-box;
  border-width: 0 4.46vw 18px;
  content: "" !important;
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  z-index: 1;
}
@media (min-width: 1000px) {
  .h .nav-sl.off nav > ul > li.current_page_item > a:after,
  .h .nav-sl.off nav > ul > li.current-menu-item > a:after,
  .h .nav-sl.off nav > ul > li.current-menu-parent > a:after {
    border-width: 0 45px 18px;
  }
}
@media (min-width: 1100px) {
  .h .nav-sl.off nav > ul > li.current_page_item > a:after,
  .h .nav-sl.off nav > ul > li.current-menu-item > a:after,
  .h .nav-sl.off nav > ul > li.current-menu-parent > a:after {
    border-width: 0 49px 18px;
  }
}
.h .nav-sl.off nav > ul li.on > a {
  color: #0b3b51;
  text-decoration: none;
}
.h .nav-sl.off nav > ul li.on.current-menu-item > a, .h .nav-sl.off nav > ul li.on.current-menu-parent > a {
  color: #fff;
}
.h .nav-sl.off nav > ul > li > a {
  width: 8.7vw;
  max-width: 100px;
  text-align: center;
  display: block;
  padding: 12px 0 10px;
  color: #5a6d75;
  line-height: 1.44em;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: background 1s, top 1s, opacity 1.5s;
  position: relative;
  top: 0;
  font-size: 16px;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 768px) {
  .h .nav-sl.off nav > ul > li > a {
    font-size: 17px;
  }
}
@media (min-width: 900px) {
  .h .nav-sl.off nav > ul > li > a {
    font-size: 17px;
    width: 8.9vw;
  }
}
.h .nav-sl.off nav > ul > li > a.on {
  opacity: 1;
}
.h .nav-sl.off nav > ul > li > a span {
  display: block;
  font-size: 30px;
  padding: 5px;
}
.h .nav-sl.off nav > ul > li#menu-item-37 > a {
  font-weight: bold;
  color: #991047;
}
.h .nav-sl.off nav > ul > li#menu-item-37 > a span:before {
  font-size: 38px;
  margin: -4px 0 -4px;
}
.h .nav-sl.off nav > div > ul > li:nth-of-type(n+6) > .sub-menu {
  right: 0;
  left: auto;
}
.h .nav-sl.off nav .sub-menu a {
  padding: 32px 21px;
  transition: padding 0.25s;
  -webkit-transition: padding 0.25s;
  -moz-transition: padding 0.25s;
  -ms-transition: padding 0.25s;
}
.h .nav-sl.off nav .sub-menu a:hover {
  padding: 32px 5px 32px 35px;
  transition: padding 0.75s;
  -webkit-transition: padding 0.75s;
  -moz-transition: padding 0.75s;
  -ms-transition: padding 0.75s;
}
.h .nav-sl nav ul li > .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-out, opacity 0.5s;
  -webkit-transition: max-height 1s ease-out, opacity 0.5s;
  -moz-transition: max-height 1s ease-out, opacity 0.5s;
  -o-transition: max-height 1s ease-out, opacity 0.5s;
}
.h .nav-sl nav ul li.on > .sub-menu {
  padding: 0;
  opacity: 1;
  max-height: 1000px;
  transition: max-height 1s ease-in, opacity 0.5s;
  -webkit-transition: max-height 1s ease-in, opacity 0.5s;
  -moz-transition: max-height 1s ease-in, opacity 0.5s;
  -o-transition: max-height 1s ease-in, opacity 0.5s;
}
.h .menu-item-13 {
  margin-right: 5px;
}
.h .menu-item-13 a {
  background: #daa520;
  height: auto;
  padding: 8px 21px !important;
  border-radius: 8px;
  color: #ffffff !important;
  line-height: 1.44em;
  text-decoration: none !important;
  margin: 15px 0 0 0;
}
.h .menu-item-13 a:after {
  content: "\e808";
  margin-left: 5px;
  font-family: "classicwindowfashionstn";
}
.h .menu-item-15 a {
  background: #daa520;
  height: auto;
  padding: 8px 21px !important;
  border-radius: 8px;
  color: #ffffff !important;
  line-height: 1.44em;
  text-decoration: none !important;
}
.h .menu-item-15 a:after {
  content: "\e808";
  margin-left: 5px;
  font-family: "classicwindowfashionstn";
}
.h .nav-sl.on nav ul li.menu-item-15 {
  text-align: center;
}
.h .nav-sl.on nav ul li.menu-item-15 a {
  display: inline-block;
  margin-top: 21px;
}

.scrolling-up .h {
  -webkit-transition: top 1.5s;
  -moz-transition: top 1.5s;
  -ms-transition: top 1.5s;
  transition: top 1.5s;
}

.admin-bar .h {
  top: 32px;
}
.admin-bar .h .nav-sl {
  top: 32px;
}

body.scrolling-down .h {
  top: -85px;
}

body.admin-bar.scrolling-down .h {
  top: -85px;
}

.nav-sl-w {
  display: none;
}

.nav-sl .phone {
  display: none;
}

.con-pg .nav-fixed li:nth-of-type(2) {
  display: none;
}
.con-pg .nav-fixed li:nth-of-type(3) a::before {
  color: #da5700;
}

.full-width {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
}

/* Content */
.pg-w {
  position: relative;
  overflow: hidden;
}
.pg-w:before {
  content: " ";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vw;
  opacity: 0.5;
  background: #fff;
  transform: rotate(90deg);
}

.pg-b {
  position: relative;
  z-index: 1;
  margin: 85px auto 0;
  overflow: hidden;
  background: rgba(221, 204, 196, 0.4588235294);
}

.pg-b-in {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+20,1+80,0+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
}

.pg-in {
  margin: 0 auto;
  padding: 0 34px;
  width: 100%;
  max-width: 1250px;
}

.in {
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 55px;
}

/* Content */
.c-w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body.tool .c-w header h1 {
  text-align: center;
}

body.home .c-w {
  padding-top: 0;
}

@media (max-width: 768px) {
  .c-w {
    padding-top: 55px;
  }
}
.c-w header {
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}
.c-w header .comment {
  font-size: 20px;
  font-family: "Courier New", Courier, monospace;
  font-weight: 400;
  margin: 24px 0 -24px;
  line-height: 1.6;
  color: #646970;
}
.c-w header .comment .asterix {
  font-size: 22px;
  margin: 0 14px;
}
.c-w header .comment .asterix.start {
  margin: 0;
}
.c-w header h1 {
  color: #0b3b51;
  font-size: 2.125em;
  margin-bottom: 0;
}
.c-w header h1.code-title {
  color: #008a20;
  font-family: "Courier New", Courier, monospace;
  font-weight: 400;
  margin: 24px 0;
  padding-left: 100px;
  text-indent: -100px;
  font-size: 13px;
  line-height: 1.6;
}
@media (min-width: 360px) {
  .c-w header h1.code-title {
    font-size: 14px;
  }
}
@media (min-width: 500px) {
  .c-w header h1.code-title {
    font-size: 16px;
  }
}
@media (min-width: 600px) {
  .c-w header h1.code-title {
    font-size: 18px;
  }
}
@media (min-width: 700px) {
  .c-w header h1.code-title {
    font-size: 20px;
  }
}
.c-w header .hook-func {
  color: #646970;
}
.c-w header .arg-type {
  color: #d63638;
  font-style: italic;
  font-size: 0.9em;
}
.c-w header .arg-name {
  color: #135e96;
}
.c-w header .arg-value {
  color: #008a20;
}
.c-w .c {
  width: 100%;
  min-height: 500px;
}
@media (min-width: 850px) {
  .c-w .c {
    width: calc(100% - 320px);
  }
}
.c-w .c.wide {
  width: 100%;
}
.c-w .c h2 {
  color: #991047;
  font-size: 1.5em;
}
.c-w .c h3 {
  color: #0b3b51;
  font-size: 1.25em;
}
.c-w .c h4 {
  color: #333;
  font-size: 1.125em;
  text-transform: uppercase;
}
.c-w .c h1 span.dashicons, .c-w .c h2 span.dashicons, .c-w .c h3 span.dashicons, .c-w .c h4 span.dashicons {
  font-size: 1.0125em;
  height: auto;
  width: auto;
}
.c-w .c p,
.c-w .c li {
  color: #000;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 1em;
}
@media (min-width: 1000px) {
  .c-w .c p,
  .c-w .c li {
    font-size: 21px;
  }
}
.c-w .c ul {
  margin: 0 0 1em;
  padding: 0 0 0 1em;
}
.c-w .c ul li {
  position: relative;
  margin: 0 0 10px;
  list-style: none;
}
.c-w .c ul li:before {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 0.75em;
  content: "\e808";
  font-family: "classicwindowfashionstn";
  color: #666;
}
.c-w .c ul li li {
  font-size: 1em;
}
.c-w .c img {
  max-width: 100%;
  height: auto;
}
.c-w .c.results .news-post {
  text-decoration: none;
}

body.home .c.wide {
  margin: 0 auto;
  max-width: 950px;
}

.c .alignnone,
.c a img.alignnone {
  margin: 10px 10px 10px 0;
}

.c-w .c .aligncenter,
.c-w .c div.aligncenter,
.c-w .c p.has-text-align-center {
  display: block;
  margin: 0.2em auto 0.2em auto;
  text-align: center;
}

.wp-block-image .alignright,
.c a img.alignright,
.c p > img.alignright {
  max-width: 50%;
  margin: 21px 0 21px 21px;
  float: right;
  border-radius: 8px 0 0 8px;
}

.wp-block-image .alignleft,
.c a img.alignleft,
.c p > img.alignleft {
  max-width: 50%;
  margin: 21px 21px 21px 0;
  float: left;
  border-radius: 0 8px 8px 0;
}

.c p > img.aligncenter,
.c a img.aligncenter {
  display: block;
  margin: 10px auto;
}

.c img.border {
  border: 7px solid #fff;
}

.c img.shadow {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.5);
}

.c .wp-caption {
  padding: 0;
  max-width: 100%;
  border: 0;
  text-align: center;
  background: #ddd none repeat scroll 0 0;
  border: 1px solid #999;
  border-radius: 8px;
  overflow: hidden;
}

.c .wp-caption.alignnone {
  margin: 0.3em 1em 1em 0;
}

.c .wp-caption.alignleft {
  margin: 0.3em 1em 1em 0;
}

.c .wp-caption.alignright {
  margin: 0.3em 0 1em 1em;
}

.c .wp-caption img {
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0 none;
}

.c .wp-caption .wp-caption-text {
  padding: 8px 8px 13px;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.44em;
  color: #222;
}

.c .byline {
  font-size: 14px;
  color: #999;
  margin: 5px 0;
  display: block;
}
.c .byline .author {
  font-size: 16px;
  color: #666;
}

.c .error-cite {
  color: red;
}

.c .ref-super {
  text-decoration: none;
}

.c .nf-form-content {
  padding: 5px;
  max-width: 600px;
  margin: 34px auto;
}

.c .ref-super[data-tooltip]:before {
  content: attr(data-tooltip);
  right: 20px;
  opacity: 0;
  z-index: -1;
  width: 250px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px;
  position: fixed;
  bottom: 20px;
  line-height: 1.4em;
  border-radius: 8px;
  color: #0081a6;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

.c .ref-super[data-tooltip]:hover:before {
  opacity: 1;
  transition: opacity 0.5s;
  z-index: 1;
}

.c footer {
  border-top: 1px solid #999;
  margin: 0;
  padding: 25px 0;
}

.c footer.citations li p {
  font-size: 14px;
  line-height: 1.44em;
}

.c footer p {
  font-size: 16px;
}

/* Sidebar */
.sb {
  margin: 34px 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 850px) {
  .sb {
    width: 300px;
  }
}

.sb .wdgt {
  margin: 0 0 89px;
}

/* Breadcrumb */
.c-w .bread {
  position: relative;
  margin: 0;
  width: 100%;
}
.c-w .bread .bread-in {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.025em;
}
.c-w .bread .bread-in p {
  font-size: 14px;
}
.c-w .bread a:link,
.c-w .bread a:visited,
.c-w .bread span {
  color: #666;
  text-decoration: none;
}
.c-w .bread a:hover {
  color: #333;
  text-decoration: underline;
}
.c-w .bread .breadcrumb_last {
  font-style: italic;
}
.c-w .bread p {
  margin: 0;
}

.c section.block {
  width: 100%;
  max-width: 360px;
  background: #f4f4f4;
  padding: 34px 21px 21px;
  margin: 0 21px 21px 0;
  float: left;
  border-radius: 8px;
}
.c section.block h2 {
  margin-top: 0;
}

.c ul.details label {
  font-weight: bold;
}

.c ul.details .active {
  font-weight: bold;
  color: #008a20;
}

.c ul.details .deprecated {
  font-weight: bold;
  color: #d63638;
}

.c ul.details .inactive {
  font-weight: bold;
  color: #5db9c9;
}

/* Warning / Notice Boxing */
.c p.warning-box,
.c p.notice-box {
  font-size: 16px;
  font-style: italic;
  line-height: 1.44em;
  padding: 13px;
  border-radius: 0 8px 8px 0;
  border: 1px solid #999;
}

.c p.warning-box b,
.c p.notice-box b {
  text-transform: uppercase;
}

.c p.warning-box {
  background: #fff;
  border: 1px solid #999;
  border-left: 5px solid #daa520;
}

.c p.notice-box {
  border: 1px solid #ccc;
  border-left: 5px solid #ccc;
}

/* Table of Contents */
.c .toc {
  display: block;
  background: #f4f4f4;
  padding: 13px 13px 13px 5px;
  width: 280px;
  position: fixed;
  right: -280px;
  top: 165px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #999;
  transition: right 1.5s;
  border-right: 0;
  z-index: 1000;
}

.c .toc.on {
  right: 0;
}

.c.toc-desktop .toc {
  right: -320px;
  border: none;
  padding: 13px 0 0 0;
  top: 0;
  position: absolute;
  width: 300px;
  margin-top: 18px;
}

.c .toc .toc-in {
  overflow-x: hidden;
  height: calc(100vh - 200px);
}

.c.toc-desktop .toc .toc-in {
  max-height: 100%;
}

.c .toc h4 {
  color: #666;
  font-size: 1.125em;
  text-transform: uppercase;
  margin: 0 0 21px;
  text-align: center;
}

.c .toc ol,
.c .toc ul {
  margin: 0;
  padding: 0 0 0 23px;
}

.c .toc ul {
  padding: 0 0 0 8px;
}

.c .toc li {
  font-size: 16px;
  margin: 0 0 8px;
}

.c .toc .tab-link {
  position: absolute;
  display: block;
  width: 55px;
  height: 55px;
  background: #f4f4f4;
  cursor: pointer;
  font-size: 28px;
  left: -55px;
  top: 15px;
  right: unset;
  border-radius: 8px 0 0 8px;
  border: 1px solid #999;
  border-right: 0;
  padding: 11px 0 0 7px;
}

.c .toc.on .tab-link {
  padding: 4px 0 0 0px;
}

.c .toc.on .tab-link:before {
  content: "\e80c";
  font-size: 35px;
  color: #666;
  padding: 5px 0 0 5px;
}

.c.toc-desktop .toc .tab-link {
  border: none;
  left: 15px;
  top: 2px;
  background: unset;
  cursor: auto;
}

.c .toc ol > li {
  font-weight: bold;
}

/* Codebox */
.hcb_wrap pre.prism {
  position: relative;
  cursor: pointer;
}

.hcb_wrap pre.prism.nocopy {
  cursor: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hcb_wrap pre.prism.nocopy:after {
  display: none;
}

.hcb_wrap pre.prism:after {
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  content: "Copy Code";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ccc;
  color: #000;
  padding: 5px;
}

.hcb_wrap pre.prism.copied:after {
  background: #48aedb;
  content: "Code Copied";
}

/* Homepage Styles */
.ftr-section {
  position: relative;
}
.ftr-section .in {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 34px 21px;
  position: relative;
}
@media (min-width: 500px) {
  .ftr-section .in {
    padding: 34px 34px;
  }
}
@media (min-width: 600px) {
  .ftr-section .in {
    padding: 55px 34px;
  }
}
@media (min-width: 700px) {
  .ftr-section .in {
    padding: 88px 55px;
  }
}
.ftr-section .left, .ftr-section .right, .ftr-section .center {
  width: 100%;
  display: block;
  vertical-align: top;
  text-align: center;
  padding: 34px 21px;
}
@media (min-width: 600px) {
  .ftr-section .left, .ftr-section .right, .ftr-section .center {
    padding: 55px 34px;
  }
}
@media (min-width: 900px) {
  .ftr-section .left, .ftr-section .right, .ftr-section .center {
    padding: 55px 55px;
  }
}
@media (min-width: 600px) {
  .ftr-section .left, .ftr-section .right {
    display: inline-block;
    width: calc((100% - 21px) / 2);
  }
}
@media (min-width: 600px) {
  .ftr-section .left {
    margin-right: 21px;
  }
}
.ftr-section .center {
  margin: auto;
}
.ftr-section h4 {
  font-size: 20px;
  color: #0b3b51;
  text-align: center;
  margin: 10px auto;
}
@media (min-width: 500px) {
  .ftr-section h4 {
    font-size: 4.5vw;
  }
}
@media (min-width: 950px) {
  .ftr-section h4 {
    font-size: 45px;
  }
}
.ftr-section p {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  text-align: center;
}
@media (min-width: 600px) {
  .ftr-section p {
    font-size: 21px;
  }
}
@media (min-width: 950px) {
  .ftr-section p {
    font-size: 23px;
  }
}

.ftr-section.homepage-main-cta {
  border-bottom: 8px solid #0b3b51;
}
.ftr-section.homepage-main-cta .left, .ftr-section.homepage-main-cta .center {
  background: rgba(255, 255, 255, 0.8);
  transition: background 0.5s;
}
@media (min-width: 600px) {
  .ftr-section.homepage-main-cta .left, .ftr-section.homepage-main-cta .center {
    width: 60%;
  }
}
.ftr-section.homepage-main-cta .left:hover, .ftr-section.homepage-main-cta .center:hover {
  background: rgba(255, 255, 255, 0.9);
}

.ftr-section.homepage-three-options {
  border-bottom: 8px solid #6e002f;
}
.ftr-section.homepage-three-options .pg-in {
  padding-top: 55px;
  padding-bottom: 34px;
}
.ftr-section.homepage-three-options h4 {
  color: #6e002f;
}
.ftr-section.homepage-three-options ul {
  padding: 0;
  margin: 34px auto;
  text-align: center;
  width: 100%;
  max-width: 1000px;
}
.ftr-section.homepage-three-options ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: 250px;
  margin-bottom: 21px;
}
@media (min-width: 600px) {
  .ftr-section.homepage-three-options ul li {
    width: calc((100% - 36px) / 3);
    margin: 0;
  }
  .ftr-section.homepage-three-options ul li:nth-of-type(1), .ftr-section.homepage-three-options ul li:nth-of-type(2) {
    margin-right: 18px;
  }
}
.ftr-section.homepage-three-options ul li a {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  text-decoration: none;
  position: relative;
  border: 3px solid #fff;
  transition: border 0.5s;
}
.ftr-section.homepage-three-options ul li a .text {
  display: block;
  width: 100%;
  height: 55px;
  text-align: center;
  padding: 14px 0 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.01em;
  position: absolute;
  bottom: 0;
  transition: background 0.5s;
}
.ftr-section.homepage-three-options ul li a:hover {
  border: 3px solid #6e002f;
}
.ftr-section.homepage-three-options ul li a:hover .text {
  background: rgba(11, 59, 81, 0.8);
}

.ftr-section.featured-quotes {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b6d3cd+0,94ada7+100 */
  background: #b6d3cd; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #b6d3cd 0%, #94ada7 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #b6d3cd 0%, #94ada7 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #b6d3cd 0%, #94ada7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b6d3cd", endColorstr="#94ada7",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border-bottom: 8px solid #0b3b51;
}
.ftr-section.featured-quotes .pg-in {
  padding-top: 55px;
  padding-bottom: 34px;
  max-width: 900px;
}
.ftr-section.featured-quotes blockquote {
  text-align: center;
  font-size: 21px;
  font-style: italic;
  padding: 0;
  margin: 0;
}
.ftr-section.featured-quotes blockquote cite {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}
.ftr-section.featured-quotes blockquote cite:before {
  content: "— ";
}

/* Footer */
.f a {
  color: #cccccc;
  font-size: 16px;
}

.f {
  position: relative;
  z-index: 10;
  width: 100%;
  box-shadow: 0 0px 21px rgba(0, 0, 0, 0.25);
  color: #A7A9AC;
  text-align: center;
  padding: 21px 0;
  background: #0b3b51;
}
.f .contact-wrapper {
  max-width: 800px;
  margin: 0 auto 21px;
}
.f .left {
  float: left;
}
.f .left small {
  font-size: 14px;
}
.f .right {
  float: right;
}
.f .right .person {
  margin-top: 13px;
}
.f .right .person img {
  width: 60px;
  float: left;
}
.f .right .person .phone {
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}
.f .left, .f .right {
  color: #fff;
  font-size: 18px;
  line-height: 1.44em;
}
.f .left ul, .f .right ul {
  margin: 0;
}
.f li {
  color: #ccc;
  list-style: none;
  text-align: center;
}
.f .follow-us {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.01em;
  line-height: 1em;
  margin: 0 0 21px;
}
.f .follow-us a {
  position: relative;
  top: 5px;
  text-decoration: none;
  font-size: 34px;
  color: #ffffff;
}
.f .follow-us a span {
  display: none;
}
.f .f-nav {
  margin-bottom: 21px;
}
.f .f-nav ul {
  margin: 0;
  padding: 0;
}
.f .f-nav ul li {
  display: inline-block;
  margin: 0 21px 0 0;
  padding: 0;
}
.f .f-nav ul li:last-of-type {
  margin-right: 0;
}
.f .f-nav ul li a {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #cccccc;
}
.f .copyright,
.f .disclaimer {
  margin: 0 auto;
  padding: 0;
  color: #ccc;
  font-size: 13px;
  line-height: 1.44em;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 21px;
}
.f .copyright {
  max-width: 510px;
  margin-bottom: 0;
}
.f .copyright a {
  color: #cccccc;
}
.f .copyright a:hover {
  color: #ffffff;
}

/* Header Feature */
.h-ftr {
  position: relative;
  margin: 0 auto;
  padding: 55px 0 34px;
  width: 100%;
  background: rgb(251, 245, 231);
  background: linear-gradient(90deg, rgb(251, 245, 231) 0%, rgb(255, 255, 255) 60%, rgb(251, 245, 231) 100%);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.25);
}

.h-ftr .r-side {
  display: inline-block;
  width: calc(40% - 25px);
  text-align: center;
  vertical-align: top;
}

.h-ftr .l-side {
  display: inline-block;
  width: 60%;
  margin-right: 25px;
  text-align: center;
  vertical-align: top;
}

.h-ftr .l-side img {
  max-width: 100%;
  height: auto;
}

.h-ftr h4 {
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 1.44em;
  margin: 0 auto 21px;
  color: #333333;
  max-width: 380px;
}

.h-ftr h4 span {
  display: block;
  font-size: 3.1vw;
  color: #0081a6;
}

.h-ftr .checklist {
  text-align: left;
  padding: 0;
  margin: 0 auto 21px;
  max-width: 240px;
  position: relative;
  left: 17px;
}

.h-ftr .checklist li {
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.44em;
  padding: 0;
  margin: 0;
  list-style: none;
}

.h-ftr .checklist li:before {
  color: #0a920a;
  font-size: 21px;
}

a.pri-btn, button.pri-btn, p.pri-btn a, input[type=submit].pri-btn,
a.sec-btn, button.sec-btn, p.sec-btn a,
a.outline-btn, button.outline-btn, p.outline-btn a {
  color: #fff !important;
  border-radius: 13px !important;
  width: auto !important;
  min-width: 144px !important;
  max-width: 250px !important;
  text-align: center !important;
  cursor: pointer !important;
  border: 1px solid #000 !important;
  display: inline-block !important;
  text-decoration: none !important;
  padding: 8px 13px !important;
  margin: 0 !important;
  position: relative !important;
  background: black !important;
  font-size: 18px !important;
  font-weight: bold !important;
}
a.pri-btn span, button.pri-btn span, p.pri-btn a span, input[type=submit].pri-btn span,
a.sec-btn span, button.sec-btn span, p.sec-btn a span,
a.outline-btn span, button.outline-btn span, p.outline-btn a span {
  font-size: 1.45em;
  margin: 0;
  padding: 0;
  left: 20px;
  top: 3px;
  position: relative;
  margin-left: -20px;
}

a.pri-btn, button.pri-btn, p.pri-btn a, input[type=submit].pri-btn {
  background: #6e002f !important;
}

a.sec-btn, button.sec-btn, p.sec-btn a {
  background: #0b3b51 !important;
}

a.outline-btn, button.outline-btn, p.outline-btn a {
  background: none !important;
  border: solid 3px #666 !important;
  color: #666 !important;
}

.h-ftr .n-btn {
  font-size: 13px;
  letter-spacing: 0.01em;
  color: #777777;
  margin: 21px;
  display: inline-block;
}

/* homepage */
.home h1,
.home h2,
.home h3 {
  text-align: center;
}

/* homepage menu */
.home .featured-menu {
  margin: 34px auto;
  padding: 0;
  text-align: center;
}

.home .featured-menu li:first-of-type {
  margin: 0;
}

.home .featured-menu li:before {
  display: none;
}

.home .featured-menu li {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0;
}

.home .featured-menu li a {
  display: block;
  position: relative;
  width: 90px;
  height: 90px;
  background: #fefefe;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #fefefe;
  color: #111111;
  -webkit-transition: color 1s, border-color 1s;
  transition: color 1s, border-color 1s;
}

.home .featured-menu li a.active {
  background: #ffffff;
  border-color: #0081a6;
  color: #0081a6;
}

.home .featured-menu li a:before {
  display: block;
  position: absolute;
  top: 14px;
  font-size: 40px;
  width: 100%;
  text-align: center;
  margin: 0;
}

.home .featured-menu li a:hover {
  border-color: #daa520;
  color: #daa520;
}

.home .icon-plugin:before {
  content: "\e805";
}

.home .featured-menu li a {
  padding: 59px 0 0;
  font-size: 14px;
  letter-spacing: 0.025em;
}

/* header cigar bar */
.h-bar {
  background: #ffffff;
  z-index: 0;
  position: relative;
  height: auto;
  padding: 21px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.21);
}

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

.bar-newsletter .l-side,
.bar-newsletter .r-side {
  display: inline-block;
  vertical-align: middle;
  width: calc((100% - 21px) / 2);
  max-width: 400px;
}

.bar-newsletter .l-side {
  text-align: left;
  margin-right: 21px;
}

.bar-newsletter .l-side h4 {
  margin: 0;
  font-size: 24px;
  color: #0081a6;
}

.bar-newsletter .l-side h4:before {
  font-size: 34px;
}

.bar-newsletter .l-side p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #333333;
  line-height: 1.44em;
}

.bar-newsletter .r-side input[type=email] {
  height: 39px;
  border: solid 1px #dddddd;
  border-right: none;
  padding: 8px 13px;
  color: #222222;
  width: calc(100% - 85px);
  border-radius: 8px 0 0 8px;
  font-size: 17px;
  letter-spacing: 0.01em;
  vertical-align: top;
}

.bar-newsletter .r-side input[type=email]::placeholder {
  color: #cccccc;
}

.bar-newsletter .r-side input[type=submit] {
  vertical-align: top;
  border-radius: 0 8px 8px 0;
  width: 85px;
  text-align: center;
  cursor: pointer;
  border: none;
}

.bar-newsletter .r-side input:focus {
  outline: none;
}

.bar-newsletter .r-side p {
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.44em;
  margin: 8px 8px 0 0;
  text-align: right;
}

.bar-newsletter .r-side p a {
  text-decoration: none;
  color: #999999;
}

.bar-newsletter .r-side p a:before {
  margin: 0;
  font-size: 17px;
}

/* CF7 Styling */
div.wpcf7 {
  margin: 0 auto;
  padding: 0;
  max-width: 320px;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  color: #da5700;
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  padding: 0.2em 0.8em;
  border: 1px solid #da5700;
  background: #ffffff;
}

div.wpcf7-validation-errors {
  border: 2px solid #da5700;
  font-size: 14px;
}

.row.text span.wpcf7-not-valid-tip {
  position: absolute;
  top: -9px;
  right: 0;
  font-size: 10px;
  width: 120px;
}

.row.text.on span.wpcf7-not-valid-tip,
.row.text.full span.wpcf7-not-valid-tip {
  display: none;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader {
  display: inline-block;
  visibility: hidden;
  margin: 0 0 0 4px;
  padding: 0;
  width: 16px;
  height: 16px;
  border: none;
  vertical-align: middle;
  background-image: url("data:image/gif;base64,R0lGODlhEAAQAPQAAP///3d3d/r6+pSUlL29vXp6eouLi+jo6NDQ0IKCgrW1ta2trfDw8MfHx+Dg4J2dnaSkpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFUCAgjmRpnqUwFGwhKoRgqq2YFMaRGjWA8AbZiIBbjQQ8AmmFUJEQhQGJhaKOrCksgEla+KIkYvC6SJKQOISoNSYdeIk1ayA8ExTyeR3F749CACH5BAkKAAAALAAAAAAQABAAAAVoICCKR9KMaCoaxeCoqEAkRX3AwMHWxQIIjJSAZWgUEgzBwCBAEQpMwIDwY1FHgwJCtOW2UDWYIDyqNVVkUbYr6CK+o2eUMKgWrqKhj0FrEM8jQQALPFA3MAc8CQSAMA5ZBjgqDQmHIyEAIfkECQoAAAAsAAAAABAAEAAABWAgII4j85Ao2hRIKgrEUBQJLaSHMe8zgQo6Q8sxS7RIhILhBkgumCTZsXkACBC+0cwF2GoLLoFXREDcDlkAojBICRaFLDCOQtQKjmsQSubtDFU/NXcDBHwkaw1cKQ8MiyEAIfkECQoAAAAsAAAAABAAEAAABVIgII5kaZ6AIJQCMRTFQKiDQx4GrBfGa4uCnAEhQuRgPwCBtwK+kCNFgjh6QlFYgGO7baJ2CxIioSDpwqNggWCGDVVGphly3BkOpXDrKfNm/4AhACH5BAkKAAAALAAAAAAQABAAAAVgICCOZGmeqEAMRTEQwskYbV0Yx7kYSIzQhtgoBxCKBDQCIOcoLBimRiFhSABYU5gIgW01pLUBYkRItAYAqrlhYiwKjiWAcDMWY8QjsCf4DewiBzQ2N1AmKlgvgCiMjSQhACH5BAkKAAAALAAAAAAQABAAAAVfICCOZGmeqEgUxUAIpkA0AMKyxkEiSZEIsJqhYAg+boUFSTAkiBiNHks3sg1ILAfBiS10gyqCg0UaFBCkwy3RYKiIYMAC+RAxiQgYsJdAjw5DN2gILzEEZgVcKYuMJiEAOwAAAAAAAAAAAA==");
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}

div.wpcf7 input[type=file] {
  cursor: pointer;
}

div.wpcf7 input[type=file]:disabled {
  cursor: default;
}

/* Content */
/* Contact Form */
.con-fm {
  margin: auto;
  max-width: 400px;
  background: none;
}

.con-fm .wpcf7 {
  position: relative;
  padding: 10px 0 55px;
}

.con-fm h5 {
  margin: 0 0 3px;
  padding: 0;
  color: #0b3b51;
  font-size: 2.125em;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.01618em;
}

.con-fm .sub {
  display: block;
  margin: 0 0 5px;
  color: #da5700;
  letter-spacing: 0.01618em;
  font-size: 1.3125em;
  padding: 0 0 7px;
  line-height: 1.618em;
  text-align: center;
  border-bottom: solid 1px #cccccc;
}

.con-fm .row {
  position: relative;
  margin-bottom: 13px;
  height: 34px;
  padding: 2px 10px;
  font-size: 1em;
  background-color: #ffffff;
}

.con-fm .row.text,
.con-fm .row.textarea {
  overflow: hidden;
  border: solid 1px #cccccc;
  border-radius: 8px;
  background-color: #ffffff;
}

.con-fm .row.text.first-name {
  width: calc((100% - 13px) / 2);
  float: left;
}

.con-fm .row.text.last-name {
  width: calc((100% - 13px) / 2);
  float: right;
}

.con-fm .row.textarea {
  line-height: 0;
  height: auto;
}

.con-fm .row:last-of-type {
  margin-bottom: 0;
}

.con-fm input[type=text],
.con-fm input[type=tel],
.con-fm input[type=email],
.con-fm input[type=url] {
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  font-size: 1em;
  color: #333333;
  margin: 0;
}

.con-fm .row.textarea label {
  padding-top: 5px;
}

.con-fm textarea {
  margin: 0;
  width: 100%;
  height: 120px;
  border: none;
  outline: none;
  line-height: 1.618em;
}

.con-fm .row.submit {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  background: transparent;
}

.con-fm .row.submit input[type=submit] {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
  max-width: 400px;
  height: 55px;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1.3125em;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 0.05em;
}

.con-fm .row.submit input[type=submit]:hover {
  background-color: #e9793d;
}

.con-fm .row.submit .ajax-loader {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

/* Gradient Backgrounds */
.orange-button {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd6500+0,682a00+100 */
  background: #fd6500; /* Old browsers */
  background: -moz-linear-gradient(top, #fd6500 0%, #682a00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fd6500 0%, #682a00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fd6500 0%, #682a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd6500", endColorstr="#682a00", GradientType=0); /* IE6-9 */
}

.blue-button,
.orange-button:hover {
  color: #ffffff;
  padding: 13px;
  min-width: 250px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#497593+0,1d2f3b+100 */
  background: #497593; /* Old browsers */
  background: -moz-linear-gradient(top, #497593 0%, #1d2f3b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #497593 0%, #1d2f3b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #497593 0%, #1d2f3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#497593", endColorstr="#1d2f3b", GradientType=0); /* IE6-9 */
}

.blue-button:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd6500+0,682a00+100 */
  background: #fd6500; /* Old browsers */
  background: -moz-linear-gradient(top, #fd6500 0%, #682a00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fd6500 0%, #682a00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fd6500 0%, #682a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd6500", endColorstr="#682a00", GradientType=0); /* IE6-9 */
}

/* Quote Widget */
.quote,
.c blockquote {
  margin: 55px 0;
}

.quote p,
.c blockquote p {
  color: #0b3b51;
  font-size: 2em;
  font-style: italic;
  line-height: 1.44em;
  text-align: center;
  margin-top: 0;
  letter-spacing: 0.0161803399em;
}

.quote cite,
.c blockquote cite {
  display: block;
  color: #666666;
  font-size: 22px;
  font-style: normal;
  letter-spacing: 0.0161803399em;
  text-align: right;
  margin-right: 34px;
}

.quote cite:before,
.c blockquote cite:before {
  content: "—";
  margin: 0 5px 0 0;
}

/* Documentation */
.docs .c-w {
  padding-top: 100px;
}
@media (min-width: 430px) {
  .docs .c-w {
    padding-top: 88px;
  }
}

.docs .main-header {
  background: #0073aa;
  padding: 21px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.docs .main-header h4,
.blog .main-header h4,
.post-type-archive-docs .main-header h1,
.blog .main-header h1 {
  color: white;
  font-size: 1.5em;
  text-align: center;
  font-weight: normal;
  margin: 0;
}

.docs .main-header h4:after,
.blog .main-header h4:after,
.post-type-archive-docs .main-header h1:after,
.blog .main-header h1:after {
  content: " ";
  display: block;
  background: none;
  background: -moz-linear-gradient(left, #dddddd 0%, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0) 79%, #dddddd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #dddddd 0%, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0) 79%, #dddddd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(left, #dddddd 0%, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0) 79%, #dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  bottom: calc(50% - 2px);
  width: 100%;
  height: 2px;
  z-index: -1;
}

.main-header .subheading {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  margin: 0;
  color: #666666;
}

.docs .bread p {
  text-align: center;
  color: #ccc;
}
.docs .bread p a:link,
.docs .bread p a:visited,
.docs .bread p span {
  color: #ccc;
}
.docs .bread p a:hover {
  color: #fff;
}

.docs .parameters label, .docs .properties label {
  font-weight: bold;
}
.docs .parameters .visibility, .docs .properties .visibility {
  margin-right: 8px;
  font-size: 14px;
  color: #008a20;
}
.docs .parameters .type, .docs .properties .type {
  margin-left: 8px;
  font-size: 14px;
  color: #d63638;
}
.docs .parameters .desc, .docs .properties .desc {
  margin: 0.7em 0 1.5em;
}

/* Search Widget */
.search-widget {
  margin: 25px 0 0;
  float: right;
}

.author .search-widget,
.category .search-widget {
  margin: 10px 0 30px;
}

.search-widget {
  margin: 0 0 28px;
  width: 298px;
  overflow: hidden;
  border: 1px #0b3b51 solid;
  border-radius: 8px;
  background: #ebe5f0;
}

.search-widget .search-widget-in {
  margin: 0;
}

.search-widget input[type=text] {
  padding: 0 0 0 10px;
  width: 210px;
  height: 30px;
  float: left;
  border: 0 none;
  color: #0b3b51;
  font-size: 0.75em;
  text-transform: capitalize;
  letter-spacing: 0.075em;
  background: #f4f4f4;
  transition-timing-function: ease-in;
  transition-duration: 1s;
  transition-property: background, color;
}

.search-widget input[type=text]:hover,
.search-widget input[type=text]:focus {
  color: #000000;
  background: #ffffff;
  transition-timing-function: ease-in;
  transition-duration: 0.15s;
  transition-property: background, color;
  outline: none;
}

.search-widget input[type=submit] {
  padding: 0 0 0;
  width: 85px;
  height: 30px;
  float: right;
  border: 0 none;
  color: #ffffff;
  font-size: 0.8125em;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  background: #0081a6;
  transition-timing-function: ease-in;
  transition-duration: 1s;
  transition-property: background;
}

.search-widget:hover input[type=submit] {
  color: #ffffff;
  background: #0b3b51;
  transition-timing-function: ease-in;
  transition-duration: 0.15s;
  transition-property: background;
}

/* Recent Articles */
.sb .recent-articles {
  float: right;
  max-width: 400px;
  width: 100%;
}

.sb .recent-articles h5 {
  font-size: 24px;
  text-align: center;
  color: #333333;
}

.sb .recent-articles ul {
  width: 100%;
}

.sb .recent-articles li {
  padding: 0;
  margin: 0 0 13px;
  font-size: 16px;
  letter-spacing: 0.01em;
}

.sb .recent-articles li a {
  text-decoration: none;
}

.sb .recent-articles li a:hover {
  text-decoration: underline;
}

.c .faq-title h4 {
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.0161803399em;
}

.faq-accordion .faq-main {
  background: #ffffff;
}

.generator {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #999999;
}

.generator-in {
  margin: 20px;
}

.generator h2 {
  margin-top: 0;
}

.generator input[type=text] {
  padding: 0 5px;
  border: 0 none;
  height: 34px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  margin: 0;
  font-size: 1.125em;
  letter-spacing: 0.02em;
  color: #999999;
  font-style: italic;
}

.generator input[type=submit] {
  width: 200px;
  height: 34px;
  border: 0;
  margin: 21px auto 0;
  color: #ffffff;
  background: #999999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 8px;
  cursor: pointer;
}

.generator input[type=submit]:hover {
  background: #385875;
}

.generator input:focus {
  outline: none;
}

@media (min-width: 1100px) {
  .h-ftr h4 span {
    font-size: 32px;
  }
}
@media (max-width: 1000px) {
  .pg-in {
    padding: 0 34px;
  }
  .in {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (max-width: 900px) {
  .hide-900 {
    display: none;
  }
  #respond h4 {
    font-size: 1.5em;
  }
  .pg-in {
    padding: 0 25px;
  }
  .in {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .c a img.alignright,
  .c p > img.alignright,
  .c a img.alignleft,
  .c p > img.alignleft {
    max-width: 50%;
  }
  #respond .right input[type=submit] {
    padding: 8px 0 7px;
    font-size: 1.125em;
  }
}
@media (max-width: 782px) {
  .admin-bar .h,
  .admin-bar .h .nav-sl {
    top: 47px;
  }
  .pg-b {
    margin: 0 auto;
  }
  .blog-nav {
    margin: 0 auto 30px;
    width: calc(100% - 40px);
    max-width: 450px;
    float: none;
    font-size: 1em;
    text-align: center;
  }
  .blog.single .c {
    max-width: 100%;
  }
  .pg-w {
    padding-top: 70px;
  }
  .nav-sl-w,
  .nav-sl .close {
    display: block;
  }
  .h {
    height: 70px;
  }
  body.scrolling-down .h,
  body.admin-bar.scrolling-down .h {
    top: -70px;
  }
  .h-ftr .l-side {
    width: calc(60% - 25px);
  }
  .h-ftr .r-side {
    width: 40%;
  }
  nav.nav-sl-w {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    margin: 0;
    width: auto;
    height: 70px;
    line-height: 0;
  }
  .nav-fixed {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #d1c1d7;
    text-align: justify;
  }
  .nav-fixed li {
    display: inline-block;
  }
  .nav-fixed li:first-child a {
    color: #0b3b51;
    padding: 18px 10px;
  }
  .nav-fixed li:nth-of-type(n) {
    float: right;
    margin-right: 8px;
    margin-left: 8px;
  }
  .nav-fixed li:nth-of-type(1) span {
    display: none;
  }
  .nav-fixed li:nth-of-type(1) a::before {
    content: "\f0c9";
  }
  .nav-fixed li::after {
    display: inline-block;
    width: 100%;
    content: "";
  }
  .nav-fixed li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #0b3b51;
    text-decoration: none;
    text-align: center;
  }
  .nav-fixed li a:before {
    font-family: "classicwindowfashionstn";
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
  }
  .nav-fixed li a span {
    display: block;
    font-size: 30px;
    line-height: 1em;
    margin: 8px 0 0;
  }
  .nav-fixed li a:hover::before {
    color: #0b3b51;
  }
  .nav-fixed li#menu-item-57 > a {
    font-weight: bold;
    color: #991047;
  }
  .nav-fixed li#menu-item-57 > a span {
    margin-bottom: -2px;
  }
  .nav-fixed li#menu-item-57 > a span:before {
    font-size: 38px;
    margin: -4px 0 -4px;
  }
  #menu-item-37 a {
    color: #991047;
  }
  .h .nav-sl-w,
  .h .nav-sl {
    display: block;
  }
  .h .nav-sl {
    position: fixed;
    top: 0;
    right: -250px;
    bottom: 0;
    z-index: 1000;
    width: 90%;
    max-width: 250px;
    text-align: left;
    background: #ffffff;
    transition: right 0s;
    -webkit-transition: right 0s;
    -moz-transition: right 0s;
    -ms-transition: right 0s;
  }
  .h .nav-sl.on {
    display: block;
    right: 0;
    transition: right 0.75s;
    -webkit-transition: right 0.75s;
    -moz-transition: right 0.75s;
    -ms-transition: right 0.75s;
    border-left: 3px solid #eee;
    box-shadow: -5px 0 55px rgba(0, 0, 0, 0.4);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+0,efefef+0,ffffff+25,ffffff+25,ffffff+50,efefef+100 */
    background: rgb(239, 239, 239); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(239, 239, 239) 0%, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 50%, rgb(239, 239, 239) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(239, 239, 239) 0%, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 50%, rgb(239, 239, 239) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(239, 239, 239) 0%, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 50%, rgb(239, 239, 239) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efefef", endColorstr="#efefef", GradientType=0); /* IE6-9 */
  }
  .h .nav-sl.on .nav-w > ul > li > ul > li:first-of-type > a {
    padding-top: 17px;
  }
  .h .nav-sl.on .nav-w > ul > li > ul > li:last-of-type > a {
    padding-bottom: 17px;
  }
  .h .nav-sl .nav-w {
    position: static;
    margin: 0;
    height: 100%;
    width: 100%;
    float: left;
  }
  .h .nav-sl .nav-w ul li {
    position: relative;
  }
  .h .nav-sl .nav-w > ul {
    margin: 70px 0 0;
    padding-left: 0;
    width: 100%;
  }
  .h .nav-sl .nav-w > ul > li {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #eee;
    list-style: none;
  }
  .h .nav-sl .nav-w > ul > li.close {
    display: block;
    position: absolute;
    top: 15px;
    left: 25px;
    padding: 0px 0 10px 30px;
    width: 210px;
    height: auto;
    border: 0 none;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.0161803399em;
    cursor: pointer;
  }
  .h .nav-sl .nav-w > ul > li.close:after {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    padding: 0;
    color: #333;
    font-family: "classicwindowfashionstn";
    font-size: 35px;
    content: "\e80c";
  }
  .h .nav-sl .nav-w > ul > li > a {
    display: block;
    padding: 10px 15px;
    color: #0b3b51;
    font-size: 21px;
    line-height: 1em;
    text-decoration: none;
    letter-spacing: 0.015em;
    margin: 5px 0;
  }
  .h .nav-sl .nav-w > ul > li > a span {
    margin-right: 5px;
  }
  .h .nav-sl .nav-w > ul > li > a span:before {
    font-size: 30px;
  }
  .h .nav-sl.on .nav-w > ul > li.current-menu-item, .h .nav-sl.on .nav-w > ul > li.current-menu-parent {
    border-top: 0;
  }
  .h .nav-sl.on .nav-w > ul > li.current-menu-item > a, .h .nav-sl.on .nav-w > ul > li.current-menu-parent > a {
    color: #0b3b51;
    background: #94ada7;
    clip-path: polygon(100% 100%, 0% 100%, 20px 50%, 0% 0%, 100% 0%);
    width: calc(100% + 25px);
    position: relative;
    z-index: 1;
    right: 25px;
    padding: 15px 15px 15px 40px;
  }
  .h .nav-sl.on .nav-w > ul > li.current-menu-item.menu-item-has-children > a::after, .h .nav-sl.on .nav-w > ul > li.current-menu-parent.menu-item-has-children > a::after {
    color: #fff;
  }
  .h .nav-sl .nav-w > ul > li > ul > li > ul > li a {
    display: block;
    padding: 10px 20px 9px 0;
    color: #333;
    font-size: 0.875em;
    text-decoration: none;
    letter-spacing: 0.05em;
  }
  .h .nav-sl .nav-w > ul > li > ul > li.menu-item-has-children ul {
    padding-left: 10px;
  }
  .h .nav-sl .nav-w > ul > li.menu-item-has-children > a::after,
  .h .nav-sl .nav-w > ul > li > ul > li.menu-item-has-children > a::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 24px 25px 15px 0;
    color: #555;
    font-family: "classicwindowfashionstn";
    font-size: 1.33333em;
    content: "\e808";
  }
  .h .nav-sl .nav-w > ul > li.menu-item-has-children.on > a::after,
  .h .nav-sl .nav-w > ul > li > ul > li.menu-item-has-children.on > a::after {
    content: "\e806";
  }
  .h .nav-sl .nav-w > ul > li > .sub-menu {
    margin-top: 0;
    margin-bottom: -1px;
    padding: 0;
    border-top: 1px solid #d9d9d9;
  }
  .h .nav-sl .nav-w > ul > li > ul > li > a {
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    color: #222222;
    font-size: 1em;
    text-decoration: none;
    letter-spacing: 0.04em;
  }
  .h .nav-sl .nav-w > ul > li > ul > li > a:hover {
    color: #0b3b51;
  }
  .h .nav-sl .nav-w > ul > li > .sub-menu li {
    list-style: none;
  }
  .h .nav-sl .nav-w > ul > li > ul > li > a:hover {
    text-decoration: underline;
  }
}
/* (max-width:782px) */
@media (max-width: 767px) {
  .sb {
    margin: 25px auto;
    width: auto;
    float: none;
  }
  .c {
    margin: 0 auto;
    width: auto;
    float: none;
  }
  .c p,
  .c li {
    font-size: 17px;
  }
  .blog.single .sb {
    margin-right: auto;
  }
  .sb .widget {
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
  }
}
/* (max-width:767px) */
@media (max-width: 750px) {
  .c a img.alignright,
  .c p > img.alignright,
  .c a img.alignleft,
  .c p > img.alignleft {
    max-width: 100%;
    float: none;
    margin: 0 auto 21px;
    border-radius: 0px;
  }
}
/* (max-width:750px) */
@media (max-width: 700px) {
  .hide-700 {
    display: none;
  }
  .h-feature .h-feature-in {
    margin: 0 auto;
    width: calc(100% - 40px);
    float: none;
  }
  .home .featured-menu {
    max-width: 310px;
  }
  .home .featured-menu li:nth-of-type(1),
  .home .featured-menu li:nth-of-type(2),
  .home .featured-menu li:nth-of-type(3) {
    margin-bottom: 15px;
  }
  .home .featured-menu li:first-of-type,
  .home .featured-menu li:nth-of-type(4) {
    margin: 0;
  }
}
@media (max-width: 650px) {
  .h-ftr .l-side,
  .h-ftr .r-side {
    width: 100%;
  }
  .h-ftr .l-side {
    max-width: 100%;
    margin: 0 0 21px;
  }
  .h-ftr h4 span {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .c h1 {
    font-size: 1.5em;
  }
  .nav-fixed li:nth-of-type(n) a::before {
    margin-right: 10px;
    margin-left: 10px;
  }
  .bar-newsletter .l-side {
    width: 100%;
    text-align: center;
    margin: 0 auto 21px;
  }
  .bar-newsletter .r-side {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .nav-fixed li:nth-of-type(1) a::before,
  .nav-fixed li:nth-of-type(2) a::before {
    margin-right: 10px;
    margin-left: 10px;
  }
  .wp-block-image .alignright,
  .c a img.alignright,
  .c p > img.alignright,
  .wp-block-image .alignleft,
  .c a img.alignleft,
  .c p > img.alignleft {
    float: none;
    margin: 21px auto;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .hide-479 {
    display: none;
  }
  .c-in > p,
  .h-feature p,
  .c-in > ul > li {
    font-size: 1.0625em;
    line-height: 1.5em;
  }
  .c-in > ul {
    padding: 0 0 0 20px;
  }
  .quote-widget-in {
    margin: 15px 0 25px;
  }
  .quote-widget p {
    font-size: 1.5em;
    line-height: 1.25em;
  }
  #respond .right,
  #respond .left {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  #respond h4 {
    margin: 0 0 20px;
    font-size: 1.25em;
  }
  #respond .right input {
    height: 30px;
  }
  .commentlist .thread-even,
  .commentlist .thread-odd {
    margin: 0 -20px;
  }
  .comments h3 {
    margin: 0 -20px;
  }
  .f .org .name {
    font-size: 1.25em;
  }
  .f .copyright .left,
  .f .copyright .right {
    display: block;
    margin: 0 auto 10px;
    float: none;
  }
}
@media (max-width: 430px) {
  .pg-in {
    padding: 0 21px;
  }
  .pg-w {
    padding-top: 55px;
  }
  .in {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .h .logo-link {
    width: 150px;
    height: 150px;
    margin: -10px auto;
    float: unset;
  }
  .search-widget {
    width: 278px;
  }
  .search-widget input[type=text] {
    width: 190px;
  }
  .h {
    height: 55px;
  }
  nav.nav-sl-w {
    height: 55px;
  }
  .nav-fixed li:nth-of-type(1) a::before {
    margin-right: 20px;
  }
  .h .menu-item-13 a {
    margin: 10px 0px 0 0;
    padding: 5px 13px !important;
  }
  .h .menu-item-13 {
    margin-right: 10px;
  }
  .c .toc {
    top: 136px;
  }
}
@media (max-width: 375px) {
  .pg-in {
    padding: 0 13px;
  }
  .in {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .c h1 {
    font-size: 1.4em;
  }
  .c h2 {
    font-size: 1.25em;
  }
  .c h3 {
    font-size: 1.125em;
  }
  .c h4 {
    font-size: 1em;
  }
  .c .contact-cta p {
    margin-bottom: 0;
  }
  .blog.single .c p,
  .c p,
  .c li,
  .c li li {
    font-size: 16px;
    line-height: 1.48em;
    letter-spacing: 0.025em;
  }
  .c ul {
    padding: 0 0 0 20px;
  }
  body #ytc-wrapper .col-xs-6 {
    width: 100% !important;
  }
  body #ytc-wrapper .ytc-thumbnails {
    margin: 30px 0 0;
    padding: 30px 0 0 0 !important;
    border-top: 2px solid #cccccc;
  }
  .h .menu-item-13 a span {
    display: none;
  }
}
@media (max-width: 320px) {
  .c-h h1 {
    margin-left: 20px;
  }
}
@media print {
  * {
    color: #000000 !important;
    background: transparent !important;
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .pg-w,
  .pg-b,
  .pg-b .c,
  .pg-b .sb,
  .h .h-in,
  .f .f-in {
    display: block;
    width: auto !important;
  }
  .pg-w {
    margin: 0 3em;
  }
  header nav,
  footer nav {
    display: none !important;
  }
  .pg-b .c {
    float: none;
    clear: both;
  }
  .c .c-in {
    margin: 0 !important;
  }
  .pg-b .sb {
    float: none;
    clear: both;
  }
}
body,
input,
textarea,
select,
li {
  color: #404040;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.44em;
  letter-spacing: 0.01em;
}
@media (min-width: 360px) {
  body,
  input,
  textarea,
  select,
  li {
    font-size: 17px;
    line-height: 1.5em;
  }
}
@media (min-width: 1000px) {
  body,
  input,
  textarea,
  select,
  li {
    font-size: 18px;
    line-height: 1.6em;
  }
}

input[type=image] {
  width: unset;
  padding: unset;
  border: unset;
  background: unset;
}

#logo {
  text-align: center;
  margin-bottoM: 21px;
}

/* allow resizing logo for mobile devices */
#logo_container {
  max-width: 501px;
  margin: 0 auto;
}

#logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* container for redirection text and downward arrow image */
div.arrow {
  margin: 15px 0;
}

/* text that says what kind of redirection this is */
.redirtext, a.redirtext {
  font-weight: bold;
  color: #246e3b;
  padding-top: 3px;
}

/* error information */
.errtext, a.errtext {
  color: red;
  margin-top: 1em;
}

/* supplemental status information */
.infotext, a.infotext {
  color: #000000;
  margin-top: 1em;
}

.no-crawl-url {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-crawl-url s {
  overflow: hidden;
  width: 1px;
  height: 1px;
  display: inline-block;
}
.no-crawl-url.icon-files {
  cursor: pointer;
}
.no-crawl-url.icon-files:before {
  font-size: 18px;
  margin-right: 8px;
  margin-bottom: 5px;
  color: #aaa;
  font-weight: normal;
}
.no-crawl-url.icon-files.on:before {
  color: green;
}

.wp-block-separator {
  border: none;
  border-bottom: 1px solid #ccc;
  max-width: 75%;
  margin: 2em auto;
}

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