﻿.primary-btn,
.primary-cta,
.alert a,
.back .card-block a {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-shadow: none;
  border-radius: 0;
  white-space: nowrap;
}
.primary-btn:after,
.primary-cta:after,
.alert a:after,
.back .card-block a:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  content: "";
  margin: 1px;
}
.progress-container {
  position: sticky;
  top: 56px;
  z-index: 1;
  width: 100%;
  height: 8px;
  background: #fff;
}
.progress-bar {
  height: 8px;
  background: #00d89e;
  width: 0%;
}
body {
  background-color: #f2f2f3;
  padding-top: 50px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 22px;
  color: #333;
}
h4,
h5,
h6 {
  margin: 0;
  line-height: 26px;
}
h5 {
  font-size: 18px;
}
a {
  font-family: Euclid Circular A, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ff6374;
}
a:hover {
  color: #ff787b;
  text-decoration: none;
}
p {
  font-family: Euclid Circular A, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
p.lead {
  padding-top: 15px;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
p a {
  font-family: Euclid Circular A, Arial, sans-serif;
}
p.lead a {
  padding-top: 15px;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
b,
strong {
  font-weight: 700;
  font-size: 20px;
}
select {
  background-image: url("../images/dropdown-arrow-white.png");
  background-repeat: no-repeat;
  background-position: 95%;
  background-color: #ff6374;
  color: #fff;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  padding: 5px 10px;
  width: 95%;
  display: inline-block;
  margin-left: 5px;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  select {
    width: 50%;
  }
}
textarea {
  width: 80%;
}
::-webkit-input-placeholder {
  color: transparent;
}
:-moz-placeholder {
  color: transparent;
}
::-moz-placeholder {
  color: transparent;
}
:-ms-input-placeholder {
  color: transparent;
}
input::placeholder {
  color: transparent;
}
.white-container {
  background-color: #fff;
  padding: 30px;
}
.white-container li {
  color: #333;
  font-family: Arial, sans-serif;
  list-style-type: square;
}
.white-container li a {
  font-family: Euclid Circular A, Arial, sans-serif;
}
.meta span {
  margin-right: 5px;
}
.customPadding {
  padding: 40px 50px 40px 50px;
}
.screen-reader-text {
  display: none;
}
#main-header .navbar {
  box-shadow: 2px 2px 2px #dbdbdb;
}
#main-header #logo img {
  width: 100px;
  height: auto;
}
#main-header .fixed-top.scrolled #logo img {
  width: 70px;
}
.navbar-base {
  background-color: #f2f2f3;
}
#blogNavbar .custom-search input[type="submit"] {
  display: none;
}
#blogNavbar .custom-search input[type="text"] {
  padding-left: 5px;
}
#blogNavbar .custom-search ::-webkit-input-placeholder {
  color: #333;
}
#blogNavbar .custom-search :-moz-placeholder {
  color: #333;
}
#blogNavbar .custom-search ::-moz-placeholder {
  color: #333;
}
#blogNavbar .custom-search :-ms-input-placeholder {
  color: #333;
}
#blogNavbar .custom-search input::placeholder {
  color: #333;
}
#menu-top-navigation {
  padding-left: 15px;
}
#menu-top-navigation li {
  display: block;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  #menu-top-navigation li {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
#menu-top-navigation li a {
  color: #707070;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
