@charset "UTF-8";
hr {
  border: none;
  clear: both;
  display: block;
  margin: 3.5em 0;
  padding: 0;
  height: 3px;
  width: 90px;
  background: #041952;
  text-align: left;
}

hr.grey-line {
  border: none;
  clear: both;
  display: block;
  margin: 3.5em 0;
  padding: 0;
  height: 2px;
  width: 100%;
  border: 2px solid #F0EBE4;
  text-align: left;
}

hr.yellow-line {
  border: none;
  clear: both;
  display: block;
  margin: 2.6em 0;
  padding: 0;
  height: 2px;
  width: 90px;
  border: 2px solid #F9BD56;
  text-align: left;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Helvetica Neue LT W05_55 Roman", Arial, sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  color: #041952;
  background: #041952;
  margin: 0;
  overflow: hidden;
  letter-spacing: 0.1px;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a img {
  border: 0;
}

::-moz-selection {
  background: #F15E30;
  color: white;
}

::selection {
  background: #F15E30;
  color: white;
}

p {
  line-height: 1.5;
  margin: 0.8em 0;
}

a {
  color: #d13c0e;
  font-weight: normal;
  background: transparent;
}

p a {
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

p a:hover {
  color: #f3744d;
}

strong {
  font-family: "Helvetica Neue LT W05_75 Bold";
  font-weight: normal;
}

h1, h2, h3, h4, h5 {
  font-family: "Helvetica Neue LT W05_67 Md Cn", Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.1;
  margin: 32px 0 15px;
}

h6, h7 {
  font-family: "Helvetica Neue LT W05_75 Bold";
  font-size: 15px;
  font-weight: normal;
  line-height: 1.1;
  margin: 32px 0 15px;
}

h1 {
  margin: 0 0 20px;
  font-size: 5vw;
}

@media (max-width: 720px) {
  h1 {
    font-size: 36px;
  }
}

@media (min-width: 1700px) {
  h1 {
    font-size: 85px;
  }
}

h2 {
  font-size: 5vw;
}

@media (max-width: 640px) {
  h2 {
    font-size: 32px;
  }
}

@media (min-width: 820px) {
  h2 {
    font-size: 41px;
  }
}

h3 {
  font-size: 5vw;
}

@media (max-width: 560px) {
  h3 {
    font-size: 28px;
  }
}

@media (min-width: 680px) {
  h3 {
    font-size: 34px;
  }
}

h4 {
  font-size: 5vw;
}

@media (max-width: 500px) {
  h4 {
    font-size: 25px;
  }
}

@media (min-width: 620px) {
  h4 {
    font-size: 31px;
  }
}

h5 {
  font-size: 5vw;
}

@media (max-width: 440px) {
  h5 {
    font-size: 22px;
  }
}

@media (min-width: 480px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 5vw;
}

@media (max-width: 360px) {
  h6 {
    font-size: 18px;
  }
}

@media (min-width: 440px) {
  h6 {
    font-size: 22px;
  }
}

.intro-text {
  font-size: 5vw;
  margin-bottom: 40px;
  line-height: 1.5;
}

@media (max-width: 440px) {
  .intro-text {
    font-size: 22px;
  }
}

@media (min-width: 500px) {
  .intro-text {
    font-size: 25px;
  }
}

.intro-text p {
  line-height: 1.5;
  margin-top: 0;
}

.number {
  font-size: 8vw;
  font-family: "Helvetica Neue LT W05_75 Bold";
  line-height: 103px;
}

@media (max-width: 500px) {
  .number {
    font-size: 40px;
  }
}

@media (min-width: 1287.5px) {
  .number {
    font-size: 103px;
  }
}

blockquote {
  color: #041952;
  margin: 60px 0;
  padding: 30px 5px 0;
  position: relative;
  font-family: "Helvetica Neue LT W05_75 Bold";
  font-size: 5vw;
}

@media (max-width: 440px) {
  blockquote {
    font-size: 22px;
  }
}

@media (min-width: 500px) {
  blockquote {
    font-size: 25px;
  }
}

@media (min-width: 730px) {
  blockquote {
    margin: 80px 0;
  }
}

blockquote:before {
  content: '“';
  font-size: 88px;
  color: #041952;
  position: absolute;
  top: -33px;
  left: 0;
}

.quote-author {
  font-family: "Helvetica Neue LT W05_75 Bold";
  color: #041952;
  font-size: 18px;
  margin-top: 30px;
}

.wrapper, .wrapper-small, .wrapper-medium {
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  padding: 0 25px;
  box-sizing: content-box;
}

@media (min-width: 480px) {
  .wrapper, .wrapper-small, .wrapper-medium {
    padding: 0 30px;
  }
}

.wrapper-small {
  max-width: 740px;
}

.wrapper-medium {
  max-width: 1010px;
}

.clear {
  clear: both;
}

.cta-panel:before, .cta-panel .bg-image, .top-banner .bg-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-only {
  display: block;
}

@media (min-width: 900px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}

@media (min-width: 900px) {
  .desktop-only {
    display: block;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes move-up {
  0% {
    transform: translate(0, 12px);
  }
  100% {
    transform: none;
  }
}

@keyframes move-up {
  0% {
    transform: translate(0, 12px);
  }
  100% {
    transform: none;
  }
}

/* page load animations */
#content, .blog-feature {
  -webkit-animation: fade-in 1s ease-out 0.5s backwards;
  animation: fade-in 1s ease-out 0.5s backwards;
}

/*
.home #content {
    animation: none;
}*/
header.header-area {
  position: relative;
  z-index: 100;
  padding-top: 60px;
}

header.header-area .button:hover {
  background: #F15E30;
  color: white;
}

header.header-area .top-bar {
  background: #041952;
  display: block;
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

header.header-area .top-bar .wrapper, header.header-area .top-bar .wrapper-small, header.header-area .top-bar .wrapper-medium {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}

header.header-area .top-bar .hamburger, header.header-area .top-bar .search-link-header, header.header-area .top-bar .search-section, header.header-area .top-bar .account-nav {
  flex: none;
}

header.header-area .top-bar .main-nav {
  width: 100%;
  flex: 0 1 auto;
}

header.header-area .secondary-nav {
  display: block;
  background: #F6F2EC;
  padding: 15px 0;
}

@media (min-width: 900px) {
  header.header-area .secondary-nav {
    padding: 40px 0;
  }
}

header.header-area .secondary-nav .wrapper, header.header-area .secondary-nav .wrapper-small, header.header-area .secondary-nav .wrapper-medium {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

header.header-area .secondary-nav .main-nav {
  padding: 0;
  display: none;
  height: auto;
}

@media screen and (min-width: 1080px) {
  header.header-area .secondary-nav .main-nav {
    display: inline-block;
  }
  header.header-area .secondary-nav .main-nav ul.menu {
    display: inline-block;
  }
  header.header-area .secondary-nav .main-nav ul.menu a {
    color: #041952;
    font-size: 20px;
  }
  header.header-area .secondary-nav .main-nav ul.menu a:hover, header.header-area .secondary-nav .main-nav ul.menu a:focus {
    color: #F15E30;
  }
}

@media screen and (min-width: 1080px) and (min-width: 1200px) {
  header.header-area .secondary-nav .main-nav ul.menu a {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 1080px) {
  header.header-area .secondary-nav .main-nav ul.menu .current-menu-item a {
    color: #F15E30;
  }
}

header.header-area #logo {
  display: inline-block;
  width: 221px;
  max-width: 50%;
}

footer {
  padding: 130px 0 30px 0;
  font-size: 14px;
  color: white;
  overflow: hidden;
  text-align: left;
  position: relative;
}

@media (min-width: 1025px) {
  footer {
    padding: 130px 0 60px 0;
  }
}

@media (min-width: 1370px) {
  footer {
    padding: 120px 0 80px 0;
  }
}

footer .footer-note {
  padding: 20px 0 15px;
}

@media (min-width: 900px) {
  footer .footer-note {
    text-align: right;
    padding: 0;
  }
}

footer .footer-top {
  display: block;
  overflow: hidden;
}

@media (min-width: 900px) {
  footer .footer-top {
    display: grid;
    grid-template-columns: 86% 1fr;
    justify-content: space-between;
  }
}

footer .footer-top .social-links {
  float: right;
  margin: 0;
}

@media (min-width: 900px) {
  footer .footer-top .social-links {
    float: right;
    margin: 10px 0;
  }
}

footer .footer-top .company {
  display: block;
}

footer .footer-bottom {
  margin: 30px 0;
}

@media (min-width: 900px) {
  footer .footer-bottom {
    display: grid;
    grid-template-columns: 63% 1fr;
    justify-content: space-between;
    grid-column-gap: 3%;
  }
}

footer .footer-bottom .ack a {
  color: #F9BD56;
}

#sitebystarfish {
  position: relative;
  background: url("../img/site_by_neg.svg") no-repeat center;
  width: 83px;
  height: 24px;
  display: block;
  margin: 10px 0;
  text-align: left;
  overflow: hidden;
  text-indent: -9999em;
  transition: 0.2s;
  /* preload hover image */
}

@media (min-width: 900px) {
  #sitebystarfish {
    float: right;
  }
}

#sitebystarfish:hover, #sitebystarfish:after {
  background-image: url("../img/site_by_pos.svg");
}

#sitebystarfish:after {
  content: '';
  opacity: 0;
}

#footer-nav {
  width: 100%;
}

#footer-nav ul.menu {
  -moz-column-count: 2;
  column-count: 2;
}

#footer-nav ul.menu li {
  display: block;
  text-align: left;
}

#footer-nav ul.menu a {
  display: inline-block;
  padding: 0px 0px 15px;
  color: white;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  font-size: 18px;
  text-align: left;
  font-family: "Helvetica Neue LT W05_75 Bold";
}

#footer-nav ul.menu a:hover {
  color: #F9BD56;
}

.nav-wrap {
  max-width: 830px;
  margin-bottom: 60px;
}

@media (min-width: 900px) {
  .nav-wrap {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 30% 67%;
    grid-column-gap: 3%;
  }
}

.nav-wrap .yellow-nav {
  margin-bottom: 20px;
}

.nav-wrap .yellow-nav li {
  text-align: left;
}

@media (min-width: 730px) {
  .nav-wrap .yellow-nav li {
    display: block;
  }
}

.nav-wrap .yellow-nav a {
  padding: 0px 0px 15px;
  color: #F9BD56;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  font-size: 22px;
  text-align: left;
  font-family: "Helvetica Neue LT W05_75 Bold";
  display: block;
}

@media (min-width: 730px) {
  .nav-wrap .yellow-nav a {
    display: inline-block;
    font-size: 18px;
  }
}

.nav-wrap .yellow-nav a:hover {
  color: #F9BD56;
}

footer .logo img {
  max-width: 173px;
  width: 100%;
  display: block;
  float: left;
}

@media (min-width: 900px) {
  footer .logo img {
    float: right;
  }
}

#main {
  background: #F6F2EC;
  padding: 60px 0 0px;
}

@media (min-width: 900px) {
  #main {
    padding: 100px 0 0px;
  }
}

#content {
  min-height: 400px;
  padding: 60px 0 60px;
}

#content:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 730px) {
  #content {
    padding: 60px 0 60px;
  }
}

@media (min-width: 900px) {
  #content {
    padding: 100px 0 130px;
  }
}

#content.regular-page .wrapper .grid-wrap, #content.regular-page .wrapper-small .grid-wrap, #content.regular-page .wrapper-medium .grid-wrap {
  display: grid;
  grid-template-columns: 100%;
}

@media (min-width: 900px) {
  #content.regular-page .wrapper .grid-wrap, #content.regular-page .wrapper-small .grid-wrap, #content.regular-page .wrapper-medium .grid-wrap {
    grid-template-columns: 32.5% minmax(200px, 750px) 1fr;
  }
}

#content .wrapper .grid-wrap, #content .wrapper-small .grid-wrap, #content .wrapper-medium .grid-wrap {
  display: grid;
  grid-template-columns: 100%;
}

@media (min-width: 900px) {
  #content .wrapper .grid-wrap, #content .wrapper-small .grid-wrap, #content .wrapper-medium .grid-wrap {
    grid-template-columns: 1fr minmax(200px, 750px) 1fr;
    grid-column-gap: 20px;
  }
}

@media (min-width: 900px) {
  #content.articles-listing-global .wrapper .grid-wrap, #content.articles-listing-global .wrapper-small .grid-wrap, #content.articles-listing-global .wrapper-medium .grid-wrap, .single-top-articles .wrapper .grid-wrap, .single-top-articles .wrapper-small .grid-wrap, .single-top-articles .wrapper-medium .grid-wrap {
    grid-template-columns: 32.5% minmax(200px, 880px) 1fr;
  }
}

