/*
 * Main GSMA Colours
 */
/*
* Forms CSS FA
*/
.form-process .form-disclaimer {
  display: none;
}

.form-process form {
  background: #f2f2f2;
  margin: 0 0 20px 0;
  padding: 20px;
}

.form-process form .elq-field {
  margin-bottom: unset;
  font-family: unset;
  position: unset;
  margin-bottom: 10px;
  width: 100%;
}

.form-process form .elq-field.justlabel {
  margin-bottom: 0px;
}

.form-process form .elq-field:not(.master):not(.hidden):not(.hidefield) {
  display: flex;
  flex-wrap: wrap;
}

.form-process form .elq-field.hidefield {
  display: none;
}

.form-process form .elq-field.submit {
  margin: 20px 0 0 0;
}

.form-process form .elq-field .label {
  width: 100%;
  float: unset;
}

.form-process form .elq-field .text,
.form-process form .elq-field .select,
.form-process form .elq-field .textArea {
  width: 100%;
}

.form-process form .elq-field textarea {
  -ms-box-sizing: unset;
  -moz-box-sizing: unset;
  -webkit-box-sizing: unset;
  box-sizing: unset;
  font-size: unset;
  color: unset;
  border: unset;
  background: #ffffff;
}

.form-process form .elq-field .field-wrap {
  vertical-align: unset;
  border-radius: unset;
  border: unset;
  font-size: unset;
  color: unset;
  background: unset;
  padding: 0;
  margin: 0 0 10px 0;
}

.form-process form .elq-field .field-wrap.label {
  display: unset;
}

.form-process form .elq-field .field-wrap label {
  color: #231f20;
  float: unset;
}

.form-process form .elq-field .field-wrap label h2 {
  padding: 0;
  color: #231f20;
}

.form-process form .elq-field .field-wrap label p {
  padding: 0;
  font-size: 16px;
  line-height: 16px;
}

.form-process form .elq-field .field-wrap input[type=text],
.form-process form .elq-field .field-wrap input[type=email] {
  height: 40px;
  padding: 0 0 0 10px;
  width: calc(100% - 10px);
  max-width: calc(100% - 10px);
  background: #ffffff;
}

.form-process form .elq-field .field-wrap .text {
  width: unset;
}

.form-process form .elq-field .field-wrap select {
  background: #ffffff;
}

.form-process form .elq-field .field-wrap select option {
  font-weight: unset;
  display: unset;
  white-space: unset;
  min-height: unset;
  padding: unset;
}

.form-process form .elq-field .field-wrap .sbHolder {
  width: 100%;
  float: unset;
  height: unset;
  border: unset;
  overflow: unset;
}

.form-process form .elq-field .field-wrap .sbHolder .sbSelector {
  height: 40px;
  left: unset;
  line-height: unset;
  outline: unset;
  overflow: unset;
  text-indent: unset;
  top: 0;
  margin-right: unset;
  margin-left: unset;
  padding: 0 0 0 10px;
  border: 0;
  display: flex;
  align-items: center;
}

.form-process form .elq-field .field-wrap .sbHolder .sbToggle {
  height: unset;
  position: unset;
  width: unset;
  float: unset;
  margin-bottom: unset;
}

.form-process form .elq-field .field-wrap .sbHolder ul {
  padding: 0 !important;
  left: 0;
}

.form-process form .elq-field .field-wrap .sbHolder ul li {
  margin: unset;
  font-size: 16px;
  line-height: 20px;
}

.form-process form .elq-field .field-wrap submit input[type=submit] {
  padding: 20px 0px;
}

.form-process form .elq-field .message {
  background: #de002b;
  color: #ffffff;
  padding: 10px;
  border-radius: unset;
  margin-top: 5px;
  font-style: unset;
  font-weight: 500;
}

.form-process form .elq-field .message:before {
  border-color: transparent transparent #de002b transparent;
}

.form-process .form-disclaimer p {
  font-size: 16px;
  line-height: 20px;
}

