/* ==== General HTML ==== */
html {
    background: #f3f8ff;
}

html, body {
    display: block;
    width: 100%;
    min-height: 100%;
    color: #5F5F5F;
    font-family: "Helvetica LT W01 Light";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    position: relative;
}

body > div {
    min-width: 1080px;
}

p {
    margin-top: 0;
}

h2 {
    color: #000000;
    font-family: "Helvetica LT W01 Light";
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

a {
    color: #7cbe31;
    text-decoration: none;
}

.strong {
    color: #000000;
    font-family: "Helvetica LT W01 Roman";
}

/* ==== Utility ==== */
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

legend {
    border-bottom: 1px solid #BCC3CC;
    color: #50822d;
    font-family: "Helvetica LT W01 Light";
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 10px;
    width: 100%;
}

.badge {
    background: none repeat scroll 0 0 #7cbe31;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font-family: "Helvetica LT W01 Roman";
    font-size: 20px;
    margin-top: 3px;
    padding: 10px 35px 7px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
}

.badge.small {
    font-size: 14px;
    padding: 4px 10px 2px;
}

.badge.gray {
    background: #B7B7B7;
}

.badge.inline {
    display: inline-block;
}

/* ==== Layout ==== */
.table {
}

.table a {
    font-family: "Helvetica LT W01 Roman";
    color: #7cbe31;
    font-size: 17px;
    text-decoration: underline;
}

.table-head .table-row {
    color: #919ca5;
    padding: 10px;
    text-transform: uppercase;
}

.table-body .table-row {
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
    display: block;
}

.table-cell {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header-wrapper {
    background: none repeat scroll 0 0 #FFF;
    border-top: 5px solid #d0cfcf;
    border-bottom: 5px solid #31302a;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header {
    margin: 0 auto;
    padding: 20px 30px;
    width: 970px;
    position: relative;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header-top {
    margin-bottom: 10px;
}

#logo {
    float: left;
    margin: 8px 0px;
}

#logo a {
    background: url("../media/img/layout/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 45px;
    text-indent: -999em;
    width: 309px;
    font-size: 0px;
}

.coop-logo {
    width: 155px;
    height: 60px;
    background: url("../media/img/layout/logo_phonakAB_header.png") no-repeat;
    float: right;
    font-size: 0;
}

.coop-logo a {
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
}

.coop-logo a.phonak {
    width: 85px;
    height: 21px;
    background-position: -75px center;
    margin-left: 15px;
}

.coop-logo a.ab {
    width: 60px;
    height: 100%;
}

#hero-wrapper {
    background: #d4eef9;
    height: 132px;
    border-bottom: 1px solid #e9ebed;
    width: 100%;
    overflow: hidden;
}

.herolinks {
    width: 970px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #d8e2e7;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 30px;
    position: relative;
    z-index: 99;
}

.herolinks .toplinks a {
    margin-left: 25px;
    text-transform: uppercase;
    vertical-align: middle;
}

.herolinks .toplinks span {
    vertical-align: middle;
}

.herolinks .social {
    font-size: 0px;
}

.herolinks .social a {
    background: url('../media/img/layout/social.png') no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.herolinks .social a.fb {
}

.herolinks .social a.tw {
    background-position: -46px 0;
}

.herolinks .social a.yt {
    background-position: -92px 0;
}

.herolinks .social a.ln {
    background-position: -138px 0;
}

.herolinks .social a.pi {
    background-position: -184px 0;
}

.herolinks .social a.in {
    background-position: -230px 0;
}

.herolinks .social a.go {
    background-position: -276px 0;
}

.herolinks .social a.hj {
    background-position: -322px 0;
}

.herolinks .social a.hlm {
    background-position: -368px 0;
}

#hero {
    width: 980px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#hero .cloud {
    position: absolute;
}

#hero .cloud1 {
    width: 278px;
    height: 119px;
    background: url('../media/img/layout/cloud1.png');
    top: 0;
    left: -31px;
    z-index: 3;
}

#hero .cloud2 {
    width: 341px;
    height: 119px;
    background: url('../media/img/layout/cloud2.png');
    top: 41px;
    left: 464px;
    z-index: 2;
}

#hero .cloud3 {
    width: 206px;
    height: 79px;
    background: url('../media/img/layout/cloud3.png');
    top: 17px;
    left: 772px;
    z-index: 1;
}

#nav {
    font-size: 15px;
    font-family: "Helvetica LT W01 Light";
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

#nav li {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0 0 13px;
    position: relative;
}

#nav li.active {
    /* border-bottom: 6px solid #318ACA;
    padding: 0 0 7px;*/
    padding: 0;
}

/*#nav li.active:after {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 115%;
    width: 0;
    border-color: #318ACA transparent transparent;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}*/
#nav li a {
    color: #000000;
    font-family: "Helvetica LT W01 Light";
    text-decoration: none;
}

#nav li.active a {
    font-family: "Helvetica LT W01 Roman";
}

/* ==== Footer ==== */
#footer-wrapper {
    background: #8B8B83;
    border-top: 1px solid #c8c8c8;
    color: #FFF;
}

