@charset "UTF-8";

/*! global-styles */

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
main {
    display: block;
}
a:active,
a:hover {
    outline-width: 0;
}
b,
strong {
    font-weight: bolder;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
input {
    overflow: visible;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
legend {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    color: inherit;
}
textarea {
    overflow: auto;
}
details {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fff;

    -webkit-font-smoothing: antialiased;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}
select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}
button {
    line-height: 1;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;

    appearance: none;
}
[data-whatinput="mouse"] button {
    outline: 0;
}

/*! !global-styles */


/*! typography */

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}
p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
}
em,
i {
    font-style: italic;
    line-height: inherit;
}
b,
strong {
    font-weight: 700;
    line-height: inherit;
}
small {
    font-size: 80%;
    line-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #333;
}
a {
    line-height: inherit;
    cursor: pointer;
    text-decoration: none;
    color: #005581;
}
a:focus,
a:hover {
    outline-width: 0;
}
a img {
    border: 0;
}
hr {
    clear: both;
    max-width: 85.3125rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}
dl,
ol,
ul {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside;
}
li {
    font-size: inherit;
}
ul {
    margin-left: 0;
    list-style-type: none;
}
ol {
    margin-left: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
    margin-left: 1.25rem;
}
dl {
    margin-bottom: 1rem;
}
dl dt {
    font-weight: 700;
    margin-bottom: .3rem;
}
cite {
    font-size: .8125rem;
    display: block;
    color: #8a8a8a;
}
cite::before {
    content: "— ";
}
figure {
    margin: 0;
}

/*! !typography */