#content.regular-page, #content.blog-detail, #content.articles-listing-global, #content.article-detail, .search-results #content {
  background: #FBF7F3;
}

.beige-wrap {
  padding: 60px 0 60px;
  background: #FBF7F3;
}

.beige-wrap:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 900px) {
  .beige-wrap {
    padding: 100px 0 80px;
  }
}

.dark-beige-wrap {
  padding: 60px 0 60px;
}

.dark-beige-wrap:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 900px) {
  .dark-beige-wrap {
    padding: 100px 0 80px;
  }
}

#sidebar {
  margin: 60px 0px 0;
  order: 2;
}

@media (min-width: 900px) {
  #sidebar {
    margin: 7px 20px 7px 0;
    order: 0;
  }
}

#sidebar ul, #sidebar li {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}

#sidebar li {
  margin: 15px 0;
}

#sidebar li a {
  color: #041952;
  font-family: "Helvetica Neue LT W05_67 Md Cn", Arial, sans-serif;
  font-size: 25px;
  text-decoration: none;
}

#sidebar li a:hover {
  color: #F15E30;
  text-decoration: underline;
}

#sidebar li.current-menu-item > a, #sidebar li.current-menu-ancestor > a,
#sidebar li.current-cat > a, #sidebar li.current-cat-parent > a {
  color: #F15E30;
}

#sidebar ul ul {
  margin-left: 20px;
}

#sidebar ul ul li a {
  color: #041952;
}

#sidebar h3 {
  margin-top: 0;
  margin-bottom: 25px;
}

#sidebar h3 a {
  text-decoration: none;
}

#sidebar h3 a:hover {
  text-decoration: underline;
}

.page-submenu {
  display: none;
}

@media (min-width: 900px) {
  .page-submenu {
    display: block;
  }
}

.page-submenu .page-nav {
  padding: 0 0 100px;
}

.blog-detail .page-submenu, .with-related .page-submenu {
  display: none;
}

@media (min-width: 1200px) {
  .blog-detail .page-submenu, .with-related .page-submenu {
    display: block;
  }
}

nav ul, nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul.sub-menu {
  display: none;
}

.main-nav {
  padding: 5px 0 5px 20px;
  height: 60px;
}

.main-nav ul.menu {
  display: none;
}

@media (min-width: 730px) {
  .main-nav ul.menu#menu-header-nav-tablet {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .main-nav ul.menu#menu-header-nav-desktop {
    display: inline-block;
  }
  .main-nav ul.menu#menu-header-nav-tablet {
    display: none;
  }
}

.main-nav ul.menu li {
  display: inline-block;
  position: relative;
}

.main-nav ul.menu a {
  display: inline-block;
  font-size: 16px;
  font-family: "Helvetica Neue LT W05_75 Bold";
  color: white;
  line-height: 20px;
  font-weight: normal;
  transition-duration: 0.1s;
  padding: 15px 10px;
  text-decoration: none;
}

.main-nav ul.menu li:hover > a {
  color: #F15E30;
}

.main-nav ul.menu li.current-menu-item > a, .main-nav ul.menu li.current-menu-ancestor > a {
  color: #F15E30;
}

.main-nav ul.sub-menu {
  position: absolute;
  top: 45px;
  left: 0;
  width: 245px;
  background: #031543;
  padding: 20px 20px 21px;
  z-index: 10;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.main-nav ul.sub-menu a {
  display: block;
  padding: 5px 0;
}

.main-nav ul.sub-menu li {
  display: block;
}

.main-nav ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 44px;
}

.account-nav {
  padding: 5px 0 5px 18px;
}

.account-nav a {
  display: inline-block;
  font-size: 14px;
  font-family: "Helvetica Neue LT W05_75 Bold";
  color: white;
  line-height: 20px;
  font-weight: normal;
  transition-duration: 0.1s;
  padding: 15px 23px 15px 10px;
  text-decoration: none;
  position: relative;
}

@media (min-width: 730px) {
  .account-nav a {
    font-size: 16px;
  }
}

.account-nav a:after {
  content: '';
  width: 17px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/icon_person.svg") no-repeat center;
  background-size: 100% auto;
}

.account-nav a.logout-link {
  padding-right: 27px;
}

.account-nav a.logout-link:after {
  background-image: url("../img/icon_logout_white.svg");
}

.account-nav a:hover, .account-nav a:focus, .account-nav a.active {
  color: #F9BD56;
}

.account-nav a:hover:after, .account-nav a:focus:after, .account-nav a.active:after {
  background-image: url("../img/icon_person_yellow.svg");
}

.account-nav a:hover.logout-link:after, .account-nav a:focus.logout-link:after, .account-nav a.active.logout-link:after {
  background-image: url("../img/icon_logout_yellow.svg");
}

.hamburger {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  width: 26px;
  height: 26px;
}

.hamburger .navicon {
  background: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 2px;
  width: 26px;
  position: absolute;
  left: 0;
  top: 12px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.hamburger .navicon:before, .hamburger .navicon:after {
  content: '';
  background: white;
  display: block;
  height: 2px;
  width: 26px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.hamburger .navicon:before {
  transform: translate(0, -8px);
}

.hamburger .navicon:after {
  transform: translate(0, 8px);
}

.hamburger-menu-visible #hamburger-menu .hamburger {
  text-indent: 0px;
  width: 120px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  padding: 3px 0 2px 30px;
}

.hamburger-menu-visible .hamburger .navicon {
  background: transparent !important;
}

.hamburger-menu-visible .hamburger .navicon:before {
  transform: rotate(45deg);
}

.hamburger-menu-visible .hamburger .navicon:after {
  transform: rotate(-45deg);
}

#hamburger-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #15235E;
  z-index: 100;
  padding: 17px 0;
}

.hamburger-menu-visible {
  overflow: hidden;
}

.hamburger-menu-visible #hamburger-menu {
  opacity: 1;
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

#hamburger-nav {
  max-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 730px) {
  #hamburger-nav {
    padding-top: 90px;
  }
}

#hamburger-nav ul.menu {
  padding: 50px 0 0;
}

@media (min-width: 730px) {
  #hamburger-nav ul.menu {
    padding: 100px 0 0;
  }
}

#hamburger-nav ul.menu li {
  display: block;
  margin: 12px 0;
  padding-right: 30px;
  position: relative;
  text-align: left;
}

#hamburger-nav ul.menu a {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 0 10px;
  color: #fff;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  text-decoration: none;
  font-size: 24px;
  font-family: "Helvetica Neue LT W05_75 Bold";
}

@media (min-width: 730px) {
  #hamburger-nav ul.menu a {
    font-size: 32px;
  }
}

#hamburger-nav ul.menu a:hover {
  color: #f3744d;
}

#hamburger-nav ul.menu li.current-menu-item > a {
  color: #f3744d;
}

#hamburger-nav ul.menu ul.sub-menu {
  padding: 2px 0 6px 10px;
  display: none;
}

#hamburger-nav ul.menu ul.sub-menu li {
  padding: 0;
  margin: 3px 0;
}

#hamburger-nav ul.menu ul.sub-menu a {
  font-size: 18px;
}

#hamburger-nav ul.menu li.current-menu-item > ul.sub-menu, #hamburger-nav ul.menu li.current-menu-ancestor > ul.sub-menu {
  display: block;
}

#hamburger-nav ul.menu > li.menu-item-has-children > .expand-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 15px;
  cursor: pointer;
  position: absolute;
  top: 17px;
}

#hamburger-nav ul.menu > li.menu-item-has-children > .expand-arrow:before, #hamburger-nav ul.menu > li.menu-item-has-children > .expand-arrow:after {
  content: ' ';
  background: #f3744d;
  position: absolute;
  left: 0;
  top: 0px;
  height: 5px !important;
  width: 21px;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 730px) {
  #hamburger-nav ul.menu > li.menu-item-has-children > .expand-arrow:before, #hamburger-nav ul.menu > li.menu-item-has-children > .expand-arrow:after {
    top: 5px;
  }
}

#hamburger-nav ul.menu > li.menu-item-has-children > .expand-arrow:after {
  transform: rotate(90deg);
  transition: 0.2s;
}

#hamburger-nav ul.menu > li.menu-item-has-children > .expand-arrow.expanded:after {
  transform: rotate(0deg);
}

#hamburger-nav ul#menu-hamburger-highlighted-nav.menu {
  padding: 30px 0 20px 30px;
  margin: 50px 0 40px;
  border-top: 3px solid #394976;
  border-left: 3px solid #394976;
}

@media (min-width: 730px) {
  #hamburger-nav ul#menu-hamburger-highlighted-nav.menu {
    margin-top: 40px;
    padding: 60px 0 50px 40px !important;
    border-top: none;
    border-left: 3px solid #394976;
    border-bottom: 3px solid #394976;
  }
}

@media (min-width: 900px) {
  #hamburger-nav ul#menu-hamburger-highlighted-nav.menu {
    padding: 100px 0 90px 80px !important;
  }
}

@media (min-width: 1200px) {
  #hamburger-nav ul#menu-hamburger-highlighted-nav.menu {
    padding: 100px 0 90px 100px !important;
    margin-top: 52px;
  }
}

#hamburger-nav ul#menu-hamburger-highlighted-nav.menu li:after {
  width: 37px;
  height: 30px;
  display: inline-block;
  text-align: center;
  content: '';
  vertical-align: middle;
  background: url("../img/arrow-orange-right-pointy.svg") no-repeat right 0px;
  background-size: 28px auto;
  margin-left: 5px;
}

@media (min-width: 1200px) {
  #hamburger-nav ul#menu-hamburger-highlighted-nav.menu li:after {
    background-size: 37px auto;
    width: 37px;
    height: 40px;
    margin-left: 10px;
  }
}

@media (min-width: 1200px) {
  #hamburger-nav ul#menu-hamburger-highlighted-nav.menu li a {
    font-size: 40px;
    padding: 4px 0 17px;
  }
}

@media (min-width: 730px) {
  #hamburger-nav {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: start;
  }
}

@media (min-width: 900px) {
  #hamburger-nav {
    grid-template-columns: 40% 60%;
  }
}

#sidebar .sidebar-resource {
  margin-top: 18px;
  /* mobile fly out filter */
}

#sidebar .sidebar-resource .category-listing ul li a {
  font-size: 31px;
}

#sidebar .sidebar-resource .category-listing ul ul li a {
  font-size: 22px;
}

#sidebar .sidebar-resource .tag-listing {
  margin: 60px 0 20px;
}

#sidebar .sidebar-resource .tag-listing ul li {
  margin: 0;
  display: inline-block;
}

#sidebar .sidebar-resource .tag-listing ul li a:hover, #sidebar .sidebar-resource .tag-listing ul li a:focus,
#sidebar .sidebar-resource .tag-listing ul li.current-cat > a {
  border-color: #F15E30;
  background-color: #F15E30;
  color: white !important;
}

#sidebar .sidebar-resource .tag-listing ul li a {
  line-height: 20px;
  border: 3px solid #041952;
  display: inline-block;
  padding: 9px 15px;
  width: auto;
  text-align: center;
  cursor: pointer;
  height: 44px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  text-decoration: none;
  font-family: "Helvetica Neue LT W05_75 Bold";
  font-size: 18px;
  background: transparent;
  color: #041952 !important;
  margin: 0 5px 10px 0;
}

#sidebar .sidebar-resource .keyword-search {
  margin-bottom: 60px;
}

@media (max-width: 899px) {
  #sidebar .sidebar-resource {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #041952;
    width: 295px;
    color: white;
    transition: 0.3s cubic-bezier(0.67, 0.13, 0.33, 0.88);
    padding-bottom: 30px;
    z-index: 102;
    margin: 0;
    transform: translateX(-100%);
  }
  #sidebar .sidebar-resource .keyword-search {
    margin: 0;
  }
  #sidebar .sidebar-resource .keyword-search input[type="search"] {
    background-color: #1D2965;
    border-color: #1D2965 !important;
  }
  #sidebar .sidebar-resource a {
    color: white;
  }
  #sidebar .sidebar-resource .category-listing, #sidebar .sidebar-resource .tag-listing {
    padding: 0 25px;
    margin: 50px 0 0;
  }
  #sidebar .sidebar-resource .tag-listing ul li a {
    border: 3px solid white;
    padding: 5px 15px;
    height: 36px;
    font-size: 18px;
    color: white !important;
  }
  #sidebar .sidebar-resource .category-listing ul li a {
    font-size: 25px;
  }
}

