/* newsmediauk 1.0.0 26-10-2020 13:59 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/*** Typography ***/
html {
  color: #333;
  background: #ededed;
  font-family: 'Proxima-nova', sans serif;
  font-size: 1em;
  line-height: 1.5;
  padding: 0;
  height: 100%;
}
body {
  background: #b2b2b2;
}
.clear {
  clear: both;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.img_left {
  float: left;
  margin: 0 15px 5px 0;
}
.img_right {
  float: right;
  margin: 0 0 5px 15px;
}
.highlighted {
  background-color: #ffd800;
}
.right {
  text-align: right;
}
.transition-all {
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
/*** HTML content elements ***/
a {
  color: #F69320;
  text-decoration: none;
}
a:hover {
  color: #fcdab3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Proxima-nova', sans serif;
  font-weight: normal;
  color: #363636;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}
h1 {
  font-size: 52px;
  font-size: 3.25rem;
  margin-bottom: 27.04px;
  margin-bottom: 1.69rem;
  font-family: 'Proxima-nova', sans serif;
}
.page_title_wrapper h1 {
  padding: 0.2em 0;
  margin: 0;
  background-color: #F69320;
  color: #fff;
}
h2 {
  font-size: 34px;
  font-weight: 600;
  font-family: 'Proxima-nova', sans serif;
  line-height: 100%;
}
h2 span {
  color: #000;
}
h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 27.04px;
  margin-bottom: 1.69rem;
}
h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 27.04px;
  margin-bottom: 1.69rem;
}
h5 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 27.04px;
  margin-bottom: 1.69rem;
}
h6 {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 27.04px;
  margin-bottom: 1.69rem;
}
p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 27.04px;
  margin-bottom: 1.69rem;
}
ul,
ol {
  margin: 1em 1.5em;
}
hr {
  float: left;
  width: 100%;
  height: 0px;
  color: #ccc;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-bottom: 0px;
  padding: 0;
  margin: 10px 0 20px;
}
blockquote {
  background-color: #F69320;
  border-radius: 5px;
  padding: 20px 15px 40px 90px;
  margin: 1.5em 0;
  color: #fff;
  margin-bottom: 1.5em;
  position: relative;
}
blockquote p {
  display: inline;
  color: #fff;
}
blockquote strong {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
blockquote:before {
  content: ' ';
  position: absolute;
  left: 15px;
  width: 59px;
  height: 37px;
  display: block;
  background-image: url(/AppImages/quote_start.png);
  background-repeat: no-repeat;
}
blockquote:after {
  content: ' ';
  width: 38px;
  height: 24px;
  display: inline-block;
  background-image: url(/AppImages/quote_end.png);
  background-repeat: no-repeat;
  margin-left: 5px;
  vertical-align: top;
}
table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
}
table th {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: left;
}
table td {
  border: 1px solid #ccc;
  padding: 5px;
}
iframe {
  width: 100%;
  border: 0px none;
}
.button {
  background-color: #333;
  color: #fff;
  padding: 11px 24px 4px 24px;
  font-size: 23px;
  display: inline-block;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.015em;
  transition: background 400ms;
}
.button:hover {
  color: #fff;
}
.button.buttonRed {
  background: #e53b25;
}
.button.buttonRed:hover {
  background: #ec7436;
}
.button.buttonOrange {
  background: #f69320;
}
.button.buttonOrange:hover {
  background: #ec7436;
}
.button + .button {
  margin-left: 5px;
}
select {
  border: 1px solid #ccc;
  padding: 3px;
}
input[type=text],
input[type=password] {
  border: 1px solid #ccc;
  padding: 3px;
  margin-bottom: 5px;
}
/*** PAGE STRUCTURE ***/
#wrapper {
  max-width: 1400px;
  margin: 0 auto;
  background: #EDEDED;
}
.content,
#content {
  padding: 0;
}
#header {
  background: #fff;
  position: relative;
  width: 100%;
  top: 0;
  max-width: 1400px;
}
.header_logo {
  padding: 25px 0 15px 40px;
  display: block;
  float: left;
  margin: 0;
}
.sticky_nav {
  padding-top: 119px;
}
.sticky_nav #header {
  position: fixed;
  top: -80px;
  z-index: 11;
}
.sticky_nav #header .header_logo {
  padding: 15px 0 15px 40px;
}
.sticky_nav #header .header_logo img {
  height: 50px;
}
#header.sticky_drop {
  top: 0;
  transition: top 400ms;
  border-bottom: 1px solid #ccc \9;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.5);
}
.header_icons {
  position: absolute;
  right: 45px;
  bottom: 20px;
  width: 320px;
}
.header_search {
  float: right;
  height: 40px;
  position: relative;
  z-index: 1;
  width: 0;
  background: #f69320;
  border-right: 0;
  overflow: hidden;
  transition: all 500ms;
}
.header_search.open {
  width: 200px;
}
.header_search .input_wrapper {
  padding: 7px 5px;
  border: 0px none;
  position: absolute;
  top: 0;
  bottom: 0;
}
.header_search input.search_box {
  width: 100%;
  border: 0px none;
  padding: 0;
  margin-top: 2px;
  background: #f69320;
  color: #fff;
  font-size: 18px;
  font-family: 'Proxima-nova', sans serif;
}
.header_search input.search_box::-webkit-input-placeholder {
  color: #fff;
  margin-top: 9px;
}
.header_search input.search_box:focus {
  outline: none;
}
.header_search a.search_button {
  display: none;
}
.header_search a.search_button:hover {
  opacity: 0.6;
}
.header_search_icon,
.header_mail,
.header_twitter,
.header_linkedin {
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.header_search_icon {
  background-image: url(/AppImages/header_search.png);
}
.header_mail {
  background-image: url(/AppImages/header_mail.png);
}
.header_twitter {
  background-image: url(/AppImages/header_twitter.png);
}
.header_linkedin {
  background-image: url(/AppImages/header_linkedin.png);
}
#footer {
  display: flex;
  background-color: #F4F4F4;
  padding: 100px 45px;
}
#footer .col {
  width: 50%;
}
#footer .col--left {
  padding-right: 100px;
}
#footer .col--left p {
  margin-bottom: 80px;
}
@media all and (max-width: 1000px) {
  #footer .col--left p {
    margin-bottom: 20px;
  }
}
#footer .col--left a {
  display: inline-block;
  height: 107px;
  margin-right: 35px;
}
#footer .col--left a:last-of-type {
  margin: 0;
}
#footer .col--left img {
  height: 100%;
}
@media all and (max-width: 1000px) {
  #footer .col--left {
    margin-bottom: 50px;
  }
}
#footer .col--right {
  display: flex;
}
@media all and (max-width: 599px) {
  #footer .col--right {
    display: block;
  }
}
#footer .col--1,
#footer .col--2 {
  display: flex;
  flex-direction: column;
  width: 50%;
}
#footer .col--1 p,
#footer .col--2 p {
  margin-bottom: 46px;
}
#footer .col--1 a,
#footer .col--2 a {
  color: #000;
}
#footer .col--1 a:hover,
#footer .col--2 a:hover {
  color: #e53923;
}
#footer .col--1 p:last-of-type,
#footer .col--2 p:last-of-type {
  margin: auto 0 0 0;
}
@media all and (max-width: 599px) {
  #footer .col--1,
  #footer .col--2 {
    width: 100%;
  }
}
@media all and (max-width: 1000px) {
  #footer .col {
    width: 100%;
    padding: 0;
  }
}
#footer p {
  font-weight: 500;
  line-height: 29px;
  color: #000;
}
#footer p span {
  font-weight: 700;
}
@media all and (max-width: 1000px) {
  #footer {
    display: block;
  }
}
@media all and (max-width: 599px) {
  #footer {
    padding: 45px;
  }
}
/** NAVIGATION **/
#mainNav {
  background-color: #fff;
  position: absolute;
  right: 240px;
  bottom: 0;
}
#mainNav:after {
  content: ' ';
  clear: both;
  display: block;
}
.main_nav {
  display: block;
}
#mobileNav,
#toggleMobileNav {
  display: none;
}
.panel_nav {
  width: 100%;
}
.panel_nav ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.panel_nav > ul > li {
  float: left;
  position: relative;
  margin-left: 4px;
}
.panel_nav > ul > li a {
  display: block;
  float: none;
  cursor: pointer;
  text-align: center;
  padding: 5px 10px 25px 10px;
  color: inherit;
}
.panel_nav > ul > li:hover {
  background: #ededed;
}
.panel_nav > ul > li:last-child {
  border-right: 0px none;
}
.panel_nav > ul > li.selected > a {
  color: #F69320;
}
.panel_nav > ul > li .panel_nav_panel {
  display: none;
  background-color: #ededed;
  background-color: rgba(237, 237, 237, 0.9);
  padding: 10px 10px 10px;
  position: absolute;
  top: 54px;
  left: 0px;
  z-index: 500 !important;
  zoom: 1;
  width: 200px;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel {
  float: left;
  margin: 0;
  width: 100%;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul {
  height: auto;
  border: 0px none;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul:after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 2px;
  background: #f29a33;
  background: -moz-linear-gradient(left, #f29a33 0%, #e63a22 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f29a33), color-stop(100%, #e63a22));
  background: -webkit-linear-gradient(left, #f29a33 0%, #e63a22 100%);
  background: -o-linear-gradient(left, #f29a33 0%, #e63a22 100%);
  background: -ms-linear-gradient(left, #f29a33 0%, #e63a22 100%);
  background: linear-gradient(to right, #f29a33 0%, #e63a22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f29a33', endColorstr='#e63a22', GradientType=1);
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li {
  float: none !important;
  height: auto;
  padding: 0;
  margin: 0;
  zoom: 1;
  width: 100%;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li:first-child {
  border-top: 0px none;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li a {
  text-align: left;
  padding: 3px 0;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li.selected a {
  color: #F69320;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li ul a {
  width: 155px;
  font-size: 12px;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li ul a:before {
  content: '- ';
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel + .panel_nav_sub_panel {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ccc;
}
.second_level_nav ul {
  list-style-type: none;
  list-style-image: none;
  margin: 15px 0 20px 0;
  padding: 0;
}
.second_level_nav ul li {
  border-bottom: 2px solid #ededed;
}
.second_level_nav ul li a {
  display: block;
  padding: 10px 0;
  color: #333;
}
.second_level_nav ul li.selected > a {
  color: #F69320;
}
.second_level_nav ul li ul {
  margin: 0;
}
.second_level_nav ul li ul li {
  border-bottom: 0 !important;
  border-top: 2px solid #ededed !important;
}
.second_level_nav ul li ul li a {
  color: #f69320;
  padding-left: 20px;
}
.second_level_nav ul li ul li.selected {
  color: #333;
}
.second_level_nav ul li ul li.selected li.selected {
  color: #F69320;
}
.second_level_nav ul li {
  margin-bottom: 0 !important;
}
.second_level_nav ul li:before {
  content: none !important;
}
.second_level_nav ul li > a {
  padding: 8px 10px;
  font-size: 18px;
}
.second_level_nav ul li > a span {
  position: relative;
}
.second_level_nav ul li > a span:before {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.second_level_nav ul li.selected > a,
.second_level_nav ul li:hover > a {
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #f6921e;
}
.second_level_nav ul li.selected > a:before,
.second_level_nav ul li:hover > a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #e94e21;
  background: -moz-linear-gradient(left, #e94e21 0%, #f6921e 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e94e21), color-stop(100%, #f6921e));
  background: -webkit-linear-gradient(left, #e94e21 0%, #f6921e 100%);
  background: -o-linear-gradient(left, #e94e21 0%, #f6921e 100%);
  background: -ms-linear-gradient(left, #e94e21 0%, #f6921e 100%);
  background: linear-gradient(to right, #e94e21 0%, #f6921e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e94e21', endColorstr='#f6921e', GradientType=1);
  transition: left 500ms;
}
.second_level_nav ul li.selected > a span:before,
.second_level_nav ul li:hover > a span:before {
  background-position: 0 -28px;
}
.second_level_nav ul li.selected {
  border-bottom: 2px solid #f5f5f5;
}
.second_level_nav ul li.page_press_freedom a span:before,
.second_level_nav ul li.page_digital_news_environment a span:before {
  background-image: url(/AppImages/icons/pressfreedom.png);
}
.second_level_nav ul li[class*=page_copyright] a span:before {
  background-image: url(/AppImages/icons/copyrightandip.png);
}
.second_level_nav ul li[class*=page_media_] a span:before {
  background-image: url(/AppImages/icons/mediaanenvironment.png);
}
.second_level_nav ul li.page_media_ownership a span:before {
  background-image: url(/AppImages/icons/mediaownership.png);
}
.second_level_nav ul li[class*=page_commercial] a span:before {
  background-image: url(/AppImages/icons/commercialandadvertising.png);
}
.second_level_nav ul li.page_public_sector_competition a span:before {
  background-image: url(/AppImages/icons/publicsector.png);
}
.second_level_nav ul li.page_routes_to_market a span:before {
  background-image: url(/AppImages/icons/routestomarket.png);
}
.second_level_nav ul li.page_vat a span:before {
  background-image: url(/AppImages/icons/vat.png);
}
.standard_page .grid_4 img {
  max-width: 100%;
  margin-bottom: 20px;
}
.standard_content_content h1,
.content_header h1,
.standard_content_content h2,
.content_header h2,
.standard_content_content h3,
.content_header h3,
.standard_content_content h4,
.content_header h4,
.standard_content_content h5,
.content_header h5,
.standard_content_content h6,
.content_header h6 {
  text-transform: none;
  font-weight: normal;
}
.standard_content_content h2,
.content_header h2 {
  font-size: 40px;
  margin-bottom: 28px;
  color: #363636;
}
.standard_content_content img,
.content_header img {
  max-width: 100%;
}
.standard_content_content .standard_content_header,
.content_header .standard_content_header {
  color: #F69320;
  font-size: 46px;
  font-weight: 600;
}
.content ul {
  margin-top: 0;
}
.content ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.content ul li:before {
  content: "\2022";
  font-size: 18px;
  color: #f69320;
  position: relative;
  margin-left: -27px;
  margin-right: 15px;
}
/**** Home ****/
.home h1,
.home h2,
.home h3 {
  text-transform: initial;
}
.home h2 {
  font-weight: 500;
}
.home .button {
  font-size: 16px;
  line-height: 1;
  padding: 15px 40px;
  border-radius: 50px;
  background: linear-gradient(90deg, #e53923 0%, #f29121 100%);
}
.home .button:hover {
  color: #000;
}
.home__banner {
  position: relative;
  height: 640px;
}
.home__banner p {
  margin: 0;
}
.home__banner--slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 696px;
  background: linear-gradient(90deg, #e53923 0%, #f29121 100%);
  padding: 100px 23px 53px;
  z-index: 1;
}
.home__banner--slide h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  margin: 0 0 20px;
}
@media all and (max-width: 599px) {
  .home__banner--slide h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 0;
  }
}
.home__banner--slide p {
  font-size: 19px;
  font-weight: 500;
  line-height: 29px;
  color: #fff;
}
.home__banner--slide p:last-of-type {
  margin-bottom: 40px;
}
@media all and (max-width: 599px) {
  .home__banner--slide p {
    font-size: 16px;
  }
}
.home__banner--slide .slide {
  padding: 0 65px;
}
.home__banner--slide .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px !important;
  height: 28px;
  cursor: pointer;
  z-index: 1;
}
.home__banner--slide .arrow--prev {
  left: 23px;
}
.home__banner--slide .arrow--next {
  right: 23px;
}
.home__banner--slide .slick-dots {
  position: absolute;
  bottom: 0;
  left: 65px;
  margin: 0;
}
.home__banner--slide .slick-dots li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
  width: 8px;
  height: 8px;
}
.home__banner--slide .slick-dots li.slick-active button {
  opacity: 1;
}
.home__banner--slide .slick-dots li:last-of-type {
  margin: 0;
}
.home__banner--slide .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  opacity: .5;
}
@media all and (max-width: 1000px) {
  .home__banner--slide {
    position: relative;
    width: 100%;
  }
}
.home__banner--fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home__banner--fade .slide {
  background-size: cover;
}
@media all and (max-width: 1000px) {
  .home__banner--fade .slide {
    min-height: 400px;
    background-position: 50%;
  }
}
@media all and (max-width: 768px) {
  .home__banner--fade .slide {
    min-height: 470px;
    background-position: 100%;
  }
}
.home__banner--fade .slick-slider,
.home__banner--fade .slick-list,
.home__banner--fade .slick-track {
  height: 100%;
}
@media all and (max-width: 1000px) {
  .home__banner--fade .slick-slider,
  .home__banner--fade .slick-list,
  .home__banner--fade .slick-track {
    min-height: 400px;
  }
}
@media all and (max-width: 599px) {
  .home__banner--fade .slick-slider,
  .home__banner--fade .slick-list,
  .home__banner--fade .slick-track {
    min-height: 200px;
  }
}
@media all and (max-width: 1000px) {
  .home__banner--fade {
    position: initial;
    min-height: 400px;
  }
}
@media all and (max-width: 599px) {
  .home__banner--fade {
    min-height: 200px;
  }
}
@media all and (max-width: 1000px) {
  .home__banner {
    height: initial;
  }
}
.home__spotlight {
  padding: 105px 45px;
  background-color: #fff;
}
.home__spotlight-heading > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
.home__spotlight-heading > div h2 {
  font-size: 40px;
  line-height: 1;
  color: #000;
}
@media all and (max-width: 599px) {
  .home__spotlight-heading > div h2 {
    margin-bottom: 20px;
  }
}
.home__spotlight-heading > div p {
  margin: 0;
}
@media all and (max-width: 599px) {
  .home__spotlight-heading > div {
    display: block;
  }
  .home__spotlight-heading > div a {
    display: block;
  }
}
.home__spotlight-news {
  display: flex;
  margin-right: -38px;
}
@media all and (max-width: 1200px) {
  .home__spotlight-news {
    margin: 0;
  }
}
@media all and (max-width: 850px) {
  .home__spotlight-news {
    display: block;
  }
}
.home__spotlight .news_callout_image {
  height: 172px;
  margin-bottom: 37px;
  background-size: cover;
  background-position: 50%;
  background-color: #e53923;
}
.home__spotlight .news_callout_item_title {
  font-size: 19px;
  font-weight: 500;
  line-height: 29px;
  color: #000;
  margin-bottom: 16px;
}
.home__spotlight .news_callout_item_abstract {
  display: none;
  color: #666;
  line-height: 28px;
}
.home__spotlight .news_callout_item_date {
  font-size: 14px;
  line-height: 24px;
  color: #f29121;
  text-transform: uppercase;
  margin: 0;
}
.home__spotlight .feature .news_callout_image {
  height: 367px;
}
@media all and (max-width: 425px) {
  .home__spotlight .feature .news_callout_image {
    height: 172px;
  }
}
.home__spotlight .feature .news_callout_item_abstract {
  display: block;
}
.home__spotlight .col {
  width: 50%;
}
.home__spotlight .col--1 {
  padding-right: 38px;
}
@media all and (max-width: 850px) {
  .home__spotlight .col--1 {
    padding: 0 0 38px;
  }
}
.home__spotlight .col--2 {
  display: flex;
  flex-wrap: wrap;
  margin: -19px;
}
.home__spotlight .col--2 a {
  display: block;
  box-sizing: border-box;
  width: 50%;
  padding: 19px;
}
@media all and (max-width: 1200px) {
  .home__spotlight .col--2 a {
    width: 100%;
    padding: 0;
    margin-bottom: 38px;
  }
}
@media all and (max-width: 599px) {
  .home__spotlight .col--2 a:last-of-type {
    margin: 0;
  }
}
.home__spotlight .col--2 .signup__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 299px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #e53923 0%, #f29121 100%);
}
.home__spotlight .col--2 .signup__inner img {
  margin-bottom: 25px;
  width: 104px;
}
@media all and (max-width: 1200px) {
  .home__spotlight .col--2 {
    margin: 0;
  }
}
@media all and (max-width: 850px) {
  .home__spotlight .col {
    width: 100%;
  }
}
@media all and (max-width: 599px) {
  .home__spotlight {
    padding: 38px;
  }
}
.home__topics {
  display: flex;
  padding: 135px 45px 55px;
  background: linear-gradient(90deg, #e53923 0%, #f29121 100%);
  color: #fff;
}
.home__topics > div:first-of-type {
  width: 25%;
}
.home__topics > div:first-of-type h2 {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  margin-bottom: 37px;
}
.home__topics > div:first-of-type p {
  line-height: 28px;
  margin: 0;
  width: 60%;
}
@media all and (max-width: 1200px) {
  .home__topics > div:first-of-type p {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .home__topics > div:first-of-type {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  .home__topics > div:first-of-type {
    width: 100%;
    margin-bottom: 50px;
  }
}
.home__topics .slides__container {
  position: relative;
  width: 74%;
}
@media all and (max-width: 1200px) {
  .home__topics .slides__container {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  .home__topics .slides__container {
    width: 100%;
  }
}
.home__topics .slick-slide {
  padding: 0 66px 35px;
  display: flex !important;
  flex-direction: column;
  flex: 1;
}
.home__topics .slick-slide .circle {
  position: relative;
  width: 104px;
  height: 104px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-bottom: 30px;
}
.home__topics .slick-slide .circle > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home__topics .slick-slide h3,
.home__topics .slick-slide p {
  text-align: center;
}
.home__topics .slick-slide h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
  margin-bottom: 33px;
}
.home__topics .slick-slide p {
  line-height: 28px;
  color: #fff;
  margin: auto 0 0 0;
}
@media all and (max-width: 425px) {
  .home__topics .slick-slide p {
    margin-top: initial;
  }
}
.home__topics .slick-dots {
  bottom: 0;
  left: 42px;
  margin: 0;
}
.home__topics .slick-dots li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
  width: 8px;
  height: 8px;
}
.home__topics .slick-dots li.slick-active button {
  opacity: 1;
}
.home__topics .slick-dots li:last-of-type {
  margin: 0;
}
@media all and (max-width: 375px) {
  .home__topics .slick-dots li {
    margin: 0;
  }
}
.home__topics .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  opacity: .5;
}
@media all and (max-width: 599px) {
  .home__topics .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 375px) {
  .home__topics .slick-dots {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
}
.home__topics .slick-active.slide:not(:first-of-type):not(:last-of-type) {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 1200px) {
  .home__topics .slick-active.slide:not(:first-of-type):not(:last-of-type) {
    border: 0;
  }
}
.home__topics .slick-list,
.home__topics .slick-track {
  display: flex;
}
.home__topics .button {
  margin: 45px 0 56px;
  background: #fff;
  color: #e53923;
}
@media all and (max-width: 599px) {
  .home__topics .button {
    display: block;
    margin: 20px 0;
  }
}
.home__topics .topic {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home__topics .topic-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px !important;
  height: 28px;
  cursor: pointer;
  z-index: 1;
}
.home__topics .topic-arrow--prev {
  left: -15px;
}
@media all and (max-width: 1200px) {
  .home__topics .topic-arrow--prev {
    left: 0;
  }
}
.home__topics .topic-arrow--next {
  right: -15px;
}
@media all and (max-width: 1200px) {
  .home__topics .topic-arrow--next {
    right: 0;
  }
}
@media all and (max-width: 599px) {
  .home__topics {
    display: block;
    padding: 38px;
  }
}
.home .current_topics {
  display: none;
}
.home__facts {
  padding: 110px 45px;
  background-color: #F4F4F4;
}
.home__facts h2 {
  font-size: 40px;
  line-height: 1;
  color: #000;
  margin-bottom: 50px;
}
.home__facts .fact {
  width: 33.3%;
  padding: 0 75px;
}
.home__facts .fact img {
  width: 100%;
}
.home__facts .fact p {
  margin: 0;
}
.home__facts .facts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -75px;
}
@media all and (max-width: 1460px) {
  .home__facts .facts {
    margin: 0;
  }
}
@media all and (max-width: 1200px) {
  .home__facts .fact {
    width: 50%;
    padding: 38px;
  }
}
@media all and (max-width: 599px) {
  .home__facts .fact {
    width: 100%;
    padding: 0;
    margin-bottom: 38px;
  }
}
@media all and (max-width: 599px) {
  .home__facts {
    padding: 38px;
  }
}
.home__twitter {
  display: flex;
  padding: 135px 45px 100px;
  background-color: #fff;
}
.home__twitter-heading {
  width: 25%;
}
@media all and (max-width: 1024px) {
  .home__twitter-heading {
    width: 100%;
    margin-bottom: 65px;
  }
}
.home__twitter h2 {
  font-size: 40px;
  line-height: 1;
  color: #000;
  margin-bottom: 40px;
}
.home__twitter p {
  margin: 0;
}
@media all and (max-width: 1024px) {
  .home__twitter p .button {
    display: block;
  }
}
.home__twitter .twitter__feed {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  margin: -30px;
}
@media all and (max-width: 1024px) {
  .home__twitter .twitter__feed {
    width: 100%;
    margin: 0;
  }
}
.home__twitter .twitter__item {
  width: 33.3%;
  padding: 30px;
  font-size: 19px;
  line-height: 29px;
  color: #000;
  box-sizing: border-box;
}
.home__twitter .twitter__item strong {
  display: block;
  color: #E53B25;
  margin-bottom: 12px;
}
@media all and (max-width: 1200px) {
  .home__twitter .twitter__item {
    width: 50%;
  }
}
@media all and (max-width: 599px) {
  .home__twitter .twitter__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1024px) {
  .home__twitter {
    display: block;
  }
}
/**** Home ****/
.home_banner {
  width: 100%;
  height: 475px;
  max-width: 1400px;
  background-size: cover;
  margin: 0 auto;
  padding: 135px 0 0 0;
}
.home_banner h1 {
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 147%;
  font-size: 46px;
  max-width: 1120px;
  position: relative;
  margin-top: -440px;
  z-index: 10;
}
.home_banner h1 span {
  background: #f69320;
  background: rgba(246, 147, 32, 0.8);
  padding: 4px 19px;
}
.home_banner h1 .line_two {
  background: #e96007;
  background: rgba(233, 96, 7, 0.8);
  padding: 4px 20px;
}
.home_banner .button {
  margin: 45px auto 0 auto;
  background: #e53b25;
  background: rgba(229, 59, 37, 0.8);
  display: block;
  width: 140px;
  font-size: 18px;
  padding: 5px 10px;
  text-align: center;
  float: none;
}
.home_banner .parallax_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 475px;
  top: -135px;
  background: #e5e5e5;
}
.home_banner .parallax_banner .layer {
  position: absolute;
  left: 0;
  top: 0;
  height: 475px;
}
.home_banner .parallax_banner .layer img {
  position: absolute;
}
.home_banner .parallax_banner [data-layer="1"] {
  z-index: 1;
}
.home_banner .parallax_banner [data-layer="1"] .item_1 {
  left: 25px;
}
.home_banner .parallax_banner [data-layer="1"] .item_2 {
  left: 600px;
}
.home_banner .parallax_banner [data-layer="1"] .item_3 {
  left: 1175px;
}
.home_banner .parallax_banner [data-layer="1"] .item_4 {
  left: 2025px;
}
.home_banner .parallax_banner [data-layer="1"] .item_5 {
  left: 2525px;
}
.home_banner .parallax_banner [data-layer="2"] {
  z-index: 2;
}
.home_banner .parallax_banner [data-layer="2"] .item_1 {
  left: 1525px;
}
.home_banner .parallax_banner [data-layer="2"] .item_2 {
  left: 2910px;
}
.home_banner .parallax_banner [data-layer="3"] {
  z-index: 3;
}
.home_banner .parallax_banner [data-layer="3"] .item_1 {
  left: 255px;
  top: 65px;
}
.home_banner .parallax_banner [data-layer="3"] .item_2 {
  left: 2010px;
  top: 270px;
}
.home_banner .parallax_banner [data-layer="4"] {
  z-index: 4;
}
.home_banner .parallax_banner [data-layer="4"] .item_1 {
  left: 925px;
  top: 60px;
}
.home_banner .parallax_banner [data-layer="4"] .item_2 {
  left: 1855px;
  top: 120px;
}
.home_banner .parallax_banner [data-layer="4"] .item_3 {
  left: 2680px;
  top: 110px;
}
.home_banner .parallax_banner [data-layer="5"] {
  z-index: 5;
}
.home_banner .parallax_banner [data-layer="5"] .item_1 {
  left: 170px;
  top: 265px;
}
.home_banner .parallax_banner [data-layer="5"] .item_2 {
  left: 1290px;
  top: 90px;
}
.home_banner .parallax_banner [data-layer="5"] .item_3 {
  left: 2160px;
  top: 75px;
}
.home_banner .parallax_banner #layer_6 {
  left: 1400px;
}
.home_banner .parallax_banner #layer_7 {
  left: 1450px;
}
.home_banner .parallax_banner #layer_8 {
  left: 1600px;
}
.home_banner .parallax_banner #layer_9 {
  left: 1650px;
}
.home_banner .parallax_banner #layer_10 {
  left: 1900px;
}
.header_home {
  display: none;
}
.home_content {
  background: url(/AppImages/quote.png) no-repeat 0 0;
  margin-top: 30px;
  padding-top: 60px;
  padding-bottom: 40px;
}
.home_content p {
  font-size: 22px;
  font-weight: 600;
}
.home_content p em {
  color: #f69320;
  font-style: normal;
  font-size: 15px;
  display: block;
}
.home_content p em:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin-bottom: 15px;
  background: #f69320;
  background: -moz-linear-gradient(left, #f69320 0%, #e53b25 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f69320), color-stop(100%, #e53b25));
  background: -webkit-linear-gradient(left, #f69320 0%, #e53b25 100%);
  background: -o-linear-gradient(left, #f69320 0%, #e53b25 100%);
  background: -ms-linear-gradient(left, #f69320 0%, #e53b25 100%);
  background: linear-gradient(to right, #f69320 0%, #e53b25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f69320', endColorstr='#e53b25', GradientType=1);
}
.current_topics {
  background: #fff;
  position: relative;
  padding-top: 60px;
}
.current_topics h2 {
  float: left;
  width: 160px;
  margin-right: 30px;
}
.current_topics .current_topics_inner {
  width: 978px;
  margin: 0 auto;
  max-width: 100%;
}
.current_topics .current_topics_inner > p {
  color: #878787;
}
.current_topics .topics_container_wrapper {
  position: relative;
  margin: 0 auto;
}
.current_topics .topics_container {
  width: 978px;
  padding: 20px 0 0 0;
  margin: 0 auto 90px auto;
  overflow: hidden;
}
.current_topics .topics_container .topics_container_inner {
  width: 3024px;
  margin-left: -1680px;
}
.current_topics .topics_container .topic {
  position: relative;
  float: left;
  margin-right: 31px;
  background: #f69320;
  width: 305px;
  height: 260px;
}
.current_topics .topics_container .topic:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f69320;
}
.current_topics .topics_container .topic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: -moz-linear-gradient(top, #f69320 0%, #e94c21 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f69320), color-stop(100%, #e94c21));
  background: -webkit-linear-gradient(top, #f69320 0%, #e94c21 100%);
  background: -o-linear-gradient(top, #f69320 0%, #e94c21 100%);
  background: -ms-linear-gradient(top, #f69320 0%, #e94c21 100%);
  background: linear-gradient(to bottom, #f69320 0%, #e94c21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f69320', endColorstr='#e94c21', GradientType=0);
  transition: all 800ms;
}
.current_topics .topics_container .topic:hover:after {
  top: 90px;
}
.current_topics .topics_container .topic:hover .circle img,
.current_topics .topics_container .topic:hover .circle svg {
  transform: scale(1.02);
}
.current_topics .topics_container .topic .circle {
  background: #fff;
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 25px auto 0 auto;
  transition: all 500ms;
}
.current_topics .topics_container .topic .circle img,
.current_topics .topics_container .topic .circle svg {
  transition: transform 500ms;
  position: absolute;
  margin-left: -30px;
  transform: scale(0.92);
}
.current_topics .topics_container .topic .circle > div {
  float: left;
  margin-top: 23px;
  margin-left: 53px;
}
.current_topics .topics_container .topic .circle > div > div {
  margin-top: -31px;
  margin-left: -29px;
}
.current_topics .topics_container .topic h3,
.current_topics .topics_container .topic p {
  color: #fff;
  z-index: 1;
  position: relative;
  text-align: center;
  margin-top: 20px;
  text-transform: none;
  font-size: 22px;
  margin-bottom: 0;
}
.current_topics .topics_container .topic p {
  margin-top: 0;
  font-size: 16px;
  padding: 0 15px;
}
.current_topics .arrow_left,
.current_topics .arrow_right {
  position: absolute;
  top: 110px;
  width: 49px;
  height: 92px;
  cursor: pointer;
  transition: left 200ms, right 200ms, margin-left 200ms, margin-right 200ms, opacity 400ms;
}
.current_topics .arrow_left.disabled,
.current_topics .arrow_right.disabled {
  opacity: 0.1;
}
.current_topics .arrow_left {
  left: -104px;
  background: url(/AppImages/arrow_left.png) no-repeat 0 0;
}
.current_topics .arrow_left:not(.disabled):hover {
  margin-left: -5px;
}
.current_topics .arrow_right {
  right: -104px;
  background: url(/AppImages/arrow_right.png) no-repeat 0 0;
}
.current_topics .arrow_right:not(.disabled):hover {
  margin-right: -5px;
}
.home_infographic {
  background: url(/AppImages/infographic_bg.gif) center 0 repeat-y;
  padding-top: 85px;
}
.home_infographic .spotlight h2 {
  margin-bottom: 20px;
}
.home_infographic .spotlight .dynamic_callout_container {
  cursor: pointer;
  margin: -15px -15px 20px -15px;
  padding: 15px;
}
.home_infographic .spotlight .dynamic_callout_container:hover {
  background: #fff;
}
.home_infographic .spotlight .news_callout ul {
  margin: 0 -15px;
  list-style: none;
}
.home_infographic .spotlight .news_callout ul li {
  margin-bottom: 20px;
}
.home_infographic .spotlight .news_callout ul li:hover {
  background: #fff;
}
.home_infographic .spotlight .news_callout ul li:before {
  content: none;
}
.home_infographic .spotlight .news_callout ul li .news_callout_image {
  float: left;
  width: 150px;
  height: 100px;
  background-size: cover;
  background-position: center;
  margin-right: 25px;
}
.home_infographic .spotlight .news_callout ul li .news_callout_list_item > a {
  display: block;
  padding: 15px;
  color: #333;
}
.home_infographic .spotlight .news_callout ul li .news_callout_list_item > a span span {
  color: #f69320;
}
.home_infographic .spotlight .news_callout .news_callout_view_all {
  float: left;
  padding: 5px 26px;
  margin-top: 25px;
  background: #ea4f21;
  background: -moz-linear-gradient(left, #ea4f21 0%, #f6921e 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ea4f21), color-stop(100%, #f6921e));
  background: -webkit-linear-gradient(left, #ea4f21 0%, #f6921e 100%);
  background: -o-linear-gradient(left, #ea4f21 0%, #f6921e 100%);
  background: -ms-linear-gradient(left, #ea4f21 0%, #f6921e 100%);
  background: linear-gradient(to right, #ea4f21 0%, #f6921e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea4f21', endColorstr='#f6921e', GradientType=1);
  color: #fff;
}
.home_infographic .didYouKnowImages {
  margin-top: 20px;
  margin-bottom: 75px;
}
.nma_group {
  background: #f4f4f4;
  padding: 65px 0;
  margin-right: -15px;
  position: relative;
}
.nma_group:before {
  content: "";
  position: absolute;
  left: -210px;
  top: 0;
  height: 100%;
  width: 210px;
  background-color: #f4f4f4;
}
.nma_group h2 {
  margin-bottom: 20px;
  max-width: 360px;
}
.nma_group p {
  max-width: 380px;
}
.nma_group img {
  float: left;
  margin-right: 80px;
}
.newsletter {
  background: #e96007;
  background: -moz-linear-gradient(left, #eb5321 0%, #f69320 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb5321), color-stop(50%, #f69320));
  background: -webkit-linear-gradient(left, #eb5321 0%, #f69320 100%);
  background: -o-linear-gradient(left, #eb5321 0%, #f69320 50%);
  background: -ms-linear-gradient(left, #eb5321 0%, #f69320 50%);
  background: linear-gradient(to right, #eb5321 0%, #f69320 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb5321', endColorstr='#f69320', GradientType=1);
}
.newsletter a {
  display: block;
  padding: 40px 0 40px 120px;
  background: url(/AppImages/newsletter.png) no-repeat 0 center;
}
.newsletter h2 {
  color: #fff;
}
.twitter {
  padding: 50px 0;
}
.twitter img {
  float: left;
}
.twitter h2 {
  float: left;
  margin: 35px 55px 0 15px;
}
.twitter #tweets {
  margin-top: 25px;
  float: right;
  height: 120px;
  overflow: hidden;
}
.twitter #tweets .username {
  display: block;
  color: #878786;
}
.twitter #tweets a {
  background: #ededed;
  display: block;
  float: left;
  width: 30%;
  word-wrap: break-word;
  min-height: 120px;
  /*
            img {
                float: none;
                display: block;
                margin-bottom: 5px;
            }*/
}
.twitter #tweets a:hover {
  color: #F7AA52;
}
.twitter #tweets a.tweet_2 {
  padding-left: 3%;
  padding-right: 2%;
  margin: 0 4% 0 3%;
  border-left: 1px solid #f69320;
  border-right: 1px solid #f69320;
  margin-left: 3%;
  box-sizing: border-box;
  width: 33%;
}
.twitter #tweets a span {
  color: #878786;
}
.twitter #tweets a strong {
  color: #e53b25;
}
.twitter #tweets a .user_image {
  float: left;
  margin-bottom: 40px;
  display: inline;
}
.twitter #tweets a .inner_twitter {
  float: left;
  width: 85%;
  display: inline;
}
.twitter #tweets a img {
  margin: 5px 5px 0 0;
  width: 35px;
}
.banner {
  width: 100%;
  max-width: 1400px;
  height: 210px;
  text-align: center;
  background: url(/AppImages/banner1.jpg) no-repeat center 0;
  margin: 0 auto;
}
.banner h1 {
  background: #e96007;
  background: rgba(233, 96, 7, 0.8);
  display: inline-block;
  margin: 65px auto 0 auto;
  padding: 0 30px;
  color: #fff;
  font-weight: bold;
  font-size: 46px;
}
.banner1 .banner {
  background-image: url(/AppImages/banner1.jpg);
}
.banner2 .banner {
  background-image: url(/AppImages/banner2.jpg);
}
.banner3 .banner {
  background-image: url(/AppImages/banner3.jpg);
}
.banner4 .banner {
  background-image: url(/AppImages/banner4.jpg);
}
#currentTopics {
  background: #fff;
}
#currentTopics .banner {
  margin-bottom: 70px;
}
#currentTopics .standard_content_header {
  display: none;
}
#currentTopics .standard_content_content .standard_content_content_inner h2 {
  text-transform: none;
  font-weight: normal;
  font-size: 36px;
  line-height: 115%;
  margin-bottom: 20px;
}
#currentTopics .standard_content_content .standard_content_content_inner p {
  color: #878786;
  text-align: left;
  padding: 0;
}
#currentTopics .grid_4 {
  background: #f69320;
  height: 260px;
  margin-bottom: 30px;
  overflow: hidden;
}
#currentTopics .grid_4.text {
  background: #fff;
}
#currentTopics .grid_4.text:before,
#currentTopics .grid_4.text:after {
  content: none;
  background: #fff;
}
#currentTopics .grid_4.text h2 {
  color: #363636;
  position: relative;
  z-index: 2;
}
#currentTopics .grid_4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f69320;
}
#currentTopics .grid_4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: -moz-linear-gradient(top, #f69320 0%, #e94c21 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f69320), color-stop(100%, #e94c21));
  background: -webkit-linear-gradient(top, #f69320 0%, #e94c21 100%);
  background: -o-linear-gradient(top, #f69320 0%, #e94c21 100%);
  background: -ms-linear-gradient(top, #f69320 0%, #e94c21 100%);
  background: linear-gradient(to bottom, #f69320 0%, #e94c21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f69320', endColorstr='#e94c21', GradientType=0);
  transition: all 800ms;
}
#currentTopics .grid_4:hover:after {
  top: 90px;
}
#currentTopics .grid_4:hover .circle img,
#currentTopics .grid_4:hover .circle svg {
  transform: scale(1.02);
}
#currentTopics .grid_4 .circle {
  background: #fff;
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 25px auto 0 auto;
  transition: all 500ms;
}
#currentTopics .grid_4 .circle img,
#currentTopics .grid_4 .circle svg {
  transition: transform 500ms;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  transform: scale(0.92);
}
#currentTopics .grid_4 .circle > div {
  float: left;
  margin-top: 23px;
  margin-left: 53px;
}
#currentTopics .grid_4 .circle > div > div {
  margin-top: -31px;
  margin-left: -29px;
}
#currentTopics .grid_4 h3,
#currentTopics .grid_4 p {
  color: #fff;
  z-index: 1;
  position: relative;
  text-align: center;
  margin-top: 20px;
  text-transform: none;
  font-size: 22px;
  margin-bottom: 0;
}
#currentTopics .grid_4 p {
  margin-top: 0;
  font-size: 16px;
  padding: 0 15px;
}
#currentTopicsDetail .second_level_nav ul li > a span {
  padding-left: 50px;
}
#currentTopicsDetail .section {
  padding: 80px 0;
}
#currentTopicsDetail .section.section_one {
  padding-top: 50px;
}
#currentTopicsDetail .section.white {
  background: #fff;
}
#currentTopicsDetail .section.grey {
  background: #ededed;
}
#currentTopicsDetail .standard_content_header {
  text-transform: none;
  color: #f69320;
  font-size: 46px;
}
#currentTopicsDetail .content_header {
  padding-left: 75px;
  background-position: 0 center;
  background-repeat: no-repeat;
  width: 110%;
}
#currentTopicsDetail .header_press_freedom {
  background: url(/AppImages/icons/orange/pressfreedom.png) no-repeat 0 center;
}
#currentTopicsDetail .header_freedom_of_information {
  background: url(/AppImages/icons/orange/pressfreedom.png) no-repeat 0 center;
}
#currentTopicsDetail [class*=header_copyright] {
  background: url(/AppImages/icons/orange/copyrightandip.png) no-repeat 0 center;
}
#currentTopicsDetail [class*=header_media_] {
  background: url(/AppImages/icons/orange/mediaanenvironment.png) no-repeat 0 center;
}
#currentTopicsDetail .header_media_ownership {
  background: url(/AppImages/icons/orange/mediaownership.png) no-repeat 0 center;
}
#currentTopicsDetail [class*=header_commercial] {
  background: url(/AppImages/icons/orange/commercialandadvertising.png) no-repeat 0 center;
}
#currentTopicsDetail .header_public_sector_competition {
  background: url(/AppImages/icons/orange/publicsector.png) no-repeat 0 center;
}
#currentTopicsDetail .header_routes_to_market {
  background: url(/AppImages/icons/orange/routestomarket.png) no-repeat 0 center;
}
#currentTopicsDetail .header_vat {
  background: url(/AppImages/icons/orange/vat.png) no-repeat 0 center;
}
#currentTopicsDetail .header_digital_news_environment {
  background: url(/AppImages/icons/orange/pressfreedom.png) no-repeat 0 center;
}
#currentTopicsDetail h2 {
  text-transform: none;
  margin-bottom: 30px;
  font-weight: normal;
}
#currentTopicsDetail p {
  color: #878786;
}
#currentTopicsDetail .quote {
  margin-bottom: 80px;
}
#currentTopicsDetail .quote.first_quote {
  margin-top: 60px;
}
#currentTopicsDetail .quote p {
  font-size: 24px;
  color: #363635;
}
#currentTopicsDetail .quote p:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: #f6921e;
  background: -moz-linear-gradient(left, #f6921e 0%, #e63a22 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f6921e), color-stop(100%, #e63a22));
  background: -webkit-linear-gradient(left, #f6921e 0%, #e63a22 100%);
  background: -o-linear-gradient(left, #f6921e 0%, #e63a22 100%);
  background: -ms-linear-gradient(left, #f6921e 0%, #e63a22 100%);
  background: linear-gradient(to right, #f6921e 0%, #e63a22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6921e', endColorstr='#e63a22', GradientType=1);
}
#currentTopicsDetail .what {
  text-align: center;
  padding-bottom: 53px;
}
#currentTopicsDetail .what p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.currenttopicalt #currentTopicsDetail .section_main .grid_8.suffix_1 {
  float: right;
  padding-right: 0;
  padding-left: 84px;
}
.currenttopicalt #currentTopicsDetail .section_main .grid_8.prefix_1 {
  padding-right: 84px;
  padding-left: 0;
}
.currenttopicalt #currentTopicsDetail .section_main .grid_4.second_quote {
  float: right;
}
.standard_page {
  background: #fff;
  padding-top: 60px;
}
.section.darkgrey {
  text-align: center;
  background: #e0e0e0;
  padding-top: 50px;
}
.history_page {
  background: #fff;
  padding-top: 60px;
}
.history_page .grid_4 img {
  margin-top: 50px;
}
.history_page .below_content h1 {
  font-size: 36px;
  text-transform: none;
  max-width: 978px;
  margin: 0 auto 25px auto;
}
.history_page .below_content h1:after {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  background: #f6921e;
  background: -moz-linear-gradient(left, #f6921e 0%, #e63922 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f6921e), color-stop(100%, #e63922));
  background: -webkit-linear-gradient(left, #f6921e 0%, #e63922 100%);
  background: -o-linear-gradient(left, #f6921e 0%, #e63922 100%);
  background: -ms-linear-gradient(left, #f6921e 0%, #e63922 100%);
  background: linear-gradient(to right, #f6921e 0%, #e63922 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6921e', endColorstr='#e63922', GradientType=1);
}
.history_page .below_content .news_list_item_wrapper .news_callout_list_item {
  clear: both;
  float: left;
  width: 100%;
}
.history_page .below_content .news_list_item_wrapper .news_callout_list_item:nth-of-type(even) {
  background: #ededed;
}
.history_page .below_content .news_list_item_wrapper .news_callout_list_item p {
  max-width: 978px;
  margin: 0 auto 15px auto;
}
.history_page .below_content .news_list_item_wrapper .news_callout_list_item .title {
  font-size: 50px;
  font-weight: 600;
  color: #f69320;
  float: left;
  margin-right: 20px;
  width: 120px;
}
.history_page .below_content .news_list_item_wrapper .news_callout_list_item .title + br {
  display: none;
}
.history_page .below_content .news_list_item_wrapper .news_callout_list_item .story {
  float: left;
  width: 835px;
  margin-top: 3px;
  color: #878786;
}
.history_page .below_content .news_list_item_wrapper .news_callout_list_item .read_more {
  display: none;
}
.services_page_landing h2 {
  font-size: 35px;
  text-transform: none;
  margin-bottom: 36px;
  font-weight: normal;
}
.services_page_landing .content_press {
  background: #fff !important;
}
.services_page_landing .content_press .services_image {
  float: right !important;
}
.services_page_landing .content_press .services_image img {
  margin-left: -26px !important;
}
.services_page {
  background: #fff;
  padding-top: 60px;
}
.services_page .standard_content_header {
  text-transform: none;
  color: #f69320;
  font-size: 46px;
}
.services_page .main_block {
  padding-bottom: 50px;
}
.services_page .main_block p {
  font-size: 35px;
  letter-spacing: 0.01em;
  line-height: 115%;
}
.services_page .services_content {
  background: #ededed;
  padding-top: 45px;
}
.services_page .services_content .services_image {
  float: left;
  margin-top: -45px;
}
.services_page .services_content .services_image p {
  margin: 0;
}
.services_page .services_content .services_image p img {
  margin-left: -211px;
}
.services_page .services_content .grid_8 {
  margin-left: 0;
}
.services_page .services_content .grid_8 h3 {
  font-size: 36px;
  text-transform: none;
  margin-bottom: 20px;
}
.services_page .services_content .grid_8 p,
.services_page .services_content .grid_8 li {
  color: #878786;
}
.services_page .services_content .grid_8 strong {
  color: #363635;
}
.services_page .services_extra .dynamic_callout_container {
  padding-top: 100px;
}
.services_page .services_extra .dynamic_callout_container h3 {
  font-size: 35px;
  text-transform: none;
  margin-bottom: 15px;
}
.form_page {
  background: #fff;
  padding-top: 60px;
}
.form_page .form_title_wrapper h1 {
  font-size: 46px;
  text-transform: none;
  color: #F69320;
}
.form_page .textbox_field,
.form_page .list_field,
.form_page .checkbox_field {
  border-top: 0;
}
.form_page input,
.form_page select,
.form_page textarea {
  border: 0;
  background: #ededed;
  border-bottom: 1px solid #ededed;
  width: 230px;
  padding: 6px;
  margin-bottom: 7px;
  margin-right: 40px;
  resize: none;
  font-family: 'Proxima-nova', sans serif;
}
.form_page input[type=text]:focus,
.form_page textarea[type=text]:focus,
.form_page input:focus,
.form_page textarea:focus {
  outline: none;
  border-bottom: 1px solid #f69320;
}
.form_page textarea {
  height: 120px;
}
.form_page label {
  width: 325px;
  color: #878786;
}
.form_page .button_field {
  background: #e64d39;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin-top: 100px;
  margin-bottom: -100px;
  font-size: 23px;
  padding: 8px 25px;
  letter-spacing: 0.015em;
  transition: background 400ms;
}
.form_page .button_field:after {
  content: ">";
  margin-left: 7px;
}
.form_page .button_field:hover {
  background: #f69320;
}
.form_page .section_grey {
  width: 100%;
  height: 150px;
  background: #ededed;
}
.form_page .validation_error {
  float: left;
  color: #f69320 !important;
  width: 561px;
}
.share_buttons {
  opacity: 0;
  width: 631px;
  margin: 0 auto 50px auto;
  height: 23px;
  transition: opacity 600ms;
}
.content .icon_print,
.content .icon_email {
  float: left;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.content .icon_print {
  background: url(/AppImages/print.gif);
}
.content .icon_email {
  background: url(/AppImages/mail.gif);
}
.content .print,
.content .st_email_hcount,
.content .st_sharethis_hcount,
.content .st_facebook_hcount,
.content .st_twitter_hcount,
.content .st_linkedin_hcount {
  position: relative;
  float: left;
}
.content .st_email_hcount .share_text,
.content .st_sharethis_hcount .share_text,
.content .st_facebook_hcount .share_text,
.content .st_twitter_hcount .share_text,
.content .st_linkedin_hcount .share_text,
.content .st_tumblr_hcount .share_text,
.content .st_googleplus_hcount .googleplus {
  position: absolute;
  left: 26px;
  font-size: 12px;
  background: #f2f2f2;
  padding: 2px 8px;
  line-height: 160%;
  top: 0;
}
.content .stButton {
  margin-right: 10px;
}
.content .stButton > span > span {
  float: left;
  width: 23px;
  margin-right: 50px;
  height: 17px;
}
.content .print {
  background: url(/AppImages/share_print.gif) no-repeat #F2F2F2 !important;
  font-size: 12px;
  padding: 2px 8px 2px 32px;
  line-height: 160%;
  margin-right: 10px;
  color: #000;
}
.content .stButton > span > span.st-email-counter {
  background: url(/AppImages/share_email.gif) !important;
}
.content .stButton > span > span.st-sharethis-counter {
  background: url(/AppImages/share_sharethis.gif) !important;
}
.content .stButton > span > span.st-facebook-counter {
  background: url(/AppImages/share_facebook.gif) !important;
  margin-right: 40px;
}
.content .stButton > span > span.st-twitter-counter {
  background: url(/AppImages/share_twitter.gif) !important;
}
.content .stButton > span > span.st-linkedin-counter {
  background: url(/AppImages/share_linkedin.gif) !important;
}
.content .stButton > span > span.stButton_gradient {
  background: url(/AppImages/share_gplus.gif) !important;
  border: 0;
  border-radius: 0;
  padding: 3px 0;
}
.content .stButton > span > span .stButton_gradient {
  border-radius: 0;
  background: #fff;
  padding: 2px 5px 3px 5px;
  border-color: #e2e2e2 !important;
}
.content .stButton > span .stArrow {
  background: url(/AppImages/share_arrow.png) no-repeat 2px 6px !important;
  height: 23px;
  margin-right: 0;
}
.st_email_hcount .stButton > span .stArrow,
.st_sharethis_hcount .stButton > span .stArrow {
  display: none;
}
.content .st_googleplus_hcount .stButton > span > span {
  margin-right: 0;
}
.content .st_googleplus_hcount .stButton span .googleplus {
  display: none;
}
.contact_page {
  padding-top: 0;
}
.contact_page #map {
  width: 100%;
  height: 400px;
  margin-bottom: 60px;
}
.contact_page #map .map_popup {
  width: 250px;
  height: 125px;
}
.contact_page #map .map_popup p {
  margin: 0;
}
.contact_page h1 {
  margin-bottom: 0;
}
.contact_page h2 {
  text-transform: none;
  font-weight: normal;
  font-size: 40px;
  margin-top: 16px;
  margin-bottom: 25px;
}
.news_page {
  background: #fff;
  position: relative;
}
.news_page .news_title_wrapper {
  display: none;
}
.news_detail_wrapper {
  padding-top: 60px;
  overflow: hidden;
}
.news_detail_wrapper .module_image_gallery_list {
  height: 340px;
  overflow: visible !important;
}
.news_detail_wrapper .module_image_gallery_list img {
  max-width: 511px;
}
.news_detail_wrapper blockquote {
  position: absolute;
  top: 240px;
  right: -341px;
  width: 305px;
  background: none;
  padding: 0;
}
.news_detail_wrapper blockquote:before {
  content: none;
}
.news_detail_wrapper blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  margin-left: 0;
  height: 6px;
  background: #f6921e;
  background: -moz-linear-gradient(left, #f6921e 0%, #e63a22 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f6921e), color-stop(100%, #e63a22));
  background: -webkit-linear-gradient(left, #f6921e 0%, #e63a22 100%);
  background: -o-linear-gradient(left, #f6921e 0%, #e63a22 100%);
  background: -ms-linear-gradient(left, #f6921e 0%, #e63a22 100%);
  background: linear-gradient(to right, #f6921e 0%, #e63a22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6921e', endColorstr='#e63a22', GradientType=1);
}
.news_detail_wrapper blockquote p {
  font-size: 24px;
  color: #363635;
  display: block;
}
.news_detail_wrapper h4 em {
  font-style: normal;
  background: #f69320;
  color: #fff;
  padding: 1px 10px;
  font-size: 15px;
}
.news_detail_wrapper .news_title {
  color: #F69320;
  font-size: 46px;
  font-weight: 600;
  text-transform: none;
}
.news_detail_wrapper .section.white p {
  font-size: 35px;
  letter-spacing: 0.01em;
  line-height: 115%;
  margin-bottom: 65px;
}
.news_detail_wrapper .section.section_grey {
  background: #ededed;
}
.news_detail_wrapper .news_article {
  padding-top: 45px;
}
.news_detail_wrapper .source {
  margin-bottom: 20px;
}
.news_detail_wrapper .source span {
  font-weight: bold;
}
.news_detail_wrapper .source span span {
  font-style: italic;
  font-weight: normal;
}
.directory_back_link {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #f69320;
  color: #fff !important;
  padding: 11px 24px 4px 24px;
  font-size: 23px;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.015em;
  transition: background 400ms;
}
.directory_back_link:hover {
  background: #ec7436;
}
/**** MODULES ****/
.module_list_item {
  padding: 65px 0;
}
.module_list_item.odd {
  background: #ededed;
}
.module_list_item.odd .module_list_item_image {
  float: right;
}
.module_list_item.odd .module_list_item_abstract {
  padding: 0 50px 0 0;
}
.module_list_item .module_list_item_abstract {
  padding: 0 0 0 50px;
}
.module_list_item h2 {
  margin-bottom: 0;
}
.module_list_item h2 a:hover {
  opacity: 0.7;
}
.module_list_item h3 {
  margin: 20px 0 25px 0;
  font-size: 34px;
  text-transform: none;
  line-height: 120%;
  color: #363635;
}
.module_list_item h3 a {
  display: block;
}
.module_list_item h3 a:hover {
  color: #f69320;
}
.module_list_item h4 {
  margin-bottom: 0;
  color: #F69320;
  font-weight: normal;
}
.module_list_item .module_list_item_date span {
  background: #f69320;
  color: #fff;
  padding: 1px 10px;
  font-size: 15px;
}
.module_list_item p {
  color: #878786;
}
.module_list_item_image {
  width: 345px;
  height: 260px;
}
.module_list_item_image a {
  display: block;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.module_list_item_image a img {
  width: 100%;
  height: auto;
}
.pager > span {
  padding: 8px;
  margin: 8px 0;
  background-color: #f2f2f2;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.pager > span .pager_pagecount_multiple {
  width: 978px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: none;
}
/** CALLOUTS **/
.module_callout {
  margin-bottom: 30px;
}
.module_callout .module_callout_list_item {
  margin-bottom: 20px;
}
.module_callout .module_callout_list_item .module_callout_list_item_image {
  margin-bottom: 10px;
}
.module_callout .module_callout_list_item img {
  width: 100%;
}
.module_callout .module_callout_list_item h3,
.module_callout .module_callout_list_item h4,
.module_callout .module_callout_list_item p {
  margin-bottom: 10px;
}
.search_page .search_page_content {
  width: 100%;
}
.search_page .search_page_content .search_page_header {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0;
  height: 210px;
}
.search_page .search_page_content .search_page_header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1400px;
  height: 210px;
  text-align: center;
  background: url(/AppImages/banner1.jpg) no-repeat 0 0;
}
.search_page .search_page_content .search_page_header h1 {
  float: none;
  position: relative;
  z-index: 2;
  background: #e96007;
  background: rgba(233, 96, 7, 0.8);
  display: inline-block;
  margin: 65px auto 0 auto;
  padding: 0 30px;
  color: #fff;
  font-weight: bold;
  font-size: 46px;
}
.search_page .search_page_content .search_page_header .search_page_options {
  width: 978px;
  float: none;
  margin: 86px auto 0 auto;
}
.search_page .search_page_content .search_page_header .search_page_options input {
  float: left;
  text-transform: none;
}
.search_page .search_page_content .search_page_header .search_page_options input[type=text] {
  padding: 5px 5px 4px 5px;
  margin-right: 10px;
}
.search_page .search_page_content .search_page_header .search_page_options input[type=button] {
  color: #fff;
  padding: 4px 24px;
  font-size: 23px;
  display: inline-block;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.015em;
  transition: background 400ms;
  background: #f69320;
  font-size: 16px;
  border-radius: 0;
}
.search_page .search_page_content #tabs {
  display: none;
}
.search_page .search_page_content #btn_search_order {
  color: #fff;
  padding: 1px 24px;
  font-size: 23px;
  display: inline-block;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.015em;
  transition: background 400ms;
  background: #f69320;
  font-size: 16px;
  position: relative;
  top: 0;
  left: -142px;
}
.search_page .search_page_content #btn_search_order:hover {
  background: #ec7436;
}
.search_page .search_page_content #lnk_back_to_top {
  display: none;
}
.search_page .search_page_content .search_page_results {
  width: 978px;
  margin: 0 auto;
  padding-top: 20px;
}
.search_page .search_page_content .search_results_item_Content {
  padding-left: 0;
}
.search_page .search_page_content .search_results_item_Content:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
.search_page .search_page_content .search_results_item_image {
  position: static;
  margin-right: 20px;
  float: left;
}
.search_page .search_page_content .search_results_item_image img {
  height: auto;
}
.search_page .search_page_content .search_results_item_detail {
  float: left;
  width: 822px;
}
.search_page .highlight {
  background-color: #ffe982;
  color: #000;
}
.sitemap {
  position: relative;
  text-align: center;
  background: #fff;
  padding-left: 30px;
}
.sitemap:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 1400px;
  height: 210px;
  background: url(/AppImages/banner1.jpg) no-repeat 0 0;
  display: block;
}
.sitemap h2 {
  position: relative;
  background: #e96007;
  background: rgba(233, 96, 7, 0.8);
  display: inline-block;
  margin: 65px auto 0 auto;
  padding: 0 30px;
  color: #fff;
  font-weight: bold;
  font-size: 46px;
  line-height: 150%;
}
.sitemap > ul {
  width: 978px;
  margin: 150px auto 0 auto;
  text-align: left;
  max-width: 100%;
}
.sitemap > ul:after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
}
.sitemap > ul ul,
.sitemap > ul li {
  float: left;
  clear: both;
  width: 100%;
}
.sitemap > ul ul a:hover,
.sitemap > ul li a:hover {
  color: #E53B25;
}
.legal_resources {
  background: #fff;
  padding: 55px 0 45px 0;
}
.legal_resources .standard_content_header {
  display: none;
}
.legal_resources .legal_resource {
  background: -moz-linear-gradient(top, #f69320 0%, #e94c21 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f69320), color-stop(100%, #e94c21));
  background: -webkit-linear-gradient(top, #f69320 0%, #e94c21 100%);
  background: -o-linear-gradient(top, #f69320 0%, #e94c21 100%);
  background: -ms-linear-gradient(top, #f69320 0%, #e94c21 100%);
  background: linear-gradient(to bottom, #f69320 0%, #e94c21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f69320', endColorstr='#e94c21', GradientType=0);
  text-align: center;
  padding: 18px 40px 0 40px;
  margin-bottom: 20px;
}
.legal_resources .legal_resource:nth-of-type(3) {
  clear: both;
}
.legal_resources .legal_resource:nth-of-type(even) {
  float: right;
}
.legal_resources .legal_resource h2 {
  text-transform: none;
  color: #fff;
  font-weight: normal;
  font-size: 23px;
  margin-bottom: 14px;
}
.legal_resources .legal_resource p {
  color: #fff;
  margin-bottom: 18px;
}
.legal_resources .legal_resource .button {
  background: transparent;
  border: 1px solid #fff;
  padding: 3px 20px;
  font-size: 16px;
}
.legal_resources h2 {
  text-transform: none;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 40px;
}
.legal_resources .listing-page-detail .button {
  font-size: 16px;
  padding: 3px 18px;
  background: #e96007;
}
.legal_resources .listing-page-detail .button:hover {
  background: #f69320;
}
.az_listings {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 50px;
}
.az_listings:after {
  content: '';
  display: block;
  clear: both;
}
.az_listings .az_search a {
  display: block;
  float: left;
  width: 7.69230769%;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 2% 0;
  text-decoration: none;
  font-size: 22px;
  background: #e96007;
}
.az_listings .az_search a[href*="?letter=0"] {
  display: none;
}
.az_listings .az_search a:hover {
  background: #f69320;
}
.az_listings p + a {
  display: none;
}
.az_listings #ql_res_items {
  float: left;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.az_listings #ql_res_items .ql_res_item {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 10px 15px 10px 20px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #878786;
}
.az_listings #ql_res_items .ql_res_item:nth-of-type(odd) {
  clear: both;
}
.az_listings #ql_res_items .ql_res_item .cb_html {
  max-width: 205px;
  min-height: 48px;
  float: left;
}
.az_listings #ql_res_items .ql_res_item .button {
  float: right;
  margin-top: 10px;
  padding: 3px 13px;
  font-size: 15px;
  background: #e96007;
}
.az_listings .ql_page_prev,
.az_listings .ql_page_next {
  background-image: none !Important;
  padding: 0 0 0 30px;
}
.az_listings .ql_page_prev:before {
  content: '< ';
}
.az_listings .ql_page_next:after {
  content: ' >';
}
.ui-widget {
  font-size: 14px !important;
}
.cookie_notice {
  width: 100% !important;
}
.cookie_notice h2 {
  max-width: 100% !important;
}
.cookie_notice h2 span {
  color: #fff;
}
.cookie_notice p {
  margin-bottom: 0;
}
.royal-rota {
  margin-top: 50px;
}
.royal-rota .ql_res_item {
  float: left;
  width: 25%;
  position: relative;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.royal-rota .ql_res_item:nth-of-type(4n) {
  border-right: 0;
}
.royal-rota .ql_res_item.shortlisted:before {
  content: "\2605";
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #e96007;
  font-size: 180px;
  line-height: 160px;
  z-index: 1;
}
.royal-rota .ql_res_item.shortlisted:after {
  content: "Runner Up";
  position: absolute;
  bottom: 65px;
  left: 48px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 1;
  width: 75px;
  text-align: center;
  line-height: normal;
}
.royal-rota .ql_res_item.winner:before {
  content: "\2605";
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #e53b25;
  font-size: 180px;
  line-height: 160px;
  z-index: 1;
}
.royal-rota .ql_res_item.winner:after {
  content: "Winner";
  position: absolute;
  bottom: 76px;
  left: 48px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 1;
  width: 75px;
  text-align: center;
  line-height: normal;
}
.royal-rota .ql_res_item:hover:before {
  z-index: -1;
}
.royal-rota .ql_res_item:hover:after {
  z-index: -1;
}
.royal-rota__item {
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 130px 20px 0 40px;
  overflow: hidden;
}
.royal-rota__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(233, 96, 7, 0.6);
  opacity: 0;
  transition: opacity 200ms;
}
.royal-rota__item:after {
  content: "";
  width: 57px;
  height: 57px;
  background: url(/AppImages/rota-view.png) no-repeat 0 0;
  position: absolute;
  top: -57px;
  right: 35px;
  opacity: 0;
  transition: all 200ms;
}
.royal-rota__item-field {
  opacity: 0;
  transition: opacity 200ms;
  color: #fff;
  position: relative;
  z-index: 2;
}
.royal-rota__item:hover {
  cursor: pointer;
}
.royal-rota__item:hover:before {
  opacity: 1;
}
.royal-rota__item:hover:after {
  opacity: 1;
  top: 30px;
}
.royal-rota__item:hover .royal-rota__item-field {
  opacity: 1;
}
.button--rota {
  background: #e53b25;
  padding: 4px 0;
  width: 465px;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  cursor: default;
}
.button--rota:after {
  content: "";
  width: 15px;
  height: 28px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  background: url(/AppImages/royal-rota/arrow.png) no-repeat 0 center;
}
.popup {
  display: none;
  width: 900px;
  max-width: 100%;
  margin: 50px auto 20px;
  padding-bottom: 20px;
  background: #fff;
  position: relative;
  text-align: right;
}
.popup:after {
  content: "";
  display: block;
  clear: both;
}
.mfp-wrap .popup {
  display: block;
}
.popup__image {
  height: 600px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position: 50%;
}
.popup__field {
  padding-left: 35px;
  font-weight: 600;
  text-align: left;
  float: left;
  width: 75%;
}
.popup__field--title {
  font-size: 24px;
  font-weight: 500;
  margin: 18px 0 8px;
}
.popup__field--photographer {
  margin-bottom: 10px;
}
.popup__share {
  background: #f2f2f2;
  text-align: left;
  padding-top: 10px;
}
.popup__share:after {
  content: "";
  display: block;
  clear: both;
}
.popup__share-share {
  float: left;
  line-height: 40px;
  padding: 0 35px;
}
.popup__winner {
  float: right;
  width: 25%;
  text-align: left;
  padding-right: 10px;
}
.popup__winner:not(:empty) {
  position: relative;
}
.popup__winner:not(:empty):before {
  content: "\2605";
  display: block;
  bottom: 5px;
  right: 10px;
  color: #e53b25;
  font-size: 180px;
  line-height: 160px;
  z-index: 1;
}
.popup__winner:not(:empty):after {
  content: "Winner";
  position: absolute;
  top: 73px;
  left: 37px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 1;
  width: 75px;
  text-align: center;
  line-height: normal;
}
.popup__winner--runner-up {
  position: relative;
}
.popup__winner--runner-up:before {
  content: "\2605";
  display: block;
  bottom: 5px;
  right: 10px;
  color: #e96007 !important;
  font-size: 180px;
  line-height: 160px;
  z-index: 1;
}
.popup__winner--runner-up:after {
  content: "Runner Up" !important;
  position: absolute;
  top: 65px;
  left: 37px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 1;
  width: 75px;
  text-align: center;
  line-height: normal;
}
.popup__winner--winner {
  position: relative;
}
.popup__winner--winner:before {
  content: "\2605";
  display: block;
  bottom: 5px;
  right: 10px;
  color: #e53b25;
  font-size: 180px;
  line-height: 160px;
  z-index: 1;
}
.popup__winner--winner:after {
  content: "Winner";
  position: absolute;
  top: 65px;
  left: 37px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 1;
  width: 75px;
  text-align: center;
  line-height: normal;
}
.popup .share_text {
  float: right;
  line-height: 40px !important;
  position: static !important;
  padding: 0 !important;
  font-size: 16px !important;
}
.popup .content .print,
.popup .content .st_email_hcount,
.popup .content .st_sharethis_hcount,
.popup .content .st_facebook_hcount,
.popup .content .st_twitter_hcount,
.popup .content .st_tumblr_hcount,
.popup .content .st_linkedin_hcount {
  position: relative;
  float: left;
  margin-right: 40px;
}
.popup .content .st_tumblr_hcount .stButton_gradient {
  color: transparent;
}
.popup .content .st_sharethis_hcount {
  float: right;
  margin-right: 0;
}
.popup .content .st_sharethis_hcount .share_text {
  display: none;
}
.popup .content .st_facebook_hcount {
  color: #3b5999;
}
.popup .content .st_twitter_hcount {
  color: #55acee;
}
.popup .content .st_tumblr_hcount {
  color: #35465c;
}
.popup .content .st_linkedin_hcount {
  color: #0077b5;
}
.popup .stButton > span .stArrow {
  display: none;
}
.popup .stButton > span > span {
  width: 19px;
  height: 40px;
  margin-right: 0 !important;
  float: left;
  padding: 0 !important;
  position: relative;
}
.popup .stButton > span > span:after {
  content: "";
  width: 80px;
  height: 40px;
  position: absolute;
  left: 100%;
}
.popup .stButton > span > span.stButton_gradient {
  background: none !important;
}
.popup .stButton > span > span.stButton_gradient .tumblr {
  background: url(/AppImages/royal-rota/tumblr.png) no-repeat 0 center !important;
  height: 40px !important;
  line-height: 40px !important;
  text-indent: -9999px;
}
.popup .stButton > span > span.stButton_gradient .tumblr:after {
  content: "";
  width: 80px;
  height: 40px;
  position: absolute;
  left: 100%;
}
.popup .stButton > span > span.st-twitter-counter {
  background: url(/AppImages/royal-rota/twitter.png) no-repeat center !important;
}
.popup .stButton > span > span.st-facebook-counter {
  background: url(/AppImages/royal-rota/facebook.png) no-repeat center !important;
}
.popup .stButton > span > span.st-linkedin-counter {
  background: url(/AppImages/royal-rota/linkedin.png) no-repeat center !important;
}
.popup .stButton > span > span.st-email-counter {
  background: url(/AppImages/royal-rota/email.png) no-repeat center !important;
}
.popup .stButton > span > span.st-sharethis-counter {
  background: url(/AppImages/royal-rota/share.png) no-repeat center !important;
}
.popup .stButton > span > span.st-sharethis-counter:after {
  content: none;
}
.popup__vote {
  display: inline-block;
  width: 137px;
  height: 130px;
  background: url(/AppImages/royal-rota/vote.png) 0 0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  margin-top: 20px;
  margin-right: 35px;
  cursor: pointer;
}
.popup__vote--voted {
  display: inline-block !important;
  background: none;
  color: #333;
  text-transform: none;
  width: 150px;
}
.popup__close {
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
  padding: 20px;
}
.popup__close:before {
  content: "";
  width: 25px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
}
.popup__close:after {
  content: "";
  width: 25px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-45deg);
}
.popup__prev {
  position: absolute;
  top: 30%;
  left: -50px;
  width: 40px;
  height: 40px;
  border-left: 7px solid #fff;
  border-bottom: 7px solid #fff;
  transform: rotate(45deg);
  cursor: pointer;
}
.popup__next {
  position: absolute;
  top: 250px;
  right: -50px;
  width: 40px;
  height: 40px;
  border-right: 7px solid #fff;
  border-bottom: 7px solid #fff;
  transform: rotate(-45deg);
  cursor: pointer;
}
.popup .mfp-close {
  display: none;
}
/* CASE STUDIES */
.orange-header {
  padding: 80px 50px;
  text-align: center;
  background: #e96007;
  background: linear-gradient(#f69320, #e53b25);
}
.orange-header h1,
.orange-header .standard_content_header {
  text-transform: uppercase;
  color: #FFF;
  display: inline-block;
  padding: 0 30px;
  margin: 0;
  font-size: 46px;
  font-weight: 600;
}
@media all and (max-width: 500px) {
  .orange-header h1,
  .orange-header .standard_content_header {
    font-size: 34px;
    padding: 10px;
  }
}
.orange-header h1 span,
.orange-header .standard_content_header span {
  display: inline-block;
  background: #f69320;
  line-height: 60px;
  margin-bottom: 10px;
  width: 90%;
}
.orange-header h2 {
  color: #FFF;
  line-height: 1.4;
  margin-top: 50px;
  font-size: 22px;
  text-transform: none;
}
@media all and (max-width: 500px) {
  .orange-header h2 {
    font-size: 18px;
  }
}
.freeze-pane {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: #000;
  opacity: 0.6;
}
.noscroll {
  overflow: hidden;
}
.case-studies {
  overflow: hidden;
}
.case-studies .filter {
  display: flex;
  justify-content: flex-end;
  padding: 25px 40px 34px;
  background-color: #E7610C;
  color: #fff;
}
.case-studies .filter p {
  margin: 0;
}
.case-studies .filter ul {
  margin: 0 0 0 24px;
}
.case-studies .filter ul li {
  display: inline-block;
  font-size: 21px;
  line-height: 1;
  margin: 0 20px 0 0;
  cursor: pointer;
}
.case-studies .filter ul li.active {
  color: #F29223;
}
.case-studies .filter ul li:last-of-type {
  margin: 0;
}
.case-studies .filter ul li::before {
  display: none;
}
@media all and (max-width: 400px) {
  .case-studies .filter ul {
    margin: 24px 0 0 0;
  }
}
@media all and (max-width: 768px) {
  .case-studies .filter {
    padding: 20px;
  }
}
@media all and (max-width: 400px) {
  .case-studies .filter {
    display: block;
  }
}
.case-studies .dataTables_paginate_wrapper {
  display: none;
}
.case-studies .paper {
  color: #f69320;
  margin-bottom: 10px;
}
.case-studies .orange-header h1 {
  background: #f69320;
}
.case-studies .case-name {
  color: #000;
  margin: 0;
}
.case-studies .ql_results {
  font-size: 0;
  background: #404040;
}
.case-studies .ql_res_items {
  display: flex;
}
.case-studies .case-study-item {
  flex-direction: column;
  width: calc(33.33333333%);
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid #BFBFBF;
  transition: 0.3s;
  box-sizing: content-box;
}
.case-studies .case-study-item:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.case-studies .case-study-item:hover .case-study-item-bg {
  transform: scale(1.05, 1.05);
}
.case-studies .case-study-item-image {
  position: relative;
  height: 466px;
  overflow: hidden;
  flex: 1;
}
@media all and (max-width: 1400px) {
  .case-studies .case-study-item-image {
    min-height: 270px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1024px) {
  .case-studies .case-study-item-image {
    min-height: 210px;
  }
}
@media all and (max-width: 768px) {
  .case-studies .case-study-item-image {
    height: initial;
    padding-top: 20px;
  }
}
.case-studies .case-study-item-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  background-size: contain;
  background-position: 50%;
  transition: 0.3s;
  backface-visibility: hidden;
}
.case-studies .case-study-item-body {
  padding: 30px 24px 45px;
}
.case-studies .case-study-item-text {
  position: relative;
  padding: 9px 0 9px 30px;
}
.case-studies .case-study-item-text::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 6px;
  background: linear-gradient(180deg, #f29121 0%, #e53923 100%);
}
.case-studies .case-study-item img {
  transition: 0.3s;
  display: block;
  margin: 0 auto;
  height: inherit;
}
.case-studies .case-study-item h3 {
  font-size: 24px;
  line-height: 33px;
  text-transform: none;
  font-weight: bolder;
  line-height: 1;
}
.case-studies #pnlKnockoutContainer {
  position: relative;
  width: 100%;
}
.case-studies .download-report {
  position: relative;
  right: 0;
  background: #e96007;
  padding: 75px;
  width: 25%;
  color: #FFF;
}
.case-studies .download-report img {
  width: 100%;
  padding-bottom: 30px;
}
.case-studies .download-report h2 {
  text-transform: none;
  line-height: 1.2;
  font-size: 30px;
  color: #FFF;
  margin-bottom: 20px;
}
.case-studies .download-report p {
  margin-bottom: 20px;
}
.case-studies .case-study-content {
  min-height: 100%;
  height: 100%;
  width: 1400px;
  background: #FFF;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 999;
  transition: 0.5s;
  overflow-y: scroll;
}
.case-studies .case-study-content .container {
  display: flex;
  height: unset;
  min-height: 100%;
}
@media all and (max-width: 1000px) {
  .case-studies .case-study-content .container {
    display: block;
  }
}
.case-studies .case-study-content .col {
  width: 50%;
}
.case-studies .case-study-content .col--left {
  padding: 130px 0 105px;
}
@media all and (max-width: 1000px) {
  .case-studies .case-study-content .col--left {
    padding: 125px 0 30px;
  }
}
.case-studies .case-study-content .col--right {
  padding: 55px 78px 105px;
  background-color: #efefef;
}
@media all and (max-width: 1000px) {
  .case-studies .case-study-content .col--right {
    padding: 55px 30px 105px;
  }
}
@media all and (max-width: 1000px) {
  .case-studies .case-study-content .col {
    width: 100%;
  }
}
.case-studies .case-study-content img.front-cover {
  width: 100%;
}
.case-studies .case-study-content img.case-toggle {
  position: absolute;
  top: 55px;
  left: 47px;
  width: 46px;
  cursor: pointer;
  margin-top: 0px;
  z-index: 1;
}
.case-studies .case-study-content .quote {
  margin: 0 47px;
}
.case-studies .case-study-content blockquote {
  padding: 75px 0 43px;
  font-size: 24px;
  background-color: transparent;
  color: #363635;
  line-height: 33px;
}
.case-studies .case-study-content blockquote::before {
  top: 0;
  left: 0;
  background-image: url('../../../CMS_Themes/Default/AppImages/quote.svg');
}
.case-studies .case-study-content blockquote::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6px;
  margin: 0;
  display: block;
  background-image: none;
  background: linear-gradient(90deg, #f29121 0%, #e53923 100%);
}
.case-studies .case-study-content .titles {
  position: relative;
  padding: 9px 0 9px 30px;
  margin-bottom: 105px;
}
.case-studies .case-study-content .titles h2 {
  font-size: 27px;
  text-transform: inherit;
}
.case-studies .case-study-content .titles::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 6px;
  background: linear-gradient(180deg, #f29121 0%, #e53923 100%);
}
.case-studies .case-study-content .links {
  display: flex;
  margin-top: 87px;
}
@media all and (max-width: 1200px) {
  .case-studies .case-study-content .links {
    display: block;
  }
}
.case-studies .case-study-content a.pdf,
.case-studies .case-study-content a.content {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  padding: 16px;
  line-height: 1;
  flex: 1;
}
.case-studies .case-study-content a.pdf img,
.case-studies .case-study-content a.content img {
  height: 17px !important;
  margin-right: 15px;
}
@media all and (max-width: 500px) {
  .case-studies .case-study-content a.pdf img,
  .case-studies .case-study-content a.content img {
    width: initial !important;
  }
}
@media all and (max-width: 1200px) {
  .case-studies .case-study-content a.pdf,
  .case-studies .case-study-content a.content {
    margin-right: 0;
  }
}
@media all and (max-width: 599px) {
  .case-studies .case-study-content a.pdf,
  .case-studies .case-study-content a.content {
    display: block;
  }
}
.case-studies .case-study-content a.pdf {
  background-color: #E53B25;
  color: #fff;
}
.case-studies .case-study-content a.pdf:hover {
  background-color: #d72f1a;
}
@media all and (max-width: 1130px) {
  .case-studies .case-study-content a.pdf {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.case-studies .case-study-content a.content {
  background: #F29223;
  color: #fff;
}
.case-studies .case-study-content a.content:hover {
  background-color: #ed860e;
}
.case-studies .case-study-content a:last-of-type {
  margin: 0;
}
@media all and (max-width: 1400px) {
  .case-studies .case-study-content {
    width: 100%;
  }
}
.case-studies .open {
  right: 0;
}
/*********************
RESEARCH REPORT ANIMATIONS
***********************/
/*********************
RESEARCH REPORT ANIMATIONS
***********************/
.anim {
  font-size: 0;
}
.anim .icon-orange {
  fill: #f69320;
}
.anim .icon-darkorange {
  fill: #e96007;
}
.anim .icon-container {
  box-sizing: content-box;
}
.anim h1,
.anim h2,
.anim h3 {
  text-transform: none;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;
}
.anim h1 {
  font-size: 200px;
}
.anim h2 {
  font-size: 70px;
  color: #f69320;
}
.anim h3 {
  line-height: 1.3;
  font-weight: bold;
}
.anim p {
  color: #808080;
  font-size: 14px;
  font-style: italic;
}
.anim--row {
  width: 100%;
}
.anim--grey h1 {
  color: #e96007;
}
.anim--grey h3 {
  color: #000;
}
.anim--red {
  background: #e53b25;
}
.anim--red h1,
.anim--red h2 {
  color: #FFF;
}
.anim--red h3 {
  color: #f69320;
}
.anim--red p {
  color: #000;
}
.anim--darkgrey {
  background: #404040;
}
.anim--darkgrey h1 {
  color: #f69320;
}
.anim--darkgrey h2 {
  color: #e96007;
}
.anim--darkgrey h3 {
  color: #FFF;
}
.anim--darkgrey p {
  color: #FFF;
}
.anim__l {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}
.anim__l--wide {
  width: 75%;
}
.anim__tl {
  border-bottom: 1px solid #000;
  padding: 60px;
}
@media only screen and (max-width: 1024px) {
  .anim__tl {
    padding: 30px;
  }
}
.anim__bl {
  padding: 60px;
}
@media only screen and (max-width: 1024px) {
  .anim__bl {
    padding: 30px;
  }
}
.anim__r {
  border-left: 1px solid #000;
  display: inline-block;
  vertical-align: top;
  padding: 50px;
  width: 35%;
}
@media only screen and (max-width: 1024px) {
  .anim__r {
    padding: 30px;
  }
}
.anim__r--orange {
  background: #e96007;
  border-left: 0;
}
.counter,
.info-wrapper {
  display: inline-block;
  vertical-align: top;
}
#row-1 .anim__tl .counter {
  width: 50%;
}
#row-1 .anim__tl .info-wrapper {
  width: 50%;
  padding-left: 20px;
  margin-top: 30px;
}
#row-1 .anim__tl .info-wrapper .icon-container {
  float: right;
  margin: -135px 35px 0 0;
  height: 108px;
  width: 108px;
  background: #e96007;
  border-radius: 54px;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
#row-1 .anim__tl .info-wrapper .icon-container #pound {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
}
#row-1 .anim__tl .info-wrapper .icon-container .internal-1 {
  position: absolute;
  bottom: 20%;
  left: 20%;
}
#row-1 .anim__tl .info-wrapper .icon-container .internal-1 .stack {
  transition: 0.5s;
  fill: #FFF;
  opacity: 0;
}
#row-1 .anim__tl .info-wrapper .icon-container .internal-2 {
  position: absolute;
  top: 20%;
  right: 20%;
}
#row-1 .anim__tl .info-wrapper .icon-container .internal-2 .stack {
  transition: 0.3s;
  fill: #FFF;
  opacity: 0;
}
#row-1 .anim__tl .info-wrapper .icon-container.animate .internal-1 .stack:nth-child(7) {
  transition-delay: 2.1s;
  opacity: 1;
}
#row-1 .anim__tl .info-wrapper .icon-container.animate .internal-1 .stack:nth-child(6) {
  transition-delay: 1.8s;
  opacity: 1;
}
#row-1 .anim__tl .info-wrapper .icon-container.animate .internal-1 .stack:nth-child(5) {
  transition-delay: 1.5s;
  opacity: 1;
}
#row-1 .anim__tl .info-wrapper .icon-container.animate .internal-1 .stack:nth-child(4) {
  transition-delay: 1.2s;
  opacity: 1;
}
#row-1 .anim__tl .info-wrapper .icon-container.animate .internal-1 .stack:nth-child(3) {
  transition-delay: 0.9s;
  opacity: 1;
}
#row-1 .anim__tl .info-wrapper .icon-container.animate .internal-1 .stack:nth-child(2) {
  transition-delay: 0.6s;
  opacity: 1;
}
#row-1 .anim__tl .info-wrapper .icon-container.animate .internal-1 .stack:nth-child(1) {
  transition-delay: 0.3s;
  opacity: 1;
}
#row-1 .anim__tl .info-wrapper .icon-container.animate .internal-2 .stack:nth-child(7) {
  transition-delay: 2.1s;
  opacity: 1;
}
#row-1 .anim__tl .info-wrapper .icon-container.animate .internal-2 .stack:nth-child(6) {
  transition-delay: 1.8s;
  opacity: 1;
}
#row-1 .anim__tl .info-wrapper .icon-container.animate .internal-2 .stack:nth-child(5) {
  transition-delay: 1.5s;
  opacity: 1;
}
#row-1 .anim__tl .info-wrapper .icon-container.animate .internal-2 .stack:nth-child(4) {
  transition-delay: 1.2s;
  opacity: 1;
}
#row-1 .anim__tl .info-wrapper .icon-container.animate .internal-2 .stack:nth-child(3) {
  transition-delay: 0.9s;
  opacity: 1;
}
#row-1 .anim__tl .info-wrapper .icon-container.animate .internal-2 .stack:nth-child(2) {
  transition-delay: 0.6s;
  opacity: 1;
}
#row-1 .anim__tl .info-wrapper .icon-container.animate .internal-2 .stack:nth-child(1) {
  transition-delay: 0.3s;
  opacity: 1;
}
#row-1 .anim__bl .icon-container {
  float: left;
  max-height: 200px;
  max-width: 140px;
  margin-top: 20px;
  padding-right: 30px;
}
#row-1 .anim__bl .icon-container .internal {
  opacity: 0;
  transition: 3s;
}
#row-1 .anim__bl .icon-container.animate .internal {
  opacity: 1;
}
#row-1 .anim__bl .counter {
  width: 100%;
}
#row-1 .anim__bl .info-wrapper {
  width: 85%;
  padding-left: 20px;
  margin-top: -15px;
  float: right;
}
#row-1 .anim__bl .info-wrapper h2 {
  float: left;
  margin-top: -15px;
  padding-right: 30px;
}
#row-1 .anim__r h1 {
  margin: 0;
}
#row-1 .anim__r img {
  display: block;
  margin: 0 auto;
  padding: 35px 0;
}
#row-2 .anim__tl .counter {
  width: 45%;
}
#row-2 .anim__tl .info-wrapper {
  width: 50%;
  padding-left: 20px;
  margin-top: 30px;
}
#row-2 .anim__tl .info-wrapper .icon-container {
  float: right;
  margin: -135px 25px 0 0;
  height: 108px;
  width: 108px;
  background: #e96007;
  border-radius: 54px;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
