@charset "UTF-8";
@font-face {
  font-family: "CrimsonTextBold";
  src: url("CrimsonText-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "CrimsonTextRegular";
  src: url("CrimsonText-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "CrimsonTextSemiBold";
  src: url("CrimsonText-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  src: url("OpenSans-VariableFont_wdth.ttf") format("truetype");
}
img {
  height: auto;
  max-width: 100%;
}

.displaymobile {
  display: none;
}

.displaydesktop {
  display: block;
}

.white {
  color: white;
}

.black {
  color: black;
}

.left-align {
  text-align: left;
}

.center-align {
  text-align: center;
}

.right-align {
  text-align: right;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, span a {
  font-size: inherit;
}

.opacity0 {
  opacity: 0;
}

.opacity10 {
  opacity: 0.1;
}

.opacity20 {
  opacity: 0.2;
}

.opacity30 {
  opacity: 0.3;
}

.opacity40 {
  opacity: 0.4;
}

.opacity50 {
  opacity: 0.5;
}

.opacity60 {
  opacity: 0.6;
}

.opacity70 {
  opacity: 0.7;
}

.opacity80 {
  opacity: 0.8;
}

.opacity90 {
  opacity: 0.9;
}

.opacity100 {
  opacity: 1;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-t-110 {
  padding-top: 110px !important;
}

.p-t-120 {
  padding-top: 120px !important;
}

.p-t-130 {
  padding-top: 130px !important;
}

.p-t-140 {
  padding-top: 140px !important;
}

.p-t-150 {
  padding-top: 150px !important;
}

.p-t-110 {
  padding-top: 160px !important;
}

.p-t-120 {
  padding-top: 170px !important;
}

.p-t-130 {
  padding-top: 180px !important;
}

.p-t-140 {
  padding-top: 190px !important;
}

.p-t-150 {
  padding-top: 200px !important;
}

a {
  text-decoration: none;
}

html {
  font-size: 10px;
}

body {
  font-size: 10px;
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  color: #000000;
  margin: 0px;
  overflow-x: hidden;
}

#maincontainer {
  overflow-x: hidden;
}

.container {
  max-width: 1240px;
  margin: auto;
}

a {
  color: #B72025;
  font-size: inherit;
}

#wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
}

h1, .h1 {
  font-size: 4.2rem;
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  color: #000000;
}

h2, .h2 {
  font-size: 3.2rem;
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  color: #000000;
}

h3, .h3 {
  font-size: 2.4rem;
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  color: #000000;
}

h4, .h4 {
  font-size: 2.2rem;
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  color: #000000;
}

h5, .h5 {
  font-size: 1.9rem;
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  color: #000000;
}

h6, .h6 {
  font-size: 1.5rem;
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  color: #000000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 20px;
  margin-top: 0px;
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  display: block;
  line-height: 1.2;
}

a {
  font-size: 1.6rem;
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
}

a:focus, button:focus {
  outline: 2px dotted #aeb0b5;
  outline-offset: 2px;
}

p, td {
  font-size: 1.6rem;
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  color: #000000;
  line-height: 1.5;
  margin-bottom: 2rem;
}
p a, td a {
  font-size: inherit;
  font-family: inherit;
}

.post-entry {
  font-size: 1.4rem;
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  color: #000000;
  line-height: 1.5;
}

strong {
  font-weight: bold;
  font-family: inherit;
}
strong a {
  font-size: inherit;
}

td strong {
  font-size: 1.4rem;
  font-family: inherit;
  color: #000000;
  font-weight: bold;
}
td strong a {
  font-size: inherit;
  font-family: inherit;
}

section {
  padding: 25px 0px;
}

.post-meta {
  color: #B72025;
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
}

#content.grid.col-620 {
  max-width: 100%;
  width: 100%;
}

#content-search.grid.col-620 {
  width: 100%;
  margin: auto;
  max-width: 960px;
}
#content-search.grid.col-620 h3 {
  width: 100%;
  text-align: left;
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  color: #B72025;
}
#content-search.grid.col-620 .post, #content-search.grid.col-620 .status-publish {
  margin-bottom: 60px;
}

.button {
  background: #B72025;
  border-radius: 3px;
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 60px;
  text-align: center;
  display: inline-block;
}

footer {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
footer hr {
  border-bottom: 0.6px solid rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  max-width: 1345px;
  margin: auto;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.0196078431);
}
footer #footer-wrapper {
  display: flex;
  flex: 0 0 100%;
  max-width: 1345px;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
  padding: 60px 0px;
}
footer #footer-wrapper .travelpressinfo {
  max-width: 245px;
}
@media only screen and (max-width: 1250px) {
  footer #footer-wrapper .travelpressinfo {
    order: 1;
  }
}
footer #footer-wrapper .travelpressinfo #footerlogo img {
  max-width: 244px;
  height: auto;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  footer #footer-wrapper .travelpressinfo #footerlogo img {
    margin-bottom: 40px;
  }
}
footer #footer-wrapper .travelpressinfo .icons img {
  margin: 10px;
}
footer #footer-wrapper .travelpresssubscribe {
  max-width: 190px;
  text-align: right;
}
@media only screen and (max-width: 1250px) {
  footer #footer-wrapper .travelpresssubscribe {
    order: 2;
  }
}
footer #footer-wrapper .travelpresssubscribe span {
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  color: #B71F24;
  margin-bottom: 10px;
}
footer #footer-wrapper .travelpresssubscribe p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  color: #000000;
}
footer #footer-wrapper .travelpresssubscribe a {
  background: #B72025;
  border-radius: 3px;
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 60px;
  text-align: center;
}
footer #footer-wrapper .fullfootermenu {
  flex: 0 0 100%;
  max-width: 765px;
}
@media only screen and (max-width: 1250px) {
  footer #footer-wrapper .fullfootermenu {
    max-width: 100%;
    order: 3;
    margin-top: 25px;
  }
}
footer #footer-wrapper .fullfootermenu h6 {
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  max-width: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #B72025;
  margin-bottom: 20px;
}
footer #footer-wrapper .fullfootermenu ul {
  list-style: none;
  padding: 0px;




  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media only screen and (max-width: 768px) {
  footer #footer-wrapper .fullfootermenu ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
footer #footer-wrapper .fullfootermenu ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1250px) {
  footer #footer-wrapper .fullfootermenu ul li {
    text-align: center;
  }
}
footer #footer-wrapper .fullfootermenu ul li a {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #565454;
}
footer #footer-wrapper .footermenu {
  flex: 0 0 100%;
  max-width: 165px;
}
footer #footer-wrapper .footermenu h6 {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1A1A1A;
  margin-bottom: 20px;
}
footer #footer-wrapper .footermenu ul {
  list-style: none;
  padding: 0px;
}
footer #footer-wrapper .footermenu ul li {
  margin-bottom: 10px;
}
footer #footer-wrapper .footermenu ul li a {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #565454;
}
@media only screen and (max-width: 1340px) {
  footer #footer-wrapper {
    padding: 60px 15px;
    max-width: 100%;
    margin: 0px;
    display: flex;
  }
}
footer .footerbottom {
  background: #F0F1F3;
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 40px 0px;
}
footer .footerbottom .footercontainer {
  display: flex;
  flex: 0 0 100%;
  max-width: 1345px;
  margin: auto;
  flex-wrap: wrap;
}
footer .footerbottom .footercontainer small, footer .footerbottom .footercontainer a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #1A1A1A;
  text-decoration: none;
}
footer .footerbottom .footercontainer a {
  margin-left: 10px;
}
@media only screen and (max-width: 1340px) {
  footer .footerbottom {
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 1340px) {
  footer {
    max-width: 100%;
    display: block;
  }
}

#HeaderBanner {
  width: 100%;
  background-color: #2C2A2A;
  background-image: url(img/BGshape.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding-top: 70px;
  padding-bottom: 40px;
  margin-top: -20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #HeaderBanner {
    background-size: cover;
    background-position: bottom right;
  }
}
#HeaderBanner .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px;
}
@media only screen and (max-width: 768px) {
  #HeaderBanner .row {
    padding: 0px 15px;
  }
}
#HeaderBanner .row h1 {
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 10px;
}
#HeaderBanner .row p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}