#footer {
    width: 970px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 30px;
    margin: 0 auto;
}

#language-selector {
    z-index: 9999;
    position: absolute;
    top: 80px;
    right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#language-selector a {
    display: none;
    position: relative;
    width: 100%;
    background: #FFF;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    min-width: 140px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#language-selector a.active {
    font-weight: bold;
    font-family: "Helvetica LT W01 Roman";
}

#language-selector a:first-child {
    display: block !important;
    background: none !important;
}

#language-selector input[type="checkbox"] {
    display: none;
}

#language-selector input[type="checkbox"]:checked ~ a {
    display: block !important;
}

#language-selector > a:hover {
    background: #7cbe31;

}


h2.ab {
    background: url("../media/img/layout/ab_logo.png") repeat scroll 0 0 transparent;
    display: block;
    height: 51px;
    margin: 0 0 50px;
    text-indent: -9999em;
    width: 222px;
}

#footer .pull-right {
    text-align: right;
}

#footer ul {
    margin: 0;
    padding: 15px 0;
}

#footer ul li {
    display: inline-block;
    list-style: none;
    margin-left: 30px;
}

#footer ul li a {
    color: #FFF;
    font-family: "Helvetica LT W01 Light";
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}


#footer-hero-wrapper {
    height: 245px;
    border-top: 1px solid #e9ebeb;
    background: #d9f0f9; /* Old browsers */
    background: -moz-linear-gradient(top, #d9f0f9 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9f0f9), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d9f0f9 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d9f0f9 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d9f0f9 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d9f0f9 0%, #ffffff 100%); /* W3C */
    background-image: url("../media/img/layout/grass-hill.png");
    background-repeat: no-repeat;
    background-position: center -130px;
}

#footer-hero {
    width: 970px;
    margin: 0 auto;
    position: relative;
}

#bottom-bar-wrapper {
    width: 100%;
    background: #787870;
    border-top: 1px solid #93938d;
}

#bottom-bar {
    color: #FFF;
    width: 906px;
    margin: 0 auto;
    padding: 20px 0;
}

#bottom-bar .copy {
    font-size: 10px;
}

#bottom-bar .bottomlinks a {
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    margin-left: 25px;
}

#footer > div {
    display: inline-block;
    vertical-align: top;
}

#footer h3 {
    color: #31302a;
    font-size: 15px;
    margin-top: 0;
}

#footer .summary img {
    margin-right: 10px;
    margin-bottom: 5px;
    display: block;
}

#footer .summary {
    width: 308px;
    margin-right: 55px;
    font-size: 13px;
}

#footer .links {
    width: 220px;
    margin-right: 25px;
}

#footer .links a {
    color: #FFF;
    font-size: 12px;
    display: block;
    display: table;
    line-height: 25px;
}

#footer .sponsors {
}

.sponsors .logos {
    background: url('../media/img/layout/logo_phonakAB_footer.png') no-repeat;
    background-size: contain;
}

.sponsors .logos a {
    display: inline-block;
    vertical-align: middle;
}

.sponsors .logos a.ab-logo {
    width: 55px;
    height: 55px;
    margin-right: 20px;
}

.sponsors .logos a.phonak-logo {
    width: 130px;
    height: 55px;
}

.sponsors .logos .partners {
    width: 232px;
    height: 22px;
    margin-top: 20px;
}


.teens-ir {
    width: 499px;
    height: 332px;
    background: url('../media/img/layout/teens.png');
    position: absolute;
    right: -10px;
    top: -21px;
}

.adults-ir {
    width: 394px;
    height: 336px;
    background: url('../media/img/layout/adults.png');
    position: absolute;
    right: 0px;
    top: -46px;
}

.kids-ir {
    width: 1024px;
    height: 372px;
    background: url('../media/img/layout/kids.png');
    position: absolute;
    right: -30px;
    top: -67px;
}

#footer-hero-wrapper #playground {
    background: url("../media/img/layout/grass-people.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 217px;
    margin: 0 auto;
    position: relative;
    top: 197px;
    width: 1068px;
}


#centerinfo-box {
    position: absolute;
    top: 225px;
    z-index: 99;
    right: 0;
    background: #FFF;
    border: 1px solid #e1dfdf;
    height: 68px;
    font-size: 0;
}

#centerinfo-box b {
    font-weight: bold;
    font-family: arial, sans-serif;
}

#centerinfo-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

#centerinfo-box .centerinfo-image {
    border-right: 1px solid #e1dfdf;
    position: relative;
}

#centerinfo-box .centerinfo-image img {
    max-height: 68px;
}

#centerinfo-box > div {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

#centerinfo-box > .centerinfo-content {
    padding: 0 15px;
}

#centerinfo-box a {
    background: #e6e6e6;
    border: 1px solid #b5b5b6;
    font-size: 10px;
    padding: 3px 8px;
    color: gray;
}

#centerinfo-box a.enable {
    background: #5cb85c;
    border-color: #4cae4c;
    color: #FFF;
}

