/*
Theme Name: Pajama
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: RINF Outsourcing Solutions
Author URI: https://www.rinf.ro/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.0.0
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
    word-wrap: break-word;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px;
}
.wp-caption.aligncenter {
    margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
}
.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px;
}

/* WP Gallery */
.gallery {
    margin-bottom: 1.5em;
}
.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.gallery dd {
    margin: 0;
}
.gallery-caption {
    display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

.pagination > li{
  padding:5px;
}

.pagination .next-page a, .pagination .prev-page a{
  background-color:#0091d2;
  color:#fff;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
  background-color:#23527c;
  color:#fff;
}

.pagination{
  display:inline-block;
  padding-left:0;
  margin:20px 0;
  border-radius:4px;
}

.pagination > li{
  display:inline;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
  z-index:3;
  color:#fff;
  cursor:default;
  background-color:#337ab7;
  border-color:#337ab7;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
  z-index:2;
  color:#23527c;
  background-color:#eee;
  border-color:#ddd;
}

.pagination > li > a, .pagination > li > span{
  position:relative;
  float:left;
  padding:6px 12px;
  margin-left:-1px;
  line-height:1.42857143;
  color:#337ab7;
  text-decoration:none;
  background-color:#fff;
  border:1px solid #ddd;
}

a:active, a:hover{
  outline:0;
}

a:focus{
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}

a:focus{
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}

a:focus{
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}

a:focus, a:hover{
  color:#23527c;
  text-decoration:underline;
}

a{
  color:#337ab7;
  text-decoration:none;
}

a{
  background-color:transparent;
}

/* Content */
.main-content-inner {
    padding-bottom: 1.5em;
}
.hentry {
    margin: 0 0 1.5em;
}
.sticky {
    display: block;
}
.bypostauthor {
    display: block;
}


/* Clearing */
.clear {
    clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
    clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */


.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */


.infinity-end.neverending .site-footer {
    display: block;
}

.dropdown ul {
    display: none;
}

.dropdown:hover {
    background-color: #00ace7;
    color: white;
}

@media (max-width: 1023px) {
    .dropdown:hover {
        background-color: inherit;
    }
}

.isotopetitle {
    color: #004665;
    font-size: 1.5rem;
    font-weight: bold;
}

.isotopelabel {
    font-size: 3rem;
}

.isobody {
    margin-bottom: 20px;
}

.isotopeitem.lightgrey .isodata a.isotopereadmore {
    color: #f43477;
}

.isotopedate {
    position: absolute;
    color: darkgrey;
    font-style: italic;
    bottom: 20px;
    left: 20px;
}

.isotopediscovermore {
    position: absolute;
    bottom: 20px;
    left: 20px;
    line-height: 3rem;
    font-size: 1.6rem;
}

.isotopediscovermore:before {
    content: '';
    display: block;
    background-image: url(includes/img/discover-more-button.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 6px 0 0;
}
.isotopediscovermore:after {
    content: '';
    display: block;
    clear: both;
}
@media (max-width: 480px) {
    .isotopediscovermore {
        font-size: 1.5rem;
        line-height: 3rem;
        left: 8px;
        bottom: 10px;
    }
}
@media (max-width: 768px) {
    .isotopedate {
        left: 10px;
        bottom: 10px;
    }
    .isotopediscovermore {
        font-size: 1.7rem;
        line-height: 3rem;
        left: 8px;
        bottom: 10px;
    }
}
@media (max-width: 1280px) {
    .isotopediscovermore {
        left: 10px;
        bottom: 10px;
    }
}
.job-view-full-summary a:before {
    content: '';
    display: block;
    background-image: url(includes/img/discover-more-button.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 6px 0 0;
}
.job_summary_shortcode {
    border: 0;
    text-align: left;
}
.job-salary {
    color: #00ace7;
    font-family: telenorregular;
    font-weight: bold;;
}
.job-department {;
    color: #ccc;;
    font-family: telenorregular;
}
.job-content {
    padding: 10px;
}
.panel .job-salary,
.panel .job-department,
.panel .job-summary {
    margin-bottom: 10px;
}
.panel .job-summary {
    color: #0168b5;
}
.panel-job {
    border: 0;
}
.panel-job {
    margin-bottom: 0;
}
.panel-job .panel-heading {
    background-color: #00ace7;
    border: 0;
}
.panel-job .panel-heading h1 {
    font-size: 2.5rem;
    margin: 10px 0;
}
.job-modal .modal-body {
    max-height: 500px;
    overflow-y: auto;
}
.job-modal .close {
    background-color: #f51e6e;
    margin: 0;
    padding: 9px;
    opacity: 1;
    color: #fff;
    font-family: fontawesome;
    font-size: 1rem;
}
.job-modal .modal-title {
    clear: initial;
    font-size: 3rem;
}
.job-modal .modal-header {
    border: 0;
}
.job-modal .application_button {
    background-color: #f51e6e;
    color: #fff;
    padding: .6em 3em .4em;
}
.isotopeitem.navyblue .isodata .isotopetitle {
    color: #0091d2;
}
.isotopeitem.lightgrey .isodata {
    color: #004665;
}
.isotopeitem.lightgrey .isodata .isotopetitle {
    color: #0091d2;
}
.isotopeitem.navyblue .isodata .isobody {
    color: #fff;
}

.grid#sc_our_team .custom_team_member .sc_team_member_contact_details {
    color: #004665;
    font-weight: bold;
    height: 40px;
    margin-top: 20px;
}
.grid#sc_our_team .custom_team_member .sc_team_member_name,
.grid#sc_our_team .custom_team_member .sc_team_member_jobtitle {
    padding: 0 20px;
}

.custom_team_member .sc_team_member_name a {
    text-decoration: none;
}
.grid#sc_our_team .custom_team_member {
    border-right: 1px solid darkgrey;
    margin-bottom: 10px;
    padding: 0 5px;
    overflow: hidden;
    box-sizing: border-box;
}
.grid.sc-col2#sc_our_team .custom_team_member:nth-child(2n+2),
.grid.sc-col3#sc_our_team .custom_team_member:nth-child(3n+3),
.grid.sc-col4#sc_our_team .custom_team_member:nth-child(4n+4),
.grid.sc-col5#sc_our_team .custom_team_member:nth-child(5n+5),
.grid#sc_our_team .custom_team_member:last-child {
    border-right: 0;
}
.grid#sc_our_team .custom_team_member .sc_team_member_jobtitle,
.grid#sc_our_team .custom_team_member .sc_team_member_name {
    height: 24px;
    line-height: 26px;
}
.grid#sc_our_team .custom_team_member img.wp-post-image {
    width: 100%;
    display: block;
    margin: 0 auto;
    float: none;
    border: none;
    padding: 0;
}
.grid#sc_our_team .custom_team_member .sc_team_member_name {
    padding: 0 5px;
    position: initial;
    left: initial;
    bottom: initial;
    color: #0091d2;
    margin: 10px 0;
    padding-top: 5px;
    transition: 0.45s all ease-in-out;
    -moz-transition: 0.45s all ease-in-out;
    -webkit-transition: 0.45s all ease-in-out;
    overflow: hidden;
    opacity: 0.9;
    font-size: 2rem;
    line-height: 1rem;
    height: 2rem;
}
.grid#sc_our_team .custom_team_member .sc_team_member_jobtitle {
    position: initial;
    bottom: initial;
    left: initial;
    padding: 0 5px;
    color: lightgrey;
    transition: 0.35s all ease-in-out;
    -moz-transition: 0.35s all ease-in-out;
    -webkit-transition: 0.35s all ease-in-out;
    opacity: 0.9;
    margin-bottom: 10px;
    height: 2rem;
    line-height: 1.5rem;
    font-size: 1.5rem;
}
.grid#sc_our_team .sc_team_member_inner .sc_team_member_name {
    color: #000;
}
.grid#sc_our_team .sc_team_member_inner {
    height: inherit;
    background: inherit;
    word-wrap: initial;
}
.grid#sc_our_team .sc_team_member_inner img {
    max-height: 300px;
}
.grid#sc_our_team .custom_team_member .sc_team_member_contact_details a.mobile-link {
    height: 30px;
    width: 30px;
    margin: 0 14px;
    background-size: contain;
    background-repeat: no-repeat;
}
.grid#sc_our_team .custom_team_member .sc_team_member_contact_details .email-info a.mobile-link {
    background-image: url(includes/img/team-email-icon.png);
}
.grid#sc_our_team .custom_team_member .sc_team_member_contact_details .phone-info a.mobile-link {
    background-image: url(includes/img/team-phone-icon.png);
}
@media (min-width: 321px) {
    .grid#sc_our_team .custom_team_member .sc_team_member_contact_details a.desktop-link {
        display: block;
    }
    .grid#sc_our_team .custom_team_member .sc_team_member_contact_details a.mobile-link {
        display: none;
    }
    .grid#sc_our_team .custom_team_member {
        float: left;
        width: 25%;
    }
    #sc_our_team.sc-col3 .custom_team_member {
        width: 33.3%;
        /*margin: 1%;*/
    }
    #sc_our_team.sc-col4 .custom_team_member {
        width: 25%;
        /*margin: 1%;*/
    }
    #sc_our_team.sc-col2 .custom_team_member {
        width: 50%;
        /*margin: 1%;*/
    }
    #sc_our_team.sc-col5 .custom_team_member {
        width: 20%;
    }
    #sc_our_team.sc-col10 .custom_team_member {
        width: 10%;
    }
    #sc_our_team.sc-col5 .custom_team_member {
        width: 17%;
        margin: 1%;
    }
    #sc_our_team.sc-col10 .custom_team_member {
        width: 10%;
    }
    #sc_our_team .custom_team_member img.wp-post-image {}
}
@media (max-width: 320px) {
    .grid.sc-col2#sc_our_team .custom_team_member:nth-child(2n+2),
    .grid.sc-col3#sc_our_team .custom_team_member:nth-child(2n+2),
    .grid.sc-col4#sc_our_team .custom_team_member:nth-child(2n+2),
    .grid.sc-col5#sc_our_team .custom_team_member:nth-child(2n+2),
    .grid#sc_our_team .custom_team_member:last-child {
        border-right: 0;
    }
    #sc_our_team.grid.sc-col4 .custom_team_member,
    #sc_our_team.grid.sc-col3 .custom_team_member,
    #sc_our_team.grid.sc-col2 .custom_team_member,
    #sc_our_team.grid.sc-col5 .custom_team_member{
        width: 45%;
        margin: 0;
        margin-bottom: 15px;
        float: left;
        padding: 0;
    }
    .grid#sc_our_team .custom_team_member .sc_team_member_name {
        font-size: 1.7rem;
        height: 2rem;
        padding-top: 11px;
        margin-top: 10px;
    }
    .grid#sc_our_team .custom_team_member .sc_team_member_jobtitle {
        font-size: 1rem;
        height: 1rem;
        padding-top: 11px;
        margin-top: 10px;
    }
    .grid#sc_our_team .sc_team_member_inner img {
        max-height: initial;
    }
}
@media (max-width: 767px) {
    .grid#sc_our_team .custom_team_member .sc_team_member_contact_details div {
        float: left;
    }
    .grid#sc_our_team .custom_team_member .sc_team_member_contact_details a.mobile-link {
        height: 25px;
        width: 25px;
        margin: 0 5px;
    }
    .grid#sc_our_team .custom_team_member .sc_team_member_contact_details a.desktop-link {
        display: none;
    }
    .grid#sc_our_team .custom_team_member .sc_team_member_contact_details a.mobile-link {
        display: block;
    }
    .grid#sc_our_team .custom_team_member .sc_team_member_name {
        font-size: 1.3rem;
        height: 5rem;
        padding-top: 0px;
        margin-top: 10px;
        margin-bottom: 5px;
        line-height: 1.6rem;
    }
    .grid#sc_our_team .custom_team_member .sc_team_member_jobtitle {
        font-size: 1rem;
        height: 1.3rem;
        padding-top: 0px;
        margin-bottom: 5px;
        line-height: 1rem;
    }
    .grid#sc_our_team .sc_team_member_inner img {
        max-height: initial;
    }
}

#videoModal {
    background-color: #000;
}

#videoModal .modal-dialog {
    margin-top: 10%;
}

#videoModal .modal-content {
    opacity: 1;
}

#videoModal .modal-body {
    padding: 0;
}

#videoModal .modal-body .close {
    background-color: #fff;
    opacity: .7;
    padding: 5px;
    margin: 0;
    font-size: 3rem;
    position: absolute;
    right: 0;
    top: -35px;
    line-height: 1rem;
    width: 30px;
    height: 30px;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {

}

li.ship-owner-login-mobile {
    display: none;
}

.toggled li.menu-item {
    margin: 5px 0;
    background-color: #0086C3;
}

ul.nav.auxmenu>li.ship-owner-login-item {
    display: block;
}

.toggled ul.nav.auxmenu>li.ship-owner-login-item {
    display: none;
}

.toggled li.ship-owner-login-mobile {
    display: block;
}

footer.small-footer {
    padding: 15px;
}

.footer-linkedin {
    font-size: 1.167rem;
    line-height: 2.917rem !important;
}

.footer-linkedin a {
    font-family: telenorlight, sans-serif;
}

.footer-linkedin:after,
footer .small-footer li:after {
    content: '' !important;
}

.dhvc-form-group .dhvc-form-label span.required {
    display: none;
}

.dhvc-form-submit {
    padding: 0 50px !important;
}

.breadcrumbs-back {
    color: #fff;
}

