/*
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;

}

.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-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 {
  font-size: 85%;
}
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: #153973 !important;
    padding: 0px;
    box-shadow: none;
    height: 109px;
    position: relative;
    z-index: 999;
}
.navbar-brand{
	max-width: 320px;
}
#mega-menu-wrap-primary{
	position: absolute;
	right: 0px;
	top: 30px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    padding: 0 16px;
    text-align: center;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
	right: 0px;
	top: 80px;
}
#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;
}
footer .logoimg {
    max-width: 260px;
    margin-left: -23px;
}
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: #14376d;
	color: white;
}
.thinblueline{
	width: 100%;
	height: 10px;
	background-color: #2d96ff;
}
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;
}
.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-color: #19273b;
    background-image: url(/wp-content/uploads/2020/07/bg-map@2x50.png);
    background-repeat: no-repeat;
    background-position: center 30px;
	background-size: contain;
}
.home-1,
.home-4{
	width: 100%;
}
.home-1-centre{
	margin-top: 140px;
	text-align: center;
	color: white;
}
.home-1-centre h1{
	font-weight: bold;
	display: inline-block;
	padding: 10px 40px 12px;
	font-size: 64px;
	width: 800px;
}
.home-1-centre h1 span{
	color: #16aacc;
}
.home-1-centre h1 span.headerdiscovery {
    color: white;
    font-family: mistral;
    font-weight: 100;
}
.home-1-centre h5{
	display: inline-block;
	max-width: 450px;
	font-size: 24px;
}
.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-2 {
    background-color: #ebf1ff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.homepage-block-3 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.homepage-block-4 {
    background: rgb(9,26,69);
    background: linear-gradient(180deg, rgba(9,26,69,1) 0%, rgba(9,26,69,1) 360px, rgba(235,241,255,1) 360px, rgba(235,241,255,1) 100%);
    color: white;
}
.home-4-header{
	font-weight: bold;
	margin: 30px 0px;
}
.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-color: #19273b;
    color: white;
}
h2.home-5-header {
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 40px;
}
.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: 100%;
	padding: 60px 0px;
}
.home-6-header{
	text-align: center;
	font-weight: bold;
}
.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/2020/03/corporate-vision-cover-2.jpg);
    padding: 140px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
	position:relative;
}
.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-top: 40px;
    padding-bottom: 100px;
	position: relative;
	background-color: #153973;
}
.pagetopperheaderbox {
    padding: 80px 35px;
    /*width: 50%;*/
    color: white;
	margin: auto;
}
.pagetopperheaderbox #breadcrumbs{
	margin-bottom: 0px;
}
.pagetopper > .container{
	position: relative;
}
.pagetopperheaderbox span:not(.nominatenow) {
    color: white;
    text-align: center;
    font-family: mistral;
    font-weight: 100;
    width: 100%;
    display: inline-block;
    font-size: 48px;
}
.pagetopperheaderbox h1{
	font-weight: bold;
	font-size: 60px;
}
.pagetopperheaderbox p{
	color: white;
	text-align: center;
}
.pagetopperheaderbox i{
	position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
	font-size: 36px;
}
.pagetoppersplitter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(13,33,83,0.5);
    top: 0px;
}
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%;
	background-color: white;
	padding: 2px 5px 0px;
	border-radius: 30px;
}
.post-grid .pagination .paginate a{
	background-color: white !important;
	color: #4c5d82 !important;
}
.post-grid .pagination .paginate .prev{
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
.post-grid .pagination .paginate .next{
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}
.post-grid .pagination .paginate span{
	background-color: white !important;
	color: #4c5d82 !important;
}
.post-grid .pagination .paginate span.current{
	border: thin solid #19afff;
}
.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: #091a45;
    flex: 1;
    min-width: 30%;
	max-width: 32.8%;
}
.main_awards_page_block img {
    max-width: 100%;
    padding: 40px 0px;
    background-color: white;
}
.pagetopperheaderbox span.nominatenow,
.nominatenow{
	background-color: #2d96ff;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 15px;
	margin-top: 10px;
	cursor: pointer;
}
.nominatenow:hover{
	background-color: #56aaff;
}
.hall-of-fame{
	margin-bottom: 40px;
}
.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: 10px 20px 12px;
    margin: 10px;
    font-size: 20px;
    color: white;
    background-color: #2780e3;
	display: inline-block;
}
.agentanddatesblock,
.awardsteamblock{
	background-color: #e2eaed;
}
.winnersblock,
.methodologyblock{
	background-color: #0c2b5a;
	color: white;
}
.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;
}
.agenttext{
	flex: 2;
	padding: 10px 20px 0px;
}
.agenttext h3,
.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;
}
.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;
}
.winnersblock{
	padding: 40px;
}
.hall-of-fame{
	margin: auto;
	margin-top: 20px;
}
.awardsteamblock{
	padding: 40px 0px;
}
.methodologyblock{
	padding: 40px 0px;
}
.methodology-entry {
    background-color: white;
    border-radius: 40px;
    color: black;
    max-width: 800px;
    margin-right: 20px;
	padding: 24px;
}
.methodology-entry-image {
    position: relative;
    height: 230px;
}
.methodology-entry-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 220px;
}
.methodology-entry-text h4 {
    font-weight: bold;
}
.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%;
}
.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;
}
.methodologyslider button.slick-prev,
.methodologyslider button.slick-next{
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background-color: transparent;
    border: none;
    color: #53a4f4;
    font-size: 30px;
}
.methodologyslider button.slick-prev{
	left: 0px;
}
.methodologyslider button.slick-next{
	right: 0px;
}
.methodologyslider button.slick-disabled {
    display: none !important;
}
.methodologyslider .slick-track{
	display: flex;
}
.methodologyslider .slick-slide{
	height: auto;
}

