@charset "UTF-8";
/* ==========================================================================

// Base Stylesheet - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 3.0.1 - Last Updated: May 15, 2016

========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: inherit; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

body, form, fieldset, legend, input, select, textarea, button {
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

audio, canvas, progress, video {
  display: inline-block; }

progress {
  vertical-align: baseline; }

[hidden], template {
  display: none; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

body {
  font-family: "interface", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #333;
  font-weight: 300;
  background: #fff; }

p {
  margin: 0 0 20px 0; }

a {
  color: #2a6ebb;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:active, a:hover {
    color: #4387d5;
    outline-width: 0;
    text-decoration: underline; }

h1, h2, .accordion.faqs dt a, h3, h4, h5, h6 {
  font-family: "interface", Helvetica, Arial, sans-serif;
  margin: 0; }
  h1.grey-bg, h2.grey-bg, .accordion.faqs dt a.grey-bg, h3.grey-bg, h4.grey-bg, h5.grey-bg, h6.grey-bg {
    background: #eee;
    padding: 10px 20px;
    margin: 0; }
  h1.teal-bg, h2.teal-bg, .accordion.faqs dt a.teal-bg, h3.teal-bg, h4.teal-bg, h5.teal-bg, h6.teal-bg {
    background: #BF007C;
    padding: 10px 20px;
    margin: 0;
    color: #fff;
    font-weight: 400; }

h1, .fs-1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 2.375rem; }

h2, .accordion.faqs dt a, .fs-2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 32px;
  line-height: 2rem; }

h3, .fs-3, .widget-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem; }

h4, .fs-4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem; }

h5, .fs-5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem; }

h6, .fs-6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem; }

h1 {
  margin-bottom: .7em;
  color: #000;
  font-weight: 700; }

h2, .accordion.faqs dt a {
  margin-bottom: .7em;
  color: #000;
  font-weight: 700; }

h3 {
  margin-bottom: .7em;
  color: #000;
  font-weight: 700; }

h4 {
  margin-bottom: .7em;
  color: #000;
  font-weight: 700; }

h5 {
  margin-bottom: .1em;
  color: #000;
  font-weight: 700; }

h6 {
  margin-bottom: .1em;
  color: #000;
  font-weight: 700; }

.trusted-content p {
  padding-left: 125px; }

.type img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px; }
  .type img.alignleft, .type img.alignright {
    display: inline-block;
    margin-bottom: 0; }
  .type img.alignleft {
    float: left;
    margin-right: 10px;
    margin-top: 12px; }
  .type img.alignright {
    float: right;
    margin-left: 5px; }

.type p.lead {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem; }

.type h2, .type .accordion.faqs dt a, .accordion.faqs dt .type a {
  font-weight: 200;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 32px;
  line-height: 2rem;
  color: #565759; }

.type ul, .type ol {
  padding: 0 0 0 20px; }
  .type ul li, .type ol li {
    margin-bottom: .4em; }

.type ol {
  margin: 0 0 20px 0; }
  .type ol li {
    margin-bottom: .4em; }

.type ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0; }
  .type ul li {
    padding-left: 1em;
    text-indent: -.7em; }
    .type ul li:before {
      content: "•";
      padding-right: 7px;
      color: #2a6ebb; }
  .type ul.sitemap ul.children {
    margin-top: 5px; }

.type hr, .type .hr {
  background: #2a6ebb;
  height: 2px; }
  .type hr.red, .type .hr.red {
    background: #ff4612; }

.type h2 a, .type .accordion.faqs dt a a, .accordion.faqs dt .type a a {
  color: #565759; }
  .type h2 a:hover, .type .accordion.faqs dt a a:hover, .accordion.faqs dt .type a a:hover {
    text-decoration: none;
    color: #000; }

b, strong, .strong {
  font-weight: 700; }

em, .em {
  font-style: italic; }

abbr[title], .abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

dfn {
  font-style: italic; }

small, .small {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem; }

span.post-date {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #b4b4b4;
  font-style: italic; }

mark, .mark {
  background-color: #ff0;
  color: #000; }

sub, .sub, sup, .sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub, .sub {
  bottom: -0.25em; }

sup, .sup {
  top: -0.5em; }

del, .del {
  text-decoration: line-through; }

figure {
  margin: 1em 40px; }

hr, .hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  background: #eee;
  border: 0;
  margin-top: 20px;
  margin-bottom: 20px; }

ul, ol {
  margin: 20px 0;
  padding: 0 0 0 40px; }

dl:before, dl:after {
  content: " ";
  display: table; }

dl:after {
  clear: both; }

dl dt {
  float: left;
  width: 25%;
  display: block;
  font-weight: 400; }

dl dd {
  overflow: hidden;
  display: block; }

blockquote,
.blockquote {
  font-family: "interface", Helvetica, Arial, sans-serif;
  font-style: italic;
  position: relative;
  margin: 0;
  padding: 45px 20px 10px 45px;
  color: #747678;
  font-weight: 200;
  font-style: normal;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem; }
  blockquote::before,
  .blockquote::before {
    content: "";
    background: url("./images/quote-icon.svg");
    background-repeat: no-repeat;
    height: 80px;
    width: 75px;
    position: absolute;
    top: 0;
    left: 0; }
  blockquote p,
  .blockquote p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 0; }
  blockquote cite,
  .blockquote cite {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 21px;
    line-height: 1.3125rem;
    font-weight: 700;
    font-style: normal; }

.blockquote-banner {
  color: #fff; }

.blockquote-banner::before {
  background: url("./images/quote-icon-white.svg");
  background-repeat: no-repeat;
  height: 80px;
  width: 75px;
  position: absolute;
  top: 0;
  left: 0; }

caption {
  font-size: inherit;
  line-height: normal;
  font-weight: 700;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #eee; }

.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em; }
  .table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px; }
  .table-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3); }

table {
  font-size: 16px;
  font-size: 1rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  text-align: left;
  margin-bottom: 20px;
  border-color: #eee; }
  table thead td,
  table thead th,
  table tbody td,
  table tbody th,
  table tfoot td,
  table tfoot th {
    color: #585858;
    padding: 10px; }
    @media screen and (min-width: 980px) {
      table thead td,
      table thead th,
      table tbody td,
      table tbody th,
      table tfoot td,
      table tfoot th {
        word-wrap: break-word; } }
  table thead th,
  table tbody th,
  table tfoot th {
    background-color: #2a6ebb;
    color: #fff; }
  table tbody tr:nth-of-type(2n) {
    background-color: #eee; }

code, kbd, pre, samp {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  word-wrap: break-word;
  font-family: monospace, monospace;
  color: #000;
  background-color: transparent;
  font-weight: normal;
  padding: 0;
  white-space: pre-wrap; }

pre {
  padding: 10px;
  overflow: auto;
  border: 1px solid #d7d7d7; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

label,
button,
input,
optgroup,
select,
textarea {
  color: #000;
  font: inherit;
  margin: 0; }

[type="text"],
[type="email"],
[type="password"],
[type="tel"],
[type="number"],
[type="date"] {
  height: 36px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  -webkit-border-radius: 0;
  border-radius: 0; }
  [type="text"]:focus,
  [type="email"]:focus,
  [type="password"]:focus,
  [type="tel"]:focus,
  [type="number"]:focus,
  [type="date"]:focus {
    background-color: #fff;
    border-color: #f7c723;
    outline: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: auto; }
  textarea:focus {
    background-color: #fff;
    border-color: #f7c723;
    outline: 0; }

select {
  text-transform: none;
  height: 36px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #ccc; }
  select:focus {
    background-color: #fff;
    border-color: #f7c723;
    outline: 0; }

optgroup {
  font-weight: 700; }

option[default] {
  display: none; }

button {
  overflow: visible;
  text-transform: none;
  cursor: pointer; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button[disabled],
html input[disabled] {
  cursor: not-allowed; }

::-webkit-input-placeholder {
  color: #999; }

:-moz-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

.button {
  cursor: pointer;
  background-color: #2a6ebb;
  line-height: normal;
  padding: .5em 1em;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .button:hover, .button:active {
    text-decoration: none; }
  .button:hover {
    background: #4387d5;
    color: #fff; }
  .button.button-newsletter {
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #2a6ebb;
    font-weight: 500; }
    .button.button-newsletter:hover {
      background: #eee; }

.button-campaign {
  text-align: center;
  background-color: #fff;
  border: 1px solid #80bd01;
  color: #80bd01;
  font-weight: 700;
  text-transform: uppercase;
  padding: .6em 2em;
  font-size: 1.1em;
  letter-spacing: 0.1em; }
  .button-campaign:hover, .button-campaign:active {
    text-decoration: none;
    color: #fff;
    background-color: #64a416; }

.button-campaign-inverse {
  text-align: center;
  background-color: #80bd01;
  border: 1px solid #80bd01;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: .6em 2em;
  font-size: 1.1em;
  letter-spacing: 0.1em; }
  .button-campaign-inverse:hover, .button-campaign-inverse:active {
    text-decoration: none;
    color: #80bd01;
    background-color: #fff; }

.button-campaign-pink {
  text-align: center;
  background-color: #BF007C;
  border: 1px solid #BF007C;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: .6em 2em;
  font-size: 1.1em;
  letter-spacing: 0.1em; }
  .button-campaign-pink:hover, .button-campaign-pink:active {
    text-decoration: none;
    color: #BF007C;
    background-color: #fff; }

.button-campaign .fa {
  font-size: 1.3em;
  vertical-align: middle; }

.button-campaign-form {
  color: white;
  background: #80bd01;
  border-bottom: 5px solid #64a416;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 700;
  padding-top: 8px;
  letter-spacing: 0.1em;
  margin-top: 11px; }
  .button-campaign-form:hover, .button-campaign-form:active {
    background-color: #64a416; }

.button-access {
  background-color: #2a6ebb;
  position: relative;
  font-weight: 500;
  padding: 7px 12px;
  font-size: 12px;
  display: inline-block; }
  @media screen and (min-width: 450px) {
    .button-access {
      padding: 7px 12px 7px 38px;
      font-size: 18px; } }
  @media screen and (min-width: 740px) {
    .button-access {
      padding: 10px 10px 10px 45px; } }
  .button-access:before {
    content: "";
    background: url("images/key.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8px;
    height: 21px;
    width: 20px;
    display: none; }
    @media screen and (min-width: 450px) {
      .button-access:before {
        padding: 7px 12px 7px 38px;
        display: inherit; } }
    @media screen and (min-width: 740px) {
      .button-access:before {
        left: 10px;
        height: 26px;
        width: 25px; } }
  .button-access:hover {
    background-color: #4387d5; }

.button-link {
  color: #2a6ebb;
  text-decoration: underline;
  border: 0;
  background: transparent;
  padding: 0; }
  .button-link:hover {
    text-decoration: none; }
  .button-link:active {
    outline: 0; }

a.fasc-size-medium {
  padding: 7px 33px;
  font-size: 16px;
  border: 0;
  min-width: 160px;
  text-align: center; }

.blue-bkg {
  background: #2a6ebb; }

.light-bkg {
  background: #eee; }

.light-blue-bkg {
  background: #f2f7fb; }

.responsive-img {
  display: block;
  max-width: 100%;
  height: auto; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.test-non-existing-class {
  display: none; }

.out-wrapper {
  min-height: 100%;
  position: relative; }

.site.wrapper {
  position: relative;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  min-height: 100%;
  background-color: #fff; }
  .site.wrapper.open {
    margin-left: -250px;
    cursor: pointer; }
    @media screen and (max-width: 300px) {
      .site.wrapper.open {
        margin-left: -200px; } }

.main-menu-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 250px;
  padding: 62px 0;
  overflow: hidden;
  background-color: #2a6ebb; }
  @media screen and (max-width: 300px) {
    .main-menu-nav {
      width: 200px; } }
  .main-menu-nav .burger-close {
    text-align: right; }
    .main-menu-nav .burger-close img {
      cursor: pointer; }
  .main-menu-nav .nav-my-bmj {
    background: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 15px;
    position: relative;
    border-bottom: 1px solid #2a6ebb; }
    .main-menu-nav .nav-my-bmj .button {
      width: 100%;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 28px;
      line-height: 1.75rem; }
    .main-menu-nav .nav-my-bmj::after {
      content: '';
      position: absolute;
      top: -20px;
      right: -12px;
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 0;
      border-bottom: 20px solid #fff; }
    .main-menu-nav .nav-my-bmj .nav-content-secondary ul {
      margin: 20px 0 0 0;
      padding: 0 0 0 30px;
      list-style: none; }
      .main-menu-nav .nav-my-bmj .nav-content-secondary ul li a {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 30px;
        line-height: 1.875rem; }
  .main-menu-nav .nav-content ul {
    margin: 0;
    padding: 0; }
    .main-menu-nav .nav-content ul li {
      border-bottom: 1px solid #fff;
      text-align: right;
      padding: 15px 20px; }
      .main-menu-nav .nav-content ul li a {
        color: #fff;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
        line-height: 1.875rem; }
      .main-menu-nav .nav-content ul li:hover {
        background: #fff; }
        .main-menu-nav .nav-content ul li:hover a {
          color: #2a6ebb;
          text-decoration: underline; }
      .main-menu-nav .nav-content ul li ul {
        display: none; }

header {
  background: linear-gradient(#f9f9f9 55%, #ededed 100%);
  position: relative;
  z-index: 120; }
  header .header-container {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media screen and (min-width: 980px) {
      header .header-container {
        padding-left: 15px;
        padding-right: 15px; } }
  header .logo-container img {
    width: 100%;
    display: block;
    max-width: 280px; }
    @media screen and (min-width: 980px) {
      header .logo-container img {
        position: relative;
        max-width: 340px; } }
  header .mobile-links {
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  header .burger {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: auto;
    vertical-align: middle;
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 40px;
    line-height: 2.5rem;
    color: #2a6ebb;
    margin: 0 10px 0 5px; }
  header .secondary-navigation ul, header .primary-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    header .secondary-navigation ul li, header .primary-navigation ul li {
      margin: 0 10px;
      display: inline-block; }
      header .secondary-navigation ul li a, header .primary-navigation ul li a {
        color: #2a6ebb; }
  header .primary-navigation ul li {
    position: relative;
    padding: 0 0 15px 0; }
    @media screen and (min-width: 1140px) {
      header .primary-navigation ul li a {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 28px;
        line-height: 1.75rem; } }
    header .primary-navigation ul li ul.sub-menu {
      display: none;
      position: absolute;
      text-align: left;
      margin: 0;
      z-index: 11;
      background-color: #fff;
      width: 225px;
      left: 0;
      top: 33px;
      -webkit-box-shadow: -4px 0px 10px -2px #b4b4b4;
      box-shadow: -4px 0px 10px -2px #b4b4b4; }
      @media screen and (min-width: 1140px) {
        header .primary-navigation ul li ul.sub-menu {
          top: 43px; } }
      header .primary-navigation ul li ul.sub-menu li {
        width: 100%;
        padding: 15px 20px;
        margin: 0; }
        header .primary-navigation ul li ul.sub-menu li a {
          display: block;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 24px;
          line-height: 1.5rem; }
        header .primary-navigation ul li ul.sub-menu li:not(:last-child) {
          border-bottom: 2px solid #f2f7fb; }
    header .primary-navigation ul li.hover ul {
      display: block; }
  header .secondary-navigation div {
    display: inline-block; }
  header .secondary-navigation {
    display: inline-block; }
    @media screen and (min-width: 740px) {
      header .secondary-navigation {
        display: block; } }
    header .secondary-navigation ul li {
      margin: 0 10px 0 0; }
    header .secondary-navigation .wpml-ls-current-language {
      position: relative;
      padding: 8px; }
      @media screen and (min-width: 420px) {
        header .secondary-navigation .wpml-ls-current-language {
          margin-right: 5px;
          padding: 8px 16px; } }
      @media screen and (min-width: 740px) {
        header .secondary-navigation .wpml-ls-current-language {
          border-right: 1px solid #b4b4b4;
          margin-right: 15px;
          padding: 8px 20px; } }
      header .secondary-navigation .wpml-ls-current-language:hover, header .secondary-navigation .wpml-ls-current-language:focus {
        background-color: #fff; }
        header .secondary-navigation .wpml-ls-current-language:hover .sub-menu, header .secondary-navigation .wpml-ls-current-language:focus .sub-menu {
          display: block; }
      header .secondary-navigation .wpml-ls-current-language > a {
        font-size: 18px;
        font-size: 1.125rem;
        color: #000;
        pointer-events: none; }
        header .secondary-navigation .wpml-ls-current-language > a:hover, header .secondary-navigation .wpml-ls-current-language > a:focus {
          text-decoration: none; }
        header .secondary-navigation .wpml-ls-current-language > a:after {
          display: none;
          content: "\25BC";
          font-size: 8px;
          font-size: 0.5rem;
          margin-left: 8px;
          vertical-align: top; }
          @media screen and (min-width: 740px) {
            header .secondary-navigation .wpml-ls-current-language > a:after {
              display: inline-block; } }
        header .secondary-navigation .wpml-ls-current-language > a.hover ul {
          display: block; }
        header .secondary-navigation .wpml-ls-current-language > a .wpml-ls-native,
        header .secondary-navigation .wpml-ls-current-language > a .wpml-ls-display {
          display: none; }
          @media screen and (min-width: 740px) {
            header .secondary-navigation .wpml-ls-current-language > a .wpml-ls-native,
            header .secondary-navigation .wpml-ls-current-language > a .wpml-ls-display {
              display: inline-block;
              margin-left: 8px; } }
      header .secondary-navigation .wpml-ls-current-language .sub-menu {
        display: none;
        position: absolute;
        text-align: left;
        margin: 0;
        z-index: 11;
        background-color: #fff;
        left: 0;
        top: 0;
        padding: 8px 20px;
        width: 240px;
        top: 40px;
        border-right: 1px solid #b4b4b4;
        border-bottom: 1px solid #b4b4b4; }
        @media screen and (min-width: 740px) {
          header .secondary-navigation .wpml-ls-current-language .sub-menu {
            padding: 0 20px 8px 20px; } }
        header .secondary-navigation .wpml-ls-current-language .sub-menu li {
          width: 100%; }
          header .secondary-navigation .wpml-ls-current-language .sub-menu li a {
            display: inline-block;
            width: 100%;
            padding: 12px 0;
            color: #000; }
            @media screen and (min-width: 740px) {
              header .secondary-navigation .wpml-ls-current-language .sub-menu li a {
                padding: 8px 0; } }
            header .secondary-navigation .wpml-ls-current-language .sub-menu li a .wpml-ls-native {
              margin-left: 8px; }

footer .footer-container {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 980px) {
    footer .footer-container {
      display: flex;
      padding-left: 15px;
      padding-right: 15px; } }

footer .blue-bkg {
  padding-top: 30px;
  padding-bottom: 0; }
  @media screen and (min-width: 980px) {
    footer .blue-bkg {
      padding-bottom: 30px; } }
  footer .blue-bkg h3, footer .blue-bkg p {
    color: #fff; }

footer .footer-col-1, footer .footer-col-2 {
  margin-bottom: 40px; }
  @media screen and (min-width: 980px) {
    footer .footer-col-1, footer .footer-col-2 {
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 10px; }
      footer .footer-col-1::after, footer .footer-col-2::after {
        content: "";
        height: 100%;
        width: 1px;
        background: rgba(255, 255, 255, 0.5);
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0.5; } }

footer .footer-col-3 {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 980px) {
    footer .footer-col-3 {
      padding-left: 15px;
      padding-right: 15px; } }

footer .site-footer-copyright {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 980px) {
    footer .site-footer-copyright {
      padding-left: 15px;
      padding-right: 15px; } }
  footer .site-footer-copyright p {
    margin: 0; }

footer .newsletter-signup {
  background: #B4CFEE;
  padding: 10px; }
  footer .newsletter-signup h3 {
    color: #2a6ebb;
    text-transform: uppercase;
    font-weight: 400; }
    footer .newsletter-signup h3 i {
      margin-right: 5px; }
  footer .newsletter-signup input {
    width: 100%; }

footer .social-icons {
  text-align: center; }
  footer .social-icons h3 {
    text-align: left; }
  footer .social-icons a {
    display: inline-block;
    margin: 10px 15px; }
    footer .social-icons a i.fa {
      color: #fff;
      font-size: 35px; }

footer #menu-helpful-links,
footer .footer-col-1 div ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%; }
  footer #menu-helpful-links li,
  footer .footer-col-1 div ul li {
    width: 50%; }
    footer #menu-helpful-links li a,
    footer .footer-col-1 div ul li a {
      color: #fff;
      display: inline-block;
      margin-bottom: 10px; }
    footer #menu-helpful-links li:nth-child(odd),
    footer .footer-col-1 div ul li:nth-child(odd) {
      float: left; }
    footer #menu-helpful-links li:nth-child(even),
    footer .footer-col-1 div ul li:nth-child(even) {
      float: right; }

.page-home .content-area h2, .page-home .content-area .accordion.faqs dt a, .accordion.faqs dt .page-home .content-area a {
  color: #565759;
  font-weight: 200; }
  @media screen and (min-width: 980px) {
    .page-home .content-area h2, .page-home .content-area .accordion.faqs dt a, .accordion.faqs dt .page-home .content-area a {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 46px;
      line-height: 2.875rem; } }

.container.homepage-boxes {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 980px) {
    .container.homepage-boxes {
      padding-left: 15px;
      padding-right: 15px; } }
  .container.homepage-boxes .box-white, .container.homepage-boxes .box-blue, .container.homepage-boxes .box-green {
    padding: 20px;
    min-height: 355px; }
    @media screen and (min-width: 740px) {
      .container.homepage-boxes .box-white, .container.homepage-boxes .box-blue, .container.homepage-boxes .box-green {
        min-height: 315px; } }
    .container.homepage-boxes .box-white p, .container.homepage-boxes .box-blue p, .container.homepage-boxes .box-green p {
      margin: 20px 0;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 32px;
      line-height: 2rem; }
      @media screen and (min-width: 740px) {
        .container.homepage-boxes .box-white p, .container.homepage-boxes .box-blue p, .container.homepage-boxes .box-green p {
          min-height: 192px; } }
    .container.homepage-boxes .box-white a, .container.homepage-boxes .box-blue a, .container.homepage-boxes .box-green a {
      letter-spacing: 1px;
      font-weight: 400;
      border-radius: 2px;
      text-transform: uppercase; }
    .container.homepage-boxes .box-white h2, .container.homepage-boxes .box-white .accordion.faqs dt a, .accordion.faqs dt .container.homepage-boxes .box-white a, .container.homepage-boxes .box-blue h2, .container.homepage-boxes .box-blue .accordion.faqs dt a, .accordion.faqs dt .container.homepage-boxes .box-blue a, .container.homepage-boxes .box-green h2, .container.homepage-boxes .box-green .accordion.faqs dt a, .accordion.faqs dt .container.homepage-boxes .box-green a {
      margin: 0;
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 78px;
      line-height: 4.875rem; }
  .container.homepage-boxes .box-white {
    background: #fff;
    border-top: 2px solid #2a6ebb;
    border-bottom: 2px solid #2a6ebb; }
    @media screen and (min-width: 980px) {
      .container.homepage-boxes .box-white {
        border: 2px solid #2a6ebb; } }
    .container.homepage-boxes .box-white p, .container.homepage-boxes .box-white h2, .container.homepage-boxes .box-white .accordion.faqs dt a, .accordion.faqs dt .container.homepage-boxes .box-white a {
      color: #2a6ebb; }
  .container.homepage-boxes .box-blue {
    background: #2a6ebb; }
    .container.homepage-boxes .box-blue p, .container.homepage-boxes .box-blue h2, .container.homepage-boxes .box-blue .accordion.faqs dt a, .accordion.faqs dt .container.homepage-boxes .box-blue a {
      color: #fff; }
    .container.homepage-boxes .box-blue a {
      background: #2a6ebb;
      border: 1px solid #fff;
      color: #fff; }
      .container.homepage-boxes .box-blue a:hover {
        background: #fff;
        color: #2a6ebb; }
  .container.homepage-boxes .box-green {
    background: #00756F; }
    .container.homepage-boxes .box-green p, .container.homepage-boxes .box-green h2, .container.homepage-boxes .box-green .accordion.faqs dt a, .accordion.faqs dt .container.homepage-boxes .box-green a {
      color: #fff; }
    .container.homepage-boxes .box-green a {
      background: #00756F;
      border: 1px solid #fff;
      color: #fff; }
      .container.homepage-boxes .box-green a:hover {
        background: #fff;
        color: #00756F; }
  .container.homepage-boxes .box-1, .container.homepage-boxes .box-2, .container.homepage-boxes .box-3 {
    padding-bottom: 20px; }
    @media screen and (min-width: 980px) {
      .container.homepage-boxes .box-1, .container.homepage-boxes .box-2, .container.homepage-boxes .box-3 {
        padding-bottom: 0; } }
  .container.homepage-boxes .box-1 {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 980px) {
      .container.homepage-boxes .box-1 {
        padding-left: 15px;
        padding-right: 15px; } }
  .container.homepage-boxes .box-2 {
    padding-left: 0;
    padding-right: 0;
    min-height: 315px; }
    @media screen and (min-width: 980px) {
      .container.homepage-boxes .box-2 {
        padding-left: 15px;
        padding-right: 15px; } }
  .container.homepage-boxes .box-3 {
    padding-left: 15px;
    padding-right: 15px; }

ul.whats-new {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.whats-new li {
    display: block;
    padding: 5px 0; }
    ul.whats-new li i.fa {
      margin-right: 10px; }

.hero.featured-image {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 980px) {
    .hero.featured-image {
      min-height: 320px; } }

.hero__text {
  padding: 25px 20px;
  background: #2a6ebb;
  background: rgba(42, 110, 187, 0.75);
  max-width: 100%;
  display: block; }
  @media screen and (min-width: 740px) {
    .hero__text {
      width: 45%; } }
  .hero__text h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: .3em;
    color: #fff; }
  .hero__text h2, .hero__text .accordion.faqs dt a, .accordion.faqs dt .hero__text a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    font-weight: 300; }

.page-header h1, .page-header h2, .page-header .accordion.faqs dt a, .accordion.faqs dt .page-header a {
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 2.375rem;
  color: #fff;
  margin: 0;
  font-weight: 300; }
  @media screen and (min-width: 980px) {
    .page-header h1, .page-header h2, .page-header .accordion.faqs dt a, .accordion.faqs dt .page-header a {
      font-size: 52px;
      font-size: 3.25rem;
      line-height: 58px;
      line-height: 3.625rem; } }

.post-details .post-img {
  margin-bottom: 20px; }

.container.page-home-container {
  margin-bottom: 30px;
  padding: 0; }
  @media screen and (min-width: 980px) {
    .container.page-home-container {
      padding: 0 15px; } }
  .container.page-home-container .sidebar-area {
    margin-top: 0px;
    padding: 0; }
    @media screen and (min-width: 980px) {
      .container.page-home-container .sidebar-area {
        margin-top: 0;
        padding: 0 15px; } }

.container.page-sub-container {
  margin-bottom: 30px;
  padding: 0; }
  @media screen and (min-width: 980px) {
    .container.page-sub-container {
      padding: 0 15px; } }
  .container.page-sub-container .sidebar-area {
    margin-top: 30px;
    padding: 0; }
    @media screen and (min-width: 980px) {
      .container.page-sub-container .sidebar-area {
        margin-top: 0;
        padding: 0 15px; } }

.page-landing-container .content-area {
  padding-bottom: 20px;
  margin-bottom: 30px; }

.container.breadcrumb-container {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding: 20px 0; }
  .container.breadcrumb-container--blue {
    border-bottom: 2px solid #2a6ebb; }
  @media screen and (min-width: 980px) {
    .container.breadcrumb-container {
      padding: 20px 15px; } }
  .container.breadcrumb-container .breadcrumb {
    font-size: 16px;
    color: #000;
    font-weight: 600; }
    .container.breadcrumb-container .breadcrumb i.fa {
      color: #646464;
      margin: 0 5px; }
    .container.breadcrumb-container .breadcrumb a {
      font-weight: 300;
      color: #2a6ebb; }

.breadcrumb-container--clean .breadcrumb a:first-child {
  display: none; }

.img-container {
  display: block;
  margin: 0 0 20px 0;
  position: relative; }
  @media screen and (min-width: 980px) {
    .img-container:hover .overlay-holder {
      top: 0;
      -webkit-transition: top 0.4s ease-out;
      -ms-transition: top 0.4s ease-out;
      -moz-transition: top 0.4s ease-out;
      -o-transition: top 0.4s ease-out;
      transition: top 0.4s ease-out; } }
  .img-container img {
    max-width: 100%;
    display: block; }

.overlay-holder {
  position: relative;
  top: 71%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px 20px;
  -webkit-transition: top 0.4s ease-out;
  -ms-transition: top 0.4s ease-out;
  -moz-transition: top 0.4s ease-out;
  -o-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
  background: #2a6ebb; }
  @media screen and (min-width: 980px) {
    .overlay-holder {
      position: absolute; } }
  @media screen and (min-width: 980px) {
    .overlay-holder {
      top: 76%;
      background: #2a6ebb;
      background: rgba(42, 110, 187, 0.7); } }
  .overlay-holder h2, .overlay-holder .accordion.faqs dt a, .accordion.faqs dt .overlay-holder a {
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px; }
  .overlay-holder p {
    color: #fff; }

.container.bottom-boxes, .container .box-1, .container .box-2, .container .box-3 {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 980px) {
    .container.bottom-boxes, .container .box-1, .container .box-2, .container .box-3 {
      padding-left: 15px;
      padding-right: 15px; } }

.container.bottom-boxes .box-1, .container.bottom-boxes .box-2, .container.bottom-boxes .box-3 {
  padding-bottom: 20px; }
  @media screen and (min-width: 980px) {
    .container.bottom-boxes .box-1, .container.bottom-boxes .box-2, .container.bottom-boxes .box-3 {
      padding-bottom: 0; } }

.category-container {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }
  .category-container .taxonomy-description p {
    color: #2a6ebb;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem; }

.post-details {
  padding-top: 10px; }
  .post-details h2 a, .post-details .accordion.faqs dt a a, .accordion.faqs dt .post-details a a {
    text-decoration: none; }
    .post-details h2 a:hover, .post-details .accordion.faqs dt a a:hover, .accordion.faqs dt .post-details a a:hover {
      text-decoration: underline; }

.container.page-landing-container {
  padding: 0; }
  @media screen and (min-width: 980px) {
    .container.page-landing-container {
      padding-left: 15px;
      padding-right: 15px; } }

.container.page-list {
  padding: 0; }
  @media screen and (min-width: 980px) {
    .container.page-list {
      padding-left: 15px;
      padding-right: 15px; } }
  .container.page-list .page {
    padding: 0; }
    @media screen and (min-width: 980px) {
      .container.page-list .page {
        padding-left: 15px;
        padding-right: 15px; } }
    .container.page-list .page .img-container img {
      margin: 0 auto; }

.page-list--half .page img {
  width: 100%; }

@media screen and (min-width: 980px) {
  .page-list--half .page .overlay-holder {
    top: 85%; } }

.page-list--half a:hover .overlay-holder {
  top: 0; }

.navigation ul {
  padding-left: 0; }

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration: none; }

.navigation li {
  display: inline-block; }
  .navigation li a {
    display: inline-block;
    margin-right: 2px; }
    @media screen and (max-width: 740px) {
      .navigation li a {
        margin: 0 2px 5px 0; } }

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #2a6ebb;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #2a6ebb; }

.navigation li a:hover,
.navigation li.active a {
  background-color: #fff;
  border: 1px solid #2a6ebb;
  color: #2a6ebb; }

.directory-list {
  padding: 40px 0 60px 0; }

.directory-list__card {
  background-color: #f0f0f0;
  box-shadow: 4px 4px 0 #b2b2b2;
  padding: 30px;
  margin-bottom: 30px; }
  .directory-list__card .fa {
    color: #2a6ebb;
    display: inline-block;
    vertical-align: top;
    width: 12%; }
    .directory-list__card .fa:before {
      position: relative;
      top: 3px; }

.directory-list__card__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0; }
  .directory-list__card__title span {
    display: inline-block;
    vertical-align: top;
    width: 88%;
    font-weight: bold;
    color: #646464; }
  .directory-list__card__title:after {
    content: '';
    display: block;
    width: 44%;
    height: 1px;
    border-bottom: 1px dashed #646464;
    padding-top: 20px;
    margin-left: 12%;
    margin-bottom: 20px; }

.directory-list__card__author {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem; }
  .directory-list__card__author .fa-plus {
    display: block; }
  .directory-list__card__author .fa-minus {
    display: none; }
  .directory-list__card__author--showing .fa-plus {
    display: none; }
  .directory-list__card__author--showing .fa-minus {
    display: block; }

.directory-list__header {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #2a6ebb;
  padding: 12px 0; }

.directory-list__card__position {
  margin-bottom: 0;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem; }
  .directory-list__card__position span {
    padding-left: 3px; }

.directory-list__card__location {
  margin-bottom: 0;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem; }
  .directory-list__card__location span {
    padding-left: 3px; }

.directory-list__card__hide {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .directory-list__card__hide--show {
    display: block;
    max-height: 50px;
    margin-bottom: 12px; }
  .directory-list__card__hide:last-child--show {
    margin-bottom: 0; }

.toggle-info {
  float: right;
  display: block;
  height: 8px;
  width: 8px; }
  .toggle-info:hover {
    cursor: pointer; }
    .toggle-info:hover .fa:before {
      color: #000; }
  .toggle-info .fa {
    text-align: center; }
    .toggle-info .fa:before {
      font-size: 10px;
      font-size: 0.625rem;
      color: #2a6ebb;
      top: 0; }

.type .subscription-box {
  display: inline-block;
  width: 100%;
  padding: 2em 0; }

.type .subscription-box__tabs {
  margin-bottom: 1.5em; }
  .type .subscription-box__tabs li {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
    text-indent: 0; }
    .type .subscription-box__tabs li:first-of-type {
      border-right: 0; }
    .type .subscription-box__tabs li:before {
      display: none; }
    .type .subscription-box__tabs li a {
      padding: 0.825em 0;
      text-align: center;
      font-size: 22px;
      font-size: 1.375rem;
      color: #000;
      width: 100%;
      height: 100%;
      display: inline-block;
      border: 2px solid #2a6ebb;
      font-weight: 500; }
      .type .subscription-box__tabs li a:hover {
        text-decoration: none;
        color: rgba(51, 51, 51, 0.7); }
      .type .subscription-box__tabs li a.active {
        background: #2a6ebb;
        color: #fff; }

.type .profession-panel {
  display: none;
  padding: 2em 0 0; }
  .type .profession-panel.active {
    display: block; }

.type .profession-panel__price {
  width: 100%;
  float: left; }
  @media screen and (min-width: 600px) {
    .type .profession-panel__price {
      width: 49%; } }

.type .price-discount {
  padding-bottom: 10px; }
  .type .price-discount span {
    font-size: 38px;
    font-size: 2.375rem;
    color: #fff;
    font-weight: 500;
    text-decoration: line-through; }

.type .price-now span {
  font-size: 76px;
  font-size: 4.75rem;
  color: #fff;
  font-weight: 700;
  position: relative; }

.type .payment-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 10px; }
  .type .payment-info p {
    color: #fff;
    margin-bottom: 10px; }
    .type .payment-info p:first-of-type {
      text-decoration: underline; }

.type .card-types li {
  display: inline-block;
  color: #fff;
  padding-left: 10px; }

.type .profession-panel__button {
  width: 100%;
  float: left;
  text-align: center; }
  @media screen and (min-width: 600px) {
    .type .profession-panel__button {
      width: 49%;
      margin-left: 2%;
      border-left: 1px solid rgba(255, 255, 255, 0.4); } }
  .type .profession-panel__button a {
    color: #000;
    text-decoration: none;
    padding: 0.75em 1.5em;
    text-align: center;
    font-size: 26px;
    margin: 1rem 0;
    background-image: none;
    border-radius: 2px;
    background-color: #BF007C;
    color: #fff;
    display: inline-block;
    font-weight: 500; }
    .type .profession-panel__button a:hover, .type .profession-panel__button a:active {
      background-color: #d9008d; }

.type .subscription-box__panels__content {
  display: none;
  background: #2a6ebb;
  padding: 1em; }
  .type .subscription-box__panels__content select {
    width: 100%;
    font-size: 20px;
    font-size: 1.25rem; }
  .type .subscription-box__panels__content.active {
    display: block; }
  .type .subscription-box__panels__content#annual .price-now span:after {
    content: 'per year';
    display: block;
    position: absolute;
    font-size: 17px;
    font-weight: 400;
    top: 40%;
    right: -80px; }
  .type .subscription-box__panels__content#monthly .price-now span:after {
    content: 'per month';
    display: block;
    position: absolute;
    font-size: 17px;
    font-weight: 400;
    top: 40%;
    right: -80px; }

.type .subscription-box__extra {
  display: inline-block;
  width: 100%;
  padding: 2em 0 0;
  text-align: center; }

.trial-content {
  text-align: center;
  padding: 2em 0; }

.trial-wrapper {
  padding: 25px; }
  @media screen and (min-width: 740px) {
    .trial-wrapper {
      display: flex;
      justify-content: center; } }

.trial-half {
  background: #eee;
  border: 1px solid #b4b4b4;
  width: 100%;
  padding: 25px;
  text-align: center;
  margin-bottom: 25px; }
  @media screen and (min-width: 740px) {
    .trial-half {
      margin: 0 2%;
      width: 40%; } }

h2.sub, .accordion.faqs dt a.sub {
  font-weight: 200;
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 2.375rem;
  color: #2a6ebb; }

.app-features {
  background: #fff; }
  .app-features.container {
    padding: 30px; }
    @media screen and (min-width: 740px) {
      .app-features.container {
        padding: 60px; } }
  .app-features h2, .app-features .accordion.faqs dt a, .accordion.faqs dt .app-features a {
    color: #2a6ebb;
    text-align: center;
    font-weight: 200;
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
    line-height: 2.375rem;
    margin-bottom: 0; }
  .app-features hr {
    width: 130px;
    height: 5px;
    background: #2a6ebb;
    margin-top: .4em;
    margin-bottom: 1.9em; }
  .app-features .app-feature {
    text-align: center; }
    @media screen and (min-width: 740px) {
      .app-features .app-feature:not(:last-child) {
        border-right: 1px solid #000; } }
    .app-features .app-feature p {
      color: #2a6ebb;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 28px;
      line-height: 1.75rem; }
    .app-features .app-feature img {
      display: inline-block;
      max-width: 150px;
      width: 100%; }
  @media screen and (min-width: 740px) {
    .app-features .app-features-row-1 {
      border-bottom: 1px solid #000;
      margin-bottom: 20px;
      padding-bottom: 20px; } }

.store-buttons {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  .store-buttons img {
    max-width: 130px;
    display: inline-block; }

.app-content {
  padding: 50px 0; }

.app-hero.hero.featured-image {
  min-height: 0; }

@media screen and (min-width: 740px) {
  .app-hero .app-cols {
    display: flex; } }

.app-hero .app-col-left {
  padding-bottom: 60px; }

.app-hero .app-col-right {
  position: relative; }
  .app-hero .app-col-right .app-icon {
    position: absolute;
    bottom: -85px;
    right: 10px;
    z-index: 200; }
    @media screen and (min-width: 740px) {
      .app-hero .app-col-right .app-icon {
        bottom: -30px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        z-index: 0; } }
    .app-hero .app-col-right .app-icon img {
      width: 100%;
      max-width: 120px; }
      @media screen and (min-width: 740px) {
        .app-hero .app-col-right .app-icon img {
          max-width: 220px; } }

.accordion.faqs {
  margin-bottom: 30px; }
  .accordion.faqs h2, .accordion.faqs dt a {
    font-weight: 200;
    color: #2a6ebb; }
  .accordion.faqs dt, .accordion.faqs dl {
    float: none;
    width: 100%; }
  .accordion.faqs dt {
    margin: 0 0 0.5em;
    padding-top: 10px;
    border-top: 1px solid #2a6ebb; }
    .accordion.faqs dt:first-of-type {
      border-top: 0; }
    .accordion.faqs dt a {
      display: block;
      text-decoration: none;
      margin: 0;
      position: relative;
      padding-left: 50px; }
      .accordion.faqs dt a:before, .accordion.faqs dt a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 10px;
        text-align: center;
        color: #2a6ebb;
        background: #fff;
        line-height: 30px;
        width: 30px;
        border-radius: 50px; }
      .accordion.faqs dt a:before {
        content: "\f107"; }
    .accordion.faqs dt.active a:before {
      content: "\f106"; }
  .accordion.faqs dd {
    margin: 0 0 0.5em;
    padding: 10px 0px 10px 50px; }

.widget_bmj_quote {
  margin-bottom: 20px;
  padding: 50px 0 0 40px; }
  .widget_bmj_quote h2.quote, .widget_bmj_quote .accordion.faqs dt a.quote, .accordion.faqs dt .widget_bmj_quote a.quote {
    color: #2a6ebb;
    font-weight: 200; }

.recent-posts-widget {
  padding: 10px 20px; }

.sidebar-area .sidebar-nav {
  margin-bottom: 20px; }
  .sidebar-area .sidebar-nav ul {
    padding: 0;
    list-style: none;
    margin: 0; }
    .sidebar-area .sidebar-nav ul li {
      padding: 10px 20px;
      border-bottom: 1px solid #eee; }
      .sidebar-area .sidebar-nav ul li:last-child {
        border-bottom: none; }

.sidebar-area .sidebar-cta {
  margin-bottom: 20px; }
  .sidebar-area .sidebar-cta a {
    display: block;
    position: relative;
    padding: 20px 20px;
    text-decoration: none; }
    .sidebar-area .sidebar-cta a h2, .sidebar-area .sidebar-cta a .accordion.faqs dt a, .accordion.faqs dt .sidebar-area .sidebar-cta a a, .sidebar-area .sidebar-cta a p {
      margin: 0;
      color: #fff;
      text-align: center; }
    .sidebar-area .sidebar-cta a h2, .sidebar-area .sidebar-cta a .accordion.faqs dt a, .accordion.faqs dt .sidebar-area .sidebar-cta a a {
      text-align: center;
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 38px;
      line-height: 2.375rem;
      font-weight: 900;
      margin-bottom: 0; }
    .sidebar-area .sidebar-cta a p {
      margin-top: 10px; }

.sidebar-area .sidebar-quote {
  margin: 30px 15px 20px;
  position: relative; }
  @media screen and (min-width: 980px) {
    .sidebar-area .sidebar-quote {
      margin: 30px 0 20px; } }
  .sidebar-area .sidebar-quote blockquote {
    margin: 0 0 15px 0;
    color: #747678;
    font-weight: 200;
    font-style: normal;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    line-height: 2.125rem; }
    .sidebar-area .sidebar-quote blockquote::before {
      content: "";
      background: url("./images/quote-icon.svg");
      background-repeat: no-repeat;
      height: 80px;
      width: 75px;
      position: absolute;
      top: 0;
      left: 0; }
  .sidebar-area .sidebar-quote p {
    margin: 0; }

.sidebar-news {
  margin-bottom: 20px; }
  .sidebar-news h3.widget-title {
    background: #eee;
    padding: 10px 20px;
    margin: 0; }
  .sidebar-news ul {
    padding: 0;
    list-style: none;
    margin: 0; }
    .sidebar-news ul li a {
      display: block;
      padding: 10px 20px; }
    .sidebar-news ul li.year {
      border-bottom: 2px solid #eee; }
      .sidebar-news ul li.year:last-child {
        border-bottom: none; }
      .sidebar-news ul li.year > a {
        border-bottom: 2px solid #eee;
        font-weight: 600; }
      .sidebar-news ul li.year ul.months li {
        border-bottom: 2px solid #eee; }
        .sidebar-news ul li.year ul.months li:last-child {
          border-bottom: none; }
        .sidebar-news ul li.year ul.months li.month a {
          padding: 10px 40px; }

/* Slider Styles from Slick Slider (not plugin) */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.home-slider .slick-slider {
  margin-bottom: 30px;
  background: #2a6ebb;
  background: rgba(42, 110, 187, 0.7); }
  @media screen and (min-width: 740px) {
    .home-slider .slick-slider {
      background: transparent; } }
  .home-slider .slick-slider .slick-slide {
    position: relative;
    max-height: 360px;
    overflow: visible; }
    .home-slider .slick-slider .slick-slide a {
      text-decoration: none; }
    .home-slider .slick-slider .slick-slide img {
      width: 100%; }
    .home-slider .slick-slider .slick-slide .slide-excerpt {
      display: none;
      padding: 0;
      position: absolute;
      left: 0;
      right: 0;
      top: 17.5%;
      margin: 0 auto;
      -webkit-transition: top 0.4s ease-out;
      -ms-transition: top 0.4s ease-out;
      -moz-transition: top 0.4s ease-out;
      -o-transition: top 0.4s ease-out;
      transition: top 0.4s ease-out; }
      @media screen and (min-width: 740px) {
        .home-slider .slick-slider .slick-slide .slide-excerpt {
          display: block;
          -webkit-display: flex;
          -ms-display: flex;
          -moz-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          -o-flex-direction: row;
          flex-direction: row; } }
      @media screen and (min-width: 980px) {
        .home-slider .slick-slider .slick-slide .slide-excerpt {
          width: 897px; } }
      @media screen and (min-width: 1140px) {
        .home-slider .slick-slider .slick-slide .slide-excerpt {
          width: 1057px; } }
      .home-slider .slick-slider .slick-slide .slide-excerpt .slide-excerpt-left {
        padding: 25px 20px;
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-flex: 1;
        -o-flex: 1;
        flex: 1;
        background: #2a6ebb;
        background: rgba(42, 110, 187, 0.75);
        max-width: 45%; }
      .home-slider .slick-slider .slick-slide .slide-excerpt .slide-excerpt-right {
        display: none;
        -webkit-flex-basis: 60px;
        -ms-flex-basis: 60px;
        -moz-flex-basis: 60px;
        -o-flex-basis: 60px;
        flex-basis: 60px;
        background: #2a6ebb;
        background: rgba(42, 110, 187, 0.75);
        position: relative; }
        .home-slider .slick-slider .slick-slide .slide-excerpt .slide-excerpt-right img {
          max-width: 28px;
          min-width: 28px;
          position: absolute;
          bottom: 20px;
          right: 14px; }
      .home-slider .slick-slider .slick-slide .slide-excerpt h1, .home-slider .slick-slider .slick-slide .slide-excerpt h2, .home-slider .slick-slider .slick-slide .slide-excerpt .accordion.faqs dt a, .accordion.faqs dt .home-slider .slick-slider .slick-slide .slide-excerpt a, .home-slider .slick-slider .slick-slide .slide-excerpt p {
        color: #fff;
        display: inline;
        padding-bottom: 0px; }
      .home-slider .slick-slider .slick-slide .slide-excerpt h1, .home-slider .slick-slider .slick-slide .slide-excerpt h2, .home-slider .slick-slider .slick-slide .slide-excerpt .accordion.faqs dt a, .accordion.faqs dt .home-slider .slick-slider .slick-slide .slide-excerpt a {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 32px;
        line-height: 2rem;
        font-weight: 500;
        margin-bottom: .3em; }
      .home-slider .slick-slider .slick-slide .slide-excerpt p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem;
        margin-bottom: 0; }
      .home-slider .slick-slider .slick-slide .slide-excerpt .content {
        margin-top: 10px; }
  .home-slider .slick-slider .slick-dots {
    position: relative;
    margin: 0;
    bottom: 0;
    margin-bottom: 0px;
    line-height: 0;
    height: 12px;
    /* one item */
    /* two items */
    /* three items */
    /* four items */
    /* five items */
    /* six items */
    /* seven items */
    /* eight items */
    /* nine items */
    /* ten items */ }
    @media screen and (min-width: 740px) {
      .home-slider .slick-slider .slick-dots {
        position: relative;
        margin: 0;
        bottom: 0;
        margin-bottom: 0px;
        line-height: 0; } }
    .home-slider .slick-slider .slick-dots li {
      margin: 0;
      height: 12px; }
      .home-slider .slick-slider .slick-dots li button {
        background: #B4CFEE;
        width: 100%;
        height: 12px; }
        .home-slider .slick-slider .slick-dots li button::before {
          content: "";
          display: none; }
      .home-slider .slick-slider .slick-dots li.slick-active button {
        background: #2a6ebb; }
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(1) {
      width: 100%; }
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(2),
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(2) ~ li {
      width: 50%; }
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(3),
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(3) ~ li {
      width: 33.3333%; }
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(4),
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(4) ~ li {
      width: 25%; }
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(5),
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(5) ~ li {
      width: 20%; }
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(6),
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(6) ~ li {
      width: 16.6666%; }
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(7),
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(7) ~ li {
      width: 14.2857%; }
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(8),
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(8) ~ li {
      width: 12.5%; }
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(9),
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(9) ~ li {
      width: 11.1111%; }
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(10),
    .home-slider .slick-slider .slick-dots li:first-child:nth-last-child(10) ~ li {
      width: 10%; }

a.slide-excerpt-mobile-link {
  text-decoration: none; }

.slide-excerpt-mobile {
  position: relative;
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
  height: auto;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media screen and (min-width: 740px) {
    .slide-excerpt-mobile {
      display: none; } }
  .slide-excerpt-mobile .slide-excerpt-left {
    padding: 15px;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-flex: 1;
    -o-flex: 1;
    flex: 1;
    background: #2a6ebb;
    background: rgba(42, 110, 187, 0.8); }
  .slide-excerpt-mobile .slide-excerpt-right {
    display: none;
    -webkit-flex-basis: 40px;
    -ms-flex-basis: 40px;
    -moz-flex-basis: 40px;
    -o-flex-basis: 40px;
    flex-basis: 40px;
    background: #2a6ebb;
    background: rgba(42, 110, 187, 0.5); }
    .slide-excerpt-mobile .slide-excerpt-right img {
      max-width: 20px;
      min-width: 20px;
      position: absolute;
      bottom: 20px;
      right: 10px; }
  .slide-excerpt-mobile h2, .slide-excerpt-mobile .accordion.faqs dt a, .accordion.faqs dt .slide-excerpt-mobile a, .slide-excerpt-mobile p {
    color: #fff;
    border-bottom: solid 2px rgba(255, 255, 255, 0.5);
    display: inline;
    padding-bottom: 0px; }
  .slide-excerpt-mobile h2, .slide-excerpt-mobile .accordion.faqs dt a, .accordion.faqs dt .slide-excerpt-mobile a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-weight: 500;
    margin-bottom: .3em; }
  .slide-excerpt-mobile p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 0; }
  .slide-excerpt-mobile .content {
    margin-top: 10px; }