.breadcrumb-list {
  display: none;
}

/* Dropdown Button */
.dropbtn {
  background-color: white;
  color: #B72025;
  padding: 16px;
  font-size: 14px;
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  border: none;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 3px;
  font-weight: 600;
  padding: 15px 60px;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #B72025;
  color: white;
  border-color: white;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

header#header-wrap {
  position: relative;
  z-index: 99999;
}
header#header-wrap #header {
  display: flex;
  flex: 0 0 100%;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 40px;
}
header#header-wrap #header #top-widget, header#header-wrap #header .desktopform .headersearchform {
  align-self: center;
  max-width: 200px;
  flex: 0 0 100%;
  position: relative;
  border: 1px solid #1A1A1A;
  border-radius: 3px;
  height: 50px;
  overflow: hidden;
}
header#header-wrap #header #top-widget input, header#header-wrap #header .desktopform .headersearchform input {
  border: 0px;
  padding: 15px;
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
header#header-wrap #header #top-widget button, header#header-wrap #header .desktopform .headersearchform button {
  background-color: transparent;
  border: 0px;
  position: absolute;
  top: 0px;
  left: 150px;
  height: 50px;
  z-index: 99;
  cursor: pointer;
}
header#header-wrap #header .headersearchform:active button, header#header-wrap #header .headersearchform:focus button, header#header-wrap #header .headersearchform:focus-within button {
  display: none;
}
@media only screen and (max-width: 991px) {
  header#header-wrap #header #top-widget, header#header-wrap #header .desktopform {
    display: none;
  }
}
header#header-wrap #header #logo {
  align-self: center;
  max-width: 400px;
  flex: 0 0 100%;
}
header#header-wrap #header .subscription.button {
  align-self: center;
  max-width: 200px;
  flex: 0 0 100%;
  background: #B72025;
  border-radius: 3px;
  color: white;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  padding: 20px;
  text-align: center;
  max-height: 50px;
}
@media only screen and (max-width: 768px) {
  header#header-wrap #header #logo {
    align-self: center;
    max-width: 48%;
    flex: 0 0 100%;
  }
  header#header-wrap #header .subscription.button {
    align-self: center;
    max-width: 30%;
  }
}
header#header-wrap #navcontainer {
  width: 100%;
}
header#header-wrap .mobileform {
  width: 100%;
  max-width: calc(100% - 125px);
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
}
header#header-wrap .mobileform .headersearchform {
  align-self: center;
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
  position: relative;
  border: 1px solid #1A1A1A;
  border-radius: 3px;
  height: 50px;
  overflow: hidden;
}
header#header-wrap .mobileform .headersearchform input {
  border: 0px;
  padding: 15px;
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
header#header-wrap .mobileform .headersearchform button {
  background-color: transparent;
  border: 0px;
  position: absolute;
  top: 0px;
  right: 20px;
  height: 50px;
  z-index: 99;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  header#header-wrap .mobileform {
    display: block;
    position: absolute;
    right: 15px;
    top: 0px;
    width: 100%;
    max-width: calc(100% - 125px);
  }
  header#header-wrap #main-nav-wrap {
    justify-content: space-between;
  }
  header#header-wrap #mega-menu-header-menu {
    margin-top: 20px;
  }
  header#header-wrap #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
    border-bottom: 0.6px solid rgba(0, 0, 0, 0.18);
  }
  header#header-wrap #mega-menu-wrap-header-menu #mega-menu-header-menu > li:last-child.mega-menu-item {
    border-bottom: 0px;
  }
}
header#header-wrap #main-nav-wrap {
  border-top: 0.6px solid rgba(0, 0, 0, 0.6);
  max-width: 100%;
  margin: auto;
  padding: 25px 0px;
  display: flex;
  justify-content: center;
  position: relative;
}
header#header-wrap #main-nav-wrap #menu-main {
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
}
header#header-wrap #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
header#header-wrap #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, header#header-wrap #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, header#header-wrap #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  width: 30px;
  border-radius: 0px;
}
header#header-wrap #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  width: 25px;
}
header#header-wrap #mega-menu-wrap-header-menu #mega-menu-header-menu {
  text-align: center !important;
}

#maincontainer {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  flex: 0 0 100%;
  justify-content: center;
}

#scrollingbanner {
  background-color: black;
  margin: auto;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 100%;
  height: 51px;
}
#scrollingbanner marquee {
  width: 100%;
  height: auto;
  color: white;
  align-self: center;
  height: 80px;
}
#scrollingbanner marquee a {
  color: white;
  font-size: 14px;
}
#scrollingbanner marquee span {
  bottom: -10px;
  color: #B80005;
  font-size: 40px;
  position: relative;
  margin-left: 20px;
}

.social-share.leftsideshare {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 175px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -80px;
  top: 275px;
}
.social-share.leftsideshare a {
  display: block;
  margin: 10px;
}