#menu-top-navigation li a:hover {
  color: #8427e2;
  text-decoration: none;
}
.navbar-toggle {
  padding: 10px;
  border: none;
  background: transparent;
}
.navbar-toggle:hover {
  cursor: pointer;
}
.navbar-toggle .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #873e8d;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
@media (max-width: 991px) {
  .collapse.show {
    display: block;
    border-top: 5px solid #873e8d;
    overflow: auto;
    max-height: 85vh;
    align-items: flex-start;
    margin-top: 3px;
  }
  #menu-top-navigation {
    padding-left: 0;
  }
  #menu-top-navigation li {
    background-image: none;
    background-repeat: initial;
    background-position: inherit;
    padding-left: 0;
    padding-bottom: 0;
    overflow: visible;
    line-height: inherit;
  }
  #menu-top-navigation li:last-of-type a {
    border-bottom: none;
  }
  #menu-top-navigation li a {
    position: relative;
    display: block;
    color: #873e8d;
    line-height: inherit;
    padding: 20px 15px 15px 0;
    border-bottom: 1px solid #d3d3d3;
    font-weight: bold;
  }
  #menu-top-navigation li a:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    content: "";
    margin: 0 0 0 5px;
    border-right: 2px solid #873e8d;
    border-bottom: 2px solid #873e8d;
  }
  #menu-top-navigation li a:hover {
    color: #8427e2;
  }
  #menu-top-navigation li a:hover:after {
    border-right: 2px solid #8427e2;
    border-bottom: 2px solid #8427e2;
  }
}
.breadcrumb-section {
  background: #fff;
  padding-top: 25px;
}
.breadcrumb-section .breadcrumb {
  background-color: #fff;
  color: #333;
  margin-bottom: 0;
  padding: 6px 0;
  border-radius: 0;
  font-size: 14px;
}
.breadcrumb-section .breadcrumb a {
  font-size: 14px;
}
.error404 .breadcrumb-section {
  display: none !important;
}
.video-content-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-content-container h1 {
  font-size: 14rem;
  line-height: 14rem;
  font-family: Euclid Circular A, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.video-content-container p {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.video-content-container .custom-search,
.video-content-container div {
  float: none;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}
.overlay {
  top: -100px;
  margin-bottom: -100px;
  position: relative;
  background-color: #f2f2f2;
  padding-top: 20px;
  border-top: 5px solid #ff6374;
}
div#hero-heading-wrapper {
  height: 425px;
}
#headline-container {
  background: #8427e2;
  max-width: 280%;
  margin-left: -206%;
  display: block;
  border-radius: 17px;
  margin-bottom: 10px;
}
#sub-headline-container {
  color: #333;
  background: #fff;
  padding: 16px;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 22px;
  text-transform: none;
  display: table;
}
div#hero-wrapper #sub-headline-container {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  #headline-container {
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  #headline-container {
    margin-left: 0;
  }
}
@media screen and (max-width: 577px) {
  #headline-container {
    display: inline-block;
  }
  #sub-headline-container {
    margin: 0 214px 0 0;
    margin-top: -8px;
  }
}
#hero-wrapper {
  background-position: right top;
  background-size: cover;
}
@media (min-width: 1200px) {
  #headline-container h1 {
    margin-top: 0;
    margin-left: 2140px;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-family: Euclid Circular A, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 10px;
  }
  #headline-container {
    background: #8427e2;
    max-width: 280%;
    margin-left: -206%;
    display: block;
    width: auto;
    border-radius: 17px;
    margin-bottom: 10px;
  }
  #sub-headline-container {
    color: #333;
    background: #fff;
    padding: 16px;
    font-family: Euclid Circular A, Arial, sans-serif;
    font-size: 22px;
    text-transform: none;
    display: table;
  }
}
@media (max-width: 1199px) {
  #headline-container h1 {
    margin-top: 0;
    margin-left: 0px;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-family: Euclid Circular A, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 10px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
  }
  #headline-container {
    background: #8427e2;
    width: 100%;
    margin-left: 0px;
    border-radius: 17px;
    margin-bottom: 10px;
  }
  #sub-headline-container {
    color: #333;
    background: #fff;
    padding: 10px;
    font-family: Euclid Circular A, Arial, sans-serif;
    font-size: 16px;
    text-transform: none;
    margin: 0px 0px 0px 0px;
    line-height: 22px;
  }
}
@media screen and (min-width: 577px) {
  #headline-container {
    display: inline-block;
  }
}
.primary-btn {
  background-color: #ff6374;
  padding: 5px 10px;
  margin: 0;
  color: #fff;
  text-align: left;
}
.primary-btn:hover {
  background-color: #ff787b;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.primary-btn:after {
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.primary-cta {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 10px 0 0 0;
  color: #ff6374;
  text-align: left;
}
.primary-cta:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #ff787b;
  text-decoration: none;
  cursor: pointer;
}
.primary-cta:after {
  border-right: 4px solid #ff6374;
  border-bottom: 4px solid #ff6374;
}
.primary-cta:hover:after {
  border-right: 4px solid #ff787b;
  border-bottom: 4px solid #ff787b;
}
.alert {
  background-color: #00d89e;
  color: #fff;
  padding: 20px;
  margin: 0;
  border: none;
  border-radius: 0;
}
.alert .row {
  position: relative;
}
.alert h6 {
  color: #fff;
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 10px;
  text-align: center;
  width: 80%;
}
.alert p {
  color: #fff;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin: 10px 0;
}
.alert a {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 10px 0 0 0;
  color: #fff;
  text-align: center;
}
.alert a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #f2f2f3;
  text-decoration: none;
  cursor: pointer;
}
.alert a:after {
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.alert a:hover:after {
  border-right: 4px solid #f2f2f3;
  border-bottom: 4px solid #f2f2f3;
}
.alert .close {
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 35px;
  font-size: 35px;
  line-height: 0;
  background: #fff;
  color: #000;
  opacity: 1;
}
.alert .close span {
  display: block;
  height: 8px;
}
.row.display-flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tiles-container {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
}
.grid-block {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.tile-1x2 {
  grid-column: span 2;
}
.grid-item:first-of-type,
.tile-2x2 {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 767px) {
  .tile-1x1,
  .tile-1x2,
  .tile- {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex .col-md-4,
.row.display-flex .col-md-6 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.posts-grid {
  margin-bottom: 30px;
  align-items: unset;
}
.posts-grid .thumbnail {
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  line-height: 1.42857143;
  background-color: #fff;
}
.posts-grid .thumbnail img {
  width: 100%;
  max-height: 200px;
}
.posts-grid .thumbnail h5 {
  margin: 0;
  font-weight: 400;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 22px;
  color: #333;
  text-align: left;
  padding: 10px;
  line-height: 34px;
  padding: 0 10px 50px 10px;
}
.posts-grid .thumbnail p {
  padding: 10px;
  margin-bottom: 0;
  font-family: Euclid Circular A, Arial, sans-serif;
  color: #333;
  font-size: 16px;
}
.posts-grid .thumbnail p a:first-of-type {
  color: #333;
}
.posts-grid .thumbnail p a:first-of-type:hover {
  color: #707070;
}
.posts-grid .thumbnail .primary-cta:last-of-type {
  padding: 0px 0px 10px 10px;
  position: absolute;
  bottom: 5px;
}
.card {
  margin: 10px;
}
.card-container {
  display: grid;
  perspective: 700px;
}
.grid-card {
  display: grid;
  grid-template: 1fr / 1fr;
  grid-template-areas: "frontAndBack";
}
.card-flip {
  display: grid;
  grid-template: 1fr / 1fr;
  grid-template-areas: "frontAndBack";
  transform-style: preserve-3d;
  transition: all 0s ease;
}
.card-flip:hover {
  transition: 0.5s ease;
}
.grid-card div {
  backface-visibility: hidden;
  border-radius: 0;
  border: none;
}
.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 0;
  border: none;
}
.card-block {
  padding: 10px 10px 0px 10px;
  flex-grow: 1;
}
.card-header {
  padding: 15px 5px;
  border-bottom: none;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.card-header:first-child {
  border-radius: 0;
}
.front {
  grid-area: frontAndBack;
}
.front .card-header {
  background-color: #fff;
  min-height: 70px;
}
.front .primary-cta:last-of-type {
  padding: 0 10px 10px 10px;
  border-bottom: 5px solid #ff6374;
}
.back {
  grid-area: frontAndBack;
  transform: rotateY(-180deg);
  background-color: #ffaa35;
  color: #fff;
}
.back p,
.back h5 {
  color: #fff;
}
.back .card-header {
  background-color: #ffaa35;
  border-bottom: 1px solid #fff;
}
.back .card-header a {
  color: #fff;
}
.back .card-header a:hover {
  color: #f2f2f3;
}
.back .card-block a {
  position: absolute;
  bottom: 15px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 10px 0 0 0;
  color: #fff;
  text-align: left;
}
.back .card-block a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #f2f2f3;
  text-decoration: none;
  cursor: pointer;
}
.back .card-block a:after {
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.back .card-block a:hover:after {
  border-right: 4px solid #f2f2f3;
  border-bottom: 4px solid #f2f2f3;
}
.card-container:hover .card-flip {
  transform: rotateY(180deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-container:hover .card-flip {
    transform: none;
  }
  .back {
    display: none;
  }
  .card img {
    width: 100%;
    flex: 0 0 auto;
  }
}
#pagination-container {
  margin: 15px 0;
}
.pagination > li {
  background: none;
  padding-left: 0;
  display: inherit;
}
.pagination > li.active > a {
  color: #fff;
  background: #ff6374;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ff6374;
  border-bottom: 1px solid #ff6374;
}
.pagination > li a {
  background: #fff;
  padding: 8px;
  font-family: Euclid Circular A, Arial, Helvetica, "Microsoft Yahei",
    "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  min-width: 30px;
  text-align: center;
  height: 31px;
  line-height: 15px;
}
.pagination > li a:hover {
  background: #ff787b;
  color: #fff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
.pagination > li a span.next {
  background-position: -8px 0;
}
.pagination > li a span.next,
.pagination > li a span.prev {
  width: 8px;
}
.pagination > li a span.first,
.pagination > li a span.last {
  width: 13px;
}
.pagination > li a span.next,
.pagination > li a span.prev,
.pagination > li a span.first,
.pagination > li a span.last {
  background-image: url("../images/navigation-arrows.png");
  height: 11px;
  background-repeat: no-repeat;
  display: inline-block;
}
.pagination > li a span.first {
  background-position: -16px 0;
}
.pagination > li a span.last {
  background-position: -29px 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-right: 1px solid #ccc;
}
footer {
  background: #333;
  color: #fff;
}
footer a {
  background: #4b4b4b;
  color: #fff;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 2px;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 12px;
}
footer a:hover {
  color: #fff;
  background: #707070;
}
@media (min-width: 767px) {
  footer .social-follow {
    text-align: right;
  }
}
footer .social-follow a {
  background-color: transparent;
  padding: 0;
}
footer ul {
  margin: 15px 0;
  padding: 0;
}
footer ul li {
  list-style-type: none;
  margin: 15px 0;
}
@media (min-width: 767px) {
  footer ul li {
    display: inline;
  }
}
@media (max-width: 767px) {
  #menu-footer-follow-links li {
    float: left;
    padding-right: 10px;
  }
}
#menu-footer-follow-links li a div {
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.social-followsocial-linkedin {
  background-image: url("../images/social/linkedinicon.png");
}
.social-followsocial-twitter {
  background-image: url("../images/social/twittericon.svg");
}
.social-followsocial-facebook {
  background-image: url("../images/social/facebookicon.png");
}
.social-followsocial-instagram {
  background-image: url("../images/social/instagramicon.svg");
}
.social-follow-links div {
  display: inline-block;
}
.authors-list > div {
  margin-bottom: 1rem;
}
.authors-list .list-item {
  background-color: #fff;
}
.authors-list .list-item .col-sm-8 {
  margin-left: -15px;
}
@media (max-width: 767px) {
  .authors-list .list-item .col-sm-8 {
    margin-left: 15px;
  }
}
.authors-list .list-item h3 {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.authors-list .list-item .jobtitle {
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0.3rem;
  font-size: 14px;
  flex-grow: 1;
}
.authors-list .list-item .author-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
}
.authors-list .list-item .author-description {
  font-size: 14px;
  line-height: 1.4;
  padding-right: 10px;
  min-height: 60px;
}
.authors-list .list-item .author-social {
  margin-bottom: 0;
  padding-right: 10px;
}
.authors-list .list-item .author-social a {
  margin-left: 5px;
  color: #707070;
}
.authors-list .list-item .author-social a:hover {
  color: #333;
}
.authors-list .list-item .primary-cta {
  font-size: 18px;
  margin: 0;
  padding-bottom: 10px;
}
.social-share-links a {
  font-size: 26px;
  color: #707070;
}
.social-share-links a:hover {
  color: #333;
}
#author-heading:after,
#category-description:after {
  content: "";
  display: block;
  border-bottom: 2px solid #873e8d;
  width: 100%;
}
#author-heading:after {
  margin: 0 15px;
}
.author-posts,
.category-posts {
  margin: 20px 0;
  font-size: 14px;
}
.author-posts:not(:last-child):after,
.category-posts:not(:last-child):after {
  content: "";
  display: block;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
}
.author-posts .title,
.category-posts .title {
  color: #873e8d;
  font-size: 26px;
  margin: 15px 0;
}
.author-posts .title:hover,
.category-posts .title:hover {
  color: #8427e2;
  cursor: pointer;
}
.author-posts section,
.category-posts section {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .author-posts p,
  .category-posts p {
    margin-top: 1rem;
  }
}
.search-results .author-posts:first-of-type {
  margin-top: 0;
}
#filters {
  background-color: #f2f2f3;
  padding-top: 20px;
  border-top: 5px solid #ff6374;
}
.homepage-sidebar {
  margin-left: 5px;
}
.homepage-sidebar .widgettitle,
.homepage-sidebar label {
  display: none;
}
@media (max-width: 576px) {
  .homepage-sidebar {
    width: 95%;
    margin: 0 10px;
  }
  .homepage-sidebar select {
    width: 100%;
    margin: 0;
  }
}
.homepage-featured {
  background-color: #f2f2f3;
}
@media (min-width: 767px) {
  #modalSubscribe .modal-dialog {
    width: 850px;
  }
}
.stc-categories-checkboxes {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
#archives-dropdown-2 {
  margin-left: 0;
  margin-top: 15px;
}
option {
  background: #fff;
  color: #333;
}
.scrollbar {
  background-color: #f5f5f5;
  float: left;
  height: 300px;
  margin-bottom: 25px;
  margin-left: 22px;
  margin-top: 40px;
  width: 65px;
  overflow-y: scroll;
}
.force-overflow {
  min-height: 450px;
}
.border-top-primary {
  border-top: 5px solid #ff6374;
}
#main-search-wrap {
  position: relative;
}
#main-search-wrap .form-group {
  margin-bottom: 0;
}
#main-search-wrap .fa-search {
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 22px;
  color: #333;
}
.custom-search {
  margin-right: 10px;
}
@media (min-width: 767px) {
  .custom-search {
    float: right;
  }
}
@media (max-width: 576px) {
  .custom-search {
    margin: 15px 0 10px 10px;
    width: 95%;
    text-align: center;
    position: relative;
  }
  .custom-search input[type="text"] {
    width: 100%;
  }
  .custom-search input[type="submit"] {
    display: none;
  }
  .custom-search .mobile-search {
    position: absolute;
    top: 0px;
    right: 5px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .custom-search .fa-search {
    font-size: 16px;
    color: #333;
  }
}
.custom-search label {
  display: none;
}
.custom-search input[type="text"] {
  border-radius: 3px;
  border: 1px solid #707070;
}
.custom-search input[type="submit"] {
  border-radius: 3px;
  border: 0;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  background: #c6c6c6;
  padding: 3px 5px;
  cursor: pointer;
}
.custom-search input[type="submit"]:hover {
  background: #ff787b;
}
.cat_show_image {
  padding: 0;
}
.cat_show_image li {
  display: inline-block;
  background-image: none;
  background-color: #f2f2f3;
  color: #707070;
  list-style-type: none;
  margin: 5px;
  padding: 5px;
  border-radius: 17px;
}
.cat_show_image li:hover {
  background-color: #707070;
  color: #f2f2f3;
}
.cat_show_image li:hover a {
  color: #f2f2f3;
}
.cat_show_image li a {
  color: #707070;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}
#recent-posts {
  background-color: #979797;
  padding: 40px 0;
}
#recent-posts h6 {
  font-family: Euclid Circular A, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 40px;
}
#sidebar-main .widget:not(:last-child) {
  border-bottom: 1px solid #707070;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#sidebar-main .author img {
  max-width: 100%;
  height: auto;
  width: 100px;
  float: left;
  margin-right: 15px;
}
#sidebar-main .author .bio {
  padding-top: 10px;
}
#sidebar-main .author-social-list a {
  color: #707070;
  font-size: 24px;
  margin-right: 10px;
}
#sidebar-main .author-social-list a:hover {
  color: #333;
}
#sidebar-main ul {
  padding: 0;
}
#sidebar-main ul li {
  display: inline-block;
  background-image: none;
  background-color: #fff;
  color: #707070;
  list-style-type: none;
  margin: 5px 5px 5px 0;
  padding: 5px;
  border-radius: 17px;
}
#sidebar-main ul li:hover {
  background-color: #707070;
  color: #fff;
}
#sidebar-main ul li:hover a {
  color: #fff;
}
#sidebar-main ul li a {
  font-family: Euclid Circular A, Arial, sans-serif;
  color: #707070;
  font-size: 14px;
  line-height: 14px;
}
#sidebar-main .widget_categories {
  margin-top: 15px;
}
#sidebar-main .widgettitle {
  font-family: Euclid Circular A, Arial, sans-serif;
  font-color: #333;
  font-size: 28px;
}
.comment-respond {
  background: #fff;
  border-top: dashed 1px #333;
  padding: 20px;
  margin-bottom: 30px;
}
.comment-respond h3 {
  display: inline-block;
  background: #ffaa35;
  color: #fff;
  font-family: Euclid Circular A, Arial, sans-serif;
  text-transform: uppercase;
  padding: 10px;
}
.comment-respond label {
  display: block;
}
.comment-respond .form-submit input {
  background-image: url(https://info.ifsworld.com/rs/782-QCG-656/images/rightarrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 8px 32px 7px 10px;
}
#comment-reply-container {
  background: #fff;
  border-top: dashed 1px #333;
  padding: 20px;
  margin-bottom: 30px;
}
#comment-reply-container #comments {
  margin-top: 15px;
  display: inline-block;
  background: #ffaa35;
  color: #fff;
  font-family: Euclid Circular A, Arial, sans-serif;
  text-transform: uppercase;
  padding: 10px;
}
#comment-reply-container #comment-nav {
  display: none;
}
#comment-reply-container .commentlist {
  padding-left: 15px;
}