.toggle-filter {
  background-color: #041952;
  color: white;
  border: none;
  font-family: "Helvetica Neue LT W05_55 Roman", Arial, sans-serif;
  font-size: 20px;
  padding: 15px 25px;
  height: 55px;
  cursor: pointer;
  z-index: 102;
  position: absolute;
  left: 0;
  top: -55px;
  width: 295px;
  text-align: left;
}

.toggle-filter:after {
  content: '';
  background: url(../img/icon_search_large.svg) no-repeat center/21px 21px;
  height: 21px;
  width: 21px;
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.toggle-filter .arrow {
  display: block;
  position: absolute;
  top: 21px;
  right: 15px;
  content: ' ';
  border: 3px solid #F15E30;
  border-width: 0 3px 3px 0;
  transform: rotate(-45deg);
  transition: transform 0.2s 0.2s;
  width: 13px;
  height: 13px;
}

@media (min-width: 900px) {
  .toggle-filter {
    display: none;
  }
}

.toggle-filter.orange-toggle {
  background-color: #F15E30;
  color: #041952;
}

.toggle-filter.orange-toggle:after {
  background-image: url(../img/icon_search_large_blue.svg);
}

.toggle-filter.orange-toggle .arrow {
  border-color: #041952;
}

.listing-filter-open body:after {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 101;
  opacity: 1;
  transition: opacity 0.3s 0s ease-in;
}

@media (min-width: 900px) {
  .listing-filter-open body:after {
    display: none;
  }
}

.listing-filter-open #sidebar .sidebar-resource {
  transform: none;
}

.listing-filter-open .toggle-filter .arrow {
  transform: rotate(135deg);
}

form, .post-content form {
  margin: 0;
  clear: both;
}

form ul, form li, .post-content form ul, .post-content form li {
  margin: 0;
  padding: 0;
  list-style: none;
}

form li, .post-content form li {
  padding: 20px 0 0;
}

form label, form legend, .post-content form label, .post-content form legend {
  padding: 2px 0 6px;
  display: block;
  font-size: 20px;
  font-family: "Helvetica Neue LT W05_75 Bold";
  font-weight: normal;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], input[type='search'], textarea, .button, input[type=submit], select, .custom-select, .article-tags a {
  font-family: "Helvetica Neue LT W05_55 Roman", Arial, sans-serif;
  display: inline-block;
  color: white;
  font-size: 20px;
  line-height: 20px;
  border-radius: 0px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border: 3px solid white;
  font-weight: normal;
}

input:focus[type='text'], input:focus[type='password'], input:focus[type='email'], input:focus[type='number'], input:focus[type='tel'], input:focus[type='search'], textarea:focus, .button:focus, input:focus[type=submit], select:focus, .custom-select:focus, .article-tags a:focus {
  border-color: white;
  outline: none;
}

input[type='text']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .button::-webkit-input-placeholder, input[type=submit]::-webkit-input-placeholder, select::-webkit-input-placeholder, .custom-select::-webkit-input-placeholder, .article-tags a::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}

input[type='text']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='search']::-moz-placeholder, textarea::-moz-placeholder, .button::-moz-placeholder, input[type=submit]::-moz-placeholder, select::-moz-placeholder, .custom-select::-moz-placeholder, .article-tags a::-moz-placeholder {
  color: white;
  opacity: 1;
}

input[type='text']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, textarea:-ms-input-placeholder, .button:-ms-input-placeholder, input[type=submit]:-ms-input-placeholder, select:-ms-input-placeholder, .custom-select:-ms-input-placeholder, .article-tags a:-ms-input-placeholder {
  color: white;
  opacity: 1;
}

input[type='text']::-ms-input-placeholder, input[type='password']::-ms-input-placeholder, input[type='email']::-ms-input-placeholder, input[type='number']::-ms-input-placeholder, input[type='tel']::-ms-input-placeholder, input[type='search']::-ms-input-placeholder, textarea::-ms-input-placeholder, .button::-ms-input-placeholder, input[type=submit]::-ms-input-placeholder, select::-ms-input-placeholder, .custom-select::-ms-input-placeholder, .article-tags a::-ms-input-placeholder {
  color: white;
  opacity: 1;
}

input[type='text']::placeholder, input[type='password']::placeholder, input[type='email']::placeholder, input[type='number']::placeholder, input[type='tel']::placeholder, input[type='search']::placeholder, textarea::placeholder, .button::placeholder, input[type=submit]::placeholder, select::placeholder, .custom-select::placeholder, .article-tags a::placeholder {
  color: white;
  opacity: 1;
}

input[type='text']::-ms-input-placeholder, input[type='password']::-ms-input-placeholder, input[type='email']::-ms-input-placeholder, input[type='number']::-ms-input-placeholder, input[type='tel']::-ms-input-placeholder, input[type='search']::-ms-input-placeholder, textarea::-ms-input-placeholder, .button::-ms-input-placeholder, input[type=submit]::-ms-input-placeholder, select::-ms-input-placeholder, .custom-select::-ms-input-placeholder, .article-tags a::-ms-input-placeholder {
  /* Edge */
  color: white;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], input[type='search'] {
  padding: 9px 10px;
  height: 55px;
  background: transparent;
  max-width: 320px;
  border-color: white !important;
}

textarea {
  padding: 10px;
  height: 130px;
  background: transparent;
}

.button, input[type=submit] {
  padding: 9px 20px;
  width: auto;
  text-align: center;
  cursor: pointer;
  height: 44px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  text-decoration: none;
  font-family: "Helvetica Neue LT W05_75 Bold";
  font-size: 18px;
  background: white;
  color: #d13c0e;
  border-color: #d13c0e;
}

@media (min-width: 900px) {
  .button, input[type=submit] {
    height: 60px;
    padding: 17px 35px;
    font-size: 22px;
  }
}

.button:hover, .button:focus, input[type=submit]:hover, input[type=submit]:focus {
  background: #F15E30;
  border-color: #F15E30;
  color: #fff;
}

form input[type=submit], .gform_wrapper .button {
  border-color: #F9BD56;
  color: #F9BD56;
  background: transparent !important;
  margin: 20px 0;
}

form input[type=submit]:hover, form input[type=submit]:focus, .gform_wrapper .button:hover, .gform_wrapper .button:focus {
  background: #F9BD56 !important;
  border-color: #F9BD56 !important;
  color: #041952;
}

.button.blue {
  border-color: #041952;
  color: #041952;
  background: transparent;
}

.button.blue:hover {
  background: #041952;
  color: white;
}

.download {
  position: relative;
  margin-bottom: 50px;
}

.download a {
  text-align: left;
  position: relative;
}

.download a:after {
  width: 17px;
  height: 19px;
  display: inline-block;
  text-align: center;
  content: '';
  vertical-align: middle;
  background: url("../img/icon_download.svg") no-repeat right -2px;
  background-size: 17px 19px;
  margin-left: 10px;
}

.button.more-button {
  position: relative;
  padding-right: 40px;
}

@media (min-width: 900px) {
  .button.more-button {
    padding-right: 50px;
  }
}

.button.more-button:after {
  content: '';
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  display: inline-block;
  border: 3px solid #F15E30;
  border-width: 0 3px 3px 0;
  position: absolute;
  top: 11px;
  right: 15px;
  transition: border-color 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

@media (min-width: 900px) {
  .button.more-button:after {
    top: 19px;
    right: 25px;
  }
}

.button.more-button[aria-expanded=true]::after {
  border-width: 3px 0 0 3px;
  transform: rotate(45deg) translate(4px, 4px);
}

.button.more-button:hover, .button.more-button:focus {
  border-color: #F15E30;
  background: #F15E30;
}

.button.more-button:hover:after, .button.more-button:focus:after {
  border-color: white;
}

select {
  padding: 9px 40px 9px 15px;
  height: 55px;
  background: transparent;
  position: relative;
  max-width: 320px;
  border-color: white !important;
}

select option {
  color: #041952;
}

.custom-select {
  position: relative;
  max-width: 320px;
  border: none;
}

.custom-select:before {
  display: block;
  position: absolute;
  top: 17px;
  right: 25px;
  content: ' ';
  border: 3px solid #F9BD56;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  width: 11px;
  height: 11px;
}

select::-ms-expand {
  display: none;
}

input[type='checkbox'], input[type='radio'] {
  position: absolute;
  opacity: 0;
  margin: 0;
  z-index: 1;
  height: 31px;
  width: 31px;
}

input[type='checkbox'] + .custom-checker, input[type='radio'] + .custom-checker {
  width: 31px;
  height: 31px;
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0 !important;
  vertical-align: baseline;
  z-index: 0;
}

input[type='checkbox'] + .custom-checker:before, input[type='radio'] + .custom-checker:before {
  content: '';
  background: transparent;
  display: block;
  border: 3px solid white;
  height: 31px;
  width: 31px;
  left: 0;
  position: absolute;
  top: 0px;
  box-sizing: border-box;
}

input[type='checkbox'] + .custom-checker:after, input[type='radio'] + .custom-checker:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  border: 3px solid #F9BD56;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  width: 11px;
  height: 18px;
  z-index: 1;
  opacity: 0;
  box-sizing: border-box;
}

input[type='checkbox']:checked + .custom-checker:after, input:checked[type='radio'] + .custom-checker:after {
  opacity: 1;
}

input[type='radio'] + .custom-checker:before {
  border-radius: 50%;
}

input[type='radio'] + .custom-checker:after {
  border-radius: 50%;
  border: 1px solid #F9BD56;
  background: #F9BD56;
  width: 13px;
  height: 13px;
  top: 9px;
  left: 9px;
  transform: none;
}

input.datepicker {
  padding-right: 40px;
}

input.datepicker + .ui-datepicker-trigger {
  vertical-align: middle;
  margin-left: -35px;
  border-radius: 0;
}

.custom-upload {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100%;
  line-height: 1;
}

.custom-upload .button {
  margin: 5px 0;
  padding: 9px 20px;
  height: 44px;
  width: 140px;
  font-size: 18px;
}