.methodology-row{
	position: relative;
    overflow: hidden;
}
.faqsblock {
    padding: 40px 0px;
    width: 100%;
}
.faqs-questions {
    width: 100%;
	display: flex;
}
.faqs-question {
    background-color: #fff;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    width: 100%;
}
.faqs-question.open {
    background-color: #297fd6;
    color: white;
}
.faqsrow{
	background-image: url(/wp-content/uploads/2020/01/Group-1843.png);
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 510px
}
.rightplus {
    float: right;
    font-weight: bold;
    font-size: 20px;
    color: #297fd6;
    line-height: 20px;
}
.faqs-answer {
    background-color: #f2f6f9;
    font-weight: bold;
    color: #888;
    padding: 20px;
    display: none;
}
#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;
    padding: 20px;
    overflow-y: scroll;
    z-index: 9999;
    box-shadow: 0 0 5px 0 #222;
    max-width: 85%;
    max-height: 85%;
	text-align: center;
}
.closepopup {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #555;
    font-weight: 700;
    background-color: #fff;
    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-links{
	width: 100%;
}
.winners-list-divider {
    padding: 20px 40px;
    background-color: white;
    border-radius: 0px 50px 50px 50px;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px;
    cursor: pointer;
	border: thin solid #ddd;
}
.winners-sublinks a {
    font-weight: bold;
	display: block;
}
.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;
}