.home-slider .slick-slider .heroBanner.slick-slide {
  position: relative;
  max-height: 750px;
  overflow: visible; }

.heroBanner {
  background-size: cover;
  display: block;
  min-height: 520px; }
  .page-template-campaign-form-basic .heroBanner {
    overflow: auto;
    padding-bottom: 50px; }

/*.page-template-campaign-form .sidebar-nav h3,
.page-template-campaign-form-basic .sidebar-nav h3 {
  display: none;
} */
.__landingHeading {
  font-weight: 300;
  color: #fff;
  font-size: 3em;
  line-height: 1.0;
  text-shadow: 2px 2px 0 #565759;
  margin-top: 50px; }
  @media only screen and (min-width: 980px) {
    .__landingHeading {
      margin-top: 100px; } }
  .page-template-campaign-form .__landingHeading {
    margin-top: 100px; }
    @media only screen and (min-width: 980px) {
      .page-template-campaign-form .__landingHeading {
        margin-top: 200px; } }
  @media only screen and (min-width: 980px) {
    .page-template-campaign-form-basic .__landingHeading {
      margin-top: 80px; } }

.__landingStrapline {
  color: #fff;
  position: relative;
  font-size: 1.3em; }
  .page-template-campaign-video .__landingStrapline {
    margin-bottom: 35px;
    line-height: 1.4em; }
  .page-template-campaign-form-basic .__landingStrapline {
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
    padding-bottom: 65px;
    line-height: 1.4em; }