.custom-upload input[type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 5px 0;
  padding: 0;
  width: 140px;
  height: 44px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.custom-upload input[type='file']:hover + .button, .custom-upload input[type='file']:focus + .button {
  background: #F9BD56 !important;
  border-color: #F9BD56 !important;
  color: #041952;
}

.custom-upload .selected-file {
  display: block;
  margin: 5px 0;
}

.custom-upload .label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  max-width: calc(100% - 25px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.custom-upload .clear {
  display: inline-block;
  z-index: 2;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: url("../img/icon_remove.svg") no-repeat center/12px 12px;
  position: relative;
  top: 1px;
}

.gform_wrapper {
  margin: 80px 0;
  background: #15235E;
  padding: 40px 30px;
  color: white;
}

.gform_wrapper hr {
  margin: 2em 0 2em 0;
  background: #F9BD56;
  width: 100%;
}

@media (min-width: 900px) {
  .gform_wrapper {
    padding: 60px 90px;
  }
}

.gform_wrapper .gform_description {
  line-height: 1.5;
  margin: 0.8em 0;
}

.gform_wrapper .gform_body, .gform_wrapper .gform_page_fields {
  margin: 10px 0 25px;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper .gfield_description {
  margin: 5px 0 10px;
  display: block;
  overflow: hidden;
  font-size: 15px;
}

.gform_wrapper .field_description_above label + .gfield_description {
  margin: 3px 0 15px;
}

.gform_wrapper .validation_message {
  display: block;
  padding: 5px 0 0;
  line-height: normal;
  color: #F15E30;
  margin: 0;
}

.gform_wrapper .gfield_contains_required .gfield_required {
  display: none;
}

.gform_wrapper .gfield_contains_required .gfield_label:before {
  content: '* ';
}

.gform_wrapper .validation_error {
  margin: 10px 0;
  line-height: 1.5;
  color: #F15E30;
}

.gform_wrapper .gform_ajax_spinner {
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gfield_radio li, .gform_wrapper .gfield_checkbox li {
  padding: 3px 0 3px 30px;
  position: relative;
  margin: 0;
}

.gform_wrapper .gfield_radio .custom-checker, .gform_wrapper .gfield_radio input[type='radio'], .gform_wrapper .gfield_radio input[type='checkbox'], .gform_wrapper .gfield_radio input[type='radio'], .gform_wrapper .gfield_checkbox .custom-checker, .gform_wrapper .gfield_checkbox input[type='radio'], .gform_wrapper .gfield_checkbox input[type='checkbox'], .gform_wrapper .gfield_checkbox input[type='radio'] {
  position: absolute;
  left: 0;
  top: 5px;
}

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label {
  display: block;
  line-height: 1.3em;
  padding: 0;
  font-family: "Helvetica Neue LT W05_55 Roman", Arial, sans-serif;
  font-size: 20px;
  padding: 5px 0 5px 10px;
}

.gform_wrapper .gform_footer, .gform_wrapper .gform_page_footer {
  clear: both;
}

.gform_wrapper .gform_page_footer {
  padding-top: 10px;
  overflow: hidden;
}

.gform_wrapper .gform_page_footer .button {
  margin: 0;
}

.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer input[type="submit"] {
  float: right;
}

.gform_wrapper .gform_hidden {
  display: none;
}

.gform_wrapper .ginput_recaptcha iframe {
  margin: 0;
}

.gform_wrapper .grecaptcha-badge {
  box-shadow: none !important;
}

.gform_wrapper .ginput_container_creditcard, .gform_wrapper .ginput_container_address, .gform_wrapper .ginput_container_email.ginput_complex {
  margin-top: -5px;
}

.gform_wrapper .ginput_container_creditcard label, .gform_wrapper .ginput_container_address label, .gform_wrapper .ginput_container_email.ginput_complex label {
  display: block;
  margin: 15px 0 0;
  font-size: 18px;
}

.gform_wrapper .gfield_creditcard_warning_message,
.gform_wrapper .ginput_card_security_code_icon,
.gform_wrapper div.gform_card_icon {
  display: none;
}

.gform_wrapper .ginput_card_expiration_container:after {
  content: "";
  display: block;
  clear: both;
}

.gform_wrapper .ginput_card_expiration_container .custom-select {
  float: left;
  width: calc(50% - 8px);
}

.gform_wrapper .ginput_card_expiration_container .custom-select:last-child {
  float: right !important;
}

@media (min-width: 520px) {
  .gform_wrapper .ginput_cardinfo_left,
  .gform_wrapper .ginput_cardinfo_right {
    display: inline-block;
    width: calc(40% - 8px);
    vertical-align: top;
  }
  .gform_wrapper .ginput_cardinfo_left {
    margin-right: 16px;
    width: calc(60% - 8px);
  }
}

.gform_wrapper .gform_drop_area {
  border: 3px dashed #F9BD56;
  border-radius: 20px;
  padding: 35px 30px 45px;
  text-align: center;
  margin: 10px 0 0;
  line-height: 1;
}

.gform_wrapper .gform_drop_instructions {
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-bottom: 12px;
  line-height: 1.4;
}

.gform_wrapper .gform_button_select_files {
  padding: 9px 20px;
  height: 44px;
  width: 140px;
  font-size: 18px;
  margin: 0;
}

.gform_wrapper .ginput_preview {
  line-height: 1.1;
  font-size: 16px;
  margin-top: 5px;
}

.gform_wrapper .ginput_preview strong {
  font-family: "Helvetica Neue LT W05_55 Roman", Arial, sans-serif;
  float: left;
  padding-right: 20px;
  background: url("../img/icon_remove.svg") no-repeat center right/12px 12px;
}

.gform_wrapper .ginput_preview .gform_delete {
  vertical-align: baseline;
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
  left: -15px;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.gform_wrapper .validation_list {
  margin: 0;
  font-size: 0.8em;
  padding: 0 0 0 20px;
}

.gform_wrapper .validation_list li {
  padding: 5px 0 0;
}

.gform_confirmation_message {
  margin: 40px 0;
}

.application-form-page .gform_wrapper {
  padding: 0;
  margin: 0;
  background: transparent;
  color: #041952;
}

.application-form-page input[type='text'], .application-form-page input[type='password'], .application-form-page input[type='email'], .application-form-page input[type='number'], .application-form-page input[type='tel'], .application-form-page input[type='search'], .application-form-page textarea, .application-form-page .button, .application-form-page input[type=submit], .application-form-page select, .application-form-page .custom-select, .application-form-page .article-tags a, .article-tags .application-form-page a {
  color: #041952;
  border-color: #041952;
}

.application-form-page input:focus[type='text'], .application-form-page input:focus[type='password'], .application-form-page input:focus[type='email'], .application-form-page input:focus[type='number'], .application-form-page input:focus[type='tel'], .application-form-page input:focus[type='search'], .application-form-page textarea:focus, .application-form-page .button:focus, .application-form-page input:focus[type=submit], .application-form-page select:focus, .application-form-page .custom-select:focus, .application-form-page .article-tags a:focus, .article-tags .application-form-page a:focus {
  border-color: #041952;
}

.application-form-page input[type='text']::-webkit-input-placeholder, .application-form-page input[type='password']::-webkit-input-placeholder, .application-form-page input[type='email']::-webkit-input-placeholder, .application-form-page input[type='number']::-webkit-input-placeholder, .application-form-page input[type='tel']::-webkit-input-placeholder, .application-form-page input[type='search']::-webkit-input-placeholder, .application-form-page textarea::-webkit-input-placeholder, .application-form-page .button::-webkit-input-placeholder, .application-form-page input[type=submit]::-webkit-input-placeholder, .application-form-page select::-webkit-input-placeholder, .application-form-page .custom-select::-webkit-input-placeholder, .application-form-page .article-tags a::-webkit-input-placeholder, .article-tags .application-form-page a::-webkit-input-placeholder {
  color: #041952;
}

.application-form-page input[type='text']::-moz-placeholder, .application-form-page input[type='password']::-moz-placeholder, .application-form-page input[type='email']::-moz-placeholder, .application-form-page input[type='number']::-moz-placeholder, .application-form-page input[type='tel']::-moz-placeholder, .application-form-page input[type='search']::-moz-placeholder, .application-form-page textarea::-moz-placeholder, .application-form-page .button::-moz-placeholder, .application-form-page input[type=submit]::-moz-placeholder, .application-form-page select::-moz-placeholder, .application-form-page .custom-select::-moz-placeholder, .application-form-page .article-tags a::-moz-placeholder, .article-tags .application-form-page a::-moz-placeholder {
  color: #041952;
}

.application-form-page input[type='text']:-ms-input-placeholder, .application-form-page input[type='password']:-ms-input-placeholder, .application-form-page input[type='email']:-ms-input-placeholder, .application-form-page input[type='number']:-ms-input-placeholder, .application-form-page input[type='tel']:-ms-input-placeholder, .application-form-page input[type='search']:-ms-input-placeholder, .application-form-page textarea:-ms-input-placeholder, .application-form-page .button:-ms-input-placeholder, .application-form-page input[type=submit]:-ms-input-placeholder, .application-form-page select:-ms-input-placeholder, .application-form-page .custom-select:-ms-input-placeholder, .application-form-page .article-tags a:-ms-input-placeholder, .article-tags .application-form-page a:-ms-input-placeholder {
  color: #041952;
}

.application-form-page input[type='text']::-ms-input-placeholder, .application-form-page input[type='password']::-ms-input-placeholder, .application-form-page input[type='email']::-ms-input-placeholder, .application-form-page input[type='number']::-ms-input-placeholder, .application-form-page input[type='tel']::-ms-input-placeholder, .application-form-page input[type='search']::-ms-input-placeholder, .application-form-page textarea::-ms-input-placeholder, .application-form-page .button::-ms-input-placeholder, .application-form-page input[type=submit]::-ms-input-placeholder, .application-form-page select::-ms-input-placeholder, .application-form-page .custom-select::-ms-input-placeholder, .application-form-page .article-tags a::-ms-input-placeholder, .article-tags .application-form-page a::-ms-input-placeholder {
  color: #041952;
}

.application-form-page input[type='text']::placeholder, .application-form-page input[type='password']::placeholder, .application-form-page input[type='email']::placeholder, .application-form-page input[type='number']::placeholder, .application-form-page input[type='tel']::placeholder, .application-form-page input[type='search']::placeholder, .application-form-page textarea::placeholder, .application-form-page .button::placeholder, .application-form-page input[type=submit]::placeholder, .application-form-page select::placeholder, .application-form-page .custom-select::placeholder, .application-form-page .article-tags a::placeholder, .article-tags .application-form-page a::placeholder {
  color: #041952;
}

.application-form-page input[type='text']::-ms-input-placeholder, .application-form-page input[type='password']::-ms-input-placeholder, .application-form-page input[type='email']::-ms-input-placeholder, .application-form-page input[type='number']::-ms-input-placeholder, .application-form-page input[type='tel']::-ms-input-placeholder, .application-form-page input[type='search']::-ms-input-placeholder, .application-form-page textarea::-ms-input-placeholder, .application-form-page .button::-ms-input-placeholder, .application-form-page input[type=submit]::-ms-input-placeholder, .application-form-page select::-ms-input-placeholder, .application-form-page .custom-select::-ms-input-placeholder, .application-form-page .article-tags a::-ms-input-placeholder, .article-tags .application-form-page a::-ms-input-placeholder {
  /* Edge */
  color: #041952;
}

.application-form-page input[type='text'], .application-form-page input[type='password'], .application-form-page input[type='email'], .application-form-page input[type='number'], .application-form-page input[type='tel'], .application-form-page input[type='search'],
.application-form-page input[type='checkbox'] + .custom-checker:before,
.application-form-page input[type='radio'] + .custom-checker:before, .application-form-page input[type='radio'] + .custom-checker:before,
.application-form-page select {
  border-color: #041952 !important;
}

.application-form-page .custom-select:before, .application-form-page input[type='checkbox']:checked + .custom-checker:after, .application-form-page input:checked[type='radio'] + .custom-checker:after, .application-form-page input:checked[type='radio'] + .custom-checker:after {
  border-color: #F15E30;
}

.application-form-page input:checked[type='radio'] + .custom-checker:after, .application-form-page hr {
  background: #F15E30;
}

.application-form-page form input[type=submit], .application-form-page form .button {
  color: #F15E30;
  border-color: #F15E30;
}

.application-form-page form input[type=submit]:hover, .application-form-page form input[type=submit]:focus, .application-form-page form .button:hover, .application-form-page form .button:focus {
  border-color: #F15E30 !important;
  background-color: #F15E30 !important;
  color: white;
}

.application-form-page form input[type=submit].gform_previous_button, .application-form-page form .button.gform_previous_button {
  color: #041952;
  border-color: #041952;
}

.application-form-page form input[type=submit].gform_previous_button:hover, .application-form-page form input[type=submit].gform_previous_button:focus, .application-form-page form .button.gform_previous_button:hover, .application-form-page form .button.gform_previous_button:focus {
  border-color: #041952 !important;
  background-color: #041952 !important;
  color: white;
}

.application-form-page .gform_drop_area {
  border: 3px dashed #F15E30;
}

.application-form-page .custom-upload input[type='file']:hover + .button, .application-form-page .custom-upload input[type='file']:focus + .button {
  background: #F15E30 !important;
  border-color: #F15E30 !important;
  color: white;
}

.application-form-page .gform_heading h3 {
  font-size: 5vw;
}

@media (max-width: 640px) {
  .application-form-page .gform_heading h3 {
    font-size: 32px;
  }
}

@media (min-width: 940px) {
  .application-form-page .gform_heading h3 {
    font-size: 47px;
  }
}

.application-form-page h2.gsection_title {
  font-size: 5vw;
  padding-top: 1em;
  border-top: 3px solid #F15E30;
  margin-top: 1em;
}

@media (max-width: 640px) {
  .application-form-page h2.gsection_title {
    font-size: 32px;
  }
}

@media (min-width: 940px) {
  .application-form-page h2.gsection_title {
    font-size: 47px;
  }
}

.application-form-page .gform_body h2, .application-form-page .gform_body h3, .application-form-page .gform_body h4, .application-form-page .gform_body h5, .application-form-page .gform_body h6 {
  margin-top: 0;
}

.application-form-page .gform_confirmation_message {
  margin: 0;
}

.breadcrumbs {
  font-family: "Helvetica Neue LT W05_55 Roman", Arial, sans-serif;
  display: inline-block;
  font-size: 16px;
  margin: 0 0 18px;
  font-weight: normal;
}

@media (min-width: 900px) {
  .breadcrumbs {
    font-size: 16px;
  }
}

.breadcrumbs a {
  color: #041952;
  text-decoration: none;
  font-family: "Helvetica Neue LT W05_75 Bold";
  display: inline-block;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.breadcrumbs a:hover {
  color: #F15E30;
}

.breadcrumbs .sep {
  display: inline-block;
  vertical-align: top;
  margin: 0px 2px 0px 9px;
  width: 8px;
  height: 22px;
  background: url("../img/arrow-blue-right.svg") no-repeat center center;
  background-size: 8px 12px;
  list-style-type: none;
}

.gallery {
  margin: 80px 0 !important;
}

@media (min-width: 900px) {
  .gallery {
    margin: 80px -40px !important;
  }
}

.gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 50%;
  padding: 6px;
}

.gallery .gallery-item img {
  width: 100%;
}

.gallery .gallery-item .gallery-caption {
  display: none;
}

.gallery .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery .gallery-item a:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  background: black;
  z-index: 1;
  opacity: 0;
}

.gallery .gallery-item a:hover:before {
  opacity: 0.3;
}

@media (min-width: 480px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.33333%;
  }
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.66666%;
  }
}

.gallery br {
  display: none;
}

.gallery .column {
  display: inline-block;
  vertical-align: top;
}

.gallery .column.size-1of2 {
  width: 50%;
}

.gallery .column.size-1of3 {
  width: 33.33333%;
}

.gallery .column.size-1of4 {
  width: 25%;
}

.gallery .column.size-1of5 {
  width: 20%;
}

.gallery .column.size-1of6 {
  width: 16.66666%;
}

.gallery .column .gallery-item {
  width: 100%;
}

.social-links {
  margin: 2em 0;
}

.social-links a {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: transparent no-repeat center;
  background-size: 50% auto;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  border-radius: 50%;
  border: 3px solid white;
  text-indent: -9999em;
  overflow: hidden;
  margin: 4px 2px;
}

.social-links a:hover {
  background-color: #F15E30;
  border-color: #F15E30;
}

.social-links a.facebook {
  background-image: url("../img/icon_facebook.svg");
}

.social-links a.twitter {
  background-image: url("../img/icon_twitter.svg");
}

.social-links a.instagram {
  background-image: url("../img/icon_instagram.svg");
}

.social-links a.linkedin {
  background-image: url("../img/icon_linkedin.svg");
}

.social-links a.pinterest {
  background-image: url("../img/icon_pinterest.svg");
}

.social-links a.google {
  background-image: url("../img/icon_google.svg");
}

.social-links a.youtube {
  background-image: url("../img/icon_youtube.svg");
}

.social-links a.vimeo {
  background-image: url("../img/icon_vimeo.svg");
}

.social-links a.email {
  background-image: url("../img/icon_email.svg");
}

#commentform label {
  display: block;
  padding-bottom: 2px;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments {
  border-top: 2px solid #F0EBE4;
  padding-top: 25px;
  margin-bottom: 25px;
}

#respond {
  border-top: 2px solid #F0EBE4;
  margin-top: 10px;
  padding-top: 5px;
}

.blog-meta {
  font-size: 16px;
  color: #041952;
  margin: 20px 0 40px;
}

@media (min-width: 730px) {
  .blog-meta {
    font-size: 18px;
    margin: 20px 0 55px;
  }
}

.author-credit {
  display: block;
  padding-top: 10px;
}

@media (min-width: 730px) {
  .author-credit {
    padding-left: 50px;
    display: inline-block;
  }
}

.author-credit a {
  color: #041952;
  font-family: "Helvetica Neue LT W05_75 Bold";
  text-decoration: none;
}

.author-credit a:hover {
  text-decoration: underline;
}

.article-category-items {
  margin-bottom: 50px;
}

.article-category-items a {
  font-size: 16px;
  color: #041952;
  font-family: "Helvetica Neue LT W05_75 Bold";
  text-decoration: none;
  position: relative;
  display: inline-block;
}

@media (min-width: 730px) {
  .article-category-items a {
    font-size: 18px;
  }
}

.article-category-items a:after {
  content: '|';
  padding: 0 7px 0 14px;
}

.article-category-items a:hover {
  text-decoration: underline;
  color: #F15E30;
}

.article-category-items a:last-child:after {
  display: none;
}

.article-tags a {
  padding: 9px 15px;
  width: auto;
  text-align: center;
  cursor: pointer;
  height: 44px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  text-decoration: none;
  font-family: "Helvetica Neue LT W05_75 Bold";
  font-size: 16px;
  background: transparent;
  color: #041952;
  border-color: #041952;
  margin: 0 5px 10px 0;
}

@media (min-width: 730px) {
  .article-tags a {
    font-size: 18px;
  }
}

.article-tags a:hover {
  background: #F15E30;
  border-color: #F15E30;
  color: white;
}

.article-links {
  margin: 90px 0 0;
}

@media (min-width: 520px) {
  .article-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5%;
  }
}