.single-post .catlink {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  color: #B72123;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
.single-post h1.post-title {
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 39.99px;
  line-height: 57px;
  max-width: 500px;
  color: #000000;
}
.single-post h2.subtitle {
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-post .post-meta {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 12.36px;
  display: flex;
  align-items: center;
  color: #1A1A1A;
  margin: 20px 0px;
}
.single-post .post-meta p {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 12.36px;
  display: flex;
  align-items: center;
  color: #1A1A1A;
  align-self: center;
  margin-bottom: 0px;
}
.single-post .post-meta span {
  margin: 0px 15px;
  height: 16px;
  width: 1px;
  background-color: #565454;
  position: relative;
}
.single-post .post-entry {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}
.single-post .post-entry p {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}
.single-post .social-share.bottomshare {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: space-between;
  border-top: 0.8px solid #C4C4C4;
  border-bottom: 0.8px solid #C4C4C4;
  padding: 25px 5px;
}
.single-post .social-share.bottomshare div {
  align-self: center;
  margin-right: 80px;
}
.single-post .social-share.bottomshare div a {
  margin: 10px;
}
.single-post .social-share.bottomshare span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  color: #B72025;
  align-self: center;
}

#featured {
  display: flex;
  flex: 0 0 100%;
  max-width: 1240px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  padding-top: 40px;
}
#featured .leftside {
  flex: 0 0 100%;
  max-width: 280px;
}
#featured .leftside .code-block {
  margin: auto !important;
  margin-bottom: 15px !important;
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
  flex: 0 0 100%;
}
#featured .leftside img {
  float: right;
}
#featured .leftside .ai-viewport-1 {
  text-align: right;
}
#featured .leftside .ai-viewport-2 {
  text-align: center;
}
#featured #showcasepost {
  flex: 0 0 100%;
  max-width: 605px;
}
#featured #showcasepost img {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: auto;
}
#featured #showcasepost .catlink {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  letter-spacing: 0.04em;
  color: #B72025;
  margin-right: 15px;
}
#featured #showcasepost h1 {
  margin-bottom: 10px;
}
#featured #showcasepost h1 a {
  /*font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";*/
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
}
#featured #showcasepost P {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
#featured #featuredsideposts {
  flex: 0 0 100%;
  max-width: 285px;
}
#featured #featuredsideposts .sideposts {
  border-bottom: 0.8px solid #B72025;
  margin-bottom: 20px;
}
#featured #featuredsideposts .sideposts .catlink {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  letter-spacing: 0.04em;
  color: #B72025;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
#featured #featuredsideposts .sideposts h4, #featured #featuredsideposts .sideposts h4 a {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  display: block;
}
#featured #featuredsideposts .sideposts:last-child {
  border-bottom: 0px;
}
@media only screen and (max-width: 1340px) {
  #featured {
    padding: 15px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1240px) {
  #featured #featuredsideposts {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #featured #showcasepost {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #featured .leftside {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#LatestPosts {
  flex: 0 0 100%;
  max-width: 1240px;
  margin: auto;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
#LatestPosts .listofposts {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: space-between;
  max-width: 1240px;
}
@media only screen and (max-width: 768px) {
  #LatestPosts .listofposts {
    justify-content: center;
  }
}
#LatestPosts .listofposts .postcontent {
  flex: 0 0 100%;
  max-width: 395px;
}
#LatestPosts .listofposts .postcontent .catlink {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  letter-spacing: 0.04em;
  color: #B72025;
  margin-right: 15px;
  margin-top: 15px;
  display: block;
}
#LatestPosts .listofposts .postcontent h3 a {
  /*font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";*/
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  margin-top: 10px;
}
#LatestPosts .listofposts .postcontent p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}
#LatestPosts .listofposts .postcontent .postimage, #LatestPosts .listofposts .postcontent .imglink {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  position: relative;
  overflow: hidden;
}
#LatestPosts .listofposts .postcontent .postimage img, #LatestPosts .listofposts .postcontent .imglink img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 1340px) {
  #LatestPosts {
    padding: 15px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1240px) {
  #LatestPosts .postcontent {
    flex: 0 0 100%;
    max-width: calc(50% - 10px);
  }
}

#LatestPosts.postsdisplay .listofposts .postcontent h3 {
  font-weight: 600;
  font-size: 16px;
}
#LatestPosts.postsdisplay .listofposts .postcontent.ad {
  order: 3 !important;
  border-left: 0.8px solid #C4C4C4;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  max-width: 300px;
}
#LatestPosts.postsdisplay .listofposts .navigation {
  order: 4;
  padding: 40px 15px;
}

.ad span {
  margin-bottom: 10px;
}

.middlerowad {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center;
  margin: 40px auto;
}
.middlerowad img {
  width: 100%;
  max-width: 970px;
  height: auto;
}
@media only screen and (max-width: 1340px) {
  .middlerowad {
    padding: 15px;
    max-width: 100%;
  }
}

.postheading {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: space-between;
  border-bottom: 0.6px solid #B72025;
  margin-bottom: 60px;
}
.postheading h3 {
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  color: #B72025;
  align-self: center;
  max-width: calc(100% - 100px);
}
.postheading .seeall {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  letter-spacing: 0.04em;
  color: #B72025;
  align-self: center;
}
.postheading .seeall img {
  margin-left: 10px;
  position: relative;
  margin-top: -5px;
}

#PressToday {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: center;
  margin: 15px auto;
}
#PressToday .row {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: space-between;
  background-color: #2C2A2A;
  background-image: url(img/Presstodaywhitebg.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  max-width: 100%;
  padding: 0px;
  border: 2px solid #2C2A2A;
}
#PressToday .row .leftside {
  flex: 0 0 100%;
  max-width: calc(100% - 611px);
  align-self: center;
  padding-left: 30px;
}
#PressToday .row .leftside span {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  letter-spacing: 0.04em;
  color: white;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
#PressToday .row .leftside p {
  color: white;
  font-size: 2rem;
  max-width: 98%;
}
#PressToday .row .leftside small {
  font-size: 12px;
  color: white;
  width: 100%;
  display: inline-block;
  width: fit-content;
  margin: 0 1px 0 35px;
}
#PressToday .row .leftside h4 {
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  color: white;
  margin-bottom: 10px;
}
#PressToday .row .leftside .button {
  display: inline-block;
  padding: 15px 40px;
}
#PressToday .row .leftside ul {
  margin-bottom: 20px;
  padding-left: 0px;
}
#PressToday .row .leftside ul li {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
#PressToday .row .leftside ul::marker {
  font-size: 12px;
}
#PressToday .row .rightside {
  flex: 0 0 100%;
  max-width: 515px;
  display: inline-flex;
  padding: 20px 0px;
  justify-content: center;
}
#PressToday .row .rightside img {
  max-width: 50%;
  height: auto;
  align-self: center;
}
@media only screen and (max-width: 1240px) {
  #PressToday {
    padding: 0px;
    margin: 15px;
  }
  #PressToday .row .rightside {
    flex: 0 0 100%;
    max-width: 470px;
    display: inline-flex;
    padding: 30px 0px;
    justify-content: center;
  }
  #PressToday .row .leftside {
    flex: 0 0 100%;
    max-width: calc(100% - 600px);
    align-self: center;
    padding: 30px 0px;
    padding-left: 50px;
  }
  #PressToday .row .rightside img {
  max-width: 70%;
}
}
@media only screen and (max-width: 991px) {
  #PressToday .row {
    background-size: contain;
    background-position: 380px 0px;
    background-repeat: no-repeat;
  }
  #PressToday .row .rightside {
    flex: 0 0 100%;
    max-width: 330px;
    display: inline-flex;
    padding: 30px;
    padding-left: 5px;
    justify-content: center;
  }
  #PressToday .row .leftside {
    flex: 0 0 100%;
    max-width: calc(100% - 410px);
    align-self: center;
    padding: 30px 0px;
    padding-left: 40px;
  }
  #PressToday .row .leftside p, #PressToday .row .leftside h4 {
    max-width: 400px;
  }
    #PressToday .row .rightside img {
  max-width: 90%;
}
}
@media only screen and (max-width: 768px) {
  #PressToday .row {
    background-image: none;
  }
  #PressToday .row .rightside {
    background-image: url(img/PresstodaywhitebgMOBILE.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
    display: flex;
    padding-bottom: 10px;
  }
  #PressToday .row .rightside img {
    max-width: 95%;
    height: auto;
    align-self: center;
    margin: auto;
  }
  #PressToday .row .leftside {
    flex: 0 0 100%;
    max-width: 100%;
    align-self: center;
    padding: 30px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #PressToday .row .leftside small {
    text-align: center;
  }
  #PressToday .row .leftside h4 {
    font-size: 2rem;
  }
  #PressToday .row .leftside p {
    font-size: 1.6rem;
  }
  #PressToday .row .leftside p, #PressToday .row .leftside h4 {
    text-align: center;
    width: 100%;
    max-width: 93%;
    margin: auto;
    margin-bottom: 15px;
  }
