@font-face {
    font-family: 'gsmaiicons';
    src: url('../fonts/gsmai.eot?vw0p0o');
    src: url('../fonts/gsmai.eot?vw0p0o#iefix') format('embedded-opentype'),
    url('../fonts/gsmai.ttf?vw0p0o') format('truetype'),
    url('../fonts/gsmai.woff?vw0p0o') format('woff'),
    url('../fonts/gsmai.svg?vw0p0o#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon"],
[class*="icon"] {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon"]:before,
[class*="icon"]:before,
[class^="icon"]:after,
[class*="icon"]:after {
    font-family: 'gsmaiicons' !important;
}

.icon-gsmai-network:before {
    display: block;
    content: "\e902";
    font-size: 35px;
}

.icon-gsmai-market:before {
    display: block;
    content: "\e905";
    font-size: 35px;
}

.icon-gsmai-operator:before {
    display: block;
    font-size: 35px;
    content: "\e906";
}

.icon-gsmai-tracker:before {
    display: block;
    font-size: 35px;
    content: "\e907";
}

.icon-gsmai-operator-group:before {
    display: block;
    font-size: 35px;
    content: "\e908";
}

.icon-btn:after {
    margin: 0 0 0 15px;
    /*content: "\e903";*/
}

.icon-download:after {
    font-family: 'gsmaiicons' !important;
    margin: 0 0 0 10px;
    content: "\e90e";
}

.icon-all:before {
    font-family: 'gsmaiicons' !important;
    margin: 0 10px 0 0;
    content: "\e90a";
}

.icon-extracts:before {
    font-family: 'gsmaiicons' !important;
    margin: 0 10px 0 0;
    content: "\e90b";
}

.icon-share:before {
    font-family: 'gsmaiicons' !important;
    font-size: 20px;
    margin: 5px;
    content: "\e900";
}

.icon-print:before {
    font-family: 'gsmaiicons' !important;
    font-size: 20px;
    margin: 5px;
    content: "\e90f";
}

.icon-list-link:after {
    content: "\e903";
    margin: 0 0 0 10px;
}

/* Defaults */

html,
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    background-color: #ffffff;
    font-size:14px;
    line-height:18px;
    position: relative;
}

a,
b {
    text-decoration: none;
    color: #2CB5B5;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Gotham SSm A', 'proxima_nova_bold', sans-serif;
}

a:hover {
    color: #DC002B;
}

button {
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

li {
    float: left;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Utils */

.fluid-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.center-img {
    margin: 0 auto;
}

/* Container */

.page-container {
    width: 100%;
    position: relative;
}

.page-container:before {
    display: table;
    content: "";
}

/* Buttons */

[class^="btn"],
[class*="btn"] {
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #DC002B;
    text-decoration: none;
/*     padding: 20px 80px; */
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'Roboto', sans-serif;
    font-weight: inherit;
}

.btn:hover,
.btn:hover:after {
    border-color: #DC002B;
    background-color: #ffffff;
    color: #DC002B;
}

.btn-red {
    background-color: #DC002B;
    color: #ffffff;
    padding: 10px 15px;
}

.btn-red:hover,
.btn-red:hover:after {
    border-color: #BA0328;
    background-color: #BA0328;
    color: #ffffff;
}

.btn-dark-transparent {
    border-color: transparent;
    background-color: #310703;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
}

.btn-green {
    border-color: #ffffff;
    background-color: #2CB5B5;
    padding: 10px 15px;
}

.btn-green:hover,
.btn-green:hover:after {
    border-color: #ffffff;
    background-color: #4abec8;
    color: #ffffff;
}

.btn-submit-green {
    border-color: #ffffff;
    background-color: #2CB5B5;
    padding: 10px 15px;
}

.btn-submit-green:hover,
.btn-submit-green:enabled,
.btn-submit-green:hover:after {
    border-color: #ffffff;
    background-color: #53d4cA;
    color: #ffffff;
}

.btn-submit-green:disabled {
    border-color: #ffffff;
    background-color: rgba(99, 99, 99, 0.38);
    color: #ffffff;
}

.btn-submit-red {
    border-color: #ffffff;
    background-color: #DC002B;
    padding: 10px 15px;
}

.btn-submit-red:hover,
.btn-submit-red:enabled,
.btn-submit-red:hover:after {
    border-color: #ffffff;
    background-color: #DC002B;
    color: #ffffff;
}

.btn-submit-red:disabled {
    border-color: #ffffff;
    background-color: rgba(99, 99, 99, 0.38);
    color: #ffffff;
}

.btn-transparent {
    background: transparent;
    background-color: transparent;
    padding: 10px 15px;
}

.btn-transparent:hover,
.btn-transparent:hover:before {
    color: #DC002B;
    background-color: #ffffff;
}

.btn-grey {
    color: #666666;
    background-color: #ffffff;
    padding: 10px 15px;
}

/* Borders */

.border-plain {
    border: #d3d3d3 1px solid;
    border-radius: 3px;
}

.border-plain-shadow {
    border: #d3d3d3 1px solid;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.background-grey-grad {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f8f8f8));
    background: linear-gradient(white, #f8f8f8);
}

/* 3.2 Component - Dropdown Menu */

.dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
    font-size: 12px;
}
.dropdown-menu > li > a {
    padding: 5px 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #edf0f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: #348fe2;
}
.dropdown-menu .divider {
    border-color: #eee;
}
.dropdown-menu.media-list {
    max-width: 280px;
    padding: 0;
}
.dropdown-menu.media-list p {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    max-width: 200px;
}
.dropdown-menu.media-list .dropdown-header {
    padding: 10px 20px !important;
    background: #fafafa;
    font-size: 12px;
}
.dropdown-menu.media-list .dropdown-header + .media {
    margin-top: -10px;
}
.dropdown-menu.media-list > .media {
    margin-top: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: -1px;
}
.dropdown-menu.media-list > .media > a {
    display: block;
    padding: 10px 20px !important;
}
.dropdown-menu.media-list > .media .media-left {
    padding-right: 10px;
}
.dropdown-menu.media-list > .media .media-right {
    padding-left: 10px;
}
.dropdown-menu.media-list > .media .media-object {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.dropdown-footer {
    padding: 10px 20px;
}
.dropdown-menu > li.dropdown-footer > a {
    padding: 0 !important;
    display: inline !important;
}
.dropdown-menu > li.dropdown-footer > a:hover,
.dropdown-menu > li.dropdown-footer > a:focus {
    background: none !important;
    text-decoration: underline !important;
}

/**/

.page-content-menu,
.page-content-breadcrumb {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 55px;
    text-align: left;
    background: #878787;
    color: #ffffff;
    min-height: 55px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 1440px;
}

.page-content-menu-container {
   /* max-width: 1140px;*/
    margin: 0 auto;
}

.page-content-breadcrumb {
    background: transparent;
    color: #878787;
    min-height: 35px;
    padding: 20px 0;
    line-height: normal;
    max-width: 1140px;
}

.page-content-breadcrumb ol {
    display: inline-block;
}

.page-header-dropdown .page-header-dropdown-item {
    line-height: 1;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    padding: 3em 3em;
    min-height: 162px;
    overflow: hidden;
}

.page-header-menu-dropdown a {
    line-height: 70px;
    padding: 0 1em;
    float: left;
}

.page-content-menu a {
    line-height: 55px;
}

.page-content-menu-dropdown a {
    line-height: 31px;
}

.page-header-menu-dropdown>a.icon:after,
.page-content-menu-dropdown>a.icon:after {
    display: inline-block;
    position: relative;
    float: right;
    content: "\e904";
    font-size: 7px;
    padding-left: 10px;
    color: #333333;
}

.page-content-menu-dropdown>a:after {
    margin: 0 5px 0 50px;
}

.page-header-menu-dropdown.selected .page-header-menu-dropdown-item,
.page-header-menu-dropdown.selected .page-header-menu-dropdown-item:after {
    background: #3C3D3D;
    color: #DC002B;
}

.page-header-menu-dropdown.active .page-header-menu-dropdown-item,
.page-header-menu-dropdown.active .page-header-menu-dropdown-item:after {
    background: #231f20;
    color: #ffffff;
}

.page-header-menu-dropdown a.active,
.page-header-menu-dropdown a:hover,
.page-header-menu-dropdown a:hover:after {
    background: #231f20;
    color: #ffffff;
}

.page-header-dropdown a:hover,
.page-header-dropdown a:hover:before,
.page-header-dropdown a:hover .page-header-dropdown-title:after {
    color: #333333;
    background-color: #99cccc;
}

.page-header-dropdown a:hover,
.page-header-dropdown a:hover:before,
.page-header-dropdown a:hover .page-header-dropdown-title:after {
    color: #333333;
}

.page-header-dropdown-title {
    display: inline-block;
    font-size: 17px;
    margin: 20px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-header-dropdown-title:after {
    font-size: 11px;
    margin: 0 0 0 15px;
    content: "\e903";
    color: #fff;
}

.page-header-dropdown-teaser {
    float: left;
}

.page-header-dropdown>li {
    width: 25%;
}

.page-header-dropdown>li:nth-child(2) {
    background-color: #414141;
}

.page-header-dropdown>li:nth-child(3) {
    background-color: #353535;
}

.page-header-dropdown>li:nth-child(4) {
    background-color: #2b2b2b;
}

.page-header-dropdown>li:nth-child(5) {
    background-color: #1a1a1a;
}

.page-header-login .btn {
    font-family: 'Roboto', sans-serif;
    padding: 8px 20px 9px 20px;
    text-align: center;
    font-size: 17px;
    border-radius: 4px;
    margin: 15px 0 0 10px;
}

.page-header-login + .page-header-login {
    margin-right: 0;
}

.page-content-menu ul,
.page-content-menu .page-content-menu-filter,
.page-content-menu .page-content-menu-select,
.page-content-menu-filter .page-content-menu-dropdown,
.page-content-menu-filter p {
    float: right;
}

.page-content-menu-filter p {
    padding-left: 20px;
}

.page-content-menu-select {
    margin: 11px 20px 11px 25px;
}

.page-content-menu-dropdown {
    padding: 0 10px;
    line-height: normal;
    background-color: #ffffff;
}

.page-content-menu-filter {
    background-color: #3C3D3D;
    min-width: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    position:relative;
    z-index:1;
}
.page-content-menu-filter .research-search-icon{
    position:absolute;
    top: 19px;
    right: 33px;
    background:url(../images/brochure/icons/search.png) no-repeat 0 0;
    width:20px;
    height:20px;
    background-size:20px 20px;
}
.page-content-menu-filter input{
    display: inline-block !important;
    margin: 0 30px;
    width: 400px !important;
    height: 26px;
    line-height: 26px;
    border: none;
    padding: 0 8px;
    font-size: 12px;
    transition: all 0.2s ease;
    font-family: Roboto;
}

.page-content-menu-filter .menu-content-holder {
    display: none;
    position: absolute;
    background-color: #3C3D3D;
    border-top: #DC002B solid 5px;
    top: 55px;
    left: 50%;
    width: 50%;
    z-index: 1;
    -webkit-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
    opacity: 0;
    overflow: hidden;
}

.page-content-menu-filter .menu-content-holder-items {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    padding: 0 0 20px 0;
}

.page-content-menu-filter .menu-content-holder h3 {
    margin: 15px 20px 25px 30px;
    color: #7b7b7b;
}

.page-content-menu-filter .menu-content-holder h3:after {
    content: "x";
    color: #ffffff;
    float: right;
}

.page-content-menu-filter .menu-content-holder ul {
    display: inline-block;
    position: relative;
    float: left;
    width: 24.25%;
    border-left: #878787 solid 1px;
}

.page-content-menu-filter .menu-content-holder ul:first-child {
    border: none;
}

.page-content-menu-filter .menu-content-holder ul li {
    float: none;
}

.page-content-menu-filter .menu-content-holder ul li a:hover {
    background-color: #878787;
}

.page-content-menu-filter .menu-content-holder ul li a {
    line-height: normal;
    color: #ffffff;
    padding-left: 20px;
}

.page-content-menu-filter .menu-content-holder ul:first-child li a {
    margin-left: 30px;
}

.page-content-menu-filter .menu-content-holder ul li:last-child {
    padding-bottom: 0;
}

.page-content-menu-filter .menu-content-holder li {
    padding: 0 0 20px 0;
}

.page-content-menu-item .research-filter-selector {
    background: #878787;
    color: #fff;
    padding: 4px;
    margin-right: 12px;
    border-radius: 3px;
    font-size: 16px;
    width: 272px;
}

.research-navigation .page-content-menu-item{
    width: 270px;
    padding-top: 4px;
    background: url('../images/arrow.png') no-repeat;
    background-position: 100%;
    background-size: 10%;
    /*overflow: hidden;*/
    margin-right: 30px;
    /*display: none;*/
}

.research-navigation .page-content-menu-item select{
    background: transparent;
    line-height: 1;
    position: relative;
    z-index: 10;
   /* overflow: hidden;*/
    border: 1px solid white;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 4px;
    text-overflow: '';
}

.research-navigation .page-content-menu-item select::-ms-expand {
    display: none;
}

.research-navigation .page-content-menu-item select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #FFF;
}

.research-navigation .page-content-menu-item select option {
    color: white;
    background-color: #878787;
}

.research-navigation {
    padding-top: 9px;
}

.page-content-menu-filter .menu-content-holder-items a,
.page-content-menu-item a {
    color: #ffffff;
    padding: 0 22.5px;
}

.page-content-menu-item a:hover{
    background-color: #3C3D3D;
}
.page-content-menu-item a.active {
    background-color: #ffffff;
    color: #3C3D3D;
}

.page-content-breadcrumb a {
    color: #bfbfbf;
}

.inactive {
    height: 800px;
    overflow: hidden;
    position: relative;
}

.inactive a {
    pointer-events: none;
    cursor: default;
}

.research-overlay {
    z-index: 10;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgb(255, 255, 255));
}

.page-content-breadcrumb a:hover {
    color: inherit;
}

.page-content-breadcrumb-item+.page-content-breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #636c72;
    font-weight: 300;
    content: ">";
}

.page-content-author-breadcrumb-item:after {
    display: inline-block;
    color: #636c72;
    font-weight: 300;
    content: ",\00a0 ";
}

.page-content-author-breadcrumb-item:last-child:after {
    content: ""
}

.page-content-author-breadcrumb-item {
    font-weight: 500;
}

.page-content-breadcrumb-item.active a {
    color: #929292;
    font-weight: 500;
}

.section-analysis-menu {
    display: block;
    margin: 0 auto 15px;
    max-width: 1140px;
}

.section-analysis-menu:after {
    display: block;
    content: "";
    clear: both;
}

.section-analysis-menu ul {
    width: 100%;
    display: flex;
}

.section-analysis-menu ul li {
    flex: 1 25%;
}

.section-analysis-menu ul li a {
    cursor: pointer;
    display: block;
    margin: 0 10px;
    color: #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
    text-transform: uppercase;
    font-family: "DIN Next LT Pro";
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    letter-spacing: -0.53px;
    line-height: 47px;
    text-align: center;
    white-space: nowrap;
}

.section-analysis-menu ul li:nth-child(1) a {
    margin-left: 0;
}

.section-analysis-menu ul li:nth-child(4) a {
    margin-right: 0;
}

.section-analysis-menu ul li:hover,
.section-analysis-menu ul li:hover a,
.section-analysis-menu ul .active,
.section-analysis-menu ul .active a {
    color: #000000;
    border-color: #000000;
}

.section-charts-menu {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #000;
    width: 100%;
}

.section-charts-menu ul {
    display: block;
    padding: 0;
    margin: 10px auto 0;
    text-align: center;
    max-width: 75%;
    vertical-align: top;
}

.section-charts-menu li {
    position: relative;
    display: inline-block;
    padding: 2%;
    -webkit-border-top-radius: 6px;
    -moz-border-top-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 25%;
}

.section-charts-menu li.active,
.section-charts-menu li.active a {
    background-color: #3C3D3D;
    color: #fff;
}

.section-charts-menu li a {
    color: #999;
    text-decoration: none;
    font-size: 16px;
    line-height: normal;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* page content/sections */

.page-content {
    display: block;
    position: relative;
    min-height: 70px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 22px;
    color: #000000;
}

.page-section-content {
    max-width: 1140px;
    width: 100%;
    padding: 50px 0 0;
    margin: 0 auto;
}

.page-section-content h1 {
    font-size: 38px;
    color: #000000;
    font-family: Gotham;
    margin: 0 0 30px;
    line-height: 43px;
    font-weight: 900;
    letter-spacing: -1.0625px;
    text-align: left;
    position: relative;
}

.page-section-content h2 {
    font-size: 38px;
    margin: 0 0 40px;
    font-weight: 300;
}

.page-section-content h3 {
    font-size: 35px;
    margin: 0 0 25px;
    font-weight: 300;
}

.page-section-content h4 {
    font-family: Gotham HTF;
    font-size: 26px;
    font-weight: 900;
    margin: 0 0 25px;
}

.page-section-content h5
{
    font-size: 16px;
    margin: 0 0 30px;
    color: #454545;
    /*font-weight: 300;*/
    font-style: normal;
    font-family: Roboto;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.1px;
}

.page-section-content p {
    font-size: 14px;
    margin: 0 0 30px;
    color: #454545;
    /*font-weight: 300;*/
    font-style: normal;
    font-family: Roboto;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.1px;
}

.page-combine-content h3 {
    margin-bottom: 25px;
}

.page-section-content h1 > .header-line {
    position: absolute;
    border-top: 4px solid #DC002B;
    width: 35px;
    margin-left: 2px;
    top: -15px;
}

.articlepage .page-section-content {
    padding-top: 20px;
    overflow: visible;
}

.articlepage .page-section-content h1 {
    font-size: 35px;
    margin: 0 0 25px;
    line-height: 38px;
}
.articlepage .page-section-content h2 {
    font-size: 30px;
}
.articlepage .page-section-content h3 {
    font-size: 27px;
    line-height: normal;
}
.articlepage .page-section-content h4 {
    font-size: 24px;
}

.page-content.page-container-fag ul,
.page-content.page-container-fag ol {
    list-style: unset;
    list-style-position: inside;
    display: inline-block;
    width: 100%;
}

.page-content.page-container-fag ul li,
.page-content.page-container-fag ol li{
    width: 100%;
}

.page-content.page-container-fag ul ul {
    list-style: circle;
    list-style-position: inside;
    margin-left: 20px;
}

.page-content.page-container-fag strong {
    font-weight: 700;
}

.page-content.page-container-fag h4 {
    margin: 25px 0 10px;
}

.page-content.page-container-fag .section-results-item:last-child {
    border-bottom: none;
}

.page-content.datapage section:nth-child(2n+4),
.page-content.homepage section:nth-child(2n+2),
.page-content.articlepage section:nth-child(2n+3) {
    background: #3C3D3D;
    color: #fff;
}

.page-content.homepage .page-section-content:nth-child(2n+4):before {
    content: "";
    position: relative;
    width: 0px;
    height: 0px;
    top: -42px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
}

.section-content {
    width: 100%;
    display: inline-block;
    padding: 0 0 50px 0;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

.researchpage .section-results-content.search-results{display:none;}
.researchpage .section-results-content{display:none;}
.researchpage .section-results-content.active{display:block;}


.page-content .page-section-content-wide.source-filings-items-section {
    background-color: #F3F3F3;
}

.page-content.source-filings-page .page-content-breadcrumb {
  padding-bottom: 0;
}

.page-content.source-filings-page .section-results-items {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.file {
    align-items: center;
    flex: 0 344px;
    display: flex;
    margin: 16px;
}

.file-icon {
    margin-right: 8px;
    font-size: 24px;
    color: #929292;
}

.file-name {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.page-content.source-filings-page .card {
    display: flex;
    margin: 16px;
    flex: 0 344px;
    position: relative;
}

.page-content.source-filings-page .entity-cards .card {
    flex: 0 248px;
}

.page-content.source-filings-page .card .card-icon {
    align-items: center;
    border: 2px solid #525252;
    color: #525252;
    font-size: 48px;
    display: flex;
    justify-content: center;
    padding: 32px;
}

.page-content.source-filings-page .card .card-info {
    padding-left: 8px;
    padding-top: 8px;
}

.page-content.source-filings-page .card .card-info .card-title {
   font-weight: bold;
}

.page-content.source-filings-page .card .card-info h5 {
    margin: 0;
}

.page-content.industry-updates-page .send-news-section {
    width: 240px;
    text-align: right;
    position: absolute;
    top: 7px;
    right: 0;
    cursor: pointer;
    color: #4A4A4A;
    font-family: Roboto;
    font-style: normal;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 16px;
    padding-right: 21px;
}

.page-content.industry-updates-page .send-news-section > i {
    top: 2px;
    position: absolute;
    right: 0;
}

.page-content.industry-updates-page .section-results-items {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.page-content.industry-updates-page .section-results-items .error-results {
    padding: 16px 0 0 8px;
    color: #DC002B;
}

.page-content.industry-updates-page .cell {
    flex: 0 220px;
    position: relative;
}

.page-content.industry-updates-page .card {
    margin: 15px 15px 0 0;
    height: 300px;
    min-height: 300px;
    border-top: 3px solid #2CB5B5;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.3);
    padding: 16px;
    overflow: hidden;
}

.page-content.industry-updates-page .card:hover {
    border-color: #525252;
}

.page-content.industry-updates-page .card .card-title {
    text-align: left;
    /*font-weight: 700;*/
    font-style: normal;
    color: #333;
    font-family: Roboto;
    font-size: 13px;
    line-height: 18px;
}

.page-content.industry-updates-page .card .card-subtitle {
    text-align: left;
    font-size: 15px;
    /*color: #999;*/
    color: black;
    font-style: italic;
    font-weight: bold;
}

.disable-click{
    pointer-events:none;
}

.page-content.industry-updates-page .card .card-title-icon {
    position: absolute;
    right: -1px;
    top: -3px;
    border-right: 40px solid;
    border-bottom: 40px solid;
    border-color: #FFF #F3F3F3;
}

.feed-author {
    font-size: 13px !important;
}

.page-content.industry-updates-page .card .card-title-icon i {
    color: #2CB5B5;
    position: absolute;
    font-size: 20px;
    top: 20px;
}

.page-content.industry-updates-page .card .card-body {
    text-align: left;
    color: #333;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    padding: 10px 0;
    font-size: 13px;
    max-height: 200px;
    line-height: 18px;
    white-space: pre-wrap;
}

.page-content.industry-updates-page .card .card-footer-data {
    position: absolute;
    bottom: 10px;
    right: 15px;
    left: 15px;
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
}

.page-content.industry-updates-page .card .card-footer-data .card-footer-section1 {
    width: 56%;
    float: left;
    color: #999;
    font-size: 11px;
    text-align: left;
}

.page-content.industry-updates-page .card .card-footer-data .card-footer-section2 {
    width: 44%;
    color: #999;
    font-size: 11px;
    float: right;
    text-align: right;
}

.page-content.industry-updates-page .card .card-footer-data-wrapper {
    background-color: #FFF;
    height: 40px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.page-content.industry-updates-page .card .card-footer-expand,
.page-content.industry-updates-page .card .card-footer-collapse {
    display: none;
    opacity: 0;
    text-align: right;
    color: #FFF;
    background-color: #525252;
    height: 40px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    font-size: 17px;
    font-family: Roboto;
    line-height: 20px;
}

.page-content.industry-updates-page .card .card-footer-expand > i,
.page-content.industry-updates-page .card .card-footer-collapse > i {
    margin-left: 5px;
}

.page-content.industry-updates-page .card:hover .card-footer-expand {
    display: block;
    cursor: pointer;
    opacity: 1;
}

.page-content.industry-updates-page .card.expanded {
    position: absolute;
    z-index: 1;
    height: auto;
}

.page-content.industry-updates-page .card.expanded .card-body {
    max-height: none;
    padding-bottom: 62px;
}

.page-content.industry-updates-page .card.expanded .card-footer-data {
    bottom: 45px;
}

.page-content.industry-updates-page .card.expanded .card-footer-expand {
    display: none !important;
}

.card-footer-expand {
    margin-bottom: 35px;
}

.page-content.industry-updates-page .card.expanded .card-footer-collapse {
    display: block;
    cursor: pointer;
    opacity: 1;
}

.page-content .page-content-search {
    position: relative;
    width: 100%;
}

.page-content .page-content-search .icon-prepend {
    position: absolute;
    height: 32px;
    width: 32px;
    background-color: #2CB5B5;
}

.page-content .page-content-search .icon-prepend .img-search {
    background-size: 20px 20px;
    background-image: url(../images/search.svg);
    background-position: 6px 6px;
    background-repeat: no-repeat;
    color: #FFF;
    height: 32px;
    width: 32px;
}

.page-content .page-content-search > input {
    display: block;
    border: 1px solid #CED4DA;
    width: 100%;
    height: 32px;
    padding: 5px 5px 5px 47px;
    background-color: #F3F3F3;
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
}

.page-content .page-section-content.page-section-control {
    padding-top: 0;
    padding-bottom: 0;
}

.page-content .page-section-content-wide {
    /*max-width: 100%;*/
    max-width: 1440px;
    /*height: 327px;*/
    padding: 0 150px;
    margin-top: -50px;
    padding-top: 90px;
}

.page-content .page-section-content-wide .section-content {
    padding-left: 0;
    padding-right: 0;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
}

.page-content .page-section-content.page-section-get-started h4 {
    font-family: 'DIN Next LT Pro', sans-serif;
    font-size: 26px;
    line-height: 48px;
    text-align: center;
    font-weight: 400;
}

.page-content .page-section-content.page-section-get-started p {
    text-align: center;
}

.page-content .page-section-content.page-section-get-started {
    background: url("../images/brochure/gsmai-gradient-map-normal.svg") no-repeat !important;
    background-size: 100% 100% !important;
    padding-top: 50px;
    color: #FFF;
}

.page-content .page-section-content.page-section-get-started .btn {
    font-family: Roboto;
    font-size: 17px;
    line-height: 22px;
    padding: 10px 15px;
}

.page-content .page-section-content.page-section-get-started h4,
.page-content .page-section-content.page-section-get-started .section-center {
    text-align: center;
}

.page-content .page-section-content.page-section-get-started p {
    color: #FFF;
}

.page-content .page-section-content-wide.feed-items-section {
    background-color: #F3F3F3;
    margin-top: 40px;
}

.page-content .page-section-content.page-section-content-no-title {
    padding-top: 0;
    margin-top: 15px;
}

    /* misc */

.section-intro-element,
.section-data-element,
.section-markets-element,
.section-research-element,
.section-scope-element,
.section-charts-element,
.section-started-element {
    font-size: 13px;
    width: 33.3%;
    float: left;
}

.section-data-content img,
.section-markets-content img {
    display: block;
    max-width: 394px;
    width: 100%;
    margin: 0 auto;
}

.section-data-content,
.section-markets-content,
.section-research-content {
    padding-bottom: 0;
    vertical-align: top;
}

.section-intro-txt p,
.section-markets-txt p,
.section-scope-txt p {
    margin: 0 25px;
}


.section-scope-txt.align-right p,
.section-scope-txt.align-right h4 {
    margin-left: 25px;
    margin-right: 0;
}

.section-data-txt,
.section-markets-txt {
    width: 50%;
    padding: 0 2%;
}

.section-combine-txt,
.section-started-txt {
    display: block;
    float: none;
    width: 55%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.section-results-content h4:before,
.section-charts-title h4:before,
.section-analysis-menu-title:before {
    padding: 0 10px 0 0;
    content: "\e90d";
}


.section-data-txt p,
.section-markets-txt p {
    margin: 0 70px 40px;
}

.section-popular-content h4,
.section-results-content h4 {
    font-weight: 500;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: #7b7b7b solid 1px;
    font-family: Gotham;
    font-size: 26px;
    letter-spacing: -0.69px;
}

.section-popular-content h4:before,
.section-related-content h4:before,
.section-news-content h4:before {
    padding: 0 10px 0 0;
    content: "\e90d";
}

.section-news-content h4:before {
    content: "\e90c";
}

.section-news-content h4 {
    border-bottom: #7b7b7b solid 1px;
    padding: 0 0 20px 0;
    margin: 0 0 50px 0;
}

.section-article-item-info p,
.section-results-item-txt p {
    float: left;
    margin-right: 0;
    width:100%;
}

/* intro */

.page-intro-content,
.page-started-content {
    color: #333333;
    margin-bottom: 50px;
}

.section-intro-element {
    line-height: 22px;
}

.section-intro-txt {
    font-size: 13px;
    width: 33.3%;
    float: left;
}

.section-intro-txt:before {
    content: "";
    position: relative;
    border-top: 1px solid #666666;
    top: 0;
}

.section-intro-txt:nth-child(1):before {
    position: relative;
    display: block;
    border-left: 1px solid #666666;
    left: 50%;
    width: 50%;
    height: 15px;
}

.section-intro-txt:nth-child(2):before {
    position: relative;
    display: block;
    border-right: 1px solid #666666;
    right: 0;
    width: 50%;
    height: 15px;
}


.section-intro-txt:nth-child(3):before {
    position: relative;
    display: block;
    border-right: 1px solid #666666;
    right: 50%;
    width: 100%;
    height: 15px;
}

.section-intro-txt img {
    position: relative;
    display: block;
    width: 42px;
    height: auto;
    margin: 0 auto;
    padding: 5px 0 15px 0;
}

/* data */

.section-data-target-image {
    bottom: 330px;
    margin-bottom: -330px;
    margin-left: -51px;
    max-width: 166px;
    max-height: 330px;
    position: relative;
    float: left;
    left: 49.5%;
}

/* research */

.section-research-txt p {
    margin: 0 35px;
}

.section-research-years {
    width: 20%;
}

.section-scope-txt {
    width: 21.05%;
}

.section-research-years ul {
    list-style-type: none;
    display: block;
}

.section-research-years li:nth-child(2n+1) {
    text-align: left;
}

.section-research-years li:nth-child(1):after {
    content: "";
    position: relative;
    top: -16px;
    display: block;
    width: 16px;
    height: 16px;
    border: 3px solid white;
    border-radius: 50%;
    background-color: #DC002B;
    margin: 0 auto;
}

.section-research-years li:nth-child(2n+2) {
    text-align: right;
}

.section-research-years li:nth-child(2n+2):before {
    content: "";
    position: relative;
    top: 12px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    margin: 0 auto;
}

.section-research-txt {
    width: 40%;
}

.section-research-years ul {
    background: url("../images/brochure/gsmai-research-image@2x.png") no-repeat;
    background-size: 166px 332px;
    background-position: 0 1px;
    width: 166px;
    height: 332px;
    margin: 0 auto;
    margin-bottom: -5px;
}

.section-research-years ul>li {
    float: none;
    line-height: normal;
    padding: 0 0 7px;
    font-style: oblique;
}

/* scope */

.section-scope-content-inner {
    max-width: 960px;
    margin: 0 auto;
}

.section-scope-txt p {
    margin-left: 0;
}

.section-scope-txt {
    text-align: left;
}

.section-scope-image {
    width: 57.9%;
    float: left;
}

.section-scope-image img {
    max-width: 555px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* combine */

.section-combine-content-inner {
    max-width: 1600px;
    margin: 0 auto;
}

.section-combine-image {
    width: 22.65%;
    float: left;
}

.section-combine-image-icon {
    width: 3.1%;
    float: left;
    margin-top: 78.5px;
}

.section-combine-circle {
    display: block;
    max-width: 197px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.section-combine-plus {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.section-combine-image p {
    font-size: 16px;
    font-style: oblique;
    color: #8c8c8c;
    margin-top: 25px;
}

/* started */

.page-started-content a.red-button {
    margin-bottom: 80px;
}

/* analysis */

.page-charts-content,
.page-analysis-content,
.page-analysis-content .section-content {
    padding: 0;
}

.page-charts-content {
    min-height: 620px;
}

.page-content .page-section-content:after {
    content: "";
    display: table;
    clear: both;
}

.page-content.with-tagline {
    padding-top: 50px;
}

.section-analysis-content {
    display: table;
    background: #DC002B;
    background-image: url("../images/brochure/gsmai_research_banner.jpg");
    background-size: cover;
    background-position: 50% 0%;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.section-spectrum-content {
    display: table;
    background: #DC002B;
    background-image: url("https://www.gsmaintelligence.com/wp-content/themes/theme_GSMAI/images/spectrum_page_visual.png");
    background-size: cover;
    background-position: 50% 0%;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.section-analysis-content-container {
    max-width: 1140px;
    margin: 0 auto;
}

.section-analysis-teaser {
    width: 43%;
    padding: 50px 50px 50px 0;
}

.section-analysis-teaser a {
    cursor: pointer;
    margin-right: 20px;
}

.section-analysis-media {
    width: 57%;
    padding: 50px 0 50px 50px;
    background-color: #7c1207;
    background-color: rgba(0, 0, 0, 0.4);
}

.section-analysis-media-txt {
    display: block;
    float: left;
    max-height: 244px;
    overflow: hidden;
}

.section-analysis-teaser-content {
    max-height: 280px;
    overflow: hidden;
}

.section-analysis-media-txt-content {
    margin-right: 16px;
}

.section-analysis-media-txt h4,
.section-analysis-media-txt p {
    margin-right: 40px;

}

.section-analysis-media-download {
    display: block;
    float: left;
}

.section-analysis-media-download a {
    margin-top: 32px;
    font-size: 0.98rem;
}

.section-analysis-media-download a:hover {
    background-color: #DC002B;
    color: #ffffff;
}

.section-analysis-media img {
    display: block;
    max-width: 238px;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    margin: 0 auto;
}

.section-analysis-teaser{
    left:-10px;
}
.section-analysis-media {
    left:10px;
}
.section-analysis-teaser,
.section-analysis-media {
    display: none;
    vertical-align: top;
    opacity:0;
}

.section-analysis-teaser,
.section-analysis-media,
.section-analysis-content-container {
    height: 400px;
}

.section-analysis-teaser.active,
.section-analysis-media.active {
    display: block;
    float: left;
}

.section-analysis-teaser p,
.section-analysis-media p {
    margin-bottom: 35px;
    color: #fff;
}

.section-analysis-teaser a {
    padding: 7px 20px;
    border: #310703 solid 1px;
    border-radius: 40px;
}

/* results */

.page-results-content {
    background-color: #fff;
    transition: height 0.2s ease;
    min-height: 220px;
}

.section-results-content h4 {
    margin-bottom: 0;
}

.section-results-items {
    display: block;
    width: 100%;
    float: left;
}
.section-results-loading-items img {
    margin: 0 auto;
    display: block;
}
.page-results-content .pagination {
    padding:20px 0 0 0;
    width: 100%;
    float: left;
}
.page-results-content .pagination a{
	margin-top: 25px;
	font-size: 1rem;
	padding: 10px 10%;
	border: #2CB5B5 solid 1px;
}

.page-results-content .pagination a:hover {
    border: 1px solid #DC002B;
}

.page-results-content .hidden {
    display: none;
}

.page-results-content .visible {
    display: block;
}

.page-results-content .pagination .pagination-button {
    cursor: pointer;
}

.page-results-content .pagination .older-lookup::after {
	content: "\e909";
	margin: 0 15px 0 0;
    float: left;
}
.page-results-content .pagination .older-lookup {
	float:left;
}
.page-results-content .pagination .newer-lookup {
	float:right;
}
.section-results-items .no-results{
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 60px;
    text-align: left;
    min-height: 300px;
}

.section-results-item {
    padding: 25px 0 10px 0;
    border-bottom: #7b7b7b solid 1px;
    text-align: left;
    color: #666666;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    float: left;
}

.section-results-item-txt a {
    cursor: pointer;
    font-size: 20px;
    color: #000000;
}

.section-results-item a,
.section-results-item p {
    margin: 0 0 10px 0;
}

.section-results-item-txt {
    width: 77%;
    float: left;
}

.section-results-item-link {
    width: 15.5%;
    float: left;
    text-align: center;
}

.section-results-item-info,
.section-results-item-txt a {
    float: left;
    margin-right: 40px;
    width: 100%;
}

.section-results-item-txt a:hover {
    color: #DC002B;
}

.section-results-item-image {
    width: 7.5%;
    float: left;
}

.section-results-item-link a {
    margin-top: 25px;
    font-size: 1rem;
    padding: 10px 10%;
    border: #2CB5B5 solid 1px;
}

.section-results-item-link .icon-btn::after {
    color: #666666;
    margin: 0 0 0 .5em;
}

.section-results-item-info ol {
    float: left;
}

.section-results-item-link a:hover,
.section-results-item-link a:hover:after {
    color: #DC002B;
    border-color: #DC002B;
    background-color: #ffffff;
}

.section-results-item-image {
    max-width: 80px;
    height: auto;
    float: right;
}
.section-results-item-image img{
    border: 1px solid #eeeeee;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    padding: 40px 27px;
    max-width: 100%;
}

.section-results-item-image img.loaded {
    padding:0;
}

.section-results-item-title {
    font-weight: 500;
}

.section-results-item-info-name {
    margin: 0 5px 0 0;
}

/* article */

.section-article-content {
    overflow: visible;
}

.section-article-content,
.section-related-content,
.section-news-content {
    text-align: left;
    font-size: 13px;
}
.section-article-content p{
    margin:0 0 10px 0;
}

.section-article-content h3 {
    color: #666666;
    margin-bottom: 20px;
}

.section-article-item-info {
    border-bottom: #7b7b7b solid 1px;
    padding: 0 0 20px 0;
    margin: 0 0 50px 0;
}

.section-article-item-info:after {
    display: block;
    content: "";
    clear: both;
}

.section-article-item-author {
    display: inline-block;
    width: 70%;
    float: left;
}

.section-article-item-icons {
    display: inline-block;
    width: 30%;
    float: left;
}

.section-article-item-icons a {
    color: #7b7b7b;
    font-size: 0;
    float: right;
}

.section-article-txt {
    padding: 0 2.5% 0 0;
    width: 70%;
    float: left;
}

.section-article-txt .btn-transparent {
    font-size: 13px;
    min-width: 185px;
    margin-right: 20px;
    padding: 10px;
    color: #4a4a4a;
    border-color: #7b7b7b;
}

.section-article-txt .btn-transparent:hover:after,
.section-article-txt .btn-transparent:hover:before,
.section-article-txt .btn-transparent:hover {
    background-color: #DC002B;
    border-color: #fff;
    color: #fff
}

.section-article-txt .btn-transparent:before {
    color: #DC002B;
    font-family: 'gsmaiicons' !important;
    content: "\e90e";
    margin: 0 5px 0 0;
}

.section-article-txt .btn-transparent:after {
    color: #4a4a4a;
    margin: 0 0 0 5px;
}

.section-article-sidebar {
    padding: 0 0 0 2.5%;
    width: 30%;
    float: left;
}

.section-article-sidebar div {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    width: 100%;
    overflow: hidden;
}

.section-article-sidebar p,
.section-article-sidebar h5,
.section-article-sidebar ul {
    margin: 0 20px 20px;
}

.section-article-txt-content {
    margin-bottom: 20px;
}

.section-article-sidebar li {
    float: none;
    margin-bottom: 25px;
}

.section-article-sidebar li a {
    font-size: 12px;
    color: #666666;
}

.section-article-sidebar h5 {
    color: #000000;
    font-size: 15px;
    padding: 0;
    margin-top: 20px;
}


.section-article-sidebar-report {
    max-height: 190px;
}

.section-article-sidebar-report img {
    width: 39%;
    margin: 10px auto 0 auto;
    box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
}

.section-article-sidebar-info a {
    vertical-align: top;
    width: 100%;
    padding: 10px 10px;
}

.section-article-sidebar-report a {
    position: absolute;
    vertical-align: top;
    bottom: 0;
    width: 100%;
    padding: 10px 10px;
}

/*.section-article-sidebar a:hover {*/
    /*background-color: #fff;*/
/*}*/

.section-article-sidebar a.icon-list-link:hover {
    color: inherit;
}

.section-article-sidebar-info .icon-btn:before,
.section-article-sidebar-report .icon-btn:before {
    margin: 0 10px 0 0;
    font-family: 'gsmaiicons' !important;
    content: "\e90e";
}

.section-article-sidebar-contact h5:before {
    content: "\e90c";
    margin: 0 10px 0 0;
}

.section-article-sidebar-charts h5:before {
    content: "\e90d";
    margin: 0 10px 0 0;
}
.section-article-sidebar-info a.icon-btn:after{
    content: none;
}

/* help */

.page-help-intro {
    margin-bottom: 55px;
    padding: 0 160px;
}

.section-help-content {
    border-top: #7b7b7b solid 1px;
    font-size: 13px;
}

.section-help-content {
    /* width: auto; */
    padding: 0 110px 55px;
}

.section-help-link {
    cursor: pointer;
    padding: 20px 0;
}

.section-help-link a {
    color: #333333;
}

.section-help-img-small {
    float: left;
    width: 50%;
    padding: 20px 2%;
}

.section-help-step p {
    text-align: justify;
    padding: 20px 0;
}

.section-help-step:after {
    content: "";
    display: block;
    text-align: center;
    position: relative;
    border-bottom: #7b7b7b solid 1px;
    padding: 0 5%;
    width: 0;
    margin: 0 auto;
    height: 0;
}

.section-help-link a:after {
    content: "\e903";
    font-size: 8px;
    margin-left: 10px;
}

h4.section-help-title {
    display: inline-block;
    margin: 0;
}

/* charts */

.section-charts-content {
    padding-bottom: 0;
}

.section-charts-content-chart {
    background-color: #3C3D3D;
    padding: 50px 160px 0 160px;
}

.section-charts-title {
    border-top: #7b7b7b solid 1px;
    padding: 20px 0 0;
    text-align: left;
    margin: 0 160px;
    display: block;
    background-color: #ffffff;
    color: #000000;
}

.section-charts-txt {
    display: block;
    float: none;
    width: 75%;
    margin: 0 auto;
}

.section-charts-content p {
    margin: 0 160px 40px;
}

.section-charts-title h1,
.section-charts-title h5 {
    color: #ffffff;
}

.section-charts-title:after {
    display: block;
    content: "";
    clear: both;
}
.lock-download-report{

    cursor: pointer;
}

.lock-download-report:before{
    margin: 0 10px 0 0;
    font-family: 'FontAwesome';
    content: '\f023';
}

/* footer */

.page-footer {
    background: #3C3D3D;
    color: #b2b2b2;
    font-size: 11px;
    text-align: left;
}

.page-footer a {
    color: inherit;
}

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

.page-footer ul {
    display: inline-block;
    list-style-type: none;
}

.page-footer li {
    float: left;
    padding: 0 25px 0 0;
}

.footer-content {
    width: auto;
    padding: 25px 25px 20px 25px;
}

.accordion-container label {
    box-shadow:
            0px 0px 0px 1px #2CB5B5,
            1px 0px 0px 0px rgba(255,255,255,0.9) inset,
            0px 2px 2px rgba(0,0,0,0.1);
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 28px;
    line-height: 18px;
    margin: 0 0 8px;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    border-radius: 4px;
}

.accordion-container label:hover{
    background: #2CB5B5;
    color: white;
}

.accordion-container input:checked + label,
.accordion-container input:checked + label:hover{
    background:#DC002B;;
    box-shadow:
            0px 0px 0px 1px rgba(155,155,155,0.3),
            0px 2px 2px rgba(0,0,0,0.1);
    color: #f8f8f8;
}

.accordion-container label:after,
.accordion-container input:checked + label:after{
    content: "\e904";
    font-family: 'gsmaiicons' !important;
    font-size: 12px;
    height: 12px;
    position: absolute;
    right: 13px;
    top: 7px;
    width: 16px;
}

.ac-container input:checked + label:hover:after{
    content: "\e90e";
    font-family: 'gsmaiicons' !important;
    font-size: 12px;
    height: 12px;
    position: absolute;
    right: 13px;
    top: 7px;
    width: 24px;
}

.accordion-container input{
    display: none;
}

.accordion-container article{
    background: rgba(255, 255, 255, 0.5);
    height: 0;
    margin-top: -1px;
    overflow: hidden;
    position: relative;
    transition:
            height 0.3s ease-in-out,
            box-shadow 0.6s linear;
    z-index: 10;
}

.accordion-container input:checked ~ article{
    box-shadow: 0px 0px 0px 1px #2CB5B5;
    transition:
        height 0.5s ease-in-out,
        box-shadow 0.1s linear;
    border-radius: 4px;

}

.accordion-container article div{
    color: #777;
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.accordion-container input:checked ~ article.accordion-content{
    height: auto;
}

.hideItemList{
    visibility: hidden;
    display: none;
}

.acronym-glossary{
    height: auto;
    box-shadow: 0px 0px 0px 1px #2CB5B5;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    border-radius: 4px;
    padding: 15px;

}
.acronym-glossary P strong ,.technologies P strong{
    display: block;
    font-weight: 600;
    overflow:hidden;
}
.technologies{
    height: auto;
    box-shadow: 0px 0px 0px 1px #2CB5B5;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    border-radius: 4px;
    padding: 15px;
}
.technologies h4{
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 10px 10px;
}

.technologies h2 {
    font-size: 16px;
    margin: 0 0 40px;
    font-weight: 600;
}
.technologies p{
    margin: 0 0 30px;
    letter-spacing: 0.1px;
    font-style: inherit;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}
.technologies ul{
    padding: 0;
    width: 100%;
    float: left;
}
.technologies ul li:before {
    content: "• ";
    margin-left: 20px;
    font-size: 20px;
    color: #2CB5B5;
    left: 0;
    position: relative;
}
.technologies ul li {
    font-family: inherit;
    font-size: 14px;
    margin: 10px 10px 10px;
    float: none;


}

/* media queries */

/* custom, iphone retina */

@media only screen and (min-width: 320px) {}

/* extra small devices, phones */

@media only screen and (min-width: 480px) {}

/* small devices, tablets */

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 769px) {}

/* medium devices, desktops */

@media only screen and (min-width: 992px) {}

/* large devices, wide screens */

@media only screen and (min-width: 1200px) {}

/*==========  non-mobile first method  ==========*/

/* large devices, wide screens */

@media only screen and (max-width: 1200px) {}

/* medium devices, desktops */

@media only screen and (max-width: 992px) {

    .page-content-menu-item,
    .section-research-years ul,
    .section-scope-image,
    .page-content-menu {
        display: none;
    }
    .section-article-txt,
    .section-research-txt,
    .section-article-sidebar,
    .section-scope-txt,
    .section-combine-txt,
    .section-combine-txt,
    .section-started-txt {
        width: 100%;
        padding: 20px 0;
        margin: 0;
    }
    .section-scope-txt.align-right p,
    .section-scope-txt.align-right h4 {
        margin-left: 0;
    }
    .section-research-txt p {
        margin: 0;
        padding: 0;
    }
    .section-research-content {
        padding-bottom: 50px;
        text-align: left;
    }
    .section-combine-image-icon {
        margin-top: 39.25px;
    }
    .page-content-breadcrumb {
        padding: 10px 50px;
    }
    .page-section-content {
        padding: 50px 50px 0 50px;
    }
    .page-analysis-content,
    .page-charts-content,
    .section-charts-content-chart {
        padding: 0;
    }
    .section-article-sidebar-contact,
    .section-article-sidebar-charts,
    .section-article-sidebar-media {
        border: none;
    }
    .section-article-sidebar p,
    .section-article-sidebar h5,
    .section-article-sidebar ul {
        margin: 0 0 5px 0;
    }
    .section-article-sidebar li {
        float: left;
        margin: 0 5px 5px;
    }
}

/* menu */

@media only screen and (max-width: 1050px) {

    /* .page-header-menu a, */
    /* .page-header-menu-burger a, */
    .page-header-menu-burger {
        display: block;
    }
    .page-header-dropdown .page-header-dropdown-item {
        width: 100%;
        text-align: left;
    }
    .page-header-menu-burger:hover ul {
        display: block;
    }
    .page-header nav {
        float: none;
        width: 100%;
        padding: 70px 0 0;
    }
    .page-header-menu ul {
        display: none;
        position: static;
        float: none;
    }
    .page-header-menu ul>li {
        float: none;
        position: relative;
    }

    .page-header-dropdown {
        display: none;
        max-height: initial;
    }
    .section-sticky-menu,
    .page-header-dropdown-item img,
    .page-header-dropdown-teaser {
        display: none;
    }
    .page-header-dropdown li {
        width: 100%
    }
    .page-header-dropdown-title {
        margin: 10px 20px;
    }
    .page-header-menu-dropdown>a {
        line-height: 10px;
        padding: 20px 0 20px 20px;
        float: none;
    }
    .page-header-menu-dropdown>a.icon:after,
    .page-content-menu-dropdown>a.icon:after {
        position: absolute;
        float: none;
        text-align: left;
        display: inline-block;
    }
    .page-header-login {
        line-height: normal;
        padding: 0;
    }
    .page-header-login .btn {
        color: #333333;
        border: none;
        line-height: 10px;
        padding: 20px 0 20px 20px;

    }
    .page-header-login .btn:hover {
        border-radius: 0;
        background: #231f20;
        color: #ffffff;
    }
    .page-header-menu .main-menu>li:nth-child(4) {
        padding-left: 0;
    }
    .page-header-menu-dropdown a:before {
        display: none;
    }
    .page-header-menu-dropdown .page-header-dropdown-item {
        min-height: 0;
        padding: 7.5px;
    }
    .page-header-menu-dropdown .page-header-dropdown-item {
        background: transparent;
    }

    .page-header-menu-dropdown:nth-child(4) .page-header-login,
    .page-header-login button {
        padding: 0;
        position: relative;
        float: none;
        margin: 0;
    }
    .page-header-login .btn {
        width: 100%;
        text-align: left;
        background-color: transparent;
    }
    a.page-header-dropdown-item {
        padding: 20px;
    }
    .page-header-dropdown-title {
        line-height: normal;
        font-size: 13px;
        margin: 10px;
    }
    .page-header-dropdown-teaser {
        font-size: 11px;
    }
    /* Research */
    .section-analysis-teaser,
    .section-analysis-media {
        width: auto;
        display: inline-block;
        margin: 0;
        padding: 50px 160px
    }
    /* Data */
    .section-charts-menu ul {
        max-width: 100%;
    }
    .section-charts-menu li a {
        font-size: 12px;
    }
    /* Chart */
    .page-charts-content {
        min-height: auto;
    }
    /* Result links */
    .section-results-item-link a {
        font-size: 0.5rem;
    }
}

@media only screen and (min-width: 1051px) {
    .page-header-menu .main-menu {

        display: block !important;

    }
}

/* small devices, tablets */

@media only screen and (max-width: 768px) {
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        text-align: left;
    }
    .page-content-breadcrumb {
        padding: 10px 20px;
    }
    .page-section-content {
        padding: 20px 20px 0 20px;
    }
    .page-analysis-content,
    .page-charts-content,
    .section-charts-content-chart {
        padding: 0;
    }
    .page-section-content h1 {
        font-size: 30px;
        margin: 0 0 10px;
    }

    .page-section-content h2 {
        font-size: 27px;
        margin: 0 0 10px;
    }

    .page-section-content h3 {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .page-section-content h4 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .page-section-content h5 {
        font-size: 15px;
        margin: 0 0 10px;
    }
    .section-analysis-menu,
    .section-analysis-teaser,
    .section-analysis-media {
        margin: 0;
        padding: 20px;
    }
    .section-analysis-menu {
        margin: 0 20px;
    }
    .section-results-item-image,
    .section-results-item-txt,
    .section-results-item-link,
    .section-analysis-media-download,
    .section-analysis-media-txt {
        width: 100%;
    }
    .section-results-item-image {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .section-results-item-link {
        margin-bottom: 20px;
    }
    .section-analysis-media img {
        margin: 0 auto;
    }
    .section-analysis-media a {
        width: 50%;
        font-size: 0.65rem;
        margin: 0 auto;
    }
    .section-analysis-media-txt p {
        margin: 0 0 20px 0;
    }
    .section-charts-title {
        margin-left: 20px;
        padding-top: 20px;
    }
    .section-help-content {
        margin: 0 0 55px;
    }

    [class^="element"],
    [class*="element"] {
        width: 100%;
        padding: 0;
    }
    .section-charts-content {
        padding: 0 20px 0 20px;
    }
    [class^="element"] img,
    [class*="element"] img,
    [class^="element"]:before,
    [class*="element"]:before,
    [class*="element"]:nth-child(1):before,
    [class*="element"]:nth-child(2):before,
    [class*="element"]:nth-child(3):before,
    .section-data-target-image,
    .section-combine-content,
    .page-section-content:before,
    .page-container a.red-button:before {
        display: none;
    }
    [class^="element"] p,
    [class*="element"] p {
        width: 100%;
        padding: 0 0 20px 0;
        margin: 0;
    }
    .section-results-item-link a,
    [class^="btn"],
    [class*="btn"] {
        font-size: 13px;
        padding: 10px;
    }
    .page-help-intro {
        padding: 0;
        margin-bottom: 20px;
    }
    .section-content {
        padding: 0;
    }

    .footer-content {
        padding: 10px 20px;
    }
}

.settings-btn {
    background-color: #2CB5B5 !important;
    border-color: white !important;
    color: #ffffff;
    margin: 15px auto;
    display: block;
    width: 25%;
}

.success-message,
.reset-password .form-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 0;
}

.success-message a {
    margin-top: 30px;
}

.profile-page .form-content {
    width: 75%;
    margin-right: 15em;
    min-width: 15em;
    padding-bottom: 30px;
}

.reset-password .form-input,
.profile-page .form-input {
    font-family: "DIN Next LT Pro";
    font-size: 1em;
    margin: 1em 0.75em 0.75em 0;
    width: 100%;
}
.reset-password .form-label,
.profile-page .form-label {
    color: #333333;
    display: inline-block;
    font-weight: bold;
}

.reset-password input[type="password"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select, textarea {
    border: #c6c6c6 0.0625em solid;
    border-radius: 0.25em;
    box-shadow: 0.0625em 0.0625em 0.5em rgba(0, 0, 0, 0.1);
    color: #555555;
    display: block;
    outline: 0;
    padding: 0.75em;
    width: 100%;
}
.reset-password h5,
.profile-page h5 {
    font-weight: 900;
    line-height: 24px;
    font-size: 20px;
}

.mkt_span {
    max-width: 80%;
}


/*.profile-page input[type="checkbox"] {*/
/*    cursor: pointer;*/
/*    height: 1.5em;*/
/*    margin-right: 0.5em;*/
/*    width: 1.5em;*/
/*}*/

.section-settings-menu {
    display: block;
    margin: 0 auto 15px;
    max-width: 1140px;
}

.section-settings-menu:after {
    display: block;
    content: "";
    clear: both;
}

.section-settings-menu ul {
    width: 60%;
    display: flex;
}

.section-settings-menu ul li {
    flex: 1 25%;
}

.section-settings-menu ul li a {
    cursor: pointer;
    display: block;
    margin: 0 10px;
    color: #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
    text-transform: uppercase;
    font-family: "DIN Next LT Pro";
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    letter-spacing: -0.53px;
    line-height: 47px;
    text-align: center;
    white-space: nowrap;
}

.section-settings-menu ul li:nth-child(1) a {
    margin-left: 0;
}

.section-settings-menu ul li:nth-child(2) a {
    margin-right: 0;
}

.section-settings-menu ul li:hover,
.section-settings-menu ul li:hover a,
.section-settings-menu ul .active,
.section-settings-menu ul .active a {
    color: #000000;
    border-color: #000000;
}

.profile-page .required-label::after {
    content: '*';
    color: #DC002B;
}

.faq-accordion {

    display: block;
    margin: 0 auto 15px;
    max-width: 1140px;
}
.faq-accordion ul{
    width:100%;
    display:flex;
}

.faq-accordion ul li{
    flex: 1 25%;
    padding: 0px 15px 0px 15px;
}
.faq-page-section{
    max-width: 1140px;
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
}

.def-excel-download{
    width: 90px;
    height: 100px;
    margin: 30px;
    background: url('../images/icon-excel.png') no-repeat;

}

.settings-form {
    width: 100vw;
}

.settings-element{
    position: relative;
    z-index: 0;
}

.settings-element p {
    display: inline-grid;
}

.setting-key {
    width: 200px;
}

.setting-value {
    font-weight: bold;
    width: 200px;
    border: none !important;
    overflow: visible;
    box-shadow: none !important;
    font-size: 14px;
    font-family: Roboto;
    text-align: left;
    letter-spacing: 0.1px;
    padding: 0 !important;
    color: #555555;
}

.modal-opener {
    display: inline-grid;
    font-style: italic;
    font-weight: bolder;
    cursor: pointer;
}

#Password .form-input {
    width: 45%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    display: inline-block !important;
}
.ui-datepicker .ui-datepicker-header{
    background-color: #4abab5;
}
.ui-datepicker .ui-datepicker-buttonpane button{
    color: white;
    background-color: #4abab5;
}
#expiry{
    font-weight: inherit;
    border: #c6c6c6 0.0625em solid !important;
    border-radius: 0.25em;
    box-shadow: 0.0625em 0.0625em 0.5em rgba(0, 0, 0, 0.1) !important;
    background: rgba(0, 0, 0, 0) none repeat scroll 0px center;
    overflow: visible;
    font-size: inherit;
    font-family: inherit;
    text-align: left;
    letter-spacing: 0.1px;
    padding-left: 10px !important;
}

.user-search-icon{
    position:absolute;
    top: 48px;
    right: 7px;
    background:url(../images/brochure/icons/search.png) no-repeat 0 0;
    width:20px;
    height:20px;
    background-size:20px 20px;
}

.search-user{
    display: inline-block;
    border-color: #4abab5;
    width: 400px;
    height: 34px;
    line-height: 26px;
    padding: 0 8px;
    font-size: 12px;
    font-family: Roboto;
    transition: all 0.2s ease;
}
/*#Consent input[type="radio"] {*/
/*    -webkit-appearance: checkbox;*/
/*    -moz-appearance: checkbox;*/
/*    -ms-appearance: checkbox;*/
/*}*/
.form-input{
    padding-bottom: 10px;
}
.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
    min-height: 600px;
}

#organization{
    background-color: white;
    font-family: Roboto;
    font-weight: bolder;
}
#organization :focus{
    border: #2CB5B5 0.0625em solid;
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@-webkit-keyframes click-wave {
    0% {
        height: 25px;
        width: 25px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 125px;
        width: 125px;
        margin-left: -50px;
        margin-top: -50px;
        opacity: 0;
    }
}
@-moz-keyframes click-wave {
    0% {
        height: 25px;
        width: 25px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 125px;
        width: 125px;
        margin-left: -50px;
        margin-top: -50px;
        opacity: 0;
    }
}
@keyframes click-wave {
    0% {
        height: 25px;
        width: 25px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 125px;
        width: 125px;
        margin-left: -50px;
        margin-top: -50px;
        opacity: 0;
    }
}
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 8.3333333333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 25px !important;
    width: 25px !important;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border:none;
    color: #fff;
    cursor: pointer !important;
    display: inline-block;
    margin-right: 0.5rem !important;
    outline: none;
    position: relative;
    z-index: 1000;
}
.option-input:hover {
    background: #9faab7;
}
.option-input:checked {
    background: #2CB5B5;
}
.option-false:checked {
    background: #DC002B;
}
.option-input:checked::before {
    height: 25px;
    width: 25px;
    position: absolute;
    content: '✓';
    display: block;
    font-size: 16.6666666667px;
    text-align: center;
    line-height: 25px;
    left: 0.5px;
}
.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #2CB5B5;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-false:checked::before {
    content: '✕';
    top: -1px;
}
.option-false:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #DC002B;
    content: '';
    display: block;
    position: relative;
    z-index: 110;
}
.option-input.radio {
    border-radius: 50%;
}
.option-input.radio::after {
    border-radius: 50%;
}
.checkbox {
    top: -30px;
}
.edited
{
    display:none;
}
.save
{
    display:none;
}
.cancel {
    display:none;
    margin: 0 10px;
}
.divinline {
    display: inline-block;
    width: 180px;
    margin-right: 20px;
}

#terms,
#gsma_mkt_consent {
    height: 2.3em;
    margin-right: 0.5em;
    width: 2.3em;
}

/*#gsma_mkt_consent {*/
/*    top: -73px;*/
/*}*/

#terms {
    top: -2px;
}

/* extra small devices, phones */

@media only screen and (max-width: 480px) {}

/* custom, iphone retina */

@media only screen and (max-width: 320px) {}
