.content_block {
    box-sizing: border-box;
    float: left;
    padding: 20px;
}

.content_block h1 {
    color: #3b485e;
    font-size: 2.4em;
}

.content_block iframe {
    border: none;
}

.content_block p,
.content_block ul {
    font-size: 1.4em;
    line-height: 1.4em;
}

.full {
    clear: both;
    width: 100%;
}

.half {
    width: 50%;
}


.container {
    position: relative;
    z-index: 1;
    max-width: 1340px;
    margin: 0 auto;
}
.container:before, .container:after {
    display: table;
    content: '';
}
.container:after {
    clear: both;
}

.row:before, .row:after {
    display: table;
    content: '';
}

.row:after {
    clear: both;
}

.btn {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 12px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 3px;
}
.btn:hover {
    text-decoration: none;
}

.btn-block {
    display: block;
}
.btn-block + .btn-block {
    margin-top: 10px;
}

.btn-gray {
    color: #fff;
    border-color: #ced2d5;
    background-color: #ced2d5;
}

.btn-darkBlue {
    color: #fff;
    border-color: #495965;
    background-color: #495965;
}

.btn-transparent {
    background: transparent;
}
.btn-transparent.btn-transparent {
    color: #495965;
}
.btn-transparent.btn-gray {
    color: #b3b9be;
}

.icon-arrow {
    position: relative;
    display: inline-block;
}
.icon-arrow:before, .icon-arrow:after {
    position: absolute;
    content: '';
}
.icon-arrow.right {
    float: right;
    width: 22px;
    height: 15px;
}
.icon-arrow.right:before {
    top: 50%;
    right: 3px;
    left: 0;
    border-top: 1px solid transparent;
}
.icon-arrow.right:after {
    top: 50%;
    right: 5px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translate(0, -50%);
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}

.table {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

.table_headers {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    height: 70px;
}

.table_header {
    width: 50%;
    box-sizing: border-box;
    float: left;
    position: relative;
}

#budget,
#cpt{
    width: calc(100% - 30px);
    padding-left: 5px;
    float: right;
}

.channel {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 390px;
    border-top: 1px solid #c3cccf;
    border-bottom: 1px solid #c3cccf;
}
.channel:before, .channel:after {
    display: table;
    content: '';
}
.channel:after {
    clear: both;
}

.channel__item:before {
    position: absolute;
    top: -70px;
    display: block;
}

.channel__item_table {
    float: left;
    overflow-y: auto;
    width: 50%;
    height: 390px;
}
.channel__item_table .table {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    width: 94%;
    color: #97a3a7;
}
.channel__item_table td {
    line-height: 1.42857143;
    width: 90%;
    padding: 8px 0;
    vertical-align: top;
}
.channel__item_table td a {
    text-decoration: none;
}

.channel__item_table td:before {
    font-size: .4em;
    display: inherit;
    margin-bottom: -4px;
    content: 'channel';
}
.channel__item_table td + td {
    width: 1%;
    padding-left: 15px;
    white-space: nowrap;
}
.channel__item_table td + td:before {
    margin-left: 20px;
    content: 'two months ago';
}
.channel__item_table td + td + td:before {
    margin-left: 20px;
    content: 'last month';
}
.channel__item_table tr {
    border-bottom: 1px solid #c3cccf;
}
.channel__item_table tr:hover, .channel__item_table tr.current,
.channel__item_table tr.hover {
    color: #000;
}

.channel__state {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 14px;
    border-bottom: 1px solid #97a3a7;
}
.channel__state:before {
    position: absolute;
    top: 0;
    bottom: 4px;
    left: 5px;
    content: '';
    border-left: 1px solid #97a3a7;
}
.channel__state:after {
    position: absolute;
    bottom: 3px;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    content: '';
    transform: rotate(45deg);
    border-right: 1px solid #97a3a7;
    border-bottom: 1px solid #97a3a7;
}

.channel__state_up {
    transform: rotate(180deg);
}

.channel__state_same {
    transform: rotate(270deg);
}

.channel__item_overview {
    float: right;
    width: 50%;
    margin: -15px 0 -20px;
}

.channel__tabs {
    position: absolute;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.3);
    height: 115%;
    overflow-x: hidden;
    width: 50%;
    z-index: 2;
}
.channel__tabs:before {
    position: absolute;
    top: 35px;
    left: -12px;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #eaeaea transparent transparent;
}

.channel__top {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 90px;
    padding: 16px 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.channel__top:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 147%;
    height: 260%;
    content: '';
    transform: translate(-50%, 0);
    border-radius: 50%;
    background-color: #eaeaea;
}
.channel__top .channel__logo {
    position: relative;
    z-index: 1;
}
.channel__top .channel__logo img {
    border-radius: 50%;
}

.channel__body {
    position: relative;
    padding: 20px 20px 48px;
}
.channel__body .table td {
    padding: 0 5px;
    border-left: 1px solid #eaeaea;
}
.channel__body .table p {
    font-size: 12px;
    margin: 0;
}
.channel__body .table h5 {
    font-size: 21px;
    font-weight: 400;
    margin-top: 10px;
}
.channel__body:after {
    position: absolute;
    right: 13px;
    bottom: 10px;
    content: url('../../img/sky_foot.png');
}
.channel__body .btn-transparent {
    position: relative;
}
.channel__body .btn-transparent .icon-arrow:before, .channel__body .btn-transparent .icon-arrow:after {
    border-color: #b8bec3;
}
.channel__body .btn-transparent .icon-arrow:after {
    margin-top: -1px;
}

