/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
    margin: 0;
    -webkit-font-smoothing: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;

}
header#masthead div.container{
	height: 100%;
	padding: 0px;
}
header#masthead div.container nav{
	height: 100%;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
#page{
	overflow: hidden;
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
  background-color: white;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
/*padding-bottom: 3.75rem;
  padding-top: 4.125rem;*/
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
	background-color: white;
	color: #222;
	padding-top: 80px;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/* CV Magazine modifications */

header#masthead {
    background-color: transparent !important;
    padding: 0px;
    box-shadow: none;
    height: 109px;
    position: relative;
    z-index: 999;
	margin-bottom: -109px;
}

#mega-menu-wrap-primary{
	position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background: transparent;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated{
	padding-left: 30px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
	background-color:white;
	padding: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child{
	background-color: #4abdae;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover {
    background-color: #046ee8;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    width: 100%;
    height: auto;
    line-height: 40px;
    text-align: left;
    padding: 24px;
	color: #222;
	font-weight: bold !important;
	font-size: 16px;
	display: inline-block;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link{
	border-bottom: none;
	font-weight: bold;
	background-color: transparent;
	color: white;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a.mega-menu-link{
	color: white;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
	right: 0px;
	top: 88px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
	display: none;
}
h4.mega-block-title{
	line-height: 34px;
	max-width: 180px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.dashicons-search{
	background-color: white;
	color: #2e97ff;
}
#mega-menu-item-search-4 form label{
	width: 100%;
	margin-top: 10px;
}

span.mega-toggle-animated-box:after {
    content: "Menu";
    color: white;
    font-size: 24px;
    position: absolute;
    left: 44px;
    top: -7px;
}


footer .logoimg {
    max-width: 260px;
}
footer#colophon.bg-primary {
    background-color: white !important;
	padding-top: 20px;
}
.site-info, .socialicons {
    width: 50%;
    display: inline-block;
    float: left;
}
.site-info{
	position: relative;
}
.site-info span a{
	color: white;
}
.socialicons{
	text-align: right;
}
.socialicons a img {
    max-width: 30px;
    max-height: 30px;
    margin: 5px;
}
.infoicons{
	background-color: #111e6c;
	color: white;
}
.thinblueline {
    width: 100%;
    height: 20px;
    background-color: white;
}
a.backtotop {
    background-image: url('/wp-content/uploads/2020/01/left-carousel-icon.png');
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    float: right;
}
.divTable{
	display: table;
}
footer .divTable{
	color: white;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	display: table-header-group;
	font-weight: bold;
	font-size: 18px;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 0px 25px 5px 0px;
}
.divTableHeading {
	display: table-header-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
	font-size: 16px;
	color: #aaa;
}
.flexme{
	display: flex;
	flex-wrap: wrap;
}
.flexme > div{
	flex: 1;
}
.flexme > .flexmeleft{
	flex: 2;
}
.flexme > .flexmeright{
	flex: 1;
	min-width: 400px;
}
section#newsletterwidgetminimal-2{
	color: white;
	width: 100%;
	max-width: 420px;
	float: right;
}
section#newsletterwidgetminimal-2 h3{
	font-weight: bold;
}
section#newsletterwidgetminimal-2 .tnp-widget-minimal{
	width: 100%;
}
section#newsletterwidgetminimal-2 .tnp-widget-minimal form.tnp-form{
	width: 100%;
	position: relative;
}
section#newsletterwidgetminimal-2 .tnp-widget-minimal form.tnp-form input.tnp-email{
	border-radius: 30px;
    background-color: white;
    padding: 15px 20px;
    font-weight: bold;
    max-width: 570px;
}
section#newsletterwidgetminimal-2 .tnp-widget-minimal form.tnp-form input.tnp-submit{
	background-color: #d53163;
	border-radius: 30px;
	display: inline-block;
	width: 170px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 7px;
}
footer#colphon .container{
	margin-bottom: 20px;
	margin-top: 10px;
}

/* Home Page stuff */

.home-1-slider{
	margin-bottom: -60px;
}
.logoslide{
    background-color: #172841;
    color: white;
	margin: auto;
	transition: all 0.5s;
	border-radius: 22px;
}
div.logoslide-image{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 360px;
	position: relative;
}
div.logoslide-image div,
div.catslide div{
	display: inline-block;
	padding: 5px 10px;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 10px;
	font-weight: bold;
	color: white;
}
div.logoslide-category-Adv{
	background-color: #d53263;
}
div.logoslide-category-Cre{
	background-color: #f96128;
}
div.logoslide-category-Fra{
	background-color: #2e97ff;
}
div.logoslide-category-Log{
	background-color: #e0e810;
}
div.logoslide-category-Tec{
	background-color: #ae10e8;
}
div.logoslide-category-Tra{
	background-color: #16aacc;
}
.logoslide h4{
font-size: 22px;
    margin: 25px 26px 0px;
    transition: all 0.5s;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 4px solid white;
    padding-bottom: 14px;
    line-height: 28px;
    position: absolute;
    top: 30px;
    text-shadow: 1px 1px rgba(0,0,0,0.5), 1px -1px rgba(0,0,0,0.5), -1px 1px rgba(0,0,0,0.5), -1px -1px rgba(0,0,0,0.5);
	max-height: 178px;
    overflow: hidden;
}
body .slick-slide{
	height: auto;
}
body .slick-track{
	display: flex;
}
.slick-active .logoslide h4{
	padding: 15px 30px 0px;
}
.slick-active.slick-center .logoslide h4{
	padding: 15px 20px 0px;
}
.logoslide p{
	padding: 0px 25px 0px;
	margin-bottom: 25px;
	font-size: 14px;
	color: #bbb;
	max-height: 66px;
	overflow: hidden;
	transition: all 0.5s;
}
.slick-active .logoslide p{
	padding: 0px 30px 0px;
}
.slick-active.slick-center .logoslide p{
	padding: 0px 20px 0px;
}
.logoslide a{
	margin-left: 50px;
	display: inline-block;
	margin-bottom: 20px;
	color: #f3e669;
	transition: all 0.5s;
}
.slick-active .logoslide a{
	margin-left: 30px;
}
.slick-active.slick-center .logoslide a{
	margin-left: 20px;
}

