﻿body {}

:root {
    --primary-color: #2cace3;
    --secondary-color: #243e8c;
    --grey-text-color: #404042;
    --bg-grey-color : #f2f2f2;
}

body {font-family: 'Open Sans', sans-serif; font-size: 14px; color: var(--black);}

.noWrapTxt {white-space: nowrap;}

.container {max-width: 720px;}

a:hover {text-decoration: none;}

header {background: url('../image/dots-pattern.png') no-repeat right top; background-size: auto 140%;}

header img {height: 220px; padding: 30px 0;}

.footerWrap {font-size: 11px; margin-top: 40px;}
.footerWrap h3 {color: var(--secondary-color); font-weight: 700; font-size: 20px;}
.footerWrap > P {margin-bottom: 5px;}
.footerWrap ul {margin: 0; padding: 0;}
.footerWrap ul li {position: relative; list-style: none; padding-left: 8px; margin-bottom: 5px;}
.footerWrap ul li::before {content: '•'; position: absolute; left: 0; top: 0;}
.footerWrap ul ul li {margin-bottom: 0;}
.footerWrap ul ul li::before {content: '-';}

.copyrightWrap {display: flex; justify-content: flex-end; align-items: flex-end; margin: 40px 0;}
.copyrightWrap p {margin-bottom: 0; color: var(--grey-text-color); text-align: center; width: calc(100% - 260px);}
.copyrightWrap img {width: 120px;}

.commInsuTxt h1 {margin-bottom: 0; font-size: 20px; font-weight: 400; text-align: center; padding: 15px 20px; line-height: 140%;}

.activationSite h1 {background: var(--primary-color); text-align: center; color: var(--white); font-size: 36px; padding: 20px 10px; font-weight: 700; margin-bottom: 20px;}

.activateWrap {background: var(--bg-grey-color); padding: 40px 0;}
.copayWrap {display: flex; align-items: flex-end; justify-content: space-between;}

.copayCard {width: calc(100% - 300px); position: relative;}
.copayCard img {width: 100%;}
.copayCard table {position: absolute; color: var(--white); left: 24px; bottom: 12px;}

.copayCardTxt {text-align: center; width: 280px; margin-left: 20px;}
.copayCardTxt h4 {color: var(--primary-color); font-weight: 700; font-size: 20px; padding: 0 20px; margin-bottom: 0;}
.copayCardTxt p strong {display: block; color: var(--grey-text-color);}
.copayCardTxt button {background: var(--primary-color); color: var(--white); border-radius: 20px; display: inline-block; border: none; cursor: pointer; font-size: 20px; padding: 0px 35px; margin-top: 15px;}

.innerPageWrap {padding: 40px; margin: 40px 0;}
.innerPageWrap h3 {font-size: 28px; color: #0098a6;}
.innerPageWrap p {font-size: 20px; color: #565656;}
.innerPageWrap p.lineTop {border-top: 1px solid #221e1f; padding-top: 30px;}
.innerPageWrap img {height: 40px; margin: 20px 0 50px;}

@media only screen and (max-width: 767px) {
    header img {height: auto; width: 50vw;}

    .copayWrap {flex-direction: column;}
    .copayWrap > * {width: 100% !important;}
    .copayCardTxt {margin-left: 0; margin-top: 20px;}
    .copayCard table {line-height: 120%;}


    .copyrightWrap {justify-content: space-between;}
    .copyrightWrap p {width: auto;}
}