/*
Theme Name: ChickFilAAlabama
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chickfilaalabama
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html
{
    font-family: sans-serif; /* 1 */

        -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body
{
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video
{
    display: inline-block; /* 1 */

    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls])
{
    display: none;

    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template
{
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a
{
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover
{
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title]
{
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn
{
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1
{
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark
{
    color: #000;
    background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img
{
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root)
{
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure
{
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr
{
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre
{
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea
{
    font: inherit; /* 2 */

    margin: 0; /* 3 */

    color: inherit; /* 1 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button
{
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer; /* 3 */

    -webkit-appearance: button; /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled]
{
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input
{
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type='search']
{
    box-sizing: content-box; /* 2 */

    -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend
{
    padding: 0; /* 2 */

    border: 0; /* 1 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea
{
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup
{
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

.budget-area .labels-list,
.tabset,
.info-list,
.nav-container .navigation,
.posts-slider .slick-dots,
#content ol,
#content ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after
{
    display: block;
    clear: both;

    content: '';
}

.budget-area .labels-list a,
.tab-opener .icon,
.tab-opener a,
#header .logo a,
.nav-container,
.nav-container .navigation a,
.footer-container .logo a,
.posts-slider .cover,
.posts-slider .slick-dots li button,
.banner-section .btn,
.form-holder .field input,
.form-holder button
{
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.ellipsis
{
    overflow: hidden;

    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
}

html
{
    box-sizing: border-box;
}

*,
*:before,
*:after
{
    box-sizing: inherit;
}

*
{
    max-height: 1000000px;
}

body
{
    font: 18px/1.22 'apercu', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    min-width: 320px;

    color: #5b6770;
    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img
{
    max-width: 100%;
    height: auto;
}

.gm-style img
{
    max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset
{
    margin: 0 0 1.22em;
}

blockquote
{
    margin-left: 1.22em;
    padding-left: .5em;

    border-left: 4px solid #5b6770;
}

th,
td
{
    padding: .5em;

    text-align: left;
    vertical-align: top;

    border: 1px solid #5b6770;
}

th
{
    text-align: center;
    vertical-align: middle;
}

ul,
ol
{
    padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol
{
    margin: 0;
    padding-left: 3em;
}

ul
{
    list-style-type: disc;
}

dl dt
{
    font-weight: bold;

    float: left;
    clear: left;

    padding-right: .3em;
}

dl dd
{
    overflow: hidden;
}

pre
{
    max-width: 100%;
}

form,
fieldset
{
    margin: 0;
    padding: 0;

    border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea
{
    box-sizing: border-box;
    padding: .4em .7em;

    border: 1px solid #adb3b8;
    -webkit-border-radius: 0;

    -webkit-appearance: none;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus
{
    border-color: #333;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
    color: #adb3b8;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder
{
    opacity: 1;
    color: #adb3b8;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder
{
    color: #adb3b8;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
    color: #adb3b8;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder
{
    color: #adb3b8;
}

select
{
    -webkit-border-radius: 0;
}

textarea
{
    resize: vertical;
    vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit']
{
    cursor: pointer;

    -webkit-border-radius: 0;

    -webkit-appearance: none;
}

.widget
{
    margin-bottom: 1.22em;
}

.widget ul
{
    padding-left: 2em;
}

.widget select
{
    min-width: 150px;
}

.comment-form label
{
    display: block;

    padding-bottom: 4px;
}

.comment-form textarea
{
    overflow: auto;

    height: 120px;
    min-height: 120px;
    margin: 0;
}

.comment-form textarea,
.comment-form input[type='text']
{
    width: 100%;
    max-width: 300px;
    margin: 0 4px 0 0;
}

.comment-form input[type='submit']
{
    display: block;
    float: none;
}

.post-password-form label
{
    display: block;

    margin-bottom: 4px;
}

.post-password-form input[type='password']
{
    width: 100%;
    max-width: 300px;
    margin: 0 4px 0 0;
}

.search-form
{
    margin-bottom: 15px;
}

.search-form input
{
    float: left;

    height: 2em;
}

.search-form input[type='search']
{
    width: 200px;
    margin: 0 4px 0 0;
}

.post-password-form input
{
    float: left;

    height: 2em;
}

.post-password-form input[type='password']
{
    width: 150px;
}

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit']
{
    height: 2em;
    padding: 0 .5em;

    color: #fff;
    border: none;
    background: #c8102e;
}

.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover
{
    opacity: .8;
}

.commentlist
{
    margin: 0 0 1.22em;
}

.commentlist .edit-link
{
    margin: 0;
}

.commentlist .avatar-holder
{
    float: left;

    margin: 0 1.22em 4px 0;
}

.commentlist-item .commentlist-item
{
    padding: 0;
}

.comment,
.commentlist-holder
{
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item
{
    padding-top: 1.22em;
}

.widget_calendar #next
{
    text-align: right;
}

.gallery-item dt
{
    float: none;

    padding: 0;
}

.navigation,
.navigation-comments
{
    position: relative;

    margin-bottom: 1.22em;

    vertical-align: middle;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text
{
    position: absolute;
    left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers
{
    display: inline-block;

    padding: 0 .4em;

    vertical-align: middle;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev
{
    display: inline-block;

    max-width: 48%;
    padding: .4em;

    vertical-align: middle;
    text-decoration: none;

    color: #fff;
    background: #c8102e;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover
{
    opacity: .8;
}

.navigation-single
{
    margin-bottom: 1.22em;
}

.navigation-single .next,
.navigation-single .prev
{
    float: left;

    max-width: 48%;

    vertical-align: middle;
    text-decoration: none;

    color: #fff;
    background: #c8102e;
}

.navigation-single .next:hover,
.navigation-single .prev:hover
{
    opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a
{
    display: block;

    padding: .4em;

    text-decoration: none;

    color: inherit;
}

.navigation-single .next
{
    float: right;
}

.wp-caption
{
    clear: both;

    max-width: 100%;
    margin-bottom: 1.22em;
    padding: .4em;

    border: 1px solid #5b6770;
}

.wp-caption img
{
    margin: 0;

    vertical-align: top;
}

.wp-caption p
{
    margin: .4em 0 0;
}

div.aligncenter
{
    margin: 0 auto 1.22em;
}

img.aligncenter
{
    display: block;

    margin: 0 auto;
}

.alignleft
{
    margin: 0 auto 23px;

    text-align: center;
}

.alignleft img
{
    vertical-align: top;
}

.alignright
{
    margin: 0 auto 23px;

    text-align: center;
}

.alignright img
{
    vertical-align: top;
}

.mejs-container
{
    margin-bottom: 1.22em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor
{
    height: auto;
}

iframe
{
    width: 100%;
}

#wp-calendar tbody td
{
    text-align: center;
}

#wp-calendar td,
#wp-calendar th
{
    border: 1px solid #5b6770;
}

@font-face
{
    font-family: 'apercu';
    font-weight: 400;
    font-style: normal;

    src: url('fonts/apercu-regular.eot');
    src: url('fonts/apercu-regular.eot?#iefix') format('embedded-opentype'), url('fonts/apercu-regular.woff2') format('woff2'), url('fonts/apercu-regular.woff') format('woff'), url('fonts/apercu-regular.ttf') format('truetype'), url('fonts/apercu-regular.svgapercu-regular') format('svg');
}

@font-face
{
    font-family: 'apercu';
    font-weight: 700;
    font-style: normal;

    src: url('fonts/apercu-bold.eot');
    src: url('fonts/apercu-bold.eot?#iefix') format('embedded-opentype'), url('fonts/apercu-bold.woff2') format('woff2'), url('fonts/apercu-bold.woff') format('woff'), url('fonts/apercu-bold.ttf') format('truetype'), url('fonts/apercu-bold.svgapercu-bold') format('svg');
}

body
{
    font-variant-ligatures: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h
{
    font-family: inherit;
    font-weight: bold;
    line-height: 1;

    margin: 0 0 .5em;

    color: #004f71;
}

h1,
.h1
{
    font-size: 50px;

    margin-bottom: .8em;

    text-align: center;
    letter-spacing: .5px;
}

h2,
.h2
{
    font-size: 40px;

    text-align: center;
}

h3,
.h3
{
    font-size: 30px;
}

h4,
.h4
{
    font-size: 24px;
}

h5,
.h5
{
    font-size: 20px;
    line-height: 1.100;

    margin-bottom: 1.1em;
}

h6,
.h6
{
    font-size: 18px;
    line-height: 1.100;
}

p
{
    margin: 0 0 1.1em;
}

a
{
    color: #c8102e;
}

a:hover,
a:focus
{
    text-decoration: none;
}

/* Slick slider styles */

.slick-slider
{
    position: relative;

    display: block;

    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;
}

.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;
}

.budget-area
{
    padding: 40px 0;

    text-align: center;
}

.budget-area .container
{
    max-width: 966px;
}

.budget-area .frame
{
    margin: 0 0 24px;
    padding: 20px 0 0;

    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2);
}

.budget-area .frame .txt
{
    font-size: 20px;

    display: block;

    padding: 0 25px 30px;

    text-align: left;

    color: #adb3b8;
}

.budget-area .frame .txt .value
{
    color: #5b6770;
}

.budget-area .h1
{
    margin-bottom: .95em;
}

.budget-area .labels-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 7px 38px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.budget-area .labels-list li
{
    font-size: 20px;

    padding: 5px;
}

.budget-area .labels-list a
{
    text-decoration: none;

    color: #3eb1c8;
}

.budget-area .labels-list a:hover
{
    color: #004f71;
}

.budget-area .descr
{
    font-size: 16px;

    display: block;
}

.tabs-area
{
    padding: 24px 0;
}

.tabset
{
    display: none;
}

.tab-opener
{
    font-size: 1.222em;
    font-weight: 700;

    display: none;

    text-align: center;
}

.tab-opener .icon
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 117px;
    height: 117px;
    margin: 0 auto 20px;

    border: 3px solid #fff;
    border-radius: 50%;
    background: #004f71;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab-opener .icon .default
{
    -webkit-transition: opacity .3s;
            transition: opacity .3s;

    opacity: 1;
}

.tab-opener .icon .hover
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transition: opacity .3s;
            transition: opacity .3s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    opacity: 0;
}

.tab-opener img
{
    display: block;
}

.tab-opener strong
{
    display: inline-block;
}

.tab-opener a
{
    text-decoration: none;

    color: #adb3b8;
    outline: none;
}

.tab-opener.active a,
.tab-opener a:hover
{
    color: #5b6770;
}

.tab-opener.active a .icon,
.tab-opener a:hover .icon
{
    border-color: #c8102e;
    background: #fff;
}

.tab-opener.active a .icon .default,
.tab-opener a:hover .icon .default
{
    opacity: 0;
}

.tab-opener.active a .icon .hover,
.tab-opener a:hover .icon .hover
{
    opacity: 1;
}

.tab-text
{
    padding: 0 0 30px;

    text-align: center;
}

.tab-text .h1
{
    margin: 0 0 .2em;
}

.info-list
{
    padding: 0 0 30px;
}

.info-list li
{
    font-size: 18px;
    font-weight: 700;

    padding: 5px 0;

    text-align: center;
}

.info-list a
{
    position: relative;

    display: inline-block;

    padding-left: 30px;

    text-decoration: none;

    color: #333;
}

.info-list a:hover
{
    color: #c8102e;
}

.info-list a:hover span
{
    text-decoration: underline;
}

.info-list a:before
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;
    top: 1px;
    left: 0;

    display: inline-block;

    content: '\f358';

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

#header
{
    position: relative;
    z-index: 106;

    margin-bottom: 11vw;
    margin-bottom: 1.6vw;
}

#header .decor
{
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 5vw;
    margin-top: -2px;

    background-image: url(images/decor.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100% auto;
}

#header .decor:before
{
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;

    height: 999px;

    content: '';

    background: #eff9fb;
}

#header .top-row
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 20px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .logo
{
    width: 160px;
}

#header .logo img
{
    display: block;
}

#header .logo a
{
    display: block;
}

#header .logo a:hover
{
    opacity: .85;
}

.header-container
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-opener
{
    font-size: 0;
    line-height: 0;

    position: relative;
    z-index: 2;

    display: block;

    width: 35px;
    height: 30px;

    text-decoration: none;
}

.nav-opener:before,
.nav-opener:after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 35px;
    height: 6px;

    content: '';
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;

    border-radius: 2px;
    background: #c8102e;
}

.nav-opener:before
{
    box-shadow: 0 12px 0 0 #c8102e;
}

.nav-opener:after
{
    top: auto;
    bottom: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after
{
    left: -3px;

    width: 41px;
    height: 11px;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-radius: 4px;
}

.nav-active .nav-opener:before
{
    top: 10px;

    box-shadow: none;
}

.nav-active .nav-opener:after
{
    bottom: 9px;

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.nav-active
{
    overflow: hidden;
}

.nav-active .logo
{
    opacity: 0;
}

.nav-active .logo a
{
    pointer-events: none;
}

.nav-container
{
    visibility: hidden;
    overflow: hidden;

    width: 0;
    height: 0;

    background: #eff9fb;
}

.nav-container .nav-holder
{
    overflow-y: auto;

    max-height: 100%;
}

.nav-active .nav-container
{
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;

    visibility: visible;

    width: auto;
    height: calc(100vh - 80px);
}

.nav-active .nav-container .nav-frame
{
    padding: 0 20px;
}

.nav-container .navigation
{
    text-align: center;
}

.nav-container .navigation li
{
    font-size: 30px;
    font-weight: 700;

    padding: 9px 0 10px;
}

.nav-container .navigation li.active,
.nav-container .navigation li a:hover
{
    color: #004f71;
}

.nav-container .navigation a
{
    text-decoration: none;

    color: #3eb1c8;
}

.intro-post
{
    padding: 30px 0 10px;
}

.intro-post .text-holder
{
    font-size: 1.111em;
    line-height: 1.5;

    padding: 0 0 30px;

    text-align: center;
}

.intro-post .text-holder h1
{
    font-size: 30px;
    line-height: 1.2;

    margin-bottom: .5em;
}

.intro-post .post-thumbnail
{
    width: 200px;
    margin: 0 auto;

    text-align: center;
}

.intro-post .post-thumbnail img
{
    vertical-align: top;
}

.footer-container
{
    padding: 40px 0 30px;

    text-align: center;

    color: #fff;
    background: #004f71;
}

.footer-container a
{
    color: inherit;
}

.footer-container .logo
{
    display: inline-block;

    width: 200px;
    margin: 0 0 24px;

    vertical-align: top;
}

.footer-container .logo a
{
    display: block;
}

.footer-container .logo img
{
    display: block;
}

.footer-container .footer-text
{
    font-weight: 700;
}

.footer-container .footer-text p
{
    margin: 0 0 15px;
}

.footer-container .copy
{
    font-size: 11px;
}

.footer-container .copy p
{
    margin: 0 0 4px;
}

.footer-container .txt-item
{
    font-size: 9px;

    display: block;
}

body
{
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;

    opacity: 0;
}

.loaded body
{
    opacity: 1;
}

.tab-content
{
    position: relative;

    overflow: hidden;

    min-height: 240px;
}

.tab
{
    position: static;
    top: auto;

    visibility: visible;
    overflow: visible;

    max-height: 10000px;

    -webkit-transition: -webkit-transform .3s;
            transition:         transform .3s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

    opacity: 1;
}

.tab.active
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}

.js-tab-hidden
{
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;

    display: block !important;
}

#wrapper
{
    position: relative;

    overflow: hidden;

    max-width: 100%;
}

.main-container,
.container
{
    max-width: 984px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.main-container
{
    padding-top: 3.7vw;
    padding-bottom: 44px;
}

.posts-area
{
    padding: 55px 0 27px;
}

.posts-area .h1
{
    margin-bottom: .4em;
}

.posts-area .container
{
    max-width: 1066px;
}

.posts-slider
{
    margin: 0 -15px;
    padding: 15px 35px 0;
}

.posts-slider .slide
{
    margin: 0 9px;
    padding: 9px 0;
}

.posts-slider .slide-holder
{
    padding: 20px 22px 26px;

    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .25);
}

.posts-slider .slick-arrow
{
    font-size: 30px;

    position: absolute;
    top: 50%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 26px;
    height: 43px;
    padding: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #79838a;
    border: none;
    outline: none;
    background: transparent;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.posts-slider .slick-arrow.slick-prev
{
    left: 0;
}

.posts-slider .slick-arrow.slick-next
{
    right: 0;
}

.posts-slider .slick-arrow:hover
{
    opacity: .85;
}

.posts-slider .visual
{
    position: relative;

    overflow: hidden;

    margin: 0 0 23px;
    padding-top: 52.5%;
}

.posts-slider .cover
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.posts-slider .cover a
{
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;

    min-width: 100%;
    max-width: none;
    min-height: 100%;

    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);

    background-size: cover;
}

.posts-slider .cover:hover
{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.posts-slider .h4
{
    margin-bottom: 13px;

    color: inherit;
}

.posts-slider .h4 a
{
    text-decoration: none;

    color: inherit;
}

.posts-slider .h4 a:hover
{
    text-decoration: underline;
}

.posts-slider .text
{
    line-height: 1.3;
}

.posts-slider .text p
{
    display: inline-block;

    margin: 0;
}

.posts-slider .text a
{
    display: inline-block;
}

.posts-slider .slick-dots
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 22px 0;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
}

.posts-slider .slick-dots li
{
    padding: 0 6px 12px;
}

.posts-slider .slick-dots li button
{
    display: block;
    overflow: hidden;

    width: 13px;
    height: 13px;
    padding: 0;

    text-indent: -9999px;

    border: 2px solid #bcc1c5;
    border-radius: 50%;
    outline: none;
    background: transparent;
}

.posts-slider .slick-dots li.slick-active button,
.posts-slider .slick-dots li button:hover
{
    background: #bcc1c5;
}

.banner-section
{
    margin: 0 0 40px;
    padding: 45px 0;

    text-align: center;

    color: #fff;
    background: #004f71;
}

.banner-section .h1
{
    color: inherit;
}

.banner-section .btn
{
    font-size: 1.222;
    font-weight: 700;
    line-height: 26px;

    display: inline-block;

    margin-left: 25px;
    padding: 10px 20px 9px;

    text-align: center;
    white-space: nowrap;
    text-decoration: none;

    color: #c8102e;
    border-radius: 10px;
    background: #fff;
}

.banner-section .btn:hover
{
    opacity: .85;
}

.intro-text
{
    font-size: 1.111em;
    line-height: 1.5;

    padding: 30px 0 20px;

    text-align: center;
}

.intro-text .container
{
    max-width: 880px;
}

.intro-text h1
{
    line-height: 1.1;
}

#content ol,
#content ul
{
    padding: 0 0 10px 30px;
}

#content ol li,
#content ul li
{
    position: relative;

    padding: 0 0 10px 15px;

    color: #004f71;
}

#content ol li:before,
#content ul li:before
{
    position: absolute;
    top: 7px;
    left: 0;

    width: 3px;
    height: 3px;

    content: '';

    background: #004f71;
}

.page-template-template-login
{
    background: #eff9fb;
}

.page-template-template-login #header,
.page-template-template-login #footer
{
    display: none;
}

.login-area
{
    padding: 10vh 0;
}

.form-holder
{
    margin: 0 20px;
    padding: 20px;

    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.form-holder .row
{
    position: relative;

    padding: 0 60px 10px 0;

    color: #c8102e;
}

.form-holder .decor-logo
{
    position: absolute;
    top: 0;
    right: 0;

    width: 50px;
}

.form-holder .decor-logo img
{
    display: block;
}

.form-holder .ttl
{
    font-weight: 700;

    display: block;

    padding: 0 0 8px;
}

.form-holder .h2
{
    text-align: left;

    color: inherit;
}

.form-holder .field
{
    padding: 0 0 20px;
}

.form-holder .field input
{
    font-size: 20px;
    line-height: 24px;

    width: 100%;
    margin: 0 -5px;
    padding: 10px 5px 15px;

    border: none;
    border-bottom: 2px solid #eaeced;
}

.form-holder .btn-row
{
    padding: 0 0 18px;

    text-align: center;
}

.form-holder button
{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;

    min-width: 185px;
    padding: 9px 10px 7px;

    letter-spacing: 1px;

    color: #fff;
    border: none;
    border-radius: 20px;
    outline: none;
    background: #c8102e;
}

.form-holder button:hover
{
    opacity: .85;
}

.form-holder .txt
{
    font-size: 16px;

    text-align: center;
}

.form-holder .txt a
{
    text-decoration: none;

    color: #adb3b8;
}

.form-holder .txt a:hover
{
    color: #5b6770;
}

@media (min-width: 768px)
{
    html,
    body
    {
        height: 100%;
    }

    .page-holder
    {
        display: table;
        overflow: hidden;

        width: 100%;
        height: 100%;

        table-layout: fixed;
    }

    #wrapper
    {
        display: table-cell;

        margin: 0 auto;
    }

    #footer
    {
        display: table-footer-group;
        overflow: hidden; /*for FF on Windows 7*/

        height: 1%;
    }

    .commentlist-item .commentlist-item
    {
        padding: 0 0 0 2em;
    }

    .alignleft
    {
        float: left;

        margin: 5px 23px 23px 0;
    }

    .alignright
    {
        float: right;

        margin: 5px 0 23px 23px;
    }

    .budget-area .labels-list
    {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .info-list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -10px;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    }

    .info-list li
    {
        font-size: 20px;

        width: 50%;
        padding: 5px 10px;
    }

    #header .logo
    {
        width: 210px;
    }

    .header-container
    {
        padding-bottom: 40px;
    }

    .intro-post .text-holder h1
    {
        font-size: 40px;
    }

    .page-template-template-login .page-holder,
    .page-template-template-login #wrapper
    {
        display: block;

        height: auto;
    }

    .login-area
    {
        padding: 15vh 0;
    }

    .form-holder
    {
        max-width: 648px;
        margin: 0 auto 40px;
        padding: 55px 52px 28px;

        border-radius: 30px;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
    }

    .form-holder .row
    {
        padding: 0 100px 15px 0;
    }

    .form-holder .decor-logo
    {
        top: -7px;

        width: 78px;
    }

    .form-holder .ttl
    {
        font-size: 1.333em;
    }

    .form-holder .field
    {
        padding: 0 0 39px;
    }

    .form-holder .field input
    {
        padding-bottom: 19px;
    }
}

@media (min-width: 1024px)
{
    .main-container:after
    {
        display: table;
        clear: both;

        content: '';
    }

    #content
    {
        float: left;

        width: 70%;
    }

    #content:only-child
    {
        float: none;

        width: 100%;
    }

    #sidebar
    {
        float: right;

        width: 25%;
    }

    #sidebar #wp-calendar
    {
        width: 100%;
    }

    .budget-area
    {
        padding: 70px 0 69px;
    }

    .budget-area .frame .txt
    {
        padding-bottom: 37px;
    }

    .tabset
    {
        position: relative;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -47px 72px;
        padding: 0 24px 39px;

        border-bottom: 1px solid #b7bdc1;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    }

    .tabset li
    {
        display: block;

        padding: 0 10px 30px;
    }

    .tab-text
    {
        padding: 0 0 40px;
    }

    .info-list
    {
        padding: 0 32px 40px;
    }

    .info-list li
    {
        width: 33.333%;
        padding: 5px 10px 37px;

        text-align: left;
    }

    .info-list a
    {
        padding-left: 50px;
    }

    .info-list a:before
    {
        font-size: 26px;

        top: -1px;
        left: 2px;
    }

    #header .logo
    {
        width: 261px;
    }

    .nav-active .nav-container .nav-frame
    {
        padding-top: 60px;
    }

    .nav-container .navigation li
    {
        font-size: 40px;
    }

    .intro-post
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 20px 0 34px;
    }

    .intro-post .text-holder
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 55%;
        padding: 44px 0 5px;

        text-align: left;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .intro-post .text-holder h1
    {
        font-size: 60px;

        margin-bottom: 22px;

        text-align: left;
    }

    .intro-post .post-thumbnail
    {
        width: 45%;
        margin: 0;
        padding: 0 46px 0 25px;
    }

    .footer-container
    {
        padding: 63px 0 35px;
    }

    .footer-container .logo
    {
        width: 350px;
    }

    .footer-container .footer-text
    {
        font-size: 19px;
    }

    .footer-container .footer-text p
    {
        margin: 0 0 24px;
    }

    .posts-slider
    {
        margin: 0 -18px;
        padding: 20px 50px 0;
    }

    .posts-slider .slick-arrow
    {
        font-size: 47px;
    }

    .banner-section
    {
        margin: 0 -20px 40px;
        margin-bottom: 24px;
        padding: 53px 0;

        text-align: left;
    }

    .banner-section .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        max-width: 946px;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .banner-section .h1
    {
        font-size: 48px;

        margin: 0;

        text-align: left;
    }

    .banner-section .btn
    {
        padding: 10px 30px 9px;

        border-radius: 15px;
    }

    .intro-text
    {
        padding: 50px 0 20px;
    }

    #content ol,
    #content ul
    {
        padding: 0 0 10px 53px;
    }

    #content ol li,
    #content ul li
    {
        padding: 0 0 12px 17px;
    }

    #content ol li:before,
    #content ul li:before
    {
        top: 8px;
    }
}

@media (min-width: 1024px) and (min-width: 1200px)
{
    .intro-post .text-holder
    {
        padding-right: 30px;
    }
}

@media (min-width: 1200px)
{
    .header-container
    {
        padding-top: 42px;
        padding-bottom: 48px;
    }

    .nav-active .nav-container .nav-frame
    {
        padding-top: 127px;
    }

    .nav-container .navigation li
    {
        font-size: 50px;
    }

    .footer-container .logo
    {
        width: 441px;
    }

    .banner-section .btn
    {
        font-size: 22px;

        min-width: 268px;
        padding: 10px 25px 9px;

        border-radius: 18px;
    }

    .login-area
    {
        padding-top: 233px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1023px)
{
    body
    {
        font-size: 16px;
    }

    h1,
    .h1
    {
        font-size: 40px;
    }

    h2,
    .h2
    {
        font-size: 30px;
    }

    h3,
    .h3
    {
        font-size: 26px;
    }

    h4,
    .h4
    {
        font-size: 20px;
    }

    h5,
    .h5
    {
        font-size: 18px;
    }

    h6,
    .h6
    {
        font-size: 16px;
    }

    .tab-opener
    {
        display: block;

        padding: 0 0 35px;
    }

    #header .decor:before
    {
        bottom: 98%;
    }
}

@media (max-width: 767px)
{
    .navigation .page-numbers,
    .navigation-comments .page-numbers
    {
        padding: 0 3px;
    }

    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev
    {
        padding: .2em;
    }

    .navigation-single .next a,
    .navigation-single .prev a
    {
        padding: .2em;
    }

    .budget-area .labels-list
    {
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    }
}

