@charset "UTF-8";
/*
Theme Name: Keepify
Author: Anonymous
Author URI:
Version: 1
Description: Keepify theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: keepify
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: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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: -0.5em; }

sub {
  bottom: -0.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 {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * 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"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * 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 {
  border: 0;
  padding: 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"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:after, dl:after, #main:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.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.2em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

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 {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  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: #999; }
  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: #999; }
  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: #999; }
  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: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@media (min-width: 768px) {
  .comment-form {
    width: 690px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto; } }

@media (min-width: 1024px) {
  .comment-form {
    width: 790px; } }

.comment-form label {
  display: block;
  padding-bottom: 4px;
  width: 100%;
  color: #0574a5;
  margin-bottom: 10px; }
  .comment-form label span {
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
    color: #00a1e8;
    padding-left: 10px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 180px;
  width: 100%; }
  @media (min-width: 1024px) {
    .comment-form textarea {
      min-height: 190px; } }

.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%;
  border: 1px solid #d4d4d4; }

.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  border: 1px solid #d4d4d4;
  min-height: 40px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none;
  background: #00a1e8;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 2.8;
  width: 190px;
  margin-bottom: 20px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .comment-form input[type='submit'] {
      margin: 0 auto 60px;
      width: 200px; } }
  @media (min-width: 1024px) {
    .comment-form input[type='submit'] {
      width: 230px; } }
  .comment-form input[type='submit']:hover {
    background: #999; }

.comment-form .comment-notes {
  color: #0574a5;
  font-size: 22px;
  font-family: 'Crete Round', sans-serif; }

@media (min-width: 768px) {
  .comment-form .comment-form-author {
    width: 33.33%;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media (min-width: 768px) {
  .comment-form .comment-form-email {
    width: 33.33%;
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media (min-width: 768px) {
  .comment-form .comment-form-url {
    width: 33.33%;
    padding-right: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

.comment-form .comment-form-cookies-consent {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.comment-form #wp-comment-cookies-consent {
  margin-right: 10px; }

.comment-form p {
  width: 100%; }

@media (min-width: 768px) {
  #content {
    float: left;
    width: 70%; } }

#content:only-child {
  float: none;
  width: 100%; }

@media (min-width: 768px) {
  #sidebar {
    float: right;
    width: 25%;
    padding-top: 20px; } }

#sidebar #wp-calendar {
  width: 100%; }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form {
  max-width: 790px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .comment-form {
      width: 690px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .comment-form {
      width: 790px; } }
  .comment-form label {
    display: block;
    padding-bottom: 4px;
    width: 100%;
    color: #0574a5;
    margin-bottom: 10px; }
    .comment-form label span {
      font-style: italic;
      font-weight: 600;
      font-size: 13px;
      color: #00a1e8;
      padding-left: 10px; }
  .comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 180px;
    width: 100%; }
    @media (min-width: 1024px) {
      .comment-form textarea {
        min-height: 190px; } }
  .comment-form textarea {
    margin: 0 4px 0 0;
    width: 100%;
    border: 1px solid #d4d4d4; }
  .comment-form input[type='text'] {
    margin: 0 4px 0 0;
    border: 1px solid #d4d4d4;
    min-height: 40px;
    width: 100%; }
  .comment-form input[type='submit'] {
    display: block;
    float: none;
    background: #00a1e8;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 2.8;
    width: 190px;
    margin-bottom: 20px;
    font-weight: 700;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .comment-form input[type='submit'] {
        margin: 0 auto 60px;
        width: 200px; } }
    @media (min-width: 1024px) {
      .comment-form input[type='submit'] {
        width: 230px; } }
    .comment-form input[type='submit']:hover {
      background: #999; }
  .comment-form .comment-notes {
    color: #0574a5;
    font-size: 22px;
    font-family: 'Crete Round', sans-serif; }
  @media (min-width: 768px) {
    .comment-form .comment-form-author {
      width: 33.33%;
      padding-right: 10px;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; } }
  @media (min-width: 768px) {
    .comment-form .comment-form-email {
      width: 33.33%;
      padding-right: 10px;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; } }
  @media (min-width: 768px) {
    .comment-form .comment-form-url {
      width: 33.33%;
      padding-right: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; } }
  .comment-form .comment-form-cookies-consent {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .comment-form #wp-comment-cookies-consent {
    margin-right: 10px; }
  .comment-form p {
    width: 100%; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.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'] {
  color: #fff;
  border: none;
  padding: 0 .5em;
  font-weight: 700; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left; }
    @media (min-width: 768px) {
      .commentlist .avatar-holder {
        margin: 0 1.2em 4px 0; } }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #0071bc;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      color: #000; }
    .navigation-single .next a:hover,
    .navigation-single .prev a:hover {
      color: #000; }

.next {
  float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.2em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

a {
  color: #0071bc;
  text-decoration: none;
  padding: 0;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  a:hover {
    color: #999; }

.navigation a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .navigation a:hover {
    color: #999; }

.sign-link {
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out; }
  .sign-link:hover {
    background: #0071bc;
    color: #fff; }

@media (min-width: 768px) {
  .section.comments {
    padding: 20px 5px;
    min-height: 180px; } }

.section.comments p {
  margin-bottom: 5px; }

.section.comments .comment-reply-link {
  text-transform: uppercase;
  font-size: 14px; }

.section.comments .meta {
  margin-bottom: 20px; }
  .section.comments .meta a {
    color: #9b9b9b;
    font-size: 14px; }

.section.comments .comment {
  padding: 20px 20px;
  background: #f7fcff;
  border: 1px solid #d2ecff;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .section.comments .comment {
      padding: 15px 33px; } }
  .section.comments .comment.byuser {
    background: #f1f5f7; }

.frame-title {
  overflow: hidden;
  margin-bottom: 40px;
  border-top: 1px solid #30b3ec;
  padding-top: 35px; }
  .frame-title a {
    float: right;
    border: 1px solid #00a1e8;
    color: #00a1e8;
    max-width: 182px;
    line-height: 3;
    padding: 0 30px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out; }
    @media (min-width: 1024px) {
      .frame-title a {
        max-width: 226px; } }
    .frame-title a:hover {
      color: #999;
      border: 1px solid #999; }
    .frame-title a:after {
      content: '';
      clear: both;
      display: block; }
  .frame-title h2 {
    float: left;
    margin-bottom: 0;
    padding-top: 10px; }
    @media (min-width: 768px) {
      .frame-title h2 {
        font-size: 22px; } }

.comment-form-comment label {
  font-size: 22px;
  font-family: 'Crete Round', sans-serif;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding-left: 100px; } }

.author_said {
  font-family: 'Crete Round', sans-serif;
  font-size: 18px; }
  .author_said a {
    color: #000; }

#wp-comment-cookies-consent {
  margin-top: 4px; }

.avatar-holder {
  display: block;
  float: none; }
  @media (min-width: 768px) {
    .avatar-holder {
      float: left; } }
  .avatar-holder img {
    display: none; }
    @media (min-width: 768px) {
      .avatar-holder img {
        display: block;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden; } }
    @media (min-width: 1024px) {
      .avatar-holder img {
        width: 80px;
        height: 80px; } }

.comment-form .comment-form-cookies-consent {
  display: none; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1,
.h1 {
  font-size: 30px;
  font-weight: normal;
  font-family: 'Crete Round', serif;
  line-height: 1.3;
  margin-bottom: 17px; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 36px; } }
  @media (min-width: 1024px) {
    h1,
    .h1 {
      font-size: 45px; } }

h2,
.h2 {
  font-size: 36px;
  color: #0071bc;
  font-family: 'Crete Round', sans-serif;
  font-weight: normal; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    h2,
    .h2 {
      font-size: 36px; } }

h3,
.h3 {
  font-size: 18px;
  font-family: 'Crete Round', sans-serif; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      font-size: 17px; } }
  @media (min-width: 1024px) {
    h3,
    .h3 {
      font-size: 18px; } }

h4,
.h4 {
  font-size: 14px; }

h5,
.h5 {
  font-size: 13px; }

h6,
.h6 {
  font-size: 12px; }

p {
  margin: 0 0 1em; }

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

ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul li {
    position: relative;
    padding-left: 20px; }
    @media (min-width: 768px) {
      ul li {
        margin-bottom: 6px;
        padding-left: 26px; } }
    ul li:before {
      content: '';
      position: absolute;
      top: 4px;
      left: 0;
      width: 10px;
      height: 10px;
      background: #0574a5;
      border-radius: 50%; }

#header {
  position: relative;
  padding: 17px 0;
  border-bottom: 1px solid #0071bc;
  background: #fff; }
  @media (min-width: 768px) {
    #header {
      padding: 15px 0 9px; } }
  @media (min-width: 1024px) {
    #header {
      padding: 38px 0 30px; } }
  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.logo img {
  width: 127px;
  height: 25px; }
  @media (min-width: 768px) {
    .logo img {
      width: auto;
      height: auto;
      margin-left: 15px; } }
  @media (min-width: 1024px) {
    .logo img {
      width: 283px;
      height: 57px;
      margin-left: 30px; } }

.holder-list {
  font-size: 13px;
  text-transform: uppercase;
  padding: 33px 38px;
  line-height: 2;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  margin: 0;
  background: #0071bc;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .holder-list {
      max-width: 266px;
      padding: 40px 47px; } }
  @media (min-width: 1024px) {
    .holder-list {
      visibility: visible;
      opacity: 1;
      position: static;
      padding: 10px 0 0 0;
      width: auto;
      background: none;
      max-width: none; } }
  .holder-list .navigation,
  .holder-list .list-login {
    margin-bottom: 0; }
    .holder-list .navigation li,
    .holder-list .list-login li {
      text-align: left;
      margin-bottom: 4px;
      display: block;
      padding-left: 0; }
      @media (min-width: 1024px) {
        .holder-list .navigation li,
        .holder-list .list-login li {
          display: inline-block; } }
      @media (min-width: 1024px) {
        .holder-list .navigation li:last-child,
        .holder-list .list-login li:last-child {
          position: relative; } }
      .holder-list .navigation li a,
      .holder-list .list-login li a {
        color: #fff;
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
        @media (min-width: 1024px) {
          .holder-list .navigation li a,
          .holder-list .list-login li a {
            color: #0071bc; } }
        .holder-list .navigation li a:hover,
        .holder-list .list-login li a:hover {
          color: #999; }
      .holder-list .navigation li:before,
      .holder-list .list-login li:before {
        display: none; }
  @media (min-width: 1024px) {
    .holder-list .navigation {
      margin-right: 20px; } }
  @media (min-width: 1024px) {
    .holder-list .navigation li {
      margin: 0 29px; } }
  .nav-active .holder-list {
    visibility: visible;
    opacity: 1; }
  .holder-list .login-icon {
    display: none; }
    @media (min-width: 1024px) {
      .holder-list .login-icon {
        display: inline-block;
        margin-top: 7px; } }

.nav-opener {
  width: 27px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 20px;
  padding: 0;
  height: 19px;
  z-index: 2; }
  @media (min-width: 768px) {
    .nav-opener {
      right: 36px;
      top: 55%; } }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    background: #0071bc;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 3px;
    margin-top: -2px;
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 0; }
  .nav-opener:after {
    top: 16px; }
  .nav-opener:hover {
    background: none; }

.nav-active .nav-opener {
  width: 17px;
  top: 45%;
  right: 19px; }
  @media (min-width: 768px) {
    .nav-active .nav-opener {
      top: 33%;
      right: 12px; } }
  .nav-active .nav-opener:before {
    top: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff; }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:after {
    top: 10px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff; }

@media (min-width: 1024px) {
  .holder-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1024px) {
  .list-login li {
    margin: 0 7px;
    position: relative;
    padding-right: 15px; } }

@media (min-width: 1024px) {
  .list-login li:after {
    content: '';
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #0071bc; } }

@media (min-width: 1024px) {
  .list-login li:last-child {
    margin: 0 17px 0 0; } }

@media (min-width: 1024px) {
  .list-login li:last-child:after {
    display: none; } }

#wrapper {
  position: relative;
  overflow: hidden; }

.wrapper {
  background: #f7fcff; }

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 15px; }

blockquote {
  background: #d2ecff;
  max-width: 680px;
  padding: 20px;
  position: relative;
  margin: 0 0 40px;
  border: none;
  font-weight: 500;
  line-height: 1.4; }
  @media (min-width: 768px) {
    blockquote {
      padding: 20px 39px 30px; } }
  blockquote:after {
    content: '“';
    position: absolute;
    top: -14px;
    left: -20px;
    color: #0071bc;
    font-size: 80px;
    font-family: 'Crete Round', sans-serif; }
    @media (min-width: 768px) {
      blockquote:after {
        font-size: 113px; } }
  blockquote:before {
    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: -23px;
    left: 12%;
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #d2ecff; }

.sign-link {
  color: #323232;
  font: 700 16px/2.6 "Raleway", sans-serif;
  background: #ffd555;
  padding: 0 15px;
  display: inline-block;
  border-radius: 4px;
  min-width: 180px;
  letter-spacing: 0.05em; }
  @media (min-width: 768px) {
    .sign-link {
      min-width: 200px;
      line-height: 3; } }
  @media (min-width: 1024px) {
    .sign-link {
      min-width: 322px;
      line-height: 3.6;
      font-size: 20px; } }

.section-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 225px;
  text-align: center;
  border: 1px solid #9abef0;
  padding: 20px 30px; }
  @media (min-width: 768px) {
    .section-image {
      min-height: 265px;
      padding: 19px 30px; } }
  @media (min-width: 1024px) {
    .section-image {
      min-height: 430px;
      padding: 34px 30px; } }
  .section-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, #2971dc 0%, #0f4185 100%);
    background: linear-gradient(to bottom, #2971dc 0%, #0f4185 100%);
    opacity: 0.45; }
  .section-image .inner-section {
    position: relative; }
    @media (min-width: 768px) {
      .section-image .inner-section {
        margin: 0 auto;
        max-width: 440px; } }
    @media (min-width: 1024px) {
      .section-image .inner-section {
        max-width: 610px; } }
    .section-image .inner-section h1 {
      color: #fff; }
      @media (min-width: 768px) {
        .section-image .inner-section h1 {
          border: 1px solid #fff;
          position: relative;
          margin-bottom: 30px;
          padding: 17px 17px 24px; } }
      @media (min-width: 1024px) {
        .section-image .inner-section h1 {
          padding: 35px 17px 27px;
          margin-bottom: 40px; } }
      @media (min-width: 768px) {
        .section-image .inner-section h1:before {
          content: '';
          position: absolute;
          top: 10px;
          left: 10px;
          border: 1px solid #fff;
          width: 100%;
          height: 100%; } }

.subtitle {
  background: #0071bc;
  display: block;
  color: #8fd2ff;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #979797; }
  @media (min-width: 1024px) {
    .subtitle {
      padding: 7px 0; } }

.box-template {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #999; }
  @media (min-width: 768px) {
    .box-template {
      text-align: center;
      width: 50%;
      padding: 20px 50px;
      border: none; } }
  @media (min-width: 1024px) {
    .box-template {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .box-template img {
    width: 100%; }
    @media (min-width: 1024px) {
      .box-template img {
        max-width: 440px; } }

.inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (min-width: 768px) {
    .inner-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.info-template {
  background: #fff;
  width: 50%;
  padding: 4px 15px 15px;
  line-height: 1.2;
  color: #000;
  font-weight: 500; }
  @media (min-width: 768px) {
    .info-template {
      padding: 20px 30px; } }
  @media (min-width: 1024px) {
    .info-template {
      padding: 20px 57px 37px; } }
  .info-template h2 {
    line-height: 1.3;
    font-weight: normal; }
    @media (min-width: 1024px) {
      .info-template h2 {
        margin-bottom: 8px; } }
  .info-template p {
    display: none; }
    @media (min-width: 1024px) {
      .info-template p {
        display: block;
        margin-bottom: 13px; } }
  .info-template span {
    font-size: 13px;
    font-weight: 600;
    color: #9b9b9b; }
    @media (min-width: 768px) {
      .info-template span {
        font-size: 14px; } }

.holder-layout {
  margin: 0 -20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 768px) {
    .holder-layout {
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .holder-layout {
      margin-bottom: 56px; } }
  .holder-layout .section-template {
    margin-bottom: 28px;
    width: 100%;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .holder-layout .section-template {
        margin-bottom: 30px;
        padding: 0 15px; } }
    @media (min-width: 1024px) {
      .holder-layout .section-template {
        margin-bottom: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 20px; } }
    @media (min-width: 768px) {
      .holder-layout .section-template.two-columns, .holder-layout .section-template.four-columns {
        width: 33.33%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1024px) {
      .holder-layout .section-template.two-columns, .holder-layout .section-template.four-columns {
        width: 50%; } }
    @media (min-width: 768px) {
      .holder-layout .section-template.two-columns .inner-box .box-template,
      .holder-layout .section-template.two-columns .inner-box .info-template, .holder-layout .section-template.four-columns .inner-box .box-template,
      .holder-layout .section-template.four-columns .inner-box .info-template {
        width: 100%;
        padding: 20px; } }
    @media (min-width: 1024px) {
      .holder-layout .section-template.two-columns .inner-box .box-template,
      .holder-layout .section-template.two-columns .inner-box .info-template, .holder-layout .section-template.four-columns .inner-box .box-template,
      .holder-layout .section-template.four-columns .inner-box .info-template {
        font-size: 16px;
        padding: 20px 54px 39px;
        font-family: 'Raleway', sans-serif;
        font-weight: 500; } }
    @media (min-width: 768px) {
      .holder-layout .section-template.two-columns .inner-box .box-template, .holder-layout .section-template.four-columns .inner-box .box-template {
        min-height: 120px; } }
    @media (min-width: 1024px) {
      .holder-layout .section-template.two-columns .inner-box .box-template, .holder-layout .section-template.four-columns .inner-box .box-template {
        padding: 41px 27px 31px; } }
    @media (min-width: 768px) {
      .holder-layout .section-template.two-columns .inner-box .info-template, .holder-layout .section-template.four-columns .inner-box .info-template {
        border-top: 1px solid #ababab; } }
    @media (min-width: 1024px) {
      .holder-layout .section-template.four-columns {
        width: 25%; } }
    @media (min-width: 1024px) {
      .holder-layout .section-template.four-columns .inner-box .box-template {
        min-height: 222px;
        padding: 20px 30px 27px; } }
    .holder-layout .section-template.four-columns .inner-box .box-template img {
      width: 100%;
      max-width: 135px; }
    @media (min-width: 1024px) {
      .holder-layout .section-template.four-columns .inner-box .box-template.wide img {
        max-width: 300px; } }
    @media (min-width: 1024px) {
      .holder-layout .section-template.four-columns .inner-box .info-template {
        padding: 24px 27px 30px; } }
    @media (min-width: 1024px) {
      .holder-layout .section-template.four-columns h2 {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .holder-layout .section-template.first {
        margin-bottom: 52px; } }
    @media (min-width: 768px) {
      .holder-layout .section-template.first .info-template {
        border-left: 1px solid #999;
        padding: 20px 25px; } }
    @media (min-width: 1024px) {
      .holder-layout .section-template.first .info-template {
        padding: 28px 47px;
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (min-width: 768px) {
      .holder-layout .section-template.first .info-template h2 {
        margin-bottom: 24px; } }
    @media (min-width: 1024px) {
      .holder-layout .section-template.first .info-template h2 {
        margin-bottom: 8px; } }
    .holder-layout .section-template.first .info-template span {
      color: #9b9b9b; }
      @media (min-width: 768px) {
        .holder-layout .section-template.first .info-template span {
          font-size: 14px;
          font-weight: 500; } }
    @media (min-width: 1024px) {
      .holder-layout .section-template.first .info-template p {
        margin-bottom: 17px; } }
    @media (min-width: 768px) {
      .holder-layout .section-template.first .subtitle {
        padding: 6px 0; } }
    @media (min-width: 768px) {
      .holder-layout .section-template.first .box-template {
        padding: 12px 50px 8px; } }
    @media (min-width: 1024px) {
      .holder-layout .section-template.first .box-template {
        padding: 17px 50px 7px 0;
        border-right: 1px solid #979797; } }
    .holder-layout .section-template.first .box-template img {
      width: 100%; }
      @media (min-width: 1024px) {
        .holder-layout .section-template.first .box-template img {
          max-width: 82%; } }
    @media (min-width: 768px) {
      .holder-layout .section-template.first .inner-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .holder-layout .section-template .box-template,
    .holder-layout .section-template .info-template {
      width: 50%; }
    .holder-layout .section-template .inner-template {
      box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.25);
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }

.inner-container {
  padding-top: 24px; }
  @media (min-width: 768px) {
    .inner-container {
      padding: 30px 20px 10px; } }
  @media (min-width: 1024px) {
    .inner-container {
      margin-top: -107px;
      padding: 30px 5px 52px;
      position: relative; } }

.wrap {
  max-width: 1054px;
  margin: 0 auto;
  padding: 0 15px;
  font-weight: 500; }
  .wrap .inner-section {
    text-align: center; }
    .wrap .inner-section h1 {
      border: none;
      margin-bottom: 0; }
      .wrap .inner-section h1:before {
        display: none; }
    .wrap .inner-section span {
      display: block;
      margin-bottom: 10px;
      font-size: 18px;
      color: #fff; }
  .wrap .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .wrap .list-item {
        margin-bottom: 34px;
        font-size: 15px; } }
    @media (min-width: 1024px) {
      .wrap .list-item {
        margin-bottom: 71px; } }
    .wrap .list-item li {
      margin-bottom: 5px;
      margin-right: 5px;
      padding-left: 0; }
      @media (min-width: 768px) {
        .wrap .list-item li {
          display: inline-block;
          margin-right: 8px; } }
      @media (min-width: 1024px) {
        .wrap .list-item li {
          margin-right: 13px; } }
      .wrap .list-item li:first-child {
        border: none; }
      .wrap .list-item li:last-child {
        margin-right: 0; }
      .wrap .list-item li a {
        border-radius: 20px;
        padding: 7px 15px;
        border: 1px solid #575f64;
        color: #575f64;
        display: block;
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
        .wrap .list-item li a:hover {
          color: #0071bc; }
      .wrap .list-item li:before {
        display: none; }
  .wrap p {
    margin-bottom: 27px;
    line-height: 1.4; }

.section-block {
  padding: 30px 10px;
  background: -webkit-linear-gradient(left, #0e669a 0%, #14b1fc 100%);
  background: linear-gradient(to right, #0e669a 0%, #14b1fc 100%);
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .section-block {
      padding: 45px 45px 37px;
      margin-bottom: 26px; } }
  @media (min-width: 1024px) {
    .section-block {
      margin-bottom: 38px;
      padding: 45px 45px 50px; } }
  .section-block img {
    display: none; }
    @media (min-width: 1024px) {
      .section-block img {
        display: block;
        margin: 0 auto 32px; } }
  .section-block .sign-link {
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .section-block .sign-link {
        min-width: 370px;
        line-height: 3.8;
        font-size: 20px;
        letter-spacing: 0.05em; } }
  .section-block .inner-section h1 {
    margin-bottom: 25px;
    color: #fff; }
    @media (min-width: 768px) {
      .section-block .inner-section h1 {
        margin-bottom: 35px;
        max-width: 670px;
        margin: 0 auto 24px; } }
  .section-block .inner-section span {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .section-block .inner-section span {
        font-size: 18px;
        margin-bottom: 34px; } }

.page-info blockquote h2 {
  color: #0574a5;
  margin-bottom: 22px; }
  @media (min-width: 768px) {
    .page-info blockquote h2 {
      margin-bottom: 20px; } }

.holder-text {
  font-size: 16px;
  color: #0574a5;
  font-family: 'Crete Round', sans-serif;
  text-align: center;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .holder-text {
      font-size: 22px;
      line-height: 1.4;
      margin-bottom: 67px; } }
  .holder-text a {
    text-decoration: underline;
    display: inline-block; }

@media (min-width: 768px) {
  .frame-text {
    width: 64%;
    text-align: left; } }

@media (min-width: 1024px) {
  .frame-text {
    line-height: 1.4; } }

.frame-text a {
  display: inline-block; }

@media (min-width: 768px) {
  .frame-text .frame-item {
    margin-bottom: 47px; } }

@media (min-width: 1024px) {
  .frame-text .frame-item {
    margin-bottom: 60px; } }

@media (min-width: 768px) {
  .frame-text img {
    max-width: 300px;
    width: 100%; } }

@media (min-width: 1024px) {
  .frame-text img {
    max-width: 350px;
    width: 100%; } }

.holder-content {
  display: block;
  text-align: center;
  font-weight: 500; }
  @media (min-width: 768px) {
    .holder-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px;
      padding-left: 10px;
      line-height: 1.5;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (min-width: 1024px) {
    .holder-content {
      padding-left: 0;
      margin: 0 0 27px -45px; } }
  .holder-content img {
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .holder-content .img-size {
      margin-right: 30px;
      max-width: 215px; } }
  @media (min-width: 1024px) {
    .holder-content .img-size {
      margin-right: 37px;
      max-width: 240px; } }

.list-color {
  margin-bottom: 52px; }
  @media (min-width: 1024px) {
    .list-color {
      margin-bottom: 60px; } }

.section-frame {
  background: #00a1e8;
  color: #fff;
  padding: 35px;
  max-width: 500px;
  margin: 0 auto 15px;
  text-align: center;
  font-family: 'Crete Round', sans-serif;
  word-spacing: 7px; }
  @media (min-width: 768px) {
    .section-frame {
      margin: 0 auto 46px;
      padding: 27px 29px; } }
  @media (min-width: 1024px) {
    .section-frame {
      margin: 0 auto 3em; } }
  .section-frame a {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 15px;
    -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .section-frame a {
        max-width: 246px;
        line-height: 1.5;
        display: block;
        margin: 0 auto;
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .section-frame a {
        max-width: 182px; } }
    .section-frame a:hover {
      color: #000;
      border: 1px solid #000; }
  .section-frame p {
    margin: 0 0 1.3em; }

.cover-box {
  background: #d2ecff;
  padding: 10px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .cover-box {
      padding: 15px;
      margin-right: 30px;
      float: left;
      max-width: 365px;
      width: 100%; } }
  @media (min-width: 1024px) {
    .cover-box {
      max-width: 373px;
      width: 100%;
      padding: 15px 20px; } }
  .cover-box h2 {
    color: #0574a5;
    font-size: 19px; }
    @media (min-width: 768px) {
      .cover-box h2 {
        text-align: center;
        margin-bottom: 18px; } }
  .cover-box dl {
    font-size: 14px;
    counter-reset: index;
    background: #fff;
    margin: 0;
    border-bottom: 1px solid #00a1e8;
    padding: 15px 8px; }
    @media (min-width: 768px) {
      .cover-box dl {
        padding: 27px 19px 4px 20px; } }
    @media (min-width: 1024px) {
      .cover-box dl {
        font-size: 16px; } }
    .cover-box dl:last-child {
      border: none; }
    .cover-box dl dt {
      position: relative;
      padding-left: 30px;
      margin-bottom: 20px;
      font-weight: 500; }
      @media (min-width: 768px) {
        .cover-box dl dt {
          font-size: 16px; } }
      .cover-box dl dt:before {
        counter-increment: index;
        content: counter(index);
        position: absolute;
        top: -2px;
        left: 0;
        background: #0071bc;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        color: #fff;
        text-align: center; }
        @media (min-width: 768px) {
          .cover-box dl dt:before {
            left: -9px; } }
    .cover-box dl dd {
      margin: 0 0 20px;
      color: #00a1e8;
      font-weight: bold;
      text-align: right; }
    .cover-box dl em {
      display: block;
      font-weight: 600; }
      @media (min-width: 768px) {
        .cover-box dl em {
          font-size: 16px; } }
    @media (min-width: 768px) {
      .cover-box dl.second {
        padding: 15px 29px 3px 20px; } }
    @media (min-width: 1024px) {
      .cover-box dl.second {
        padding: 20px 29px 5px 20px; } }
    .cover-box dl.second dt:before {
      display: none; }

@media (min-width: 768px) {
  .cover-text {
    width: 50%; } }

@media (min-width: 768px) {
  .section-wide {
    max-width: 710px;
    margin: 0 auto; } }

@media (min-width: 1024px) {
  .section-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -15px; } }

.section-modal .modal-box {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .section-modal .modal-box {
      width: 70%;
      padding: 0 15px; } }
  @media (min-width: 1024px) {
    .section-modal .modal-box {
      width: 50%;
      margin: 0; } }
  .section-modal .modal-box .holder-title {
    background: #00a1e8;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px 40px; }
    @media (min-width: 1024px) {
      .section-modal .modal-box .holder-title {
        padding: 12px 20px; } }
    .section-modal .modal-box .holder-title h3 {
      font-weight: normal; }
      @media (min-width: 768px) {
        .section-modal .modal-box .holder-title h3 {
          margin-bottom: 0; } }
  @media (min-width: 768px) {
    .section-modal .modal-box span {
      font-size: 13px; } }
  .section-modal .modal-box a {
    max-width: 160px;
    line-height: 2.2;
    font-size: 14px;
    background: #00a1e8;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out; }
    .section-modal .modal-box a:hover {
      color: #0071bc;
      background: #999; }
    @media (min-width: 1024px) {
      .section-modal .modal-box a {
        max-width: 145px;
        line-height: 2.3; } }
  .section-modal .modal-box .modal-content {
    border: 1px solid #00a1e8;
    padding-bottom: 20px; }

.link-cover {
  margin-bottom: 30px;
  font-style: italic;
  font-weight: 600;
  overflow: hidden; }
  .link-cover a {
    font-size: 15px;
    color: #00a1e8; }
  .link-cover .right-side {
    float: right; }

.bottom-part {
  text-align: center;
  border-top: 1px solid #30b3ec;
  padding: 30px 0; }
  .bottom-part h2 {
    color: #0574a5; }
    @media (min-width: 768px) {
      .bottom-part h2 {
        margin-bottom: 30px; } }
    @media (min-width: 1024px) {
      .bottom-part h2 {
        text-align: left;
        margin-bottom: 30px;
        font-weight: normal; } }

.modal-item {
  padding: 0 10px; }
  @media (min-width: 768px) {
    .modal-item {
      padding: 0 60px; } }
  .modal-item a {
    display: block; }

#footer {
  background: #fff;
  padding: 20px 0 26px; }
  @media (min-width: 768px) {
    #footer {
      border-top: 1px solid #eaeff2;
      padding: 26px 0; } }
  @media (min-width: 1024px) {
    #footer {
      padding: 32px 0; } }

.footer-box {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  color: #0071bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  font-style: italic; }
  @media (min-width: 768px) {
    .footer-box {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #0071bc;
      font-size: 16px; } }
  @media (min-width: 1024px) {
    .footer-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .footer-box .copyright {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .footer-box .copyright {
        margin-bottom: 26px; } }
    @media (min-width: 1024px) {
      .footer-box .copyright {
        margin: 0 28px 0 0;
        padding-top: 5px; } }
    .footer-box .copyright p {
      margin: 0; }

.footer-list {
  font-weight: 700;
  font-style: normal;
  font-size: 14px; }
  @media (min-width: 768px) {
    .footer-list {
      font-size: 16px; } }
  @media (min-width: 1024px) {
    .footer-list {
      font-size: 20px; } }
  .footer-list li {
    display: inline-block;
    margin: 0 23px;
    padding-left: 0; }
    @media (min-width: 768px) {
      .footer-list li {
        margin: 0px 26px; } }
    @media (min-width: 1024px) {
      .footer-list li {
        margin: 0px 39px; } }
    .footer-list li:before {
      display: none; }
/*# sourceMappingURL=style.css.map */