/* Hey, if you don't need my comments anymore, just delete me! :)  */
@font-face {
    font-family: "telenorlight";
    src: url("includes/fonts/telenorlight-webfont.eot");
    src: url("includes/fonts/telenorlight-webfont.eot?#iefix") format("embedded-opentype"), url("includes/fonts/telenorlight-webfont.woff") format("woff"), url("includes/fonts/telenorlight-webfont.ttf") format("truetype"), url("includes/fonts/telenorlight-webfont.svg#telenorlight") format("svg");
    font-style: normal;
    font-weight: normal
}
@font-face {
    font-family: "telenorregular";
    src: url("includes/fonts/telenor-webfont.eot");
    src: url("includes/fonts/telenor-webfont.eot?#iefix") format("embedded-opentype"), url("includes/fonts/telenor-webfont.woff") format("woff"), url("includes/fonts/telenor-webfont.ttf") format("truetype"), url("includes/fonts/telenor-webfont.svg#telenorregular") format("svg");
    font-style: normal;
    font-weight: normal
}
@font-face {
    font-family: "togetherregular";
    src: url("includes/fonts/together-webfont.eot");
    src: url("includes/fonts/together-webfont.eot?#iefix") format("embedded-opentype"), url("includes/fonts/together-webfont.woff") format("woff"), url("includes/fonts/together-webfont.ttf") format("truetype"), url("includes/fonts/together-webfont.svg#togetherregular") format("svg");
    font-style: normal;
    font-weight: normal
}
#cropnav {
    background: #e6e6e6;
    padding: 3px 0
}
#cropnav .tel-button.grey {
    background: #eff1f1;
    border: 1px solid #999;
    border-left-color: #fff;
    border-top-color: #fff
}
#error {
    font-weight: bold;
    display: none
}
#editorcontainer {
    text-align: center
}
#editor {
    display: none;
    margin: 0 auto
}
#downloadcropped {
    display: none
}
a.disabled {
    color: grey
}
.cropper-face.cropper-move {
    background-image: url("includes/img/loved_by_customers_SYMBOL_BLUE.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    background-color: transparent
}
#steps>div {
    max-width: 570px;
    margin: auto;
    height: 175px
}
@media (min-width: 721px) {
    #steps>div {
        max-width: 830px;
        height: 256px
    }
}
#steps img {
    float: right
}
html,
body {
    font-size: 10px
}
@media (min-width: 1281px) {
    body.search {
        font-size: 15px
    }
}
@media (min-width: 1281px) {
    html {
        font-size: 12px
    }
    body,
    form,
    ul,
    table {
        font-size: 15px
    }
}
body,
button,
input,
select,
textarea {
    color: #21282e;
    font-family: telenorlight, sans-serif;
    line-height: 1.5
}
.dark-blue {
    color: #0091d2
}
.dark-green {
    color: #5d7c0a
}
.violet {
    color: #a61766
}
.dark-lilac {
    color: #5642be
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: telenorlight, sans-serif;
    font-weight: normal
}
.entry-header {
    padding: 0 15px;
}
.entry-header h1.entry-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: telenorregular;
    text-transform: uppercase;
}
@media (min-width: 721px) {
    .entry-header h1.entry-title {
        font-size: 4rem;
    }
}
.error-404 .entry-header {
    padding: 0;
}
.error-404 .entry-header h1.entry-title {
    text-transform: initial;
}
.entry-description {
    text-align: center;
    font-size: 2.5rem;
    color: #004665;
    padding-bottom: 20px;
    padding-right: 20%;
}
@media (min-width: 321px) {
    .entry-description {
        text-align: left;
    }
}
@media (min-width: 721px) {
    .entry-description {
        font-size: 4rem;
    }
}
article>.entry-excerpt {
    padding-top: 1.5em
}
.entry-excerpt {
    color: #004969;
    font-size: 2rem
}
@media (min-width: 481px) {
    .entry-excerpt {
        font-size: 1.5rem
    }
}
@media (min-width: 721px) {
    .entry-excerpt {
        font-size: 2rem
    }
}
.entry-excerpt p {
    margin-bottom: 0
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content td {
    font-family: telenorregular;
    font-size: 1.4rem
}
@media (min-width: 721px) {
    .entry-content p,
    .entry-content ul,
    .entry-content ol,
    .entry-content td {
        font-size: 1.5rem
    }
}
.entry-content h2 {
    font-size: 2.5rem;
    color: #0091d2
}
@media (min-width: 481px) {
    .entry-content h2 {
        font-size: 1.9rem
    }
}
@media (min-width: 721px) {
    .entry-content h2 {
        font-size: 3rem
    }
}
.entry-content h3 {
    font-size: 2.0rem;
    color: #0091d2
}
@media (min-width: 481px) {
    .entry-content h3 {
        font-size: 1.4rem
    }
}
@media (min-width: 721px) {
    .entry-content h3 {
        font-size: 2.5rem
    }
}
.entry-content h4 {
    font-size: 1.5rem;
    color: #0091d2
}
@media (min-width: 481px) {
    .entry-content h4 {
        font-size: 1.2rem
    }
}
@media (min-width: 721px) {
    .entry-content h4 {
        font-size: 2.0rem
    }
}
h1 {
    font-size: 3rem
}
@media (min-width: 721px) {
    h1 {
        font-size: 3.25rem
    }
}
h1.topquotehead {
    font-size: 2.8rem
}
@media (min-width: 481px) {
    h1.topquotehead {
        font-size: 3rem
    }
}
@media (min-width: 721px) {
    h1.topquotehead {
        font-size: 4.5rem
    }
}
h1.history-header,
h2.history-header {
    text-align: center;
    color: #0091d2;
    margin-top: 2em
}
h1.history-header:after,
h2.history-header:after {
    content: "";
    text-align: center;
    display: block;
    border-top: solid 3px #0091d2;
    width: 4em;
    margin: .3em auto 1em
}
.topquotetext {
    font-size: 1.6rem
}
@media (min-width: 481px) {
    .topquotetext {
        font-size: 1.2rem
    }
}
@media (min-width: 721px) {
    .topquotetext {
        font-size: 2rem
    }
}
.tool-bar h1 {
    color: #0091d2;
    margin-right: 0.8em;
    display: inline;
    font-size: 2.5rem
}
@media (min-width: 721px) {
    .tool-bar h1 {
        font-size: 4rem
    }
}
@media (min-width: 1281px) {
    .tool-bar h1 {
        font-size: 4.25rem
    }
}
.boilerplate h1 {
    text-align: center;
    color: #004969;
    margin-bottom: 1.5em;
    font-size: 2.5rem
}
@media (min-width: 481px) {
    .boilerplate h1 {
        font-size: 2.2rem
    }
}
@media (min-width: 721px) {
    .boilerplate h1 {
        font-size: 3.5rem
    }
}
@media (min-width: 1281px) {
    .boilerplate h1 {
        font-size: 4rem
    }
}
h2 {
    font-size: 2rem
}
@media (min-width: 481px) {
    h2 {
        font-size: 3rem
    }
}
.like-telenor h2 {
    margin: auto;
    font-size: 2.5rem;
    color: #0091d2
}
@media (min-width: 481px) {
    .like-telenor h2 {
        font-size: 2rem
    }
}
@media (min-width: 721px) {
    .like-telenor h2 {
        font-size: 3rem
    }
}
@media (min-width: 1281px) {
    .like-telenor h2 {
        font-size: 3.25rem
    }
}
.like-telenor span {
    font-family: telenorregular;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.75;
    color: #004969
}
@media (min-width: 481px) {
    .like-telenor span {
        font-size: 1.1rem
    }
}
@media (min-width: 721px) {
    .like-telenor span {
        font-size: 1.5rem
    }
}
h3 {
    font-size: 1.6rem
}
@media (min-width: 481px) {
    h3 {
        font-size: 1.5rem
    }
}
@media (min-width: 721px) {
    h3 {
        font-size: 2rem
    }
}
@media (min-width: 1281px) {
    h3 {
        font-size: 2.5rem
    }
}
.shareprice-graph-holder h3 {
    clear: both;
    float: none;
    font-size: 2.5rem;
    margin-top: 1rem;
    padding: 0.2em 0
}
@media (min-width: 481px) {
    .shareprice-graph-holder h3 {
        font-size: 3rem
    }
}
h3.front-page-icon-menu-title {
    color: #00ace7;
    padding: 1em 0 0.4em;
    margin: 0 auto;
    min-height: 3.6em
}
.front-page-icon-menu-description {
    font-size: 1.3rem
}
@media (min-width: 481px) {
    .front-page-icon-menu-description {
        font-size: 0.9rem
    }
}
@media (min-width: 721px) {
    .front-page-icon-menu-description {
        font-size: 1.5rem
    }
}
h5 {
    font-family: telenorregular;
    font-size: 1.4rem
}
@media (min-width: 481px) {
    h5 {
        font-size: 1rem
    }
}
@media (min-width: 721px) {
    h5 {
        font-size: 1.4rem
    }
}
@media (min-width: 1281px) {
    h5 {
        font-size: 1.25rem
    }
}
.text-size-tooltip {
    background-color: #0091d2;
    color: white;
    margin-top: 60px;
    padding: 10px;
    width: 37rem;
    font-size: 3rem
}
a.front-page-icon-menu,
a.front-page-icon-menu:hover {
    text-decoration: none
}
span.front-page-icon-menu-description {
    color: #21282e
}
span.discover-more-blue-arrow {
    line-height: 30px;
    height: 30px;
    display: block;
    font-weight: 700;
    color: #222;
    margin: 10px 0;
    padding-left: 40px;
    background-image: url(includes/img/discover-more-blue-arrow.png);
    background-repeat: no-repeat
}
p {
    margin-bottom: 1.5em
}
b,
strong {
    font-weight: bold
}
dfn,
cite,
em,
i {
    font-style: italic
}
blockquote,
q {
    padding: 0 1.5em;
    border-left: 0.5rem solid #00ace7
}
blockquote,
q {
    margin-left: 2em;
    border-left: 3px solid #00ace7;
    font-style: italic;
    padding-left: 1.25em
}
.shareable-quote {
    margin: 2.5em 0 3em 2em
}
.shareable-quote .quote {
    font-size: 2rem;
    line-height: 1.2;
    padding-bottom: 1em
}
.shareable-quote .share-buttons a {
    margin-right: 0.2em;
    padding-left: 1.75em;
    background-size: 1.5em;
    padding-bottom: 0.2em;
    background-repeat: no-repeat
}
@media (min-width: 1025px) {
    .shareable-quote .share-buttons a {
        margin-right: 0.4em
    }
}
.shareable-quote .share-buttons .btn-fb {
    background-image: url(includes/img/ico-facebook.svg)
}
.shareable-quote .share-buttons .btn-tweet {
    background-image: url(includes/img/ico-twitter.svg)
}
.shareable-quote .share-buttons .btn-linkedin {
    background-image: url(includes/img/ico-linkedin.svg)
}
address {
    margin: 0 0 1.5em
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}
code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    bottom: 1ex
}
sub {
    top: .5ex
}
small {
    font-size: 75%
}
big {
    font-size: 125%
}
.isotopeitem h2.isotopelabel {
    font-family: telenorlight, sans-serif;
    font-size: 3rem;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 0.2em 0
}
@media (min-width: 481px) {
    .isotopeitem h2.isotopelabel {
        font-size: 2.1rem
    }
}
@media (min-width: 721px) {
    .isotopeitem h2.isotopelabel {
        font-size: 3rem
    }
}
@media (min-width: 1281px) {
    .isotopeitem h2.isotopelabel {
        font-size: 3rem
    }
}
.isotopeitem h2.event-title {
    font-family: telenorlight, sans-serif;
    font-size: 2.2rem;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 0.2em 0
}
@media (min-width: 481px) {
    .isotopeitem h2.event-title {
        font-size: 2rem
    }
}
@media (min-width: 721px) {
    .isotopeitem h2.event-title {
        font-size: 1.8rem
    }
}
@media (min-width: 1281px) {
    .isotopeitem h2.event-title {
        font-size: 2.5rem
    }
}
.isotopeitem.doublewide.doublehigh h2.isotopelabel,
.isotopeitem.latest-press-release h2.isotopelabel {
    font-family: telenorlight, sans-serif;
    font-size: 3rem;
    margin-bottom: 1em
}
@media (min-width: 481px) {
    .isotopeitem.doublewide.doublehigh h2.isotopelabel,
    .isotopeitem.latest-press-release h2.isotopelabel {
        font-size: 3rem
    }
}
@media (min-width: 1281px) {
    .isotopeitem.doublewide.doublehigh h2.isotopelabel,
    .isotopeitem.latest-press-release h2.isotopelabel {
        font-size: 3rem
    }
}
.isotopeitem.doublewide.doublehigh span+h2.isotopelabel,
.isotopeitem.latest-press-release span+h2.isotopelabel {
    margin: 0.25em 0 0.75em
}
.isotopeitem.HH-banner h2.isotopelabel {
    font-family: telenorlight, sans-serif;
    font-size: 2rem;
    text-align: left
}
@media (min-width: 481px) {
    .isotopeitem.HH-banner h2.isotopelabel {
        font-size: 1.8rem
    }
}
@media (min-width: 721px) {
    .isotopeitem.HH-banner h2.isotopelabel {
        font-size: 3.5rem
    }
}
@media (min-width: 1281px) {
    .isotopeitem.HH-banner h2.isotopelabel {
        font-size: 3rem
    }
}
.isotopeitem.sharepricewidget .sharepricechange {
    width: 100%;
    text-align: center;
    font-size: 2rem
}
@media (min-width: 721px) {
    .isotopeitem.sharepricewidget .sharepricechange {
        font-size: 3rem
    }
}
@media (min-width: 1281px) {
    .isotopeitem.sharepricewidget .sharepricechange {
        font-size: 3.5rem
    }
}
.isotopeitem.sharepricewidget .sharepricecurrent {
    width: 100%;
    text-align: center;
    font-size: 1.2rem
}
@media (min-width: 481px) {
    .isotopeitem.sharepricewidget .sharepricecurrent {
        font-size: 1rem
    }
}
@media (min-width: 721px) {
    .isotopeitem.sharepricewidget .sharepricecurrent {
        font-size: 1.4rem
    }
}
@media (min-width: 1281px) {
    .isotopeitem.sharepricewidget .sharepricecurrent {
        font-size: 1.5rem
    }
}
.isotopeitem.sharepricewidget .shareprice-label {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0;
    font-size: 2rem;
    color: #0091d2;
    line-height: 1;
    text-align: left
}
@media (min-width: 721px) {
    .isotopeitem.sharepricewidget .shareprice-label {
        font-size: 3rem
    }
}
.isotopeitem.sharepricewidget .shareprice-date {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.2rem;
    color: #0091d2
}
@media (max-width: 480px) {
    .isotopeitem.sharepricewidget .shareprice-date {
        display: none
    }
}
@media (min-width: 481px) {
    .isotopeitem.sharepricewidget .shareprice-date {
        font-size: 0.8rem
    }
}
@media (min-width: 721px) {
    .isotopeitem.sharepricewidget .shareprice-date {
        font-size: 1.2rem
    }
}
@media (min-width: 1281px) {
    .isotopeitem.sharepricewidget .shareprice-date {
        font-size: 1.25rem
    }
}
.isotopeitem.sharepricewidget h2.event-title {
    color: #00ace7
}
.isotopeitem.sharepricewidget .next-event-where {
    text-transform: uppercase
}
.isotopeitem .article-date {
    font-size: 1.4rem;
    font-style: italic;
    margin-bottom: 10px;
    color: #004969
}
@media (min-width: 481px) {
    .isotopeitem .article-date {
        font-size: 0.9rem
    }
}
@media (min-width: 721px) {
    .isotopeitem .article-date {
        font-size: 1.4rem
    }
}
@media (min-width: 1281px) {
    .isotopeitem .article-date {
        font-size: 1.5rem
    }
}
.isotopeitem .isobody,
.isotopeitem ul.really_simple_twitter_widget li {
    font-family: telenorregular;
    font-size: 1.5rem;
    margin-top: 1rem
}
@media (min-width: 481px) {
    .isotopeitem .isobody,
    .isotopeitem ul.really_simple_twitter_widget li {
        font-size: 1.1rem
    }
}
@media (min-width: 721px) {
    .isotopeitem .isobody,
    .isotopeitem ul.really_simple_twitter_widget li {
        font-size: 1.6rem
    }
}
@media (min-width: 1281px) {
    .isotopeitem .isobody,
    .isotopeitem ul.really_simple_twitter_widget li {
        font-size: 1.5rem
    }
}
.isotopeitem.lightgrey .isobody {
    font-family: telenorregular;
    font-size: 2rem;
    margin-top: 1rem
}
@media (min-width: 481px) {
    .isotopeitem.lightgrey .isobody {
        font-size: 1.6rem
    }
}
@media (min-width: 721px) {
    .isotopeitem.lightgrey .isobody {
        font-size: 1.6rem
    }
}
@media (min-width: 1281px) {
    .isotopeitem.lightgrey .isobody {
        font-size: 2rem
    }
}
@media (max-width: 480px) {
    .isotopeitem ul.really_simple_twitter_widget li {
        font-size: 80%
    }
}
.isotopeitem.facebook.fb-isotope .fb-isobody.isobody {
    clear: both;
    font-family: helvetica, arial, sans-serif;
    color: #141823;
    font-weight: normal;
    line-height: 1.38;
    font-size: 1.4rem
}
@media (min-width: 481px) {
    .isotopeitem.facebook.fb-isotope .fb-isobody.isobody {
        font-size: 1.1rem
    }
}
@media (min-width: 721px) {
    .isotopeitem.facebook.fb-isotope .fb-isobody.isobody {
        font-size: 1.6rem
    }
}
@media (min-width: 1281px) {
    .isotopeitem.facebook.fb-isotope .fb-isobody.isobody {
        font-size: 1.5rem
    }
}
@media (max-width: 480px) {
    .isotopeitem.facebook.fb-isotope .fb-isobody.isobody {
        font-size: 1.2rem;
        display: block
    }
}
.isotopeitem .isodata.mm_gallery {
    max-height: 40%;
    padding: 5px 15px
}
.isotopeitem .isodata.mm_gallery .isobody {
    display: initial;
    font-size: 1.15rem;
    font-family: sans-serif
}
.isotopeitem .isodata.mm_gallery .isobody a {
    display: block
}
.isotopeitem .isodata.mm_gallery .isobody a span {
    font-size: 1.3rem;
    color: #fff;
    padding-right: 0.5rem
}
.isotopeitem.doublehigh .isodata.mm_gallery {
    height: 35%
}
ul.really_simple_twitter_widget li {
    color: #0091d2;
    font-family: telenorlight, sans-serif
}
.isodata span.author {
    font-family: telenorregular;
    font-size: 1.4rem
}
@media (min-width: 481px) {
    .isodata span.author {
        font-size: 0.75rem
    }
}
@media (min-width: 721px) {
    .isodata span.author {
        font-size: 1.0rem
    }
}
@media (min-width: 1281px) {
    .isodata span.author {
        font-size: 1.1rem
    }
}
.isodata span.author.company {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    display: inline-block;
    margin-bottom: .75rem
}
.soft .isotopeitem h2 {
    font-family: telenorlight, sans-serif;
    margin-bottom: 15px
}
.initiatives-worldwide-globe h2 {
    color: #fff;
    font-size: 2rem
}
@media (min-width: 481px) {
    .initiatives-worldwide-globe h2 {
        font-size: 1.8rem
    }
}
@media (min-width: 721px) {
    .initiatives-worldwide-globe h2 {
        font-size: 3.5rem
    }
}
@media (min-width: 1281px) {
    .initiatives-worldwide-globe h2 {
        font-size: 3rem
    }
}
.isotopeitem .file-size,
.isotopeitem .ext-case {
    color: white
}
.ext-case {
    text-transform: uppercase;
    background: url(includes/img/ico-download-btn.png) no-repeat;
    padding-left: 1.25em;
    background-size: 30%
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}
ul {
    list-style: disc
}
ol {
    list-style: decimal
}
li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}
dt {
    font-weight: bold
}
dd {
    margin: 0 1.5em 1.5em
}
img {
    height: auto;
    max-width: 100%
}
figure {
    margin: 0
}
table {
    margin: 0 0 1.5rem;
    width: 100%
}
.hassidebar .table-responsive table {
    min-width: 619px
}
.table-responsive table {
    min-width: 768px
}
th {
    font-weight: bold
}
table .bulletBlueChevron {
    font-size: 1.2rem;
    background: transparent url(includes/img/download-blue-small-arrow.gif) 0 0 no-repeat
}
.table-fify-width {
    max-width: 48%;
    width: 48%
}
.table-fify-width th {
    padding: 0.3rem 0.9rem 0.3rem 0.7rem;
    border-top: 1px solid #e6e6e6;
    font-family: telenorregular;
    font-size: 1.5rem;
    color: #38454d;
    background-color: #f2f2f2
}
.table-fify-width a {
    display: block
}
.table-cr-key-figures th {
    text-align: right
}
.table-cr-key-figures th:first-child {
    width: 50%
}
.table-financial th,
.table-financial thead td {
    font-weight: bold
}
.table-key-figures td,
.table-key-figures th,
.table-financial th {
    text-align: right
}
.table-key-figures td:first-child,
.table-key-figures th:first-child,
.table-financial th:first-child {
    text-align: left
}
.table-financial.shareholders td:nth-child(2),
.table-financial.shareholders th:nth-child(2) {
    text-align: left
}
.table,
.table-cr-key-figures td,
.table-financial td,
.table-financial .bulletBlueChevron,
.table-cr-key-figures .bulletBlueChevron {
    font-family: sans-serif;
    font-size: 1.2rem;
    font-weight: normal
}
.table-financial .bulletBlueChevron,
.table-cr-key-figures .bulletBlueChevron {
    background-image: url(includes/img/arrow_blue.gif);
    padding: 0 13px
}
.table-cr-key-figures td,
.table-financial td {
    text-align: right
}
.table-cr-key-figures td:first-child,
.table-financial td:first-child {
    text-align: left
}
.table-rightalign-last th:last-child,
.table-rightalign-last td:last-child {
    text-align: right
}
.table-quarterly-reports thead tr th {
    font-size: 3rem!important;
    color: #004969
}
.table-quarterly-reports tbody tr td a {
    color: #00ace7;
    background-image: none;
    padding: 0
}
.table-quarterly-reports tbody tr td a .ext-case {
    background: url(includes/img/ico-download-btn-darkblue.png) no-repeat;
    background-position: 0 50%
}
.isotopeitem,
.gridsizer {
    width: 48%
}
@media (min-width: 481px) {
    .isotopeitem,
    .gridsizer {
        width: 23%
    }
}
.guttersizer {
    width: 2%
}
.isotopeitem {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 48%;
    margin-bottom: 2%
}
@media (min-width: 481px) {
    .isotopeitem {
        padding-bottom: 23%
    }
}
.isotopeitem.doublehigh {
    padding-bottom: 98%
}
@media (min-width: 481px) {
    .isotopeitem.doublehigh {
        padding-bottom: 48%
    }
}
.isotopeitem.mediumhigh {
    padding-bottom: 73.5%
}
@media (min-width: 481px) {
    .isotopeitem.mediumhigh {
        padding-bottom: 36%
    }
}
.isotopeitem.halfhigh {
    padding-bottom: 48%
}
@media (min-width: 481px) {
    .isotopeitem.halfhigh {
        padding-bottom: 23%
    }
}
@media (min-width: 1025px) {
    .isotopeitem.halfhigh {
        padding-bottom: 10.5%
    }
}
.isotopeitem.halfhigh h2 {
    font-size: 1.5rem;
    margin: 0 0 1em 0
}
.isotopeitem.download .isodata ul a {
    display: block
}
.isotopeitem.download .isodata li+li {
    margin-top: 1em
}
.isotopeitem.download .isobody {
    display: block
}
@media (max-width: 480px) {
    .isotopeitem.doublewide,
    .isotopeitem.triplewide,
    .isotopeitem.quattrowide {
        padding-bottom: 0
    }
    .isotopeitem.doublewide.sharepricewidget,
    .isotopeitem.doublewide.video,
    .isotopeitem.doublewide.nopadding,
    .isotopeitem.doublewide.latest-press-release,
    .isotopeitem.triplewide.sharepricewidget,
    .isotopeitem.triplewide.video,
    .isotopeitem.triplewide.nopadding,
    .isotopeitem.triplewide.latest-press-release,
    .isotopeitem.quattrowide.sharepricewidget,
    .isotopeitem.quattrowide.video,
    .isotopeitem.quattrowide.nopadding,
    .isotopeitem.quattrowide.latest-press-release {
        padding-bottom: 98%
    }
    .isotopeitem.doublewide.sharepricewidget .isotopeinner,
    .isotopeitem.doublewide.video .isotopeinner,
    .isotopeitem.doublewide.nopadding .isotopeinner,
    .isotopeitem.doublewide.latest-press-release .isotopeinner,
    .isotopeitem.triplewide.sharepricewidget .isotopeinner,
    .isotopeitem.triplewide.video .isotopeinner,
    .isotopeitem.triplewide.nopadding .isotopeinner,
    .isotopeitem.triplewide.latest-press-release .isotopeinner,
    .isotopeitem.quattrowide.sharepricewidget .isotopeinner,
    .isotopeitem.quattrowide.video .isotopeinner,
    .isotopeitem.quattrowide.nopadding .isotopeinner,
    .isotopeitem.quattrowide.latest-press-release .isotopeinner {
        padding-top: 0;
        position: absolute
    }
    .isotopeitem.doublewide.sharepricewidget .isodata,
    .isotopeitem.doublewide.video .isodata,
    .isotopeitem.doublewide.nopadding .isodata,
    .isotopeitem.doublewide.latest-press-release .isodata,
    .isotopeitem.triplewide.sharepricewidget .isodata,
    .isotopeitem.triplewide.video .isodata,
    .isotopeitem.triplewide.nopadding .isodata,
    .isotopeitem.triplewide.latest-press-release .isodata,
    .isotopeitem.quattrowide.sharepricewidget .isodata,
    .isotopeitem.quattrowide.video .isodata,
    .isotopeitem.quattrowide.nopadding .isodata,
    .isotopeitem.quattrowide.latest-press-release .isodata {
        position: absolute
    }
    .isotopeitem.doublewide.noimage .isotopeinner,
    .isotopeitem.triplewide.noimage .isotopeinner,
    .isotopeitem.quattrowide.noimage .isotopeinner {
        padding-top: 0
    }
    .isotopeitem.doublewide .isotopeinner,
    .isotopeitem.triplewide .isotopeinner,
    .isotopeitem.quattrowide .isotopeinner {
        padding-top: 50%;
        position: relative
    }
    .isotopeitem.doublewide .isotopeinner .isodata,
    .isotopeitem.triplewide .isotopeinner .isodata,
    .isotopeitem.quattrowide .isotopeinner .isodata {
        position: relative
    }
}
.isotopeitem.doublewide {
    width: 98%
}
@media (min-width: 481px) {
    .isotopeitem.doublewide {
        width: 48%
    }
}
.isotopeitem.triplewide {
    width: 98%
}
@media (min-width: 481px) {
    .isotopeitem.triplewide {
        width: 73.2%
    }
}
.isotopeitem.quattrowide {
    width: 98%
}
@media (min-width: 481px) {
    .threesome .gridsizer,
    .threesome .isotopeitem {
        width: 31%
    }
}
.hero-list .isotopecontainer {
    max-width: 1600px;
    margin: 2rem auto
}
.isotopecontainer .isotopelist {
    padding: 0;
    margin: 0
}
.isotopeinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%
}
.isotopeinner img {
    width: 100%;
    height: 100%
}
.guttersizer,
.gridsizer {
    padding: 0;
    margin: 0
}
.isodata {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 51%;
    background-color: #0091d2;
    overflow: hidden;
    padding: 1.5em 1.2em
}
.isotopeitem.doublewide .isodata,
.isotopeitem.doubleheight .isodata {
    height: 71%;
}
@media (min-width: 481px) {
    .isodata {
        padding: 1.333em 1em
    }
}
@media (min-width: 1025px) {
    .isodata {
        padding: 1.5em 1.2em
    }
}
.isodata .isotopelabel {
    color: #fff
}
.isodata .isobody {
    display: none
}
.isodata.circle {
    border-radius: 50%;
    background-color: #e6e6e6;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat
}
@media (max-width: 480px) {
    .isodata:not(.doublewide) {
        height: 60%;
        max-height: 100%
    }
    .isotopeitem h2.isotopelabel {
        font-size: 2rem;
    }
}
.isotopeitem.video .isodata,
.isotopeitem.nopadding .isodata {
    padding: 0
}
.asia .isodata.circle {
    background-image: url(includes/img/asia.png)
}
.cee .isodata.circle {
    background-image: url(includes/img/cee.png)
}
.nordics .isodata.circle {
    background-image: url(includes/img/nordics.png)
}
.isodata .author {
    color: white;
    font-size: 1.25rem
}
.isotopeitem.raw .isodata {
    background-color: white
}
.isotopeitem.raw .isodata h3 {
    font-size: 2rem
}
.isotopeitem.raw .isodata a {
    color: #0091d2
}
.isotopeitem.raw.doublewide .isodata {
    font-size: 2rem
}
.isotopeitem.raw.filled .isodata {
    padding: 0
}
.isotopecontainer {
    overflow: hidden;
    width: 102%
}
.isotopeitem.contact {
    width: 98%
}
@media (min-width: 481px) {
    .isotopeitem.contact {
        width: 48%
    }
}
.isotopeitem.contact .isotopeinner {
    background-position: top left;
    background-size: contain
}
.isotopeitem.contact .isodata {
    padding: 1rem;
    position: relative;
    right: 0;
    height: 100%
}
@media (min-width: 481px) {
    .isotopeitem.contact .isodata {
        font-size: 1.5rem
    }
}
@media (min-width: 721px) {
    .isotopeitem.contact .isodata {
        width: 52%;
        left: 48%
    }
}
.isotopeitem.contact .isodata h2.isotopelabel {
    font-size: 2.5rem
}
.isotopeitem.contact .isobody {
    display: inherit!important
}
.isotopeitem.contact .isobody ul {
    font-size: 1rem;
    color: white;
    padding-left: 0;
    list-style: none
}
@media (min-width: 481px) {
    .isotopeitem.contact .isobody ul {
        font-size: 1rem
    }
}
@media (min-width: 721px) {
    .isotopeitem.contact .isobody ul {
        font-size: 1.2rem
    }
}
.isotopeitem.contact.doublehigh .isodata {
    height: 100%;
    max-height: 100%
}
@media (min-width: 481px) {
    .isotopeitem.doublewide .isodata {
        width: 52%
    }
}
.isotopeitem.triplewide .isodata {
    background-color: #eff1f1
}
@media (min-width: 481px) {
    .isotopeitem.triplewide .isodata {
        width: 102%
    }
}
.isotopeitem.quattrowide .isodata {
    background-color: #0091d2;
    opacity: 0.9;
    filter: alpha(opacity=90)
}
.isotopeitem.quattrowide .isodata h2.isotopelabel {
    font-size: 4rem
}
@media (min-width: 481px) {
    .isotopeitem.quattrowide .isodata {
        width: 52%
    }
}
.isotopeitem.doublewide .isodata {
    opacity: 0.95;
    filter: alpha(opacity=95)
}
.isotopeitem.doublewide.doublehigh .isodata {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%
}
.isotopeitem.doublewide.doublehigh .isodata .isobody {
    display: block
}
.isotopeitem.doublewide.doublehigh.notext .isodata {
    width: 48%
}
@media (max-width: 991px) and (min-width: 768px) {
    .isotopeitem.doublewide.doublehigh.notext .isodata {
        width: 51.333%
    }
}
.isotopeitem.doublewide.doublehigh.notext .isodata .isobody {
    display: none
}
.isotopeitem.doublehigh .isodata {
    height: 50%;
    max-height: 50%
}
.isotopeitem.doublehigh .isodata .isobody {
    display: block
}
.isotopeitem.doublehigh.notext .isodata {
    max-height: 50%;
    height: auto
}
.isotopeitem.doublehigh.notext .isodata .isobody {
    display: none
}
@media (max-width: 480px) {
    .isotopeitem.doublewide .isodata {
        height: 250px;
        padding: 1em 0.7em;
    }
    .isotopeitem.doublewide:not(.doublehigh) .isodata {
        top: -8px;
        height: 150px;
    }
    .isotopeitem.noimage.doublewide:not(.doublehigh) .isodata {
        top: -8px;
        height: 200px;
    }
    .isodata .isobody {
        display: block;
    }
}
.isotopeitem.noimage .isodata {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%
}
@media (min-width: 481px) {
    .isotopeitem.noimage .isodata .isobody {
        display: block
    }
}
.isotopeitem.doublewide.doublehigh.noimage .isodata {
    width: 100%;
    height: 100%;
    max-height: 100%
}
.isotopeitem.doublewide.doublehigh.noimage .isodata .isobody {
    display: block
}
.isotopeitem.doublehigh.noimage .isodata {
    width: 100%;
    height: 100%;
    max-height: 100%
}
.isotopeitem.doublehigh.noimage .isodata .isobody {
    display: block
}
.isobody p {
    margin: 3px 0 0 0
}
.isotopelist a {
    color: #fff
}
.isotopelist a:visited {
    color: #fff
}
.isotopelist a:hover,
.isotopelist a:focus,
.isotopelist a:active {
    color: #fff
}
.isotopelist.blank .isotopeitem .isodata {
    padding: .5rem;
    padding-top: 2.0rem;
    width: 100%;
    background-color: white
}
.isotopelist.blank .isotopeitem .isotopelabel {
    color: #0091d2
}
.isotopeitem.blank .isodata {
    padding-top: 2.0rem;
    width: 100%;
    background-color: white;
    color: #0091d2
}
.isotopeitem.blank .isotopelabel {
    color: #0091d2
}
.isotopelist.soft .isotopeitem .isodata,
section.initiatives-worldwide .isotopelist .isotopeitem .isodata {
    padding-top: 2em;
    text-align: center
}
.isotopelist.articles .isotopeitem.noimage .isodata {
    background-color: white;
    color: #0091d2
}
.isotopelist.articles .isotopeitem.noimage .isodata .isotopelabel {
    color: #0091d2
}
.isotopelist.articles .isotopeitem.doublewide.noimage .isodata {
    background-color: #004969;
    color: white
}
.isotopelist.articles .isotopeitem.doublewide.noimage .isodata .isotopelabel {
    color: white
}
.isotopelist.mm-gallery .isotopeitem .isodata {
    height: 35%;
    padding: .5rem;
    text-align: center
}
.isotopelist.mm-gallery .isotopeitem .isodata .isobody {
    display: block
}
.isotopelist.mm-gallery .isotopeitem.doublewide.doublehigh .isodata {
    background-color: #004969;
    height: 50%
}
.isotopelist.tag_related {
    padding: 2rem
}
.isotopelist.tag_related .isodata {
    background-color: white;
    color: #666
}
.isotopelist.tag_related .isodata .isotopelabel {
    color: #0091d2
}
.isotopeitem.navyblue .isodata {
    background-color: #004969
}
.isotopeitem.darkblue .isodata {
    background-color: #0091d2
}
.isotopeitem.lightblue .isodata {
    background-color: #0091d2
}
.isotopeitem.lightgrey .isodata {
    background-color: #eff1f1;
    color: #004665
}
.isotopeitem.lightgrey .isodata .author {
    color: #0091d2
}
.isotopeitem.lightgrey .isodata a {
    color: #00ace7
}
.isotopeitem.lightgrey .isodata .isotopelabel {
    color: #004665
}
.isotopeitem.lightgrey .isodata .isobody {
    color: #004665
}
.isotopeitem.HH-banner .isodata {
    background-color: transparent;
    height: auto
}
.isotopeitem.sharepricewidget a {
    color: #00ace7
}
.isotopeitem.sharepricewidget .isodata {
    text-align: center;
    background: white;
    width: 100%;
    height: 100%
}
@media (min-width: 481px) {
    .isotopeitem.sharepricewidget .isodata {
        background: #eff1f1
    }
}
.isotopeitem.sharepricewidget .isodata .shareprice-container {
    height: 68%
}
.isotopeitem.sharepricewidget .isodata .label-container {
    position: relative;
    width: 100%;
    height: 30%
}
.isotopeitem.sharepricewidget .isodata .shareprice-display {
    position: relative;
    height: 100%;
    width: 28%;
    padding: 1em 0;
    background-color: #0091d2;
    color: white;
    margin: 0 auto
}
.isotopeitem.sharepricewidget .isodata .shareprice-graph-holder {
    height: 100%;
    width: 67%
}
.isotopeitem.facebook .isodata {
    padding: 0;
    background: transparent
}
.isotopeitem.facebook .isodata h2.isotopelabel {
    text-align: left;
    background: url("includes/img/ico-facebook.svg") center left no-repeat;
    padding: 0.8em 0 0.8em 2em;
    color: #3b5998;
    background-size: 25px 25px
}
@media (min-width: 481px) {
    .isotopeitem.facebook .isodata h2.isotopelabel {
        background-size: 22px 22px;
        padding: 0.8em 0 0.8em 2.5em
    }
}
@media (min-width: 721px) {
    .isotopeitem.facebook .isodata h2.isotopelabel {
        background-size: 30px 30px;
        padding: 0.8em 0 0.8em 2em;
        font-size: 1.8rem
    }
}
@media (min-width: 1025px) {
    .isotopeitem.facebook .isodata h2.isotopelabel {
        background-size: 40px 40px;
        padding: 0.8em 0 0.8em 2.7em
    }
}
@media (min-width: 1281px) {
    .isotopeitem.facebook .isodata h2.isotopelabel {
        background-size: 44px 44px;
        padding: 0.8em 0 0.8em 2.2em
    }
}
.isotopeitem.facebook .isodata h2.isotopelabel a {
    color: #3b5998
}
.isotopeitem.facebook .isodata .isobody {
    margin-top: 0
}
.isotopeitem.includes-embed .isodata {
    padding: 0
}
.isotopeitem.includes-embed iframe {
    height: 100%
}
.isotopeitem.lasttweet .isodata {
    padding: 0;
    background: transparent;
    color: #0091d2
}
.isotopeitem.lasttweet .isodata h2 {
    text-align: left;
    background: url("includes/img/ico-twitter.svg") center left no-repeat;
    padding: 0.8em 0 0.8em 2em;
    color: #0091d2;
    background-size: 25px 25px
}
@media (min-width: 481px) {
    .isotopeitem.lasttweet .isodata h2 {
        background-size: 22px 22px;
        padding: 0.8em 0 0.8em 2.5em
    }
}
@media (min-width: 721px) {
    .isotopeitem.lasttweet .isodata h2 {
        background-size: 30px 30px;
        padding: 0.8em 0 0.8em 2em;
        font-size: 1.8rem
    }
}
@media (min-width: 1025px) {
    .isotopeitem.lasttweet .isodata h2 {
        background-size: 40px 40px;
        padding: 0.8em 0 0.8em 2.7em
    }
}
@media (min-width: 1281px) {
    .isotopeitem.lasttweet .isodata h2 {
        background-size: 44px 44px;
        padding: 0.8em 0 0.8em 2.2em
    }
}
.isotopeitem.lasttweet .isodata h2 a {
    color: #0091d2
}
.isotopeitem.lasttweet .isodata .isobody {
    text-align: left;
    margin-top: 0;
    display: block
}
.isotopeitem.lasttweet .isodata .isobody a {
    color: #00ace7;
    border-bottom: 1px dotted #0091d2
}
.isotopeitem.lasttweet .isodata .isobody a:hover {
    text-decoration: none;
    background: #eff1f1
}
.isotopeitem.lasttweet .isodata .twitter-timestamp {
    display: block;
    margin-top: 1em;
    font-size: 80%;
    color: #004969
}
.isotopeitem.lasttweet .isodata .really_simple_twitter_widget {
    margin: 0;
    padding: 0
}
.isotopeitem.lasttweet .isodata .really_simple_twitter_widget li {
    margin: 0;
    clear: both;
    list-style: none;
    padding: 0
}
.rstw_comma {
    display: none
}
.isotopeitem.bgimage .isotopeinner img {
    width: 100%;
    height: 100%
}
.isotopeitem.doublewide.doublehigh h2.isotopelabel {
    margin-bottom: .2rem
}
.isotopeitem.HH-banner h2.isotopelabel {
    color: #fff
}
.isotopelist .fb-isobody>a {
    color: #00ace7
}
.fb-avatar {
    margin-right: 0.8em;
    float: left
}
.fb-header {
    display: table-cell;
    font-family: helvetica, arial, sans-serif;
    vertical-align: top;
    color: #141823
}
.fb-header h5 {
    margin: 0.3em 0
}
.fb-header h5 a,
.fb-header h5 a:visited,
.fb-header h5 a:hover,
.fb-header h5 a:active {
    color: #3b5998
}
.fb-date abbr {
    cursor: pointer;
    color: #9197a3;
    font-size: 1rem;
    border-bottom: 0 none
}
.fb-isolikes {
    font-size: 1.2rem;
    padding-bottom: 7px;
    padding-top: 9px
}
.fb-isolikes a,
.fb-isolikes a:hover,
.fb-isolikes a:active,
.fb-isolikes a:visited {
    color: #3b5998
}
.isotopeitem.doublehigh img.fb-watermark {
    position: absolute;
    bottom: 54%;
    right: 1.5rem;
    height: 1.933rem;
    width: 1.933rem
}
.isotopeitem img.fb-watermark {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    height: 1.933rem;
    width: 1.933rem
}
.isotopeitem a[href$=".pdf"],
.isotopeitem a[href$=".ppt"],
.isotopeitem a[href$=".pptx"],
.isotopeitem a[href$=".xls"],
.isotopeitem a[href$=".xlsx"],
.isotopeitem a[href$=".doc"],
.isotopeitem a[href$=".docx"] {
    padding: 0;
    text-decoration: none;
    background-image: none
}
.sidebar .ethics-hotline {
    padding: 0.5em 0.5em 70% 1.5em;
    margin-top: 1em
}
@media (max-width: 721px) {
    .sidebar .ethics-hotline {
        max-width: 50%;
        padding: 0.5em 0.5em 35% 1.5em
    }
    .sidebar .ethics-hotline h2 {
        font-size: 2.4rem
    }
}
.ethics-hotline .isotopeitem .isodata,
.sidebar .ethics-hotline {
    background: transparent url(includes/img/ethics-hotline-isotope.jpg) no-repeat;
    background-size: cover
}
.ethics-hotline .isotopeitem .isodata h2 {
    margin-top: 0px;
    font-size: 1.7rem
}
@media (min-width: 750px) {
    .ethics-hotline .isotopeitem .isodata h2 {
        font-size: 2.4rem
    }
}
.ethics-hotline .isotopeitem .isodata h2 a,
.sidebar a .ethics-hotline h2 {
    color: white
}
.sidebar a:hover,
.sidebar a:focus,
.sidebar a:active {
    text-decoration: none
}
.ethics-hotline .isotopeitem .isodata h2 a:hover {
    text-decoration: none
}
section {
    padding: 2em 0
}
section .tool-bar {
    padding: 0 0 2rem 0
}
section .tool-bar h1+.tel-button {
    vertical-align: text-bottom
}
section.initiatives-worldwide-globe {
    padding: 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(includes/img/global.svg);
    margin-bottom: 2.5rem
}
section.initiatives-worldwide-globe .text-box {
    background-color: #004969;
    width: 33%;
    height: 100%;
    color: #fff;
    padding: 20px
}
@media (max-width: 480px) {
    section.initiatives-worldwide-globe .text-box {
        width: 100%
    }
}
@media (min-width: 481px) {
    section.initiatives-worldwide-globe .text-box {
        width: 50%
    }
}
@media (min-width: 721px) {
    section.initiatives-worldwide-globe .text-box {
        width: 33%
    }
}
section.initiatives-worldwide-globe .text-box>p {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem
}
@media (max-width: 480px) {
    section.short-cut-menu {
        padding: 0
    }
}
section.latest-news {
    margin-top: 4em
}
section.latest-news .isodata {
    background-color: #004969
}
section.latest-news .latest-press-release .isodata {
    width: 100%;
    max-height: 100%;
    height: 100%;
    background: #fff;
    color: #004969
}
@media (min-width: 481px) {
    section.latest-news .latest-press-release .isodata {
        background: #eff1f1
    }
}
section.latest-news .latest-press-release .isodata .isotopelabel {
    color: #004969
}
section.latest-news .latest-press-release .isodata .isobody {
    display: block
}
section.tag_related {
    background-image: url(includes/img/Mesh_gradient_white.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 2rem
}
section.tag_related>h2 {
    text-align: center;
    padding: 1rem 0;
    font-style: italic;
    font-family: telenorlight, sans-serif;
    color: #fff;
    margin: auto
}
section.our-history .col-year {
    height: 100%;
    background: #0091d2;
    color: #fff
}
section.our-history .col-year h2 {
    color: #fff
}
@media (max-width: 480px) {
    section.our-history h3 {
        text-align: center
    }
}
section.like-telenor {
    text-align: center;
    margin: 6em 0 3em;
    border-top: 1px solid #ddd
}
@media (min-width: 481px) {
    section.like-telenor {
        margin: 2em 0 3em
    }
}
section.like-telenor ul {
    padding: 2.5em 0 0;
    margin: 0
}
@media (min-width: 481px) {
    section.like-telenor ul {
        padding: 4.5em 0 0
    }
}
section.like-telenor ul li {
    display: inline;
    padding: 0 2.0rem
}
section.like-telenor ul li img {
    width: 40px;
    height: 40px
}
@media (min-width: 481px) {
    section.like-telenor ul li img {
        width: 32px;
        height: 32px
    }
}
@media (min-width: 721px) {
    section.like-telenor ul li img {
        width: 50px;
        height: 50px
    }
}
@media (min-width: 1281px) {
    section.like-telenor ul li img {
        width: 63px;
        height: 63px
    }
}
section.stories.blue {
    background-color: #00ace7;
    color: #fff;
    padding: 0 2em 2em 2em
}
section.stories.blue .tool-bar {
    padding-top: 1.6em
}
section.stories.blue .tool-bar h1 {
    color: #fff
}
section.stories.blue .isodata {
    background-color: #fff
}
section.stories.blue .isodata .isotopelabel {
    color: #00ace7
}
section.boilerplate {
    text-align: center
}
section.boilerplate h3.front-page-icon-menu-title {
    color: #0091d2;
    padding: 0.8em 0 0;
    margin: 0 auto
}
@media (min-width: 1281px) {
    section.boilerplate h3.front-page-icon-menu-title {
        padding: 1.2em 0 0.2em
    }
}
section.boilerplate h5 {
    margin-top: 0.5em;
    color: #0091d2
}
@media (max-width: 480px) {
    section.boilerplate .icon-menu-item {
        margin-top: 0
    }
    section.boilerplate .icon-menu-item:nth-child(odd) {
        border-right: 1px solid #eff1f1
    }
    section.boilerplate .icon-menu-item:nth-child(n+3) {
        padding-top: 3em
    }
    section.boilerplate img {
        width: 72px;
        height: 72px
    }
    section.boilerplate h3.front-page-icon-menu-title {
        font-size: 2.5rem
    }
}
@media (min-width: 481px) {
    section.boilerplate .icon-menu-item {
        border-right: 1px solid #eff1f1
    }
    section.boilerplate .icon-menu-item:last-child {
        border-right: none
    }
    section.boilerplate img {
        width: 45px;
        height: 45px
    }
    section.boilerplate h3.front-page-icon-menu-title {
        font-size: 2rem
    }
}
@media (min-width: 721px) {
    section.boilerplate .icon-menu-item {
        border-right: 1px solid #eff1f1
    }
    section.boilerplate .icon-menu-item:last-child {
        border-right: none
    }
    section.boilerplate img {
        width: 72px;
        height: 72px
    }
    section.boilerplate h3.front-page-icon-menu-title {
        font-size: 3rem
    }
}
@media (min-width: 1281px) {
    section.boilerplate .icon-menu-item {
        border-right: 2px solid #eff1f1
    }
    section.boilerplate .icon-menu-item:last-child {
        border-right: none
    }
    section.boilerplate img {
        width: 90px;
        height: 90px
    }
    section.boilerplate h3.front-page-icon-menu-title {
        font-size: 3.25rem
    }
}
@media (max-width: 480px) {
    .boilerplate {
        background: #fff;
        margin: -10px -15px 0;
        padding: 2em
    }
    section.like-telenor {
        background: #fff;
        margin: 0 -15px;
        padding-bottom: 5em
    }
}
a.tel-button {
    display: inline-block;
    padding: 0 1.2rem
}
.tel-button {
    border-radius: 2px;
    height: 3.333rem;
    line-height: 3.333rem;
    font-size: 1.2rem
}
.tel-button+.tel-button {
    margin-right: 2em;
    margin-top: 1.2em
}
.tel-button:first-child {
    margin-right: 2em
}
.tel-button.download,
.tel-button.play {
    background-repeat: no-repeat;
    background-position: .5em 50%;
    background-size: 1em;
    padding: 0 1.2rem 0 2.5rem
}
.tel-button.download {
    background-image: url(includes/img/ico-download-btn.png)
}
.tel-button.unselect {
    padding-top: 0
}
.tel-button.unselect span {
    padding-left: 1em
}
.tel-button.blue {
    background-color: #0091d2;
    color: #fff;
    border-color: #0091d2
}
.tel-button.navyblue {
    background-color: #004969;
    color: #fff;
    border-color: #004969
}
.tel-button.white {
    background-color: #fff;
    color: #004969;
    border-color: #fff
}
.tel-button.grey {
    background-color: #e6e6e6;
    color: #004969;
    border-color: #e6e6e6
}
.tel-button.search {
    position: absolute;
    right: 2.0rem;
    top: 1.0rem;
    font-size: 2.0rem;
    line-height: 2.0rem;
    height: 4.5rem
}
.tel-button.search:focus,
.tel-button.search:active {
    outline-width: 0
}
.tel-button.read-more {
    padding-left: 3rem;
    padding-right: 3rem;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}
.tel-button.read-more:hover {
    padding-left: 3rem;
    padding-right: 3rem
}
.tel-button.collapsed {
    padding: 0 1.2rem
}
.tel-button.big-action {
    height: 3em;
    font-size: 1.6rem;
    font-family: telenorregular
}
input.wpProQuiz_button[type="button"],
input.wpProQuiz_button[type="button"]:hover {
    border: 0 !important;
    border-radius: 2px !important;
    box-shadow: 0 0 0 #333 !important;
    color: #fff !important;
    font-family: telenorregular;
    font-weight: normal !important;
    margin: 0!important;
    padding: 0 1.5em !important;
    text-shadow: none !important;
    height: 3.333rem;
    line-height: 3.333rem;
    font-size: 1.2rem;
    background-color: #0091d2 !important;
    color: #fff;
    box-shadow: 0 !important
}
.wpProQuiz_button2,
.wpProQuiz_button2:hover {
    border: 0 !important;
    border-radius: 2px !important;
    box-shadow: 0 0 0 #333 !important;
    color: #fff !important;
    font-family: telenorregular;
    font-weight: normal !important;
    margin: 1.2em 0 0 !important;
    padding: 0 1.5em !important;
    text-shadow: none !important;
    height: 3.333rem;
    line-height: 3.333rem;
    font-size: 1.2rem;
    background-color: #729B04 !important;
    color: #fff;
    box-shadow: 0 !important
}
.wpProQuiz_header {
    font-family: telenorlight;
    font-weight: normal !important;
    margin: 1em 0 0 !important;
    color: #0091d2 !important;
    font-size: 1.6rem
}
@media (min-width: 481px) {
    .wpProQuiz_header {
        font-size: 1.1rem
    }
}
@media (min-width: 721px) {
    .wpProQuiz_header {
        font-size: 1.8rem
    }
}
@media (min-width: 1281px) {
    .wpProQuiz_header {
        font-size: 2rem
    }
}
.wpProQuiz_questionList {
    background: rgba(235, 233, 230, 0.9) url("includes/img/quiz-bubbleback.png") top right repeat-y !important;
    border: 0 !important;
    margin-bottom: 1em !important;
    padding: 1.5em 1.2em !important
}
@media (min-width: 481px) {
    .wpProQuiz_questionList {
        padding: 1.333em 1em !important
    }
}
.wpProQuiz_answerIncorrect {
    background: #ff5f00 !important
}
.wpProQuiz_answerCorrect {
    background: #38b2b2 !important;
    color: #fff !important
}
.wpProQuiz_answerCorrect label {
    font-weight: normal !important
}
.wpProQuiz_response {
    background: transparent !important;
    border: 0 !important;
    box-shadow: 0 0 0 #aaa !important;
    margin-bottom: 15px !important;
    padding: 0 !important
}
.wpProQuiz_points {
    font-weight: normal !important
}
.wpProQuiz_addToplist {
    background-color: #f5faea !important;
    border: 1px solid #c3d1a3 !important;
    margin-top: 10px !important;
    padding: 1.5em 1.2em !important
}
.fact-box {
    box-sizing: border-box;
    width: 50%;
    padding: 1.2em;
    background: rgba(235, 233, 230, 0.9);
    font-size: 1.2rem
}
@media (min-width: 481px) {
    .fact-box {
        font-size: 1rem
    }
}
@media (min-width: 721px) {
    .fact-box {
        font-size: 1.4rem
    }
}
@media (min-width: 1281px) {
    .fact-box {
        font-size: 1.2rem
    }
}
.fact-box.right {
    float: right;
    margin-left: 1.5em
}
.fact-box.left {
    float: left;
    margin-right: 1.5em
}
.fact-box.full {
    width: 100%;
    margin: 1.5em 0
}
.fact-box h3 {
    font-family: telenorregular;
    color: #0091d2;
    font-size: 1.5rem;
    margin-bottom: .5rem
}
@media (min-width: 481px) {
    .fact-box h3 {
        font-size: 1.1rem
    }
}
@media (min-width: 721px) {
    .fact-box h3 {
        font-size: 1.6rem
    }
}
@media (min-width: 1281px) {
    .fact-box h3 {
        font-size: 1.5rem
    }
}
.fact-box p {
    font-family: telenorlight;
    font-size: 1.2rem
}
@media (min-width: 481px) {
    .fact-box p {
        font-size: 1rem
    }
}
@media (min-width: 721px) {
    .fact-box p {
        font-size: 1.4rem
    }
}
@media (min-width: 1281px) {
    .fact-box p {
        font-size: 1.2rem
    }
}
.btn.timelinemorehistory {
    margin: 0 auto;
    border-radius: 0
}
.timeline-loader {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0;
    width: 7em;
    margin: 0 auto;
    line-height: 2;
    background: rgba(235, 233, 230, 0.9);
    color: #21282e;
    text-align: center;
    margin-bottom: 25px;
    font-size: 1.5rem
}
@media (min-width: 481px) {
    .timeline-loader {
        font-size: 1.1rem
    }
}
@media (min-width: 721px) {
    .timeline-loader {
        font-size: 1.6rem
    }
}
@media (min-width: 1281px) {
    .timeline-loader {
        font-size: 1.5rem
    }
}
.timeline-loader:before {
    content: '+ '
}
.timelinemorehistory,
.year {
    clear: both;
    position: relative;
    width: 7em;
    margin: 0 auto;
    line-height: 3;
    background-color: #0091d2;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    font-size: 1.8rem
}
@media (min-width: 481px) {
    .timelinemorehistory,
    .year {
        font-size: 1.2rem
    }
}
@media (min-width: 721px) {
    .timelinemorehistory,
    .year {
        font-size: 1.8rem
    }
}
@media (min-width: 1281px) {
    .timelinemorehistory,
    .year {
        font-size: 2rem
    }
}
.timelinemorehistory::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #0091d2;
    clear: both
}
.our-history {
    text-align: center
}
.timeline {
    text-align: left;
    background-image: url("includes/img/bg-timeline3.svg");
    background-position: center;
    background-repeat: repeat-y;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    height: auto;
    padding: 0px;
    clear: both;
    overflow: hidden
}
.timeline h2 {
    font-size: 1.6rem;
    color: #21282e
}
@media (min-width: 481px) {
    .timeline h2 {
        font-size: 1.1rem
    }
}
@media (min-width: 721px) {
    .timeline h2 {
        font-size: 1.8rem
    }
}
@media (min-width: 1281px) {
    .timeline h2 {
        font-size: 2rem
    }
}
.timeline .event {
    width: 45%;
    background-color: rgba(235, 233, 230, 0.9);
    margin-bottom: 20px;
    position: relative;
    color: #21282e
}
.timeline .event.format-image {
    background-color: transparent
}
.timeline .event .event-index {
    display: none
}
.timeline .event.left {
    clear: left;
    float: left
}
.timeline .event.left .entry-content-container::before,
.timeline .event.left .event-inner>p::before {
    display: block;
    background: #fff;
    content: " ";
    height: 11px;
    width: 11px;
    border: #00ace7 solid 4px;
    border-radius: 100%;
    position: absolute;
    right: -12.4%;
    top: 50%
}
.timeline .event.left .entry-content-container::after,
.timeline .event.left .event-inner>p::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -16px;
    margin-top: -10px;
    margin-left: -16px;
    width: 0;
    height: 0;
    border-left: 16px solid rgba(235, 233, 230, 0.9);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    clear: both
}
.timeline .event.right {
    clear: right;
    float: right
}
.timeline .event.right .entry-content-container::before,
.timeline .event.right .event-inner>p::before {
    display: block;
    background: #fff;
    content: " ";
    height: 11px;
    width: 11px;
    border: #00ace7 solid 4px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -12.4%;
    margin-top: -5px
}
.timeline .event.right .entry-content-container::after,
.timeline .event.right .event-inner>p::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -16px;
    margin-right: -16px;
    width: 0;
    height: 0;
    border-right: 16px solid rgba(235, 233, 230, 0.9);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    clear: both
}
.timeline .event.right.format-quote {
    background-color: white
}
@media (max-width: 480px) {
    .timeline .event {
        width: 90%;
        background-color: rgba(235, 233, 230, 0.9);
        margin: 20px auto;
        position: relative
    }
    .timeline .event.left {
        clear: both;
        float: none
    }
    .timeline .event.left .entry-content-container::after,
    .timeline .event.left .event-inner>p::after {
        width: 0px;
        border: 0
    }
    .timeline .event.right {
        clear: both;
        float: none
    }
    .timeline .event.right .entry-content-container::after,
    .timeline .event.right .event-inner>p::after {
        width: 0px;
        border: 0
    }
}
.entry-content-container,
.event-inner>p {
    position: relative;
    padding: 1.5em 1.2em
}
@media (min-width: 481px) {
    .entry-content-container,
    .event-inner>p {
        padding: 1.333em 1em
    }
}
@media (min-width: 721px) {
    .entry-content-container,
    .event-inner>p {
        padding: 2em 1.5em
    }
}
.event-inner>p {
    margin: 0
}
.timeline article.has-post-thumbnail .entry-content-container,
.timeline article.has-post-thumbnail .event-inner>p {
    padding: 0.5em 1.2em 1.5em
}
@media (min-width: 481px) {
    .timeline article.has-post-thumbnail .entry-content-container,
    .timeline article.has-post-thumbnail .event-inner>p {
        padding: 0.333em 1em 1.333em
    }
}
@media (min-width: 721px) {
    .timeline article.has-post-thumbnail .entry-content-container,
    .timeline article.has-post-thumbnail .event-inner>p {
        padding: 1em 1.5em 2em
    }
}
.timeline .entry-title {
    margin-top: 0.5em
}
.timeline .entry-content p {
    font-family: telenorregular;
    font-size: 1.5rem;
    margin-top: 1rem
}
@media (min-width: 481px) {
    .timeline .entry-content p {
        font-size: 1.1rem
    }
}
@media (min-width: 721px) {
    .timeline .entry-content p {
        font-size: 1.6rem
    }
}
@media (min-width: 1281px) {
    .timeline .entry-content p {
        font-size: 1.5rem
    }
}
.HH-stories .isodata {
    background-color: #0091d2;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 1.5em 1.2em;
    position: absolute;
    width: 100%;
    text-align: center;
    height: 35%
}
@media (max-width: 720px) {
    .HH-stories .isodata {
        height: auto
    }
}
.HH-stories .isotopeinner {
    background-size: cover
}
.isotope-badge {
    position: absolute;
    top: 1em;
    left: 1.2em;
    background: rgba(214, 216, 0, 0.8);
    color: #004969;
    padding: 0.6em;
    font-family: telenorregular;
    font-size: 1.2rem;
    line-height: 1
}
@media (min-width: 481px) {
    .isotope-badge {
        left: 1em;
        padding: 0.4em 0.3em;
        font-size: 1rem
    }
}
@media (min-width: 721px) {
    .isotope-badge {
        left: 1.5em;
        padding: 0.6em;
        font-size: 1.2rem
    }
}
.isotope-badge:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(214, 216, 0, 0.8);
    clear: both
}
@media (min-width: 1281px) {
    .isotope-badge:after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid rgba(214, 216, 0, 0.8);
        margin-left: -8px
    }
}
.photocred {
    padding-left: 1.5em;
    font-style: italic
}
.event-year {
    color: #0091d2;
    display: block;
    font-family: telenorregular;
    font-size: 1.2rem;
    text-align: center
}
@media (min-width: 481px) {
    .event-year {
        font-size: 1rem;
        text-align: left
    }
}
@media (min-width: 721px) {
    .event-year {
        font-size: 1.2rem
    }
}
.entry-footer {
    display: none
}
.timeline-col,
.alertbox {
    display: block;
    float: left;
    width: 65%;
    margin-right: 2%
}
@media (max-width: 480px) {
    .timeline-col,
    .alertbox {
        width: 100%
    }
}
.NOK-col {
    display: block;
    float: right;
    width: 33%
}
@media (max-width: 480px) {
    .NOK-col {
        width: 100%;
        margin-bottom: 1em
    }
}
.NOK-col .NOK-box {
    border: 1px solid #004969;
    padding: 1.5em 1.2em
}
@media (min-width: 481px) {
    .NOK-col .NOK-box {
        padding: 1.333em 1em
    }
}
@media (min-width: 1025px) {
    .NOK-col .NOK-box {
        padding: 1.5em 1.2em;
        border-width: 2px
    }
}
.NOK-col .NOK-box h2 {
    color: #004969;
    font-family: telenorregular;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 1em;
    font-size: 1.6rem
}
@media (min-width: 481px) {
    .NOK-col .NOK-box h2 {
        font-size: 1.1rem
    }
}
@media (min-width: 721px) {
    .NOK-col .NOK-box h2 {
        font-size: 1.6rem
    }
}
@media (min-width: 1281px) {
    .NOK-col .NOK-box h2 {
        font-size: 2rem
    }
}
.NOK-col .NOK-box ul {
    width: 100%;
    color: #004969;
    font-family: telenorregular;
    font-size: 2rem;
    padding-left: 0;
    list-style: none
}
.NOK-col .NOK-box ul ul {
    width: inherit
}
@media (min-width: 481px) {
    .NOK-col .NOK-box ul {
        font-size: 1.2rem
    }
}
@media (min-width: 721px) {
    .NOK-col .NOK-box ul {
        font-size: 2rem
    }
}
@media (min-width: 1281px) {
    .NOK-col .NOK-box ul {
        font-size: 2.5rem
    }
}
.NOK-col .NOK-box ul a {
    color: #004969;
    float: right
}
.NOK-col .NOK-box p {
    clear: left;
    margin: 1em 0 0
}
.alertbox {
    background: rgba(235, 233, 230, 0.9);
    padding: 1.2em 1.5em
}
@media (min-width: 481px) {
    .alertbox {
        padding: 1.333em 1em
    }
}
@media (min-width: 1025px) {
    .alertbox {
        padding: 1.5em 1.2em
    }
}
.alertbox h2 {
    margin-top: .5em;
    font-family: telenorregular;
    font-size: 1.6rem
}
@media (min-width: 481px) {
    .alertbox h2 {
        font-size: 1.1rem
    }
}
@media (min-width: 721px) {
    .alertbox h2 {
        font-size: 1.8rem
    }
}
@media (min-width: 1281px) {
    .alertbox h2 {
        font-size: 2rem
    }
}
.crisis-timeline {
    text-align: left;
    border-left: 1px solid #0091d2
}
.crisis-timeline h2 {
    margin-left: 2%
}
.crisis-timeline .event {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    color: #21282e
}
.crisis-timeline .event header {
    margin-left: 2%;
    font-size: 1.6rem;
    color: #0091d2
}
@media (min-width: 481px) {
    .crisis-timeline .event header {
        font-size: 1.1rem
    }
}
@media (min-width: 721px) {
    .crisis-timeline .event header {
        font-size: 1.8rem
    }
}
@media (min-width: 1281px) {
    .crisis-timeline .event header {
        font-size: 2rem
    }
}
.crisis-timeline .event header::before {
    display: block;
    background: #fff;
    content: " ";
    height: 11px;
    width: 11px;
    border: #00ace7 solid 4px;
    border-radius: 100%;
    position: absolute;
    top: 0.4em;
    left: -6px
}
.crisis-timeline .event .entry-content-container,
.crisis-timeline .event .event-inner>p {
    box-sizing: border-box;
    margin-top: 1.5em;
    margin-left: 2%;
    padding: 0
}
.crisis-timeline .event.has-post-thumbnail .entry-content-container,
.crisis-timeline .event.has-post-thumbnail .event-inner>p {
    display: block;
    width: 100%;
    background: rgba(235, 233, 230, 0.9)
}
.crisis-timeline .event.has-post-thumbnail .entry-content-container img,
.crisis-timeline .event.has-post-thumbnail .event-inner>p img {
    max-width: 49%;
    height: auto;
    float: left;
    margin-right: 1em
}
.crisis-timeline .event.has-post-thumbnail .entry-content-container p,
.crisis-timeline .event.has-post-thumbnail .event-inner>p p {
    padding-top: 1.2em;
    padding-right: 1.5em
}
@media (min-width: 481px) {
    .crisis-timeline .event.has-post-thumbnail .entry-content-container p,
    .crisis-timeline .event.has-post-thumbnail .event-inner>p p {
        padding-top: 1.333em;
        pading-right: 1em
    }
}
@media (min-width: 1025px) {
    .crisis-timeline .event.has-post-thumbnail .entry-content-container p,
    .crisis-timeline .event.has-post-thumbnail .event-inner>p p {
        padding-top: 1.5em;
        padding-right: 1.2em
    }
}
.crisis-timeline .event.has-post-thumbnail .entry-content-container p:after,
.crisis-timeline .event.has-post-thumbnail .event-inner>p p:after {
    content: "";
    display: table;
    clear: both
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: 0
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px
}
textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 100%
}
c0 {
    font-weight: bold
}
.home-symbol {
    position: relative;
    top: 2.0rem;
    left: 2.0rem
}
input[type="search"].searchphrase {
    border: 0 none;
    width: 75%;
    font-size: 4.0rem
}
input[type="search"].searchphrase.newsearch {
    width: 69%
}
input[type="search"].searchphrase:focus {
    outline-width: 0
}
form.search {
    padding-bottom: 1.0rem;
    margin-bottom: 3.0rem;
    position: relative;
    border-bottom: 1px solid #0091d2
}
.tool-bar.search {
    display: none;
    font-size: 1.2rem;
    font-family: sans-serif
}
.searchTools {
    list-style: none;
    display: inline;
    padding: 0
}
.searchTools li {
    display: inline
}
.hero-list #topheaderholder {
    max-width: 1280px;
    margin: auto
}
.hero-list #topheaderholder+#topheaderholder {
    margin-top: 2rem
}
#topheaderholder {
    padding: 0;
    margin: auto;
    max-height: 450px;
    min-height: 100px;
    overflow: hidden;
    background-color: transparent;
    text-align: center
}
#topheaderholder:empty {
    background-image: url(includes/img/TM-blue-mesh-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: inherit;
    min-height: 450px;
    margin: 0;
    margin-bottom: -350px;
}
@media (min-width: 1280px) {
    #topheaderholder:empty {
        background-image: url(includes/img/TM-blue-mesh-min.jpg);
        min-height: 710px;
        margin-bottom: -600px;
    }
}
@media (min-width: 1200px) {
    #topheaderholder:empty {
        min-height: 450px;
        margin-bottom: -270px;
    }
}
#topheaderholder .hero-image {
    background: no-repeat center center;
    background-size: cover
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #topheaderholder {
        max-height: 200px
    }
}
@media (max-width: 1023px) {
    #topheaderholder {
        min-height: 60px
    }
}
#topheaderholder.global-presence,
#topheaderholder.telenor-i-verden {
    background: -webkit-radial-gradient(circle at 25%, #fff, #f1f1f1);
    background: -o-radial-gradient(circle at 25%, #fff, #f1f1f1);
    background: -moz-radial-gradient(circle at 25%, #fff, #f1f1f1);
    background: radial-gradient(circle at 25%, #ffffff, #f1f1f1)
}
#topheaderholder.global-presence .hero-image,
#topheaderholder.telenor-i-verden .hero-image {
    background: no-repeat right 100%
}
@media (min-width: 481px) {
    #topheaderholder.global-presence .topquote,
    #topheaderholder.telenor-i-verden .topquote {
        width: 50%
    }
}
#topheaderholder .hero-image {
    width: 100%;
    padding-bottom: 32.5%
}
@media (max-width: 768px) {
    #topheaderholder .hero-image {
        padding-bottom: 85%
    }
}
.topquoteholder {
    position: static;
    background: white;
    color: inherit
}
.topquoteholder.blue-box {
    color: white
}
@media (min-width: 481px) {
    .topquoteholder {
        position: absolute;
        top: 80px;
        width: 100%;
        min-height: 67%;
        background: transparent
    }
    .topquoteholder.blue-box {
        min-height: 0%
    }
    .topquoteholder.blue-box .topquote.positive,
    .topquoteholder.blue-box .topquote.negative,
    .topquoteholder.blue-box .topquote.white {
        color: #fff;
        padding: 2em 1.5em;
        max-width: 44em;
        background-color: #0091d2
    }
    .topquoteholder.blue-box .topquote.positive .topquotelink a,
    .topquoteholder.blue-box .topquote.negative .topquotelink a,
    .topquoteholder.blue-box .topquote.white .topquotelink a {
        color: white
    }
    .topquoteholder.blue-box .topquote.positive .topquotelink a:visited,
    .topquoteholder.blue-box .topquote.negative .topquotelink a:visited,
    .topquoteholder.blue-box .topquote.white .topquotelink a:visited {
        color: white
    }
}
@media (min-width: 481px) and (min-width: 481px) and (max-width: 722px) {
    .topquoteholder.blue-box .topquote.positive,
    .topquoteholder.blue-box .topquote.negative,
    .topquoteholder.blue-box .topquote.white {
        max-width: 50%
    }
}
.topquoteholder .topquote {
    text-align: left;
    padding: 15px;
    color: inherit
}
.topquoteholder .topquote>a,
.topquoteholder .topquote>a:hover {
    text-decoration: none;
    color: inherit
}
@media (max-width: 480px) {
    .topquoteholder .topquote {
        background-color: #eff1f1;
        padding-bottom: 35px;
    }
}
@media (min-width: 481px) {
    .topquoteholder .topquote .topquotelink a {
        color: inherit
    }
    .topquoteholder .topquote .topquotelink a:visited {
        color: inherit
    }
    .topquoteholder .topquote.positive {
        color: #21282e
    }
    .topquoteholder .topquote.positive .topquotelink a {
        color: #21282e
    }
    .topquoteholder .topquote.positive .topquotelink a:visited {
        color: #21282e
    }
    .topquoteholder .topquote.negative {
        color: white
    }
    .topquoteholder .topquote.white {
        color: white
    }
}
.topquoteholder .topquote h1.topquotehead {
    background: #0091d2;
    color: white;
    margin: -7rem 0 0;
    padding: 1em 0.25em;
}
.topquoteholder .topquote .topquotelink img {
    width: 100px;
    height: 50px;
}
.topquoteholder .topquote .topquotelink {
    margin: 0 auto;
    width: 50%;
    padding: 0 5px;
    margin-top: -230px;
    text-align: center;
}
@media (min-width: 481px) {
    .topquoteholder .topquote .topquotelink {
        margin: 0 auto;
        width: 50%;
        padding: 0 5px;
        padding-top: 80px;
        text-align: center;
    }
    .topquoteholder .topquote h1.topquotehead {
        margin: 0 auto;
        width: 50%;
        padding: 0;
        background: transparent;
        text-align: center;
    }
}
.topquoteholder .topquote h1.topquotehead.with-ico {
    background-repeat: no-repeat;
    padding-left: 60px;
    background-size: 45px;
    font-size: 2.5rem;
    min-height: 60px;
    background-position: 1rem 50%
}
@media (min-width: 481px) {
    .topquoteholder .topquote h1.topquotehead.with-ico {
        background-size: 55px;
        padding-left: 75px;
        font-size: 3rem;
        min-height: 75px;
        background-position: 0% 0%
    }
}
@media (min-width: 721px) {
    .topquoteholder .topquote h1.topquotehead.with-ico {
        background-size: 70px;
        padding-left: 90px;
        font-size: 3.5rem;
        min-height: 90px
    }
}
.topquoteholder .topquote .topquotetext {
    margin: 1.25em 0
}
@media (min-width: 481px) {
    .topquoteholder .topquote .topquotetext {
        max-width: 50%
    }
}
#masthead {
    position: absolute;
    top: 0;
    width: 100%;
    color: lightgrey
}
a.header-logo {
    display: block;
    position: absolute;
    top: 20px;
    left: 15px;
    width: 110px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat
}
@media (min-width: 1024px) {
    a.header-logo {
        width: 200px;
        height: 56px;
        left: -220px
    }
}
@media (min-width: 1281px) {
    a.header-logo {
        width: 250px;
        height: 70px;
        left: -275px
    }
}
a.header-logo {
    background-image: url("includes/img/tm-3d-neg-logo.png")
}
a.header-logo.negative {
    background-image: url("includes/img/TM_h_neg_3D.png")
}
a.header-logo.positive {
    background-image: url("includes/img/tm-3d-neg-logo.png")
}
a.header-logo.white {
    background-image: url("includes/img/TM_h_neg_3DW.png")
}
.lightheader a.header-logo.negative {
    background-image: url("includes/img/tm-3d-neg-logo.png")
}
.neg-small-logo {
    background-image: url(includes/img/TM_symbol_neg_SOL.svg);
    background-repeat: no-repeat;
    background-size: 38px 34px
}
.no-svg .neg-small-logo {
    background-image: url(includes/img/white-symbol.png)
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .no-svg .neg-small-logo {
        background-image: url(includes/img/TM_symbol_neg_SOL@2x.png)
    }
}
a {
    color: #00ace7
}
a:visited {
    color: #0091d2
}
a:focus,
a:active {
    color: #00ace7;
    outline: none!important
}
a[href$='.pdf'],
a[href$='.ppt'],
a[href$='.pptx'],
a[href$='.xls'],
a[href$='.xlsx'],
a[href$='.doc'],
a[href$='.docx'] {
    padding: 0.5em 0 0.5em 1.8em;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 20px 20px;
    background-image: url(includes/img/download-blue-arrow.svg);
    background-repeat: no-repeat
}
.no-svg a[href$='.pdf'],
.no-svg a[href$='.ppt'],
.no-svg a[href$='.pptx'],
.no-svg a[href$='.xls'],
.no-svg a[href$='.xlsx'],
.no-svg a[href$='.doc'],
.no-svg a[href$='.docx'] {
    background-image: url(includes/img/download-blue-arrow.png)
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .no-svg a[href$='.pdf'],
    .no-svg a[href$='.ppt'],
    .no-svg a[href$='.pptx'],
    .no-svg a[href$='.xls'],
    .no-svg a[href$='.xlsx'],
    .no-svg a[href$='.doc'],
    .no-svg a[href$='.docx'] {
        background-image: url(includes/img/download-blue-arrow@2x.png)
    }
}
a[href$='.pdf'].report,
a[href$='.ppt'].report,
a[href$='.pptx'].report,
a[href$='.xls'].report,
a[href$='.xlsx'].report,
a[href$='.doc'].report,
a[href$='.docx'].report {
    background-image: url(includes/img/download-report.svg);
    background-repeat: no-repeat
}
.no-svg a[href$='.pdf'].report,
.no-svg a[href$='.ppt'].report,
.no-svg a[href$='.pptx'].report,
.no-svg a[href$='.xls'].report,
.no-svg a[href$='.xlsx'].report,
.no-svg a[href$='.doc'].report,
.no-svg a[href$='.docx'].report {
    background-image: url(includes/img/download-report.png)
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .no-svg a[href$='.pdf'].report,
    .no-svg a[href$='.ppt'].report,
    .no-svg a[href$='.pptx'].report,
    .no-svg a[href$='.xls'].report,
    .no-svg a[href$='.xlsx'].report,
    .no-svg a[href$='.doc'].report,
    .no-svg a[href$='.docx'].report {
        background-image: url(includes/img/download-report@2x.png)
    }
}
a[href$='.pdf'].presentation,
a[href$='.ppt'].presentation,
a[href$='.pptx'].presentation,
a[href$='.xls'].presentation,
a[href$='.xlsx'].presentation,
a[href$='.doc'].presentation,
a[href$='.docx'].presentation {
    background-image: url(includes/img/download-presentation.svg);
    background-repeat: no-repeat
}
.no-svg a[href$='.pdf'].presentation,
.no-svg a[href$='.ppt'].presentation,
.no-svg a[href$='.pptx'].presentation,
.no-svg a[href$='.xls'].presentation,
.no-svg a[href$='.xlsx'].presentation,
.no-svg a[href$='.doc'].presentation,
.no-svg a[href$='.docx'].presentation {
    background-image: url(includes/img/download-presentation.png)
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .no-svg a[href$='.pdf'].presentation,
    .no-svg a[href$='.ppt'].presentation,
    .no-svg a[href$='.pptx'].presentation,
    .no-svg a[href$='.xls'].presentation,
    .no-svg a[href$='.xlsx'].presentation,
    .no-svg a[href$='.doc'].presentation,
    .no-svg a[href$='.docx'].presentation {
        background-image: url(includes/img/download-presentation@2x.png)
    }
}
a[href$='.pdf'].analytic-tool,
a[href$='.ppt'].analytic-tool,
a[href$='.pptx'].analytic-tool,
a[href$='.xls'].analytic-tool,
a[href$='.xlsx'].analytic-tool,
a[href$='.doc'].analytic-tool,
a[href$='.docx'].analytic-tool {
    background-image: url(includes/img/download-analytic-tool.svg);
    background-repeat: no-repeat
}
.no-svg a[href$='.pdf'].analytic-tool,
.no-svg a[href$='.ppt'].analytic-tool,
.no-svg a[href$='.pptx'].analytic-tool,
.no-svg a[href$='.xls'].analytic-tool,
.no-svg a[href$='.xlsx'].analytic-tool,
.no-svg a[href$='.doc'].analytic-tool,
.no-svg a[href$='.docx'].analytic-tool {
    background-image: url(includes/img/download-analytic-tool.png)
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .no-svg a[href$='.pdf'].analytic-tool,
    .no-svg a[href$='.ppt'].analytic-tool,
    .no-svg a[href$='.pptx'].analytic-tool,
    .no-svg a[href$='.xls'].analytic-tool,
    .no-svg a[href$='.xlsx'].analytic-tool,
    .no-svg a[href$='.doc'].analytic-tool,
    .no-svg a[href$='.docx'].analytic-tool {
        background-image: url(includes/img/download-analytic-tool@2x.png)
    }
}
@media (min-width: 481px) {
    a[href$='.pdf'],
    a[href$='.ppt'],
    a[href$='.pptx'],
    a[href$='.xls'],
    a[href$='.xlsx'],
    a[href$='.doc'],
    a[href$='.docx'] {
        background-size: 15px 15px;
        padding-left: 1.5em
    }
}
@media (min-width: 721px) {
    a[href$='.pdf'],
    a[href$='.ppt'],
    a[href$='.pptx'],
    a[href$='.xls'],
    a[href$='.xlsx'],
    a[href$='.doc'],
    a[href$='.docx'] {
        background-size: 25px 25px;
        padding-left: 3em
    }
}
@media (min-width: 1281px) {
    a[href$='.pdf'],
    a[href$='.ppt'],
    a[href$='.pptx'],
    a[href$='.xls'],
    a[href$='.xlsx'],
    a[href$='.doc'],
    a[href$='.docx'] {
        background-size: 30px 30px;
        padding-left: 2.3em
    }
}
p>a[href$='.pdf'],
p>a[href$='.ppt'],
p>a[href$='.pptx'],
p>a[href$='.xls'],
p>a[href$='.xlsx'],
p>a[href$='.doc'],
p>a[href$='.docx'] {
    padding: 0;
    text-decoration: none;
    color: #00ace7;
    background-image: none
}
a.bulletBlueChevron {
    padding: 0.5em 0 0.5em 2em;
    line-height: 2;
    text-decoration: none;
    color: #00ace7;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 20px 20px;
    background-image: url(includes/img/discover-more-blue-arrow.svg);
    background-repeat: no-repeat
}
.no-svg a.bulletBlueChevron {
    background-image: url(includes/img/discover-more-blue-arrow.png)
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .no-svg a.bulletBlueChevron {
        background-image: url(includes/img/discover-more-blue-arrow@2x.png)
    }
}
@media (min-width: 481px) {
    a.bulletBlueChevron {
        background-size: 15px 15px;
        padding-left: 2.3em
    }
}
@media (min-width: 721px) {
    a.bulletBlueChevron {
        background-size: 25px 25px
    }
}
@media (min-width: 1281px) {
    a.bulletBlueChevron {
        background-size: 30px 30px
    }
}
a.bulletBlueChevron:visited,
a.bulletBlueChevron:hover {
    color: #00ace7
}
.nav-links {
    font-size: 1.2rem;
    padding: 2.0rem;
    border-top: 1px solid #ddd;
    line-height: 1.6rem
}
.nav-links>div {
    display: inline
}
.nav-links>div a,
.nav-links>div a:visited {
    color: #00ace7
}
.nav-links>div .meta-nav {
    font-size: 2.0rem
}
.anchorlink {
    margin: 0;
    padding: 0;
    position: relative;
    float: right;
    top: -65px
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #00ace7;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>span {
    color: white
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>span:hover {
    color: white
}
.navbar-default .navbar-nav>.active>a:visited,
.navbar-default .navbar-nav>li>a:visited,
.navbar-default .navbar-nav>li>span:visited {
    color: white
}
.navbar-default .navbar-nav>.active>a:focurs,
.navbar-default .navbar-nav>li>a:focurs,
.navbar-default .navbar-nav>li>span:focurs {
    color: white
}
.navbar-default .navbar-nav>.active>a:active,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>span:active {
    color: white
}
.nav-bg,
.blue-line-extender,
.nav-level-1.sticky {
    background-color: #0168b5;
}
.blue-line-extender-2 {
    background-color: #00ace7;
}
.navbar-default {
    z-index: 2;
}
.blue-line-extender,
.blue-line-extender-2 {
    display: none;
}
@media (min-width: 1024px) {
    .blue-line-extender,
    .blue-line-extender-2 {
        height: 50px;
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        z-index: 1
    }
    .blue-line-extender,
    .blue-line-extender-2.active {
        display: block;
    }
}
@media (max-width: 1280px) {
    .blue-line-extender-2 {
        height: 60px;
        top: 50px;
    }
}
@media (min-width: 1281px) {
    .blue-line-extender-2 {
        height: 75px;
        top: 50px;
        background-color: #00ace7;
    }
}
.main-navigation {
    padding-left: 240px;
    padding-right: 0
}
@media (max-width: 1023px) {
    .main-navigation {
        padding-left: 0
    }
}
@media (min-width: 1281px) {
    .main-navigation {
        padding-left: 285px
    }
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
    width: 30px
}
.navbar-default .navbar-toggle {
    position: absolute;
    top: -10px;
    right: -15px;
    border: 0;
    border-radius: 0;
    background-color: #00ace7;
    z-index: 1999;
    width: 50px;
    height: 50px;
    padding: 9px 10px;
}
.main-navigation.toggled .primary-menu > .stickyhome.onlysticky {
    display: block;
    background-image: url(includes/img/TM_h_neg_3DW_4cp_100mm.png);
    background-size: contain;
    background-color: inherit;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}
.main-navigation.toggled .primary-menu > .stickyhome.onlysticky > a {
    background-color: inherit !important;
    padding: 0;
    margin: 0;
}
.main-navigation.toggled .primary-menu > .stickyhome.onlysticky > a:after {
    content: '';
}
.toggled .navbar-default .navbar-toggle {
    top: -10px;
    left: -425px;
    background-color: #004969 !important;
}
@media (max-width: 1024px) {
    .main-navigation .navbar-default .navbar-toggle .fa-times,
    .main-navigation .navbar-default .navbar-toggle .fa-bars {
        color: #fff;
        font-size: 2rem;
    }
    .main-navigation.toggled .navbar-default .navbar-toggle .fa-times {
        display: block;
    }
    .main-navigation.toggled .navbar-default .navbar-toggle .fa-bars {
        display: none;
    }
    .main-navigation .navbar-default .navbar-toggle .fa-times {
        display: none;
    }
    .main-navigation .navbar-default .navbar-toggle .fa-bars {
        display: block;
    }
}
@media (max-width: 768px) {
    .toggled .navbar-default .navbar-toggle {
        left: -315px
    }
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #00ace7
}
.navbar {
    border: 0;
    background-color: rgba(0, 0, 0, 0)
}
.navbar-container {
    padding-right: 0px
}
li.menu-item-search {
    width: 100%;
    text-align: right
}
.navbar-collapse {
    overflow-x: hidden;
    border-top: 0 none;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0)
}
@media (max-width: 1023px) {
    .topquoteholder {
        top: 50px;
    }
}
@media (min-width: 1024px) {
    .navbar-default .navbar-nav>.current-menu-ancestor>a {
        background-color: #00ace7;
        color: white
    }
    .navbar-container {
        min-width: 790px
    }
    ul.primary-menu {
        width: 70%;
        font-family: telenorregular;
        color: white;
        font-size: 1.4rem
    }
    .auxmenu {
        width: 30%;
        position: relative;
        float: right;
        font-size: 1.4rem;
        background: transparent
    }
    .auxmenu>li {
        text-align: center;
        float: right
    }
    .auxmenu>li>a,
    .auxmenu>li>span {
        margin: 0 auto
    }
    .nav>li {
        position: static
    }
    ul.primary-menu {
        position: relative
    }
    ul.nav-level-2 {
        display: none;
        position: absolute;
        z-index: 9;
        left: 0;
        background-color: #00ace7;
        width: 100%
    }
    ul.nav-level-2 li>a {
        padding: 1.3em 1em;
        border-bottom: 4px solid #00ace7
    }
    ul.nav-level-2 li.active>a {
        background: transparent;
        border-bottom: 4px solid #d6d800
    }
    li.current-menu-item>ul.nav-level-2 {
        display: block
    }
    li.current-menu-ancestor>ul.nav-level-2 {
        display: block
    }
    li.current-page-ancestor>ul.nav-level-2 {
        display: block
    }
}
@media (min-width: 1024px) and (min-width: 1281px) {
    ul.primary-menu {
        font-size: 1.25rem
    }
}
@media (min-width: 1024px) and (min-width: 721px) and (max-width: 1280px) {
    .auxmenu>li>a>img {
        height: 14px;
        width: 14px
    }
}
@media (min-width: 1024px) and (min-width: 1281px) {
    ul.nav-level-2 {
        font-size: 1.25rem
    }
}
@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1301px) {
    ul.nav-level-2 {
        width: 125%
    }
}
@media (min-width: 1024px) and (min-width: 1281px) {
    ul.nav-level-2 li>a {
        padding: 1.7em 0.9em
    }
}
@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {
    li.five-children ul.nav-level-2 {
        width: 112%
    }
}
@media (max-width: 1023px) {
    .navbar-nav {
        margin: 5px 0
    }
    .nav-bg,
    .blue-line-extender,
    .blue-line-extender-2,
    .nav-level-1.sticky {
        background-color: #0091d2
    }
    .navbar-collapse {
        padding: 0 10px;
        position: relative;
        z-index: 9;
        font-family: telenorregular;
        font-size: 1.5rem;
        overflow: hidden
    }
    li.active>a {
        background-color: rgba(0, 0, 0, 0.4) !important
    }
    ul.nav-level-2>li {
        margin-left: -30px
    }
    ul.nav-level-2>li>a {
        padding: 15px 0 15px 40px;
        margin-left: 10px;
        font-size: 14px
    }
    ul.nav-level-2>li.active>a {
        background-color: rgba(0, 0, 0, 0.2) !important;
        padding-left: 36px;
        border-left: 4px solid #d6d800
    }
    .auxmenu .language-item {
        display: none
    }
    .auxmenu .contrast-item {
        display: none
    }
}
.sticky {
    animation-duration: .3s;
    transition-timing-function: ease-out;
    animation-name: slidedown
}
@keyframes slidedown {
    from {
        top: -50px
    }
    to {
        top: 0px
    }
}
@media (min-width: 1024px) {
    .nav-level-1.sticky {
        width: 75%;
        z-index: 10;
        background-color: rgba(1, 104, 181, 0.8);
        position: fixed;
        top: 0;
        left: 0
    }
    .nav-level-1.sticky.auxmenu {
        width: 25%;
        z-index: 10;
        background-image: none;
        position: fixed;
        top: 0;
        left: 75%;
        padding-left: 0px
    }
    .level2 .nav-level-1.sticky.auxmenu {
        background-color: rgba(0, 172, 231, 0.8)
    }
    .nav-level-2.sticky {
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 172, 231, 0.8);
        width: 75%
    }
    .nav-level-2.sticky li>a {
        height: 50px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 0
    }
    .nav-level-2.sticky li.active>a {
        border-bottom: 0
    }
}
.nav li.onlysticky {
    display: none
}
@media (min-width: 1024px) {
    .nav.sticky li.onlysticky {
        display: block
    }
}
.stickyhome {
    background: url(includes/img/white-symbol.png) center no-repeat;
    background-size: contain;
    width: 30px;
    margin: 0 30px;
    height: 100%;
}
.stickyhome a:hover {
    text-decoration: none!important
}
@media (max-width: 1023px) {
    .navbar-collapse {
        position: fixed;
        right: 0;
        top: 0;
        width: 376px;
        height: 100%
    }
    .navbar-header {
        z-index: 1999;
        position: fixed;
        top: 0;
        right: 0
    }
    .auxmenu {
        z-index: 1999
    }
    ul.nav.auxmenu>li {
        float: left;
        display: inline-block
    }
    ul.nav.auxmenu>li>a {
        display: inline-block
    }
    a.header-logo.positive {
        width: 150px;
        margin: 0;
        padding: 0;
        top: 8px;
    }
}
@media (max-width: 1023px) and (max-width: 480px) {
    .navbar-collapse {
        width: 326px
    }
/*    .navbar-header {
        background-color: #00ace7;
        width: 100%;
        height: 50px;
    }
    .navbar-header a.header-logo.positive {
        background-image: url(includes/img/TM_h_neg_3DW_4cp_100mm.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 150px;
        margin: 0;
        padding: 0;
        top: 8px;
    }
    .toggled .navbar-header {
        width: inherit;
    }*/
}
@media (max-width: 768px) {
    .navbar-collapse {
        width: 266px
    }
    .navbar-header {
        background-color: #00ace7;
        width: 100%;
        height: 50px;
    }
    .navbar-header a.header-logo.positive {
        background-image: url(includes/img/TM_h_neg_3DW_4cp_100mm.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 150px;
        margin: 0;
        padding: 0;
        top: 8px;
    }
    .toggled .navbar-header {
        width: inherit;
    }
}
.wpadminbar .sticky {
    top: 32px !important
}
.fontsize-item .popover {
    font-size: 24px;
    color: black;
    min-width: 500px
}
.mobile-dropdown-menu {
    display: none
}
.active .mobile-dropdown-menu {
    display: block
}
@media (max-width: 1023px) {
    .mobile-dropdown-menu.toggled {
        display: block
    }
}
@media (max-width: 1023px) {
    .active .mobile-dropdown-menu.toggled {
        display: none
    }
}
.nav>li>a.mobile-menu-expander {
    display: none;
}
@media (max-width: 1023px) {
    .nav>li.menu-item-has-children>a {
        background-color: #004969 !important;
    }
    .nav>li.menu-item-has-children>a:not(.mobile-menu-expander) {
        margin-left: 35px;
    }
    .nav>li.menu-item-has-children>a.mobile-menu-expander {
        float:left;
        margin-right: 10px;
        display: block;
    }
    .nav>li:not(.menu-item-has-children)>a:after {
        clear: both;
        content: '>';
        position: absolute;
        right: 20px;
        font-size: 2rem;
        font-family: monospace;
    }
}
li.active>a.mobile-menu-expander {
    opacity: 1
}
.icon-menu-item {
    width: 25%;
    float: left
}
@media (max-width: 480px) {
    .icon-menu-item {
        width: 50%
    }
}
.front-page-icon-menu img {
    height: 60px;
    width: 60px;
    border-radius: 50%
}
@media (min-width: 481px) {
    .front-page-icon-menu img {
        height: 67px;
        width: 67px
    }
}
@media (min-width: 721px) {
    .front-page-icon-menu img {
        height: 90px;
        width: 90px
    }
}
@media (min-width: 1281px) {
    .front-page-icon-menu img {
        height: 113px;
        width: 113px
    }
}
@media (max-width: 480px) {
    .short-cut-menu {
        margin: 0 13px
    }
    .short-cut-menu .menu-item-type-custom,
    .short-cut-menu .menu-item-object-page {
        box-sizing: border-box;
        padding: 4rem 0;
        background: #fff;
        border: 1px solid #eff1f1
    }
}
.breadcrumbs>span {
    white-space: nowrap;
    padding: 0 0.5rem
}
.breadcrumbs {
    display: none;
    font-size: 1.167rem
}
@media (min-width: 480px) {
    .breadcrumbs {
        display: block;
        position: relative;
        font-family: telenorregular
    }
}
.breadcrumbs a {
    color: #004969;
    text-decoration: none
}
.breadcrumbs a:visited {
    color: #004969
}
.breadcrumbs>span>span {
    color: #00ace7
}
.breadcrumbs>span:last-child {
    font-family: 'telenorregular'
}
.breadcrumbs span.back-button-blue-arrow {
    background-color: #004969;
    color: white
}
.breadcrumbs span.back-button-grey-arrow {
    background-color: #e6e6e6;
    color: #004969
}
.breadcrumbs span.back-button-blue-arrow,
.breadcrumbs span.back-button-grey-arrow {
    text-transform: uppercase;
    padding: 0.75rem 0.8333rem 0.6667rem 0.5rem;
    font-size: 1.3rem;
    margin-right: 10px
}
.breadcrumbs span.back-button-blue-arrow::before,
.breadcrumbs span.back-button-grey-arrow::before {
    content: " ‹ ";
    font-size: 3rem;
    vertical-align: -0.39rem;
    margin-right: 5px
}
.breadcrumbs span.back-button-blue-arrow a,
.breadcrumbs span.back-button-grey-arrow a {
    color: white
}
.breadcrumbs span.back-button-blue-arrow a:visited,
.breadcrumbs span.back-button-grey-arrow a:visited {
    color: white
}
.chapters {
    padding: 0;
    margin: 0
}
.chapters li ul {
    display: none
}
.chapters li.active>a {
    border-left: 2px solid #00ace7;
    padding-left: 13px
}
.chapters li.active ul {
    display: block
}
.chapters li {
    font-size: 1.2rem
}
@media (min-width: 1281px) {
    .chapters li {
        font-size: 1.5rem
    }
}
.chapters ul li {
    font-size: 1.1rem
}
@media (min-width: 1281px) {
    .chapters ul li {
        font-size: 1.4rem
    }
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21282e;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}
.aligncenter {
    display: block;
    margin: 0 auto
}
.center {
    text-align: center
}
.center-vertically {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}
.center-vertically-only {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}
.widget {
    margin: 0 0 1.5em
}
.widget select {
    max-width: 100%
}
.widget_search .search-submit {
    display: none
}
.sticky {
    display: block
}
.hentry {
    margin: 0 0 1.5em
}
.byline,
.updated:not(.published) {
    display: none
}
.single .byline,
.group-blog .byline {
    display: inline
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0
}
.page-links {
    clear: both;
    margin: 0 0 1.5em
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none
}
.comment-content a {
    word-wrap: break-word
}
.bypostauthor {
    display: block
}
.table-archive {
    margin-top: 30px;
    font-family: telenorregular
}
.table-responsive {
    clear: left
}
.table-archive .caret {
    margin: 0 0 0 10px
}
.table-archive>thead>tr>th {
    font-weight: normal;
    border-bottom: 0 none;
    font-size: 1.2rem
}
@media (min-width: 481px) {
    .table-archive>thead>tr>th {
        font-size: 1.1rem
    }
}
@media (min-width: 721px) {
    .table-archive>thead>tr>th {
        font-size: 1.2rem
    }
}
@media (min-width: 1281px) {
    .table-archive>thead>tr>th {
        font-size: 1.25rem
    }
}
.table-archive>thead>tr>th>a {
    color: #21282e
}
.table-archive th.date {
    width: 90px
}
@media (min-width: 721px) {
    .table-archive th.date {
        width: 120px
    }
}
@media (min-width: 1281px) {
    .table-archive th.date {
        width: 160px
    }
}
.table-archive th.category {
    width: 140px
}
.table-archive>thead>tr>th>span {
    display: block;
    border-right: solid 1px #ddd
}
.table-archive>thead>tr>th.category:last-child>span {
    border: 0 none
}
.table-archive>tbody>tr>td {
    border: 0 none;
    vertical-align: middle;
    line-height: 3rem
}
.table-archive td:last-child {
    width: 20%
}
.table-archive td:nth-child(2) {
    width: initial
}
.table-archive td.category a,
.table-archive td.category span,
.archive-toggle-view span {
    color: #999;
    font-size: 1.25rem
}
@media (min-width: 481px) {
    .table-archive td.category a,
    .table-archive td.category span,
    .archive-toggle-view span {
        font-size: 1.3rem
    }
}
@media (min-width: 721px) {
    .table-archive td.category a,
    .table-archive td.category span,
    .archive-toggle-view span {
        font-size: 1.4rem
    }
}
@media (min-width: 1281px) {
    .table-archive td.category a,
    .table-archive td.category span,
    .archive-toggle-view span {
        font-size: 1.25rem
    }
}
.table-archive td.date {
    color: #0091d2;
    font-style: italic;
    font-size: 1.2rem;
    padding: 1em;
    max-width: 20%
}
@media (min-width: 481px) {
    .table-archive td.date {
        font-size: 1.1rem
    }
}
@media (min-width: 721px) {
    .table-archive td.date {
        font-size: 1.3rem
    }
}
@media (min-width: 1281px) {
    .table-archive td.date {
        font-size: 1.25rem
    }
}
.table-archive td {
    font-size: 1.5rem
}
.table-archive td a {
    color: #004969
}
@media (min-width: 481px) {
    .table-archive td {
        font-size: 1.3rem
    }
}
@media (min-width: 721px) {
    .table-archive td {
        font-size: 1.6rem
    }
}
@media (min-width: 1281px) {
    .table-archive td {
        font-size: 1.5rem
    }
}
.table-archive td.category {
    font-size: 1.25rem;
    color: #9a9a9a
}
.general-meeting-entry {
    font-style: italic
}
.caret.asc {
    border-bottom: 4px solid;
    border-top: 0 none
}
.table-studies td:first-child {
    width: 5rem
}
@media (min-width: 481px) {
    .table-studies td:first-child {
        width: 10rem
    }
}
@media (min-width: 721px) {
    .table-studies td:first-child {
        width: 14rem
    }
}
ul.page-numbers {
    padding: 0;
    margin: 0;
    float: left
}
.prev-next {
    position: absolute;
    right: 0
}
ul.page-numbers li {
    display: inline-block;
    font-size: 1.1rem
}
ul.page-numbers li span,
ul.page-numbers li a {
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    color: #0091d2;
    line-height: 3.25rem
}
ul.page-numbers li span.page-numbers.current {
    background-color: #0091d2;
    color: #fff;
    border-radius: 1px
}
ul.page-numbers.prev-next li span.page-numbers {
    font-size: 3rem;
    vertical-align: -0.39rem;
    margin-right: 5px
}
ul.page-numbers.prev-next {
    padding-right: 25px
}
ul.page-numbers.prev-next li span.page-numbers a {
    color: #fff;
    text-decoration: none
}
.archive-footer ul.page-numbers li.page-numbers-front {
    padding: 0 18px 0 8px
}
.archive-header {
    z-index: 1;
    padding: 3em 0 2em;
    background-color: white;
    width: 95%;
    max-width: 1250px
}
.archive-header.affix {
    margin-top: -141px
}
@media (min-width: 481px) {
    .archive-header.affix {
        margin-top: -135px
    }
}
h1.archive-title {
    color: #0091d2;
    margin: 0 1em 0 0;
    display: block
}
@media (min-width: 481px) {
    h1.archive-title {
        display: inline-block;
        float: left
    }
}
div.archive-filter {
    float: left
}
@media (max-width: 480px) {
    div.archive-filter {
        width: 50%;
        margin: 1em 0
    }
}
a.archive-tag {
    font-family: sans-serif
}
ul.archive-pagination li a {
    border: 0 none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.archive-filter button,
.archive-sort button {
    font-family: telenorregular;
    border: none;
    text-align: left;
    margin-right: 15px;
    height: 40px;
    line-height: initial
}
.archive-filter .caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid;
    display: inline-block;
    height: 0;
    margin-top: 5px;
    vertical-align: middle;
    width: 0
}
button.dropdown-toggle {
    min-width: 10em
}
@media (max-width: 480px) {
    button.dropdown-toggle {
        width: 96%
    }
}
.archive-filter ul.dropdown-menu li a.active {
    background-color: #337ab7
}
.archive-sort {
    display: inline
}
.archive-sort>span {
    font-size: 1.25 rem;
    margin-right: 15px
}
.archive-toggle-view {
    position: absolute;
    right: 0rem;
    bottom: 0.5 rem
}
.archive-toggle-view span {
    padding-right: 10px
}
.archive-footer {
    padding-top: 1 em
}
.featurebox {
    padding: 20px;
    background: #eff1f1;
    font-size: 1.25rem
}
.featurebox.location {
    background-image: url(includes/img/pin56.png);
    background-repeat: no-repeat;
    background-size: 7rem;
    padding-left: 8.5rem;
    background-position: 1rem 50%
}
.featurebox p {
    margin: 10px 0
}
div.date {
    border-top: 0.1rem solid #0091d2;
    border-bottom: 0.1rem solid #0091d2;
    margin-top: 1.5rem;
    padding: 1rem 0
}
html {
    height: 100%
}
@media (min-width: 768px) and (min-height: 420px) {
    body.small-footer {
        position: relative;
        min-height: 100%;
        padding-bottom: 70px
    }
    body.small-footer footer.small-footer {
        position: absolute;
        bottom: 0;
        height: 70px
    }
}
footer {
    color: #fff;
    width: 100%;
}
footer h2 {
    font-size: 1.5rem;
    margin-top: 0
}
footer ul li {
    font-size: 1.167rem
}
footer.small-footer {
    background-image: url(includes/img/footer-mesh.jpg);
    background-size: contain;
    background-repeat: repeat;
    min-height: 70px;
    padding: 15px 50px
}
footer.small-footer .small-footer,
footer.medium-footer .small-footer,
footer.large-footer .small-footer {
    line-height: 2.917rem
}
footer.small-footer .small-footer li,
footer.medium-footer .small-footer li,
footer.large-footer .small-footer li {
    padding: 0
}
footer.small-footer .small-footer li a,
footer.medium-footer .small-footer li a,
footer.large-footer .small-footer li a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.8rem
}
footer.small-footer .small-footer li:after,
footer.medium-footer .small-footer li:after,
footer.large-footer .small-footer li:after {
    content: "|"
}
footer.small-footer .small-footer li:last-child:after,
footer.medium-footer .small-footer li:last-child:after,
footer.large-footer .small-footer li:last-child:after {
    display: none
}
footer.medium-footer {
    background-image: url(includes/img/footer-mesh.jpg);
    background-size: contain;
    background-repeat: repeat;
    min-height: 260px;
    padding: 40px 60px
}
footer.large-footer {
    background-image: url(includes/img/footer-mesh.jpg);
    background-size: contain;
    background-repeat: repeat;
    min-height: 625px;
    padding: 40px 60px
}
footer.large-footer>div:first-child {
    margin-bottom: 3.333rem
}
footer a,
footer a:hover,
footer a:visited {
    color: #fff
}
.footer-divider {
    border-top: 1px solid #fff;
    margin-top: 20px
}
@media (min-width: 0) {
    #content {
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: hidden
    }
}
.sidebar .affix-top {
    top: 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
.sidebar .affix {
    top: 70px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
@media (max-width: 991px) {
    .sidebar .affix {
        display: none;
        position: static;
        width: auto;
        top: 0
    }
}
.date_time {
    padding: 30px 0;
    clear: left
}
.by_line {
    background: url(includes/img/by_line_bg.png) no-repeat top right;
    border-top: 0.1rem solid #0091d2;
    border-bottom: 0.1rem solid #0091d2;
    padding: 1.5rem;
    max-height: 16rem;
    margin-bottom: 2rem
}
.by_line span.img_thumb {
    height: 110px;
    width: 110px;
    overflow: hidden;
    display: block;
    float: left
}
.by_line span.published {
    font-size: 1.5rem
}
.by_line img {
    padding-right: 1.0rem
}
.by_line span.author {
    font-style: italic;
    font-size: 1.8rem
}
.profile.left {
    clear: left
}
.profile.right {
    clear: right
}
.mm_gallery.tool-bar {
    padding-bottom: 30px
}
.dropdown-menu>li>a.year {
    font-family: sans-serif;
    padding: 5px 0 5px 20px
}
.bestbets {
    border-bottom: 1px solid #0091d2
}
.hasrecommend {
    width: 75%
}
.recommend-icons {
    position: absolute;
    right: -5px;
    bottom: 0;
    height: 3.0rem;
    margin: 0
}
.recommend-icons img {
    width: 25px;
    height: 25px
}
@media (min-width: 1281px) {
    .recommend-icons img {
        width: 32px;
        height: 32px
    }
}
.recommend-icons li {
    height: 3.5rem;
    width: 3.5rem
}
.related-articles {
    padding-top: 2.5rem
}
.our-history-period {
    border-top: 1px solid #004969
}
.our-history-period div {
    padding: 0
}
.our-history-description h2 {
    color: #0091d2;
    font-size: 1.5rem
}
.our-history-year {
    background-color: #0091d2;
    text-align: right;
    height: 100%
}
.our-history-year>div:first-child {
    height: 100%;
    position: absolute
}
.our-history-year h2 {
    color: #fff;
    height: 100%;
    position: relative;
    top: 18%;
    right: 1rem
}
.quadwide {
    width: 98%;
    background-image: url("includes/img/global_presence_hero.gif");
    background-position: right center;
    background-size: 100%
}
.quadwide .isodata {
    width: 23.5%;
    height: 100%;
    background-color: #0168B5
}
tr.silent-period td:not(:first-child),
tr.stille-periode td:not(:first-child) {
    background: url(includes/img/hatch.png)
}
.qbrickPublisherHidden {
    display: none
}
.qbrickPublisher .divPageContainer {
    background-color: #fff;
    margin: 0px auto
}
.qbrickPublisher .divPlayerContainer {
    height: 100%;
    width: 10000px;
    max-width: 100%;
    margin: auto;
    position: relative
}
.webcam {
    position: relative;
    height: 0
}
.webcam.fullsize {
    width: 100%;
    padding-bottom: 56.25%
}
.webcam.halfsize {
    width: 50%;
    padding-bottom: 28.15%
}
#topheaderholder .divPageContainer .divPlayerContainer {
    max-width: 1600px
}
.qbrickPublisher .divPageContainer .divPlayerContainer>div:first-of-type {
    height: 100%;
    width: 100%
}
@media only screen and (min-width: 668px) {
    .qbrickPublisher .divPageContainer .divPlayerContainer>div:first-of-type {
        padding-bottom: 56%
    }
}
.qbrickPublisher .divPlayerContainer object {
    height: 100%;
    left: 0em;
    position: absolute;
    top: 0em;
    width: 100%
}
.isotopelist.global-presence .isotopeinner {
    background-size: 100%;
    background-position: top
}
.isotopelist.global-presence .isotopeitem.doublewide.doublehigh .isotopeinner .isodata {
    background-color: #004969
}
.isotopelist.global-presence .isotopeitem.doublewide .isotopeinner .isodata {
    background-color: #fff
}
.isotopelist.global-presence .isodata {
    height: 50%
}
.isotopelist.global-presence .isotopeitem.doublewide .isotopeinner .isodata .isotopelabel {
    color: #0091d2
}
.strategic-centre .entry-content>h1 {
    text-align: center;
    color: #0091d2
}
.strategic-centre h1:after {
    content: "";
    text-align: center;
    display: block;
    border-top: solid 3px #0091d2;
    width: 4em;
    margin: .3em auto 1em
}
.strategic-centre .entry-excerpt {
    text-align: center;
    max-width: 50%;
    margin: auto;
    padding-top: 1em
}
@media (max-width: 480px) {
    .strategic-centre .entry-excerpt {
        max-width: 95%
    }
}
.strategic-centre .entry-content>p {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto
}
@media (max-width: 480px) {
    .strategic-centre .entry-content>p {
        max-width: 95%
    }
}
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}
.infinity-end.neverending .site-footer {
    display: block
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}
embed,
iframe,
object {
    max-width: 100%
}
.featured-image {
    margin: 1rem 0 0 0;
    overflow: hidden
}
.featured-image img {
    width: 100%;
    max-width: 1280px;
    max-height: 450px;
}
.featured-image.video {
    max-height: 695px
}
.featured-image .attachment-desktop_portrait_large,
.featured-image .attachment-desktop_portrait_medium,
.featured-image .attachment-desktop_portrait_thumbnail {
    width: initial
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0.5rem
}
.wp-caption-text {
    text-align: left;
    font-size: 1.2rem
}
.gallery {
    margin-bottom: 1.5em
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}
.gallery-columns-2 .gallery-item {
    max-width: 50%
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}
.gallery-columns-4 .gallery-item {
    max-width: 25%
}
.gallery-columns-5 .gallery-item {
    max-width: 20%
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}
.gallery-caption {
    display: block
}
.alignnone {
    margin: 5px 20px 20px 0
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}
a img.alignnone {
    margin: 5px 20px 20px 0
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}
body#tinymce.wp-editor::selection {
    background: #00ace7;
    color: #fff
}
[content] {
    color: #F60
}
body#tinymce.wp-editor {
    max-width: 800px
}
body#tinymce.wp-editor p,
body#tinymce.wp-editor li {
    font-size: 1em;
    line-height: 1.25em;
    color: #21282e;
    font-family: Arial, sans-serif;
    padding: 5px 0
}
body#tinymce.wp-editor h1 {
    color: #21282e;
    font-family: telenorlight;
    font-weight: normal
}
body#tinymce.wp-editor h3 {
    font-family: telenorregular;
    font-weight: normal
}
body#tinymce.wp-editor h1 {
    color: #21282e;
    font-family: telenorlight;
    font-weight: normal
}
body#tinymce.wp-editor a {
    color: #00ace7;
    text-decoration: none
}
body#tinymce.wp-editor a.bulletBlueChevron {
    background-image: url(includes/img/arrow_blue.gif);
    background-repeat: no-repeat;
    padding-left: 10px
}
body#tinymce.wp-editor a.download {
    background: url(includes/img/bullet_download_blue.gif) no-repeat scroll 1px 2px;
    padding-left: 15px
}
body#tinymce.wp-editor img.alignleft {
    padding-right: 10px
}
body#tinymce.wp-editor .rightAlign {
    text-align: right
}
.alignnone .size-medium,
.alignnone .size-full,
img.alignnone.size-medium,
img.alignnone.size-full {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto
}
.entry-content figure.alignnone {
    width: 100%!important
}
.mce-content-body dl.alignnone {
    width: 100%!important
}
img.alignnone.size-medium,
img.alignnone.size-full {
    margin: 0
}
.wp-caption {
    border: 0 none;
    padding: 0;
    max-width: 100%
}
.wp-caption.alignnone,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin: 0
}
#scrollUp {
    bottom: 2.0rem;
    right: 2.0rem;
    width: 38px;
    height: 38px;
    z-index: 20000 !important;
    background: url(includes/img/scrollUp.png) no-repeat
}
.no-border .modal-content {
    border-radius: 0;
    background-color: transparent;
    border: 0 none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}