.form-process .submission {
  background-color: #de002b;
  font-weight: 500;
}

/*
 * Forms CSS
 * For SF Forms, can replace when moved to Form Assembly
 */
.form-disclaimer {
  display: none !important;
}

.wFormContainer {
  margin: 0 auto;
  font-size: unset;
  font-family: unset;
  color: unset;
  max-width: calc(100% - 20px);
}

.wFormContainer .wFormFooter .supportInfo {
  display: none;
}

.wFormContainer .errorMessage {
  padding: 20px !important;
  background: #de002b;
  font-size: unset;
  font-weight: 700;
  color: #ffffff !important;
  margin: 0;
}

.wFormContainer .errorMessage ul,
.wFormContainer .errorMessage ol {
  padding: 20px;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
}

.wFormContainer .errorMessage ul a,
.wFormContainer .errorMessage ol a {
  color: #ffffff;
}

.wFormContainer .errorMessage ul a:hover,
.wFormContainer .errorMessage ol a:hover {
  color: #f2f2f2;
}

.wFormContainer .wForm {
  box-shadow: unset;
}

.wFormContainer .wForm .wFormThankYou {
  padding: 0px !important;
  font-size: unset;
  font-weight: 700;
}

.wFormContainer .wForm form {
  background: #f2f2f2;
  margin: 0 0 20px 0;
  padding: 20px;
  max-width: 100%;
  color: #231f20;
  font-size: 16px;
}

.wFormContainer .wForm form input[type=submit] {
  margin-top: 0;
}

.wFormContainer .wForm form p,
.wFormContainer .wForm form span {
  padding: 0 !important;
  margin: 0;
  font-size: 16px !important;
  color: #231f20 !important;
}

.wFormContainer .wForm form b {
  font-weight: 700;
}

.wFormContainer .wForm form .label {
  display: inline-block;
  color: #231f20;
  font-size: 16px !important;
  margin-bottom: 10px;
}

.wFormContainer .wForm form .label.preField {
  line-height: unset;
}

.wFormContainer .wForm form .oneField {
  font-family: unset;
  position: unset;
  max-width: 100%;
  width: 100%;
  margin: 0 0 20px 0;
}

.wFormContainer .wForm form .oneField .inputWrapper {
  width: 100%;
}

.wFormContainer .wForm form .oneField .inputWrapper input {
  border: 0;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
}

.wFormContainer .wForm form .oneField .inputWrapper input[type=file] {
  padding: 0;
  padding: 10px 0;
}

.wFormContainer .wForm form .oneField .inputWrapper input[type=text] {
  height: 38px;
}

.wFormContainer .wForm form .oneField .inputWrapper .choices {
  margin-bottom: 20px;
}

.wFormContainer .wForm form .oneField .inputWrapper .choices .oneChoice {
  display: flex;
  padding: 10px 0 !important;
}

.wFormContainer .wForm form .oneField .inputWrapper .choices .oneChoice a {
  padding-left: 8px;
}

.wFormContainer .wForm form .oneField .inputWrapper .choices .oneChoice input {
  width: 40px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.wFormContainer .wForm form .oneField .inputWrapper .choices .oneChoice label {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  margin-bottom: 0;
}

.wFormContainer .wForm form .oneField .inputWrapper select {
  height: 38px;
  width: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  color: #808285;
  font-size: 16px !important;
}

.wFormContainer .wForm form .oneField .inputWrapper textarea {
  -ms-box-sizing: unset;
  -moz-box-sizing: unset;
  -webkit-box-sizing: unset;
  box-sizing: unset;
  font-size: unset;
  color: unset;
  border: unset;
  background: #ffffff;
}

.tab_content {
  padding: 10px;
  line-height: 20px;
}

#clickable_tabs {
  background: white;
  border-bottom: 3px solid #00568f;
}