.article-links .article-category-items a {
  margin: 0 10px 10px 0;
}

.article-links .article-category-items a:after {
  display: none;
}

.article-links h4 {
  margin-top: 0;
}

.pagination {
  text-align: right;
  clear: both;
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  background: #F6F2EC;
}

.pagination .page-numbers {
  display: inline-block;
  line-height: 20px;
  padding: 8px;
  background: none;
  color: #041952;
  text-decoration: none;
  text-align: center;
  width: 33px;
  height: 33px;
  vertical-align: middle;
  margin: 0 2px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  font-family: "Helvetica Neue LT W05_75 Bold";
  /*@media (max-width: 767px) {
            display: none;
            
            &.prev, &.next {
                display: block;
            }
        }*/
}

.pagination .page-numbers:hover {
  color: #F15E30;
}

.pagination .page-numbers.current {
  color: #F15E30;
}

.pagination .page-numbers.dots {
  background: #f2f2f2;
  border: none;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
  margin: 0;
  width: auto;
  padding: 6px 12px;
  text-indent: -9999px;
}

.pagination .page-numbers.next {
  left: auto;
  right: 0;
}

.pagination .page-numbers a {
  color: #fff;
}

.single .pagination span.page-numbers.prev, .single .pagination span.page-numbers.next {
  padding: 0;
}

.single .pagination span.page-numbers.prev a, .single .pagination span.page-numbers.next a {
  padding: 6px 12px;
  display: block;
}

.share-button {
  display: inline-block;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  text-decoration: none;
  font-family: "Helvetica Neue LT W05_75 Bold";
  vertical-align: middle;
  font-size: 16px;
  color: #041952;
}

@media (min-width: 730px) {
  .share-button {
    font-size: 18px;
  }
}

.share-button .share-icon {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 25px;
  vertical-align: middle;
  margin-right: 8px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.share-button .share-icon:before {
  content: ' ';
  background: url(../img/icon_share.svg) top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  left: 0;
}

.share-button:hover {
  color: #F15E30;
  text-decoration: underline;
}

.share-popup {
  background: #fff;
  width: 245px;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.share-popup h5 {
  color: #888;
  font-size: 1em;
  font-weight: normal;
  line-height: 20px;
  padding: 12px 15px 8px;
  margin: 0;
}

.share-popup .share-link {
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 12px;
  cursor: pointer;
  color: #F15E30;
  text-transform: lowercase;
  border-top: 1px solid #eaeaea;
  transition: 0.2s;
}

.share-popup .share-link:hover {
  background-color: #F15E30;
  border-top: 1px solid #F15E30;
  color: #fff;
}

.share-popup .share-link .fa {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

.share-popup .copytext {
  position: absolute;
  left: -9999px;
  top: 0;
}

.post-content:after {
  content: "";
  display: block;
  clear: both;
}

.post-content ul, .post-content ol {
  margin: 40px 0;
  padding: 0 0 0 2em;
}

.post-content li {
  margin: 5px 0;
  line-height: 1.5;
}

.post-content iframe {
  clear: both;
  max-width: 100%;
  margin: 40px 0;
}

.post-content .alignright {
  clear: right;
  float: right;
  margin: 5px 0px 20px 30px;
  max-width: 100%;
}

.post-content .alignleft {
  clear: left;
  float: left;
  margin: 5px 30px 20px 0px;
  max-width: 100%;
}

.post-content .aligncenter {
  margin: 40px auto 40px;
  max-width: 100%;
  display: block;
}

.post-content .alignnone {
  margin: 40px 0;
  display: block;
  max-width: 100%;
}

.post-content .wp-caption-text {
  font-size: 0.9em;
  line-height: 1.3;
  margin: 10px 0;
  display: block;
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 2px solid #F0EBE4;
  border-left: 2px solid #F0EBE4;
  margin: 40px 0;
}

.post-content table td, .post-content table th {
  border-bottom: 2px solid #F0EBE4;
  border-right: 2px solid #F0EBE4;
  padding: 10px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.post-content table th {
  background: #f2f2f2;
}

.page-header {
  display: block;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .page-header {
    padding-bottom: 140px;
  }
}

.page-header .grid-wrap {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 900px) {
  .page-header .grid-wrap {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 34% minmax(200px, 500px) 1fr;
  }
}

.page-header .intro-text {
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .page-header.blog-single .grid-wrap {
    grid-template-columns: 1fr minmax(200px, 750px) 1fr;
  }
}

.page-header.blog-single .intro-text {
  margin-bottom: 40px;
}

@media (min-width: 730px) {
  .page-header.blog-single .intro-text {
    margin-bottom: 55px;
  }
}

.feature-box-section {
  background: #FBF7F3;
  padding: 40px 0;
}

@media (min-width: 730px) {
  .feature-box-section {
    padding: 95px 0 0;
  }
}

.feature-box-section .feature-boxes {
  display: block;
}

@media (min-width: 730px) {
  .feature-box-section .feature-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1025px) {
  .feature-box-section .feature-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 0;
    align-items: top;
  }
}

.feature-box-section .feature-boxes .feature-item {
  padding: 35px 0;
  border-top: 3px solid #F0EBE4;
}

@media (min-width: 730px) {
  .feature-box-section .feature-boxes .feature-item {
    border-top: 3px solid #F0EBE4;
    padding: 50px 0;
  }
}

@media (min-width: 1025px) {
  .feature-box-section .feature-boxes .feature-item {
    border-right: 3px solid #F0EBE4;
    border-top: 0px solid #F0EBE4;
    padding-bottom: 90px;
  }
}

.feature-box-section .feature-boxes .feature-item:last-child {
  border-right: none;
}

.feature-box-section .links {
  margin: 25px 0 0;
}

.feature-box-section .link {
  display: block;
}

.feature-box-section h7 {
  font-size: 18px;
  margin: 0;
  text-transform: capitalize;
}

.feature-box-section h3 {
  margin: 15px 0 0;
}

.feature-box-section .wrap {
  padding: 0;
}

@media (min-width: 730px) {
  .feature-box-section .wrap {
    padding: 0 15% 0 0;
  }
}

@media (min-width: 1025px) {
  .feature-box-section .wrap {
    padding: 0 19%;
  }
}

.link {
  text-decoration: none;
  font-family: "Helvetica Neue LT W05_75 Bold";
  margin-bottom: 14px;
  display: block;
  font-size: 16px;
}

@media (min-width: 900px) {
  .link {
    font-size: 20px;
  }
}

.link:hover {
  color: #F15E30;
  text-decoration: underline;
}

.link.arrow:after {
  width: 1.1rem;
  height: 19px;
  display: inline-block;
  text-align: center;
  content: '';
  vertical-align: middle;
  background: url("../img/arrow-orange-right.svg") no-repeat right 0px;
  background-size: 13px auto;
  margin-left: 3px;
}

.link.icon-download:after {
  width: 15px;
  height: 18px;
  display: inline-block;
  text-align: center;
  content: '';
  vertical-align: middle;
  background: url("../img/icon_download.svg") no-repeat right -2px;
  background-size: 15px 17px;
  margin-left: 5px;
}

.link.icon-logout:after {
  width: 25px;
  height: 22px;
  display: inline-block;
  text-align: center;
  content: '';
  vertical-align: middle;
  background: url("../img/icon_logout.svg") no-repeat right 0px;
  background-size: 24px 20px;
  margin-left: 10px;
}

.link.blue {
  color: #F15E30 !important;
}

.link.arrow-left {
  font-size: 18px;
}

.link.arrow-left:before {
  width: 1.1rem;
  height: 19px;
  display: inline-block;
  text-align: center;
  margin-right: 3px;
  margin-bottom: 1px;
  content: '';
  vertical-align: middle;
  background: url("../img/arrow-orange-left.svg") no-repeat left 0px;
  background-size: 13px auto;
}

.link.arrow-left:hover {
  color: #F15E30;
  text-decoration: underline;
}

a.link.arrow:hover:after, a.link.arrow:focus:after {
  background: url("../img/arrow-orange-right.svg") no-repeat right 0px;
  background-size: 13px auto;
}

a.link.icon-logout:hover:after {
  background: url("../img/icon_logout_yellow.svg") no-repeat right 0px;
  background-size: 24px 20px;
}

.related-links a {
  color: #041952;
}

.blog-single-features {
  position: relative;
  padding: 60px 0 0 0;
  background: #F6F2EC;
}

@media (min-width: 900px) {
  .blog-single-features {
    padding: 100px 0 0 0;
  }
}

.blog-single-features .wrapper, .blog-single-features .wrapper-small, .blog-single-features .wrapper-medium {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.blog-single-features .blog-pag {
  max-width: 470px;
}

@media (min-width: 730px) {
  .blog-single-features .blog-pag {
    width: 40%;
  }
}

@media (min-width: 900px) {
  .blog-single-features .blog-pag {
    width: 45%;
  }
}

.blog-single-features .nav-link {
  display: block;
  clear: both;
}

@media (min-width: 730px) {
  .blog-single-features .nav-link {
    margin-bottom: 12px;
  }
}

.blog-single-features .nav-link a {
  color: #041952;
  font-family: "Helvetica Neue LT W05_75 Bold";
  text-decoration: none;
}

.blog-single-features .nav-link a:hover {
  color: #F15E30;
  text-decoration: underline;
}

.blog-single-features .side-feature-image-container {
  position: relative;
}

.blog-single-features .right-box .nav-link {
  text-align: right;
  display: block;
}

.blog-single-features .blog-item {
  display: none;
}

@media (min-width: 730px) {
  .blog-single-features .blog-item {
    display: block;
  }
}

.blog-item h3 a, .blog-item h2 a {
  color: #041952;
  text-decoration: none;
}

.blog-item h3 a:hover, .blog-item h2 a:hover {
  text-decoration: underline;
  color: #F15E30;
}

.blog-item .blog-meta {
  margin: 30px 0 25px;
}

.blog-filter {
  max-width: 500px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.search-numbers {
  padding: 10px 0 20px;
  text-align: left;
  font-size: 18px;
}

.search-numbers a {
  display: block;
}

a.filter-reset {
  position: relative;
  color: #F15E30;
  text-decoration: none;
  font-family: "Helvetica Neue LT W05_75 Bold";
}

a.filter-reset:after {
  position: absolute;
  right: -20px;
  top: 5px;
  height: 0.8em;
  width: 0.8em;
  content: '';
  background: url("../img/icon_reset_small.svg") no-repeat center 0px;
  background-size: 99% 99%;
}

span.reset {
  display: inline-block;
  font-style: normal !important;
  padding-right: 20px;
}

.blog-categories {
  font-family: "Helvetica Neue LT W05_67 Md Cn", Arial, sans-serif;
  margin: 20px auto 0;
}

@media (min-width: 730px) {
  .blog-categories {
    text-align: left;
  }
}

@media (min-width: 900px) {
  .blog-categories {
    text-align: center;
  }
}

.blog-categories ul, .blog-categories li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.blog-categories li {
  display: inline-block;
  padding: 0 10px 10px;
}

@media (min-width: 900px) {
  .blog-categories li {
    padding: 0 20px;
  }
}

.blog-categories li.current-cat a {
  color: #F15E30;
}

.blog-categories a {
  color: #041952;
  text-decoration: none;
  font-size: 24px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

@media (min-width: 900px) {
  .blog-categories a {
    font-size: 31px;
  }
}

.blog-categories a:hover {
  color: #F15E30;
  text-decoration: underline;
}

#content.blog-detail {
  padding-bottom: 0px;
}

#content.blog-detail .wrapper, #content.blog-detail .wrapper-small, #content.blog-detail .wrapper-medium {
  padding-bottom: 70px;
}

@media (min-width: 730px) {
  #content.blog-detail .wrapper, #content.blog-detail .wrapper-small, #content.blog-detail .wrapper-medium {
    padding-bottom: 100px;
  }
}

.cta-panel {
  background: #F9BD56;
  padding: 70px 0;
  background-size: cover;
  position: relative;
}

.cta-panel:before {
  content: '';
  z-index: 1;
  background: linear-gradient(270deg, rgba(250, 203, 109, 0.602977) 10%, #F9BD56 84.58%);
}

.cta-panel .wrapper, .cta-panel .wrapper-small, .cta-panel .wrapper-medium {
  max-width: 1000px;
  z-index: 100;
}

.cta-panel .bg-image {
  background: no-repeat center right;
  background-size: 100% auto;
  opacity: 0.35;
}

.cta-panel h2 {
  margin: 0;
}

@media (min-width: 730px) {
  .cta-panel .cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3%;
    justify-content: space-between;
    align-items: center;
  }
}

.cta-panel .cta-buttons {
  margin: 20px 0 0;
}

@media (min-width: 730px) {
  .cta-panel .cta-buttons {
    margin: 0;
    text-align: right;
  }
}

.cta-panel .cta-buttons a.button {
  display: inline-block;
  margin: 0 10px 10px 0;
}

@media (min-width: 900px) {
  .cta-panel .cta-buttons a.button {
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .cta-panel .cta-buttons a.button {
    padding: 9px 20px;
    height: 44px;
    font-size: 18px;
  }
}

.blog-feature {
  display: block;
  margin: 40px 0 0;
}

@media (min-width: 900px) {
  .blog-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2.5%;
    margin: 95px 0 0;
  }
}

.blog-feature .blog-item {
  margin-bottom: 40px;
}

@media (min-width: 900px) {
  .blog-feature .blog-item {
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .blog-feature .wrap {
    padding: 0 60px;
  }
}

.keyword-search .searchform {
  position: relative;
}

.keyword-search .search-field {
  display: inline-block;
  position: relative;
  text-align: left;
  max-width: 350px;
  width: 100%;
}

.keyword-search input[type="search"] {
  width: 100%;
  max-width: 500px;
  font-family: "Helvetica Neue LT W05_55 Roman", Arial, sans-serif;
  color: white;
  border: 3px solid #041952 !important;
  opacity: 1;
  line-height: 1.4;
  height: 55px;
  padding: 16px 55px 16px 20px;
  font-size: 18px;
  background: #041952;
}

.keyword-search input[type="search"]:focus {
  border-color: green;
}

.keyword-search input[type="search"]::-webkit-search-cancel-button {
  position: relative;
  right: -5px;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: url("../img/icon_cancel_search.svg") no-repeat 0 center/13px 13px !important;
  cursor: pointer;
}

.keyword-search input[type="search"]::-ms-clear {
  display: none;
}

.keyword-search input[type="submit"], .keyword-search button {
  background: url("../img/icon_search_large.svg") no-repeat 18px center/22px 22px !important;
  height: 100%;
  padding: 0;
  margin: 0;
  width: 60px;
  text-indent: -9999px;
  min-width: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  transition: none;
  font-size: 8vw;
}

@media (max-width: 475px) {
  .keyword-search input[type="submit"], .keyword-search button {
    font-size: 38px;
  }
}

@media (min-width: 1150px) {
  .keyword-search input[type="submit"], .keyword-search button {
    font-size: 92px;
  }
}

.keyword-search input[type="submit"]:after, .keyword-search button:after {
  display: none;
}

.keyword-search input[type="submit"]:hover, .keyword-search input[type="submit"]:focus, .keyword-search button:hover, .keyword-search button:focus {
  background: url("../img/icon_search_large_orange.svg") no-repeat 18px center/22px 22px !important;
}

.keyword-search input[type="submit"].clear, .keyword-search button.clear {
  background-image: url("../img/icon_reset_large.svg") !important;
  background-size: 40% auto;
}

.keyword-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 1;
}

.keyword-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}

.keyword-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  opacity: 1;
}

#search-overlay {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #041952;
  z-index: 100;
  color: white;
}

