body {
    background: #ffffff;
    color: #666666;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

a {
    color: #c41e70;
    transition: background-color 0.25s ease, color 0.25s ease;
}


a:hover,
a:focus {
    color: #262c44;  
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

strong {
    font-weight: 600;
}

hr {
    border-color: #c41e70;
}

.strike {
    color: #c41e70;
    text-decoration: line-through;
}

.no-margin {
    margin: 0;
}

.line-break span {
    display: block;
}

.button {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.1);
}

.btn-pink {
    background-color: #c41e70;
    color: #ffffff;
}

.btn-pink:hover {
    background-color: #262c44;
    color: #ffffff;
}

.top-nav {
    background-color: #262c44;
    box-shadow: 0 -2px #c41e70 inset;
}

.top-nav-menu > li > a {
    color: #ffffff;
    font-size: 0.875rem;
    white-space: nowrap;
    padding: 0.55em 2em;
}

.top-nav-menu > li > a:hover {
    text-decoration: underline;
}

.top-nav-menu > li > a i {
    vertical-align: baseline;
    padding-right: 0.2em;
}

.top-nav-menu .active > a,
.top-nav-menu .active > a:hover {
    background-color: #ffffff;
    color: #262c44;
    font-weight: 600;
    text-decoration: none;
}

.sticky-nav {
    width: 100%;
}

.mobile-nav {
    background: #ffffff;
}

.mobile-nav img {
    width: auto;
    height: 24px;
}

.main-nav {
    background-color: #ffffff;
}

.main-nav ul {
    background-color: #ffffff;
}

.main-nav ul.submenu {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.main-nav-menu li > a {
    color: #262c44;
    font-weight: 600;
}

.main-nav-menu li > a:hover,
.main-nav-menu .active > a,
.main-nav-menu .is-active > a {
    background-color: #f1f1f1;
    color: #c41e70;
}

.main-nav-menu li > a.my-emit {
    background-color: #c41e70;
    color: #ffffff;
}

.main-nav-menu li > a.my-emit:hover {
    background-color: #262c44;
}

.logo {
    width: 4rem;
}

.logo img {
    width: 100%;
    height: auto;
}

.topbar-sticky-shrink .top-bar-title {
    transition: padding 0.25s ease;
}

.topbar-sticky-shrink .logo {
    transition: width 0.25s ease;
}

.is-stuck .topbar-sticky-shrink .top-bar-title {
    padding-top: 0;
    padding-bottom: 0;
    transition: padding 0.25s ease;
}

.is-stuck .topbar-sticky-shrink .logo {
    width: 3rem;
    transition: width 0.25s ease;
}

.banner {
    height: 400px;
    background: #fafafa url(../img/banner.jpg) no-repeat center center;
    background-size: 1400px;
    transition: background-size 1s ease;
}

.banner:hover {
    background-size: 1600px;
}

.section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.section-header h2 {
    font-size: 2rem;
    font-weight: 200;
    text-align: center;
}

.check-form {
    padding-top: 1rem;
}

.check-form input,
.check-form select {
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.1);
    transition: box-shadow 0.25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.check-form input:hover,
.check-form input:focus,
.check-form select:hover,
.check-form select:focus {
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.1);
}

.check-form .btn-submit {
    width: 100%;
    background-color: #262c44;
    color: #ffffff;
    font-weight: 600;
}

.check-form .btn-submit:hover {
    color: #262c44;
    background-color: #ffffff;
}

.plans {
    position: relative;
}

.plan {
    width: 90%;
    font-size: 2rem;
    text-align: center;
    margin: 1rem auto;
}

.plan-header {
    color: #ffffff;
    background-color: #262c44;
    font-weight: 600;
    padding: 0.4em 0;
}

.plan-spec {
    padding: 0.25em 0;
    border: 1px solid #f1f1f1;
    border-top: none;
}

.plan-spec-label {
    color: #a0a0a0;
    font-size: 0.5em;
}

.plan-spec-value {
    font-weight: 600;
}

.plan .btn-more {
    width: 70%;
    font-size: 0.5em;
    font-weight: 600;
    padding: 0.7rem 0;
    margin: 0 auto;
}

.plans-next,
.plans-prev {
    background-color: #262c44;
    color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.1);
    font-size: 1.5em;
    display: block;
    text-align: center;
    padding: 0.5em 1em;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.plans-next {
    right: 0;
}

.plans-prev {
    left: 0;
}

.plans-next:hover,
.plans-prev:hover {
    color: #c41e70;
}

.plans-next:focus,
.plans-prev:focus {
    color: #ffffff;
}

.news {    
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    border-bottom: 2px solid #c41e70;
    padding: 1rem;
    margin: 2rem 0 4rem 0;
}

.subpage .news {
    margin: 1rem 0;
}

.news.news-short {
    height: 16rem;
    position: relative;
    margin: 1rem 0;
    overflow: hidden;
}

.news-short .news-header h3 {
    font-size: 1.5rem;
    margin-bottom: 1em;
}

.news-short .news-header a {
    color: #262c44;
}

.news-short .news-header a:hover {
    color: #c41e70;
}

.news-short .news-footer {
    background-color: #ffffff;
    box-shadow: 0 -1em 2em 0 #ffffff;
    padding: 0.5em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.news-date {
    color: #a0a0a0;
    font-weight: 600;
    margin-bottom: 0;
}

.news-short .news-date {    
    float: left;
}

.news-short .news-more {
    font-weight: 600;
    float: right;
}

.news h5.news-desc {
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-contact {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer-contact a {
    font-size: 1.5rem;
    font-weight: 600;
}

.footer-contact .fb {
    color: #ffffff;
}

.footer-contact .fb a {
    margin-left: 0.2em;
}

.footer-contact a:hover {
    color: #ffffff;
}

.footer-links {
    padding: 1rem 0;
    overflow: hidden;
}

.footer-links-box {
    width: 100%;
    padding: 1rem 0;
}

.footer-links h4 {
    font-size: 1rem;
    margin-bottom: 2em;
}

.footer-links .about img {
    width: 6em;
    float: left;
    margin: 1em 1em 1em 0;
}

.footer-links .contact {
    margin-right: 0;
}

.footer-links-list {
    color: #c41e70;
    border-top: 1px solid #5c6173;
    margin: 0;
}

.footer-links-list li {
    line-height: 2em;
    border-bottom: 1px solid #5c6173;
    padding: 0.5em 0;
}

.footer-links-list i  {
    position: static;
    line-height: 1.75em;
}

.footer-links-list li a {
    color: #ffffff;
}

.footer-links-list li a:hover {
    color: #c41e70;
}

.footer-links-list .address {
    display: block;
}

.copyright {
    color: #262c44;
    background-color: #ffffff;
    border-top: 2px solid #c41e70;
    text-align: right;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.copy {
    font-weight: 600;
}

.subpage {
    padding: 2rem 0 4rem 0;
}

.subpage-header {
    padding-bottom: 1rem;
}

.subpage-header  h1 {
    color: #262c44;
}

.plans h2 {
    color: #262c44;
    border-bottom: 1px solid #c41e70;
}

.plans h2 > small {
    color: #a0a0a0;
}

.promo-plan h2 {
    color: #c41e70;
}

.plans-table {
    margin: 2rem 0;
}

.plans-table th,
.plans-table td {
    text-align: center;
}

.plans-table .plan-name {
    width: 25%;
    background-color: #262c44;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
}

.plans-table thead,
.plans-table .plan-name.first {
    background: none;
}

.plans-table td.param-name {
    text-align: left;
}

.plans-footer {
    margin-top: 2rem;
}

.note,
.docs {
    background-color: #f1f1f1;
    padding: 1rem;
}

.docs {
    margin-top: 2rem;
}

.faq-list .accordion-content {
    color: #666666;
}

.faq-list .accordion-title {
    font-size: 1rem;
    color: #c41e70;
}

.faq-list .accordion-title:hover,
.faq-list .accordion-title:focus {
    color: #262c44;  
}

.step {
    margin-top: 2rem;
}

.step h2 {
    color: #262c44;
    border-bottom: 1px solid #c41e70;
}

.step-no {
    color: #c41e70;
    font-weight: 600;
}

.step-screen {
    background-color: #f1f1f1;
    margin-bottom: 1rem;
}

.long-content {
    height: 16rem;
    background-color: #f1f1f1;
    position: relative;
    padding: 1rem 1rem 2rem 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.long-content.revealed {
    height: auto;
}

.long-content .reveal-content {
    display: block;
    background-color: #f1f1f1;
    box-shadow: 0 -1rem 2rem 0 #f1f1f1;
    text-align: center;
    padding-bottom: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#header {
    position: relative;
}

#header,
.sticky-nav.is-stuck {
    box-shadow: 0 1px 16px 0 rgba(0,0,0,0.5);
    z-index: 9999;
}

#header.no-bg {
    background: none;
    box-shadow: none;
}

#header .sticky-container {
    transition: height 0.25s ease;
}

#check-offer,
#main-check-offer {
    background-color: #c41e70;
    color: #ffffff;
}

#main-offer {
    background-color: #ffffff;
}

#main-offer .section-header {
    color: #262c44;
}

#main-news {
    background-color: #f1f1f1;
}