.block.full-width #shortcode_all_tabs {
  margin-top: 45px;
  border-top: 3px solid #00568f;
}
.block.full-width #clickable_tabs {
  margin: -42px auto 0 auto;
  border-bottom: 0;
  max-width: 980px;
}
.block.full-width .shortcode_tab {
  margin: 20px;
}

.tab_content {
  display: none;
}

.tab_content.display-tab {
  display: inherit;
}

.tab_title {
  display: inline-block;
  cursor: pointer;
  padding: 10px 0px;
}

.block .tab_title h3 {
  display: inline;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 20px;
}

.block.interaction .tab_title h3 {
  padding: 20px 100px;
}

.display-tab.tab_title {
  border-bottom: 0;
  background: #00568f;
  color: white;
}

.block .tab_title:hover {
  background: #00a6c9;
}

header #gsma_section #gsma_sub_section_bar .gsma_sub_section_bar_wrapper #menu_mobile .hamburger {
  opacity: 1;
}

.block .buttongroup a {
  border: 1px solid #de002b;
  border-radius: 5px;
  width: calc(33% - 20px);
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.5s ease;
  margin: 10px;
  box-sizing: border-box;
  background-color: #de002b;
  border-color: #de002b;
  color: #fff;
}
.block .buttongroup a:hover {
  background-color: #fff;
  color: #de002b;
}
.block .buttongroup a.herored {
  background-color: #970725;
  border-color: #970725;
  color: #fff;
}
.block .buttongroup a.herored:hover {
  background-color: #fff;
  color: #970725;
}
.block .buttongroup a.blue {
  background-color: #143870;
  border-color: #143870;
  color: #fff;
}
.block .buttongroup a.blue:hover {
  background-color: #fff;
  color: #143870;
}
.block .buttongroup a.black {
  background-color: #231f20;
  border-color: #231f20;
  color: #fff;
}
.block .buttongroup a.black:hover {
  background-color: #fff;
  color: #231f20;
}
.block .buttongroup a.purple {
  background-color: #95226c;
  border-color: #95226c;
  color: #fff;
}
.block .buttongroup a.purple:hover {
  background-color: #fff;
  color: #95226c;
}
.block .buttongroup a.white {
  background-color: #fff;
  border-color: #fff;
  color: #de002b;
  border-color: #de002b;
}
.block .buttongroup a.white:hover {
  background-color: #de002b;
  color: #fff;
}
.block .buttongroup a.white:hover {
  border-color: #de002b;
}
@media (max-width: 550px) {
  .block .buttongroup a {
    padding: 30px 20px;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .block .buttongroup a {
    width: 46%;
  }
}
@media (max-width: 550px) {
  .block .buttongroup a {
    width: 100%;
  }
}

.block .linkgroup a {
  text-decoration: none;
  color: #de002b;
}

.block img {
  margin: 0;
}
.block img.alignleft {
  float: left;
  margin-left: 0;
}
.block img.alignright {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.block img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.block.hero .title, .block.heading .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 900px) {
  .block.hero .title, .block.heading .title {
    font-size: 40px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 550px) {
  .block.hero .title, .block.heading .title {
    font-size: 30px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.block.hero .subtitle, .block.logos .title {
  font-size: 24px;
  color: #fff;
}

.block.accordian {
  margin: auto;
  padding-top: 0;
  padding-bottom: 20px;
  font-weight: 500;
}
#content.block.accordian .shortcode_faq .faq_answer {
  padding: 0;
}
#content.block.accordian a {
  color: #fff;
  margin: 10px;
}
#content.block.accordian a:hover {
  color: #fff;
}
.block.accordian iframe {
  width: 100%;
  height: 200px;
}
.block.accordian .inner {
  padding-top: 0;
  background-color: none;
}
.block.accordian h3 {
  padding-top: 0;
  padding-bottom: 20px;
  font-weight: 500;
}
#content.block.accordian {
  background-color: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
}
#content.block.accordian .shortcode_faq {
  background-color: none;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