.global--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}
.navigation--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 900px;
    height: 65px;
    padding: 0 10px;
    background-color: #fff;
}
.navigation--wrap ul li a {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 65px;
    display: block;
    height: 65px;
    padding: 0 10px;
    text-align: center;
    color: #000;
}
.navmenu {
    display: none;
    margin: 0 0 0 15px;
    padding: 0;
    list-style-type: none;
}
@media screen and (min-width: 48em) {
    .navmenu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.navmenu.r-menu {
    margin: 0 0 0 auto;
}
.home--link {
    display: block;
    width: 200px;
    height: 65px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 200px;
    background-image: url(/img/cardsplayer.png);
}
.mobile-menu--icon {
    display: block;
    width: 40px;
    height: 65px;
    margin: 0 0 0 auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 40px;
    background-image: url(/img/menu.svg);
}
@media screen and (min-width: 48em) {
    .mobile-menu--icon {
        display: none;
    }
}
.header--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    min-height: 370px;
    padding: 50px 20px 60px;
    background-color: #252525;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-image: url(/img/header-cta-bg.jpg);
}
.header--wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 660px;
}
.page--header {
    font-family: Open Sans, sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 40px;
    text-align: center;
    color: #fff;
}
@media screen and (min-width: 40em) {
    .page--header {
        font-size: 36px;
    }
}
.header-content--image {
    margin: 0;
}
.el-reason--wrap {
    width: 100%;
    max-width: 800px;
    padding: 25px 20px 10px;
    background-color: #fff;
}
@media screen and (min-width: 48em) {
    .el-reason--wrap {
        padding: 35px 75px 15px;
    }
}
.el-reason--wrap:nth-of-type(1) {
    padding: 35px 20px 15px;
}
@media screen and (min-width: 48em) {
    .el-reason--wrap:nth-of-type(1) {
        padding: 55px 75px 15px;
    }
}
.el-reason--wrap:nth-last-of-type(1) {
    padding: 35px 20px 15px;
}
@media screen and (min-width: 48em) {
    .el-reason--wrap:nth-last-of-type(1) {
        padding: 35px 75px;
    }
}
.el-reason--wrap p {
    font-family: Times New Roman, serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
    color: #000;
}
@media screen and (min-width: 40em) {
    .el-reason--wrap p {
        font-size: 21px;
        line-height: 33px;
    }
}
.el-reason--wrap a {
    text-decoration: underline;
}
.el-reason--image {
    margin: 0 0 40px;
}
.el-reason-content--image {
    margin: 0 0 40px;
    padding: 25px 0 0;
}
.el-reason--header {
    font-family: Open Sans, sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 35px;
    text-align: left;
    color: #000;
}
@media screen and (min-width: 40em) {
    .el-reason--header {
        font-size: 26px;
    }
}
.el-reason--quote {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.57;
    margin: 0 0 30px;
    padding: 30px 20px;
    text-align: left;
    color: #000;
    background-color: #ebebeb;
}
@media screen and (min-width: 40em) {
    .el-reason--quote {
        font-size: 21px;
        padding: 30px 40px;
    }
}
.separator {
    width: 100%;
    max-width: 800px;
    height: 22px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 650px;
    background-image: url(/img/separator.png);
}
.cta--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 535px;
    padding: 60px 0;
    background-color: #252525;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-image: url(/img/header-cta-bg.jpg);
}
.cta--wrap.comment-form {
    background-color: #efefef;
    background-image: none;
}
.cta--wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 650px;
    min-height: 415px;
    padding: 30px 10px;
    text-align: center;
    background-color: #fff;
}
.cta--wraper.main {
    background-color: #efefef;
}
.cta--wraper.comment-form {
    padding: 30px 20px;
    background-color: #f9f9f9;
}
.el-cta--header {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.57;
    margin: 0 0 30px;
    color: #000;
}
@media screen and (min-width: 40em) {
    .el-cta--header {
        font-size: 21px;
    }
}
.el-cta--subheader {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
@media screen and (min-width: 40em) {
    .el-cta--subheader {
        font-size: 18px;
    }
}
.el-cta--subheader a {
    text-decoration: underline;
    color: #206bb4;
}
.logo--888 {
    min-height: 111px;
    margin: 0 0 20px;
}
.footer--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 145px;
    padding: 25px 20px 30px;
    background-color: #464646;
}
.footer--wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 650px;
}
@media screen and (min-width: 48em) {
    .footer--wraper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.button--footer {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    margin: 0 0 20px;
    color: #999;
}
@media screen and (min-width: 40em) {
    .button--footer {
        width: 50%;
    }
}
.button--footer.mail {
    padding: 0 0 0 25px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 20px;
    background-image: url(/img/mail-link.png);
}
.button--footer.info {
    width: 100%;
    margin: 0;
}
.comment-section {
    width: 100%;
    max-width: 690px;
    padding: 20px;
    list-style: none;
}
.comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.comment .nickname {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    line-height: 35px;
    margin: 0 0 0 10px;
}
.comment.user-comment {
    color: gray;
}
.comment.author-comment {
    color: #60686d;
}
.comment a {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: #656c71;
}
.comment .avatar img {
    display: block;
    border-radius: 50%;
}
.comment p {
    font-family: Open Sans, sans-serif;
    line-height: 1.5;
    position: relative;
    width: 100%;
    padding: 20px;
    word-wrap: break-word;
    border-radius: 5px;
}
.comment.user-comment p {
    background-color: #fbfbfb;
}
.comment.author-comment p {
    background-color: #e2f8ff;
}
.user-comment p::after {
    position: absolute;
    bottom: -8px;
    left: 10px;
    width: 15px;
    height: 15px;
    content: "";
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    background-color: #fff;
}
.author-comment p::after {
    position: absolute;
    bottom: -8px;
    left: 10px;
    width: 15px;
    height: 15px;
    content: "";
    border: 2px solid #e2f8ff;
    border-radius: 50%;
    background-color: #fff;
}
.comment-editor--label {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.57;
    margin: 0 0 50px;
    color: #000;
}
@media screen and (min-width: 40em) {
    .comment-editor--label {
        font-size: 21px;
    }
}
.comment-editor--main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 0 20px;
    border-radius: 5px;
    background-color: #eaeaea;
}
.comment-editor--submain {
    width: 100%;
}
.editor-button--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
    height: 40px;
}
.editor-button--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 0 0 0 10px;
    padding: 0;
}
.editor-button--list li {
    margin: 0;
}
.editor-button--list li:nth-of-type(3) {
    margin: 0 10px 0 0;
    padding: 0 11px 0 0;
    border-right: 1px solid #ccc;
}
.el--edit {
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: 50%;
}
@media screen and (min-width: 48em) {
    .el--edit:hover {
        background-color: #e8e8e8;
    }
}
.el--edit.i--bold {
    background-size: 12px;
    background-image: url(/img/i--bold.svg);
}
.el--edit.i--italic {
    background-size: 12px;
    background-image: url(/img/i--italic.svg);
}
.el--edit.i--strike {
    background-size: 20px;
    background-image: url(/img/i--strike.svg);
}
.el--edit.i--anchor {
    background-size: 15px;
    background-image: url(/img/i--anchor.svg);
}
.el--edit.i--blockquote {
    background-size: 13px;
    background-image: url(/img/i--blockquote.svg);
}
.comment-editor--main textarea {
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
    width: 100%;
    min-height: 185px;
    margin: 0;
    padding: 10px;
    resize: none;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .25s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .25s;
    transition: box-shadow .25s, border-color .25s ease-in-out;
    transition: box-shadow .25s, border-color .25s ease-in-out, -webkit-box-shadow .25s;
    vertical-align: bottom;
    word-wrap: break-word;
    color: #333;
    border: 1px solid #eaeaea;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.comment-editor--main textarea:focus {
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .25s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .25s;
    transition: box-shadow .25s, border-color .25s ease-in-out;
    transition: box-shadow .25s, border-color .25s ease-in-out, -webkit-box-shadow .25s;
    border-color: #dadada;
    outline: none;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 2px rgba(33, 33, 33, .1);
    box-shadow: inset 0 1px 2px rgba(33, 33, 33, .1);
}
.comment-button--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 30px;
}
.publish-comment--button {
    font-size: 17px;
    line-height: 38px;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 0 40px;
    cursor: pointer;
    text-align: center;
    color: #000;
    border: 1px solid #dadada;
    border-radius: 3px;
    background-color: #fafafa;
}
@media screen and (min-width: 48em) {
    .publish-comment--button {
        width: auto;
    }
}
@media screen and (min-width: 48em) {
    .publish-comment--button:hover {
        border-color: #cacaca;
    }
}
.publish-comment--button:active {
    line-height: 40px;
}
.publish-comment--button:focus {
    outline: 0;
}