#main-news .container {
    overflow: hidden;
}

#footer {
    background-color: #262c44;
    border-top: 2px solid #c41e70;
    color: #ffffff;
}

#sym-plans {
    display: none;
}

#bok {
    background-color: #f1f1f1;
    text-align: center;
    margin-bottom: 2rem;
}

#bok .phone {
    color: #262c44;
    font-weight: 600;
}

/* jQuery UI */
.ui-widget {
    color: #262c44;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 1rem;
}
.ui-widget-content {
    background: #f1f1f1;    
}
.ui-widget.ui-widget-content  {
    border: 1px solid #f1f1f1;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 0.5rem;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
    color: #c41e70;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    font-weight: 600;
}

/* Foundation CSS */
.menu-icon.dark::after {
    background: #262c44;
    box-shadow: 0 7px 0 #262c44, 0 14px 0 #262c44;
}
.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; 
}
.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #c41e70;
}
.js-drilldown-back > a::before {
    border-color: transparent #c41e70 transparent transparent;
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: #c41e70 transparent transparent;
}

.no-js [data-responsive-toggle] {
  display: none;
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {
    .top-bar-right {
        padding-top: 1.2rem;
    }
    .topbar-sticky-shrink .top-bar-right {
        transition: padding 0.25s ease;
    }
    .is-stuck .topbar-sticky-shrink .top-bar-right {
        padding-top: 0.3rem;
        transition: padding 0.25s ease;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {
    .main-nav-menu li > a {
        padding: 0.7rem 3rem;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 3rem;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