#PressToday.singleposts {
  justify-content: center!important;
}
}

#PressToday.singleposts {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: unset;
  margin: 15px auto;
}
#PressToday.singleposts .row {
  padding: 0px;
  border: 2px solid #2C2A2A;
  background-image: none;
  max-width:250px;
}
#PressToday.singleposts .row .rightside {
  background-image: url(img/PresstodaywhitebgMOBILE.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
  justify-content: center;
  display: flex;
  padding-bottom: 10px;
}
#PressToday.singleposts .row .rightside img {
  max-width: 95%;
  height: auto;
  align-self: center;
  margin: auto;
}
#PressToday.singleposts .row .leftside {
  flex: 0 0 100%;
  max-width: 100%;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0px;
}
#PressToday.singleposts .row .leftside h4 {
  font-size: 2rem;
}
#PressToday.singleposts .row .leftside p {
  font-size: 1.6rem;
}
#PressToday.singleposts .row .leftside small {
  text-align: center;
}
#PressToday.singleposts .row .leftside p, #PressToday.singleposts .row .leftside h4 {
  text-align: center;
  width: 100%;
  max-width: 95%;
  margin: auto;
  margin-bottom: 10px;
}

#AirlinesResortsHotelCrusises {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: space-between;
  overflow: hidden;
  margin: auto;
  max-width: 1240px;
}
#AirlinesResortsHotelCrusises .onecategory {
  flex: 0 0 100%;
  max-width: calc(25% - 10px);
  margin-bottom: 20px;
}
#AirlinesResortsHotelCrusises .onecategory .postcontent {
  border-bottom: 0.8px solid #B72025;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#AirlinesResortsHotelCrusises .onecategory .postcontent img {
  display: none;
}
#AirlinesResortsHotelCrusises .onecategory .postcontent a {
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
#AirlinesResortsHotelCrusises .onecategory .postcontent h4 {
  min-height: 50px;
}
#AirlinesResortsHotelCrusises .onecategory h3 {
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  color: #B72025;
  align-self: center;
  margin-bottom: 80px;
}
#AirlinesResortsHotelCrusises .onecategory h3 a {
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  color: #B72025;
}
#AirlinesResortsHotelCrusises .onecategory h3::before {
  content: " ";
  position: relative;
  width: 400%;
  height: 0.6px;
  background-color: #B72025;
  bottom: -80px;
  display: block;
}
#AirlinesResortsHotelCrusises .onecategory .postcontent:nth-child(2) img {
  display: block !important;
  margin-bottom: 20px;
}
#AirlinesResortsHotelCrusises .onecategory .postcontent:last-child {
  border-bottom: 0px;
}
@media only screen and (max-width: 1340px) {
  #AirlinesResortsHotelCrusises {
    padding: 15px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1240px) {
  #AirlinesResortsHotelCrusises .onecategory {
    flex: 0 0 100%;
    max-width: calc(50% - 10px);
  }
}

#DestinationPosts {
  display: flex;
  flex: 0 0 100%;
  max-width: 1240px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 20px;
}
#DestinationPosts .leftside {
  flex: 0 0 100%;
  max-width: 290px;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: baseline;
}
#DestinationPosts .leftside .postcontent {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: space-between;
  border-bottom: 0.8px solid #C4C4C4;
  margin-bottom: 20px;
  padding-bottom: 20px;
  flex-wrap: nowrap;
}
#DestinationPosts .leftside .postcontent .imglink {
  max-width: 100px;
  align-self: flex-start;
  flex: 0 0 100%;
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
#DestinationPosts .leftside .postcontent .imglink img {
  height: auto;
  width: 100%;
  object-fit: cover;
  min-height: 100px;
  object-position: center;
}
#DestinationPosts .leftside .postcontent .postinfo {
  flex: 0 0 100%;
  max-width: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}
#DestinationPosts .leftside .postcontent .postinfo .catlink {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  letter-spacing: 0.04em;
  color: #B72025;
  margin-bottom: 10px;
  margin-right: 10px;
}
#DestinationPosts .leftside .postcontent .postinfo h3 {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: black;
  width: 100%;
}
#DestinationPosts .leftside .postcontent .postinfo h3 a {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: black;
}
#DestinationPosts .leftside .postcontent:last-child {
  border-bottom: 0px;
}
#DestinationPosts .middleside {
  flex: 0 0 100%;
  max-width: 605px;
}
#DestinationPosts .middleside img {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: auto;
}
#DestinationPosts .middleside .catlink {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  letter-spacing: 0.04em;
  color: #B72025;
  margin-right: 15px;
}
#DestinationPosts .middleside h3 {
  margin-bottom: 10px;
}
#DestinationPosts .middleside h3 a {
  /*font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";*/
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
}
#DestinationPosts .middleside P {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
#DestinationPosts .rightside {
  flex: 0 0 100%;
  max-width: 285px;
}
#DestinationPosts .rightside .sideposts {
  border-bottom: 0.8px solid #B72025;
  margin-bottom: 20px;
}
#DestinationPosts .rightside .sideposts .catlink {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  letter-spacing: 0.04em;
  color: #B72025;
  margin-right: 10px;
}
#DestinationPosts .rightside .sideposts h4 a {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  display: block;
}
#DestinationPosts .rightside .sideposts:last-child {
  border-bottom: 0px;
}
@media only screen and (max-width: 1340px) {
  #DestinationPosts {
    padding: 15px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1240px) {
  #DestinationPosts .leftside, #DestinationPosts .middleside, #DestinationPosts .rightside {
    flex: 0 0 100%;
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 991px) {
  #DestinationPosts .leftside, #DestinationPosts .middleside, #DestinationPosts .rightside {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #DestinationPosts .middleside {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  #DestinationPosts .leftside {
    order: 3;
  }
  #DestinationPosts .rightside {
    order: 1;
  }
}

#BSAPPosts {
  display: flex;
  flex: 0 0 100%;
  max-width: 1240px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
