@charset "UTF-8";
.content {
  background: white; }

.container_inner {
  width: 1168px;
  max-width: calc(100vw - 40px); }

.two_columns_25_75 > .column1 {
  box-sizing: border-box; }

.two_columns_25_75 > .column2 {
  box-sizing: border-box; }

@media only screen and (max-width: 1000px) {
  .content .content_inner > .container > .container_inner,
  .content .content_inner > .full_width > .full_width_inner,
  .content .content_inner > .container > .container_inner.default_template_holder {
    padding-top: 0px !important; } }

.hidden {
  display: none; }

@media only screen and (max-width: 600px) {
  .vc_row.full_screen_section, .full_screen_section_slide {
    padding: 0; } }

::selection {
  background: #be955b;
  color: #fff; }

h1 {
  letter-spacing: 0.5px; }

h2 {
  letter-spacing: 0.4px;
  font-weight: 600; }

h4 {
  letter-spacing: 0.4px; }

.logo_wrapper {
  padding: 25px 0;
  position: absolute; }
  .logo_wrapper img {
    height: auto !important;
    object-fit: contain;
    mix-blend-mode: multiply;
    top: 0; }
  .logo_wrapper .qld_logo {
    top: 0px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .logo_wrapper .qld_logo a {
      display: -ms-flexbox;
      display: flex; }
    @media screen and (max-width: 1000px) {
      .logo_wrapper .qld_logo {
        transform: none !important;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative !important; } }
    .logo_wrapper .qld_logo img {
      width: 230px !important;
      top: 0px; }
  .logo_wrapper .qld_logo_2 {
    position: relative;
    bottom: 0px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .logo_wrapper .qld_logo_2 {
        margin-top: 5px;
        top: 0 !important;
        transform: none !important;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative !important; } }
    .logo_wrapper .qld_logo_2 a {
      visibility: visible; }
    .logo_wrapper .qld_logo_2 img {
      display: block;
      position: relative;
      top: initial;
      bottom: 0;
      width: 350px; }
      @media only screen and (max-width: 767px) {
        .logo_wrapper .qld_logo_2 img {
          width: 300px; } }
      @media screen and (max-width: 400px) {
        .logo_wrapper .qld_logo_2 img {
          width: 200px; } }

.header_bottom {
  padding: 0; }

.header_bottom .container_inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box; }
  @media only screen and (max-width: 1200px) {
    .header_bottom .container_inner {
      padding: 0 20px; }
      .header_bottom .container_inner nav.main_menu {
        width: calc(100% + 40px);
        margin-left: -20px; } }

header .container_inner .header_inner_left {
  max-width: 1200px;
  margin: auto;
  background: none;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 1000px) {
    header .container_inner .header_inner_left {
      height: 91px; } }

header.page_header form.search {
  float: right; }

@media only screen and (max-width: 767px) {
  header.page_header {
    border-bottom: 1px solid #bbc0c8; } }

.logo_wrapper {
  height: 100%; }

.mobile_menu_button span {
  font-size: 25px; }

@media only screen and (max-width: 1000px) {
  .qld_logo {
    display: none !important; }
  .qld_logo,
  .qld_logo_2 {
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%); }
    .qld_logo a,
    .qld_logo_2 a {
      left: 0; }
  .logo_wrapper .qld_logo {
    top: 40%; }
  .logo_wrapper .qld_logo_2 {
    bottom: initial; } }

@media only screen and (min-width: 1001px) {
  .logo_wrapper.flex_wrapper .qld_logo {
    width: 25%; }
  .logo_wrapper.flex_wrapper .qld_logo_2 {
    width: 50%; } }

nav.main_menu {
  position: relative;
  left: 0;
  margin-top: 88px;
  width: 100%;
  text-align: center;
  clear: both;
  background: #091b34; }
  nav.main_menu .wrapper {
    max-width: 1200px;
    display: inline-table;
    background: none;
    width: 100%; }
    nav.main_menu .wrapper > ul {
      left: 0;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      nav.main_menu .wrapper > ul > li {
        display: table-cell;
        border-left: 1px solid #ffffff; }
        @media only screen and (min-width: 1001px) {
          nav.main_menu .wrapper > ul > li {
            width: 20%; } }
        nav.main_menu .wrapper > ul > li:before {
          display: none; }
        nav.main_menu .wrapper > ul > li:last-of-type {
          border-right: 1px solid #ffffff; }
        nav.main_menu .wrapper > ul > li a {
          color: #4a4f55; }
        nav.main_menu .wrapper > ul > li:hover {
          background: #3f7196; }
        nav.main_menu .wrapper > ul > li > a {
          font-size: 15px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 18px;
          letter-spacing: 0.2px;
          text-align: center;
          padding: 4px 0;
          width: 100%;
          transition: border 0.4s ease;
          color: #ffffff; }
          nav.main_menu .wrapper > ul > li > a .fa-file-text {
            background: url(../icons/resources-icon.svg);
            width: 16px;
            height: 16px;
            margin-right: 8px;
            position: relative;
            top: 3px; }
            nav.main_menu .wrapper > ul > li > a .fa-file-text:before {
              display: none; }
        nav.main_menu .wrapper > ul > li.active {
          background: #3f7196; }
          nav.main_menu .wrapper > ul > li.active > a {
            color: #ffffff; }
    nav.main_menu .wrapper ul li {
      float: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }

.drop_down .second {
  width: 100%;
  border-top: none; }
  .drop_down .second .inner ul {
    width: 100%;
    text-align: left; }
    .drop_down .second .inner ul li {
      width: 100%; }
      .drop_down .second .inner ul li a {
        margin: 0;
        padding: 0 24px; }
        .drop_down .second .inner ul li a:hover {
          background-color: #3f7196 !important;
          color: #fff !important; }
      .drop_down .second .inner ul li.sub a i.q_menu_arrow {
        right: 24px; }
      .drop_down .second .inner ul li > ul {
        background-color: #ffffff; }

.drop_down .narrow .second .inner ul {
  padding: 0px; }
  .drop_down .narrow .second .inner ul li {
    width: 100%; }
    .drop_down .narrow .second .inner ul li ul {
      border: none;
      top: 0px; }

.header_top {
  background-color: #000000; }
  .header_top .header-widget.widget_nav_menu {
    padding: 0; }
    .header_top .header-widget.widget_nav_menu ul.menu li a {
      color: #fff; }
  @media screen and (max-width: 1000px) {
    .header_top {
      display: none !important; } }

nav.mobile_menu ul > li.has_sub > span.mobile_arrow {
  padding-right: 20px;
  height: 49px;
  line-height: 49px; }

nav.mobile_menu .fa-angle-right:before {
  content: "\f067"; }

nav.mobile_menu .fa-angle-down:before {
  content: "\f068"; }

nav.mobile_menu {
  margin: 0 -20px;
  width: calc(100% + 40px); }
  nav.mobile_menu ul li {
    padding: 0 20px; }
    nav.mobile_menu ul li li {
      padding: 0; }
    nav.mobile_menu ul li li a {
      padding-left: 15px; }
    nav.mobile_menu ul li li li a {
      padding-left: 30px; }
    nav.mobile_menu ul li li li li a {
      padding-left: 45px; }
    nav.mobile_menu ul li li li li li a {
      padding-left: 60px; }
    nav.mobile_menu ul li ul li {
      margin: 0;
      border-color: #d5d7d9; }

.drop_down .second .inner ul li a,
.drop_down .second .inner ul li h4 {
  line-height: 1.5;
  padding: 1.1em 24px; }

nav.mobile_menu ul li a,
nav.mobile_menu ul li h4 {
  font-size: 16px;
  color: #4a4f55;
  line-height: 20px;
  padding: 14.5px 0;
  padding-right: 2em; }

.menu-item.menu-item-has-children.has_sub.open_sub .sub_menu {
  background: #ecedee;
  margin: 0 -20px;
  width: calc(100% + 40px);
  border-top: 1px solid #d5d7d9; }
  .menu-item.menu-item-has-children.has_sub.open_sub .sub_menu li {
    padding: 0 20px; }

.footer_top_holder .container_inner {
  width: 1198px; }

.footer_top_holder .container {
  background-color: inherit; }

.footer_top .widget h4 {
  color: #000000;
  margin-bottom: 20px;
  line-height: 22px; }

.footer_top a {
  font-size: 1.2em;
  font-weight: 500; }
  .footer_top a:hover {
    color: #091b34; }

.footer_top .widget_nav_menu {
  border-left: 1px solid #091b34;
  padding-left: 10px; }

footer.footer_border_columns .qode_column,
footer.footer_border_columns .qode_column > .column_inner,
.four_columns > .column2 > .column_inner {
  padding: 0; }

.footer_top .four_columns .column4 .column_inner > div {
  margin: 0; }

footer.footer_border_columns .qode_column {
  border: 0;
  padding: 0 15px; }

.footer_bottom {
  display: block;
  max-width: 1145px;
  margin: auto;
  height: 50px;
  box-sizing: border-box;
  padding: 14px 20px;
  width: 100%; }
  .footer_bottom p,
  .footer_bottom span,
  .footer_bottom ul li a {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0.2px;
    text-align: center;
    color: white; }
  .footer_bottom ul li {
    margin: 0; }
    .footer_bottom ul li:last-of-type a:after {
      content: ""; }
  .footer_bottom ul li a:after {
    content: "/";
    margin: 0 10px; }
  @media screen and (max-width: 1000px) {
    .footer_bottom {
      height: auto; }
      .footer_bottom > div {
        width: 100%;
        position: static;
        clear: both;
        float: none; }
        .footer_bottom > div ul,
        .footer_bottom > div #menu-social-links {
          width: 100%;
          position: static;
          clear: both;
          float: none; } }

.footer_copyright {
  max-width: 1145px;
  margin: auto;
  height: auto;
  box-sizing: border-box;
  padding: 0px 20px 10px;
  width: 100%;
  text-align: center; }
  .footer_copyright p {
    color: #fff;
    margin: 0;
    text-align: center; }
  .footer_copyright a {
    color: #cbb57c; }

#menu-social-links {
  position: absolute; }
  #menu-social-links .menu-item {
    position: relative;
    margin-right: 10px; }
    #menu-social-links .menu-item a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      text-indent: -99999px; }
    #menu-social-links .menu-item:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: white; }
  #menu-social-links .menu-item-57:before {
    content: "\f16d"; }
  #menu-social-links .menu-item-342:before {
    content: "\f0e1"; }
  #menu-social-links .menu-item-58:before {
    background: url(../icons/x-logo.svg);
    background-size: 10px;
    width: 10px;
    height: 10px;
    content: "";
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle; }
  #menu-social-links .menu-item-59:before {
    content: "\f16a"; }
  #menu-social-links .menu-item-240:before {
    content: "\f09a"; }

.title {
  height: 60px !important;
  background-color: #fafafa;
  border-top: none; }
  .title .title_holder {
    height: 60px !important; }

.title_outer {
  margin-bottom: 38px; }

.breadcrumb a,
.breadcrumb span {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  color: #4a4f55;
  text-transform: initial;
  margin: 0 2px; }

.breadcrumb a:hover {
  color: #3f7196; }

.breadcrumb span.current {
  color: #4a4f55; }

.breadcrumbs .breadcrumbs_inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px; }

@media only screen and (max-width: 767px) {
  .title_outer {
    height: 0px;
    margin: 0 0 20px;
    overflow: hidden; }
  .breadcrumbs .breadcrumbs_inner {
    display: none; } }

.sidebar h4 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: #667080;
  margin-bottom: 17px; }
  .sidebar h4 a {
    color: #667080; }
    .sidebar h4 a:hover {
      color: #3f7196; }
  .sidebar h4.active {
    background-color: #f1f3f5;
    padding: 14px 0 9px 15px; }

.sidebar .menu-main-nav-container i,
.sidebar .menu-main-nav-container .plus {
  display: none; }

.sidebar .menu-main-nav-container .hasChildren > a.no_link {
  cursor: pointer !important; }

.sidebar .menu-main-nav-container ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .sidebar .menu-main-nav-container ul li {
    padding: 0;
    margin: 0; }
    .sidebar .menu-main-nav-container ul li a {
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.2px;
      color: #667080;
      padding: 14px 70px 9px 15px;
      display: block;
      height: auto; }
      .sidebar .menu-main-nav-container ul li a:hover {
        background-color: #3f7196;
        color: #ffffff;
        font-weight: 600; }
    .sidebar .menu-main-nav-container ul li li a {
      padding-left: 30px; }
    .sidebar .menu-main-nav-container ul li li li a {
      padding-left: 60px; }
    .sidebar .menu-main-nav-container ul li li li li a {
      padding-left: 90px; }
    .sidebar .menu-main-nav-container ul li li li li li a {
      padding-left: 120px; }
    .sidebar .menu-main-nav-container ul li.current-menu-item > a {
      background-color: #f1f3f5;
      font-weight: bold;
      color: #4a4f55; }

.sidebar .menu-main-nav-container > ul {
  margin: -10px 0 0 0; }

.sidebar .drop_down .second .inner ul,
.sidebar .drop_down .second .inner ul li ul,
.sidebar .shopping_cart_dropdown,
.sidebar li.narrow .second .inner ul {
  background: transparent; }

.sidebar li.narrow .second .inner ul {
  padding: 0; }

.sidebar .drop_down .second .inner > ul,
.sidebar li.narrow .second .inner ul {
  display: block;
  position: relative;
  background-color: transparent; }

.side-accordion-menu li {
  position: relative; }

.side-accordion-menu .side_arrow {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  padding: 0.3em 0.7em;
  font-size: 1.3em;
  cursor: pointer; }
  .side-accordion-menu .side_arrow i {
    display: inline; }

#content .wpb_alert p:last-child,
#content .wpb_text_column p:last-child,
.vc_message_box > p:last-child,
.wpb_alert p:last-child,
.wpb_text_column p:last-child {
  margin-bottom: 15px; }

.copy {
  font-size: 10px; }
  .copy hr {
    border: 1px solid;
    color: #f1f3f5; }
  .copy h1 {
    color: #4a4f55;
    font-size: 3.5em;
    font-weight: 400;
    margin-bottom: 0.5em; }
    @media only screen and (max-width: 767px) {
      .copy h1 {
        margin-bottom: 0.2em; } }
    .copy h1 + hr {
      margin-top: -1.3em;
      margin-bottom: 2.8em; }
  .copy h2 {
    font-size: 2em;
    line-height: 1.09091em;
    text-transform: none;
    margin-top: 2em;
    margin-bottom: 2.1em;
    color: #4A4F55; }
  .copy h2 a {
    color: #3f7196; }
  .copy h3 {
    font-size: 1.8em;
    line-height: 1.4em;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 1em;
    margin-top: 1em;
    color: #4A4F55; }
    .copy h3 a {
      color: #3f7196; }
  .copy h4, .copy h5, .copy h6 {
    font-size: 1.6em;
    line-height: 1.4em;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 1.2em;
    margin-top: 2.4em;
    color: #4A4F55; }
    .copy h4 a, .copy h5 a, .copy h6 a {
      color: #3f7196; }
  .copy li h3, .copy li h4, .copy li h5, .copy li h6 {
    font-size: 16px; }
    .copy li h3:first-child, .copy li h4:first-child, .copy li h5:first-child, .copy li h6:first-child {
      margin-top: 0; }
  .copy p {
    font-size: 1.4em;
    line-height: 1.5;
    color: #667080;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 400; }
    .copy p a {
      font-weight: 500; }
      .copy p a:hover {
        text-decoration: underline; }
  .copy ul, .copy ol {
    margin: 20px;
    list-style-position: outside;
    padding: 0;
    padding-left: 1.7em; }
    .copy ul a, .copy ol a {
      font-weight: 500; }
      .copy ul a:hover, .copy ol a:hover {
        text-decoration: underline; }
    .copy ul ul, .copy ul ol, .copy ol ul, .copy ol ol {
      margin: 0 20px; }
    .copy ul li, .copy ol li {
      display: block;
      font-size: 1.4em;
      line-height: 1.57143em;
      color: #667080;
      margin-top: 1em;
      margin-bottom: 1.3em;
      position: relative; }
      .copy ul li li, .copy ol li li {
        font-size: 1em; }
      .copy ul li:before, .copy ol li:before {
        position: absolute; }
      .copy ul li p, .copy ol li p {
        font-size: 1em; }
  .copy ul ol {
    counter-increment: item; }
  .copy ul li:before,
  .copy ol ul li:before {
    content: "•";
    font-weight: bold;
    margin-left: -2em;
    width: 1.2em;
    margin-right: 0.8em;
    display: inline-block; }
  .copy ul.dash li:before {
    content: "-"; }
  .copy ul.circle li:before {
    content: "◦"; }
  .copy ol {
    counter-reset: item; }
  .copy ol > li:before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: bold;
    margin-left: -2em;
    width: 1.2em;
    margin-right: 0.8em; }
  .copy ol.lowerAlpha li:before {
    content: counter(item, lower-alpha) ". "; }
  .copy ol.lowerRoman li:before {
    content: counter(item, lower-roman) ". "; }
  .copy ol.upperAlpha li:before {
    content: counter(item, upper-alpha) ". "; }
  .copy a.document:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0f6";
    margin: 0px 6px 0 0; }
  .copy a.link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0c1";
    margin: 0px 6px 0 0; }
  .copy .wpb_wrapper > ul li p,
  .copy ul ul li p {
    display: inline-block;
    font-size: 1em;
    color: #667080;
    margin-top: 0; }
    .copy .wpb_wrapper > ul li p:first-of-type,
    .copy ul ul li p:first-of-type {
      margin: 0; }
  .copy .wpb_text_column h3 {
    margin-bottom: 1em;
    margin-top: 1em; }
    @media only screen and (max-width: 767px) {
      .copy .wpb_text_column h3 {
        margin-bottom: 0; } }
  .copy .wpb_wrapper {
    margin-bottom: 2.4em; }
  .copy .wpb_row.with-seperator {
    border-bottom: 1px solid #f1f3f5;
    margin-bottom: 4.2em !important; }
  .copy blockquote {
    padding: 0em 2.5em 1.1em 2.5em;
    margin-top: 4em;
    margin-bottom: 4.4em;
    background-color: #F5F6F6; }
    .copy blockquote .q_font_elegant_icon.icon_quotations {
      transform: rotate(180deg);
      margin: -0.1em 0.1em 0 -0.1em;
      color: #4A4F55; }
    .copy blockquote h3 {
      color: #4A4F55;
      margin-top: 1.9em; }
  .copy .q_message {
    background: white;
    border: 1px solid #3f7196; }
    .copy .q_message.with_icon .q_message_icon_inner > .q_font_elegant_icon,
    .copy .q_message.with_icon .q_message_icon_inner > i,
    .copy .q_message a.close i {
      color: #667080; }
  .copy .q_icon_with_title {
    display: block;
    position: relative;
    margin-bottom: 2.9em; }
  .copy .q_pie_chart_holder,
  .copy .q_pie_chart_with_icon_holder {
    position: relative;
    display: block;
    margin-bottom: 5.1em; }
  .copy .qode_image_gallery_no_space {
    position: relative;
    opacity: 0;
    margin-bottom: 11.6em; }
    @media only screen and (max-width: 767px) {
      .copy .qode_image_gallery_no_space {
        margin-bottom: 5.6em; } }
  .copy .vc_row.stats {
    margin-bottom: 20px !important; }
    .copy .vc_row.stats h3 {
      margin-bottom: 1em; }
    .copy .vc_row.stats .wpb_text_column {
      text-align: center;
      padding-top: 5em; }
      @media only screen and (max-width: 767px) {
        .copy .vc_row.stats .wpb_text_column {
          padding-top: 0; } }
      .copy .vc_row.stats .wpb_text_column p {
        margin-top: -2.1em;
        margin-bottom: -0.3em; }
      .copy .vc_row.stats .wpb_text_column h2 {
        font-size: 6em;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33333em;
        letter-spacing: 0.1px;
        text-align: center;
        color: #3f7196;
        margin-bottom: 0.2em; }
      .copy .vc_row.stats .wpb_text_column h2 + p {
        margin-top: 0; }
      .copy .vc_row.stats .wpb_text_column p {
        font-size: 1.4em;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71429em;
        letter-spacing: 0.2px;
        text-align: center;
        color: #667080; }
    @media only screen and (max-width: 767px) {
      .copy .vc_row.stats .wpb_column {
        margin-bottom: 8.2em; }
        .copy .vc_row.stats .wpb_column .wpb_wrapper {
          margin-bottom: 0; }
        .copy .vc_row.stats .wpb_column:last-of-type {
          margin-bottom: 0; }
        .copy .vc_row.stats .wpb_column .wpb_column {
          margin-bottom: 0; } }
  .copy .vc_text_separator.full {
    margin-bottom: 1.7em !important; }
  .copy .vc_text_separator.full .separator_content {
    padding: 1.4em 0; }
  .copy .vc_text_separator.full .separator_line {
    background-color: #f1f3f5; }
    .copy .vc_text_separator.full .separator_line span {
      font-size: 2.2em;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.09091em;
      letter-spacing: 0.4px;
      text-align: center;
      color: #667080; }
  .copy .vc_text_separator.full .separator_content {
    padding: 2em 0;
    border: none;
    font-size: 1em; }
    .copy .vc_text_separator.full .separator_content span {
      font-size: 1.8em;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.33333em;
      letter-spacing: 0.3px;
      text-align: center;
      color: #667080; }
  .copy .wpb_text_column.resources {
    background-color: #fafafa;
    padding: 1.8em 2em;
    margin-bottom: 7.7em !important; }
    .copy .wpb_text_column.resources .wpb_wrapper {
      margin-bottom: 0; }
    .copy .wpb_text_column.resources.links ul li a:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f0c1";
      margin: 0px 6px 0 0; }
    .copy .wpb_text_column.resources.links ul li a:hover {
      color: #3f7196; }
    .copy .wpb_text_column.resources.documents ul li a:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f0f6";
      margin: 0px 6px 0 0; }
    .copy .wpb_text_column.resources + .resources {
      margin-top: -4.7em; }
    .copy .wpb_text_column.resources h3 {
      font-size: 1.8em;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.44444em;
      letter-spacing: 0.2px;
      color: #667080;
      margin-bottom: 0.38889em;
      margin-top: 0; }
    .copy .wpb_text_column.resources ul {
      margin: 0; }
      .copy .wpb_text_column.resources ul li {
        list-style: none;
        border-bottom: 1px solid #757f90;
        padding-bottom: 4px;
        margin-bottom: 7px;
        font-size: 1em; }
        .copy .wpb_text_column.resources ul li a {
          font-size: 1.2em;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 2em;
          letter-spacing: 0.2px;
          color: #667080; }
          .copy .wpb_text_column.resources ul li a:hover {
            color: #3f7196; }
        .copy .wpb_text_column.resources ul li em {
          font-size: 1.2em;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 2.23333em;
          letter-spacing: 0.2px;
          text-align: right;
          color: #757f90;
          float: right; }
  .copy table {
    margin-top: 3.8em;
    margin-bottom: 1em;
    width: 100%;
    font-size: 10px; }
    .copy table td, .copy table th {
      text-align: left;
      font-size: 1.4em;
      line-height: 1.57143em;
      color: #667080;
      font-weight: 400;
      padding: 0.8em 0.9em 0.8em 0.9em;
      border-bottom: 1px solid #fff; }
      .copy table td p, .copy table th p {
        font-size: 1em; }
      .copy table td ul li, .copy table td ol li, .copy table th ul li, .copy table th ol li {
        font-size: 1em; }
    .copy table th {
      font-size: 1.6em;
      background-color: #ECEDEE; }
    .copy table td {
      background-color: #F5F6F6; }
    .copy table tr:nth-of-type(2n) td {
      background-color: #FAFAFA; }
  @media only screen and (max-width: 767px) {
    .copy .q_icon_with_title.center .icon_text_holder {
      margin: 2em 0 0; }
    .copy .wpb_column {
      margin-bottom: 2em; }
      .copy .wpb_column .wpb_column {
        margin-bottom: 0; } }
  .copy .wpb_gallery .wpb_wrapper {
    margin: 0; }
    .copy .wpb_gallery .wpb_wrapper ul {
      margin: 0; }

.q_accordion_holder.ui-accordion,
.q_accordion_holder.ui-accordion:not(.boxed) {
  margin: 3.5em 0;
  border-bottom: 1px solid #f1f3f5;
  margin-bottom: 3.5em !important; }
  @media only screen and (max-width: 767px) {
    .q_accordion_holder.ui-accordion,
    .q_accordion_holder.ui-accordion:not(.boxed) {
      margin: 1em 0; } }
  .q_accordion_holder.ui-accordion.accordion.boxed .ui-accordion-header,
  .q_accordion_holder.ui-accordion:not(.boxed).accordion.boxed .ui-accordion-header {
    background: rgba(117, 127, 144, 0.5);
    color: #000000;
    height: auto;
    min-height: 48px;
    line-height: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
  .q_accordion_holder.ui-accordion.accordion.boxed .ui-state-active,
  .q_accordion_holder.ui-accordion:not(.boxed).accordion.boxed .ui-state-active {
    background: #3f7196;
    color: #ffffff; }
  .q_accordion_holder.ui-accordion.accordion.boxed .accordion_content_inner,
  .q_accordion_holder.ui-accordion:not(.boxed).accordion.boxed .accordion_content_inner {
    padding: 20px 10px;
    background-color: #ffffff; }
  .q_accordion_holder.ui-accordion .ui-accordion-header,
  .q_accordion_holder.ui-accordion:not(.boxed) .ui-accordion-header {
    border-top: 1px solid #f1f3f5;
    color: #3f7196;
    height: 4.22222em;
    margin-top: 0;
    transition: margin-top 1s ease;
    font-size: 1.8em;
    font-weight: 400; }
    .q_accordion_holder.ui-accordion .ui-accordion-header span.tab-title,
    .q_accordion_holder.ui-accordion:not(.boxed) .ui-accordion-header span.tab-title {
      padding: 0; }
      .q_accordion_holder.ui-accordion .ui-accordion-header span.tab-title span.tab-title-inner,
      .q_accordion_holder.ui-accordion:not(.boxed) .ui-accordion-header span.tab-title span.tab-title-inner {
        padding-right: 50px; }
    .q_accordion_holder.ui-accordion .ui-accordion-header .accordion_mark.left_mark,
    .q_accordion_holder.ui-accordion:not(.boxed) .ui-accordion-header .accordion_mark.left_mark {
      left: auto;
      right: 27px;
      background: none;
      border: none;
      color: black;
      width: 10px;
      height: 10px;
      top: 31px; }
      .q_accordion_holder.ui-accordion .ui-accordion-header .accordion_mark.left_mark .accordion_mark_icon,
      .q_accordion_holder.ui-accordion:not(.boxed) .ui-accordion-header .accordion_mark.left_mark .accordion_mark_icon {
        width: 10px;
        height: 10px;
        transform: rotate(-45deg);
        border: solid 1px #979797;
        border-right: 0;
        border-bottom: 0; }
      .q_accordion_holder.ui-accordion .ui-accordion-header .accordion_mark.left_mark .icon_plus,
      .q_accordion_holder.ui-accordion:not(.boxed) .ui-accordion-header .accordion_mark.left_mark .icon_plus {
        display: none; }
    .q_accordion_holder.ui-accordion .ui-accordion-header.ui-state-active .accordion_mark.left_mark .accordion_mark_icon,
    .q_accordion_holder.ui-accordion:not(.boxed) .ui-accordion-header.ui-state-active .accordion_mark.left_mark .accordion_mark_icon {
      transform: rotate(-135deg); }
    .q_accordion_holder.ui-accordion .ui-accordion-header.with_icon span.tab-title,
    .q_accordion_holder.ui-accordion:not(.boxed) .ui-accordion-header.with_icon span.tab-title {
      padding: 0 0 0 50px; }
    .q_accordion_holder.ui-accordion .ui-accordion-header.with_icon:before,
    .q_accordion_holder.ui-accordion:not(.boxed) .ui-accordion-header.with_icon:before {
      content: "";
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 28%;
      left: 0; }
    .q_accordion_holder.ui-accordion .ui-accordion-header.with_icon.register:before,
    .q_accordion_holder.ui-accordion:not(.boxed) .ui-accordion-header.with_icon.register:before {
      background-image: url("../icons/register-icon.svg"); }
    .q_accordion_holder.ui-accordion .ui-accordion-header.with_icon.update:before,
    .q_accordion_holder.ui-accordion:not(.boxed) .ui-accordion-header.with_icon.update:before {
      background-image: url("../icons/update-icon.svg"); }
    .q_accordion_holder.ui-accordion .ui-accordion-header.with_icon.questions:before,
    .q_accordion_holder.ui-accordion:not(.boxed) .ui-accordion-header.with_icon.questions:before {
      background-image: url("../icons/questions-icon.svg"); }
    .q_accordion_holder.ui-accordion .ui-accordion-header.with_icon.news:before,
    .q_accordion_holder.ui-accordion:not(.boxed) .ui-accordion-header.with_icon.news:before {
      background-image: url("../icons/news-icon.svg"); }
    .q_accordion_holder.ui-accordion .ui-accordion-header.with_icon.resources:before,
    .q_accordion_holder.ui-accordion:not(.boxed) .ui-accordion-header.with_icon.resources:before {
      background-image: url("../icons/document-icon.svg"); }
    .q_accordion_holder.ui-accordion .ui-accordion-header.with_icon.contact:before,
    .q_accordion_holder.ui-accordion:not(.boxed) .ui-accordion-header.with_icon.contact:before {
      background-image: url("../icons/contact-icon.svg"); }
  .q_accordion_holder.ui-accordion div.accordion_content,
  .q_accordion_holder.ui-accordion:not(.boxed) div.accordion_content {
    padding: 0;
    margin-bottom: 2.4em; }

.more_facts_holder {
  background: none;
  margin-bottom: 3.5em; }

.more_facts_inner {
  padding-top: 0; }

.linked_image_with_text {
  margin-bottom: 30px; }
  .linked_image_with_text img {
    min-width: 100%;
    max-width: 100%;
    height: auto !important;
    vertical-align: top; }
  .linked_image_with_text .box-title {
    background-color: #f1f3f5 !important;
    padding: 20px 25px;
    min-height: 120px;
    box-sizing: border-box;
    transition: background-color 0.4s ease; }
    .linked_image_with_text .box-title h1, .linked_image_with_text .box-title h2, .linked_image_with_text .box-title h3, .linked_image_with_text .box-title h4, .linked_image_with_text .box-title h5 {
      font-size: 26px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 34px;
      letter-spacing: 0.3px;
      text-transform: capitalize;
      color: #4a4f55; }
  .linked_image_with_text a:hover .box-title {
    background-color: #3f7196 !important; }
    .linked_image_with_text a:hover .box-title h1, .linked_image_with_text a:hover .box-title h2, .linked_image_with_text a:hover .box-title h3, .linked_image_with_text a:hover .box-title h4, .linked_image_with_text a:hover .box-title h5 {
      color: white; }

.vc_single_image-wrapper {
  width: 100%; }
  .vc_single_image-wrapper img {
    width: 100%; }

.facetwp-search {
  border-radius: 800px;
  background-color: #ffffff;
  border: solid 2px #757f90; }

.wpcf7-form {
  margin: 0 -15px; }
  .wpcf7-form label {
    width: 45.6%;
    padding: 0 15px;
    display: block;
    box-sizing: border-box;
    margin: 0;
    float: left;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #667080;
    margin-bottom: 10px;
    clear: left; }
    .wpcf7-form label:nth-of-type(2n) {
      clear: none; }
    .wpcf7-form label input {
      background-color: #f1f3f5; }
    @media only screen and (max-width: 767px) {
      .wpcf7-form label {
        width: 100%; } }
  .wpcf7-form p {
    clear: both;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #667080;
    margin-left: 15px; }
  .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
    margin: 0 -15px;
    display: block;
    overflow: hidden;
    padding: 7px 7px 7px 29px; }
    .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
      float: left;
      display: block;
      width: 69%;
      margin: 0;
      padding: 0 15px;
      box-sizing: border-box;
      margin-bottom: 12px; }
      .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item.first.last {
        width: 100%; }
      .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0; }
      .wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
        margin-left: 0px;
        vertical-align: text-top;
        width: 15px;
        height: 15px;
        margin-right: 5px; }
  .wpcf7-form .wpcf7-form-control-wrap.subscribe {
    margin-left: -14px;
    display: block;
    margin-top: -21px; }
    .wpcf7-form .wpcf7-form-control-wrap.subscribe .wpcf7-list-item {
      width: 100%;
      display: block; }
  .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    margin: auto;
    float: none;
    display: inline-block;
    width: 40.1%;
    height: auto;
    text-align: center;
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
    margin-left: 24.2%;
    margin-top: 5px;
    line-height: 38px;
    padding: 8px;
    letter-spacing: 0.3px; }
  .wpcf7-form input.wpcf7-form-control.wpcf7-text,
  .wpcf7-form input.wpcf7-form-control.wpcf7-number,
  .wpcf7-form input.wpcf7-form-control.wpcf7-date,
  .wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea,
  .wpcf7-form select.wpcf7-form-control.wpcf7-select,
  .wpcf7-form input.wpcf7-form-control.wpcf7-quiz {
    background-color: #f1f3f5;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.3px;
    text-align: justify;
    color: #757f90;
    -webkit-appearance: inherit;
    color: #4a4f55;
    font-weight: 500; }
  .wpcf7-form select.wpcf7-form-control.wpcf7-select {
    position: relative;
    background-image: url(../img/select-background.png);
    background-repeat: no-repeat;
    background-position: 96% 50%; }
  .wpcf7-form .custom-checkbox-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer; }
    .wpcf7-form .custom-checkbox-wrapper input.custom-checkbox {
      position: absolute !important;
      top: 0  !important;
      left: 0  !important;
      right: 0  !important;
      bottom: 0  !important;
      width: 100%  !important;
      height: 100%  !important;
      opacity: 0  !important; }
  .wpcf7-form .wpcf7-form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"].custom-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0; }
  .wpcf7-form input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
    background: #007c84;
    border-color: #007c84;
    color: white; }
  .wpcf7-form div.jquery-checkbox-wrapper {
    display: inline-block; }
    .wpcf7-form div.jquery-checkbox-wrapper a.jquery-checkbox {
      display: block;
      width: 15px;
      height: 15px;
      cursor: default;
      outline: none;
      border-radius: 2px;
      background-color: #f1f3f5; }
    .wpcf7-form div.jquery-checkbox-wrapper a.jquery-checkbox-on {
      background-color: #3f7196;
      background-image: url(../icons/white-tick.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%; }

div.wpcf7-response-output.wpcf7-validation-errors {
  background-color: #be955b; }

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin: -1em 0 0; }

ol.accordion-menu {
  padding: 0;
  list-style: none; }
  ol.accordion-menu ol {
    padding: 0; }
  ol.accordion-menu .is-active > ol {
    display: block; }
  ol.accordion-menu li {
    padding: 0;
    display: block; }
    ol.accordion-menu li ol {
      display: none; }
    ol.accordion-menu li a {
      background-color: #f1f3f5;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 18px;
      letter-spacing: normal;
      color: #4a4a4a;
      display: block;
      padding: 21px 24px 21px 14px;
      border-top: 1px solid #e4e6ea; }
    ol.accordion-menu li.is-active > a {
      background-color: #3f7196;
      color: white; }
    ol.accordion-menu li li a {
      padding: 12px 24px 12px 14px;
      padding-left: 24px;
      border: none;
      background: #fff; }
    ol.accordion-menu li li li a {
      padding-left: 34px; }
    ol.accordion-menu li li li li a {
      padding-left: 44px; }
  ol.accordion-menu .has-children > a {
    position: relative; }
    ol.accordion-menu .has-children > a:after {
      display: inline-block;
      font: normal normal normal 17px/1 FontAwesome;
      font-size: 17px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f107";
      right: 10px;
      position: absolute;
      top: 50%;
      transform: translate(0%, -50%); }

input.search,
input.facetwp-search {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #757f90;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0.3px;
  color: #757f90;
  padding: 6px 9px 6px 45px;
  box-sizing: border-box;
  outline: 0;
  border-radius: 600px; }
  input.search:-ms-input-placeholder,
  input.facetwp-search:-ms-input-placeholder {
    color: #c6c6c6; }
  input.search::placeholder,
  input.facetwp-search::placeholder {
    color: #c6c6c6; }
  @media screen and (max-width: 400px) {
    input.search,
    input.facetwp-search {
      font-size: 14px; } }

.search-wrapper {
  float: left;
  overflow: hidden;
  width: 100%; }

.facetwp-facet-search .facetwp-btn {
  background: none;
  right: auto;
  left: 2px;
  font-size: 18px;
  top: -17px;
  font-weight: 100;
  height: 39px;
  width: 50px; }
  .facetwp-facet-search .facetwp-btn:before {
    display: inline-block;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\55";
    background: none;
    position: absolute;
    font-size: 17px;
    line-height: 17px;
    color: #757f90;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .facetwp-facet-search .facetwp-btn.f-reset:before {
    content: 'M';
    background: none;
    font-size: 27px;
    margin-top: 1px;
    margin-left: -6px; }

form.search {
  position: relative;
  margin-top: 22px;
  width: 341px; }
  form.search button {
    background: none;
    right: auto;
    left: 0px;
    font-size: 18px;
    top: -0px;
    font-weight: 100;
    display: inline-block;
    border: none;
    -webkit-appearance: inherit;
    font-size: 0;
    position: absolute;
    height: 100%;
    width: 40px;
    margin: 0;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 600px;
    border-top-left-radius: 600px;
    cursor: pointer; }
    @media screen and (min-width: 1001px) {
      form.search button {
        background: #757f90; } }
    form.search button:before {
      display: inline-block;
      font-family: 'ElegantIcons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      content: "\55";
      background: none;
      position: absolute;
      font-size: 17px;
      line-height: 39px;
      color: #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 1000px) {
        form.search button:before {
          color: #757f90; } }

.mobile_search_button {
  display: none;
  position: absolute;
  right: 0px;
  height: 100%; }
  .mobile_search_button span {
    color: #777;
    width: 19px;
    height: 17px;
    font-size: 25px;
    z-index: 50;
    display: table-cell;
    position: relative;
    cursor: pointer;
    vertical-align: middle; }

form.search.lower {
  clear: both;
  margin-top: 4.7em;
  float: none;
  width: 100%;
  margin-bottom: 2.8em;
  text-align: center;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 1000px) {
  .logo_wrapper {
    padding: 0; }
    .logo_wrapper .q_logo a[style] {
      height: auto !important; }
  header .container_inner .header_inner_left {
    height: 100px; }
  header.page_header form.search {
    height: 0px;
    overflow: hidden;
    position: absolute; }
    header.page_header form.search.active {
      display: block;
      width: 100%;
      top: 100px;
      height: auto;
      background: #f5f5f5;
      padding: 20px;
      left: -20px;
      margin: 0; }
    header.page_header form.search button {
      left: 20px; }
  .mobile_search_button {
    display: table; } }

.highlight-banner .full_section_inner {
  background: #3f7196;
  padding: 30px 80px;
  margin: 30px auto; }
  .highlight-banner .full_section_inner .vc_col-sm-6:first-of-type {
    border-right: 2px #cbb57c solid; }
    @media only screen and (max-width: 1000px) {
      .highlight-banner .full_section_inner .vc_col-sm-6:first-of-type {
        border-bottom: 2px #cbb57c solid;
        border-right: none; } }
  .highlight-banner .full_section_inner .vc_col-sm-6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1000px) {
      .highlight-banner .full_section_inner .vc_col-sm-6 {
        width: 100%; } }
    .highlight-banner .full_section_inner .vc_col-sm-6 .vc_column-inner {
      background: #3f7196;
      margin-bottom: 0px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      width: 300px;
      min-width: 300px; }
      @media screen and (max-width: 350px) {
        .highlight-banner .full_section_inner .vc_col-sm-6 .vc_column-inner {
          width: 200px;
          min-width: 200px; } }
      .highlight-banner .full_section_inner .vc_col-sm-6 .vc_column-inner p {
        font-size: 26px;
        color: #ffffff;
        line-height: 29px; }
        @media only screen and (max-width: 1000px) {
          .highlight-banner .full_section_inner .vc_col-sm-6 .vc_column-inner p {
            text-align: center; } }
        @media only screen and (max-width: 767px) {
          .highlight-banner .full_section_inner .vc_col-sm-6 .vc_column-inner p {
            font-size: 20px; } }
        @media screen and (max-width: 350px) {
          .highlight-banner .full_section_inner .vc_col-sm-6 .vc_column-inner p {
            font-size: 15px; } }

.highlight-link-banner {
  min-height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .highlight-link-banner h2 {
    margin-top: 0.5em !important; }
  .highlight-link-banner p {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px; }
  .highlight-link-banner a {
    color: #ffffff; }
    .highlight-link-banner a:hover {
      text-decoration: underline;
      color: white; }
  .highlight-link-banner .vc_column-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }

@media only screen and (min-width: 767px) {
  .highlight-cards.vc_column_container.wpb_column > .vc_column-inner {
    margin-left: 0px;
    margin-right: 0px; } }

@media only screen and (min-width: 767px) {
  .highlight-cards.vc_column_container.wpb_column > .vc_column-inner .wpb_column:last-of-type .vc_column-inner {
    margin-right: 15px; } }

@media only screen and (min-width: 767px) {
  .highlight-cards.vc_column_container.wpb_column > .vc_column-inner .wpb_column:first-of-type .vc_column-inner {
    margin-left: 15px; } }

.highlight-cards img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.highlight-cards .vc_column-inner .vc_column-inner {
  background: #091b34;
  margin: 0px 15px;
  border-radius: 6px; }

.highlight-cards .vc_column-inner .wpb_text_column {
  padding: 15px; }
  .highlight-cards .vc_column-inner .wpb_text_column h3 a {
    color: #ffffff; }
    .highlight-cards .vc_column-inner .wpb_text_column h3 a:hover {
      color: #cbb57c; }

@media only screen and (min-width: 767px) {
  .highlight-text-cards.vc_column_container.wpb_column > .vc_column-inner {
    margin-left: 0px;
    margin-right: 0px; } }

@media only screen and (min-width: 767px) {
  .highlight-text-cards.vc_column_container.wpb_column > .vc_column-inner .wpb_column:last-of-type .vc_column-inner {
    margin-right: 15px; } }

@media only screen and (min-width: 767px) {
  .highlight-text-cards.vc_column_container.wpb_column > .vc_column-inner .wpb_column:first-of-type .vc_column-inner {
    margin-left: 15px; } }

.highlight-text-cards img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.highlight-text-cards p {
  color: #ffffff; }
  .highlight-text-cards p a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.3px;
    text-align: right;
    color: #ffffff;
    background-color: #3f7196;
    padding: 3px 15px;
    float: right;
    margin-top: 50px;
    border: none;
    position: absolute;
    bottom: 15px;
    right: 25px;
    transition: background-color 0.4s ease; }
    .highlight-text-cards p a:after {
      background: url(../icons/yellow-arrow-right.png);
      content: "";
      background-size: 100%;
      width: 12px;
      height: 10.5px;
      display: inline-block;
      margin-left: 4px;
      vertical-align: initial; }

.highlight-text-cards .vc_column-inner .vc_column-inner {
  background: #091b34;
  margin: 0px 15px;
  border-radius: 6px; }

.highlight-text-cards .vc_column-inner .wpb_text_column {
  padding: 15px; }
  .highlight-text-cards .vc_column-inner .wpb_text_column h3 a {
    color: #ffffff; }
    .highlight-text-cards .vc_column-inner .wpb_text_column h3 a:hover {
      color: #cbb57c; }

.highlight-expandable-cards .ult_exp_section:after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  bottom: 15px;
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid #dbdbdb;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  clear: both; }

.highlight-expandable-cards .ult_exp_section.ult_active_section:after {
  border-top: none;
  border-bottom: 10px solid #dbdbdb; }

.highlight-expandable-cards .ult_exp_section-main {
  padding-bottom: 10px; }
  .highlight-expandable-cards .ult_exp_section-main .aio-icon-img {
    width: auto; }
  .highlight-expandable-cards .ult_exp_section-main img {
    width: 150px; }
  .highlight-expandable-cards .ult_exp_section-main .ult_expheader {
    margin: 15px auto;
    font-weight: 600;
    font-size: 23px;
    line-height: 22px;
    text-transform: unset; }

.highlight-expandable-cards .ult_exp_content {
  background: #ffffff;
  padding: 0px;
  padding-bottom: 5px; }
  .highlight-expandable-cards .ult_exp_content .wpb_text_column {
    padding: 5px; }

.highlight-expandable-cards .vc_column-inner .wpb_text_column {
  border-top: 3px #3f7196 solid; }

.highlight-title {
  background: #cbb57c;
  padding: 10px 20px; }
  .highlight-title h1 {
    margin-bottom: 0px !important;
    font-size: 28px; }

.banner-highlight-title {
  position: absolute;
  z-index: 2;
  padding: 15px;
  width: 350px;
  background: rgba(0, 0, 0, 0.4);
  left: calc(50% - 190px);
  text-align: center;
  top: calc(50% - 45px);
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 380px) {
    .banner-highlight-title {
      width: 230px;
      left: calc(50% - 130px); } }
  .content .full_width .banner-highlight-title h2,
  .content .banner-highlight-title h2 {
    color: #ffffff;
    margin: 0px !important;
    font-weight: 300;
    font-size: 24px; }
    @media screen and (max-width: 380px) {
      .content .full_width .banner-highlight-title h2,
      .content .banner-highlight-title h2 {
        font-size: 18px; } }
  .banner-highlight-title h3 {
    color: #dbc380;
    font-size: 24px; }
    @media screen and (max-width: 380px) {
      .banner-highlight-title h3 {
        font-size: 20px; } }
  .banner-highlight-title h1 {
    color: #ffffff;
    margin: 0px !important;
    font-weight: 500;
    font-size: 32px; }
  .copy .wpb_text_column.banner-highlight-title h3 {
    margin-top: 0px;
    margin-bottom: 0px; }

.banner-highlight-section-title {
  position: absolute;
  z-index: 2;
  width: 300px;
  background: rgba(0, 0, 0, 0.4);
  left: 15px;
  text-align: center;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .banner-highlight-section-title > div {
    margin: 0px 15px; }
  .banner-highlight-section-title h1 {
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0px !important;
    margin-top: 0px !important; }

.page-template-general-content .column2.copy {
  border-left: 1px solid #f1f3f5;
  padding-left: 30px;
  box-sizing: border-box; }
  @media screen and (max-width: 1000px) {
    .page-template-general-content .column2.copy {
      padding-left: 0px;
      width: 100%;
      border-left: none; } }

@media screen and (max-width: 1000px) {
  .page-template-general-content .column1.sidebar {
    display: none; } }

.page-template-general-content .updated {
  font-size: 1.4em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71429em;
  letter-spacing: 0.2px;
  text-align: justify;
  color: #667080;
  margin-bottom: 3.6em;
  margin-top: 9em; }

.page-template-general-content .related {
  margin-bottom: 3em; }
  .page-template-general-content .related h4 {
    font-size: 1.8em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33333em;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    color: #667080; }
  .page-template-general-content .related ul {
    margin: 1.7em 0 0 0;
    padding: 0;
    list-style: none; }
    .page-template-general-content .related ul li {
      list-style: none;
      font-size: 1.6em;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5em;
      letter-spacing: 0.2px;
      margin: 0 0 0.6em 0; }
      .page-template-general-content .related ul li:before {
        display: none; }
      .page-template-general-content .related ul li a {
        color: #667080;
        border-bottom: 1px solid; }
        .page-template-general-content .related ul li a:hover {
          color: #3f7196; }

.page-template-full_width > div.wrapper > div > div > div > div > div > div:nth-child(2) {
  min-height: 30px; }

.page-template-full_width .vc_row.wpb_row.section.vc_row-fluid {
  max-width: 1200px;
  margin: auto; }
  .page-template-full_width .vc_row.wpb_row.section.vc_row-fluid.full_screen_section {
    max-width: 100%; }

.page-template-full_width .wpsisac-slick-slider .slick-image-slide {
  max-height: 58.7vh !important; }
  .page-template-full_width .wpsisac-slick-slider .slick-image-slide .slide-wrap {
    max-height: 100%; }

.page-template-full_width .wpsisac-slick-slider.design-1 .slick-image-slide img {
  max-width: 200%; }

.page-template-full_width button {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-align: right;
  color: #ffffff;
  background-color: #3f7196;
  padding: 3px 15px;
  float: right;
  margin-top: 50px;
  border: none; }
  .page-template-full_width buttonp:after {
    background: url(../icons/yellow-arrow-right.png);
    content: "";
    background-size: 100%;
    width: 12px;
    height: 10.5px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: initial; }

.page-template-full_width .wpsisac-slick-slider,
.page-template-full_width .wpsisac-slick-carousal {
  margin: 0 -15px;
  width: calc(100% + 30px); }
  .page-template-full_width .wpsisac-slick-slider img,
  .page-template-full_width .wpsisac-slick-carousal img {
    min-width: 100%;
    position: relative;
    min-height: 100%; }
  .page-template-full_width .wpsisac-slick-slider .slick-arrow,
  .page-template-full_width .wpsisac-slick-carousal .slick-arrow {
    font-size: 0;
    display: none !important; }
  .page-template-full_width .wpsisac-slick-slider .slick-dots,
  .page-template-full_width .wpsisac-slick-carousal .slick-dots {
    bottom: 5px !important; }
    .page-template-full_width .wpsisac-slick-slider .slick-dots li button,
    .page-template-full_width .wpsisac-slick-carousal .slick-dots li button {
      background: #fff !important;
      margin: 0px !important;
      padding: 0px !important;
      border: none !important;
      border-radius: 50% !important;
      width: 8px !important;
      height: 8px !important;
      font-size: 0; }
      .page-template-full_width .wpsisac-slick-slider .slick-dots li button:after,
      .page-template-full_width .wpsisac-slick-carousal .slick-dots li button:after {
        display: none; }
    .page-template-full_width .wpsisac-slick-slider .slick-dots li.slick-active button,
    .page-template-full_width .wpsisac-slick-carousal .slick-dots li.slick-active button {
      background: #fff !important;
      opacity: 0.5; }
  .page-template-full_width .wpsisac-slick-slider .wpsisac-slide-title,
  .page-template-full_width .wpsisac-slick-carousal .wpsisac-slide-title {
    display: none; }
  .page-template-full_width .wpsisac-slick-slider .wpsisac-slide-wrap,
  .page-template-full_width .wpsisac-slick-slider .slick-track,
  .page-template-full_width .wpsisac-slick-carousal .wpsisac-slide-wrap,
  .page-template-full_width .wpsisac-slick-carousal .slick-track {
    background: #091b34 !important; }
  @media only screen and (min-width: 641px) {
    .page-template-full_width .wpsisac-slick-slider .wpsisac-slider-content,
    .page-template-full_width .wpsisac-slick-carousal .wpsisac-slider-content {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 50%;
      text-align: left;
      left: 50%;
      transform: translate(-100%, -50%);
      padding: 32px 39px;
      max-width: 485px;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; } }
  .page-template-full_width .wpsisac-slick-slider .wpsisac-slider-content .wpsisac-slider-short-content,
  .page-template-full_width .wpsisac-slick-carousal .wpsisac-slider-content .wpsisac-slider-short-content {
    background: none; }
  .page-template-full_width .wpsisac-slick-slider .wpsisac-slider-content .wpsisac-readmore,
  .page-template-full_width .wpsisac-slick-carousal .wpsisac-slider-content .wpsisac-readmore {
    padding-left: 0px;
    display: none; }
  .page-template-full_width .wpsisac-slick-slider .wpsisac-slider-content h1,
  .page-template-full_width .wpsisac-slick-slider .wpsisac-slider-content h2,
  .page-template-full_width .wpsisac-slick-carousal .wpsisac-slider-content h1,
  .page-template-full_width .wpsisac-slick-carousal .wpsisac-slider-content h2 {
    font-size: 34px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-align: left;
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .page-template-full_width .wpsisac-slick-slider .wpsisac-slider-content h3,
  .page-template-full_width .wpsisac-slick-carousal .wpsisac-slider-content h3 {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-transform: none; }
  .page-template-full_width .wpsisac-slick-slider .wpsisac-slider-content a,
  .page-template-full_width .wpsisac-slick-carousal .wpsisac-slider-content a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.3px;
    font-weight: 500;
    text-align: right;
    color: #ffffff;
    background-color: #091b34;
    padding: 6px 15px 4px;
    border: none; }
    .page-template-full_width .wpsisac-slick-slider .wpsisac-slider-content a:after,
    .page-template-full_width .wpsisac-slick-carousal .wpsisac-slider-content a:after {
      background: url(../icons/yellow-arrow-right.png);
      content: "";
      background-size: 100%;
      width: 12px;
      height: 10.5px;
      display: inline-block;
      margin-left: 4px;
      vertical-align: initial; }
  @media only screen and (max-width: 1000px) {
    .page-template-full_width .wpsisac-slick-slider .slider-content,
    .page-template-full_width .wpsisac-slick-carousal .slider-content {
      left: 20px;
      transform: translate(0, -50%);
      width: 500px;
      max-width: calc(100% - 40px);
      box-sizing: border-box; } }
  @media only screen and (min-width: 1800px) {
    .page-template-full_width .wpsisac-slick-slider .slide-wrap,
    .page-template-full_width .wpsisac-slick-slider .slick-image-slide.slick-slide,
    .page-template-full_width .wpsisac-slick-carousal .slide-wrap,
    .page-template-full_width .wpsisac-slick-carousal .slick-image-slide.slick-slide {
      height: 27.77778vw !important; } }

.page-template-full_width .vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
  padding: 0;
  min-width: calc(100% - 30px); }
  .page-template-full_width .vc_column_container > .vc_column-inner .wpb_column:last-of-type .vc_column-inner {
    margin-right: 0; }
  .page-template-full_width .vc_column_container > .vc_column-inner .wpb_column:first-of-type .vc_column-inner {
    margin-left: 0; }

.page-template-full_width .list .vc_column-inner {
  background: #fff;
  margin-bottom: 30px; }

.page-template-full_width .xmlfeed .vc_column-inner {
  background: #fff;
  margin-bottom: 30px; }

.page-template-full_width .xmlfeed h3 {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 1.1px;
  color: #667080;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(117, 127, 144, 0.5);
  padding: 20px 30px 12px 30px; }

.page-template-full_width .xmlfeed table {
  width: 100%; }
  .page-template-full_width .xmlfeed table td {
    text-align: left;
    padding: 13px 30px;
    line-height: 1.4em; }
    @media only screen and (max-width: 767px) {
      .page-template-full_width .xmlfeed table td {
        padding: 10px; } }
    .page-template-full_width .xmlfeed table td.month {
      min-width: 70px; }
    .page-template-full_width .xmlfeed table td.direction:before {
      font-family: "ElegantIcons";
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin-right: 0.5em; }
    .page-template-full_width .xmlfeed table td.direction.up:before {
      content: "!"; }
    .page-template-full_width .xmlfeed table td.direction.down:before {
      content: '"'; }
  .page-template-full_width .xmlfeed table tr:nth-of-type(2n) {
    background-color: rgba(241, 243, 245, 0.3); }

.page-template-full_width .list.wpb_column h3 {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 1.1px;
  color: #667080;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(117, 127, 144, 0.5);
  padding: 20px 30px 12px 30px; }

.page-template-full_width .list.wpb_column ul {
  list-style: none;
  padding: 20px 26px; }
  .page-template-full_width .list.wpb_column ul li {
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #667080; }
    .page-template-full_width .list.wpb_column ul li a {
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 26px;
      letter-spacing: 0.2px;
      color: #667080;
      border-bottom: solid 1px; }
      .page-template-full_width .list.wpb_column ul li a:hover {
        color: #3f7196; }

.page-template-full_width .list.wpb_column.download ul li {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #667080; }
  .page-template-full_width .list.wpb_column.download ul li a {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #667080;
    position: relative;
    margin-left: 1.6em; }
    .page-template-full_width .list.wpb_column.download ul li a:hover {
      color: #3f7196;
      border-bottom: 1px solid; }
    .page-template-full_width .list.wpb_column.download ul li a:before {
      font-family: "Linearicons-Free";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      content: "\e865";
      position: absolute;
      left: -1.2em;
      top: 0;
      font-size: 1.3em; }

.page-template-full_width .list.wpb_column.news ul li h4 {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #667080;
  display: inline;
  margin-bottom: 10px; }
  .page-template-full_width .list.wpb_column.news ul li h4 a {
    color: #667080; }
    .page-template-full_width .list.wpb_column.news ul li h4 a:hover {
      color: #3f7196;
      border-bottom: 1px solid; }

.page-template-full_width .list.wpb_column.news ul li p {
  margin-top: 10px;
  line-height: 20px; }

.page-template-full_width .list.wpb_column.news ul li strong {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #667080;
  display: block; }

.page-template-full_width .home-icon img {
  max-width: 150px;
  margin: 0 auto;
  display: block; }

.page-template-full_width .home-icon p {
  font-size: 18px; }
  .page-template-full_width .home-icon p a {
    color: #091b34; }

.page-template-full_width .home-icon a:hover {
  color: #3f7196;
  font-weight: 500; }

.page-template-full_width .full_width h1 {
  text-align: center;
  font-weight: 700;
  margin: 30px 0px; }

.page-template-full_width .full_width h2 {
  color: #4a5055;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px; }

.page-template-full_width .full_width h3 {
  font-weight: 300;
  font-size: 22px; }

.page-template-full_width .home-intro-container h1 {
  font-size: 40px;
  margin: 20px 0px;
  margin-bottom: 10px !important; }

.page-template-full_width .home-intro-container h2 {
  margin-top: 7px !important;
  margin-bottom: 0px !important; }

.page-template-full_width .home-intro-container h3 {
  font-weight: 500;
  font-size: 26px; }

.page-template-full_width .featured .vc_column-inner {
  background: #fff;
  margin-bottom: 30px; }

.page-template-full_width .featured .wpb_wrapper {
  position: relative;
  overflow: hidden; }

.page-template-full_width .featured .wpb_text_column {
  padding: 15px 25px 15px; }
  .page-template-full_width .featured .wpb_text_column .wpb_wrapper {
    position: static; }
  .page-template-full_width .featured .wpb_text_column h3 {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0.3px;
    display: inline; }
    .page-template-full_width .featured .wpb_text_column h3 a {
      color: #667080; }
      .page-template-full_width .featured .wpb_text_column h3 a:hover {
        color: #3f7196; }
  .page-template-full_width .featured .wpb_text_column p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #667080; }
  .page-template-full_width .featured .wpb_text_column p a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.3px;
    text-align: right;
    color: #ffffff;
    background-color: #091b34;
    padding: 3px 15px;
    float: right;
    margin-top: 50px;
    border: none;
    position: absolute;
    bottom: 15px;
    right: 25px;
    transition: background-color 0.4s ease; }
    .page-template-full_width .featured .wpb_text_column p a:after {
      background: url(../icons/yellow-arrow-right.png);
      content: "";
      background-size: 100%;
      width: 12px;
      height: 10.5px;
      display: inline-block;
      margin-left: 4px;
      vertical-align: initial; }
    .page-template-full_width .featured .wpb_text_column p a:hover {
      background-color: #3f7196; }
  .page-template-full_width .featured .wpb_text_column button {
    position: absolute;
    bottom: 15px;
    right: 25px; }

.page-template-full_width .featured.no-image .wpb_text_column h5 {
  margin-top: 11px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #3f7196;
  margin-bottom: 8px; }

.page-template-full_width .wpb_single_image .vc_single_image-wrapper,
.page-template-full_width .wpb_single_image img {
  width: 100%; }

.page-template-full_width .social.wpb_column {
  margin-top: 21px; }
  .page-template-full_width .social.wpb_column .full_section_inner {
    width: 67.2%;
    margin: auto; }
  .page-template-full_width .social.wpb_column .vc_column-inner {
    background: none;
    text-align: center; }
    .page-template-full_width .social.wpb_column .vc_column-inner h2 {
      font-size: 26px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 34px;
      letter-spacing: 0.3px;
      text-align: center;
      color: #3f7196;
      text-transform: none;
      margin-bottom: 40px; }

.page-template-full_width .filterable.loading {
  background: url(../icons/loading.svg) no-repeat 50% 50%; }
  .page-template-full_width .filterable.loading > * {
    opacity: 0.5; }

@media only screen and (max-width: 767px) {
  .page-template-full_width .vc_column_container > .vc_column-inner .vc_column-inner {
    margin: 0 0 15px; } }

.resource-template-default div.upper {
  padding-bottom: 2.4em; }
  .resource-template-default div.upper p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0.2px;
    text-align: justify;
    color: #667080; }
  @media only screen and (max-width: 767px) {
    .resource-template-default div.upper {
      padding-top: 2.4em; } }
  .resource-template-default div.upper div.links {
    margin-bottom: 3em;
    margin-top: 0px; }
    .resource-template-default div.upper div.links a {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 26px;
      letter-spacing: 0.2px;
      color: #3f7196;
      display: block;
      padding: 0.2em 0; }
      .resource-template-default div.upper div.links a:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f0f6";
        margin: 0px 6px 0 0; }
      .resource-template-default div.upper div.links a:hover {
        text-decoration: underline; }
    .resource-template-default div.upper div.links a.link:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f0c1";
      margin: 0px 6px 0 0; }

.resource-template-default .copy .wpb_wrapper > ul li {
  font-size: 1.4em;
  line-height: 1.57143em;
  color: #667080;
  margin-top: 1em;
  margin-bottom: 1em; }

.resource-template-default .post-summary h5 {
  margin-bottom: 15px; }

.resource-template-default .post-summary ul {
  margin: 0; }

@media only screen and (max-width: 600px) {
  .resource-template-default .post-summary {
    display: none; } }

.resource-template-default div.lower {
  background-color: #fafafa;
  padding-top: 2.6em; }
  .resource-template-default div.lower .copy h2 {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #667080; }

.resource-template-default .vc_col-sm-3 h2 {
  color: #5d5d5d;
  margin-top: 17px; }

.resource-template-default .vc_col-sm-3 h3 {
  margin-top: 17px; }

.resource-template-default .copy h1 {
  margin-bottom: 51px; }

.resource-template-default .column1,
.resource-template-default .column2 {
  box-sizing: border-box; }

.resource-template-default .column2 {
  padding-right: 100px; }
  @media only screen and (max-width: 767px) {
    .resource-template-default .column2 {
      padding-right: 0px; } }

.resource-template-default .column1 {
  padding-left: 30px; }
  @media only screen and (max-width: 600px) {
    .resource-template-default .column1 {
      padding-left: 0px; } }
  .resource-template-default .column1 .post_info {
    padding-top: 22px; }
    .resource-template-default .column1 .post_info .time {
      margin-bottom: 30px; }
  .resource-template-default .column1 .tags {
    margin-bottom: 35px; }
    .resource-template-default .column1 .tags p {
      margin: 0; }
    .resource-template-default .column1 .tags a {
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 18px;
      letter-spacing: 0.1px;
      padding: 3px 6px;
      margin: 8px 6px 0 0;
      color: #4a4f55;
      border-radius: 2px;
      display: inline-block; }
      .resource-template-default .column1 .tags a:hover {
        color: #ffffff;
        background-color: #3f7196; }
  .resource-template-default .column1 .documents h5 {
    margin-bottom: 3px; }
  .resource-template-default .column1 .documents a {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #667080; }
    .resource-template-default .column1 .documents a:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f0f6";
      margin: 0px 6px 0 0; }
  .resource-template-default .column1 .documents.links a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0c1";
    margin: 0px 6px 0 0; }
  .resource-template-default .column1 h5 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #667080;
    text-transform: none; }
  .resource-template-default .column1 p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #757f90; }

.page-template-resource-index h1 {
  font-weight: 500;
  margin-bottom: 37px; }

.page-template-resource-index .sidebar {
  position: relative; }
  .page-template-resource-index .sidebar h4 {
    margin-bottom: 15px;
    margin-top: 2px; }
  .page-template-resource-index .sidebar a.filter_reset {
    background-color: #3f7196;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out; }
    .page-template-resource-index .sidebar a.filter_reset:hover, .page-template-resource-index .sidebar a.filter_reset:focus {
      background-color: #007c84;
      outline: 0; }
  .page-template-resource-index .sidebar h5 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #667080;
    text-transform: none;
    margin-bottom: 15px; }
  .page-template-resource-index .sidebar .facetwp-checkbox {
    background: none;
    padding-left: 35px;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #667080;
    margin-bottom: 11px; }
    .page-template-resource-index .sidebar .facetwp-checkbox .facetwp-counter {
      float: right; }
    .page-template-resource-index .sidebar .facetwp-checkbox:before {
      content: "";
      position: absolute;
      border-radius: 2px;
      background-color: #f1f3f5;
      width: 22px;
      height: 22px;
      left: 0;
      top: 0; }
    .page-template-resource-index .sidebar .facetwp-checkbox.checked:before {
      background-color: #3f7196;
      background-image: url(../icons/white-tick.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%; }
  .page-template-resource-index .sidebar .collapsable {
    max-width: 205px;
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px; }

.page-template-resource-index .column2 {
  border-left: 1px solid #d5dae4; }

.page-template-resource-index .two_columns_25_75 > .column1 {
  width: 23.2%;
  margin-bottom: 90px; }

.page-template-resource-index .two_columns_25_75 > .column2 {
  width: 76.8%;
  padding-left: 30px;
  margin-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    .page-template-resource-index .two_columns_25_75 > .column2 {
      padding-left: 0px;
      padding-top: 30px; } }

.page-template-resource-index div.featured {
  margin-bottom: 64px; }

@media screen and (max-width: 770px) {
  .page-template-resource-index .two_columns_25_75 > .column2,
  .page-template-resource-index .two_columns_25_75 > .column1 {
    width: 100%;
    margin-bottom: 0; }
  .page-template-resource-index .two_columns_25_75 > .column2 {
    padding-left: 0;
    border-left: none; }
  .page-template-resource-index .sidebar .textwidget {
    max-width: 100%; } }

.collapsable .controller {
  position: relative;
  cursor: pointer; }
  .collapsable .controller:hover:after {
    transform: translate(0, -50%); }
  .collapsable .controller:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
    transition: transform 0.4s ease; }
  .collapsable .controller.is-active:after {
    transform: translate(0, -50%); }
  .collapsable .controller.is-active:hover:after {
    transform: translate(0, -50%) rotate(90deg); }

.facetwp-per-page-select {
  padding: 0px 25px 0px 10px;
  border: solid 1px #d6d6d6;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #3f7196;
  background: #fff;
  -webkit-appearance: inherit;
  margin-top: 0px;
  border-radius: 1px; }

.facetwp-per-page {
  position: relative; }
  .facetwp-per-page:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translate(0, -50%); }

.resource {
  background-color: #f1f3f5;
  padding: 18px 25px;
  border-left: 2px solid #dee2e8;
  margin-bottom: 20px;
  position: relative; }
  .resource:nth-of-type(2n) {
    background: white; }
  .resource h3 {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #667080;
    margin-bottom: 8px; }
  .resource .header {
    border-bottom: 1px solid #757f90;
    overflow: hidden;
    padding-bottom: 4px; }
  .resource .documents {
    float: left;
    clear: both; }
  .resource .time {
    float: right;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-align: right;
    color: #757f90; }
  .resource .post_info {
    padding-top: 22px; }
    .resource .post_info .time {
      margin-bottom: 30px; }
  .resource .documents a {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #3f7196;
    display: block;
    padding: 0.2em 0; }
    .resource .documents a:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f0f6";
      margin: 0px 6px 0 0; }
    .resource .documents a.link:before {
      content: "\f0c1"; }
  .resource:hover {
    background: #3f7196;
    color: white; }
    .resource:hover * {
      color: white; }
    .resource:hover .documents a {
      color: white; }
    .resource:hover .header {
      border-bottom: 1px solid #ffffff; }
    .resource:hover:before {
      color: #c6ebed; }
    .resource:hover .tags a {
      background-color: rgba(74, 79, 85, 0.5);
      color: white; }
      .resource:hover .tags a:hover {
        background-color: #c6ebed;
        color: #667080; }
  .featured .resource {
    border-top: solid 4px #3f7196;
    border-left: none; }
    .featured .resource:before {
      position: absolute;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f02e";
      color: #3f7196;
      top: -4px;
      right: 26px;
      font-size: 20px; }

.tags a {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0.1px;
  padding: 3px 6px;
  margin: 8px 6px 0 0;
  color: #4a4f55;
  border-radius: 2px;
  background-color: rgba(74, 79, 85, 0.2);
  display: inline-block; }
  .tags a:hover {
    color: #ffffff;
    background-color: #3f7196; }

.facetwp-counts {
  display: inline; }

.facetwp-per-page {
  float: right; }

.index-header {
  overflow: hidden;
  border-bottom: 1px solid #d5dae4;
  padding-bottom: 9px;
  margin-bottom: 20px; }
  .index-header h3 {
    float: left;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #667080; }

.facetwp-pager {
  text-align: right;
  border-top: 1px solid #bfc7d3;
  margin-top: 30px;
  padding-top: 16px; }
  .facetwp-pager a {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #667080; }

.facetwp-pager-label {
  float: left;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #667080; }

.error404 .content .container {
  background-color: transparent; }
  .error404 .content .container h2, .error404 .content .container h4 {
    color: #4a4f55; }

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