.channel__intro {
    font-size: 14px;
    margin: 0 0 30px;
}

.impact {
    position: relative;
    overflow: hidden;
    padding-top: 90px;
    background-color: #f3f3f3;
    padding: 25px 35px;
    border-top-left-radius: 100% 100%;
    border-top-right-radius: 80% 80%;
}

.impact h3 {
    font-size: 38px;
    margin-bottom: 40px;
    padding: 25px 0 0 0;
    text-align: center;
    color: #495965;
}

.impact label {
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
    color: #495965;
}

.impact__input {
    font-size: 27px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 18px 14px;
    color: #495965;
    border: 0;
    background-color: #fff;
    box-shadow: 2px 2px 5px 0 rgba(35, 35, 35, 0.3);
}

.impact__inner {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px;
    flex-wrap: nowrap;
}

.impact__item + .impact__item {
    margin-left: 20px;
}

.impact__item_budget {
    width: 20%;
}

.impact__item_CPT {
    width: 150px;
}

.impact__item_channels {
    width: 320px;
}

.impact__item_currency{
    display: inline-block;
    line-height: 68px;
    width: 30px;
    text-align: center;
    height: 68px;
    font-size: 27px;
    color: #495965;
    border: 0;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0 rgba(35, 35, 35, 0.3);
    z-index: -1;
}

.impact__item_more .btn-darkBlue {
    display: inline-block;
    float: right;
    width: 65px;
    height: 65px;
    vertical-align: middle;
    border-radius: 50%;
}

.impact__item_more .icon-arrow.right {
    float: right;
    float: none;
    width: 34px;
    height: 28px;
}
.impact__item_more .icon-arrow.right:before {
    top: 50%;
    right: 3px;
    left: 0;
    border-top: solid 2px #fff;
}
.impact__item_more .icon-arrow.right:after {
    top: 50%;
    right: 5px;
    width: 14px;
    height: 14px;
    margin-top: -1px;
    transform: rotate(45deg) translate(0, -50%);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.impact__item_result {
    flex-grow: 1;
}

.impact__results {
    font-size: 27px;
    line-height: 29px;
    overflow: hidden;
    padding: 17px 0;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #495965;
    border-top: 1px solid #495965;
    border-bottom: 1px solid #495965;
}

.impact__helper {
    line-height: 69px;
    white-space: nowrap;
}

.impact__channels {
    position: relative;
    display: inline-block;
    width: 310px;
}

.pager {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}
.pager .pager-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.pager .pager-arrow:before {
    display: block;
    width: 10px;
    height: 10px;
    content: '';
}
.pager .pager-prev {
    left: -12px;
}
.pager .pager-prev:before {
    transform: rotate(-45deg);
    border-top: 1px solid #495965;
    border-left: 1px solid #495965;
}
.pager .pager-next {
    right: -12px;
}
.pager .pager-next:before {
    transform: rotate(45deg);
    border-top: 1px solid #495965;
    border-right: 1px solid #495965;
}

.impact__channel {
    line-height: 69px;
    display: inline-block;
    height: 69px;
    width: 69px;
    padding: 0 5px;
    vertical-align: middle;
}
.impact__channel img {
    display: inline-block;
    width: auto;
    max-width: 100px;
    height: auto;
    max-height: 65px;
    vertical-align: middle;

    border-radius: 50%;
}

.impact__bottom {
    font-weight: 300;
    text-align: center;
}
.impact__bottom img {
    display: inline-block;
    vertical-align: middle;
}
.impact__bottom .btn {
    font-size: 18px;
    margin-left: 5px;
}
.impact__bottom .icon-arrow {
    margin-left: 18px;
}
.impact__bottom .icon-arrow:after, .impact__bottom .icon-arrow:before {
    border-color: #495965;
}
.impact__bottom .icon-arrow:after {
    margin-top: -1px;
}

.usps .usp{
    color: #38495D;
    float: left;
    text-align: center;
    width: 25%;
}
.usps .usp img{
    height: 140px;
    width: 140px;
}
.usps .usp .title{
    font-size: 3em;
}

.signup_request_button{
    width: 300px;
    height: 42px;
    margin: 0 auto;
    background-color: #495965;
    border-radius: 21px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 1.2em;
    line-height: 42px;
    cursor: pointer;
    opacity: .8;
}

a.signup_request{
    color: white;
    text-decoration: none;
    font-size: 2em;
}

@media screen and (max-width:1346px){
    .half{
        clear: both;
        width: 100%;
    }
}

@media screen and (max-width:860px){
    .usp{
        width: 100% !important;
    }

    .channel__item_overview{
        height: 390px;
        margin-top: 0;
    }

    .channel__tabs{
        height: 100%;
    }

    .impact{
        width: 100%;
        padding: 0;
        margin-top: 10px;
        border-top-left-radius: 30% 30%;
        border-top-right-radius: 30% 30%;
    }

    .impact__inner{
        display: inherit;
        display: initial;
        width: 100%;
    }

    .impact__item{
        width: 90%;
        margin: 0 auto !important;
        margin-top: 10px !important;
    }

    .impact__channels{
        width: 100%;
    }

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

    .impact__bottom img{
        width: auto;
    }
}