#BSAPPosts .leftside {
  flex: 0 0 100%;
  max-width: 280px;
}
#BSAPPosts .leftside .bsapdates {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  /*margin: 40px 0px;*/
  position: relative;
  overflow: hidden;
}
#BSAPPosts .leftside .bsapdates .eventdate {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 20px 0px;
  position: relative;
}
#BSAPPosts .leftside .bsapdates .eventdate .date {
  max-width: 80px;
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 39.99px;
  display: block;
  text-align: center;
  color: #B71F24;
  align-self: center;
  margin-right: 10px;
  line-height: 1.2;
  min-width: 60px;
}
#BSAPPosts .leftside .bsapdates .eventdate .date span {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  margin-bottom: 0px;
  color: #B71F24;
  display: block;
  align-self: center;
  text-align: center;
}
#BSAPPosts .leftside .bsapdates .eventdate .eventname {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  align-self: center;
}
#BSAPPosts .leftside .bsapdates .eventdate .eventname:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #B71F24;
  display: block;
  position: absolute;
  top: 80px;
}
#BSAPPosts .middleside {
  flex: 0 0 100%;
  max-width: 605px;
}
#BSAPPosts .middleside img {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: auto;
}
#BSAPPosts .middleside .catlink {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  letter-spacing: 0.04em;
  color: #B72025;
  margin-right: 15px;
}
#BSAPPosts .middleside h3 {
  margin-bottom: 10px;
}
#BSAPPosts .middleside h3 a {
  /*font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";*/
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
}
#BSAPPosts .middleside P {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
#BSAPPosts .rightside {
  flex: 0 0 100%;
  max-width: 285px;
}
#BSAPPosts .rightside .sideposts {
  border-bottom: 0.8px solid #B72025;
  margin-bottom: 20px;
}
#BSAPPosts .rightside .sideposts .catlink {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  letter-spacing: 0.04em;
  color: #B72025;
  margin-right: 10px;
}
#BSAPPosts .rightside .sideposts h4 a {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  display: block;
}
#BSAPPosts .rightside .sideposts:last-child {
  border-bottom: 0px;
}
@media only screen and (max-width: 1340px) {
  #BSAPPosts {
    padding: 15px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1240px) {
  #BSAPPosts .leftside, #BSAPPosts .middleside, #BSAPPosts .rightside {
    flex: 0 0 100%;
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 991px) {
  #BSAPPosts .leftside, #BSAPPosts .middleside, #BSAPPosts .rightside {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #BSAPPosts .middleside {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  #BSAPPosts .leftside {
    order: 2;
  }
  #BSAPPosts .rightside {
    order: 3;
  }
}

#AgentsPosts {
  display: flex;
  flex: 0 0 100%;
  max-width: 1240px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
#AgentsPosts .leftside {
  flex: 0 0 100%;
  max-width: 280px;
}
#AgentsPosts .leftside .postcontent {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: space-between;
  border-bottom: 0.8px solid #C4C4C4;
  margin-bottom: 20px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
#AgentsPosts .leftside .postcontent .imglink {
  max-width: 100%;
  align-self: flex-start;
  flex: 0 0 100%;
}
#AgentsPosts .leftside .postcontent .imglink img {
  height: auto;
  width: 100%;
}
#AgentsPosts .leftside .postcontent .sideagent {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: space-between;
}
#AgentsPosts .leftside .postcontent .agentdate {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 10px 0px;
  position: relative;
  overflow: hidden;
}
#AgentsPosts .leftside .postcontent .agentdate .eventdate {
  display: flex;
  flex: 0 0 100%;
  max-width: 70px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 0px;
  position: relative;
}
#AgentsPosts .leftside .postcontent .agentdate .eventdate .date {
  max-width: 80px;
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 39.99px;
  display: block;
  text-align: center;
  color: #B71F24;
  align-self: flex-start;
  margin-right: 10px;
  line-height: 1.2;
  min-width: 60px;
}
#AgentsPosts .leftside .postcontent .agentdate .eventdate .date span {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  margin-bottom: 0px;
  color: #B71F24;
  display: block;
  align-self: center;
  text-align: center;
}
#AgentsPosts .leftside .postcontent .catlink {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  letter-spacing: 0.04em;
  color: #B72025;
  margin-bottom: 10px;
  margin-right: 0px;
  display: block;
  margin-top: 8px;
}
#AgentsPosts .leftside .postcontent h3 {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: black;
}
#AgentsPosts .leftside .postcontent h3 a {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: black;
}
#AgentsPosts .leftside .postcontent:last-child {
  border-bottom: 0px;
}
#AgentsPosts .middleside {
  flex: 0 0 100%;
  max-width: 605px;
}
#AgentsPosts .middleside img {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: auto;
}
#AgentsPosts .middleside .catlink {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  letter-spacing: 0.04em;
  color: #B72025;
  margin-right: 15px;
}
#AgentsPosts .middleside h3 {
  margin-bottom: 10px;
}
#AgentsPosts .middleside h3 a {
  /*font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";*/
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
}
#AgentsPosts .middleside P {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
#AgentsPosts .rightside {
  flex: 0 0 100%;
  max-width: 285px;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}
#AgentsPosts .rightside .postcontent {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: space-between;
  border-bottom: 0.8px solid #C4C4C4;
  margin-bottom: 20px;
  padding-bottom: 20px;
  flex-wrap: nowrap;
}
#AgentsPosts .rightside .postcontent .imglink {
  max-width: 100px;
  align-self: flex-start;
  flex: 0 0 100%;
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
#AgentsPosts .rightside .postcontent .imglink img {
  height: auto;
  width: 100%;
  object-fit: cover;
  min-height: 100px;
  object-position: center;
}
#AgentsPosts .rightside .postcontent .postinfo {
  flex: 0 0 100%;
  max-width: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}
#AgentsPosts .rightside .postcontent .postinfo .catlink {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: 24px;
  color: black;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 100%;
}
#AgentsPosts .rightside .postcontent .postinfo h3 {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 12.36px;
  color: #B72025;
  margin-bottom: 10px;
  width: 100%;
}
#AgentsPosts .rightside .postcontent .postinfo h3 a {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #B72025;
}
#AgentsPosts .rightside .postcontent:last-child {
  border-bottom: 0px;
}
@media only screen and (max-width: 1340px) {
  #AgentsPosts {
    padding: 15px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1240px) {
  #AgentsPosts .leftside, #AgentsPosts .middleside, #AgentsPosts .rightside {
    flex: 0 0 100%;
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 991px) {
  #AgentsPosts .leftside, #AgentsPosts .middleside, #AgentsPosts .rightside {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #AgentsPosts .middleside {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  #AgentsPosts .leftside {
    order: 2;
  }
  #AgentsPosts .rightside {
    order: 3;
  }
}

.leftside span.adtext, .rightside span.adtext {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 12.36px;
  line-height: 29px;
  letter-spacing: 0.04em;
  color: #565454;
  margin-bottom: 20px;
}