::selection {
    background: #00ace7;
    color: #fff
}
@media (max-width: 1030px) {
    .hide-when-collapsed {
        display: none !important
    }
}
.centered {
    margin: 0 auto
}
.collapse-outer {
    margin-bottom: 1rem
}
.text-center {
    text-align: center
}
.smallestScreenMenu {
    width: 1030px
}
.fullmenu {
    width: 1024px
}
.fullmenu-min {
    width: 1024px
}
.burger-menu-max {
    width: 1023px
}
.container-width {
    max-width: 1280px;
    margin: 0 auto
}
.video-width {
    max-width: 1600px;
    margin: 0 auto
}
.button {
    background-color: #f51e6e;
    height: 48px;
    font-size: 2rem;
    color: #fff;
    padding: 20px 40px;
}
.button:visited {
    color: #fff;
}
.container-topquote {
    padding: 0
}
.home .container-topquote {
    max-width: 1340px;
    padding: 0
}
@media (max-width: 480px) {
    body.home,
    body.page-id-290,
    body.page-id-292 {
        background: #eff1f1
    }
    .entry-header .entry-title,
    .entry-header .entry-description {
        padding-right: 0px;
        text-align: center;
    }
    #page .container-width,
    #page .container-fluid {
        margin-top: -30px;
    }
}

