@font-face {
  font-family: "Agency";
  src: url("../fonts/Agencyr/AGENCYR.TTF");
}
header {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
}

header .top-icons {
  display: none;
}

header .left-logo .hamburger {
  display: none;
}

header .left-logo #logo-text {
  font-family: "Agency";
  font-size: 18px;
  float: right;
  margin-left: 10px;
  margin-top: 18px;
}

header .new_menu ul {
  margin-top: 30px;
  padding-left: 0;
}

header .new_menu ul li {
  display: inline-block;
  list-style-type: none;
  font-size: 24px;
  margin-left: 20px;
  margin-right: 20px;
}

header .new_menu ul li .searchbar {
  position: relative;
  top: 3px;
}

header .new_menu ul li .searchbar .expand-form {
  position: relative;
  top: -2px;
}

header .new_menu ul li .searchbar input,
header .new_menu ul li .searchbar button {
  display: none;
  position: absolute;
  right: 0;
}

header .new_menu ul li .searchbar input.active,
header .new_menu ul li .searchbar button.active {
  display: block;
}

header .new_menu ul li .searchbar button.active {
  background: transparent;
  box-shadow: none;
  border: none;
  padding-right: 0;
  top: 2px;
}

header .new_menu ul li .searchbar input.active {
  margin-top: -9px;
  width: 800px;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 20px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #585757;
  margin-right: -7px;
  transition: all 1s;
  outline: none;
  -webkit-appearance: none;
}

header .new_menu ul li .searchbar input.active::-webkit-input-placeholder {
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
}

header .new_menu ul li a {
  color: #000;
  text-decoration: none;
}

header .new_menu ul li a:hover {
  color: #f00;
}