#WebinarsPosts {
  display: flex;
  flex: 0 0 100%;
  max-width: 1240px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
#WebinarsPosts .leftside {
  flex: 0 0 100%;
  max-width: 280px;
}
#WebinarsPosts .leftside .webinardates {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  /*margin: 40px 0px;*/
  position: relative;
  overflow: hidden;
  margin-bottom:20px;
}
#WebinarsPosts .leftside .webinardates .eventdate {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 10px 0px;
  position: relative;
}
#WebinarsPosts .leftside .webinardates .eventdate .date {
  max-width: 80px;
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  display: block;
  text-align: center;
  color: #B71F24;
  align-self: center;
  margin-right: 10px;
  line-height: 1.2;
  min-width: 60px;
}
#WebinarsPosts .leftside .webinardates .eventdate .date span {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  margin-bottom: 0px;
  color: #B71F24;
  display: block;
  align-self: center;
  text-align: center;
}
#WebinarsPosts .leftside .webinardates .eventdate .eventname {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  color: #000000;
  align-self: center;
}
#WebinarsPosts .leftside .webinardates .eventdate .eventname a{font-size: 14px;}
#WebinarsPosts .leftside .webinardates .eventdate .eventname:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #B71F24;
  display: block;
  position: absolute;
  top: 60px;
}
#WebinarsPosts .leftside .postcontent {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: space-between;
  border-bottom: 0.8px solid #C4C4C4;
  margin-bottom: 20px;
  padding-bottom: 20px;
  flex-wrap: nowrap;
}
#WebinarsPosts .leftside .postcontent .imglink {
  max-width: 100px;
  align-self: flex-start;
  flex: 0 0 100%;
  position: relative;
  overflow: hidden;
  width: 100px;
}
#WebinarsPosts .leftside .postcontent .imglink img {
  height: auto;
  width: 35%;
  object-fit: cover;
  min-height: 70px;
  object-position: center;
}
#WebinarsPosts .leftside .postcontent .postinfo {
  flex: 0 0 100%;
  max-width: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}

#WebinarsPosts .leftside .postcontent .postinfo h4 {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: black;
  width: 100%;
}
#WebinarsPosts .leftside .postcontent .postinfo h4 a {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: black;
}
#WebinarsPosts .leftside .postcontent:last-child {
  border-bottom: 0px;
}
#WebinarsPosts .middleside {
  flex: 0 0 100%;
  max-width: 605px;
}
#WebinarsPosts .middleside .postcontent {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: space-between;
  border-bottom: 0.8px solid #C4C4C4;
  margin-bottom: 20px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
#WebinarsPosts .middleside .postcontent .imglink {
  max-width: 100%;
  align-self: flex-start;
  flex: 0 0 100%;
}
#WebinarsPosts .middleside .postcontent .imglink img {
  height: auto;
  width: 100%;
}
#WebinarsPosts .middleside .postcontent .sideagent {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: space-between;
}
#WebinarsPosts .middleside .postcontent .agentdate {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 20px 0px;
  position: relative;
  overflow: hidden;
}
#WebinarsPosts .middleside .postcontent .agentdate .eventdate {
  display: flex;
  flex: 0 0 100%;
  max-width: 70px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 0px;
  position: relative;
}
#WebinarsPosts .middleside .postcontent .agentdate .eventdate .date {
  max-width: 80px;
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 39.99px;
  display: block;
  text-align: center;
  color: #B71F24;
  margin-right: 10px;
  line-height: 1.2;
  min-width: 60px;
}
#WebinarsPosts .middleside .postcontent .agentdate .eventdate .date span {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  margin-bottom: 0px;
  color: #B71F24;
  display: block;
  align-self: center;
  text-align: center;
}
#WebinarsPosts .middleside .postcontent .catlink {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 12.36px;
  letter-spacing: 0.04em;
  color: #B72025;
  margin-bottom: 0px;
  margin-right: 10px;
}
#WebinarsPosts .middleside .postcontent h3 {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 28.88px;
  color: #000000;
}
#WebinarsPosts .middleside .postcontent h3 a {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  color: #000000;
}
#WebinarsPosts .middleside .postcontent:last-child {
  border-bottom: 0px;
}
#WebinarsPosts .rightside {
  flex: 0 0 100%;
  max-width: 285px;
}
#WebinarsPosts .rightside h4, #WebinarsPosts .rightside h4 a {
  /*font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";*/
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}
#WebinarsPosts .rightside hr {
  background-color: #B72025;
  margin-bottom: 20px;
}
#WebinarsPosts .rightside img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1340px) {
  #WebinarsPosts {
    padding: 15px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1240px) {
  #WebinarsPosts .leftside, #WebinarsPosts .middleside, #WebinarsPosts .rightside {
    flex: 0 0 100%;
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 991px) {
  #WebinarsPosts .leftside, #WebinarsPosts .middleside, #WebinarsPosts .rightside {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #WebinarsPosts .middleside {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  #WebinarsPosts .leftside {
    order: 2;
  }
  #WebinarsPosts .rightside {
    order: 3;
  }
}

#Editors {
  display: flex;
  flex: 0 0 100%;
  max-width: 1240px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
#Editors .listofeditors {
  display: flex;
  flex: 0 0 100%;
  max-width: 875px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#Editors .listofeditors hr {
  width: 100%;
  display: block;
  margin: 10px 0px;
  background-color: #C4C4C4;
  height: 0.8px;
}
#Editors .listofeditors .editor {
  flex: 0 0 100%;
  max-width: 33%;
  display: flex;
  flex: 0 0 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 12.36px;
  color: #000000;
  min-width: 280px;
  margin-bottom: 20px;
}
#Editors .listofeditors .editor img {
  margin-right: 10px;
  height: 88px;
  width: 88px;
}
#Editors .listofeditors .editor * {
  align-self: center;
}
#Editors .listofeditors .editor strong {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  display: block;
  width: 100%;
}
#Editors .rightside {
  flex: 0 0 100%;
  max-width: 300px;
}
@media only screen and (max-width: 1340px) {
  #Editors {
    padding: 15px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #Editors hr {
    display: none;
  }
  #Editors .editor {
    max-width: 50%;
  }
}

.social-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 175px;
}
.social-share a {
  align-self: center;
}
.social-share img {
  height: auto;
  align-self: center;
}
.social-share .facebook img {
  max-width: 13px;
}
.social-share .twitter img {
  max-width: 26px;
}
.social-share .linkedin img {
  max-width: 27px;
}
.social-share .email img {
  max-width: 36px;
}

#wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: center;
}

.singlepostcontent {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: flex-start;
  max-width: 800px;
}

.postsidebar {
  display: block;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: space-between;
  max-width: 350px;
  flex-direction: row;
  margin-left: 60px;
}
.postsidebar .sidead {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
.postsidebar #PressToday {
  margin-bottom: 0px;
}
.postsidebar #PressToday.singleposts .row {
  align-self: flex-end;
}
@media only screen and (max-width: 768px) {
  .postsidebar #PressToday.singleposts .row {
    align-self: center;
  }
}