.homepage-block-1 {
    background: url(/wp-content/uploads/2022/05/Rectangle-120.jpg) no-repeat center top;
    background-size: cover;
}
.homepage-globe{
	position: absolute;
	right: -240px;
	top: -180px;
	opacity: 0.4;
	z-index: 1;
}
.pagetoppersplit > div:first-child {
    padding-right: 40px;
    /*border-right: 2px solid white;*/
}
.awards-template-default .pagetoppersplit > div:first-child{
	flex: 2;
}
.pagetoppersplit > div:last-child {
    padding-left: 40px;
    /*border-left: 2px solid white;*/
}
.pagetoppersplit h4 {
    color: white;
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
}
.pagetoppersplit a {
    color: white;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    display: inline-block;
}
.pagetoppersplit a:hover {
    color: white;
}
p.background-text.bgtxt1 {
    position: absolute;
    top: -140px;
    left: -200px;
    font-size: 180px;
    width: inherit;
    opacity: 0.12;
    color: white;
	font-weight: bold;
	font-family: 'Lexend Deca';
}
.about-pagetopper p.background-text.bgtxt1 {
    top: -30px;
    font-size: 140px;
    text-align: left;
}
.issues-pagetopper p.background-text.bgtxt1 {
    top: -60px;
    font-size: 140px;
}
.pagetopper.subscribe-pagetopper{
	padding-bottom: 0px;
}
.pagetopper.subscribe-pagetopper .pagetopperheaderbox {
    padding: 160px 0px 160px;
}
.subscribe-pagetopper img {
    width: 420px;
    max-width: 100%;
    margin: auto;
    display: block;
    transform: translateX(9%);
	margin-bottom: -104px;
}
.awards-page-bottom {
    background-color: #044879;
}
.awards-bottom-split {
    display: flex;
}
.awards-bottom-split > div {
    flex: 1;
    padding: 80px;
    color: white;
}
.awards-bottom-split > div:first-child {
    padding: 0px;
}
.awards-bottom-split h2 {
    font-size: 60px;
}
.single-top {
    margin-top: -160px;
    z-index: 2;
}
.issues_single .single-top-image {
    display: none;
}
.article-left,
.article-right{
	color: #222;
}
.article-right div {
    background-color: #023382;
    padding: 40px;
    color: white;
}
.single #content.site-content {
	background: white;
}
.purpleme{
	background: linear-gradient(135deg, rgba(89,83,191,1) 0%, rgba(31,49,161,1) 100%);
	padding-top: 80px;
	padding-bottom: 40px;
}
.blueme {
    background: linear-gradient(135deg, rgba(89,82,222,1) 0%, rgba(31,49,159,1) 100%);
    padding: 40px 0px;
}
.awardsfaqs {
    background-color: #075b9b;
    padding: 80px 0px;
}
.single-awards h2 {
    font-size: 52px;
}
.single-awards h2 span {
    font-weight: normal;
}
.breadcrumb-bar {
  	background: rgb(21,129,217);
 	background: linear-gradient(90deg, rgba(21,129,217,1) 0%, rgba(73,188,175,1) 100%);
    color: white;
    padding: 10px 20px;
}
.breadcrumb-bar a{
	color: white;
}
.breadcrumb-bar a:hover{
	color: #ccc;
}
p#breadcrumbs {
    margin: 0px;
}
.white-policy-box {
    background-color: white;
    width: 100%;
    margin: -80px 0px 80px;
    z-index: 2;
}
.white-policy-box > div:last-child{
    padding: 80px;
    color: #222;
}
.crp_related{
	max-width: 100%;
}
.related-post {
    width: 300px !important;
    margin-right: 40px;
    margin-top: 20px;
}
.related-post > a.crp_link {
    color: white;
    font-size: 18px;
    display: block;
    font-weight: bold;
    letter-spacing: 0.5px;
	margin-bottom: 10px;
}
.related-post > span.crp_excerpt {
    color: white;
}
.article-contact-us-today {
    background: rgb(37,57,172);
    background: linear-gradient(105deg, rgba(37,57,172,1) 0%, rgba(104,93,197,1) 100%);
    padding: 160px 0px;
    text-align: center;
	position: relative;
}
.article-contact-us-today h2 {
    font-size: 60px;
    max-width: 60%;
    margin: auto;
    margin-bottom: 30px;
}
.article-contact-us-today img {
    opacity: 0.1;
    max-width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 80%;
	z-index: 1;
}
.fadebackground{
    background: rgb(12,73,181);
    background: linear-gradient(180deg, rgb(10 71 177) 0%, rgba(161,122,205,0.5) 100%);
}
.fadebackgroundwithwhite {
    background: rgb(12,73,181);
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(255,255,255,1) 100%), linear-gradient(90deg, rgb(10 71 177) 0%, rgba(161,122,205,0.5) 100%);
    background-size: 50%,100%;
    background-position: center right, center center;
    background-repeat: no-repeat, repeat;
}
.related-posts-container {
    background: rgb(21,129,217);
    background: linear-gradient(105deg, #f1f1f1 0%, #f1f1f1 100%), linear-gradient(180deg, rgba(21,129,217,1) 0%, rgba(73,188,175,1) 100%);
    background-size: 100% 50%, 100% 50%;
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
	padding: 80px 0px;
}
.pagetopper.contact-pagetopper {
    padding-bottom: 0px;
}
.contact-pagetopper .pagetopperheaderbox {
    padding-bottom: 240px;
}
.contact-pagetopper .container {
    background: url(/wp-content/uploads/2022/05/Rectangle-180-2-e1654770208134.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}
.contact-pagetopper p.background-text.bgtxt1 {
    top: -60px;
    font-size: 160px;
    text-align: left;
    left: -190px;
}
.awards-pagetopper p.background-text.bgtxt1 {
    top: -70px;
    left: -270px;
}
p.background-text.bgtxt2 {
    position: absolute;
    bottom: 0px;
    right: -120px;
    font-size: 180px;
    width: inherit;
    color: rgba(255,255,255,0.15);
    background: linear-gradient(100deg, rgba(149,118,221,1) 0%, rgba(189,158,228,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: bold;
	font-family: 'Lexend Deca';
}
.about-pagetopper p.background-text.bgtxt2 {
    bottom: -100px;
    right: -210px;
}
.contact-pagetopper p.background-text.bgtxt2 {
    bottom: -100px;
    right: -480px;
	font-size: 120px;
}
.awards-pagetopper p.background-text.bgtxt2 {
    bottom: 0px;
    right: -660px;
}
.issues-pagetopper p.background-text.bgtxt2 {
	bottom: -80px;
    right: -160px;
    font-size: 140px;
}
.subscribe-pagetopper p.background-text.bgtxt2 {
    bottom: -80px;
    right: -480px;
    font-size: 120px;
}
.issues-pagetopper p.sidetext{
    max-width: 760px;
}
.contact-1 .row > div{
	flex: 1;
}
.contact-1 .row > div:last-child{
	flex: 1;
}
.contact-1 {
    background: rgb(36,91,207);
    background: url(/wp-content/uploads/2022/05/Rectangle-164-e1656330068823.jpg), linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background-size: 50%,cover;
    background-repeat: no-repeat;
    background-position: right center, center;
}
.contact-1 .row > div:first-child{
	padding: 160px 0px;
}
.contact-1 .row > div:first-child h2{
	color: #222;
	font-size: 62px;
}
.contact-1 .row > div:first-child h3,
.contact-1 .row > div:first-child h4{
	color: #222;
}
.contact-1 .row > div:first-child p{
	font-size: 20px;
    max-width: 80%;
    color: #222;
}
.contactswap{
	display:none;
}
.contactswap.show{
	display:block;
}
select#contactswitch {
    width: 80%;
    padding: 10px 10px;
    margin: 20px 0px 30px;
}
.rightofcontacts {
    display: flex;
    flex-direction: column;
}
.rightofcontacts > div {
    flex: 1;
    padding: 40px;
    color: white;
}

.contactsocials {
    background: rgb(27,102,159);
    background: url(/wp-content/uploads/2022/06/jeremy-bezanger-9k_gCYLoH2g-unsplash-removebg-preview-1.png),linear-gradient(135deg, rgba(27,102,159,1) 0%, rgba(1,49,85,1) 100%);
    position: relative;
    background-size: 75%, cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.contactsocials .socialsright {
    position: absolute;
    bottom: 40px;
    font-size: 40px;
}
.contactsocials .socialsright a{
	color: white;
}
.contactsocials h3 {
    font-size: 40px;
}
.contactsocials p {
    font-size: 22px;
    font-weight: bold;
    margin-top: 22px;
    max-width: 55%;
}


.contact-2{
	background: rgb(35,128,198);
	background: linear-gradient(180deg, rgba(35,128,198,1) 0%, rgba(11,77,127,1) 100%);
	padding: 160px 0px;
}
.contact-2 .row{
	flex-direction: column;
	text-align: center;
}
.contact-2 h2{
	font-size: 72px;
}

.contact-socials {
    margin-top: 80px;
    display: flex;
    gap: 30px;
    font-size: 40px;
}
.contact-socials a{
	color: white;
}
.category-pagetopper .pagetopperheaderbox h1 {
    text-align: center;
    font-size: 72px;
}
.category-pagetopper .pagetopperheaderbox p.sidetext {
    text-align: center;
    font-size: 28px;
    max-width: 90%;
    margin: auto;
}
.category-top{
	margin-bottom: 80px;
}
a.categoryarticle {
    max-width: 300px;
    margin-right: 40px;
	color: white;
}
a.categoryarticle:hover {
    text-decoration: none;
    color: white;
}
a.categoryarticle h4 {
    font-size: 20px;
    margin-top: 20px;
}
.homepage-popular-slider a.categoryarticle, 
.homepage-popular-slider a.categoryarticle h4 {
    color: black;
}
div.readmore{
	display: flex;
	font-weight: bold;
}
div.readmore p{
	flex: 1;
}
div.readmore hr{
	height: 1px;
    width: 100%;
    flex: 2;
    background: rgb(228,154,217);
    background: linear-gradient(90deg, rgba(228,154,217,1) 0%, rgba(152,187,241,1) 100%);
    margin: 11px 0px;
}
.category-block-1 {
    background-color: #1f31a1;
}
.page-template-page-issues-page .category-block-1 {
    background: rgb(27,102,159);
    background: url(/wp-content/uploads/2022/06/Vector-10.png), linear-gradient(155deg, rgba(27,102,159,1) 0%, rgba(4,56,96,1) 100%);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 80px 0px;
    background-size: 100% auto;
}
.page-template-page-issues-page .category-block-1 h2{
	font-size: 60px;
}
.category-block-1 .title_link,
.homepage-block-3 .title_link {
    color: white;
    width: 300px;
	margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
	font-weight: bold;
}
.category-block-1 .title_link a,
.homepage-block-3 .title_link a{
    color: white;
}
.category-block-1 .excerpt_read_more,
.homepage-block-3 .excerpt_read_more{
	width: 300px;
	color: white;
}
.category-block-1 .excerpt_read_more a,
.homepage-block-3 .excerpt_read_more a{
    padding-right: 10px;
    color: white;
    display: block;
    width: 100px;
    position: relative;
    margin-top: 20px;
	font-weight: bold;
}
.category-block-1 hr,
.homepage-block-3 hr{
    background: rgb(228,154,217);
    background: linear-gradient(90deg, rgba(228,154,217,1) 0%, rgba(152,187,241,1) 100%);
    height: 1px;
    margin-top: -12px;
}
.category-block-1 .grid-items,
.homepage-block-3 .grid-items{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
div.paginate > * {
    position: relative;
    z-index: 0;
	margin: 0px 6px !important;
	line-height: 25px !important;
}
div.paginate > *::before {
    content: "";
    background: rgb(15,123,222);
    background: linear-gradient(0deg, rgba(15,123,222,1) 0%, rgba(73,188,175,1) 100%);
    position: absolute;
    height: calc(100% + 6px);
    width: calc(100% + 6px);
    top: -3px;
    left: -3px;
    border-radius: 100px;
    z-index: -1;
}
div.paginate > *::after {
    content: "";
    background: rgb(7 62 103);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    border-radius: 100px;
    z-index: -1;
}
.post-grid .pagination .current, 
.post-grid .pagination .pager.active{
	opacity: 1 !important;
}
.post-grid .pagination .current::before, 
.post-grid .pagination .pager.active::before,
div.paginate > *:hover::before{
	background: white;
}

.pagetopperawardssplitter{
	display: flex;
}
.subscribe-1 {
	background-color: #dee8f2;
    padding: 120px 0px;
    background-size: cover;
    background-position: top 300px center;
    background-repeat: no-repeat;
}
p.subbigtext {
    font-size: 28px;
}
.subreasons {
    display: flex;
    gap: 20px;
}
.subreasons > div {
    flex: 1;
    padding: 20px;
    text-align: left;
    display: flex;
    gap: 20px;
}
.subreasons > div > * {
    flex: 1;
}
.subreasons img {
    min-width: 150px;
}
.subreasons > div h4{
    margin: 20px 0px;
	color: #222;
}
.subscribe-2 {
    background: rgb(31,107,165);
    background: url(/wp-content/uploads/2022/05/Vector-10.png),linear-gradient(135deg, rgba(31,107,165,1) 0%, rgba(0,48,84,1) 100%);
    background-size: contain, 100%;
    background-repeat: no-repeat;
    background-position: center bottom -50vh, center center;
    padding: 80px 120px;
}
.subscribe-2 .container .row > h2{
	font-size: 60px;
}
.subscribe-2 .container .row > p{
	color: white;
	padding: 60px 0px;
}


.sub-2-left {
    flex: 1;
    background: url(/wp-content/uploads/2022/06/Rectangle-140-1-e1655376452384.jpg) no-repeat;
    background-position: center;
    background-size: cover;
	color: white;
	padding: 60px;
	position: relative;
	max-width: 50%;
}
.movetobottom {
    position: absolute;
    bottom: 60px;
    width: calc(100% - 120px);
}
.sub-2-right {
    flex: 1;
    padding: 50px 20px 60px;
    background-color: white;
    color: #7a7d90;
}
.sub-2-right table{
	margin-bottom: 0px;
}
.sub-2-right td{
	padding: 10px 20px 0px;
}
.sub-2-right label {
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
	padding-left: 5px;
}
.sub-2-right input, 
.sub-2-right select {
    border: none;
    border-bottom: 4px solid #b3bdc6;
    padding: 10px 0px;
    color: #111f6a;
    font-size: 20px;
    font-weight: bold;
    height: 46px;
    width: 100%;
    margin-bottom: 10px;
}
.sub-2-right input{
	padding-left: 5px;
}
.sub-2-right input::placeholder {
    color: #111f6a;
	font-weight: bold;
}
p.zf-instruction {
    position: absolute;
    margin: 0px !important;
}
.iagree{
	display: flex;
}
.sub-2-right button{
	border:none;
}

.single-award-pagetopper{
	z-index:1;
}
.single-awards div.container{
	position: relative;
	z-index: 2;
}
.awardslogo{
	background-color: #29399b;
    text-align: center;
    margin-top: -200px;
    z-index: 2;
}



.home-1,
.home-4{
	width: 100%;
}
.home-1-centre{
	margin-top: 140px;
	text-align: center;
	color: white;
	position: relative;
	display: inline-block;
	padding-bottom: 200px;
}
.home-1-centre h1{
    font-weight: bold;
    display: inline-block;
    font-size: 80px;
    width: 50%;
    float: left;
    color: white;
    text-align: left;
}
.home-1-centre h1 span{
	color: #16aacc;
}
.home-1-centre h1 span.headerdiscovery {
    color: white;
    font-family: mistral;
    font-weight: 100;
}
.home-1-centre p{
	float: left;
    text-align: left;
    width: 63%;
    font-size: 26px;
    font-weight: bold;
}
.home-1-centre section#newsletterwidgetminimal-2{
	float: none;
	margin: auto;
	margin-top: 40px;
}
.home-1-centre section#newsletterwidgetminimal-2 h3{
	display: none;
}
.home-1-slider{
	margin-top: 50px;
	margin-bottom: 50px;
}
button.slick-prev,
button.slick-next{
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background-color: white;
    border: none;
    color: #53a4f4;
    font-size: 20px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}
button.slick-prev{
	left: -10px;
}
button.slick-next{
	right: -10px;
}
.logoslide {
	transform: scale(0.9);
    max-width: 320px;
    box-shadow: 0px 2px 6px #111;
    text-align: left;
    background-color: #189ad4;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-active .logoslide {
    transform: scale(1);
	max-width: 320px;
	box-shadow: 0px 4px 9px #111;
}
.slick-active.slick-center .logoslide {
    transform: scale(1.1);
	max-width: 300px;
	box-shadow: 0px 6px 12px #111;
}
.home-1-slider{
	margin-bottom: -100px;
}
.home-1-slider-dots li{
	display: inline-block;
}
.home-1-slider-dots li button{
	color: transparent;
	background-color: #b1b1b1;
	width: 12px;
	height: 12px;
	border: none;
	border-radius: 50px;
	margin: 0px 3px;
	font-size: 0px;
}
.home-1-slider-dots li.slick-active button{
	background-color: #d53263;
}
.homepage-block-1-2 {
    background-color: #0a4c7e;
}
.home-1-2{
	display: flex;
    width: 100%;
    flex-direction: row;
}
.home-1-2-left {
    flex: 1;
    background-image: url(/wp-content/uploads/2022/05/a-mission-statement.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 40px;
}
.home-1-2-right {
    flex: 1;
	padding: 80px 40px 160px;
}
.home-1-2-right h2 {
    font-size: 60px;
    position: relative;
	margin-bottom: 80px;
}
.home-1-2-right h2::after {
    background-image: url(/wp-content/uploads/2022/05/green-underline.png);
    width: 320px;
    height: 20px;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}
.home-1-2-right p {
    color: white;
}
.home-1-2-benefit {
    padding-left: 100px;
    background-image: url(/wp-content/uploads/2022/05/Group-459.png);
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 72px;
    margin: 40px 0px;
}


.homepage-block-2 {
    background-color: white;
	padding-top: 40px;
	padding-bottom: 40px;
}
.homepage-block-2.homepage-blog {
    background-color: #044879;
    padding-top: 80px;
    padding-bottom: 80px;
}
.category-block-2 {
    background-color: #ebf1ff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.homepage-block-3 {
    padding-top: 40px;
    padding-bottom: 40px;
	background: rgb(27,102,159);
	background: linear-gradient(135deg, rgba(27,102,159,1) 0%, rgba(1,49,85,1) 100%);
    background-repeat: no-repeat;
    background-position: center center;
}
.page-template-page-issues-page .homepage-block-3{
    background: linear-gradient(105deg, rgba(41,57,155,0.8) 0%, rgba(41,57,155,0.8) 100%), url(/wp-content/uploads/2022/05/Group-337-2.jpg),linear-gradient(105deg, rgba(41,57,155,1) 0%, rgba(41,57,155,1) 100%);
    background-repeat: no-repeat;
    background-position: center, center, center;
    background-size: 100%, 100% 90%, 100%;
    padding-top: 120px;
    padding-bottom: 120px;
}
.issues-block-1 {
	background: #eaeeef;
    padding: 160px 0px;
    position: relative;
}
.issues-block-1 > img {
    opacity: 0.2;
    position: absolute;
    max-height: 80%;
    left: 50%;
    top: 10%;
    z-index: 1;
}
.issues-block-1-left {
    flex: 1;
    color: white;
}
.currentissueboxleft {
    min-width: 170px;
}
.issues-block-1-left h2 {
    font-size: 60px;
	color: #222;
}
.issues-block-1-right {
    flex: 1;
    text-align: center;
}
.issues-block-1 .container{
	position: relative;
	z-index: 2;
}
.currentissuebox {
    background-color: white;
    flex-direction: row;
    display: flex;
	box-shadow: 0px 3px 3px #555;
}
.currentissueboxright {
    color: #222;
    padding: 60px 40px;
}
.currentissueboxright h3 {
    color: #222;
}
.homepage-block-4 {
    padding: 0px;
    background-color: #04416e;
    color: white;
}
.home-4 {
    width: 100%;
    display: flex;
}
.home-4-left,
.home-4-right,
.home-4-right-top,
.home-4-right-bottom {
    flex: 1;
}
.home-4-right {
    display: flex;
    flex-direction: column;
}
.home-4-right > div > div > p {
    width: 60%;
}
.home-4 h2{
	color: white;
	font-size: 60px;
}
.home-4-header{
	font-weight: bold;
	margin: 30px 0px;
}
.home-4-left {
    padding: 80px 20px;
}
.home-4-right-top,
.home-4-right-bottom {
    background-image: url(/wp-content/uploads/2022/05/Group-464-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	padding: 40px;
	display: flex;
    flex-direction: column;
    justify-content: end;
}
.home-4-right-bottom {
    background-image: url(/wp-content/uploads/2022/06/Group-514-e1656318403199.jpg);
}

span.bigstat {
    font-size: 40px;
    font-weight: bold;
    display: block;
    margin-top: 40px;
}
span.smallstat {
    font-weight: bold;
    font-size: 20px;
}
.catslide {
    width: 320px;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 2px 2px 2px #ccc;
    margin-right: 10px;
	position: relative;
}
.cat-Adv{
	background-image: url('/wp-content/uploads/2020/02/industry-insight.jpg');
}
.cat-Cre{
	background-image: url('/wp-content/uploads/2020/02/design-and-innovation.jpg');
}
.cat-Fra{
	background-image: url('/wp-content/uploads/2020/02/training-and-education.jpg');
}
.cat-Log{
	background-image: url('/wp-content/uploads/2020/02/strategy.jpg');
}
.cat-Tec{
	background-image: url('/wp-content/uploads/2020/02/technology.jpg');
}
.cat-Tra{
	background-image: url('/wp-content/uploads/2020/02/education.jpg');
}
.home-4-slider-dots{
	padding-left: 0px;
	text-align:center;
}
.home-4-slider-dots li{
	display: inline-block;
}
.home-4-slider-dots li button {
    color: transparent;
    background-color: #e1d8d9;
    width: 22px;
    height: 5px;
    border: none;
    margin: 2px 3px;
    font-size: 0px;
    transition: all 0.2s;
}
.home-4-slider-dots li.slick-active button{
	background-color: #189ad4;
	width: 12px;
	height: 12px;
	margin: 0px 3px;
	border-radius: 50px;
}
.catslide h4{
	font-weight: bold;
    color: white;
    top: 20px;
    left: 20px;
    position: absolute;
    font-size: 40px;
    text-shadow: 0px 0px 4px black;
}
div.catslide div.seeallposts {
    left: 30px;
    top: unset;
    right: unset;
    bottom: 30px;
    padding: 8px 20px;
    background-color: #d53263;
}
div.homepage-block-5{
    background: rgb(27,102,159);
    background: linear-gradient(135deg, rgba(27,102,159,1) 0%, rgba(11,75,123,1) 100%);
    color: white;
    padding: 160px 0px;
    position: relative;
    text-align: center;
}
div.homepage-block-5 h2 {
    color: white;
    font-size: 60px;
	position: relative;
    margin-bottom: 40px;
}
.homepage-awards-slider .slick-slide {
    margin: 0 27px;
}
.homepage-awards-slider .slick-list {
    margin: 0 -27px;
}
.background-text.bgtxt3 {
    position: absolute;
    top: 54px;
    left: 14%;
    font-size: 90px;
    width: inherit;
    opacity: 0.12;
    color: white;
    font-family: 'Lexend Deca';
    font-weight: bold;
}
.background-text.bgtxt4 {
    position: absolute;
    bottom: 50px;
    right: 20%;
    font-size: 90px;
    opacity: 0.12;
    color: white;
    font-family: 'Lexend Deca';
    font-weight: 700;
}
.homepage-awards-slider a {
    background: rgb(135,117,201);
    background-position: top 40px right 40px, center;
    background-size: 180px, cover;
    background-repeat: no-repeat;
    padding: 180px 40px 40px 40px;
    display: block;
    color: white;
}
.homepage-awards-slider a:hover{
	color: white;
	text-decoration: none;
}
.homepost-text {
    padding: 30px 30px 0px;
}
.homepost-button {
    padding: 0px 30px 30px;
    position: absolute;
    bottom: 0px;
}
.homepage-popular-slider h4 {
    color: white;
    font-size: 20px;
    font-weight: 700;
}
.homepage-award p{
	line-height: 30px;
}
.homepage-block-4-and-a-half{
	width: 100%;
}
.homepage-awards-block {
    background-image: url(/wp-content/uploads/2020/03/Bg-img.png);
    width: 100%;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0px 10px 10px;
}
.homepage-awards-text {
    flex: 1;
	color: white;
    padding: 50px 0px 50px 40px;
}
.homepage-awards-text h2 {
    font-weight: bold;
    font-size: 36px;
    max-width: 300px;
}
.homepage-awards-text p {
    max-width: 400px;
    font-size: 20px;
}
.homepage-awards-text a {
    color: white;
    background-color: #2780E3;
    padding: 5px 20px 7px;
    border-radius: 30px;
    font-weight: bold;
}
.homepage-awards-logos {
    flex: 1;
    min-width: 65%;
    text-align: right;
}
.homepage-awards-logos img {
    max-width: 370px;
    position: relative;
    margin-top: -20px;
}
.homepage-awards-logo1 {
    z-index: 999;
}
.homepage-awards-logo2 {
    margin-left: -50px;
}
.home-5{
	width: 100%;
	padding-bottom: 60px;
}
.toplistdiv {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: auto;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.toplistcat {
    flex: 1;
    cursor: pointer;
    text-align: center;
	opacity: 0.7;
	font-size: 18px;
	padding-bottom: 10px;
	min-width: 100px;
}
.toplistcat:hover {
    font-weight: bold;
}
.toplistcat.selected{
	opacity: 1;
	font-weight: bold;
	border-bottom: 4px solid #16aacc;
	padding-bottom: 6px;
}
.toplistbox{
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	display: none;
}
.toplistbox.selected{
	display: flex;
}
.toplist{
	flex: 1;
    padding-bottom: 20px;
}
.toplistblock {
    max-width: 360px;
    box-shadow: 0 2px 6px #111;
    text-align: left;
    background-color: white;
	min-width: 360px;
	margin: auto;
}
.toplistblock-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 170px;
    position: relative;
}
.toplistblock h4 {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px 0;
    height: 80px;
    transition: all .5s;
    color: #222;
}
.toplistblock p {
    padding: 0 30px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #222;
    max-height: 66px;
    overflow: hidden;
    transition: all .5s;
}
.toplistblock a {
    margin-left: 30px;
    display: inline-block;
    margin-bottom: 20px;
    color: #1aabe2;
    transition: all .5s;
}
.home-6{
	width: 60%;
	padding: 60px 0px;
}
.home-6 h2 {
    color: white;
    font-size: 90px;
    line-height: 60px;
}
.home-6 h2 span{
	color: #cbbaee;
}
.home-6 p {
    font-size: 22px;
	margin-bottom: 30px;
}
.home-6 a {
    background: rgb(37,181,244);
    background: linear-gradient(135deg, rgba(37,181,244,1) 0%, rgba(174,86,199,1) 100%);
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
	transition: 1s all;
}
.home-6 a:hover {
	color: white;
	text-decoration: none;
	box-shadow: inset 0 0 0 2px white;
}

.testimonialsinside{
	text-align:center;
	padding: 0px 40px;
}
.testimonialimage{
	display: inline-block;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center;
	border-radius: 50px;
}
.home-6-testimonials button.slick-prev,
.home-6-testimonials button.slick-next{
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background-color: white;
    border: none;
    color: #ddd;
    font-size: 30px;
}
.home-6-testimonials button.slick-prev{
	left: 0px;
}
.home-6-testimonials button.slick-next{
	right: 0px;
}
.home-6-testimonials-dots {
    text-align: center;
    padding: 0px;
}
.home-6-testimonials-dots li{
	display: inline-block;
}
.home-6-testimonials-dots li button{
	color: transparent;
	background-color: #b1b1b1;
	width: 12px;
	height: 12px;
	border: none;
	border-radius: 50px;
	margin: 0px 3px;
	font-size: 0px;
}
.home-6-testimonials-dots li.slick-active button{
	background-color: #d53263;
}
.testimonialsinside p{
	font-family: serif;
	font-size: 20px;
	color: #888;
	font-style: italic;
}
.homepage-block-7{
	background-image: url(/wp-content/uploads/2022/05/Rectangle-127-big.png);
    padding: 140px 0px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    position: relative;
}
.home-7 h2 {
    color: #111e6c;
    text-align: center;
    font-size: 60px;
    max-width: 60%;
    margin: auto;
    margin-bottom: 40px;
}
.home-7 h2 span{
	color: #ff7bac;
}
.home-7-double {
    display: flex;
    padding: 40px 0px;
}
.home-7-double-left {
    display: flex;
	flex: 1;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
    background: rgb(124,100,198);
    background: linear-gradient(135deg, rgba(124,100,198,1) 0%, rgba(103,77,184,1) 100%);
	margin: -40px 0px;
}
.home-7-double-right {
    display: flex;
	flex: 1;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
    background: rgba(72,102,216,0.9);
	color: white;
    padding: 60px 40px;
}
.home-7-double-right a{
	color: white;
}
.home-7-double-right a:hover{
	color: white;
}
.home-7-double-right h4{
	color: white;
	font-size: 42px;
}
.home-7-double-right strong {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: inline-block;
}
.home-7-double-right > div {
    flex: 1;
	border-bottom: thin solid white;
}
.home-7-double-right > div:last-child {
    flex: 1;
	border-bottom: none;
}
.homepage-7-socials{
	font-size: 30px;
    display: flex;
    gap: 15px;
    padding-top: 10px;
}
.home-7-purple {
    margin: 0px 20px;
    padding: 20px;
    background-color: #7c64c6;
    font-size: 20px;
    letter-spacing: 0.3px;
}
.home-7-white {
    margin: 0px 20px;
    padding: 20px;
    background-color: #fff;
	color: #6d54bc;
    font-size: 20px;
    letter-spacing: 0.3px;
}
.blueoverlay{
	width: 100%;
    height: 100%;
    background-color: #2e97ff;
    position: absolute;
    top: 0;
    opacity: 0.3;
    left: 0;
}
.homepage-block-7 > .container{
	z-index: 100;
	position:relative;
}
.home-7{
	width: 100%;
}
.home-7-header{
	text-align: center;
    font-weight: bold;
    font-size: 50px;
    max-width: 800px;
    margin: auto
}
.homepage-block-8{
	background-color: #2e97ff;
}
.home-8{
	width: 100%;
}
.home-8-centre{
	display: flex;
	color: white;
	font-size: 24px;
	font-weight: bold;
	padding: 25px 0px
}
.home-8-centre > div:first-child{
	flex: 1;
}
.accreditation {
    text-align: center;
    padding: 10px 10px;
    min-width: 232px;
}

/* individual pages */

.pagetopper{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100px;
	position: relative;
	background-color: #153973;
}
.pagetopper.awards-pagetopper {
    padding-bottom: 0px;
}
.single-award-pagetopper.pagetopper{
    background-position: center right -450px;
	background-color: #153973;
}
.single-award-pagetopper .pagetoppersplitter {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0px;
    background-color: #153973;
}
.pagetopperheaderbox {
    padding: 120px 0px 160px;
    color: white;
	width: 100%;
}
.awards-pagetopper .pagetopperheaderbox{
	padding: 80px 0px;
}
.pagetopper.policy-pagetopper {
    padding-bottom: 0px;
}
.policy-pagetopper .pagetopperheaderbox {
    padding-bottom: 0px;
}
.page-template-policypage div#content{
	background: rgb(27,102,159);
	background: linear-gradient(135deg, rgba(27,102,159,1) 0%, rgba(4,56,96,1) 100%);
}
.page-template-policypage .pagetopper,
.page-template-policypage .category-block-1{
	background:none;
}
.blue-policy-box {
    color: white;
    padding-bottom: 160px;
}
.logooverlay{
    background-size: cover;
    background-position: center top;
    padding-bottom: 80px;
}

.category-pagetopper .pagetopperheaderbox {
    padding: 80px 0px 0px;
    color: white;
	width: 100%;
}
.contact-topper .pagetopperheaderbox{
	padding: 80px 0px 160px;
    color: white;
    width: 100%;
}
.pagetoppersplit{
	display:flex;
}
.pagetoppersplit > div{
	flex:1;
}
.pagetopperheaderbox #breadcrumbs{
	margin-bottom: 0px;
}
.pagetopper > .container{
	position: relative;
}
.pagetopperheaderbox h1 {
    font-weight: bold;
    font-size: 100px;
    color: white;
    position: relative;
    z-index: 1;
    margin-top: 60px;
}
.awards-pagetopper .pagetopperheaderbox h1::after{
	margin-bottom: 40px;
}
.awards-pagetopper .pagetopperheaderbox h1::after{
    background-image: url(/wp-content/uploads/2022/05/green-underline.png);
    width: 100%;
    height: 30px;
    content: "";
    position: absolute;
    bottom: -45px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}
.pagetopperheaderbox h1 span{
	color: #24b5f4;
}
.pagetopperheaderbox i{
	position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
	font-size: 36px;
}
.pagetoppersplitter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.about-pagetopper .pagetoppersplitter {
    background: radial-gradient(circle, rgba(34,34,34,0.2) 0%, rgba(34,34,34,0.5) 100%);
}
p.undertheh1 {
    font-size: 32px;
}
section#primary {
    padding: 0px 0px;
    margin-top: 0px;
}
div.row div.col:first-child div.elmcontainer div.imgelm{
	display: none;
}


/* contact us page */

.contactustable{
	max-width: 800px;
	margin: auto;
}
.contactustable td{
	padding: 10px;
}
.contactustable tr td:first-child{
	font-weight: bold;
}

/* category pages */
.homepage-block-4.category-page{
	background-color: #172741;
	color: white;
}
.homepage-block-4.category-page .home-4-slider-dots{
	margin-bottom: 30px;
}
.homepage-block-4.category-page .home-4-slider-dots li.slick-active button{
	background-color: #fbd05d;
}
.parent-pageid-51,
.page-id-51{
	background-color: #f8f8f8;
}
.item.skin.flat .layer-content{
	padding: 15px 20px 30px;
}
.item.skin.flat .layer-content a.title_link{
	color: black;
}
.post-grid .pagination .paginate{
	width: 100%;
	padding: 2px 5px 0px;
	border-radius: 30px;
}
.post-grid .pagination .paginate .page-numbers:hover{
	background-color: #eee !important;
}

/* awards pages */

.main_awards_page_container {
    margin-top: -30px;
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}
.main_awards_page_block {
    width: 33.33333%;
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    background-color: white;
    flex: 1;
    min-width: 30%;
	max-width: 32.8%;
}
.main_awards_page_block img {
    max-width: 100%;
    background-color: white;
}
.voteforthisaward {
    position: fixed;
    right: 0px;
    top: 142px;
    padding: 20px 40px 20px 20px;
    background-color: #ff7bac;
    color: white;
	z-index:9;
}
.pagetopperheaderbox span.nominatenow,
.nominatenow{
    background-color: #ffffff;
    color: #003382;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 15px;
	margin-top: 10px;
	cursor: pointer;
}
.nominatenow:hover{
    background-color: #003382;
    color: white;
}
.archived-award-header-text{
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    margin-top: 40px;
}
h2.awards-page-header {
    text-align: center;
    font-weight: bold;
    width: 100%;
}
a.hall-of-fame-year {
	font-weight: bold;
    padding: 30px 20px;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 16px;
    color: white;
    background-color: #16619b;
    display: inline-block;
}
a.hall-of-fame-year:hover{
	color: white;
	text-decoration: none;
	background: rgb(21,129,217);
    background: linear-gradient(314deg, rgba(21,129,217,1) 0%, rgba(73,188,175,1) 100%);
}
.agentanddates{
	background: rgb(250,250,250);
	background: linear-gradient(65deg, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 55%, rgba(245,245,245,1) 55%, rgba(245,245,245,1) 100%);
	padding: 30px;
    margin-top: 50px;
    z-index: 999;
	box-shadow: 5px 0px 0px #c5c9ca;
	display: flex;
	flex-wrap: wrap;
}
.single-awards h2{
	font-weight: bold;
	width: 100%;
	color: #0a1b46;
}
.agentblock{
	flex: 1;
	min-width: 420px;
}
.agentpictext{
	display: flex;
}
.agentpic{
	flex: 1;
}
.agentpic img{
	max-width: 140px;
	border-radius: 100px;
}
.key_dates {
    flex: 1;
    border-width: 0px 3px 0px 0px;
    border-style: solid;
    border-image: linear-gradient(to bottom, rgba(21,129,217,1), rgba(73,188,175,1)) 1 100%;
}
.agenttext{
	flex: 2;
}
.methodologyblock {
    width: 100%;
    background: url(/wp-content/uploads/2022/05/Rectangle-181.jpg), #04416e;
    background-repeat: no-repeat;
    background-size: 50%;
    padding: 80px 0px;
}

.abouttext h3,
.datesblock h2{
	font-weight: bold;
    font-size: 26px;
    color: #091a45;
	padding-top: 10px;
	padding-bottom: 10px;
}
.datesblock{
	flex: 1;
    padding: 0px 20px;
}
.datesblock .dates{
	display: flex;
}
.datesimg{
	z-index: 999;
}
.datesdates{
    background-color: white;
    border-radius: 20px;
    padding: 20px 20px 20px 60px;
    margin-left: -40px;
}
.about-1 {
	background: #044879;
    background-position: center;
    padding: 100px 0px;
    color: white;
}
.about-1 .row > div{
	flex: 1;
	position: relative;
}
.about-1 h2,
.about-1 h3{
	color: white;
}
.about-1 h2 {
    font-size: 60px;
    position: relative;
    z-index: 2;
}
.about-1 h2 span{
	color:#4abdae;
}
.about-2 {
    position: relative;
    padding: 60px 0px;
}
.about-2 .row {
    display: flex;
    flex-direction: row;
	gap: 80px;
}
.about-2 .row > div {
    flex: 1;
    position: relative;
}
.about-2 h2 {
    color: #222;
    font-size: 56px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.about-2 img {
    position: relative;
    max-width: 60%;
    margin-top: 60px;
}
.about-2 .about-box-solid{
	width: 100%;
    height: 50%;
    top: 0px;
    left: 80px;
}
.about-2 .about-box-fade{
	width: 50%;
    bottom: 60px;
    height: 50%;
    left: 29%;
}
.about-3 {
    background: linear-gradient(45deg, rgba(11,75,123,0.5), rgba(11,75,123,0.5)),url(/wp-content/uploads/2022/05/Rectangle-120-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	padding: 120px 0px 60px;
    color: white;
}
.about-3 .row{
	flex-direction: column;
	text-align:center;
}
.about-3 h2 {
    font-size: 60px;
}
.whiteboxes {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.whitebox {
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
    color: #222;
    border-radius: 20px;
    flex: 1;
    min-height: 220px;
    padding-top: 90px;
}

.about-missions {
    display: flex;
    flex-direction: row;
    gap: 30px;
	margin-bottom: 60px;
}
.fadecircle {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background: rgb(15,123,222);
    background: linear-gradient(0deg, rgba(15,123,222,1) 0%, rgba(73,188,175,1) 100%);
    position: relative;
}
.fadecircle-inner {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #044879;
    left: 50%;
    top: 50%;
    border-radius: 50px;
    transform: translate(-50%,-50%);
}
.about-box-solid {
    background-color: #1b669f;
    position: absolute;
	width: 80%;
    height: 50%;
    top: 170px;
    left: -100px;
}
.about-box-fade{
    background: rgb(12,73,181);
    background: linear-gradient(180deg, rgba(15,123,222,1) 0%, rgba(73,188,175,1) 100%);
    width: 90%;
	bottom: -50px;
    height: 76.1%;
    left: 10px;
    position: absolute;
}
.about-1 img {
    position: relative;
    z-index: 2;
    margin-left: -100px;
}


.aboutawardsblock{
	padding: 40px;
	background-image: url(/wp-content/uploads/2020/03/aboutawardbg1.png), url(/wp-content/uploads/2020/03/aboutawardbg2.png);
    background-repeat: no-repeat;
    background-position: 10% 10%, 92% 80%;
}
.aboutawards{
	display: flex;
	background-color: white;
}
.aboutimage{
	flex: 1;
}
.aboutblock{
	flex: 1;
	padding: 20px;
    background-color: #fff;
	display: none;
	max-height: 962px;
    overflow-y: auto;
}
.aboutblock.aboutblockvisible{
	display: inline-block;
}

.hall-of-fame{
	color: white;
	display: flex;
	gap: 40px;
}
.hall-of-fame-top{
	flex: 1;
}
.hall-of-fame-top h2 {
    font-size: 80px;
    padding-left: 40px;
    border-left: 8px solid #3fb2b9;
    padding-bottom: 0px;
}
.hall-of-fame-top h2 span.spot{
	color: #3fb2b9;#3fb2b9
}
.hall-of-fame-text{
	flex: 1;
    padding-bottom: 25%;
	background-image: url(/wp-content/uploads/2022/06/Rectangle-213.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.hall-of-fame-text h3{
	font-size: 36px;
}
p.noyears {
    background-color: #16619b;
    margin: 20px;
    margin-bottom: -20px;
    padding: 20px;
}
.awardsteamblock{
	width: 100%;
	margin-top: 80px;
}
.methodologyblock{
	width: 100%;
}
.methodology-top {
	padding: 10px 0px;
}
.methodology-top h2,
.faqs-top h2,
.hall-of-fame-top h2{
	color: white;
	text-align: left;
}
.awards-top h2{
	color: #222;
	text-align: center;
}
.judge h4{
	color: #222;
}
.methodology-top div {
    flex: 1;
    padding: 0px 40px;
	color: white;
}
.methodology-entry {
    background-color: white;
    color: black;
    display: flex !important;
    flex-direction: column;
	border-radius: 20px;
	box-shadow: 3px 3px 3px #555;
	overflow: hidden;
}
.methodology-entry-image {
    position: relative;
    height: 230px;
    text-align: center;
    padding: 40px;
    font-size: 60px;
    background-color: yellow;
}
.methodology-entry-image i {
	padding: 30px;
	border-radius: 70px;
	background-color: rgba(255,255,255,0.8);
}
.methodology-entry-text {
    padding: 20px;
    font-size: 14px;
    color: #999;
}
.methodology-entry-text h3 {
    color: #0a4c7e;
    font-size: 20px;
}
.methodology-overlay{
	background: rgb(21,57,115);
    background: linear-gradient(90deg, #0c2b5a00 0px, #0c2b5a 100px);
    width: 100px;
    height: calc(100% - 62px);
    position: absolute;
    right: 0px;
	bottom: 32px;
}
.methodology-overlay-2{
	background: rgb(21,57,115);
    background: linear-gradient(90deg, #0c2b5a 0px, #0c2b5a00 100px);
    width: 100px;
    height: calc(100% - 62px);
    position: absolute;
    left: 0px;
	bottom: 32px;
}
.methodologyslider{
	width: 100%;
}
body .methodologyslider .slick-track{
	gap: 40px;
}
.methodologyslider .home-4-slider-dots li.slick-active button {
    background-color: #ffaf34;
    width: 15px;
    height: 15px;
}
.methodologyslider .home-4-slider-dots li button {
    background-color: #467bcb;
    border-radius: 0px;
    height: 4px;
}
.methodologyslider .home-4-slider-dots li.slick-active button {
    background-color: #ffaf34;
    width: 15px;
    height: 15px;
    border-radius: 40px;
}
.hall-of-fame-text h4 {
    margin-top: 80px;
}
.methodology-row{
	position: relative;
}
.faqsblock {
    padding: 40px 0px;
    width: 100%;
}
.faqs-image{
	flex: 1;
}
.faqs-questions {
    width: 100%;
    padding: 40px;
	flex: 2;
	cursor: pointer;
}
.faqs-question {
    font-weight: bold;
    color: white;
    padding: 10px 15px 10px 0px;
    font-size: 24px;
	border-bottom: 4px solid white;
}
.awards-team-text{
	max-width: 100%;
	margin-bottom: 120px;
	background-color: white;
}
.judge{
	display: flex !important;
	background-color: white;
}
.judge > div {
    padding: 40px;
    color: #222;
}
.judge > div:last-child{
	flex: 1;
}
.rightplus {
    float: right;
    font-weight: bold;
    color: white;
	margin-right: -15px;
}
.faqs-answer {
    color: white;
    padding: 10px 0px;
    font-size: 18px;
	display:none;
}
.winnersblock{
	width: 100%;
    background-color: #044879;
    padding: 80px 0px;
}
#votingform{
    display: none;
}
.darkbackground {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    top: 0;
    left: 0;
    z-index: 9998;
}
.awardspopup {
    position: fixed;
    width: 600px;
    height: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    overflow-y: scroll;
    z-index: 9999;
    box-shadow: 0 0 5px 0 #222;
    max-width: 85%;
    max-height: 85%;
	text-align: center;
}
.bluetop {
    padding: 20px;
    background-color: #023382;
}
.votingform {
    padding: 20px;
}
.closepopup {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background-color: transparent;
    width: 30px;
    text-align: center;
    height: 30px;
}
.awardspopup img {
    max-width: 200px;
	margin-bottom: 20px;
}


/* winners list */

.winners-list-links{
	width: 100%;
}
.page-template-page-winners-list{
	background-color: #f8f8f8;
}
.winnersdownarrow{
	float: right;
}
.winners-list-split {
    display: flex;
    gap: 20px;
    width: 100%;
	margin-bottom: 80px;
}
.winners-list-links {
    margin-bottom: 40px;
    display: flex;
    gap: 5px;
	flex: 1;
	background-color: white;
	padding: 40px;
}
.winners-list-boxes {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    max-width: 286px;
    flex: 1;
}
.winners-list-divider {
    padding: 10px 35px;
    background-color: #023382;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    display: inline-block;
	width: 92px;
}
.winners-list-divider:hover {
    background: linear-gradient(90deg,rgba(21,129,217,1) 0%,rgba(73,188,175,1) 100%);
}
.winners-sublinks a {
    font-weight: bold;
    display: block;
    color: #222;
    font-size: 20px;
}
.winners-sublinks a:hover {
    color: #555;
	text-decoration: none;
}
.winners-sorted{
	font-weight: bold;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.winners-list-top{
	width: 100%;
	margin-top: 40px;
}
.winners-list-magazine{
	margin: auto;
	text-align: center;
}
.winners-list-magazine a img{
	max-width: 240px;
	box-shadow: 0px 0px 5px black;
}
.winners-list-links{
	margin-bottom: 40px;
}

/* winners page */

article{
	width: 100%;
}
.winnerslogo {
    max-width: 335px;
    margin-top: 20px;
    margin-bottom: 20px;
	background-color: #111e6c;
    padding: 20px;
    border-radius: 20px;
}

/* responsiveness */

@media only screen and (max-width: 1199px){
	.logoslide {
		transform: scale(0.9);
		max-width: 320px;
		box-shadow: 0px 2px 6px #111;
		text-align: left;
	}
	.slick-active .logoslide {
		transform: scale(1);
		max-width: 280px;
		box-shadow: 0px 4px 9px #111;
	}
	.slick-active.slick-center .logoslide {
		transform: scale(1.1);
		max-width: 260px;
		box-shadow: 0px 6px 12px #111;
	}
	.divTableCell, .divTableHead {
		padding: 0px 20px 5px 0px;
	}
	.faqsrow{
		background-size: 45%;
	}
	.homepage-awards-text h2 {
		font-size: 26px;
	}
	.homepage-awards-text p {
		font-size: 16px;
	}
	.homepage-awards-logos img {
		max-width: 320px;
	}
}
@media only screen and (max-width: 991px){
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{
		font-size: 18px;
		line-height: 30px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
		font-size: 18px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
		font-size: 18px;	
	}
	section#newsletterwidgetminimal-2{
		float: none;
		margin: auto;
		padding: 20px 0px;
	}
	.pagetopper{
		background-size: cover;
	}

	.aboutawards{
		flex-direction: column;
	}
	.aboutimage{
		text-align: center;
	}
	.aboutimage img{
		max-width: 300px;
	}
	.faqs-questions {
		max-width: 100%;
	}
	.faqsrow{
		background-size: 40%;
	}
	.homepage-awards-text {
		padding: 30px 0px 30px 20px;
	}
	.homepage-awards-text h2 {
		font-size: 22px;
	}
	.homepage-awards-text p {
		font-size: 12px;
	}
	.homepage-awards-logos img {
		max-width: 240px;
	}
}
@media only screen and (max-width: 767px){
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{
		font-size: 12px;
		line-height: 20px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
		font-size: 12px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
		font-size: 12px;	
	}
	.divTableCell, .divTableHead {
		padding: 0px 15px 5px 0px;
	}
	.faqsrow{
		background: none;
	}
	.faqsquestions{
		max-width: 100%;
	}
	.homepage-awards-block{
		flex-direction: column;
	}
}
@media only screen and (max-width: 599px){
	.row{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.divTableCell, .divTableHead {
    	padding: 0px 10px 5px 0px;
    	font-size: 14px;
	}
	.agentblock{
		min-width: 100%;
	}
	.methodologyslider button.slick-prev, .methodologyslider button.slick-next{
		top: 25%;
	}
	section#newsletterwidgetminimal-2 .tnp-widget-minimal form.tnp-form input.tnp-email{
		max-width: 100%;
	}
	section#newsletterwidgetminimal-2{
		max-width: 100%;
	}
	.catslide{
		width: 240px;
	    height: 240px;
	}
	.catslide h4{
		font-size: 30px;
	}
	.testimonialsinside {
		text-align: center;
		padding: 0px 5px;
	}
	.testimonialsinside p {
		font-size: 14px;
	}
	.homepage-block-7 {
		padding: 80px 0px;
	}
	.home-7-header {
		font-size: 30px;
	}
	.home-8-centre {
		font-size: 16px;
	}
	.flexme > .flexmeright{
		min-width: 200px;
	}
	.homepage-awards-logos img {
		max-width: 150px;
	}
	.homepage-awards-logo2 {
		margin-left: -25px;
	}
}

/** New World Report changes **/

.bg-primary {
    background-image: none;
    background-repeat: no-repeat;
	background: white;
}

.sitemergepopup {
    background-color: #21b0f2;
	color: black;
    font-weight: bold;
}
.sitemergepopup .container{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sitemergepopup span {
    background-color: #ffbf0b;
    padding: 10px 20px;
    border-radius: 20px;
	display: inline-block;
}
.sitemergepopup .mergetext{
	flex: 1;
    text-align: center;
    padding: 10px;
}
.sitemergepopup .mergetext p{
	margin-bottom: 0px;
}
.navbar-brand {
    max-width: 100px;
    margin-top: -10px;
}

.searchbox{
	margin-left: 20px;
	max-width: 260px;
}
.searchbox input.field.form-control {
    background-color: white;
    border-radius: 50px;
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    border: 2px solid black;
    padding: 20px 30px 20px 45px;
    position: relative;
    margin-bottom: -44px;
    display: none;
	position: absolute;
    border-radius: 0px 50px 50px 0px;
    width: 270px;
}
.searchbox input.field.form-control:focus{
	box-shadow: none;
}
.searchbox div.searchicon:before {
    content: '\f002';
    height: 40px;
    width: 40px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 0px;
    font-family: FontAwesome;
    z-index: 2;
    color: #2c9df9;
    font-size: 30px;
}
.searchbox .searchicon{
	position: relative;
}
.site-info-links {
    text-align: left;
    flex: 2 !important;
}
.site-info-copyright{
	text-align: right;
}

footer#colophon .belowlogolinks h6 {
	color: #222;
	font-size: 20px;
}
footer#colophon .belowlogolinks a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
	color: #49beae;
	line-height: 30px;
}
footer#colophon .belowlogolinks a i{
	color: #37c3f8;
	font-size: 14px;
}
footer#colophon .belowlogolinks{
	margin-bottom: 40px;
}
footer#colophon .belowlogolinks .footersubscribe {
    position: relative;
}
footer#colophon .belowlogolinks .footersubscribe a,
.yellowbutton {
    background-color: #ededed;
	font-weight: normal;
	color: black;
    border-radius: 40px;
    padding: 10px 20px;
    text-decoration: none;
}
footer#colophon .socialsright a {
    color: #0a4c7e;
}
.single .article-left article{
	padding: 0px;
}
.single .article-left .entry-content{
	margin: 0px;
}
.gradientbutton{
    background: rgb(21,129,217);
	background: linear-gradient(135deg, rgba(21,129,217,1) 0%, rgba(73,188,175,1) 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
	display: inline-block;
}
.gradientbutton:hover{
	color: white;
	text-decoration: none;
}
.gradientme {
    background: rgb(21,129,217);
    background: linear-gradient(180deg, rgba(21,129,217,1) 0%, rgba(73,188,175,1) 100%);
}
.greenbutton{
    background: #4abdae;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
	display: inline-block;
}
.greenbutton:hover{
	color: white;
	text-decoration: none;
}
.whitebutton{
    background: white;
    color: #222;
    padding: 10px 20px;
    border-radius: 20px;
	display: inline-block;
}
.whitebutton:hover{
	color: white;
	text-decoration: none;
	background: #4abdae;
}
.footersubscribe a span {
    margin-right: -15px;
    margin-left: 10px;
    position: absolute;
    right: 20px;
    top: 5px;
    height: 40px;
    padding: 5px 20px;
}
footer#colophon .belowlogolinks .footersubscribe a {
    position: relative;
	display: inherit;
}
.yellowbutton {
    font-weight: bold;
    display: block;
    width: max-content;
    margin: auto;
    color: black;
    margin-top: 20px;
}
img.scrollimage {
    margin-top: 100px;
    margin-bottom: 20px;
}
.home-2{
	display: flex;
	width: 100%;
	flex-direction: column;
}
.awardscenter {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 40%, rgba(29,114,178,1) 40%);
}
.homepost {
    display: inline-block;
    max-width: 320px;
    border-radius: 20px;
    background-color: #0a4c7e;
    overflow: hidden;
    color: white;
}
.homepost:hover {
    color: white;
    text-decoration: none;
}
a.homepost.slick-slide {
    margin-right: 20px;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
}
a.homepost{
    padding-bottom: 80px;
    position: relative;
}
a.homepost.slick-slide img{
	width: 100%;
}
.homepage-issues-slider a.homepost.slick-slide {
    background: linear-gradient(180deg, white 65%, #0a4c7e 65%);
}
.homepage-issues-slider a.homepost.slick-slide img {
    max-width: 60%;
    margin: 40px 20%;
}
.homepage-issues-slider .homepost-text,
.homepage-issues-slider .homepost-button{
	background-color: #0a4c7e;
}
.home-2 h2 {
    font-weight: bold;
    color: #222;
    font-size: 60px;
}
.home .slick-track {
    padding-bottom: 10px;
}
.homepage-blog .home-2 h2{
	color: white;
}
.trendingright.slick-slider{
	opacity: 0;
	width: 800px;
	position: absolute;
}
.trendingright.trendingrighton.slick-slider{
	opacity: 1;
	z-index: 1;
}
.slick-disabled{
	display: none !important;
}
button:focus {
    outline: none !important;
    outline: none !important;
}
.logoslide-black-overlay {
    position: absolute;
	top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
	border-radius: 22px;
}
.logoslide-spacer {
    height: 360px;
}
a.logoslide .logoslide-black-overlay {
	transition: all 1s;
}
a.logoslide:hover{
	text-decoration: none;
}
a.logoslide:hover .logoslide-black-overlay,
a.logoslide:hover .logoslide-black-overlay.clear-overlay {
    background-color: rgba(46,163,216,0.9);
}
div.continuereading{
	background-color: white;
    width: 80%;
    border-radius: 50px;
    padding: 15px;
    position: absolute;
    bottom: 30px;
    left: 10%;
    color: black;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
	opacity: 0;
	transition: all 1s;
}
a.logoslide:hover div.continuereading{
	opacity: 1;
}
.trendingright:after/*,
.home-4-slider:after,
.trendingright:before,
.home-4-slider:before*/{
	content: '';
	display: inline-block;
	position:absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 20%;
	background: rgb(235,241,255);
	background: linear-gradient(90deg, rgba(235,241,255,0) 0%, rgba(235,241,255,1) 100%);
}
/*.home-4-slider:after{
	background: rgb(248,248,248);
	background: linear-gradient(90deg, rgba(248,248,248,0) 0%, rgba(248,248,248,1) 100%);
}
.home-4-slider:before{
	background: rgb(248,248,248);
	background: linear-gradient(270deg, rgba(248,248,248,0) 0%, rgba(248,248,248,1) 100%);
}
.trendingright:before{
	background: rgb(235,241,255);
	background: linear-gradient(270deg, rgba(235,241,255,0) 0%, rgba(235,241,255,1) 100%);
}
.trendingright:before,
.home-4-slider:before{
	left: 0px;	
}*/

.continuereading i.fas.fa-search {
    font-size: 23px;
    position: relative;
    top: 3px;
    right: 5px;
}
.continuereading i.fas.fa-arrow-right {
    color: #1693cb;
    font-size: 22px;
    position: relative;
    top: 2px;
    left: 5px;
}
.logoslide-imagetag {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50%;
}
a.logoslide .logoslide-black-overlay.clear-overlay {
	background-color: rgba(46,163,216,0);
}
a.logoslide.logoslidewhite{
	background-color: white;
}
a.logoslide.logoslidewhite .logoslide-spacer{
	background-color: #ebebeb;
	height: 260px;
	border-radius: 22px 22px 0px 0px;
}
a.logoslide.logoslidewhite h4{
	color: #3566df;
	position: relative;
	top: 0px;
	left: 0px;
	text-shadow: none;
	border-bottom: none;
	transition: all 1s;
}
a.logoslide.logoslidewhite:hover h4{
	color: white;
}
span.logoslidedate {
    position: absolute;
    top: 20px;
    right: calc(50% + 35px);
    color: white;
    background-color: red;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 10px;
}
a.see-full-archive {
    color: black;
    font-weight: bold;
    background-color: #d1dcf2;
    padding: 10px 20px;
    border-radius: 40px;
    margin: auto;
    display: block;
    width: 250px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
a.see-full-archive:hover {
    background-color: #a5b5d5;
	text-decoration: none;
	color: black;
}
.homepage-block-6 {
	color: white;
    position: relative;
    background-image: url(/wp-content/uploads/2022/05/Group-316-e1652199052322.png),url(/wp-content/uploads/2022/05/homepage-6-background.png);
    background-position: top 80px right calc(50% - 330px), top -2px center;
    background-repeat: no-repeat;
    background-size: contain, cover;
    padding: 80px 0px 160px;
}

div#content {
    background-color: #ebf1ff;
}
.contactuscontainer{
	display: flex;
}
.contactusleft{
	background-image: url(/wp-content/uploads/2020/07/contactusside-1.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    flex: 1;
}
.contactusright{
	flex: 4;
}
.contactusrighttop{
	background-color: white;
    padding: 20px 25px;
}
.contactuscontainer h2 {
    font-size: 20px;
    font-weight: bold;
    color: #10265f;
}
.contactuscontainer label {
    font-size: 14px;
    font-weight: bold;
    color: #10265f;
}
.contactuscontainer input, 
.contactuscontainer textarea,
.contactuscontainer select {
    background-color: #ebf1ff;
    border: 2px solid #ebf1ff;
    width: 100%;
    padding: 5px 5px;
    color: #10265f;
    font-size: 14px;
    margin-bottom: 5px;
}
.contactuscontainer input:focus, 
.contactuscontainer textarea:focus,
.contactuscontainer select:focus{
    background-color: white;
    border: 2px solid #31cad8;
	outline: none;
	box-shadow: 0px 0px 3px #31cad8;
}
.contactuscontainer td {
    padding: 10px;
}
.contactuscontainer p{
	font-size: 14px;
    color: #10265f;
}
.contactuscontainer button {
    background-color: #0090cf;
    color: white;
    font-weight: bold;
    border: none;
    outline: none;
    padding: 10px 30px;
    border-radius: 20px;
    float: right;
    margin-top: 20px;
}
.contactuscontainer button:hover{
    background-color: #ebf1ff;
}
.contactusrightbottom{
	background-color: #0090cf;
	padding: 10px;
	position: relative;
}
.contactusrightbottombubble {
    background-color: white;
    border-radius: 20px;
    padding: 15px 20px;
}
.darkbluecorner{
	position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 140px 140px;
    border-color: transparent transparent #0d2153 transparent;
}
.contactusdetails {
    background-color: #0d2153;
    margin-top: 40px;
    padding: 20px;
    display: flex;
    color: white;
}
.contactusdetails > div {
    flex: 1;
	padding: 10px;
}
.contactusdetails h4 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 3px solid #0090cf;
    padding-bottom: 10px;
}
.contactusdetails p {
    color: #b5c6e2;
    font-size: 14px;
    margin-bottom: 0px;
}
input[type="radio"], 
input[type="checkbox"] {
    width: auto;
}
article {
    background-color: transparent;
    padding: 20px;
	margin-bottom: 40px;
}
a.mainawardblock {
    color: white;
}
a.mainawardblock:hover {
    color: white;
    text-decoration: none;
}
.awardspagetop {
    display: flex;
	width: 100%;
}
.awardspagetopright {
    background-image: url(/wp-content/uploads/2020/07/award-trophy-small.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
	max-width: 300px;
}
.awardspagetopright.archived{

}
article#post-4848,
article#post-4844 {
    padding: 0px;
}
.awardspagetopleft {
    flex: 1;
    padding: 40px 30px;
}
.awardspagetopleft h2 {
    color: #091a45;
    font-weight: bold;
}
.awardspagetopleft h2 span {
    color: #21b0f2;
}
.mainawardbelow {
    padding: 10px 20px;
}
.mainawardbelow h2 {
    font-weight: bold;
    border-bottom: 4px solid white;
    font-size: 22px;
    padding-bottom: 10px;
	min-height: 66px;
}
.main_awards_page_container {
    margin-top: -30px;
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
	flex-wrap: wrap;
    flex-direction: row;
	justify-content: center;
}
.votingopen {
    font-weight: bold;
    padding: 10px 40px;
    display: inline-block;
    font-size: 10px;
    background-color: #ffbf0b;
    border-radius: 10px;
    color: #091a45;
    margin-bottom: 10px;
}
span.votingstate {
    position: absolute;
    top: 15px;
    right: 15px;
    color: black;
    font-size: 10px;
    background-color: #21b0f2;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: bold;
}
a.linktoarchive {
    margin: auto;
    background-color: #21b0f2;
    color: black;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 50px;
}
a.linktoarchive:hover {
    text-decoration: none;
    background-color: #75d1fb;
}
.awardscontent {
    padding: 120px 0px;
}
.awardssection1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	gap:40px;
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.aboutawards{
	flex: 2;
}
.awardsborder{
	display: flex;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
    border-image: linear-gradient(to bottom, rgba(21,129,217,1), rgba(73,188,175,1)) 1 1%;
}
.awardlogocontainer {
    padding: 40px;
}
.awardlogocontainer img {
    background-color: #dde6ed;
    padding: 40px;
}
.awardlogosidetext {
    flex: 1;
    color: #222;
    position: relative;
    padding: 40px;
}
.awardlogosidetext h3 {
    color: #222;
    position: absolute;
    top: -30px;
    background-color: white;
    padding: 10px;
    transform: translateX(-10px);
}
.awardsagent {
	background-color: white;
    width: 100%; 
    padding: 40px;
    color: #222;
    display: flex;
    border-radius: 40px;
    margin: 80px 0px;
	gap: 80px;
}
.awardsagent h3,
.awardsagent h4{
	color: #222;
}
.awardsagent .agenttext img {
    border-radius: 50%;
    width: 150px;
    display: block;
    margin: 40px auto;
}
.awarddates div {
    padding: 20px 0px;
    font-weight: bold;
    color: #aaa;
}
.awarddates strong {
    padding-bottom: 10px;
    display: inline-block;
    color: #222;
}
.agentcontacts {
    padding: 10px;
}
.agentcontacts a {
    font-size: 40px;
    margin: 5px;
}
.agentmail {
    color: #58a7ff;
}
.agentlinkedin {
    color: #0077B5;
}
.awardsdates h4 {
    font-size: 16px;
    font-weight: bold;
    color: #0a1b46;
}
.awardsdates p {
    font-size: 16px;
}
.awardsagent hr {
    width: calc(100% - 40px);
}
.faqs-left{
	flex: 2;
	background-color: white;
}
.faqs-right{
	background-image: url(/wp-content/uploads/2020/07/bluemap-1.jpg);
    flex: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #081a46;
}
.aboutcontainer {
    background-color: white;
	color: #222;
}
.aboutcontainer h3 {
    font-weight: bold;
    font-size: 26px;
    color: #091a45;
    padding: 40px 0px 20px;
}
.aboutbuttonrow{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px 20px;
	margin-bottom: 10px;
}
.aboutbutton {
    padding: 10px;
    border-bottom: 4px solid #eee;
    color: #091a45;
    cursor: pointer;
}
.aboutbutton.aboutbuttonactive {
    font-weight: bold;
    border-bottom: 4px solid #19b9cf;
}
.aboutbutton:hover{
	border-bottom: 4px solid #19b9cf;
}
.navbar > * {
    flex: 1;
}
#mega-menu-wrap-primary .mega-menu-toggle{
	background-color: #4abdae;
	height: 100%;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box{
	padding-right: 150px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
    font-weight: bold;
}
.archived-awards-block{
	background-color: white;
    width: 100%;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.agentcontacts {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.agentcontacts a {
    height: 42px;
    padding-top: 0px;
    line-height: 40px;
    margin: 0px 10px;
}
.agentcontacts span {
    font-size: 14px;
    display: inline-block;
    position: relative;
    left: 10px;
    top: -9px;
}
.agenttext a {
	background: #4abdae;
    color: white;
    font-size: 18px;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
}
.agenttext a:hover{
	color: white;
	background: rgb(21,129,217);
    background: linear-gradient(135deg, rgba(21,129,217,1) 0%, rgba(73,188,175,1) 100%);
}
.agenttext a i {
    width: 20px;
    height: 20px;
    text-align: center;
}
.footeraddress{
	float: right;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    color: #081b45;
}
.home-3,
.home-3 div{
	width: 100%;
}
.rounded-layer {
    width: 240px;
    height: 300px;
    background-size: cover;
    background-position: center center;
    border-radius: 25px;
    box-shadow: 2px 2px 4px #555;
	display: inline-block;
}
a.rounded-layer:hover {
    text-decoration: none;
}
.rounded-layer h2 {
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    position: absolute;
    left: 20px;
    bottom: 10px;
    max-width: 200px;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px #555;
	transition: all 1s;
}
.rounded-layer .logoslide-black-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    border-radius: 22px;
    transition: all 1s;
}
.rounded-layer:hover .logoslide-black-overlay {
    background-color: rgba(46,163,216,0.9);
}
a.rounded-layer div.continuereading {
	padding: 12px 15px 15px 15px;
	font-size: 12px;
}
a.rounded-layer .continuereading i.fas.fa-search {
    font-size: 20px;
}
a.rounded-layer .continuereading i.fas.fa-arrow-right {
    font-size: 19px;
}
a.rounded-layer:hover div.continuereading {
    opacity: 1;
}
a.rounded-layer:hover h2 {
    opacity: 0;
}
.page-template-page-issues-page .post-grid .item,
.page-template-page-category-page .post-grid .item{
    background-color: #0a4c7e !important;
    border-radius: 30px;
    overflow: hidden;
}
.page-template-page-issues-page .category-block-1 .thumb_link{
	background-color: white;
	padding: 40px;
}
.page-template-page-issues-page .category-block-1 .title_link,
.page-template-page-category-page .homepage-block-3 .title_link{
	padding: 0px 30px;
}
.page-template-page-issues-page .category-block-1 .excerpt_read_more,
.page-template-page-category-page .homepage-block-3 .excerpt_read_more{
	padding: 0px 30px 30px;
	margin: auto;
}


.post-grid .pagination .page-numbers, 
.post-grid .pagination .pager, 
.post-grid .pagination .paginate.next-previous a {
    border-radius: 120px;
    height: 40px;
    text-align: center;
}
.whiteblock{
	background-color: white;
    padding: 30px 40px;
    box-shadow: 0px 3px 4px #bbb;
}
.entry-content > h2{
	color: #0e1b37;
    font-weight: bold;
}
.aboutblockwrapper {
    display: flex;
    gap: 40px;
    flex-direction: row;
    flex-wrap: wrap;
}
.aboutblockleft{
	flex: 2;
}
.aboutblockright{
	flex: 1;
}
a.aboutlink {
    display: block;
    color: #454d53;
    border-bottom: thick solid #bfd0d2;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}
a.aboutlink:hover {
    border-bottom: thick solid #19b9cf;
	text-decoration: none;
	color: #454d53;
}
a.aboutlink i {
    float: right;
    color: #bfd0d2;
}
a.aboutlink:hover i {
    color: #ffce47;
}
.aboutustopimage {
    background-image: url(https://www.thenewworldreport.com/wp-content/uploads/2020/07/usbusinessnews-1.jpg);
    height: 300px;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -30px;
}

.article-wrapper{
	margin-top: 40px;
	margin-bottom: 40px;
}
.whiteblock h1,
.whiteblock h2 {
    font-weight: bold;
    color: #051749;
}
.article-wrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
}
.article-left {
    flex: 3;
}
.article-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
}
.whiteblock.article-right h2 {
    font-size: 20px;
}
.whiteblock aside#secondary {
    max-width: 100%;
}
.subscribebar {
    background-color: #1b3163;
    color: white;
    padding: 15px;
	margin-top: 20px;
}
.subscribebar h3 {
    font-weight: bold;
    font-size: 20px;
}
.subscribebar a {
    background-color: #ffbf0b;
    border-radius: 40px;
    padding: 6px 12px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
}
.subscribebar a:hover {
    background-color: #fed050;
    color: black;
    text-decoration: none;
}

.socialsright {
	float: right;
    font-size: 20px;
    display: flex;
    gap: 20px;
    font-size: 32px;
}
footer#colophon .belowlogolinks .footersubscribe .socialsright a{
    background: none;
    position: inherit;
    width: 20px;
    padding: 10px;
}
footer#colophon .belowlogolinks .footersubscribe .socialsright a i{
    font-size: 40px;
}
footer#colophon .belowlogolinks .socialsright a i.fab.fa-facebook-square{
    color: #3b5998;
}
footer#colophon .belowlogolinks .socialsright a i.fab.fa-twitter-square{
    color: #1da1f2;
}
footer#colophon .belowlogolinks .socialsright a i.fab.fa-linkedin{
    color: #0072b1;
}
footer#colophon .belowlogolinks .footersubscribe .socialsright a i:hover{
    opacity: 0.9;
}