.__landingForm {
  width: 100%;
  background: #eee;
  margin-top: 29px;
  padding: 38px 20px 20px;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3); }
  .__landingForm input, .__landingForm select {
    width: 100%;
    margin-bottom: 10px;
    height: 40px; }
  .__landingForm label, .__landingForm p {
    color: #2a6ebb;
    font-size: 0.8em;
    font-weight: bold; }
  .__landingForm input.checkbox {
    width: 25px;
    margin-bottom: 0px;
    height: 16px; }
  .__landingForm .phone-code {
    width: 25%;
    float: left;
    margin-right: 2.5%; }
  .__landingForm .phone-input {
    width: 72.5%;
    float: left; }

.page-template-campaign-form .content-area {
  margin-top: 20px; }
  @media only screen and (min-width: 980px) {
    .page-template-campaign-form .content-area {
      margin-top: -130px; }
      .page-template-campaign-form .content-area .spacer {
        margin-top: -50px; } }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 50px;
  margin-top: 50px; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

form label.error {
  display: block;
  color: red;
  margin-bottom: 0.5em;
  position: relative;
  top: -0.5em;
  pointer-events: none; }

.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.row:before, .row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }

@media only screen and (min-width: 740px) {
  .row-m {
    position: relative;
    margin-left: -15px;
    margin-right: -15px; } }