@media only screen and (max-width: 768px) {
  .single-post .postsidebar {
    justify-content: center;
    max-width: 100%;
    flex-direction: row;
    margin-left: 0px;
  }
}

.single-post.post.type-post ,.single-post.webcast.type-webcast {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 800px;
  justify-content: space-between;
}

.single .grid.singlepostcontent {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 100%;
  justify-content: space-between;
  max-width: 1240px;
}
.single .grid.singlepostcontent .singlepostcontent {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: center;
  max-width: 1240px;
}

.post-entry p {
  width: 100%;
}

/*
.page{
    .container-fluid{
        .post-entry{
            max-width: 1140px;
            margin: auto;
        }
    }

}
*/
#SinglePost {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: space-between;
  max-width: 1240px;
}
#SinglePost .post-entry img {
  float: left;
  padding: 0px;
  margin: 0px;
}
#SinglePost p:not(.timestamp) {
  width: 100%;
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
#SinglePost h1 {
  width: 100%;
  margin-bottom: 0px;
}

@media only screen and (max-width: 1340px) {
  .wpcf7 form {
    padding: 15px;
  }
}
.foursubboxes {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 1240px;
  justify-content: space-between;
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .foursubboxes {
    justify-content: center;
  }
}
.foursubboxes .sub-box {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 345px;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 3px 4px 20px 6px rgba(55, 50, 50, 0.08);
  border-radius: 5px;
  margin: 20px;
  margin-bottom: 60px;
}
.foursubboxes .sub-box .sub-content {
  padding: 25px 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
}
.foursubboxes .sub-box .sub-content input[type=checkbox] { /* change "blue" browser chrome to yellow */ }
.foursubboxes .sub-box .sub-content label {
  display: flex;
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}
.foursubboxes .sub-box .sub-content label span {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  margin-right: 25px;
}
.foursubboxes .sub-box .sub-content label * {
  align-self: center;
}
.foursubboxes .sub-box .sub-content label input {
  margin-right: 5px;
  transform: scale(1.2);
}
.foursubboxes .sub-box .subimg {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.foursubboxes .sub-box .subimg img {
  margin: auto;
}

.subform {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: space-between;
}
.subform .half {
  flex: 0 0 100%;
  max-width: calc(50% - 10px);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .subform .half {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.subform .full {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.subform label {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 33px;
  overflow: hidden;
}
.subform label span.red {
  color: red;
}
.subform input, .subform textarea {
  background: #F0F1F3;
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #565454;
  margin-bottom: 15px;
  margin-top: 10px;
  border: 0px;
  padding: 24px 20px;
  cursor: initial;
}
.subform p {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: space-between;
}
.steps {
  border-top: 0.8px solid #C4C4C4;
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 39.99px;
  color: #1A1A1A;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}

.full.webcast {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 100%;
  max-width: 100%;
}
.full.webcast * {
  align-self: center;
}
.full.webcast .wpcf7-list-item-label {
  font-size: 0px;
}

.note-text.fit {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
}

input.button {
  border: 0px;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: nowrap;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.wpcf7-checkbox input[type=checkbox] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  color: white;
  border-radius: 4px;
}

.wpcf7-checkbox input[type=checkbox] + span {
  /* border: 3px solid red; */
}

.wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0;
  width: 24px;
  height: 24px;
  background: #FAFBFC;
  border: 1px solid rgba(156, 176, 197, 0.5);
  box-shadow: inset 0px 1px 2px 1px rgba(38, 39, 40, 0.2);
  border-radius: 4px;
  top: 0px;
  left: 0px;
  border-radius: 4px;
}

.wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "✓";
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  visibility: hidden;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 27px;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: #B72025;
  color: white;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
}

.wpcf7-list-item-label {
  margin-left: 40px;
  display: inline-block;
}

.webcast input[type=checkbox] { /* change "blue" browser chrome to yellow */
  margin-right: 40px;
}
.webcast .wpcf7-list-item {
  max-height: 40px;
}
.webcast .wpcf7-checkbox input[type=checkbox] {
  position: relative;
  visibility: hidden;
  width: 37px;
  height: 37px;
  top: 0;
  left: 0;
  color: white;
  border-radius: 4px;
  z-index: 10000000000000000;
  margin-bottom: -20px;
}
.webcast .wpcf7-checkbox input[type=checkbox] + span {
  /* border: 3px solid red; */
}
.webcast .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  z-index: 10000000000000000;
  content: "";
  border-radius: 0;
  width: 37px;
  height: 37px;
  background: #FAFBFC;
  border: 1px solid rgba(156, 176, 197, 0.5);
  box-shadow: inset 0px 1px 2px 1px rgba(38, 39, 40, 0.2);
  border-radius: 4px;
  top: 0px;
  left: 0px;
  border-radius: 4px;
}
.webcast .wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  z-index: 10000000000000000;
  content: "✓";
  width: 37px;
  height: 37px;
  top: 0;
  left: 0;
  visibility: hidden;
  color: white;
  font-size: 28px;
  text-align: center;
  line-height: 38px;
}
.webcast .wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: #B72025;
  color: white;
}
.webcast .wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
}
.webcast .wpcf7-list-item-label {
  margin-left: 40px;
  display: inline-block;
}

#categoryBanner {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
  position: relative;
  background: #B72025;
  padding: 0px;
}
#categoryBanner .catleftshape {
  max-width: 784px;
  height: auto;
  flex: 0 0 100%;
  position: absolute;
  left: -25px;
  top: 0px;
  z-index: 998;
}
#categoryBanner .catrightshape {
  max-width: 590px;
  height: auto;
  flex: 0 0 100%;
  position: absolute;
  right: -230px;
  bottom: 0px;
  z-index: 998;
}
#categoryBanner .row {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  max-width: 1240px;
  position: relative;
  z-index: 999;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  height: 100px;
}
@media only screen and (max-width: 1340px) {
  #categoryBanner .row {
    padding: 0px 15px;
  }
}
#categoryBanner .row h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  color: white;
  margin-bottom: 0px;
}
#categoryBanner .row .breadcrumb {
  color: white;
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  display:none;
}
#categoryBanner .row .breadcrumb strong {
  font-weight: 700;
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-size: 10px;
}
#categoryBanner .botrow {
  background: #980B0F;
  display: block;
  width: 100%;
  position: relative;
  z-index: 9999;
}
#categoryBanner .botrow .rowlist {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: auto;
  height: 77px;
  position: relative;
  z-index: 9999;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 1340px) {
  #categoryBanner .botrow .rowlist {
    padding: 0px 15px;
  }
}
#categoryBanner .botrow .rowlist .desktopfilter .dropdown-content {
  list-style: none;
  background-color: white;
  padding: 0px;
  max-height: 70vh;
  overflow: hidden;
  overflow-y: auto;
}
#categoryBanner .botrow .rowlist .desktopfilter .dropdown-content li {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #1A1A1A;
  border-bottom: 0.6px solid rgba(0, 0, 0, 0.18);
}
#categoryBanner .botrow .rowlist .desktopfilter .dropdown-content li a {
  font-family: "Open Sans", "CrimsonTextBold", "CrimsonTextSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #1A1A1A;
}
#categoryBanner .botrow .rowlist .desktopfilter .dropdown-content li:last-child {
  border-bottom: 0px;
}
#categoryBanner .botrow .rowlist .mobilefilter {
  display: none;
}
#categoryBanner .botrow p, #categoryBanner .botrow h1, #categoryBanner .botrow .breadcrumb {
  color: white;
  align-self: center;
}