#search-overlay .wrapper, #search-overlay .wrapper-small, #search-overlay .wrapper-medium {
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#search-overlay form {
  max-width: 750px;
  flex: 1;
  font-size: 5vw;
}

@media (max-width: 360px) {
  #search-overlay form {
    font-size: 18px;
  }
}

@media (min-width: 600px) {
  #search-overlay form {
    font-size: 30px;
  }
}

#search-overlay .search-field {
  position: relative;
}

#search-overlay label {
  font-family: "Helvetica Neue LT W05_67 Md Cn", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0.35em;
  font-size: 5vw;
}

@media (max-width: 560px) {
  #search-overlay label {
    font-size: 28px;
  }
}

@media (min-width: 880px) {
  #search-overlay label {
    font-size: 44px;
  }
}

#search-overlay input[type="text"] {
  max-width: 100%;
  background: white;
  color: #041952;
  height: auto;
  padding: 1.3em 2.8em 1.3em 1.2em;
  line-height: 1.2;
  border: none;
  font-size: inherit;
}

#search-overlay .button {
  background: url("../img/icon_search_large_blue.svg") no-repeat 10px center/50% auto !important;
  height: 100%;
  width: 2.8em;
  text-indent: -9999px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: inherit;
}

#search-overlay .search-link-header {
  text-indent: 0px;
  width: 130px;
  background: transparent;
  color: white;
  text-decoration: none;
  font-size: 16px;
  padding: 3px 30px 2px 0;
  top: 20px;
  position: absolute;
  right: 25px;
}

@media (min-width: 480px) {
  #search-overlay .search-link-header {
    right: 30px;
  }
}

#search-overlay .search-link-header .navicon {
  background: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 2px;
  width: 26px;
  position: absolute;
  right: 0;
  top: 12px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

#search-overlay .search-link-header .navicon:before, #search-overlay .search-link-header .navicon:after {
  content: '';
  background: white;
  display: block;
  height: 2px;
  width: 26px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

#search-overlay .search-link-header .navicon:before {
  transform: rotate(45deg);
}

#search-overlay .search-link-header .navicon:after {
  transform: rotate(-45deg);
}

#search-overlay ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #041952;
  opacity: 1;
}

#search-overlay ::-moz-placeholder {
  /* Firefox 19+ */
  color: #041952;
  opacity: 1;
}

#search-overlay :-ms-input-placeholder {
  /* IE 10+ */
  color: #041952;
  opacity: 1;
}

.search-visible {
  overflow: hidden;
}

.search-visible #search-overlay {
  opacity: 1;
  visibility: visible;
}

#content.articles-listing-global {
  padding-top: 28px;
}

@media (min-width: 900px) {
  #content.articles-listing-global {
    padding-top: 80px;
  }
}

.top-articles {
  margin-bottom: 50px;
}

.top-articles h2 {
  margin: 32px 0 40px !important;
}

@media (min-width: 520px) {
  .top-articles h2 {
    margin: 32px 0 75px !important;
  }
}

.article-listing {
  margin: 15px 0 60px;
}

.article-listing .resource-item {
  display: block;
  margin-bottom: 70px !important;
}

@media (min-width: 520px) {
  .article-listing .resource-item {
    display: grid;
    grid-template-columns: 67px 1fr;
    grid-column-gap: 3%;
  }
}

@media (min-width: 1200px) {
  .article-listing .resource-item .bits-wrap {
    display: grid;
    grid-template-columns: 61% 1fr;
    grid-column-gap: 3%;
  }
}

.article-listing .resource-item a.feature-image {
  width: 67px;
  height: 67px;
}

@media (min-width: 520px) {
  .article-listing .resource-item .resource-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .article-listing .resource-item .resource-links {
    text-align: right;
    display: block;
  }
}

.article-listing .resource-item .resource-links .link-wrap {
  display: inline-block;
  width: auto;
  margin-right: 15px;
}

@media (min-width: 1200px) {
  .article-listing .resource-item .resource-links .link-wrap {
    margin-right: 0;
  }
}

.article-listing .resource-item .resource-links .link-wrap a {
  display: inline-block;
  width: auto;
}

@media (min-width: 1200px) {
  .article-listing .resource-item .resource-links .link-wrap a.icon-download {
    margin-right: 15px;
  }
}

.article-listing .resource-item .resource-links p.date-update {
  font-size: 18px;
}

@media (min-width: 520px) {
  .article-listing .resource-item .resource-links p.date-update {
    text-align: right;
  }
}

.article-listing .resource-item .resource-links p {
  margin: 0;
  font-size: 18px !important;
}

@media (min-width: 520px) {
  .article-listing .resource-item .resource-links p {
    text-align: right;
  }
}

.article-listing .resource-item h4 {
  margin: 0;
}

.article-listing .resource-item h4 a {
  color: #041952;
  text-decoration: none;
}

.article-listing .resource-item h4 a:hover {
  color: #F15E30;
  text-decoration: underline;
}

.article-listing .feature-image {
  width: 67px;
  height: 67px;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .article-listing .feature-image {
    margin-bottom: 0;
  }
}

.article-listing .feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-listing .resource-item .feature-image.just-icon {
  width: 67px;
  height: 67px;
  background: #fff url("../img/icon_document.svg");
  background-position: center center;
  background-size: 33%;
  background-repeat: no-repeat;
  display: block;
  border-radius: 100%;
}

.filter-panel {
  padding: 7px 0 20px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 730px) {
  .filter-panel {
    padding: 17px 0 40px;
  }
}

.filter-panel .showing-results {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 24px 0;
  font-size: 18px;
}

.filter-panel form {
  display: block;
  vertical-align: middle;
  position: relative;
  width: 220px;
  margin-top: -10px;
}