#centerinfo-box a.disable {
    background: #d9534f;
    border-color: #d43f3a;
    color: #FFF;
}

#centerinfo-box .toolbar {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

#centerinfo-box:hover .toolbar {
    display: block;
}

/* ==== Main Content ==== */
#main-wrapper {
    width: 100%;
    background: #FFF;
    padding: 50px 0 75px;
}

#main {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

/* Two columns with a bigger right */
#main.two-col-right {
}

#main.two-col-right .col-left {
    float: left;
    margin-right: 36px;
    width: 257px;
}

#main.two-col-right .col-right {
    float: left;
    width: 687px;
}

/* Two columns with a bigger right */
#main.two-col-left {
}

#main.two-col-left .col-right {
    float: left;
    width: 247px;
}

#main.two-col-left .col-left {
    float: left;
    width: 697px;
    margin-right: 36px;

}


/* Two columns equal sizes */
#main.two-col-center {
}

#main.two-col-center .col-left {
}

#main.two-col-center .col-right {
}

/* ==== Main Elements ==== */
.block {
}

.block.bordered {
    border: 1px solid #e7eaef;
    border-radius: 10px;
    overflow: hidden;
}

.heading {
    background: #e4e2e2;
    border: 1px solid #b5b5b6;
    padding: 15px;
}

.block .content {
    background: #FFF;
    border: 1px solid #b5b5b6;
    border-top: none;
}

.no-bg {
    background: none !important;
}

.widget-actions {

}

.widget-actions a {
    background: url("../media/img/layout/widget-actions.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    font-size: 0px;
    text-indent: -99999px;
    cursor: pointer;
    vertical-align: middle;
}

.widget-actions .widget-view-all {
    height: 17px;
    width: 20px;
}

.widget-actions .widget-collapse {
    height: 17px;
    width: 15px;
    background-position: -27px 0px;
}

.icon-full-star {
    color: #f6d54f !important;
}

.icon-empty-star {
    color: #e4e2e2 !important;
}


/* ==== Misc Vendor and Fixes ==== */
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?-a8jv7m');
    src: url('fonts/icomoon.eot?#iefix-a8jv7m') format('embedded-opentype'),
    url('fonts/icomoon.woff?-a8jv7m') format('woff'),
    url('fonts/icomoon.ttf?-a8jv7m') format('truetype'),
    url('fonts/icomoon.svg?-a8jv7m#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-empty-star:before {
    content: "\e600";
}

.icon-half-star:before {
    content: "\e601";
}

.icon-full-star:before {
    content: "\e602";
}

.icon-full-heart:before {
    content: "\e603";
}

.icon-empty-heart:before {
    content: "\e604";
}

.icon-thumbs-up:before {
    content: "\e605";
}

.icon-thumbs-down:before {
    content: "\e606";
}

.icon-download:before {
    content: "\e607";
}

.icon-play:before {
    content: "\e608";
}

.icon-checkbox-checked:before {
    content: "\e609";
}

.icon-music:before {
    content: "\e60a";
}

.icon-compose:before {
    content: "\e60b";
}


input[type="text"] {
    border: 1px solid #b5b5b5;
    width: 100%;
    padding: 10px 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}

.tutorial {
    position: absolute;
    top: -35px;
    right: 0;
}

.tutorial > a {
    border: 1px solid #358ccc;
    border-radius: 999px;
    color: #358ccc;
    display: block;
    font-family: arial;
    height: 18px;
    text-align: center;
    width: 18px;
    cursor: pointer;
}

.distribute {
    text-align: justify;
    text-justify: distribute;
}

.distribute:after {
    content: '';
    width: 100%;
    height: 0px;
    display: inline-block;
}

/*ONE TRUST BUTTON CUSTOM STYLING*/
.optanon-show-settings-button {
    bottom: 0 !important;
    right: 0 !important;
    position: absolute !important;
}


@font-face {
    font-family: "Helvetica LT W01 Light";
    src: url('fonts/24093B_0_0.eot');
    src: url('fonts/24093B_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/24093B_0_0.woff') format('woff'), url('fonts/24093B_0_0.ttf') format('truetype');
}

@font-face {
    font-family: "Helvetica LT W01 Roman";
    src: url('fonts/240952_0_0.eot');
    src: url('fonts/240952_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/240952_0_0.woff') format('woff'), url('fonts/240952_0_0.ttf') format('truetype');
}

@import url("http://fast.fonts.com/t/1.css?apiType=css&projectid=1e2d6d8e-5399-48e3-b5fa-06455eaf2406");
@font-face {
    font-family: "HelveticaNeueW01-45Ligh";
    src: url("fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
    src: url("fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot"), url("fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-55Roma";
    src: url("fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
    src: url("fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot"), url("fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"), url("fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-65Medi";
    src: url("fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix");
    src: url("fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix") format("eot"), url("fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff"), url("fonts/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf") format("truetype"), url("fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-75Bold";
    src: url("fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix");
    src: url("fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("eot"), url("fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"), url("fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"), url("fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg");
}