/* 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;
	}
	.pagetopperheaderbox p,
	.pagetopperheaderbox h1{
		color: white;
		text-shadow: 1px 1px 1px black;
	}
	.aboutawards{
		flex-direction: column;
	}
	.aboutimage{
		text-align: center;
	}
	.aboutimage img{
		max-width: 300px;
	}
	.faqs-questions {
		max-width: 100%;
	}
	.faqsrow{
		background-size: 40%;
	}
	.home-1-centre h1 {
	    font-size: 40px;
	}
	.methodology-entry{
		max-width: 500px;
	}
	.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;
	}
	.navbar-brand{
		position: relative;
	}
	.navbar-brand a{
	    position: absolute;
    	top: 50%;
	    left: 50%;
    	width: 240px;
	    transform: translateY(-50%);
	}
	.faqsrow{
		background: none;
	}
	.faqsquestions{
		max-width: 100%;
	}
	.methodology-entry{
		max-width: 320px;
	}
	.homepage-awards-block{
		flex-direction: column;
	}
}
@media only screen and (max-width: 599px){
	#mega-menu-wrap-primary{
		padding: 0px 10px;
	}
	.navbar-brand{
		max-width: 50%;
		height: 75px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		width: 100%;
    	font-weight: bold;
	    font-size: 16px;
		text-align: center;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:hover,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
		color: white;
	}
	.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;
	}
	.methodology-entry{
		max-width: 240px;
	}
	.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: 160px;
    margin-top: 20px;
}
@media only screen and (min-width: 601px){
	#mega-menu-wrap-primary {
    	background: none;
	}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: none;
}
@media only screen and (min-width: 601px){
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	    background: none;
		border-bottom: 4px solid #ffbf0b;
	}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: none;
	border-bottom: 4px solid #ffbf0b;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega_current_page_item{
	border-bottom: 4px solid #ffbf0b;	
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #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 {
    padding: 0px 0px 0px 0px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px 0px 0px 0px;
}
#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 {
    padding: 15px 15px 15px 15px;
}
.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: center;
}
.site-info-copyright{
	text-align: right;
}
footer#colophon .belowlogolinks a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
	color: #081b45;
	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;
	flex: 4;
}
footer#colophon .belowlogolinks .footersubscribe a,
.yellowbutton {
    background-color: #ffbf0b;
    border-radius: 40px;
    padding: 10px 20px;
    text-decoration: none;
}
footer#colophon .belowlogolinks .footersubscribe a:hover,
.yellowbutton:hover{
    background-color: #fed050;
}
footer#colophon .belowlogolinks .footersubscribe a{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.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%;
}
.home-2-left{
	flex: 1;
}
.home-2-right{
	width: 800px;
	flex: 2;
}
.home-2 h2{
	font-weight: bold;
}
.home-2-options {
    display: flex;
    flex-direction: column;
	padding-right: 50px;
	flex-wrap: wrap;
}
span.home-2-span {
    background-color: #dce4f7;
    margin-bottom: 2px;
    padding: 15px 15px;
}
span.home-2-span:hover {
	cursor: pointer;
}
span.home-2-span.home-2-span-active {
    background-color: white;
    font-weight: bold;
}
span.home-2-span i.fas.fa-arrow-right {
    float: right;
    display: none;
}
span.home-2-span:hover i.fas.fa-arrow-right,
span.home-2-span.home-2-span-active i.fas.fa-arrow-right {
    display: inline;
}
.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 {
    background-image: url(/wp-content/uploads/2020/07/north-america-small.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	color: white;
	position: relative;
}
.homepage-block-6-blue-overlay{
	background-color: rgba(9,26,69,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
}
.home-6-header{
	z-index: 1;
    position: relative;
    font-size: 60px;
    max-width: 790px;
    margin: auto;
}
.home-6-header span{
	color: #0090cf;
}
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-top: 50px;
}
.awardssection1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	gap:40px;
	width: 100%;
}
.aboutawards{
	flex: 2;
}
.awardsagent{
	flex: 1;
	background-color: white;
    max-width: 320px;
}
.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;
}
.aboutcontainer h3 {
    font-weight: bold;
    font-size: 26px;
    color: #091a45;
    padding: 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: transparent;
}
#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;
}
.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;
}
.post-grid .item{
	background: transparent !important;
}
.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;
}
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%;
}

@media screen and (max-width: 1299px){
	.home-2{
		flex-direction: column;
	}
	.home-2-right {
		width: 100%;
		flex: auto;
		height: 360px;
	}
	.trendingright.slick-slider{
		max-width: 1140px;
    	width: 100%;
	}
	.home-2-options {
		flex-direction: row;
		padding-right: 0px;
	}
	span.home-2-span:hover i.fas.fa-arrow-right, 
	span.home-2-span.home-2-span-active i.fas.fa-arrow-right{
		display: none;
	}
	span.home-2-span{
		margin-right: 20px;
	}
}
@media screen and (max-width: 1199px){
	.trendingright.slick-slider{
		max-width: 960px;
	}	
}
@media screen and (max-width: 991px){
	.aboutblockwrapper{
		flex-direction: column;
	}
	.article-wrapper{
		margin-top: 40px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 40px;
	}
	.article-right div {
		flex: 1;
	}
	#mega-menu-wrap-primary .mega-menu-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		border-radius: 0;
		border: 0;
		margin: 0;
		line-height: 40px;
		height: 40px;
		padding: 0 10px;
		background: transparent;
		text-align: left;
		color: #fff;
		font-size: 14px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		width: 100%;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		background: transparent;
		padding: 0px 0px 0px 0px;
		display: none;
	}
	.searchbox input.field.form-control {
		line-height: 14px;
		font-size: 12px;
	    padding: 15px 15px 15px 35px;
	}
	.searchbox div.searchicon:before {
		height: 30px;
		width: 30px;
		top: 3px;
		font-size: 20px;
	}
	section#primary{
		margin-top: 0px;
	}
	.home-1-centre h1{
		width: 100%;
	}
	.homepage-block-1{
		background-position: center;
	}
	span.home-2-span {
		padding: 10px 10px;
		font-size: 12px;
		margin-right: 10px;
	}
	.trendingright.slick-slider{
		max-width: 720px;
	}
	.logoslide {
		max-width: 240px;
	}
	.logoslide h4 {
		font-size: 16px;
		line-height: 20px;
		margin: 0px 26px 0px;
	}
	div.continuereading{
		padding: 6px 10px 10px;
		font-size: 12px;
	}
	.logoslide-spacer {
		height: 260px;
	}
	.home-2-right {
		height: 270px;
	}
	.homepage-block-2 {
		padding-bottom: 0px;
	}
	a.logoslide.logoslidewhite .logoslide-spacer{
		height: 210px;
	}
	a.logoslide.logoslidewhite h4{
		margin-top: 10px;
	}
	span.logoslidedate {
		border-radius: 10px;
		left: 20px;
		right: auto;
		max-width: 75px;
	}
	.home-6-header {
		font-size: 48px;
	}
	.awardssection1 {
		flex-direction: column;
	}
	.awardsagent {
		max-width: 100%;
		display: flex;
	}
	.contactusleft {
		display: none;
	}
	.contactusdetails {
		flex-direction: column;
	}
	.pagetopperheaderbox h1 {
		font-size: 40px;
	}
	.mobilemeleft{
		flex: 1;
	}
	.mobilemeright{
		flex: 3;
	}
}
@media only screen and (max-width: 767px){
	.article-right div {
		min-width: 40%;
	}
	.navbar-brand a {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 140px;
		transform: none;
	}
	.searchbox {
		margin-left: 20px;
		max-width: 200px;
		top: 33px;
		position: absolute;
		left: 140px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, 
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		font-size: 14px;
	}
	.slick-slider .slick-track, 
	.slick-slider .slick-list{
		padding: 0px !important;
	}
	.trendingright.slick-slider {
		max-width: 540px;
	}
	.logoslide {
		max-width: 270px;
	}
	.main_awards_page_container {
		flex-direction: column;
	}
	.main_awards_page_block {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	footer#colophon .belowlogolinks .footersubscribe a, .yellowbutton{
		padding: 10px 15px;
		font-size: 10px;
	}
	.headersocials a, .headersocials span {
		width: 40px;
		height: 40px;
	}
	.headersocials a i, .headersocials span i {
		font-size: 20px;
	}
	.article-right div {
		min-width: 100%;
	}
	#mega-menu-wrap-primary {
		width: 100%;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
		background-color: #153973;
	}
	#mega-menu-wrap-primary .mega-menu-toggle{
		height: 50px;
	}
	.home-1-centre h1 {
		font-size: 32px;
	}
	.home-1-centre h5 {
		font-size: 16px;
	}
	img.scrollimage {
		margin-top: 50px;
	}
	.trendingright.slick-slider {
		max-width: 510px;
	}
	.logoslide {
		max-width: 240px;
	}
	.logoslide h4 {
		font-size: 14px;
		margin: 0px 20px 0px;
	}
	.home-6-header {
		font-size: 32px;
	}
	.darkbluecorner{
		display: none;
	}
	.searchbox {
		margin-left: 0px;
		max-width: 100%;
		top: inherit;
		position: inherit;
		left: inherit;
		width: 100%;
		text-align:right;
	}
	button.navbar-toggler{
		display: none;
	}
	header#masthead{
		height: 130px;
	}
	#mega-menu-wrap-primary{
		top: 80px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle {
		display: block;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{
		margin: auto;
	}
	.headersocials a, .headersocials span {
		width: 30px;
		height: 30px;
		padding: 8px;
		margin: 0px 5px 0px 0px;
	}
	.headersocials a i, .headersocials span i {
		font-size: 15px;
	}
	.searchbox input.field.form-control {
		line-height: 14px;
		font-size: 12px;
		padding: 7px;
		width: 100%;
		right: 3px;
		border-radius: 0px;
		border: 1px solid black;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
		margin-left: -30px;
		margin-right: -30px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item:last-child {
		padding-bottom: 20px;
	}
	button.slick-next {
		right: 20px;
	}
	footer#colophon .flexme {
		flex-direction: column;
	}
	footer#colophon .belowlogolinks .footersubscribe {
		margin-top: 20px;
	}
	.whiteblock {
		padding: 5px 10px;
	}
	article{
		padding: 10px;
	}
	.agentcontacts a {
		height: 70px;
		display: flex;
		flex-direction: column;
	}
	.agentcontacts span {
		font-size: 11px;
		display: inline-block;
		left: 0px;
		top: -7px;
	}
	.faqs-questions {
		flex-direction: column;
	}
}