@media (min-width: 730px) {
  .filter-panel form {
    float: right;
    margin-top: -23px;
  }
}

.filter-panel form .custom-select, .filter-panel form select {
  border-color: #041952 !important;
  color: #041952;
  font-size: 18px;
}

.filter-panel form .custom-select:before {
  border-color: #F15E30 !important;
}

.resource-feature-boxes {
  display: block;
  margin: 35px 0 80px;
}

@media (min-width: 730px) {
  .resource-feature-boxes {
    margin: 35px 0 120px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    align-items: top;
  }
}

@media (min-width: 900px) {
  .resource-feature-boxes {
    margin: 23px 0 120px;
  }
}

.resource-feature-boxes .feature-item {
  padding: 30px 20px 20px 20px;
  border: 3px solid #F0EBE4;
  margin-bottom: 20px;
}

@media (min-width: 730px) {
  .resource-feature-boxes .feature-item {
    padding: 50px;
    margin-bottom: 0;
  }
}

.resource-feature-boxes .feature-item h2 {
  margin-top: 0;
}

.resource-feature-boxes .feature-item h2 a {
  color: #041952;
  text-decoration: none;
}

.resource-feature-boxes .feature-item h2 a:hover {
  color: #F15E30;
  text-decoration: underline;
}

.resource-feature-boxes .feature-item h2 a:after {
  width: 19px;
  height: 27px;
  display: inline-block;
  text-align: center;
  content: '';
  vertical-align: middle;
  background: url("../img/arrow-orange-right.svg") no-repeat right 0px;
  background-size: 19px 27px;
  margin-left: 10px;
}

a.back-to-top {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 30px;
  top: 40px;
  z-index: 10;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  color: white;
  text-decoration: none;
  font-family: "Helvetica Neue LT W05_67 Md Cn", Arial, sans-serif;
  font-size: 18px;
}

a.back-to-top:before {
  border-left: 3px solid #F15E30;
  height: 55px;
  position: absolute;
  left: 10px;
  top: -60px;
  content: '';
}

@media (min-width: 1670px) {
  a.back-to-top:before {
    top: -100px;
    height: 95px;
  }
}

@media (min-width: 900px) {
  a.back-to-top {
    top: 60px;
  }
}

@media (min-width: 1670px) {
  a.back-to-top {
    top: 100px;
  }
}

a.back-to-top:hover {
  opacity: 0.7;
}

.exit {
  display: block;
  position: fixed;
  right: 0px;
  bottom: 5px;
  z-index: 100;
  background: #d13c0e;
  border-color: #d13c0e;
  color: white;
}

@media (min-width: 900px) {
  .exit {
    bottom: 25px;
    height: 48px;
    padding: 11px 16px;
    font-size: 18px;
  }
  .exit:before {
    content: 'Quick ';
  }
}

.exit:hover, .exit:focus {
  background: #041952;
  border-color: #041952;
  color: white;
}

.search-section {
  display: none;
}

@media (min-width: 1370px) {
  .search-section {
    display: inline-block;
  }
}

.search-section .header-search {
  display: inline-block;
  vertical-align: top;
  font-size: 0px;
  box-sizing: border-box;
  position: relative;
}

.search-section .header-search .button {
  background: url("../img/icon_search_large.svg") no-repeat 0px center/22px;
  height: 100%;
  padding: 0;
  margin: 0;
  width: 40px;
  text-indent: -9999px;
  min-width: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  transition: none;
  overflow: hidden;
}

.search-section .header-search .button:hover, .search-section .header-search .button:focus {
  background: url("../img/icon_search_large_orange.svg") no-repeat 0px center/22px;
}

.search-section .header-search input[type="text"] {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #fff;
  background: #1D2965 !important;
  background-image: none;
  width: 206px;
  height: 58px;
  padding: 0px 40px 2px 20px;
  margin: 0px;
  border: none;
  border-radius: 0px;
  box-sizing: content-box;
  -webkit-appearance: none;
  font-size: 16px;
}

.search-section .header-search input[type="text"]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-section .header-search input[type="text"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.search-section .header-search input[type="text"]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-section .header-search input[type="text"]::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-section .header-search input[type="text"]::placeholder {
  color: #fff;
  opacity: 1;
}

.search-section .header-search input[type="text"]::-ms-input-placeholder {
  /* Edge */
  color: #fff;
}

.search-section .header-search input[type="text"]:focus {
  background: white !important;
  color: #041952;
}

.search-section .header-search input[type="text"]:focus + .button {
  background-image: url("../img/icon_search_large_focus.svg");
}

.search-section .header-search input[type="text"]:focus::-webkit-input-placeholder {
  color: #767675;
}

.search-section .header-search input[type="text"]:focus::-moz-placeholder {
  color: #767675;
}

.search-section .header-search input[type="text"]:focus:-ms-input-placeholder {
  color: #767675;
}

.search-section .header-search input[type="text"]:focus::-ms-input-placeholder {
  color: #767675;
}

.search-section .header-search input[type="text"]:focus::placeholder {
  color: #767675;
}

.search-section .header-search input[type="text"]:focus::-ms-input-placeholder {
  /* Edge */
  color: #767675;
}

.search-link-header {
  background: url("../img/icon_search_large.svg") no-repeat center/60%;
  height: 40px;
  padding: 0;
  margin: 0;
  width: 35px;
  text-indent: -9999px;
  position: relative;
  right: -15px;
}

@media (min-width: 1370px) {
  .search-link-header {
    display: none;
  }
}

.top-banner {
  margin: -150px 0 0;
  padding: 200px 0 70px;
  background: #FBF7F3 no-repeat top center;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
}

@media (min-width: 730px) {
  .top-banner {
    margin: -100px 0 0;
    padding: 200px 0 100px;
  }
}

@media (min-width: 900px) {
  .top-banner {
    margin: -220px 0 0;
    padding: 360px 0 150px;
  }
}

.top-banner .bg-image {
  background: transparent no-repeat top center;
  background-size: cover;
  opacity: 0.3;
}

.top-banner .banner-text {
  z-index: 1;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 730px) {
  .top-banner .banner-text {
    width: 84%;
  }
}

@media (min-width: 900px) {
  .top-banner .banner-text {
    display: grid;
    grid-template-columns: 55% 40%;
    grid-column-gap: 5%;
  }
}

.top-banner .banner-text h1 {
  color: #041952;
}

@media (min-width: 900px) {
  .top-banner .banner-text h1 {
    margin-bottom: 50px;
  }
}

.top-banner .banner-text .button {
  background: #FBF7F3 !important;
}

.top-banner .banner-text .button:hover {
  background: #F15E30 !important;
  color: white;
}

.top-banner .banner-text .left-col {
  margin-bottom: 30px;
}

@media (min-width: 900px) {
  .top-banner .banner-text .left-col {
    margin-bottom: 0;
  }
}

.top-banner .banner-text .banner-links {
  padding-top: 20px;
}

.top-banner .banner-text .banner-links a {
  font-family: "Helvetica Neue LT W05_67 Md Cn", Arial, sans-serif;
  font-size: 25px;
  color: #041952;
}

@media (min-width: 900px) {
  .top-banner .banner-text .banner-links a {
    font-size: 37px;
  }
}

.top-banner .banner-text .banner-links a:hover {
  color: #F15E30;
  text-decoration: underline;
}

.top-banner .banner-text .banner-links a:after {
  width: 30px;
  height: 20px;
  display: inline-block;
  text-align: center;
  content: '';
  vertical-align: middle;
  background: url("../img/arrow-orange-right-pointy.svg") no-repeat right 0px;
  background-size: 20px auto;
  margin-left: 0px;
}

@media (min-width: 900px) {
  .top-banner .banner-text .banner-links a:after {
    background-size: 28px auto;
    width: 37px;
    height: 30px;
  }
}

#gform_wrapper_9 {
  margin: 0;
  padding: 0;
  background: transparent;
}

#gform_wrapper_9 .gform_body {
  margin: 0;
}

#gform_wrapper_9 .button {
  margin: 20px 0 0;
  border-color: #F15E30;
  color: #F15E30;
}

#gform_wrapper_9 .button:hover, #gform_wrapper_9 .button:focus {
  border-color: #F15E30 !important;
  background-color: #F15E30 !important;
  color: white;
}

#gform_confirmation_message_9 {
  font-size: 16px;
}

.home header.header-area .secondary-nav {
  background: none;
}

.home #main {
  padding: 0;
}

.home #content {
  padding-top: 0;
  background: #FBF7F3;
  padding-bottom: 55px;
}

.home #content .home-wrap {
  display: block;
}

@media (min-width: 1025px) {
  .home #content .home-wrap {
    border-left: 3px solid #F0EBE4;
    border-bottom: 3px solid #F0EBE4;
    display: grid;
    grid-template-columns: 60% 23%;
    grid-column-gap: 5%;
  }
}

.home #content .home-content {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0px 100px;
}

@media (min-width: 730px) {
  .home #content .home-content {
    width: 74%;
    padding: 150px 0px 150px;
  }
}

.home #content .home-content p {
  font-size: 22px;
  line-height: 1.5;
}

.home #content .intro-text p {
  font-family: "Helvetica Neue LT W05_67 Md Cn", Arial, sans-serif;
  line-height: 1.5;
  font-size: 5vw;
}

@media (max-width: 640px) {
  .home #content .intro-text p {
    font-size: 32px;
  }
}

@media (min-width: 820px) {
  .home #content .intro-text p {
    font-size: 41px;
  }
}

.home #content .home-content-buttons {
  margin: 60px 0 0;
}

.home #content .home-content-buttons .button {
  margin: 0 10px 10px 0;
}

.home-news {
  padding: 60px 0;
}

@media (min-width: 900px) {
  .home-news {
    padding: 120px 0;
  }
}

@media (min-width: 1025px) {
  .home-news .wrap {
    width: 84%;
    margin: 0 auto;
  }
}

.home-news h4 a {
  color: #041952;
  text-decoration: none;
}

.home-news h4 a:hover {
  text-decoration: underline;
}

.home-news .link {
  color: #041952;
}

.home-news .link:hover {
  color: #F15E30;
  text-decoration: underline;
}

.home-news .blog-links h5 {
  margin-bottom: 34px;
}

.home-news .post-content {
  display: block;
}

@media (min-width: 730px) {
  .home-news .post-content {
    display: grid;
    grid-template-columns: 65% 25%;
    grid-column-gap: 5%;
  }
}

@media (min-width: 1025px) {
  .home-news .post-content {
    width: 54%;
    display: block;
  }
}

@media (min-width: 1370px) {
  .home-news .post-content {
    width: 62%;
    display: grid;
    grid-template-columns: 65% 27%;
    grid-column-gap: 5%;
  }
}

@media (min-width: 1670px) {
  .home-news .post-content {
    width: 66%;
  }
}

.home .post-content {
  max-width: 850px;
}

.impact-panel {
  background: #F9BD56;
  padding: 40px 30px 80px 30px;
  display: block;
}

@media (min-width: 730px) {
  .impact-panel {
    padding: 60px 0 80px 60px;
  }
}

@media (min-width: 1025px) {
  .impact-panel {
    position: absolute;
    top: 0;
    right: 25px;
    max-width: 395px;
    z-index: 1;
  }
}

@media (min-width: 1025px) and (min-width: 1200px) {
  .impact-panel {
    max-width: 445px;
  }
}

.impact-panel .story {
  padding: 0 0 50px;
  margin-bottom: 50px;
  border-bottom: 3px solid #FFCD6A;
}

.impact-panel .story:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.impact-panel .wrap {
  padding-right: 0px;
}

@media (min-width: 730px) {
  .impact-panel .wrap {
    padding-right: 70px;
  }
}

.blog-image {
  margin: 20px auto 0;
  text-align: center;
  display: block;
}

@media (min-width: 900px) {
  .blog-image {
    margin: 30px auto 0;
  }
}

#content.blog-listing {
  padding-top: 0;
  background: #FBF7F3;
  padding-bottom: 0;
}

#content.blog-listing > .wrapper, #content.blog-listing > .wrapper-small, #content.blog-listing > .wrapper-medium {
  max-width: 100%;
}

@media (min-width: 900px) {
  #content.blog-listing > .wrapper, #content.blog-listing > .wrapper-small, #content.blog-listing > .wrapper-medium {
    padding: 0;
  }
}

#content.blog-listing .blog-grid {
  display: block;
}

@media (min-width: 900px) {
  #content.blog-listing .blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#content.blog-listing .blog-item {
  padding: 30px 0;
  border-bottom: 2px solid #F0EBE4;
}

@media (min-width: 900px) {
  #content.blog-listing .blog-item {
    padding: 60px;
    border-right: 2px solid #F0EBE4;
  }
}