@media only screen and (min-width: 980px) {
  .row-l {
    position: relative;
    margin-left: -15px;
    margin-right: -15px; } }

@media only screen and (min-width: 1140px) {
  .row-xl {
    position: relative;
    margin-left: -15px;
    margin-right: -15px; } }

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

.container-full {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 740px) {
  .container, .container-full {
    width: 720px; }
  .container-m {
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }
  .container-full-m {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (min-width: 980px) {
  .container, .container-full {
    width: 960px; }
  .container-l {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }
  .container-full-l {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (min-width: 1140px) {
  .container, .container-full {
    width: 1120px; }
  .container-xl {
    width: 1120px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }
  .container-full-xl {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; } }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-1-2,
.col-1-3,
.col-2-3,
.col-1-4,
.col-3-4,
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.33333%; }

.col-2-3 {
  width: 66.66667%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-5 {
  width: 20%; }

.col-2-5 {
  width: 40%; }

.col-3-5 {
  width: 60%; }

.col-4-5 {
  width: 80%; }

.col-full {
  width: 100%; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.pull-1 {
  left: -8.33333%; }

.pull-2 {
  left: -16.66667%; }

.pull-3 {
  left: -25%; }

.pull-4 {
  left: -33.33333%; }

.pull-5 {
  left: -41.66667%; }

.pull-6 {
  left: -50%; }

.pull-7 {
  left: -58.33333%; }

.pull-8 {
  left: -66.66667%; }

.pull-9 {
  left: -75%; }

.pull-10 {
  left: -83.33333%; }

.pull-11 {
  left: -91.66667%; }

@media only screen and (min-width: 740px) {
  .col-1-m,
  .col-2-m,
  .col-3-m,
  .col-4-m,
  .col-5-m,
  .col-6-m,
  .col-7-m,
  .col-8-m,
  .col-9-m,
  .col-10-m,
  .col-11-m,
  .col-12-m,
  .col-1-2-m,
  .col-1-3-m,
  .col-2-3-m,
  .col-1-4-m,
  .col-3-4-m,
  .col-1-5-m,
  .col-2-5-m,
  .col-3-5-m,
  .col-4-5-m {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left; }
  .col-1-m {
    width: 8.33333%; }
  .col-2-m {
    width: 16.66667%; }
  .col-3-m {
    width: 25%; }
  .col-4-m {
    width: 33.33333%; }
  .col-5-m {
    width: 41.66667%; }
  .col-6-m {
    width: 50%; }
  .col-7-m {
    width: 58.33333%; }
  .col-8-m {
    width: 66.66667%; }
  .col-9-m {
    width: 75%; }
  .col-10-m {
    width: 83.33333%; }
  .col-11-m {
    width: 91.66667%; }
  .col-12-m {
    width: 100%; }
  .col-1-2-m {
    width: 50%; }
  .col-1-3-m {
    width: 33.33333%; }
  .col-2-3-m {
    width: 66.66667%; }
  .col-1-4-m {
    width: 25%; }
  .col-3-4-m {
    width: 75%; }
  .col-1-5-m {
    width: 20%; }
  .col-2-5-m {
    width: 40%; }
  .col-3-5-m {
    width: 60%; }
  .col-4-5-m {
    width: 80%; }
  .col-full-m {
    width: 100%; }
  .push-1-m {
    left: 8.33333%; }
  .push-2-m {
    left: 16.66667%; }
  .push-3-m {
    left: 25%; }
  .push-4-m {
    left: 33.33333%; }
  .push-5-m {
    left: 41.66667%; }
  .push-6-m {
    left: 50%; }
  .push-7-m {
    left: 58.33333%; }
  .push-8-m {
    left: 66.66667%; }
  .push-9-m {
    left: 75%; }
  .push-10-m {
    left: 83.33333%; }
  .push-11-m {
    left: 91.66667%; }
  .pull-1-m {
    left: -8.33333%; }
  .pull-2-m {
    left: -16.66667%; }
  .pull-3-m {
    left: -25%; }
  .pull-4-m {
    left: -33.33333%; }
  .pull-5-m {
    left: -41.66667%; }
  .pull-6-m {
    left: -50%; }
  .pull-7-m {
    left: -58.33333%; }
  .pull-8-m {
    left: -66.66667%; }
  .pull-9-m {
    left: -75%; }
  .pull-10-m {
    left: -83.33333%; }
  .pull-11-m {
    left: -91.66667%; } }

@media only screen and (min-width: 980px) {
  .col-1-l,
  .col-2-l,
  .col-3-l,
  .col-4-l,
  .col-5-l,
  .col-6-l,
  .col-7-l,
  .col-8-l,
  .col-9-l,
  .col-10-l,
  .col-11-l,
  .col-12-l,
  .col-1-2-l,
  .col-1-3-l,
  .col-2-3-l,
  .col-1-4-l,
  .col-3-4-l,
  .col-1-5-l,
  .col-2-5-l,
  .col-3-5-l,
  .col-4-5-l {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left; }
  .col-1-l {
    width: 8.33333%; }
  .col-2-l {
    width: 16.66667%; }
  .col-3-l {
    width: 25%; }
  .col-4-l {
    width: 33.33333%; }
  .col-5-l {
    width: 41.66667%; }
  .col-6-l {
    width: 50%; }
  .col-7-l {
    width: 58.33333%; }
  .col-8-l {
    width: 66.66667%; }
  .col-9-l {
    width: 75%; }
  .col-10-l {
    width: 83.33333%; }
  .col-11-l {
    width: 91.66667%; }
  .col-12-l {
    width: 100%; }
  .col-1-2-l {
    width: 50%; }
  .col-1-3-l {
    width: 33.33333%; }
  .col-2-3-l {
    width: 66.66667%; }
  .col-1-4-l {
    width: 25%; }
  .col-3-4-l {
    width: 75%; }
  .col-1-5-l {
    width: 20%; }
  .col-2-5-l {
    width: 40%; }
  .col-3-5-l {
    width: 60%; }
  .col-4-5-l {
    width: 80%; }
  .col-full-l {
    width: 100%; }
  .push-1-l {
    left: 8.33333%; }
  .push-2-l {
    left: 16.66667%; }
  .push-3-l {
    left: 25%; }
  .push-4-l {
    left: 33.33333%; }
  .push-5-l {
    left: 41.66667%; }
  .push-6-l {
    left: 50%; }
  .push-7-l {
    left: 58.33333%; }
  .push-8-l {
    left: 66.66667%; }
  .push-9-l {
    left: 75%; }
  .push-10-l {
    left: 83.33333%; }
  .push-11-l {
    left: 91.66667%; }
  .pull-1-l {
    left: -8.33333%; }
  .pull-2-l {
    left: -16.66667%; }
  .pull-3-l {
    left: -25%; }
  .pull-4-l {
    left: -33.33333%; }
  .pull-5-l {
    left: -41.66667%; }
  .pull-6-l {
    left: -50%; }
  .pull-7-l {
    left: -58.33333%; }
  .pull-8-l {
    left: -66.66667%; }
  .pull-9-l {
    left: -75%; }
  .pull-10-l {
    left: -83.33333%; }
  .pull-11-l {
    left: -91.66667%; } }

@media only screen and (min-width: 1140px) {
  .col-1-xl,
  .col-2-xl,
  .col-3-xl,
  .col-4-xl,
  .col-5-xl,
  .col-6-xl,
  .col-7-xl,
  .col-8-xl,
  .col-9-xl,
  .col-10-xl,
  .col-11-xl,
  .col-12-xl,
  .col-1-2-xl,
  .col-1-3-xl,
  .col-2-3-xl,
  .col-1-4-xl,
  .col-3-4-xl,
  .col-1-5-xl,
  .col-2-5-xl,
  .col-3-5-xl,
  .col-4-5-xl {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left; }
  .col-1-xl {
    width: 8.33333%; }
  .col-2-xl {
    width: 16.66667%; }
  .col-3-xl {
    width: 25%; }
  .col-4-xl {
    width: 33.33333%; }
  .col-5-xl {
    width: 41.66667%; }
  .col-6-xl {
    width: 50%; }
  .col-7-xl {
    width: 58.33333%; }
  .col-8-xl {
    width: 66.66667%; }
  .col-9-xl {
    width: 75%; }
  .col-10-xl {
    width: 83.33333%; }
  .col-11-xl {
    width: 91.66667%; }
  .col-12-xl {
    width: 100%; }
  .col-1-2-xl {
    width: 50%; }
  .col-1-3-xl {
    width: 33.33333%; }
  .col-2-3-xl {
    width: 66.66667%; }
  .col-1-4-xl {
    width: 25%; }
  .col-3-4-xl {
    width: 75%; }
  .col-1-5-xl {
    width: 20%; }
  .col-2-5-xl {
    width: 40%; }
  .col-3-5-xl {
    width: 60%; }
  .col-4-5-xl {
    width: 80%; }
  .col-full-xl {
    width: 100%; }
  .push-1-xl {
    left: 8.33333%; }
  .push-2-xl {
    left: 16.66667%; }
  .push-3-xl {
    left: 25%; }
  .push-4-xl {
    left: 33.33333%; }
  .push-5-xl {
    left: 41.66667%; }
  .push-6-xl {
    left: 50%; }
  .push-7-xl {
    left: 58.33333%; }
  .push-8-xl {
    left: 66.66667%; }
  .push-9-xl {
    left: 75%; }
  .push-10-xl {
    left: 83.33333%; }
  .push-11-xl {
    left: 91.66667%; }
  .pull-1-xl {
    left: -8.33333%; }
  .pull-2-xl {
    left: -16.66667%; }
  .pull-3-xl {
    left: -25%; }
  .pull-4-xl {
    left: -33.33333%; }
  .pull-5-xl {
    left: -41.66667%; }
  .pull-6-xl {
    left: -50%; }
  .pull-7-xl {
    left: -58.33333%; }
  .pull-8-xl {
    left: -66.66667%; }
  .pull-9-xl {
    left: -75%; }
  .pull-10-xl {
    left: -83.33333%; }
  .pull-11-xl {
    left: -91.66667%; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-in {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-down {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-down-big {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-left {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-left-big {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-right {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-right-big {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-up {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-up-big {
  animation-name: fadeInUpBig; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.no-float {
  float: none; }

.no-background {
  background: transparent; }

.no-border {
  border: 0; }

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

.font-100 {
  font-weight: 100; }

.font-200 {
  font-weight: 200; }

.font-300 {
  font-weight: 300; }

.font-400 {
  font-weight: 400; }

.font-500 {
  font-weight: 500; }

.font-600 {
  font-weight: 600; }

.font-700 {
  font-weight: 700; }

.font-800 {
  font-weight: 800; }

.font-900 {
  font-weight: 900; }

.font-normal {
  font-style: normal; }

.font-italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.static {
  position: static; }

.fixed {
  position: fixed; }

.none {
  display: none; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.flex {
  display: flex; }

.flex-row {
  flex-direction: row; }

.flex-column {
  flex-direction: column; }

.flex-space-around {
  justify-content: space-around; }

.flex-space-between {
  justify-content: space-between; }

.flex-start {
  justify-content: flex-start; }

.flex-center {
  justify-content: center; }

.flex-end {
  justify-content: flex-end; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-nowrap {
  flex-wrap: nowrap; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.pad-top-5 {
  padding-top: 5px; }

.pad-top-10 {
  padding-top: 10px; }

.pad-top-15 {
  padding-top: 15px; }

.pad-top-20 {
  padding-top: 20px; }

.pad-top-25 {
  padding-top: 25px; }

.pad-top-30 {
  padding-top: 30px; }

.pad-top-35 {
  padding-top: 35px; }

.pad-top-40 {
  padding-top: 40px; }

.pad-top-45 {
  padding-top: 45px; }

.pad-top-50 {
  padding-top: 50px; }

.pad-top-55 {
  padding-top: 55px; }

.pad-top-60 {
  padding-top: 60px; }

.pad-bottom-5 {
  padding-bottom: 5px; }

.pad-bottom-10 {
  padding-bottom: 10px; }

.pad-bottom-15 {
  padding-bottom: 15px; }

.pad-bottom-20 {
  padding-bottom: 20px; }

.pad-bottom-25 {
  padding-bottom: 25px; }

.pad-bottom-30 {
  padding-bottom: 30px; }

.pad-bottom-35 {
  padding-bottom: 35px; }

.pad-bottom-40 {
  padding-bottom: 40px; }

.pad-bottom-45 {
  padding-bottom: 45px; }

.pad-bottom-50 {
  padding-bottom: 50px; }

.pad-bottom-55 {
  padding-bottom: 55px; }

.pad-bottom-60 {
  padding-bottom: 60px; }

.pad-5 {
  padding: 5px; }

.pad-10 {
  padding: 10px; }

.pad-15 {
  padding: 15px; }

.pad-20 {
  padding: 20px; }

.pad-25 {
  padding: 25px; }

.pad-30 {
  padding: 30px; }

.pad-35 {
  padding: 35px; }

.pad-40 {
  padding: 40px; }

.pad-45 {
  padding: 45px; }

.pad-50 {
  padding: 50px; }

.pad-55 {
  padding: 55px; }

.pad-60 {
  padding: 60px; }

.sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

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

.list-inline {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-inline li {
    margin: 0;
    padding: 0;
    display: inline-block; }

.img-fluid {
  max-width: 100%; }

.img-left {
  float: left;
  margin-right: 20px; }

.img-right {
  float: right;
  margin-left: 20px; }

.field {
  width: 100%; }

.form-group {
  overflow: hidden; }
  .form-group label {
    display: inline-block;
    padding-top: 8px; }

.disabled, [disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .5; }

.checkbox,
.radio {
  display: inline-block;
  position: relative; }
  .checkbox label,
  .radio label {
    padding-left: 20px;
    padding-top: 0;
    display: inline-block; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"],
  .radio input[type="checkbox"],
  .radio input[type="radio"] {
    position: absolute;
    top: 4px;
    left: 0; }

.select {
  overflow: hidden;
  position: relative;
  display: block; }
  .select:before {
    content: "";
    border: 6px solid transparent;
    border-top-color: #676767;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 36px;
    width: 100%;
    padding: 0 10px;
    line-height: normal;
    border: 1px solid #ccc;
    background: #fff;
    display: block; }
  .select select::-ms-expand {
    display: none; }
  .select select:focus {
    border-color: #f7c723; }
  .select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
    border-color: #f7c723; }

.animate {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animate-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@media only screen and (min-width: 740px) {
  .no-float-m {
    float: none; }
  .no-padding-m {
    padding: 0; }
  .no-margin-m {
    margin: 0; }
  .relative-m {
    position: relative; }
  .absolute-m {
    position: absolute; }
  .static-m {
    position: static; }
  .fixed-m {
    position: fixed; }
  .none-m {
    display: none; }
  .block-m {
    display: block; }
  .inline-block-m {
    display: inline-block; }
  .inline-m {
    display: inline; }
  .left-m {
    float: left; }
  .right-m {
    float: right; }
  .center-m {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .text-left-m {
    text-align: left; }
  .text-right-m {
    text-align: right; }
  .text-center-m {
    text-align: center; }
  .text-justify-m {
    text-align: justify; }
  .no-col-m {
    width: auto;
    float: none; }
  .no-push-m, .no-pull-m {
    left: 0; }
  .pad-top-0-m {
    padding-top: 0; }
  .pad-top-5-m {
    padding-top: 5px; }
  .pad-top-10-m {
    padding-top: 10px; }
  .pad-top-15-m {
    padding-top: 15px; }
  .pad-top-20-m {
    padding-top: 20px; }
  .pad-top-25-m {
    padding-top: 25px; }
  .pad-top-30-m {
    padding-top: 30px; }
  .pad-top-35-m {
    padding-top: 35px; }
  .pad-top-40-m {
    padding-top: 40px; }
  .pad-top-45-m {
    padding-top: 45px; }
  .pad-top-50-m {
    padding-top: 50px; }
  .pad-top-55-m {
    padding-top: 55px; }
  .pad-top-60-m {
    padding-top: 60px; }
  .pad-bottom-0-m {
    padding-bottom: 0; }
  .pad-bottom-5-m {
    padding-bottom: 5px; }
  .pad-bottom-10-m {
    padding-bottom: 10px; }
  .pad-bottom-15-m {
    padding-bottom: 15px; }
  .pad-bottom-20-m {
    padding-bottom: 20px; }
  .pad-bottom-25-m {
    padding-bottom: 25px; }
  .pad-bottom-30-m {
    padding-bottom: 30px; }
  .pad-bottom-35-m {
    padding-bottom: 35px; }
  .pad-bottom-40-m {
    padding-bottom: 40px; }
  .pad-bottom-45-m {
    padding-bottom: 45px; }
  .pad-bottom-50-m {
    padding-bottom: 50px; }
  .pad-bottom-55-m {
    padding-bottom: 55px; }
  .pad-bottom-60-m {
    padding-bottom: 60px; }
  .pad-0-m {
    padding: 0; }
  .pad-5-m {
    padding: 5px; }
  .pad-10-m {
    padding: 10px; }
  .pad-15-m {
    padding: 15px; }
  .pad-20-m {
    padding: 20px; }
  .pad-25-m {
    padding: 25px; }
  .pad-30-m {
    padding: 30px; }
  .pad-35-m {
    padding: 35px; }
  .pad-40-m {
    padding: 40px; }
  .pad-45-m {
    padding: 45px; }
  .pad-50-m {
    padding: 50px; }
  .pad-55-m {
    padding: 55px; }
  .pad-60-m {
    padding: 60px; } }

@media only screen and (min-width: 980px) {
  .no-float-l {
    float: none; }
  .no-padding-l {
    padding: 0; }
  .no-margin-l {
    margin: 0; }
  .relative-l {
    position: relative; }
  .absolute-l {
    position: absolute; }
  .static-l {
    position: static; }
  .fixed-l {
    position: fixed; }
  .none-l {
    display: none; }
  .block-l {
    display: block; }
  .inline-block-l {
    display: inline-block; }
  .inline-l {
    display: inline; }
  .left-l {
    float: left; }
  .right-l {
    float: right; }
  .center-l {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .text-left-l {
    text-align: left; }
  .text-right-l {
    text-align: right; }
  .text-center-l {
    text-align: center; }
  .text-justify-l {
    text-align: justify; }
  .no-col-l {
    width: auto;
    float: none; }
  .no-push-l, .no-pull-l {
    left: 0; }
  .pad-top-0-l {
    padding-top: 0; }
  .pad-top-5-l {
    padding-top: 5px; }
  .pad-top-10-l {
    padding-top: 10px; }
  .pad-top-15-l {
    padding-top: 15px; }
  .pad-top-20-l {
    padding-top: 20px; }
  .pad-top-25-l {
    padding-top: 25px; }
  .pad-top-30-l {
    padding-top: 30px; }
  .pad-top-35-l {
    padding-top: 35px; }
  .pad-top-40-l {
    padding-top: 40px; }
  .pad-top-45-l {
    padding-top: 45px; }
  .pad-top-50-l {
    padding-top: 50px; }
  .pad-top-55-l {
    padding-top: 55px; }
  .pad-top-60-l {
    padding-top: 60px; }
  .pad-bottom-0-l {
    padding-bottom: 0; }
  .pad-bottom-5-l {
    padding-bottom: 5px; }
  .pad-bottom-10-l {
    padding-bottom: 10px; }
  .pad-bottom-15-l {
    padding-bottom: 15px; }
  .pad-bottom-20-l {
    padding-bottom: 20px; }
  .pad-bottom-25-l {
    padding-bottom: 25px; }
  .pad-bottom-30-l {
    padding-bottom: 30px; }
  .pad-bottom-35-l {
    padding-bottom: 35px; }
  .pad-bottom-40-l {
    padding-bottom: 40px; }
  .pad-bottom-45-l {
    padding-bottom: 45px; }
  .pad-bottom-50-l {
    padding-bottom: 50px; }
  .pad-bottom-55-l {
    padding-bottom: 55px; }
  .pad-bottom-60-l {
    padding-bottom: 60px; }
  .pad-0-l {
    padding: 0; }
  .pad-5-l {
    padding: 5px; }
  .pad-10-l {
    padding: 10px; }
  .pad-15-l {
    padding: 15px; }
  .pad-20-l {
    padding: 20px; }
  .pad-25-l {
    padding: 25px; }
  .pad-30-l {
    padding: 30px; }
  .pad-35-l {
    padding: 35px; }
  .pad-40-l {
    padding: 40px; }
  .pad-45-l {
    padding: 45px; }
  .pad-50-l {
    padding: 50px; }
  .pad-55-l {
    padding: 55px; }
  .pad-60-l {
    padding: 60px; } }

@media only screen and (min-width: 1140px) {
  .no-float-xl {
    float: none; }
  .no-padding-xl {
    padding: 0; }
  .no-margin-xl {
    margin: 0; }
  .relative-xl {
    position: relative; }
  .absolute-xl {
    position: absolute; }
  .static-xl {
    position: static; }
  .fixed-xl {
    position: fixed; }
  .none-xl {
    display: none; }
  .block-xl {
    display: block; }
  .inline-block-xl {
    display: inline-block; }
  .inline-xl {
    display: inline; }
  .left-xl {
    float: left; }
  .right-xl {
    float: right; }
  .center-xl {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .text-left-xl {
    text-align: left; }
  .text-right-xl {
    text-align: right; }
  .text-center-xl {
    text-align: center; }
  .text-justify-xl {
    text-align: justify; }
  .no-col-xl {
    width: auto;
    float: none; }
  .no-push-xl, .no-pull-xl {
    left: 0; }
  .pad-top-0-xl {
    padding-top: 0; }
  .pad-top-5-xl {
    padding-top: 5px; }
  .pad-top-10-xl {
    padding-top: 10px; }
  .pad-top-15-xl {
    padding-top: 15px; }
  .pad-top-20-xl {
    padding-top: 20px; }
  .pad-top-25-xl {
    padding-top: 25px; }
  .pad-top-30-xl {
    padding-top: 30px; }
  .pad-top-35-xl {
    padding-top: 35px; }
  .pad-top-40-xl {
    padding-top: 40px; }
  .pad-top-45-xl {
    padding-top: 45px; }
  .pad-top-50-xl {
    padding-top: 50px; }
  .pad-top-55-xl {
    padding-top: 55px; }
  .pad-top-60-xl {
    padding-top: 60px; }
  .pad-bottom-0-xl {
    padding-bottom: 0; }
  .pad-bottom-5-xl {
    padding-bottom: 5px; }
  .pad-bottom-10-xl {
    padding-bottom: 10px; }
  .pad-bottom-15-xl {
    padding-bottom: 15px; }
  .pad-bottom-20-xl {
    padding-bottom: 20px; }
  .pad-bottom-25-xl {
    padding-bottom: 25px; }
  .pad-bottom-30-xl {
    padding-bottom: 30px; }
  .pad-bottom-35-xl {
    padding-bottom: 35px; }
  .pad-bottom-40-xl {
    padding-bottom: 40px; }
  .pad-bottom-45-xl {
    padding-bottom: 45px; }
  .pad-bottom-50-xl {
    padding-bottom: 50px; }
  .pad-bottom-55-xl {
    padding-bottom: 55px; }
  .pad-bottom-60-xl {
    padding-bottom: 60px; }
  .pad-0-xl {
    padding: 0; }
  .pad-5-xl {
    padding: 5px; }
  .pad-10-xl {
    padding: 10px; }
  .pad-15-xl {
    padding: 15px; }
  .pad-20-xl {
    padding: 20px; }
  .pad-25-xl {
    padding: 25px; }
  .pad-30-xl {
    padding: 30px; }
  .pad-35-xl {
    padding: 35px; }
  .pad-40-xl {
    padding: 40px; }
  .pad-45-xl {
    padding: 45px; }
  .pad-50-xl {
    padding: 50px; }
  .pad-55-xl {
    padding: 55px; }
  .pad-60-xl {
    padding: 60px; } }

@media print {
  .no-float-print {
    float: none; }
  .no-padding-print {
    padding: 0; }
  .no-margin-print {
    margin: 0; }
  .none-print {
    display: none; }
  .block-print {
    display: block; }
  .inline-block-print {
    display: inline-block; }
  .inline-print {
    display: inline; }
  .text-left-print {
    text-align: left; }
  .text-right-print {
    text-align: right; }
  .text-center-print {
    text-align: center; }
  .text-justify-print {
    text-align: justify; }
  .no-col-print {
    width: auto;
    float: none; }
  .no-push-print, .no-pull-print {
    left: 0; }
  .pad-top-0-print {
    padding-top: 0; }
  .pad-top-5-print {
    padding-top: 5px; }
  .pad-top-10-print {
    padding-top: 10px; }
  .pad-top-15-print {
    padding-top: 15px; }
  .pad-top-20-print {
    padding-top: 20px; }
  .pad-top-25-print {
    padding-top: 25px; }
  .pad-top-30-print {
    padding-top: 30px; }
  .pad-top-35-print {
    padding-top: 35px; }
  .pad-top-40-print {
    padding-top: 40px; }
  .pad-top-45-print {
    padding-top: 45px; }
  .pad-top-50-print {
    padding-top: 50px; }
  .pad-top-55-print {
    padding-top: 55px; }
  .pad-top-60-print {
    padding-top: 60px; }
  .pad-bottom-0-print {
    padding-bottom: 0; }
  .pad-bottom-5-print {
    padding-bottom: 5px; }
  .pad-bottom-10-print {
    padding-bottom: 10px; }
  .pad-bottom-15-print {
    padding-bottom: 15px; }
  .pad-bottom-20-print {
    padding-bottom: 20px; }
  .pad-bottom-25-print {
    padding-bottom: 25px; }
  .pad-bottom-30-print {
    padding-bottom: 30px; }
  .pad-bottom-35-print {
    padding-bottom: 35px; }
  .pad-bottom-40-print {
    padding-bottom: 40px; }
  .pad-bottom-45-print {
    padding-bottom: 45px; }
  .pad-bottom-50-print {
    padding-bottom: 50px; }
  .pad-bottom-55-print {
    padding-bottom: 55px; }
  .pad-bottom-60-print {
    padding-bottom: 60px; }
  .pad-0-print {
    padding: 0; }
  .pad-5-print {
    padding: 5px; }
  .pad-10-print {
    padding: 10px; }
  .pad-15-print {
    padding: 15px; }
  .pad-20-print {
    padding: 20px; }
  .pad-25-print {
    padding: 25px; }
  .pad-30-print {
    padding: 30px; }
  .pad-35-print {
    padding: 35px; }
  .pad-40-print {
    padding: 40px; }
  .pad-45-print {
    padding: 45px; }
  .pad-50-print {
    padding: 50px; }
  .pad-55-print {
    padding: 55px; }
  .pad-60-print {
    padding: 60px; } }

/* Slider */
/**.slick-list {
    .slick-loading & {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
}*/
/* Icons */
/*@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent;
    color: #000;
    box-shadow: none;
    text-shadow: none; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr {
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    max-width: 100%; }
  p, h2, .accordion.faqs dt a, h3 {
    orphans: 3;
    widows: 3; }
  h2, .accordion.faqs dt a, h3 {
    page-break-after: avoid; }
  abbr[title]:after {
    content: " (" attr(title) ")"; } }