.vc_grid-filter-item {
    padding: 0 15px !important;
    margin: 0 20px !Important;
    border: 0 !important;
    border-radius: 0 !important;
    min-width: 120px;
}
.topquoteholder .topquote .topquotelink {
    padding-top: 40px;
}

@media (min-width: 1281px) {
    #topheaderholder {
        height: 600px;
        max-height: 600px;
        background-color: #eff1f1;
    }
    #topheaderholder .hero-image {
        padding-bottom: 600px;
    }
    .topquoteholder {
        top: 160px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    #topheaderholder {
        height: 500px;
        max-height: 500px;
        background-color: #eff1f1;
    }
    #topheaderholder .hero-image {
        padding-bottom: 500px;
    }
    .topquoteholder {
        top: 160px;
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    #topheaderholder {
        height: 400px;
        max-height: 400px;
        background-color: #eff1f1;
    }
    #topheaderholder .hero-image {
        padding-bottom: 400px;
    }
    .topquoteholder {
        top: 120px;
    }
}

@media (min-width: 320px) and (max-width: 640px) {
    #topheaderholder {
        height: 320px;
        max-height: 320px;
        background-color: #eff1f1;
    }
    #topheaderholder .hero-image {
        padding-bottom: 320px;
    }
    .topquoteholder {
        top: 90px;
    }
}