#content.blog-listing .blog-item:nth-child(3n) {
  border-right: none;
}

#content.blog-listing h2 {
  margin-top: 0;
}

#content.blog-listing h2 a {
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

#content.blog-listing h2 a:hover {
  color: #F15E30;
}

#content.blog-listing .blog-image {
  margin-bottom: 30px;
}

.grid-wrap-support {
  display: grid;
  align-items: start;
  grid-column-gap: 12%;
  grid-row-gap: 40px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 730px) {
  .grid-wrap-support {
    grid-template-columns: 45% 43%;
  }
}

@media (min-width: 1025px) {
  .grid-wrap-support {
    width: 84%;
  }
}

.grid-wrap-support .intro-feature {
  border: 2px solid #F0EBE4;
  border-width: 3px 0 0 3px;
  padding: 5px 0 20px 30px;
}

@media (min-width: 730px) {
  .grid-wrap-support .intro-feature {
    border-width: 0 0 3px 3px;
    padding: 0 0 30px 40px;
  }
}

@media (min-width: 1025px) {
  .grid-wrap-support .intro-feature {
    padding: 0 0 50px 80px;
  }
}

#content.landing-content {
  padding-top: 0;
}

.landing-listing {
  display: block;
}

.landing-section {
  display: grid;
  grid-template-columns: 70% 25%;
  grid-column-gap: 2%;
  align-items: start;
  justify-content: space-between;
  margin: 0 0 30px;
}

@media (min-width: 520px) {
  .landing-section {
    grid-template-columns: 65% 30%;
  }
}

@media (min-width: 730px) {
  .landing-section {
    display: grid;
    grid-template-columns: 50% 36%;
    grid-column-gap: 5%;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
  }
}

.landing-section h2 {
  margin-top: 0;
}

.landing-section h2 a {
  color: #041952;
  text-decoration: none;
}

.landing-section h2 a:hover, .landing-section h2 a:focus {
  color: #F15E30;
  text-decoration: underline;
}

.landing-section .description {
  margin: 20px 0 25px 0;
}

.landing-section .landing-image img {
  border-radius: 100%;
}

.landing-page {
  padding: 100px 0 30px;
}

.landing-detail .landing-section {
  display: block;
  margin: 0 0 65px;
}

@media (min-width: 730px) {
  .landing-detail .landing-section {
    display: grid;
    grid-template-columns: 36% 50%;
    grid-column-gap: 5%;
    margin: 0 0 40px;
    align-items: start;
  }
}

.landing-detail .landing-section h2 {
  margin-top: 15px;
}

.landing-detail .landing-section .description {
  margin: 0 0 25px;
}

.landing-detail .landing-section .landing-image img {
  border-radius: 100%;
}

.page-template-page-login .secondary-nav, .dashboard-page .secondary-nav, .single-member .secondary-nav {
  background: #15235E !important;
}

.page-template-page-login .secondary-nav .main-nav ul.menu li a, .dashboard-page .secondary-nav .main-nav ul.menu li a, .single-member .secondary-nav .main-nav ul.menu li a {
  color: white;
}

.page-template-page-login .secondary-nav .button, .dashboard-page .secondary-nav .button, .single-member .secondary-nav .button {
  background: transparent;
}

.page-template-page-login .page-header, .dashboard-page .page-header, .single-member .page-header {
  color: white;
  background: #15235E;
  padding-bottom: 60px;
}

@media (min-width: 900px) {
  .page-template-page-login .page-header, .dashboard-page .page-header, .single-member .page-header {
    padding-bottom: 150px;
  }
}

.page-template-page-login .page-header.listing-header, .dashboard-page .page-header.listing-header, .single-member .page-header.listing-header {
  margin-top: -50px;
  padding-bottom: 40px;
}

@media (min-width: 900px) {
  .page-template-page-login .page-header.listing-header, .dashboard-page .page-header.listing-header, .single-member .page-header.listing-header {
    margin-top: -110px;
  }
}

.page-template-page-login #main, .dashboard-page #main, .single-member #main {
  background: #15235E;
}

.page-template-page-login .wppb-user-forms form, .dashboard-page .wppb-user-forms form, .single-member .wppb-user-forms form {
  margin: 30px 0;
}

.page-template-page-login .wppb-user-forms .button, .dashboard-page .wppb-user-forms .button, .single-member .wppb-user-forms .button {
  color: #F15E30;
  border-color: #F15E30;
  background: transparent;
}

.page-template-page-login .wppb-user-forms .button:hover, .page-template-page-login .wppb-user-forms .button:focus, .dashboard-page .wppb-user-forms .button:hover, .dashboard-page .wppb-user-forms .button:focus, .single-member .wppb-user-forms .button:hover, .single-member .wppb-user-forms .button:focus {
  background-color: #F15E30;
  color: white;
}

.page-template-page-login .wppb-user-forms .login-remember, .dashboard-page .wppb-user-forms .login-remember, .single-member .wppb-user-forms .login-remember {
  display: none;
}

.page-template-page-login .wppb-error, .page-template-page-login .wppb-warning, .dashboard-page .wppb-error, .dashboard-page .wppb-warning, .single-member .wppb-error, .single-member .wppb-warning {
  color: #F15E30;
}

.page-template-page-login .wppb-description-delimiter, .dashboard-page .wppb-description-delimiter, .single-member .wppb-description-delimiter {
  display: block;
  padding: 8px 0 0;
  font-size: 16px;
}

.login-register-lost-password a {
  color: white;
  font-size: 18px;
  font-family: "Helvetica Neue LT W05_75 Bold";
}

.login-register-lost-password a:after {
  content: "";
  display: block;
  clear: both;
}

.single-member .page-header .link, .single-member .page-header .breadcrumbs a, .single-member .page-header .blog-meta, .single-member .page-header .author-credit a, .single-member .page-header .article-category-items a, .single-member .page-header .share-button {
  color: white;
}

.single-member .page-header .breadcrumbs .sep {
  background: url("../img/arrow-white-right.svg") no-repeat center center;
}

.page-id-111 #content {
  padding-bottom: 0;
}

.impact-section {
  display: block;
  margin: 0 0 30px;
}

@media (min-width: 730px) {
  .impact-section {
    display: grid;
    grid-template-columns: 36% 50%;
    grid-column-gap: 5%;
    margin: 0 0 40px;
  }
}

.impact-section h2 {
  margin-top: 15px;
}

.impact-section .description {
  margin: 0 0 25px;
}

.impact-section .landing-image img {
  border-radius: 100%;
}

.impact-section .show-more-item {
  overflow: hidden;
}

.stories blockquote:first-child {
  margin-top: 30px;
}

.stories blockquote {
  margin-bottom: 40px;
}

.stories .quote-author {
  margin-top: 0;
}

.stories hr {
  margin: 2.6em 0;
}

.stats .large-text {
  font-size: 5vw;
  font-family: "Helvetica Neue LT W05_75 Bold";
}

@media (max-width: 560px) {
  .stats .large-text {
    font-size: 28px;
  }
}

@media (min-width: 660px) {
  .stats .large-text {
    font-size: 33px;
  }
}

.stats p {
  max-width: 380px;
}

.statement blockquote {
  margin-top: 30px;
}

.statement hr {
  margin-bottom: 0;
}

.partners-sponsors .link {
  margin: 15px 0 0;
}

.related-links-imapct .item-details {
  margin: 30px 0 0;
}

.related-links-imapct .link {
  color: #041952;
}

.related-links-imapct .link:hover {
  color: #F15E30;
  text-decoration: underline;
}

@media (min-width: 900px) {
  .single-top-articles .wrapper .grid-wrap, .single-top-articles .wrapper-small .grid-wrap, .single-top-articles .wrapper-medium .grid-wrap {
    display: grid;
    grid-template-columns: 1fr minmax(200px, 750px) 1fr;
    grid-column-gap: 20px;
  }
}

.dashboard-page .page-header a.link {
  margin: 30px 0 0;
  font-size: 26px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.dashboard-page .page-header a.link:hover {
  color: #F9BD56;
}

.dashboard-page #content {
  background: #FBF7F3;
}

.cat-description {
  font-size: 2vw;
}

@media (max-width: 900px) {
  .cat-description {
    font-size: 18px;
  }
}

@media (min-width: 1300px) {
  .cat-description {
    font-size: 26px;
  }
}

.cat-description h2 {
  font-size: 5vw;
}

@media (max-width: 640px) {
  .cat-description h2 {
    font-size: 32px;
  }
}

@media (min-width: 940px) {
  .cat-description h2 {
    font-size: 47px;
  }
}

.cat-description hr {
  height: 4px;
  margin: 1.3em 0 2em;
}

.search-listing .post-type-listing {
  margin: 30px 0 0;
}

.search-listing .post-type-listing li.current-menu-item a, .search-listing .post-type-listing.current-menu-ancestor > a,
.search-listing .post-type-listing.current-cat > a, .search-listing .post-type-listing.current-cat-parent > a {
  color: #F15E30;
}

.search-listing .post-type-listing ul, .search-listing .post-type-listing li {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

.search-listing .post-type-listing a {
  color: #041952;
  font-family: "Helvetica Neue LT W05_67 Md Cn", Arial, sans-serif;
  font-size: 31px;
  text-decoration: none;
}

.search-listing .post-type-listing a:hover {
  color: #F15E30;
}

.search-listing .articles-listing {
  margin: 60px 0;
}

.search-listing .search-item {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 75% 20%;
  grid-column-gap: 5%;
}

.search-listing .search-item h3 {
  margin-top: 0;
}

.search-listing .search-item h3 a {
  color: #041952;
  text-decoration: none;
}

.search-listing .search-item h3 a:hover {
  text-decoration: underline;
}

#main.application-form-page {
  background: #F6F2EC;
  padding: 60px 0 0px;
}

@media (min-width: 900px) {
  #main.application-form-page {
    padding: 0px 0 0px;
  }
}

#content.application-form-page {
  margin-top: -50px;
  padding: 50px 0 130px;
}

@media (min-width: 900px) {
  #content.application-form-page {
    margin-top: -100px;
    padding: 100px 0 130px;
  }
}

@media (min-width: 1025px) {
  #content.application-form-page .wrapper .grid-wrap, #content.application-form-page .wrapper-small .grid-wrap, #content.application-form-page .wrapper-medium .grid-wrap {
    width: 84%;
    margin: 0 auto;
  }
}

@media (min-width: 900px) {
  #content.application-form-page .wrapper .grid-wrap, #content.application-form-page .wrapper-small .grid-wrap, #content.application-form-page .wrapper-medium .grid-wrap {
    grid-template-columns: 1fr 32.5%;
    grid-column-gap: 40px;
  }
}

#content.application-form-page .form-side-feature {
  border: 2px solid #F0EBE4;
  border-width: 3px 0 0 3px;
  padding: 5px 0 20px 30px;
  overflow: hidden;
}

@media (min-width: 730px) {
  #content.application-form-page .form-side-feature {
    border-width: 0 0 3px 3px;
    padding: 10px 0 30px 40px;
  }
}

@media (min-width: 1025px) {
  #content.application-form-page .form-side-feature {
    padding: 10px 0 40px 60px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay fade */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.2;
}

.mfp-no-overlay.mfp-bg.mfp-ready {
  opacity: 0;
}

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #66AFE9;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px;
  font-size: 14px;
  line-height: 1.4;
}

.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none;
}

.ui-datepicker a:hover,
.ui-datepicker .ui-datepicker-today a,
.ui-datepicker td:hover a {
  color: #2A6496;
  transition: color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
  padding: 0 30px;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 14px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  display: inline;
  border: 1px solid #aaa !important;
  color: #222222;
  border-radius: 0;
  padding: 3px 5px;
  margin: 0 2px;
  width: 45%;
  height: auto;
  background: white;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  height: 25px;
  line-height: 1;
  margin-top: 2px;
  width: 30px;
  position: relative;
}

.ui-datepicker .ui-datepicker-prev:hover:before,
.ui-datepicker .ui-datepicker-next:hover:before {
  border-color: #F15E30;
}

.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
}

.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 3px solid #222;
  border-width: 3px 0 0 3px;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  left: 5px;
}

.ui-datepicker .ui-datepicker-next:before {
  left: auto;
  right: 5px;
  border-width: 0 3px 3px 0;
}

.ui-datepicker .ui-icon {
  display: none;
}

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0;
}

.ui-datepicker .ui-datepicker-calendar td {
  font-size: 14px;
  border-radius: 4px;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-calendar td:hover,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background-color: #eee;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-current-day {
  background-color: #4289cc;
}

.ui-datepicker .ui-datepicker-current-day a {
  color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default;
}

/*# sourceMappingURL=../maps/main.css.map */