#content.block.accordian .shortcode_faq .faq_question {
  padding: 10px 15px;
  background-color: #f2f2f2;
  font-size: 20px;
  cursor: pointer;
  color: black;
  justify-content: space-between;
}
#content.block.accordian .shortcode_faq .faqicon {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
}
#content.block.accordian .shortcode_faq .faqtext {
  margin-top: 10px;
  margin-left: 25px;
}
#content.block.accordian .shortcode_faq .inside {
  display: flex;
}
.block.accordian .content-wrap {
  overflow: hidden;
  height: 0;
}
.open.block.accordian {
  height: auto;
}
.block.accordian .content {
  display: flex;
  padding: 30px 50px;
}
.block.accordian .media {
  flex-basis: 1;
  flex-grow: 0;
  max-width: 30%;
  background: none;
}
.block.accordian .media .image {
  margin-right: 15px;
}
.block.accordian .text {
  flex-basis: 0;
  flex-grow: 2;
  line-height: 20px;
}

.block.languages {
  z-index: 3;
  top: 21px;
  height: 0;
  padding: 0;
  position: relative;
  float: right;
}
.block.languages .linkgroup a {
  color: white;
}
.block.languages .linkgroup a:after {
  content: " | ";
}
.block.languages .linkgroup a:last-child:after {
  content: "";
}
.block.languages .linkgroup a.white {
  font-weight: bold;
}

.block.cards .acard {
  display: flex;
  flex-basis: 100%;
  flex-flow: column;
  cursor: pointer;
  background-color: #d1dee4;
  margin: 0 10px;
  line-height: 20px;
}
.block.cards .acard .image-bg {
  height: 0;
  background-size: cover;
  background-position: center;
  margin: auto;
  padding: 50% 0;
  margin: 0;
  width: 100%;
}
.block.cards .acard h3 {
  color: #de002b;
  font-size: 15px;
  font-weight: 500;
}
.block.cards .acard .heading-wrap {
  padding: 15px 20px;
}
.block.cards .acard .text {
  font-size: 14px;
  padding: 15px 20px;
  padding-top: 0;
  flex-grow: 1;
}
.block.cards .acard .buttongroup,
.block.cards .acard .linkgroup {
  padding: 15px 20px;
}
.block.cards .acard img {
  margin: 0;
}
@media (max-width: 900px) {
  .block.cards .acard {
    width: 46%;
  }
}
@media (max-width: 550px) {
  .block.cards .acard {
    width: 100%;
  }
}