#row-2 .anim__tl .info-wrapper .icon-container .internal-1 {
  position: absolute;
  bottom: 34%;
  left: 12%;
  transition: 1s;
  transform: translateX(-150%);
}
#row-2 .anim__tl .info-wrapper .icon-container .internal-2 {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 1s;
  transform: translateX(180%);
}
#row-2 .anim__tl .info-wrapper .icon-container.animate .internal-1 {
  transform: translateX(0);
}
#row-2 .anim__tl .info-wrapper .icon-container.animate .internal-2 {
  transform: translateX(0);
}
#row-2 .anim__bl .icon-container {
  float: right;
  margin: -135px 90px 0 0;
  height: 108px;
  width: 108px;
  background: #e96007;
  border-radius: 54px;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
#row-2 .anim__bl .icon-container .internal {
  position: absolute;
  bottom: 0;
  left: 10px;
  transform: translate(25%, 100%);
  transition: 1s;
}
#row-2 .anim__bl .icon-container.animate .internal {
  transform: translateY(0);
}
#row-2 .anim__bl .counter {
  width: 50%;
}
#row-2 .anim__bl .info-wrapper {
  width: 50%;
  padding-left: 20px;
  margin-top: 30px;
}
#row-2 .anim__r .icon-container {
  width: 117px;
  height: 117px;
  float: right;
  margin: -150px 0 0 0;
  border-radius: 58px;
  background: #e96007;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