@media (max-width: 480px) {
    #topheaderholder .topquoteholder .topquote .topquotelink {
        margin-top: -220px;
    }
    #topheaderholder .hero-image {
        padding-bottom: 250px;
    }
    .topquoteholder {
        top: 160px;
    }
}

@media (min-width: 1281px) {
    .single-post #topheaderholder:empty + #page > .site-content > .container-fluid {
        margin-top: -200px;
    }
    #topheaderholder:empty + #page > .site-content > .container-fluid {
        margin-top: -140px;
    }
}
@media (min-width: 1200px) and (max-width: 1280px) {
    #topheaderholder:empty + #page > .site-content > .container-fluid {
        margin-top: -100px;
    }
}
@media (min-width: 1000px) and (max-width: 1199px) {
    #topheaderholder:empty + #page > .site-content > .container-fluid {
        margin-top: 0;
    }
}
.vc_grid-btn-load_more a {
    background-color: #0091d2 !important;
}
.real-pink a {
    background-color: #ff0079 !important;
    color: #fff !important;
}
.cat-blog-post-row {
    margin-bottom: 20px;
}
.cat-blog-post-item {
    background-color: #eff1f1;
    min-height: 300px;
}
.cat-blog-post-item .col-sm-4 {
    padding-left: 20px;
    padding-right: 5px;
}
.cat-blog-post-item .col-sm-8 {
    padding-right: 30px;
}
.entry-title {
    color: #004665;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 2.5rem;
}
.entry-label {
    color: #0091d2;
    font-size: 2rem;
}
.entry-excerpt {
    color: #004665;
    margin-bottom: 50px;
}
.entry-date {
    padding: 35px 50px;
    background-color: #0091d2;
    font-size: 1rem;
    line-height: 2.5rem;
    font-family: telenorlight;
    margin: 20px auto 0 15px;
    padding-top: 30px;
    text-align: center;
    background-color: #0091d2;
    width: 130px;
    height: 130px;
    position: relative;
}
.entry-date-day span {
    color: #fff;
    font-size: 3rem;
}
.entry-date-month span {
    color: #004665;
    font-size: 1.5rem;
}
.entry-date-container {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 30%;
    margin: -25% 0 0 -25%;
    width: 50%;
}