.block.cards .adownload {
  margin: 10px;
  position: relative;
  cursor: pointer;
}
.block.cards .adownload .heading-wrap {
  z-index: 2;
}
.block.cards .adownload h3 {
  font-weight: 500;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  text-shadow: 0 0 10px #000;
}
.block.cards .adownload .buttongroup {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.block.cards .adownload .buttongroup a {
  max-width: 70%;
  margin: auto;
  width: 100%;
  padding: 10px;
}
.block.cards .adownload .heading-wrap {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-right: 20px;
}
.block.cards .adownload .overlay {
  background-color: rgba(0, 166, 201, 0.5);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 99%;
}
.block.cards .adownload .image {
  margin: 0;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.block.cards .adownload .image img {
  filter: grayscale(100%) contrast(125%);
  margin: 0;
}
.block.cards .adownload:hover .overlay {
  opacity: 0;
}
.block.cards .adownload:hover .image img {
  filter: none;
}
@media (max-width: 900px) {
  .block.cards .adownload .inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .block.cards .adownload {
    width: 46%;
  }
}
@media (max-width: 550px) {
  .block.cards .adownload {
    width: 100%;
  }
}

.block {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  background-color: none;
  justify-content: center;
  clear: both;
  font-weight: 100;
}
.text.block .inner {
  padding: 0 100px 0px 100px;
}
@media (max-width: 550px) {
  .text.block .inner {
    padding: 0 30px 20px 30px;
  }
}
.full-width.block {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.reverse.block {
  color: #fff;
}
.block .inner {
  background-color: none;
  max-width: 980px;
  width: 100%;
  padding: 20px 100px;
}
.block > * {
  font-family: "Gotham", Arial, Helvetica, sans-serif;
}
.block h3 {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 550px) {
  .block .inner {
    padding: 20px 30px;
  }
}

.block.text .text {
  line-height: 25px;
  background-color: none;
}
.block.text .text p {
  margin-bottom: 20px;
}
.block.text .text p:last-child {
  margin-bottom: 0;
}
.block.text .text p:first-child img:first-child {
  margin-top: 0;
}
.block.text .buttongroup {
  text-align: center;
  margin-bottom: 30px;
  background-color: none;
}
.block.text .crystal {
  clear: both;
}

.block.heading {
  margin-bottom: -20px;
  text-align: center;
  background-color: none;
}
.block.heading .inner {
  padding-bottom: 0;
  background-color: none;
}
.block.heading .title {
  color: #000;
}

.block.cards .inner {
  background-color: none;
  display: flex;
  flex: 1 1 0;
  padding: 20px 80px;
}
@media (max-width: 900px) {
  .block.cards .inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 550px) {
  .block.cards .inner {
    flex-wrap: wrap;
    padding: 20px 30px;
  }
}

.block.logos .logos {
  background-color: none;
  display: flex;
  justify-content: center;
}
.block.logos img {
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.23);
}
.block.logos .image {
  margin: 0 20px;
}
.block.logos .title {
  background-color: none;
  text-align: center;
  padding-bottom: 20px;
}

.block.hero {
  background-color: none;
  text-align: center;
  max-width: none;
  position: relative;
  height: 0;
  background-size: cover;
  background-position: center;
  margin: auto;
  padding: 15% 0;
  align-items: center;
  justify-content: center;
  display: flex;
}
.video.block.hero {
  padding: 0;
  height: 400px;
  max-width: 1400px;
}
.block.hero video {
  background-color: none;
  position: absolute;
  height: 100%;
  z-index: 0;
  top: 0;
}
@media (max-width: 550px) {
  .block.hero video {
    left: -350px;
  }
}
.block.hero .contents {
  position: relative;
}
.block.hero .contents > * {
  flex: 1 100%;
  padding: 10px;
}
.block.buttonlist {
  background-color: none;
  text-align: center;
}
.block.buttonlist .inner {
  background-color: none;
}
.block.buttonlist .buttongroup {
  background-color: none;
  display: flex;
  flex-wrap: wrap-reverse;
  flex-direction: row-reverse;
  justify-content: center;
}
.block.buttonlist .buttongroup.count_2 {
  justify-content: space-between;
}
.block.buttonlist .buttongroup.count_2 a {
  width: calc(50% - 20px);
}

.block.interaction {
  background-color: none;
}
.block.interaction .inner {
  background-color: none;
  max-width: 100%;
  padding: 0;
}
.block.interaction h3 {
  padding: 0 100px;
}
@media (max-width: 550px) {
  .block.interaction h3 {
    padding: 0 30px;
  }
}
.block.interaction .buttongroup {
  text-align: center;
}
.block.interaction .text-wide {
  width: 100%;
  height: 500px;
  padding: 30px;
  box-sizing: border-box;
  max-width: 980px;
  margin: auto;
  display: block;
}

.block.slider {
  margin: 0 auto;
  background-color: none;
}
.block.slider .tns-outer {
  position: relative;
}
.block.slider .tns-outer .tns-controls {
  background-color: none;
  position: absolute;
  z-index: 0;
  display: flex;
  height: 100%;
  justify-content: space-between;
  width: calc(100% + 39px);
}
.block.slider .tns-outer .tns-controls button {
  background: none;
  color: #de002b;
  font-size: 40px;
  font-weight: 100;
  padding: 0;
  margin: 0;
}
.block.slider .tns-outer .tns-controls button[data-controls=prev] {
  position: relative;
  left: -50px;
}
.block.slider .tns-outer .tns-controls button[data-controls=next] {
  position: relative;
  left: 10px;
}
body #wrapper .block.slider .tns-outer .tns-controls button {
  background: none;
  color: #de002b;
  font-size: 40px;
}
.block.slider .tns-outer .tns-controls button:active, .block.slider .tns-outer .tns-controls button:focus {
  outline: none;
  border: none;
}

body #wrapper #container {
  display: block !important;
  max-width: 1400px;
  margin: auto;
  padding-bottom: 0px;
  overflow: hidden;
  padding: 0;
}
body #wrapper button.vjs-big-play-button {
  height: 70px;
  width: 70px;
}