#row-2 .anim__r .icon-container .internal-1 {
  position: absolute;
  bottom: 30%;
  left: 10%;
  transition: 1s;
  transform: translateX(-150%);
}
#row-2 .anim__r .icon-container .internal-2 {
  position: absolute;
  bottom: 35%;
  left: 16%;
  transition: 1s;
  transform: translateX(150%);
}
#row-2 .anim__r .icon-container .internal-3 {
  position: absolute;
  bottom: 40%;
  left: 22%;
  transition: 1s;
  transform: translateX(-150%);
}
#row-2 .anim__r .icon-container.animate .internal-1 {
  transform: translateX(0);
}
#row-2 .anim__r .icon-container.animate .internal-2 {
  transition-delay: 0.5s;
  transform: translateX(0);
}
#row-2 .anim__r .icon-container.animate .internal-3 {
  transition-delay: 1s;
  transform: translateX(0);
}
#row-3 .anim__l .icon-container {
  height: 247px;
  width: 247px;
  position: relative;
  border-radius: 124px;
  background: #f69320;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
#row-3 h1 {
  line-height: 1.3;
}
#row-3 #count-7 {
  transform: scale(0);
  transition: all 2s;
  transform-origin: center center;
}
#row-3 #count-7.zoom {
  transform: scale(1);
}
#row-3 #count-8 {
  transform: scale(0);
  transition: all 2s;
  transform-origin: center center;
}
#row-3 #count-8.zoom {
  transform: scale(1);
}
#row-3 .anim__tl .counter {
  width: 74%;
  vertical-align: middle;
}
#row-3 .anim__tl .icon-container .internal-1 {
  position: absolute;
  right: 2%;
  bottom: 22%;
  transition: 1s;
  transform: translateX(110%);
}
#row-3 .anim__tl .icon-container .internal-2 {
  position: absolute;
  left: 0;
  bottom: 22%;
  transition: 1s;
  transform: translateX(-110%);
}
#row-3 .anim__tl .icon-container.animate .internal-1 {
  transform: translateX(0);
}
#row-3 .anim__tl .icon-container.animate .internal-2 {
  transition-delay: 0.5s;
  transform: translateX(0);
}
#row-3 .anim__tl .info-wrapper {
  width: 25%;
  padding-left: 0px;
  padding-top: 30px;
  vertical-align: middle;
}
#row-3 .anim__bl .counter {
  vertical-align: middle;
  width: 68%;
}
#row-3 .anim__bl .info-wrapper {
  width: 30%;
  padding-left: 20px;
  margin-top: 30px;
  vertical-align: middle;
}
#row-3 .anim__bl .icon-container .social-media {
  position: absolute;
  transition: 0.5s;
  transform: translateX(200%);
  width: 62px;
  height: 76px;
}
#row-3 .anim__bl .icon-container .social-media#twitter {
  left: 26%;
  bottom: 10%;
  transform: translateX(-200%);
}
#row-3 .anim__bl .icon-container .social-media#v {
  left: 0%;
  bottom: 30%;
  transform: translateX(-200%);
}
#row-3 .anim__bl .icon-container .social-media#instagram {
  left: 26%;
  top: 20%;
  transform: translateX(-200%);
}
#row-3 .anim__bl .icon-container .social-media#google {
  right: -5%;
  bottom: 30%;
  transform: translateX(200%);
}
#row-3 .anim__bl .icon-container .social-media#facebook {
  right: 22%;
  bottom: 20%;
  transform: translateX(200%);
}
#row-3 .anim__bl .icon-container .social-media#youtube {
  right: 22%;
  top: 10%;
  transform: translateX(200%);
}
#row-3 .anim__bl .icon-container.animate #twitter {
  transform: translateX(0);
}
#row-3 .anim__bl .icon-container.animate #facebook {
  transform: translateX(0);
  transition-delay: 0.5s;
}
#row-3 .anim__bl .icon-container.animate #v {
  transform: translateX(0);
  transition-delay: 1s;
}
#row-3 .anim__bl .icon-container.animate #google {
  transform: translateX(0);
  transition-delay: 1.5s;
}
#row-3 .anim__bl .icon-container.animate #instagram {
  transform: translateX(0);
  transition-delay: 2s;
}
#row-3 .anim__bl .icon-container.animate #youtube {
  transform: translateX(0);
  transition-delay: 2.5s;
}
#row-3 .anim__r {
  padding: 70px;
  width: 25%;
}
#row-3 .anim__r img {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}
#row-3 .anim__r h3 {
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
}
#row-3 .anim__r p {
  font-size: 16px;
  color: #FFF;
  font-style: normal;
}
/* units for animations*/
#count-1:before,
#count-4:before,
#count-6:before {
  content: "£";
}
#count-3:after,
#count-5:after {
  content: "%";
}
/************
RESPONSIVE
*************/
@media only screen and (max-width: 1400px) {
  #row-1 .anim__tl .counter {
    width: 100%;
    margin: 0;
  }
  #row-1 .anim__tl .counter h1 {
    margin: 0;
  }
  #row-1 .anim__tl .info-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #row-1 .anim__tl .info-wrapper h2 {
    margin-top: -15px;
    float: left;
    padding-right: 30px;
  }
  #row-1 .anim__bl h1 {
    margin: 0;
    font-size: 190px;
  }
  #row-1 .anim__bl .icon-container {
    margin: 0 auto;
    float: none;
    padding: 0;
  }
  #row-1 .anim__bl .counter {
    width: 100%;
    margin: 0;
  }
  #row-1 .anim__bl .counter img {
    display: none;
  }
  #row-1 .anim__bl .info-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #row-1 .anim__r h1 {
    font-size: 150px;
    text-align: center;
  }
  #row-2 .anim__tl .counter {
    width: 100%;
    margin: 0;
  }
  #row-2 .anim__tl .counter h1 {
    margin: 0;
  }
  #row-2 .anim__tl .info-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #row-2 .anim__tl .info-wrapper .icon-container {
    margin-right: 0;
  }
  #row-2 .anim__tl .info-wrapper h2 {
    margin-top: -15px;
    float: left;
    padding-right: 30px;
  }
  #row-2 .anim__bl .icon-container {
    margin-right: 0;
  }
  #row-2 .anim__bl .counter {
    width: 100%;
    margin: 0;
  }
  #row-2 .anim__bl .counter h1 {
    margin: 0;
  }
  #row-2 .anim__bl .info-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #row-2 .anim__bl .info-wrapper h2 {
    margin-top: -15px;
    float: left;
    padding-right: 30px;
  }
  #row-2 .anim__r h1 {
    font-size: 150px;
    text-align: center;
  }
  #row-2 .anim__r .icon-container {
    margin-top: 0;
    margin-left: 10px;
  }
  #row-3 .anim__l .icon-container {
    display: block;
    float: right;
  }
  #row-3 .anim__tl .counter {
    width: 100%;
    margin: 0;
  }
  #row-3 .anim__tl .counter h1 {
    line-height: 1;
    font-size: 150px;
    margin: 0;
  }
  #row-3 .anim__tl .info-wrapper {
    width: 60%;
    margin: 0;
    margin-top: -70px;
    padding: 0;
  }
  #row-3 .anim__tl .info-wrapper h2 {
    margin-top: -15px;
    float: none;
    padding-right: 30px;
  }
  #row-3 .anim__bl .counter {
    width: 100%;
  }
  #row-3 .anim__bl .counter h1 {
    font-size: 150px;
    margin: 0;
  }
  #row-3 .anim__bl .info-wrapper {
    width: 60%;
    margin: 0;
    margin-top: -60px;
    padding: 0;
  }
  #row-3 .anim__bl .info-wrapper h2 {
    margin-top: -15px;
    float: none;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .orange-header {
    padding: 30px 20px;
  }
  .anim--row {
    display: block;
  }
  #row-1 .anim__l,
  #row-2 .anim__l {
    width: 100%;
  }
  #row-1 .anim__bl,
  #row-2 .anim__bl {
    width: 100%;
    border-bottom: 1px solid #000;
  }
  #row-1 .anim__r,
  #row-2 .anim__r {
    width: 100%;
  }
  #row-1 .anim__r h1,
  #row-2 .anim__r h1 {
    text-align: left;
  }
  #row-2 .anim__bl .icon-container {
    float: right;
    margin: 0;
    padding: 0;
  }
  #row-2 .anim__r .icon-container {
    float: right;
    margin-right: 0;
    padding-right: 0;
  }
  #row-2 .anim__r h1 {
    font-size: 200px;
  }
  #row-3 .anim__l {
    width: 100%;
  }
  #row-3 .anim__l .icon-container {
    float: left;
  }
  #row-3 .anim__l h1 {
    font-size: 150px;
  }
  #row-3 .anim__l .info-wrapper {
    width: 60%;
    margin-left: 270px;
  }
  #row-3 .anim__r {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .orange-header h1 {
    padding: 0;
  }
  #row-1 .anim__l .anim__tl,
  #row-1 .anim__l .anim__bl {
    padding: 30px;
  }
  #row-1 .anim__l h1 {
    font-size: 150px;
  }
  #row-1 .anim__l .anim__bl h1 {
    font-size: 110px;
  }
  #row-1 .anim__l .anim__bl .info-wrapper h2,
  #row-1 .anim__l .anim__tl .info-wrapper h2 {
    float: none;
    margin: 10px 0;
  }
  #row-1 .anim__l .anim__tl {
    position: relative;
  }
  #row-1 .anim__l .anim__tl .counter {
    margin-top: 130px;
  }
  #row-1 .anim__l .anim__tl .icon-container {
    position: absolute;
    top: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  #row-1 .anim__l .anim__bl .icon-container {
    float: none;
    padding: 0;
    margin: 0 auto;
  }
  #row-1 .anim__r img {
    float: none;
    padding: 0;
    margin: 0 auto;
    width: 60%;
  }
  #row-1 .anim__r h1 {
    text-align: center;
  }
  #row-2 .anim__l .anim__tl,
  #row-2 .anim__l .anim__bl {
    position: relative;
  }
  #row-2 .anim__l .anim__tl .counter,
  #row-2 .anim__l .anim__bl .counter {
    margin-top: 130px;
  }
  #row-2 .anim__l .anim__tl .icon-container,
  #row-2 .anim__l .anim__bl .icon-container {
    position: absolute;
    top: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  #row-2 .anim__l .anim__tl,
  #row-2 .anim__l .anim__bl {
    padding: 30px;
  }
  #row-2 .anim__l h1 {
    font-size: 150px;
  }
  #row-2 .anim__l .anim__bl .info-wrapper h2,
  #row-2 .anim__l .anim__tl .info-wrapper h2 {
    float: none;
    margin-bottom: 10px;
  }
  #row-2 .anim__r {
    position: relative;
  }
  #row-2 .anim__r .icon-container {
    position: absolute;
    top: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  #row-2 .anim__r h1 {
    margin-top: 120px;
    font-size: 150px;
  }
  #row-3 .anim__l .icon-container {
    float: none;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 250px;
    height: 250px;
  }
  #row-3 .anim__l h1,
  #row-3 .anim__l h2 {
    line-height: 1;
    text-align: center;
  }
  #row-3 .anim__l .info-wrapper {
    margin: 0;
    width: 100%;
  }
  #row-3 .anim__l .info-wrapper h2 {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  #row-1 .anim__l .anim__bl h1 {
    font-size: 80px;
  }
}
/*********************
RESPONSIVE
***********************/
@media only screen and (max-width: 800px) {
  .popup .content .print,
  .popup .content .st_email_hcount,
  .popup .content .st_sharethis_hcount,
  .popup .content .st_facebook_hcount,
  .popup .content .st_twitter_hcount,
  .popup .content .st_tumblr_hcount,
  .popup .content .st_linkedin_hcount {
    margin-right: 20px;
  }
  .popup__field {
    width: 70%;
  }
  .royal-rota .ql_res_item {
    width: 33.33%;
    /*&:nth-of-type(4n) {
                border-right: 2px solid #fff;
            }
            &:nth-of-type(3n) {
                border-right: 0;
            }*/
  }
}
@media only screen and (max-width: 1024px) {
  .popup__prev {
    left: -35px;
  }
  .popup__next {
    right: -35px;
  }
}
@media only screen and (max-width: 1023px) {
  .popup__prev,
  .popup__next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .popup .content .print,
  .popup .content .st_email_hcount,
  .popup .content .st_sharethis_hcount,
  .popup .content .st_facebook_hcount,
  .popup .content .st_twitter_hcount,
  .popup .content .st_tumblr_hcount,
  .popup .content .st_linkedin_hcount {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 690px) {
  .popup__share-share {
    width: 100%;
    padding-left: 20px;
  }
  .popup .content .st_twitter_hcount {
    padding-left: 20px;
  }
  .popup__field {
    padding-left: 20px;
    width: 65%;
  }
  .popup__field--title {
    margin-top: 10px;
  }
  .popup__winner {
    margin-left: 20px;
    width: auto;
    float: none;
  }
  .royal-rota .ql_res_item {
    width: 50%;
    /*&:nth-of-type(4n) {
                border-right: 2px solid #fff;
            }
            &:nth-of-type(3n) {
                border-right: 2px solid #fff;
            }
            &:nth-of-type(2n) {
                border-right: 0 !important;
            }*/
  }
  .royal-rota__item {
    padding: 100px 20px 0;
  }
}
@media only screen and (max-width: 520px) {
  .popup .share_text {
    float: left;
    margin-right: 5px;
  }
  .popup .content .print,
  .popup .content .st_email_hcount,
  .popup .content .st_sharethis_hcount,
  .popup .content .st_facebook_hcount,
  .popup .content .st_twitter_hcount,
  .popup .content .st_tumblr_hcount,
  .popup .content .st_linkedin_hcount {
    width: 33.33%;
    margin: 0;
    box-sizing: border-box;
  }
  .popup .stButton > span > span:after {
    left: auto;
    right: 100%;
  }
  .popup .content .st_tumblr_hcount {
    padding-left: 20px;
  }
  .popup__field {
    width: 100%;
  }
  .popup__vote {
    width: 100%;
    float: none;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 475px) {
  .royal-rota .ql_res_item {
    width: 100%;
    border-right: 0;
  }
}
.site_selection {
  display: none;
}
.featured_news {
  float: left;
  margin-top: 25px;
  margin-bottom: 75px;
}
.related_content_header h2 {
  margin-bottom: 35px;
}
.related_content_item {
  margin-bottom: 20px;
}
.related_content_item img {
  display: none;
  width: 40%;
}
.related_content_footer .button {
  padding: 5px 26px;
  background: #ea4f21;
  background: -moz-linear-gradient(left, #ea4f21 0%, #f6921e 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ea4f21), color-stop(100%, #f6921e));
  background: -webkit-linear-gradient(left, #ea4f21 0%, #f6921e 100%);
  background: -o-linear-gradient(left, #ea4f21 0%, #f6921e 100%);
  background: -ms-linear-gradient(left, #ea4f21 0%, #f6921e 100%);
  background: linear-gradient(to right, #ea4f21 0%, #f6921e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea4f21', endColorstr='#f6921e', GradientType=1);
  color: #fff;
  font-size: 1em;
}
@media all and (max-width: 800px) {
  .featured_news {
    padding: 0 10px;
  }
}
.ftp-template * {
  box-sizing: border-box;
}
body.noscroll {
  overflow: hidden;
}
.bg--white {
  background-color: #fff;
}
.bg--grey {
  background-color: #D9D9D9;
}
.bg--grad-d-l {
  background: #e63922;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e63922 0%, #f6921e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e63922 0%, #f6921e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e63922 0%, #f6921e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e63922', endColorstr='#f6921e', GradientType=1);
  /* IE6-9 */
}
.bg--grad-l-d {
  background: #f6921e;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f6921e 0%, #e63922 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f6921e 0%, #e63922 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f6921e 0%, #e63922 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6921e', endColorstr='#e63922', GradientType=1);
  /* IE6-9 */
}
.ftp-block {
  padding: 65px 40px 55px;
  margin: 0 0 30px;
}
@media (max-width: 1280px) {
  .ftp-block {
    padding: 40px 25px 35px;
  }
}
.ftp-block--dark h2 {
  color: #ae1a31;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(-90deg, #f6921e, #e63922);
  -webkit-background-clip: text;
}
.ftp-block--dark p {
  color: #363635;
}
.ftp-block--dark .button {
  color: #fff;
  background: #e63922;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e63922 0%, #f6921e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e63922 0%, #f6921e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e63922 0%, #f6921e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e63922', endColorstr='#f6921e', GradientType=1);
  /* IE6-9 */
}
.ftp-block--dark .button:after {
  background-image: url(/AppImages/free-the-press/button-arrow--white.png);
}
.ftp-block--light h2,
.ftp-block--light p {
  color: #fff;
}
.ftp-block--light .button {
  color: #E96007;
  background-color: #fff;
}
.ftp-block--light .button:after {
  background-image: url(/AppImages/free-the-press/button-arrow--dark.png);
}
.ftp-block h2 {
  margin: 0 0 25px;
  font-size: 48px;
  text-transform: none;
}
@media (max-width: 1280px) {
  .ftp-block h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .ftp-block h2 {
    font-size: 28px;
  }
}
.ftp-block .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 1;
  border-radius: 100px;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.ftp-block .button:after {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 17px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.ftp-block .button_action {
  display: inline-block;
  width: auto;
  padding: 15px 25px 15px 70px;
}
.ftp-block .button_action:after {
  right: auto;
  left: 12px;
  transform: rotate(180deg) translateY(50%);
}
.ftp-banner {
  padding: 40px 25px;
  background-position: center;
  background-size: cover;
}
.ftp-banner__logo h1 {
  display: none;
}
.ftp-banner__logo p {
  padding: 0;
  margin: 0;
}
.ftp-banner__img {
  display: none;
}
.ftp-banner__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding-left: 50px;
}
@media (max-width: 800px) {
  .ftp-banner__text {
    padding: 50px 0 0;
  }
}
.ftp-banner__text h2 {
  width: 100%;
  padding: 15px;
  font-size: 46px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1280px) {
  .ftp-banner__text h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .ftp-banner__text h2 {
    font-size: 28px;
  }
}
.ftp-banner__text h2:first-of-type {
  margin-bottom: 2px;
  background-color: rgba(246, 147, 32, 0.9);
}
.ftp-banner__text h2:last-of-type {
  background-color: rgba(233, 97, 7, 0.9);
}
.ftp-banner__button {
  position: absolute;
  right: 25px;
  bottom: 40px;
  display: block;
  width: 100%;
  max-width: 345px;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 1;
  border-radius: 100px;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  background: #e63922;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e63922 0%, #f6921e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e63922 0%, #f6921e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e63922 0%, #f6921e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e63922', endColorstr='#f6921e', GradientType=1);
  /* IE6-9 */
}
@media (max-width: 800px) {
  .ftp-banner__button {
    position: relative;
    right: initial;
    bottom: initial;
    margin-top: 50px;
  }
}
.ftp-banner__button:after {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 17px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-image: url(/AppImages/free-the-press/button-arrow--white.png);
}
.ftp-content {
  padding: 30px 15px 0;
}
@media (max-width: 768px) {
  .ftp-content {
    padding: 30px 0 0;
  }
}
.ftp-share {
  text-align: right;
}
.ftp-share a {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 15px;
}
@media (max-width: 768px) {
  .ftp-share {
    margin-top: 25px;
    text-align: left;
  }
  .ftp-share a {
    margin: 0 15px 0 0;
  }
}
.ftp-acc__head p {
  margin: 0 0 25px;
  font-size: 36px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .ftp-acc__head p {
    font-size: 28px;
  }
}
.ftp-acc__body {
  display: none;
}
.ftp-acc__body p {
  margin: 0 0 25px;
}
.ftp-acc__expander {
  width: 35px;
  height: 21px;
  margin: 0 auto;
  background-image: url(/AppImages/free-the-press/arrow-white.png);
  background-position: center;
  background-size: cover;
  transition: all 300ms;
}
.ftp-acc__expander.open {
  transform: rotate(-180deg);
}
.ftp-acc__toggle {
  cursor: pointer;
}
.ftp-news-list a {
  font-size: 16px;
  color: #363635;
}
.ftp-news-list a strong {
  font-weight: 300;
  color: #E96007;
}
.ftp-news .dynamic_callout_container:last-of-type {
  margin-top: auto;
}
.ftp-news .dynamic_callout_container:last-of-type p:last-of-type {
  margin-bottom: 0;
}
.ftp-popup__body {
  z-index: 999;
}
.ftp-popup__body .dynamic_callout_container {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 65px 40px 55px;
  background-color: #fff;
  overflow-y: scroll;
  z-index: 999;
  transition: 500ms;
  transform: translateX(100%);
}
@media (max-width: 1280px) {
  .ftp-popup__body .dynamic_callout_container {
    padding: 40px 25px 35px;
  }
}
@media (max-width: 600px) {
  .ftp-popup__body .dynamic_callout_container {
    width: 100%;
  }
}
.ftp-popup__body.open .dynamic_callout_container {
  transform: translateX(0);
}
.ftp-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 998;
}
.ftl-twitter {
  margin: 0 -25px;
}
.ftl-twitter__tweet {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 25px;
}
@media all and (max-width: 700px) {
  .ftl-twitter__tweet {
    width: 50%;
  }
  .ftl-twitter__tweet:last-of-type {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .ftl-twitter__tweet {
    width: 100%;
  }
  .ftl-twitter__tweet:nth-of-type(2n) {
    display: none;
  }
}
.ftl-twitter__header {
  font-size: 16px;
  color: #E96007;
}
.ftl-twitter__body {
  font-size: 16px;
}
.ftp-row {
  font-size: 0;
}
.ftp-row--inner {
  margin: 0 -15px;
}
.ftp-row > div {
  padding: 0 15px;
}
.ftp-1-2 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
@media (max-width: 590px) {
  .ftp-1-2 {
    width: 100%;
  }
}
.ftp-2-3 {
  display: inline-block;
  vertical-align: top;
  width: 66%;
}
@media (max-width: 768px) {
  .ftp-2-3 {
    width: 100%;
  }
}
.ftp-1-3 {
  display: inline-block;
  vertical-align: top;
  width: 34%;
}
@media (max-width: 768px) {
  .ftp-1-3 {
    width: 100%;
  }
}
.align--bot {
  vertical-align: bottom;
}
.ftp--flex {
  display: flex;
  flex-wrap: wrap;
}
.ftp--flex > div {
  display: flex;
}
.ftp--flex .ftp-block {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.ftp--flex-block .dynamic_callout_container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ftp--flex-block .dynamic_callout_container p:last-of-type {
  margin: auto 0 0;
}
.text--med p {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .text--med p {
    font-size: 20px;
  }
}
.text--med p:last-of-type {
  margin-bottom: 0;
}