@media (max-width: 1700px) {
  header .left-logo img, .main .left-logo img {
    max-width: 300px;
    margin-top: 10px;
  }
  header .new_menu ul li, .main .new_menu ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1470px) {
  header .left-logo #logo-text {
    font-size: 16px;
  }
  header .left-logo img {
    max-width: 245px;
    margin-top: 10px;
  }
  header .new_menu ul {
    padding-left: 0;
  }
  header .new_menu ul li {
    font-size: 18px;
  }
  header .new_menu ul li .searchbar input.active {
    width: 500px;
    line-height: 35px;
    height: 35px;
  }
  header .right-logo img {
    max-width: 170px;
    margin-top: 10px;
  }
}
@media (max-width: 1280px) {
  header .new_menu ul li .searchbar {
    top: 7px;
  }
}
@media (max-width: 1170px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .new_menu ul li .searchbar .expand-form {
    position: absolute;
    right: 0px;
    top: 5px;
  }
  header .new_menu ul li .searchbar input.active {
    width: 205px;
    left: -5px;
    top: 5px;
    transition: none;
  }
  header .top-icons {
    display: block;
    align-self: center;
    margin-left: 17%;
    margin-top: 5px;
  }
  header .top-icons a {
    margin-left: 15px;
    margin-right: 15px;
    opacity: 0.7;
  }
  header .top-icons a:hover {
    opacity: 0.5;
  }
  header .top-icons a.selected,
  header .top-icons a.selected:hover {
    opacity: 1;
  }
  header .right-logo img {
    max-width: 143px;
    margin-top: 10px;
  }
  header .left-logo .hamburger {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 36px;
    /* text-indent: 9999px; */
    width: 32px;
    height: 45px;
  }
  header .left-logo .hamburger span {
    height: 4px;
    background: #1A1818;
    position: absolute;
    top: 18px;
    left: 7px;
    right: 7px;
  }
  header .left-logo .hamburger:before, header .left-logo .hamburger:after {
    background: #1A1818;
    height: 4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: "";
    top: 10px;
    position: absolute;
    left: 7px;
    right: 7px;
    margin-top: -2px;
  }
  header .left-logo .hamburger:before {
    top: 13px;
  }
  header .left-logo .hamburger:after {
    bottom: 16px;
    top: auto;
  }
  header .left-logo .hamburger:after span {
    background: #1A1818;
    top: 20px;
    height: 4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  header .left-logo .hamburger.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    left: 6px;
  }
  header .left-logo .hamburger.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
  }
  header .left-logo .hamburger.active span {
    opacity: 0;
  }
  header .left-logo img {
    margin-left: 40px;
    max-width: 202px;
    margin-top: 15px;
  }
  header #logo-text {
    display: none;
  }
  header .new_menu {
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
    position: absolute;
    top: -300px;
    left: 30px;
  }
  header .new_menu ul {
    position: absolute;
    left: 0;
    background: #fff;
    padding: 10px;
    z-index: 99999;
  }
  header .new_menu ul li {
    display: block;
    padding-left: 15px;
  }
  header .new_menu.active {
    z-index: 99999;
    top: 55px;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  header .new_menu.active ul {
    display: block;
    padding: 10px;
    z-index: 99999;
    width: 250px;
    padding-bottom: 50px;
  }
  header .new_menu.active ul li {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  header {
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  header .left-logo {
    order: 1;
    flex: 1 1 49%;
  }
  header .left-logo .hamburger {
    left: 10px;
    top: 27px;
    width: 32px;
  }
  header .left-logo .hamburger span {
    top: 18px;
  }
  header .left-logo .hamburger:before {
    top: 13px;
  }
  header .left-logo .hamburger:after {
    bottom: 16px;
  }
  header .left-logo img {
    max-width: 185px;
    margin-top: 8px;
    margin-left: 40px;
  }
  header .top-icons {
    flex: 1 1 100%;
    order: 3;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  header .right-logo {
    order: 2;
    flex: 1 1 35%;
    text-align: right;
  }
  header .right-logo img {
    max-width: 95px;
  }
}
@media (max-width: 380px) {
  header .left-logo .hamburger {
    top: 29px;
  }
  header .left-logo img {
    max-width: 135px;
    margin-top: 15px;
  }
  header .right-logo img {
    max-width: 85px;
    margin-top: 15px;
  }
}
header {
  max-width: 1850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
}

header .top-icons {
  display: none;
}

header .left-logo .hamburger {
  display: none;
}

header .left-logo #logo-text {
  font-family: "Agency";
  font-size: 18px;
  float: right;
  margin-left: 10px;
  margin-top: 18px;
  line-height: 1.2;
}

header .new_menu ul {
  margin-top: 30px;
  padding-left: 0;
}

header .new_menu ul li {
  display: inline-block;
  list-style-type: none;
  font-size: 24px;
  margin-left: 20px;
  margin-right: 20px;
}

header .new_menu ul li .searchbar {
  position: relative;
  top: 3px;
}

header .new_menu ul li .searchbar .expand-form {
  position: relative;
  top: -2px;
}

header .new_menu ul li .searchbar input,
header .new_menu ul li .searchbar button {
  display: none;
  position: absolute;
  right: 0;
}

header .new_menu ul li .searchbar input.active,
header .new_menu ul li .searchbar button.active {
  display: block;
}

header .new_menu ul li .searchbar button.active {
  background: transparent;
  box-shadow: none;
  border: none;
  padding-right: 0;
  top: 2px;
}

header .new_menu ul li .searchbar input.active {
  margin-top: -9px;
  width: 800px;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 20px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #585757;
  margin-right: -7px;
  transition: all 1s;
  outline: none;
  -webkit-appearance: none;
}

header .new_menu ul li .searchbar input.active::-webkit-input-placeholder {
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
}

header .new_menu ul li a {
  color: #000;
  text-decoration: none;
}

header .new_menu ul li a:hover {
  color: #f00;
}

@media (max-width: 1700px) {
  header .left-logo img, .main .left-logo img {
    max-width: 300px;
    margin-top: 10px;
  }
  header .new_menu ul li, .main .new_menu ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1470px) {
  header .left-logo #logo-text {
    font-size: 16px;
  }
  header .left-logo img {
    max-width: 245px;
    margin-top: 10px;
  }
  header .new_menu ul {
    padding-left: 0;
  }
  header .new_menu ul li {
    font-size: 18px;
  }
  header .new_menu ul li .searchbar input.active {
    width: 500px;
    line-height: 35px;
    height: 35px;
  }
  header .right-logo img {
    max-width: 170px;
    margin-top: 10px;
  }
}
@media (max-width: 1280px) {
  header {
    max-width: 93%;
  }
  header .new_menu ul li .searchbar {
    top: 7px;
  }
}
@media (max-width: 1170px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .new_menu ul li .searchbar .expand-form {
    position: absolute;
    right: 0px;
    top: 5px;
  }
  header .new_menu ul li .searchbar input.active {
    width: 205px;
    left: -5px;
    top: 5px;
    transition: none;
  }
  header .top-icons {
    display: block;
    align-self: center;
    margin-left: 17%;
    margin-top: 5px;
  }
  header .top-icons a {
    margin-left: 15px;
    margin-right: 15px;
    opacity: 0.7;
  }
  header .top-icons a:hover {
    opacity: 0.5;
  }
  header .top-icons a.selected,
  header .top-icons a.selected:hover {
    opacity: 1;
  }
  header .right-logo img {
    max-width: 143px;
    margin-top: 10px;
  }
  header .left-logo .hamburger {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 36px;
    /* text-indent: 9999px; */
    width: 32px;
    height: 45px;
  }
  header .left-logo .hamburger span {
    height: 4px;
    background: #1A1818;
    position: absolute;
    top: 18px;
    left: 7px;
    right: 7px;
  }
  header .left-logo .hamburger:before, header .left-logo .hamburger:after {
    background: #1A1818;
    height: 4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: "";
    top: 10px;
    position: absolute;
    left: 7px;
    right: 7px;
    margin-top: -2px;
  }
  header .left-logo .hamburger:before {
    top: 13px;
  }
  header .left-logo .hamburger:after {
    bottom: 16px;
    top: auto;
  }
  header .left-logo .hamburger:after span {
    background: #1A1818;
    top: 20px;
    height: 4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  header .left-logo .hamburger.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    left: 6px;
  }
  header .left-logo .hamburger.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
  }
  header .left-logo .hamburger.active span {
    opacity: 0;
  }
  header .left-logo img {
    margin-left: 40px;
    max-width: 202px;
    margin-top: 15px;
  }
  header #logo-text {
    display: none;
  }
  header .new_menu {
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
    position: absolute;
    top: -300px;
    left: 30px;
  }
  header .new_menu ul {
    position: absolute;
    left: 0;
    background: #fff;
    padding: 10px;
    z-index: 99999;
  }
  header .new_menu ul li {
    display: block;
    padding-left: 15px;
  }
  header .new_menu.active {
    z-index: 99999;
    top: 55px;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  header .new_menu.active ul {
    display: block;
    padding: 10px;
    z-index: 99999;
    width: 250px;
    padding-bottom: 50px;
  }
  header .new_menu.active ul li {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  header {
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 20px 0 0 0;
    line-height: normal;
    box-sizing: content-box;
  }
  header .left-logo {
    order: 1;
    flex: 1 1 49%;
  }
  header .left-logo .hamburger {
    left: 10px;
    top: 27px;
    width: 32px;
  }
  header .left-logo .hamburger span {
    top: 18px;
  }
  header .left-logo .hamburger:before {
    top: 13px;
  }
  header .left-logo .hamburger:after {
    bottom: 16px;
  }
  header .left-logo img {
    max-width: 185px;
    margin-top: 8px;
    margin-left: 40px;
  }
  header .top-icons {
    flex: 1 1 100%;
    order: 3;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  header .right-logo {
    order: 2;
    flex: 1 1 35%;
    text-align: right;
  }
  header .right-logo img {
    max-width: 95px;
  }
}
@media (max-width: 380px) {
  header .left-logo .hamburger {
    top: 29px;
  }
  header .left-logo img {
    max-width: 135px;
    margin-top: 15px;
  }
  header .right-logo img {
    max-width: 85px;
    margin-top: 15px;
  }
  .main .partners img {
    width: 100%;
  }
}
footer {
  font-family: "Unica One", Arial, sans-serif;
  background: #1A1818;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}

footer h3,
footer h4 {
  font-family: "Unica One", Arial, sans-serif;
  margin-top: 1em;
}

footer .bottom-menu ul {
  margin: 0;
  padding: 20px;
  text-align: center;
  color: #8D8C8C;
}

footer .bottom-menu ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

footer .bottom-menu ul li a {
  font-size: 14px;
  color: #8D8C8C;
  text-decoration: none;
}

footer .bottom-menu ul li a:hover {
  text-decoration: underline;
}

footer .footer-wrap {
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

footer .footer-wrap .right-widgets {
  flex: 1 1 45%;
  position: relative;
}

footer .footer-wrap .right-widgets div h3 {
  font-size: 28px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

footer .footer-wrap .right-widgets div h4 {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

footer .footer-wrap .right-widgets div a.member {
  position: absolute;
  right: 0;
  top: 30px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #fff;
  padding: 15px 25px;
  border-radius: 5px;
}

footer .footer-wrap .right-widgets div a.member:hover {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}

footer .footer-wrap .right-widgets .social-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .footer-wrap .right-widgets .social-widget .agreement {
  width: 100%;
  text-align: right;
  color: #fff;
  font-family: "Unica One", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin: 1em;
}

footer .footer-wrap .right-widgets .social-widget .agreement a {
  color: #fff;
}

footer .footer-wrap .right-widgets .social-widget .follow .social {
  margin-right: 30px;
  margin-top: 10px;
}

footer .footer-wrap .right-widgets .social-widget .follow .social:hover {
  -webkit-filter: saturate(5);
  filter: saturate(5);
}

footer .footer-wrap .right-widgets .social-widget .subscribe .hidden-sighup {
  display: none;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}

footer .footer-wrap .right-widgets .social-widget .subscribe .hidden-sighup.active {
  display: block;
}

footer .footer-wrap .right-widgets .social-widget .subscribe form {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

footer .footer-wrap .right-widgets .social-widget .subscribe .gform_body.gform-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-wrap .right-widgets .social-widget .subscribe form #gform_fields_1,
footer .footer-wrap .right-widgets .social-widget .subscribe form #gform_fields_2 {
  padding: 0;
  margin: 0;
}

footer .footer-wrap .right-widgets .social-widget .subscribe form #field_1_1 .gfield_label,
footer .footer-wrap .right-widgets .social-widget .subscribe form #field_2_1 .gfield_label {
  display: none;
  visibility: hidden;
  height: 0;
}

footer .footer-wrap .right-widgets .social-widget .subscribe form input[type=email],
footer .footer-wrap .right-widgets .social-widget .subscribe form #input_1_1,
footer .footer-wrap .right-widgets .social-widget .subscribe form #input_2_1 {
  font-size: 16px;
  font-style: italic;
  color: #B8B1AE;
  background: #fff;
  padding: 0 6px 0 12px;
  margin: 0;
  height: 34px;
  box-sizing: border-box;
  min-width: 155px;
  border: 1px solid #fff;
  font-family: "Inter", serif;
  border-radius: 3px 0 0 3px;
}

footer .footer-wrap .right-widgets .social-widget .subscribe input[type=submit],
footer .footer-wrap .right-widgets .social-widget .subscribe form button {
  color: #fff;
  background: #000;
  font-size: 18px;
  padding: 0 20px;
  line-height: 32px;
  margin: 0 0 0 -6px;
  font-family: "Unica One", Arial, sans-serif;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 0 3px 3px 0;
}

footer .footer-wrap .right-widgets .social-widget .subscribe form button:hover {
  cursor: pointer;
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

.gform_validation_error_link,
.gform_submission_error,
.gform_validation_errors {
  display: none;
  visibility: hidden;
  height: 0;
}

.gfield_validation_message {
  font-size: 0.875rem;
  color: #ac2734;
}

#gform_confirmation_wrapper_2 {
  display: flex;
  color: #fff;
  align-items: flex-start;
  justify-content: center;
  width: 320px;
}

footer .footer-wrap .single-widget {
  flex: 1 1 18%;
}

footer .footer-wrap .single-widget h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
}

footer .footer-wrap .single-widget ul {
  margin: 0;
  padding: 0;
}

footer .footer-wrap .single-widget ul li {
  list-style-type: none;
  margin-bottom: 10px;
  line-height: normal;
}

footer .footer-wrap .single-widget ul li a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

footer .footer-wrap .single-widget ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 1470px) {
  footer .footer-wrap .right-widgets div h4 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  footer .footer-wrap {
    max-width: 1010px;
  }
  footer .footer-wrap .single-widget {
    flex: 1 1 15%;
  }
  footer .footer-wrap .single-widget h3 {
    font-size: 20px;
  }
  footer .footer-wrap .single-widget ul li a {
    font-size: 16px;
  }
  footer .footer-wrap .right-widgets {
    flex: 1 1 55%;
  }
  footer .footer-wrap .right-widgets .social-widget .subscribe input[type=email] {
    max-width: 175px;
  }
  footer .footer-wrap .right-widgets div h3 {
    font-size: 20px;
  }
  footer .footer-wrap .right-widgets div h4 {
    font-size: 16px;
  }
  footer .footer-wrap .right-widgets div a.member {
    top: 15px;
  }
}
@media (max-width: 1170px) {
  footer .footer-wrap {
    flex-direction: row;
  }
  footer .footer-wrap .single-widget {
    flex: 1 1 30%;
    text-align: center;
    order: 2;
  }
  footer .footer-wrap .right-widgets {
    flex: 1 1 100%;
    text-align: center;
    order: 1;
  }
  footer .footer-wrap .right-widgets .social-widget {
    display: block;
  }
  footer .footer-wrap .right-widgets .social-widget .agreement {
    text-align: center;
  }
  footer .footer-wrap .right-widgets .social-widget .follow .social {
    margin-right: 15px;
    margin-left: 15px;
  }
  footer .footer-wrap .right-widgets .social-widget .subscribe form {
    margin-top: 0;
  }
  footer .footer-wrap .right-widgets .social-widget .subscribe form input {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .footer-wrap .right-widgets div a.member {
    position: inherit;
    display: inline-block;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  footer .footer-wrap .single-widget {
    flex: 1 1 100%;
  }
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.ncrmnt {
  font-family: "Inter", sans-serif;
}

.ncrmnt h1, .ncrmnt h2, .ncrmnt h3, .ncrmnt h4, .ncrmnt h5, .ncrmnt h6 {
  font-family: "Unica One", sans-serif;
  text-transform: uppercase;
}

.ncrmnt .input-group {
  display: flex;
  max-width: 800px;
  min-width: 300px;
  width: 50%;
}
@media (max-width: 600px) {
  .ncrmnt .input-group {
    width: 100%;
  }
}

.ncrmnt .input-group input:first-child, .input-group-button:first-child .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ncrmnt .input-group input, .input-group-button {
  display: table-cell;
}

.ncrmnt .input-group input {
  position: relative;
  margin-right: 2%;
  height: 35px;
  padding: 4px 8px;
  border: none;
  color: #A60000;
}

.ncrmnt .input-group-button {
  /*width: 1%;*/
  vertical-align: middle;
  display: inline-block;
  border: none;
}

.ncrmnt .input-group input:last-child, .input-group-button:last-child .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ncrmnt .btn {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  background-image: linear-gradient(#fcfcfc, #eee);
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
}

.ncrmnt .input-group-button:last-child .btn {
  margin-left: -1px;
}

.ncrmnt .clippy {
  margin-top: -3px;
  position: relative;
  top: 3px;
  width: 23px;
  height: 20px;
}

.ncrmnt .body-text {
  font-family: "rubik", sans-serif;
  font-size: 1.3em;
}

.ncrmnt .centered {
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
  padding: 0px 20px;
}

.ncrmnt .fullwidth {
  width: 100%;
}

.ncrmnt .text.centered {
  padding: 0 2%;
}

.ncrmnt .single-post-container {
  /*    max-width: 1100px;*/
}

.ncrmnt .single-content-section {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}

.ncrmnt h1 {
  font-size: 2em;
  color: #000;
  line-height: 1.2em;
  margin-bottom: 17px;
}

.ncrmnt .body-text p {
  margin: 0 0 20px 0;
}

.ncrmnt h2 {
  font-size: 1.8em;
  color: #000;
  line-height: 1.2em;
  margin-bottom: 17px;
}

.ncrmnt .group:after {
  content: "";
  display: table;
  clear: both;
}

.ncrmnt .podcast-screenshots {
  margin: 20px 0;
}

.ncrmnt .podcast-screenshots img {
  float: left;
  display: inline;
  width: 280px;
  margin-right: 20px;
}

.ncrmnt .subscribe-feed-url {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 600px) {
  .ncrmnt .podcast-screenshots img {
    float: none;
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .ncrmnt .subscribe-feed-url {
    padding: 40px 0;
  }
}
.ncrmnt h4, .ncrmnt h5 {
  line-height: 1.4;
}

.ncrmnt .lede-bg-img {
  height: 300px;
  width: 100%;
  position: relative;
}

.ncrmnt .lede-text {
  position: absolute;
  left: 350px;
  top: 100px;
  max-width: 800px;
}

.ncrmnt .lede-text .page-title,
.ncrmnt .lede-text p {
  color: #fff;
  text-align: left;
  margin-bottom: 8px;
}

.ncrmnt .sub-hed {
  font-size: 28px;
  line-height: 1.2;
  font-family: "Unica One", sans-serif;
  text-transform: uppercase;
}

.ncrmnt .single-content-section {
  max-width: 800px;
  width: 100%;
}

.ncrmnt .padded {
  margin-top: 48px;
  margin-bottom: 48px;
}

.ncrmnt .centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ncrmnt .feedurl-box {
  text-align: left;
  background-color: #000;
  color: #fff;
  padding: 48px 0 24px 300px;
}

.ncrmnt .feedurl-box .button {
  background-color: #A60000;
  text-transform: uppercase;
  color: #fff;
}

.ncrmnt .left {
  float: left;
  display: inline;
}

.ncrmnt .listen1, .ncrmnt .listen2 {
  width: 48%;
}

.ncrmnt .listen1 img, .ncrmnt .listen2 img {
  height: 200px;
}

.ncrmnt .listen3 {
  width: 100%;
}

.ncrmnt .listen3 img {
  height: 150px;
}

.ncrmnt .icon-env {
  width: 20px;
  margin-right: 4px;
}

.ncrmnt .input-group input {
  width: 100%;
  max-width: 90%;
}

.ncrmnt .wotr_nav {
  margin-bottom: 0;
}

.ncrmnt .wrapper-episodes {
  margin-top: 5rem;
}
.ncrmnt ul.episodes-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-top: 2rem;
}
.ncrmnt ul.episodes-list li {
  width: 40%;
  min-width: 300px;
  list-style-type: none;
  flex: 1 1 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 0 0 5rem 5%;
  padding: 0;
}
.ncrmnt ul.episodes-list h5 {
  flex: 0 1 auto;
  align-self: flex-start;
  font-size: 2rem;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  text-align: left;
}
.ncrmnt ul.episodes-list img {
  width: 100px;
  margin-right: 20px;
  align-self: flex-start;
}

@media (max-width: 600px) {
  .ncrmnt .input-group input {
    width: 100%;
  }
  .ncrmnt .lede-bg-img {
    height: 200px;
  }
  .ncrmnt .lede-text {
    position: relative;
    left: auto;
    top: auto;
    padding: 24px;
  }
  .ncrmnt .feedurl-box {
    padding: 24px;
  }
  .ncrmnt .listen1, .ncrmnt .listen2 {
    width: 100%;
  }
  .ncrmnt .wrapper-episodes .item.episode {
    width: 100%;
  }
}
em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

/* foundation */
html {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
}

*, ::after, ::before {
  box-sizing: inherit;
}

p a {
  text-decoration: underline;
  color: #ac2734 !important;
}

.row {
  display: block;
}

/* end foundation */
.row.wotr_body-text {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.wotr_header {
  height: 73px;
}

.wotr_logo {
  padding: 0;
}

.wotr_logo img {
  max-height: 73px;
}

.wotr_subheader_container {
  background: #e1e1e1;
  height: 36px;
}

.wotr_subheader {
  color: #000;
  text-transform: uppercase;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.wotr_subheader .wotr_login {
  font-size: 1.75em;
  line-height: 1.25;
  font-family: "Unica One", sans-serif;
}

.wotr_subheader a.sign-in {
  display: inline-block;
  margin-right: 20px;
}

.wotr_subheader .wotr_social_btns {
  font-size: 1.75em;
  line-height: 1.25;
  font-family: "Unica One", sans-serif;
}

.wotr_subheader a:link {
  color: #000;
  text-decoration: none;
}

.wotr_subheader a:visited {
  color: #000;
  text-decoration: none;
}

.wotr_subheader a:hover {
  color: #ac2734;
  text-decoration: none;
}

.wotr_subheader a:active {
  color: #000;
  text-decoration: none;
}

.wotr_lede_img {
  margin: 2em 0;
}

.wotr_lede_img img {
  max-width: 1200px;
  width: 100%;
  height: auto;
  text-align: center;
}

.wotr_content {
  max-width: 980px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}

.wotr_content p, .wotr_content ul, .wotr_content ol, .wotr_content div {
  font-size: 1.3rem;
}

.wotr_content img {
  height: auto;
}

.wotr_content a:link {
  color: #ac2734;
  text-decoration: underline;
}

.wotr_content a:visited {
  color: #ac2734;
  text-decoration: underline;
}

.wotr_content a:hover {
  color: #ac2734;
  text-decoration: underline;
}

.wotr_content a:active {
  color: #ac2734;
  text-decoration: underline;
}

.wotr_nav_container {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .title-bar, .title-bar-title {
    display: none;
    height: 0;
  }
  .wotr_nav {
    min-height: 135px;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1250px) {
  .row.wotr_body-text {
    max-width: 980px;
  }
}
@media only screen and (max-width: 1023px) {
  .logo-container {
    display: none;
  }
  .content-area {
    margin-top: 20px;
  }
  .wotr_nav_top {
    padding: 0;
  }
  .title-mobile-header-container {
    display: flex;
  }
  .title-mobile-header-container a {
    flex: 1 1 50%;
    display: inline-block;
    align-self: baseline;
  }
  .row.wotr_body-text {
    max-width: 90vw;
    width: 100%;
  }
}
/*.wotr_footer,
.wotr_header,
.wotr_subheader_container,
.content-area, 
.wotr_featured-stories { display: none; }
*/
font-face {
  font-family: "Agency";
  src: url("./assets/AGENCYR.TTF");
}

body,
html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  font-family: "Unica One", Arial, sans-serif;
}

* {
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

a:hover {
  text-decoration: underline;
} /* test change */

/*# sourceMappingURL=styles.css.map */