#gsma_section {
  background-color: #fff;
}

header #gsma_section #color_bar {
  display: none;
}

.addthis_inline_share_toolbox_y4sn {
  text-align: center;
}

.social-icons {
  text-align: center;
  padding: 20px;
}
.social-icons .at-share-btn {
  margin: 10px;
}

.scheme.Grey .block.text .inner {
  max-width: unset;
}
.scheme.Grey .block.hero .contents {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.scheme.Grey .block.hero .subtitle {
  display: none;
}
.scheme.Grey .social-icons {
  background-color: #fff;
}
.scheme.Grey .block.hero .title {
  padding-top: 0;
  text-shadow: 0px 0px 10px #231f20;
  max-width: 800px;
}
.scheme.Grey #content.block.accordian .shortcode_faq .faq_question {
  background-color: #303030;
  color: #fff;
}
.scheme.Grey #content.block.accordian .shortcode_faq .faqicon {
  background-color: #de002b;
}
.scheme.Grey #content.block.accordian .shortcode_faq .faq_answer {
  background-color: #fff;
  color: black;
}
.scheme.Grey .previousreportbuttons {
  padding-top: 10px;
  margin: auto;
  text-align: center;
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.scheme.Grey .previousreportbuttons a {
  width: calc(50% - 65px);
  padding: 10px 15px;
}
@media (max-width: 550px) {
  .scheme.Grey .previousreportbuttons a {
    width: 100% !important;
  }
}
.scheme.Blue .block.hero .contents {
  background: rgba(20, 56, 112, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.scheme.Blue .block.hero .subtitle {
  display: none;
}
.scheme.Blue .block.hero .title,
.scheme.Blue .block.heading .title {
  max-width: 800px;
  text-shadow: 0px 0px 10px #231f20;
}
.scheme.Blue .block.logos .title {
  color: #143870;
  text-transform: uppercase;
  font-size: 16px;
}
.scheme.Blue .social-icons {
  background-color: #143870;
}
.scheme.Blue .video.block.hero {
  height: 200px;
}
.scheme.Blue .block.media.full-width {
  padding-top: 20px;
}
.scheme.Blue #content.block.accordian h3 {
  color: #173d6a;
  padding-top: 20px;
  padding-bottom: 20px;
}
.scheme.Blue #content.block.accordian .shortcode_faq .faq_question {
  background-color: #009ec9;
  color: #fff;
}
.scheme.Blue #content.block.accordian .shortcode_faq .faq_question.show_answer .faqicon {
  background-color: #143870;
  border: 1px solid white;
}
.scheme.Blue #content.block.accordian .shortcode_faq .faqicon {
  background-color: #173d6a;
}
.scheme.Blue #content.block.accordian .shortcode_faq .faq_answer {
  background-color: #fff;
  color: black;
}

/*
 * Hide Breadcrumb
 */
.gsma_sub_section_bar_wrapper h3 {
  opacity: 0;
}

header #gsma_section #gsma_sub_section_bar .gsma_sub_section_bar_wrapper #menu_mobile .menu_container ul li.back_to_grandparent {
  display: none;
}

/*
 * Gradient Backgrounds
 */