.relatedposts {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: space-between;
}
.relatedposts h2 {
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  color: #B72025;
  margin-top: 60px;
  width: 100%;
  margin-bottom: 60px;
}
.relatedposts .postcontent {
  flex: 0 0 100%;
  max-width: calc(50% - 10px);
}
.relatedposts .postcontent .imglink {
  display: block;
  overflow: hidden;
  object-fit: cover;
  max-height: 230px;
  object-position: center;
}
.relatedposts .postcontent .imglink img {
  object-fit: cover;
  object-position: center;
  object-fit: cover;
  min-height: 230px;
}
.relatedposts .postcontent h3 a, .relatedposts .postcontent h3 {
  font-family: "CrimsonTextBold", "CrimsonTextSemiBold", "CrimsonTextRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}
.relatedposts .postcontent p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}
.relatedposts .postcontent .postimage {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  position: relative;
  overflow: hidden;
}
.relatedposts .postcontent .postimage img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 1340px) {
  .relatedposts {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1240px) {
  .relatedposts .postcontent {
    flex: 0 0 100%;
    max-width: calc(50% - 10px);
  }
}

nav.navigation.pagination {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: nowrap;
  max-width: 100%;
  justify-content: center;
}
nav.navigation.pagination .next, nav.navigation.pagination .prev {
  border: 0px;
}
nav.navigation.pagination a {
  border-radius: 300px;
  position: relative;
  border: 2px solid #B72025;
  color: #B72025;
  background-color: white;
  margin: 5px;
}
nav.navigation.pagination .page-numbers.current {
  border-radius: 300px;
  position: relative;
  border: 2px solid #B72025;
  background-color: #B72025;
  color: white;
  margin: 5px;
}
nav.navigation.pagination .page-numbers:not(.next, .prev) {
  padding: 5px 15px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}

.navigation, .nav-links {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: nowrap;
  max-width: 100%;
  justify-content: center;
}
.navigation *, .nav-links * {
  align-self: center;
}
.navigation .page-numbers, .nav-links .page-numbers {
  display: none !important;
}
.navigation .next.page-numbers, .navigation .prev.page-numbers, .nav-links .next.page-numbers, .nav-links .prev.page-numbers {
  display: inline-block !important;
}

.post-entry {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

#content-full {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.wp-block-envira-envira-gallery {
  max-width: 1240px;
  margin: auto;
  padding: 25px 0px;
}

#maincontainer #wrapper #content-full .page, #maincontainer #wrapper #content .page {
  max-width: 1240px;
  margin: auto;
}

#maincontainer #wrapper #content-full.container-fluid .page {
  max-width: 960px;
  margin: auto;
}
#maincontainer #wrapper #content-full.container-fluid .page .grid.col-620 {
  width: 100%;
  max-width: 100%;
}

#maincontainer #wrapper #content-full.container-fluid.subscribe .page {
  max-width: 960px;
  margin: auto;
}

.post-entry img {
  width: auto;
  max-width: 100%;
}

@media only screen and (max-width: 1340px) {
  .single-post .social-share.bottomshare {
    padding: 25px 0px;
  }
  #content.grid.col-620 {
    padding: 0px 15px;
  }
  #content-search.grid.col-620, #SinglePost {
    padding: 0px 15px;
  }
  .single-post.post.type-post ,.single-post.webcast.type-webcast, .single .grid.singlepostcontent {
    padding: 0px;
  }
  .singlepostcontent {
    display: block !important;
  }
  #wrapper {
    display: block;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
  #DestinationPosts, #LatestPosts, #AirlinesResortsHotelCrusises, #featured, #BSAPPosts, #AgentsPosts, #WebinarsPosts, #Editors {
    padding: 0px 15px;
  }
  #featured {
    padding-top: 40px;
  }
  .grid.col-620 {
    margin-left: 15px;
  }
  #maincontainer #wrapper #content-full.container-fluid .page {
    max-width: 960px;
    margin: auto;
    padding: 0px 15px;
  }
  #maincontainer #wrapper #content .page {
    padding: 0px 15px;
  }
  .grid.col-620, .grid.col-300.fit, .grid {
    width: 100%;
    max-width: 100%;
    padding: 0px 15px;
    margin-left: 0px;
  }
  .single .grid.singlepostcontent, #maincontainer, #SinglePost, .single-post.post.type-post ,.single-post.webcast.type-webcast {
    max-width: 100%;
  }
  .single-post .social-share.bottomshare div {
    align-self: center;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  #maincontainer {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    justify-content: flex-start;
  }
  #categoryBanner .row h1 {
    font-size: 48.54px;
  }
}
@media only screen and (max-width: 768px) {
  #categoryBanner .row h1 {
    font-size: 42px;
  }
  footer #footer-wrapper .travelpressinfo {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 25px;
    text-align: center;
    order: 1;
  }
  footer #footer-wrapper .travelpresssubscribe {
    flex: 0 0 100%;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
    order: 2;
    border-bottom: 0.8px solid #565454;
    padding-bottom: 25px;
  }
  footer #footer-wrapper .travelpresssubscribe p {
    text-align: center;
  }
  footer #footer-wrapper .footermenu {
    flex: 0 0 100%;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 0.8px solid #565454;
    order: 3;
  }
  footer #footer-wrapper .footermenu h6 {
    justify-content: center;
  }
  footer #footer-wrapper .footermenu.magazines {
    border: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  footer #footer-wrapper .footermenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  footer #footer-wrapper {
    padding-bottom: 20px;
  }
  footer .footerbottom .footercontainer small, footer .footerbottom .footercontainer a {
    width: 100%;
    text-align: center;
  }
  .code-block {
    text-align: center;
    margin-bottom: 40px !important;
  }
  #LatestPosts.postsdisplay .listofposts .postcontent.ad {
    order: 3 !important;
    border-left: 0px solid #C4C4C4;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    max-width: 100%;
    justify-content: center;
    text-align: center;
  }
  /*#PressToday .row .leftside {
      flex: 0 0 100%;
      max-width: 100%;
      align-self: center;
      padding: 20px;
      padding-left: 0px;
      padding-right: 0px;
      text-align: center;
      h4{
          font-size: 22px;
      }
  }

  #PressToday {
      max-width: 100%;
      padding: 15px;
      background: white;
      flex-direction: column;
  }*/
}
@media only screen and (max-width: 768px) {
  .relatedposts .postcontent {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=output.css.map */
