@font-face {
  font-family: 'Myriad pro';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad pro';
  src: url('../fonts/MyriadPro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad pro';
  src: url('../fonts/MyriadPro-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad pro';
  src: url('../fonts/MyriadPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
/*-=Tablet screens=-*/
@media only screen and (max-width: 1024px) {
  /*max-width 1024px, tablet screens*/
  .main-area--page figure {
    margin-left: auto;
    margin-right: auto;
  }
}
/*-=Small screens=-*/
@media only screen and (max-width: 640px) {
  /* TOP BAR Mobile STYLING */
  .title-bar {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #285128;
    /* collapsed menu bar color */
    padding: 0;
    width: 63px;
    line-height: 45px;
    text-align: center;
    z-index: 15;
  }
  .title-bar .title-bar-title {
    display: block;
    vertical-align: top;
    margin-top: -15px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
  }
  .title-bar .menu-icon {
    position: relative;
    display: block;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none;
  }
  .title-bar .menu-icon:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 50%;
    left: 0;
    margin-top: -9px;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  }
  .top-bar {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
    height: auto;
    padding: 0;
    background: #285128;
    /* menu list background color */
    z-index: 10;
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar ul li > a {
    display: block;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    color: white;
    /* menu item text color */
    font-size: 14px;
    background: #285128;
    /* menu item background color */
    line-height: 45px;
    padding: 0 15px;
  }
  .top-bar ul li > a:hover {
    background: #204020 !important;
    /* menu item background color on hover */
  }
  .top-bar ul li.current-menu-item > a, .top-bar ul li.current_page_ancestor > a {
    background: #306230 !important;
    /* current/parent menu item background color */
  }
  .top-bar ul li.has-dropdown a:after {
    display: none;
  }
  .top-bar ul li.has-dropdown .accordion-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 45px;
    right: 0;
    top: 0;
    color: #fff;
    /* dropdown arrow color */
    z-index: 100;
    text-align: center;
  }
  .top-bar ul li.has-dropdown .accordion-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-bar ul li[aria-expanded="true"] > a {
    background: #234723;
    /* menu item background color on open dropdown */
  }
  .top-bar ul li[aria-expanded="true"] > a .accordion-toggle i.fa {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar ul li .submenu a {
    padding-left: 25px;
  }
  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media only screen and (min-width: 641px) {
  /* TOP BAR STYLING */
  /* Align Menu to the right
   .top-bar .header-menu { float:right; }*/
  /* Align Menu to the center
   .top-bar .header-menu { text-align: center; }
   .top-bar .header-menu > li{ float: none; display: inline-block; } */
  .title-bar {
    display: none;
  }
  .top-bar {
    padding: 0;
    background-color: transparent;
    position: relative;
    z-index: 5;
    /* Dropdown item styling */
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar .header-menu {
    display: flex;
    text-align: center;
    z-index: 10;
    position: relative;
    box-shadow: 0 4px 1px -1px rgba(0, 0, 0, 1);
    background-color: #285128;
  }
  .top-bar .header-menu li:not(:first-of-type) {
    border-left: 1px solid #ffefd5;
  }
  .top-bar .header-menu li {
    display: inline-block;
    background-color: transparent;
    vertical-align: top;
    position: relative;
    margin: 0 -5px 0 0;
  }
  .top-bar .header-menu li > a {
    /* Regular menu item style */
    display: block;
    padding: 0 15px;
    background: transparent;
    font-size: 24px;
    line-height: 1.25;
    color: #285128;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    color: #ffefd5;
    text-decoration: none;
    padding: 19px 24px 20px;
  }
  .top-bar .header-menu li.current-menu-item, .top-bar .header-menu li.current_page_ancestor, .top-bar .header-menu li.current_page_parent {
    /* Style of Current page and Ancestor page */
  }
  .top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
    background: #285128;
  }
  .top-bar .header-menu li.has-dropdown {
    /* Style of item with dropdown */
  }
  .top-bar .header-menu li.has-dropdown > a {
    text-align: left;
    background-color: #285128;
  }
  .top-bar .header-menu li.has-dropdown > a:after {
    /* Hide dropdown arrow */
    display: none !important;
  }
  .top-bar .header-menu li.has-dropdown > a:hover {
    /* Hover state for dropdown link */
    color: #fff;
  }
  .top-bar .header-menu li > a:hover {
    /* menu item style on hover */
    color: #fff;
    background: #285128;
  }
  .top-bar .header-menu:after {
    content: '';
    display: table;
    clear: both;
  }
  .top-bar ul li:hover > a {
    /* Parent link style on dropdown hover */
    background: #285128;
  }
  .top-bar .submenu {
    display: none;
    border: none;
    min-width: 246px;
  }
  .top-bar .submenu.js-dropdown-active {
    display: block;
  }
  .top-bar .submenu li {
    display: block;
    border-left: 0px solid #285128 !important;
  }
  .top-bar .submenu li > a {
    /* Regular link in dropdown */
    font-size: 18px;
    line-height: 20px;
    background: #285128;
    text-align: left;
    padding: 10px 21px;
  }
  .top-bar .submenu li > a:hover {
    /* Dropdown link on hover */
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li {
    /* Styles for 2nd level dropdown menu link */
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .top-bar .header-menu {
    display: flex;
    justify-content: space-between;
  }
  .top-bar .header-menu li a {
    font-size: 14px;
    padding: 15px 7px;
  }
  .dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .top-bar .header-menu {
    display: flex;
    justify-content: space-between;
  }
  .top-bar .header-menu li a {
    font-size: 15px;
    padding: 20px 15px;
  }
  .dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .top-bar .header-menu {
    display: flex;
    justify-content: center;
  }
  .top-bar .header-menu li a {
    font-size: 18px;
    padding: 20px 15px;
  }
}
/* min-width 641px */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
}
/*-=Large screens=-*/
@media only screen and (min-width: 1025px) {
  /*min-width 1025px, large screens*/
  .attachment-wrapper {
    float: right;
  }
}
@media only screen and (min-width: 1201px) {
  /* min-width 1201px, large screens*/
}
@media only screen and (min-width: 1201px) and (max-width: 1280px) {
  /* min-width 1201px and max-width 1280px, use when QAing MacBook issues */
}
@media only screen and (max-width: 1200px) {
  .header-top .logo {
    max-width: 300px;
  }
  .header-top .logo img {
    height: auto;
  }
  .header-top .header-slogan {
    margin-top: 0;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .header-slogan {
    font-size: 25px;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .header-top {
    padding-top: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .header-top .logo {
    max-width: 180px;
  }
  .header-top .header-slogan {
    max-width: 100%;
    text-align: center;
  }
}