.headersocials a, 
.headersocials span {
    background: none;
    position: inherit;
    padding: 10px;
    color: white;
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
    margin: 0px 10px 0px 0px;
}
.headersocials a i,
.headersocials span i{
    font-size: 30px;
}
.headersocials span.searchbox{
    background-color: #3f507a;
	cursor: pointer;
	z-index: 99999;
}
.headersocials a.facebookbox{
    background-color: #3b5998;
}
.headersocials a.twitterbox{
    background-color: #1da1f2;
}
.headersocials a.linkedinbox{
    background-color: #0072b1;
}
.headersocials a i:hover,
.headersocials span i:hover{
    opacity: 0.9;
	color: white;
}
.headersocials .searchbox input.field.form-control {
    background-color: white;
    border-radius: 0px 50px 50px 50px;
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    border: 2px solid black;
    padding: 20px 30px 20px 45px;
    position: relative;
    margin-bottom: -44px;
    display: none;
}


.update-my-winners-table{
    margin-top: 20px;
}
.update-my-winners-table td {
    padding: 10px 20px;
}
.update-my-winners-table td input, .update-my-winners-table textarea {
    width: 94%;
}
.winners-bg{
	background: #214c92;
}
.judge > div:first-child {
    background: rgb(21,129,217);
    background: linear-gradient(314deg, rgba(21,129,217,1) 0%, rgba(73,188,175,1) 100%);
    border-radius: 20px;
}
.homepage-block-3 h2 {
    margin-top: 60px;
    font-size: 50px;
}
.explore-categories{
	width: 100%;
	font-size: 20px;
}
.explore-categories a{
	color: white;
	margin-right:20px;
	margin-bottom: 15px;
	display: inline-block;
}
.explore-categories a:hover,
.explore-categories a:active{
	text-decoration: none;
	color: white;
	border-bottom: 2px solid #4abdae;
	margin-bottom: 13px;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6{
	color: #222;
}

@media screen and (max-width: 1299px){
	.trendingright.slick-slider{
		max-width: 1140px;
    	width: 100%;
	}
	p.background-text.bgtxt1{
		font-size: 150px;
		left: -80px;
	}
	p.background-text.bgtxt2{
		font-size: 150px;
		right: -80px;
	}
	.about-pagetopper p.background-text.bgtxt1 {
		top: 40px;
		font-size: 90px;
	}
	.about-pagetopper p.background-text.bgtxt2 {
		right: -540px;
		font-size: 90px;
	}
	.pagetopperheaderbox {
		padding: 80px 0px 80px;
	}
	.single-award-pagetopper .pagetopperheaderbox {
		padding: 80px 0px 160px;
	}
	.subscribe-pagetopper p.background-text.bgtxt1 {
		top: 0px;
		left: -80px;
		font-size: 100px;
	}
	.subscribe-pagetopper p.background-text.bgtxt2 {
		bottom: -80px;
		right: -540px;
		font-size: 100px;
	}
	.contact-1 .row > div:first-child {
		padding: 120px 0px;
	}
}
@media screen and (max-width: 1199px){
	.home-1-centre h1{
		font-size: 80px;
	}
	.home1-centre p{
		width: 53%;
	}
	.trendingright.slick-slider{
		max-width: 960px;
	}	
	lottie-player{
		height: 600px !important;
		width: 600px !important;
	}
	.homepage-globe{
		right: -120px;
		top: -80px;
	}
	p.background-text.bgtxt1{
		font-size: 120px;
		top: -100px;
		left: -100px;
	}
	p.background-text.bgtxt2{
		font-size: 120px;
		right: -110px;
	}
	.issues-pagetopper p.background-text.bgtxt1 {
		top: -10px;
		font-size: 100px;
	}
	.issues-pagetopper p.background-text.bgtxt2 {
		right: -100px;
		font-size: 100px;
	}
	.home-3 div div h2 {
		font-size: 52px;
	}
	.home-3 div div p {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.pagetopperheaderbox h1 {
		font-size: 70px;
	}
	.pagetopperawardssplitter img{
		max-width: 300px;
	}
	.awards-pagetopper p.background-text.bgtxt1 {
		top: -20px;
		left: -80px;
	}
	.awards-pagetopper p.background-text.bgtxt2 {
		bottom: 0px;
		right: -570px;
	}
	.sub-2-right{
		flex: 2;
	}
	p.subbigtext {
		font-size: 24px;
	}
	.contact-pagetopper p.background-text.bgtxt1 {
		top: -40px;
		font-size: 120px;
		left: -120px;
	}
	.contact-pagetopper p.background-text.bgtxt2 {
		right: -250px;
	}
	.contact-1 .row > div:first-child {
		padding: 80px 0px;
	}
	p.undertheh1 {
		font-size: 24px;
	}
	.about-2 h2{
		font-size: 48px;
	}
	.awards-pagetopper .pagetopperheaderbox h1::after {
		width: 45%;
		bottom: -55px;
		left: 0px;
	}
	.contact-1 .row > div:first-child h2 {
		font-size: 42px;
	}
	.faqs-question{
		font-size: 20px;
	}
	.contactsocials{
		background-size: 70%, cover;
	}
	.contactsocials h3 {
		font-size: 24px;
	}
	.contactsocials p {
		font-size: 18px;
	}
	.subreasons img {
		min-width: 100px;
	}
}
@media screen and (max-width: 991px){
	.home-1-centre p{
		font-size: 19px;
	}
	lottie-player{
		height: 400px !important;
		width: 400px !important;
	}
	.homepage-globe{
		right: -90px;
		top: -70px;
	}
	p.background-text.bgtxt1{
		font-size: 75px;
		top: -60px;
		left: -130px;
	}
	p.background-text.bgtxt2{
		font-size: 75px;
		right: -135px;
	}
	.home-2-left{
		flex: 2;
	}
	.home-2 h2{
		font-size: 40px;
	}
	.home-2-left p{
		font-size: 16px;
		line-height: 25px;
	}
	.home-3 div div{
		padding: 40px;
	}
	.home-3 div div h2{
		font-size: 40px;
	}
	.home-3 div div p{
		font-size: 20px;
	}
	.home-6 h2{
		font-size: 60px;
		line-height: 50px;
	}
	.homepage-block-6{
		background-position: top 80px right calc(50% - 170px), top -2px center;
	}
	.home-7 h2{
		max-width: 100%;
	}
	.belowlogolinks{
		gap: 10px;
	}
	footer#colophon .belowlogolinks .footersubscribe{
		flex: 2;
	}
	.home-1-centre h1 {
	    font-size: 40px;
	}
	.pagetopperheaderbox h1 {
		font-size: 56px;
	}
	.about-pagetopper p.background-text.bgtxt1 {
		top: 40px;
		font-size: 70px;
	}
	.about-pagetopper p.background-text.bgtxt2 {
		right: -450px;
		font-size: 70px;
	}
	.pagetopperheaderbox {
		padding: 80px 0px 0px;
	}
	.about-1 h2 {
		font-size: 40px;
	}
	.category-pagetopper .pagetopperheaderbox h1 {
		font-size: 60px;
	}
	.category-pagetopper .pagetopperheaderbox p.sidetext {
		font-size: 18px;
	}
	.home-3.issues-home-3 div:last-child {
		padding: 20px 20px;
	}
	.page-template-page-issues-page .homepage-block-3 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.pagetopperawardssplitter img{
		max-width: 250px;
		padding-bottom: 60px;
	}
	.awards-bottom-split > div {
		padding: 40px;
	}
	.awards-bottom-split h2 {
		font-size: 40px;
	}
	.agenttext a{
		font-size: 20px;
	}
	.agenttext a i{
		width: 25px;
		height: 25px;
	}
	.subscribe-pagetopper p.background-text.bgtxt1 {
		top: 40px;
		left: -80px;
		font-size: 60px;
	}
	.subscribe-pagetopper p.background-text.bgtxt2 {
		right: -430px;
		font-size: 60px;
	}
	.subscribe-2 > .container > .row{
		flex-direction: column;
	}
	.sub-2-left{
		max-width: 100%;
		min-height: 300px;
		background-position: center top;
	}
	.contact-pagetopper p.background-text.bgtxt1 {
		top: 0px;
		font-size: 70px;
		text-align: left;
		left: -120px;
	}
	.contact-pagetopper p.background-text.bgtxt2 {
		bottom: -100px;
		right: -360px;
		font-size: 70px;
	}
	.contact-1 .row > div:first-child h2 {
		font-size: 42px;
	}
	.contact-socials {
		margin-top: 40px;
		display: flex;
		gap: 30px;
		font-size: 40px;
	}
	.article-wrapper{
		flex-direction: column;
	}
	.article-right{
		flex-direction: row;
	}
	.article-contact-us-today h2{
		font-size: 40px;
	}
	.article-contact-us-today{
		padding: 120px 0px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		padding: 12px;
		font-size: 14px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		top: 64px;
	}
	.home-1-2-right h2 {
		font-size: 40px;
	}
	.home-1-2-right h2::after {
		width: 210px;
		bottom: -10px;
	}
	p.undertheh1 {
		font-size: 20px;
	}
	.about-2 h2{
		font-size: 36px;
	}
	.about-3 h2 {
		font-size: 40px;
	}
	.awards-pagetopper .pagetopperheaderbox h1::after {
		width: 50%;
	}
	#mega-menu-wrap-primary{
		right: 20px;
	}
	.contact-1 {
  	    background: rgb(21,129,217);
 	    background: linear-gradient(180deg, rgba(21,129,217,1) 0%, rgba(73,188,175,1) 100%);
	}	
	.contact-1 .row{
		flex-direction: column;
	}
	.contact-1 .row > div:first-child {
		background-color: white;
    	padding: 40px;
    	margin: 80px 0px;
	}
	.contact-2{
		padding: 120px 0px;
	}
	.contact-2 h2 {
		font-size: 50px;
	}
	.subscribe-2 .container .row > h2 {
		font-size: 40px;
	}
	.subscribe-2 .container .row > p {
		padding: 20px 0px;
	}
	.awardsagent{
		gap: 40px;
	}
	.methodology-top{
		flex-direction: column;
	}
	.methodologyblock{
		background: #04416e;
	}
	.faqs-image {
		display: none;
	}
	.faqs-questions{
		padding: 40px 0px;
	}
	.hall-of-fame{
		flex-direction: column;
	}
	.hall-of-fame-text{
		background-image: none;
		padding-bottom: 40px;
	}
	.hall-of-fame-top h2 {
		padding-left: 0px;
		border-left: none;
		border-bottom: 5px solid #3fb2b9;
	}
	.hall-of-fame-top h2 br{
		display: none;
	}
	.about-1 h2 br{
		display: none;
	}
	.about-box-fade {
		bottom: 90px
	}
	.rightofcontacts > div{
		padding-bottom: 120px;
	}
	.rightofcontacts > div:first-child {
		display: none;
	}
	.contactsocials{
		margin-bottom: 80px;
		background-size: contain, cover;
	}
	.subscribe-1{
		padding: 80px 0px;
	}
	.subscribe-1 h2{
		text-align: center;
		width: 100%;
	}
	.subreasons{
		flex-direction: column;
		width: 100%;
	}
	.subreasons > div {
		text-align: center;
		gap: 10px;
		flex-direction: column;
	}
	.subreasons img {
		margin:auto;
		width: 100px;
	}
	.awardsborder{
		flex-direction: column;
	}
	.awardlogocontainer{
		padding-bottom: 0px;
	}
	.awardlogocontainer img{
		margin: auto;
		display: block;
	}
}
@media only screen and (max-width: 767px){
	.home-3 div div h2{
		font-size: 30px;
	}
	.home-3 div div p{
		font-size: 16px;
	}
	.home-6 h2{
		font-size: 32px;
		line-height: 32px;
	}
	.home-6 p {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.homepage-block-6 {
		padding: 80px 0px 80px;
	}
	.home-7 h2{
		font-size: 30px;
	}
	.homepage-block-7{
		padding: 80px 0px;
	}
	.home-7-purple,
	.home-7-white{
		font-size: 16px;
	}
	.home-7-double-right h4 {
		font-size: 24px;
	}
	footer#colophon .belowlogolinks {
		margin-bottom: 40px;
		flex-direction: column;
		gap: 20px;
	}
	header#masthead div.container{
		max-width: 100%;
	}
	.navbar-brand{
		margin-left: 20px;
	}
	.about-pagetopper p.background-text.bgtxt1 {
		top: 40px;
		font-size: 60px;
	}
	.about-pagetopper p.background-text.bgtxt2 {
		right: -310px;
		font-size: 60px;
	}
	.category-pagetopper .pagetopperheaderbox h1 {
		font-size: 40px;
	}
	.category-pagetopper .pagetopperheaderbox {
		padding: 40px 0px 0px;
	}
	.issues-pagetopper p.background-text.bgtxt1 {
		top: 30px;
		font-size: 70px;
	}
	.issues-pagetopper p.background-text.bgtxt2 {
		font-size: 70px;
	}
	.awards-bottom-split h2 {
		font-size: 32px;
	}
	.awards-pagetopper p.background-text.bgtxt2 {
		right: -350px;
	}
	.pagetopperheaderbox h1 {
		font-size: 44px;
	}
	.awardssection1{
		flex-direction: column;
	}
	.methodology-entry-image img {
		position: relative;
		top: inherit;
		left: inherit;
		transform: none;
		max-height: inherit;
	}
	.judge{
		flex-direction: column;
	}
	.judge img{
		margin: auto;
	}
	.faqs-question{
		font-size: 16px;
	}
	.faqs-answer{
		font-size: 14px;
	}
	.subscribe-pagetopper p.background-text.bgtxt2 {
		right: -230px;
		font-size: 60px;
	}
	p.subbigtext {
		font-size: 16px;
	}
	.pagetoppersplit {
		flex-direction: column;
	}
	.single-award-pagetopper .pagetoppersplit {
		flex-direction: row;
	}
	.contact-pagetopper .pagetoppersplit{
		flex-direction: row;
	}
	.pagetoppersplit > div:first-child {
		padding-right: 0px;
		border-right: none;
	}
	.pagetoppersplit > div:last-child {
		padding-left: 0px;
		border-left: none;
	}
	.contact-pagetopper p.background-text.bgtxt1 {
		top: 0px;
		font-size: 60px;
		text-align: left;
		left: -60px;
	}
	.contact-pagetopper p.background-text.bgtxt2 {
		bottom: -100px;
		right: -200px;
		font-size: 60px;
	}
	.white-policy-box > div:last-child {
		padding: 40px;
	}
	.article-right div{
		width: 100%;
	}
	.homepost{
		max-width: none;
	}
	.home-4{
		flex-direction: column;
		margin-bottom: 80px;
	}
	.home-4 h2{
		font-size: 40px;
	}
	span.bigstat{
		font-size: 32px;
	}
	span.smallstat{
		font-size: 16px;
	}
	p.undertheh1 {
		font-size: 16px;
	}
	.about-2 h2{
		font-size: 26px;
	}
	.about-2 .about-box-solid {
		width: 75%;
	}
	.whiteboxes{
		flex-direction: column;
	}
	.whitebox{
		min-height: 0px;
		padding-top: 20px;
	}
	.awards-pagetopper .pagetopperheaderbox h1::after {
		width: 63%;
	}
	div.homepage-block-5 h2 {
		font-size: 40px;
	}
	div.homepage-block-5 {
		padding: 80px 0px;
	}
	.home-5{
		padding-bottom: 0px;
	}
	.contact-pagetopper .pagetopperheaderbox {
		padding-bottom: 80px;
	}
	.subreasons{
		flex-direction: column;
	}
	.subreasons img {
		width: 50px;
	}
	.subscribe-2{
		padding: 80px 0px;
	}
	.category-top {
		margin-top: 100px;
	}
	.awardscontent {
		padding: 80px 20px;
	}
	.awardscontent > .column > .row{
		flex-direction: column;
	}
	.awardlogocontainer{
		text-align: center;
	}
	.awardsagent {
		flex-direction: column-reverse;
	}
	.key_dates {
		border-width: 3px 0px 0px 0px;
		border-image: none;
		border-color: #49bcaf;
		padding-top: 40px;
	}
	.awardscontent .row{
		flex-direction: column;
	}
	.about-box-fade{
		top: 60px;
	}
	.about-box-solid {
		top: 80px;
	}
	.fadecircle{
		width: 40px;
		height: 40px;
	}
	.fadecircle-inner{
		width: 30px;
		height: 30px;
	}
	.issues-block-1{
		padding: 80px 0px;
	}
}
@media only screen and (max-width: 599px){
	.homepage-block-6 {
		padding: 40px 0px 40px;
	}
	.homepage-block-6 {
		background-position: top 40px right calc(50% - 140px), top -2px center;
	}
	.homepage-globe{
		right: -40px;
		top: -20px;
	}
	lottie-player{
		height: 240px !important;
		width: 240px !important;
	}
	.home-1-centre{
		padding-bottom: 90px;
	}
	.home-1-centre p{
		width: 100%;
	}
	.about-1 > .container > .row{
		flex-direction: column;
	}
	.about-1 > .container > .row > div:first-child{
		margin-bottom: 40px;
	}
	.category-pagetopper .pagetopperheaderbox h1 {
		font-size: 32px;
	}
	.home-3.issues-home-3 {
		flex-direction: column;
	}
	.home-3.issues-home-3 img {
		max-width: 200px;
		margin: auto;
		display: block;
	}
	.page-template-page-issues-page .homepage-block-3 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.awards-bottom-split h2 {
		font-size: 18px;
	}
	.pagetopperawardssplitter img{
		opacity: 0;
	}
	.subscribe-pagetopper p.background-text.bgtxt1 {
		top: 40px;
		left: -10px;
		font-size: 50px;
	}
	.subscribe-pagetopper p.background-text.bgtxt2 {
		right: -210px;
		font-size: 50px;
	}
	.sub-2-right input,
	.sub-2-right select{
		font-size: 16px;
	}
	.contact-pagetopper p.background-text.bgtxt1 {
		top: 10px;
		font-size: 50px;
		text-align: left;
		left: -10px;
	}
	.contact-pagetopper p.background-text.bgtxt2 {
		bottom: -100px;
		right: -140px;
		font-size: 50px;
	}
	.winners-list-split{
		flex-direction: column;
	}
	.winners-list-boxes{
		max-width: 100%;
		justify-content: center;
	}
	.article-contact-us-today h2{
		font-size: 32px;
	}
	.article-contact-us-today{
		padding: 80px 0px;
	}
	.home-2-right{
		display: none;
	}
	.home-7-double{
		flex-direction: column;
	}
	.home-7-double-left{
		margin: 0px;
	}
	.related-post{
		width: calc(100% - 87%) !important;
	}
	.fadebackgroundwithwhite{
		background: white;
	}
	.awards-bottom-split > div:first-child{
		display: none;
	}
	.main_awards_page_container{
		flex-direction: column;
	}
	.main_awards_page_block{
		width: 100%;
		min-width: 0%;
		max-width: 100%;
	}
	.single-awards h2 {
		font-size: 40px;
		border-bottom: 3px solid #3fb2b9;
	}
	.hall-of-fame-text h3 {
		font-size: 22px;
	}
	.pagetoppersplit a {
		font-size: 16px;
	}
	.about-1 .about-box-solid,
	.about-1 .about-box-fade,
	.about-1 .about-1 img{
		display: none;
	}
	.about-2 .about-box-solid {
		width: 63%;
		top: 20px;
	}
	.awards-pagetopper .pagetopperheaderbox h1::after {
		width: 182px;
	}
	.single-award-pagetopper.pagetopper{
		background-image: none !important;
		padding-bottom: 80px;
	}
	.single-award-pagetopper .pagetopperheaderbox {
		padding: 80px 0px 0px;
	}
	.single-award-pagetopper .pagetoppersplit {
		flex-direction: column;
	}
	.about-1 img{
		display: none;
	}
	.home-1-centre h1{
		width: 100%;
	}
	.home-1-2-right {
		padding: 80px 40px 80px;
	}
	.home-1-2-right h2 {
		margin-bottom: 20px;
	}
	.home-1-2-right a {
		margin-top: 0px !important; 
	}
	.homepage-popular-slider h4 {
		font-size: 16px;
	}
	.home-4 h2 {
		font-size: 28px;
	}
	span.bigstat {
		font-size: 22px;
		margin-top: 20px;
	}
	.about-2 .row{
		gap: 0px;
	}
	.issues-block-1-left h2,
	.page-template-page-issues-page .category-block-1 h2{
		font-size: 30px;
	}
	.page-template-page-issues-page .post-grid .item, 
	.page-template-page-category-page .post-grid .item{
		width: 100%;
	}
	.category-block-1 .title_link, 
	.homepage-block-3 .title_link{
		width: 100%;
	}
	.category-block-1 .excerpt_read_more, 
	.homepage-block-3 .excerpt_read_more{
		width: 100%;
	}
	.currentissuebox {
		flex-direction: column;
		text-align: center;
		padding-top: 60px;
	}
	.methodologyslider .slick-list{
		padding: 0px !important;
	}
	body .methodologyslider .slick-track{
		gap: 2px;
	}
	.methodology-top div{
		padding: 0px;
	}
	.contact-pagetopper .container {
		background: none;
	}
	.contact-pagetopper .pagetoppersplit div:last-child {
		display: none;
	}
	.pagetopperheaderbox h1 br{
		display: none;
	}
	.contact-1 .row > div:first-child h2 {
		font-size: 26px;
	}
	.contact-1 .row > div:first-child p {
		font-size: 14px;
		max-width: 80%;
		color: #222;
	}
	.contact-2 {
		padding: 80px 0px;
	}
	.contact-2 h2 {
		font-size: 30px;
	}
	.sub-2-right td {
		padding: 10px 2px 0px;
	}
	.subscribe-2 .container .row > h2 {
		font-size: 30px;
	}
	.contactsocials{
		background-size: 230px, cover;
	}
	.contactsocials .socialsright{
		font-size: 30px;
	}
	.contactsocials p {
		max-width: 70%;
	}
}