.pagination {
    width: 85%;
    display: block;
    float: left;
    margin: 20px 0;
}

.pagination li a {
    border:0;
    border-radius:0 !important;
}

.pagination > li {
    padding:5px;
}

.pagination .next-page a,
.pagination .prev-page a {
    background-color:#0091d2;
    color:#fff;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color:#23527c;
    color:#fff;
}

.pagination > li.active > a,
.pagination > li.active > span {
    background-color: #0091d2 !important;
}

.pagination-container > .pages-container {
    display: block;
    float: left;
    margin: 20px 0px 20px 10px;
}

.pagination-container > .pages-container > span {
    color: #0091d2;
    font-size: 2rem;
}

@media (min-width: 768px) {
    .cat-blog-post-item .col-sm-4 .entry-date {
        width: 70px;
        height: 70px;
        padding: 15px 25px;
        line-height: 1rem;
    }
    .entry-date-container {
        margin: -15% 0 0 -35%;
        width: 70%;
    }
    .entry-date-day span {
        font-size: 2.5rem;
    }
    .entry-date-month span {
        font-size: 1.5rem;
    }
}

@media (min-width: 980px) {
    .cat-blog-post-item .col-sm-4 .entry-date {
        width: 100px;
        height: 100px;
        /*padding-left: 30px;*/
    }
    .entry-title {
        font-size: 2rem;
    }
    .entry-label,
    .entry-excerpt {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .cat-blog-post-item .entry-date {
        margin: 20px auto 0 auto;
    }
    .cat-blog-post-row .col-xs-12 {
        text-align: center;
    }
    .cat-blog-post-row .col-xs-12:first-child {
        margin-bottom: 20px;
    }
    .cat-blog-post-item .col-sm-8 {
        padding-left: 40px;
        padding-right: 30px;
    }
}