.block .buttongroup.flipsnack_buttons {
  text-align: center;
}
.block .buttongroup.flipsnack_buttons a {
  margin-top: 20px;
}

/*
 * Gradient Backgrounds
 */
.gradientbluetoblue {
  background: #59c6f2;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #143c6d 0%, #59c6f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #143c6d 0%, #59c6f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #143c6d 0%, #59c6f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#143c6d", endColorstr="#59c6f2", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.gradientbluetored {
  background: #c1272d;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #143c6d 0%, #c1272d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #143c6d 0%, #c1272d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #143c6d 0%, #c1272d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#143c6d", endColorstr="#c1272d", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.gradientbluetoteal {
  background: #99cccc;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #143c6d 0%, #99cccc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #143c6d 0%, #99cccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #143c6d 0%, #99cccc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#143c6d", endColorstr="#99cccc", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.gradientbluetoorange {
  background: #f36c21;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #143c6d 20%, #f36c21 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #143c6d 20%, #f36c21 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #143c6d 20%, #f36c21 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#143c6d", endColorstr="#ff6600", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.gradientbluetogreen {
  background: #afcb08;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #143c6d 10%, #afcb08 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #143c6d 10%, #afcb08 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #143c6d 10%, #afcb08 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#143c6d", endColorstr="#afcb08", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.gradientbluetopink {
  background: #ee3772;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #143c6d 0%, #ee3772 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #143c6d 0%, #ee3772 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #143c6d 0%, #ee3772 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#143c6d", endColorstr="#ee3772", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.gradientgreentoblue {
  background: #afcb08;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #afcb08 0%, #143c6d 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #afcb08 0%, #143c6d 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #afcb08 0%, #143c6d 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#afcb08", endColorstr="#143c6d", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.gradientbluetopurple {
  background: #9a1b5c;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #143c6d 0%, #9a1b5c 85%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #143c6d 0%, #9a1b5c 85%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #143c6d 0%, #9a1b5c 85%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#143c6d", endColorstr="#9a1b5c", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.gradientbluetoblueypurple {
  background: #b25a9e;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #143c6d 0%, #b25a9e 85%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #143c6d 0%, #b25a9e 85%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #143c6d 0%, #b25a9e 85%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#143c6d", endColorstr="#b25a9e", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.gradientbluetoyellow {
  /* China */
  background: #f9b938;
  /* Old browsers */
  background: -moz-linear-gradient(25deg, #143c6d 0%, #f9b938 85%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(25deg, #143c6d 0%, #f9b938 85%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(25deg, #143c6d 0%, #f9b938 85%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#143c6d", endColorstr="#f9b938", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.gradientbluetobluegreen {
  /* Pacific Islands */
  background: #179da0;
  /* Old browsers */
  background: -moz-linear-gradient(25deg, #143c6d 0%, #179da0 85%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(25deg, #143c6d 0%, #179da0 85%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(25deg, #143c6d 0%, #179da0 85%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#143c6d", endColorstr="#179da0", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

body.page-template-template-mobile_gender_gap-2 .breadcrumbs .container {
  display: none;
}

body.page-template-template_r_somic .video.block.hero {
  height: 200px;
}
@media (max-width: 1280px) {
  body.page-template-template_r_somic .video.block.hero {
    height: 180px;
  }
}
@media (max-width: 1160px) {
  body.page-template-template_r_somic .video.block.hero {
    height: 165px;
  }
}
@media (max-width: 1080px) {
  body.page-template-template_r_somic .video.block.hero {
    height: 145px;
  }
}
@media (max-width: 960px) {
  body.page-template-template_r_somic .video.block.hero {
    height: 135px;
  }
}
@media (max-width: 820px) {
  body.page-template-template_r_somic .video.block.hero {
    height: 116px;
  }
}
@media (max-width: 768px) {
  body.page-template-template_r_somic .video.block.hero {
    height: 105px;
  }
}

/*# sourceMappingURL=flag.css.map */
