@charset "UTF-8";
@import url("https://use.typekit.net/rrh3psx.css");
#carousel {
  /* Dots */ }
  #carousel .slide-fader {
    top: 0;
    right: 0;
    border: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    height: 100%;
    z-index: -50; }
    @media screen and (max-width: 991px) {
      #carousel .slide-fader + .slide-content h2 {
        color: #fff !important; }
      #carousel .slide-fader + .slide-content a.btn {
        background: #fff !important;
        color: #005cb9 !important; }
        #carousel .slide-fader + .slide-content a.btn:hover, #carousel .slide-fader + .slide-content a.btn:focus, #carousel .slide-fader + .slide-content a.btn:active {
          background-color: #005cb9 !important;
          color: #fff !important; } }
    @media screen and (min-width: 992px) {
      #carousel .slide-fader {
        display: none; } }
  #carousel .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  #carousel .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
    #carousel .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      #carousel .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; }
        #carousel .slick-dots li button:hover, #carousel .slick-dots li button:focus {
          outline: none; }
          #carousel .slick-dots li button:hover:before, #carousel .slick-dots li button:focus:before {
            opacity: 1; }
        #carousel .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "•";
          width: 20px;
          height: 20px;
          font-size: 20px;
          line-height: 20px;
          text-align: center;
          color: black;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      #carousel .slick-dots li.slick-active button:before {
        color: black;
        opacity: 0.75; }
  #carousel .slide {
    padding: 50px 20px 38px;
    background-position: top center;
    background-size: cover;
    min-height: 307px; }
    @media screen and (min-width: 1024px) {
      #carousel .slide {
        padding: 50px 0 61px;
        background-position: center; } }
    #carousel .slide .slide-content {
      padding: 10px 15px; }
      @media screen and (min-width: 1024px) {
        #carousel .slide .slide-content.dark {
          background: transparent !important; } }
      #carousel .slide .slide-content.dark h2 {
        color: #636569; }
      #carousel .slide .slide-content.dark a.btn {
        background-color: #636569;
        color: #fff; }
        #carousel .slide .slide-content.dark a.btn:hover, #carousel .slide .slide-content.dark a.btn:focus, #carousel .slide .slide-content.dark a.btn:active {
          margin: 0;
          box-shadow: none;
          background-color: #005cb9; }
      #carousel .slide .slide-content h2 {
        font-family: Arial, 'Arimo', sans-serif;
        font-weight: 700;
        margin-top: 0;
        font-size: 20px;
        max-width: 400px;
        color: #fff; }
      #carousel .slide .slide-content a.btn {
        border-radius: 6px;
        padding: 10px 20px;
        font-family: Arial, 'Arimo', sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        color: #005cb9;
        box-shadow: none; }
        #carousel .slide .slide-content a.btn i {
          font-size: 12px; }
        #carousel .slide .slide-content a.btn:hover, #carousel .slide .slide-content a.btn:focus, #carousel .slide .slide-content a.btn:active {
          margin: 0;
          box-shadow: none;
          background-color: #005cb9;
          color: #fff; }
      @media screen and (min-width: 1024px) {
        #carousel .slide .slide-content {
          background: transparent;
          margin: 0 auto;
          width: 100%;
          max-width: 1280px; }
          #carousel .slide .slide-content h2 {
            font-size: 30px; } }

#icons {
  padding: 25px 5px; }
  @media screen and (min-width: 768px) {
    #icons {
      padding: 20px 0 35px; } }
  #icons .container {
    padding: 0 15px; }
    #icons .container > .row {
      margin-left: -15px;
      margin-right: -15px; }
    #icons .container [class*="col-"] {
      box-sizing: border-box;
      padding: 0 5px 10px; }
      #icons .container [class*="col-"]:nth-of-type(n+5) {
        padding-bottom: 0; }
      @media screen and (min-width: 1200px) {
        #icons .container [class*="col-"] {
          padding: 0 16.5px 0; } }
  #icons .icon {
    position: relative;
    padding: 27px 0 20px;
    height: 140px;
    border: 5px solid transparent;
    border-radius: 30px;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    @media screen and (min-width: 1024px) {
      #icons .icon {
        height: 170px; } }
    #icons .icon .icon-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
    #icons .icon a {
      display: block;
      text-decoration: none;
      padding-top: 25px;
      height: 140px; }
      @media screen and (min-width: 1024px) {
        #icons .icon a {
          padding-top: 25px;
          height: 170px; } }
      #icons .icon a img {
        display: block;
        margin: 0 auto 0;
        max-width: 50px;
        max-height: 50px; }
        @media screen and (min-width: 1024px) {
          #icons .icon a img {
            max-width: 76px;
            max-height: 76px; } }
      #icons .icon a strong {
        display: block;
        margin: 0 auto;
        font-size: 16px;
        line-height: 20.5px;
        text-align: center;
        max-width: 115px;
        color: #fff;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
        @media screen and (min-width: 1024px) {
          #icons .icon a strong {
            font-size: 18px; } }
    #icons .icon.blue {
      background: url(../images/curve.png), linear-gradient(to top, #599ad3, #6cc6ed);
      border-color: #6bc3ec;
      background-position: top;
      background-size: 100%;
      background-repeat: no-repeat; }
      #icons .icon.blue:hover, #icons .icon.blue:focus {
        background: url(../images/curve.png), linear-gradient(to top, #4582b8, #599ad3);
        background-position: top;
        background-size: 100%;
        background-repeat: no-repeat; }
    #icons .icon.green {
      background: url(../images/curve.png), linear-gradient(to top, #4ea75e, #8ce49c);
      border-color: #8ad999;
      background-position: top;
      background-size: 100%;
      background-repeat: no-repeat; }
      #icons .icon.green:hover, #icons .icon.green:focus {
        background: url(../images/curve.png), linear-gradient(to top, #358b45, #4ea75e);
        background-position: top;
        background-size: 100%;
        background-repeat: no-repeat; }
    #icons .icon.orange {
      background: url(../images/curve.png), linear-gradient(to top, #80248d, #ab6db6);
      border-color: #d5b6d9;
      background-position: top;
      background-size: 100%;
      background-repeat: no-repeat; }
      #icons .icon.orange:hover, #icons .icon.orange:focus {
        background: url(../images/curve.png), linear-gradient(to top, #6c1b78, #80248d);
        background-position: top;
        background-size: 100%;
        background-repeat: no-repeat; }
    #icons .icon.red {
      background: url(../images/curve.png), linear-gradient(to top, #d5794c, #f1a754);
      border-color: #e69c61;
      background-position: top;
      background-size: 100%;
      background-repeat: no-repeat; }
      #icons .icon.red:hover, #icons .icon.red:focus {
        background: url(../images/curve.png), linear-gradient(to top, #bb6036, #d5794c);
        background-position: top;
        background-size: 100%;
        background-repeat: no-repeat; }
      #icons .icon.red strong {
        margin-top: 0.5em; }
    #icons .icon.pink {
      background: url(../images/curve.png), linear-gradient(to top, #c2307e, #d574ad);
      border-color: #df98c3;
      background-position: top;
      background-size: 100%;
      background-repeat: no-repeat; }
      #icons .icon.pink:hover, #icons .icon.pink:focus {
        background: url(../images/curve.png), linear-gradient(to top, #af1f6f, #c2307e);
        background-position: top;
        background-size: 100%;
        background-repeat: no-repeat; }
      #icons .icon.pink strong {
        margin-top: 0.5em; }
    #icons .icon.darkblue {
      background: url(../images/curve.png), linear-gradient(to top, #265cb3, #6e98ce);
      border-color: #91b2da;
      background-position: top;
      background-size: 100%;
      background-repeat: no-repeat; }
      #icons .icon.darkblue:hover, #icons .icon.darkblue:focus {
        background: url(../images/curve.png), linear-gradient(to top, #174a9c, #265cb3);
        background-position: top;
        background-size: 100%;
        background-repeat: no-repeat; }
      #icons .icon.darkblue strong {
        margin-top: 0.5em; }

#latest-news {
  padding-bottom: 40px; }
  #latest-news .container [class*="col-"] {
    padding: 0 10px 20px; }
    @media screen and (min-width: 1280px) {
      #latest-news .container [class*="col-"] {
        padding: 0 11px 0; }
        #latest-news .container [class*="col-"]:first-of-type {
          padding: 0;
          padding-right: 11px; }
        #latest-news .container [class*="col-"]:last-of-type {
          padding: 0;
          padding-left: 11px; } }
  #latest-news .container > .row {
    padding: 0 10px; }
    #latest-news .container > .row:nth-of-type(2) {
      text-align: center; }
  #latest-news .container .row > a.btn {
    border: 0;
    margin: 15px auto 0;
    font-size: 15px;
    padding: 10px 20px;
    background-color: #005cb9;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease-in-out; }
    #latest-news .container .row > a.btn i {
      font-size: 12px; }
    #latest-news .container .row > a.btn:hover, #latest-news .container .row > a.btn:focus {
      background-color: #636569;
      color: #fff; }
  #latest-news article {
    padding: 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.05);
    background: #fff; }
    #latest-news article a {
      text-decoration: none; }
      #latest-news article a:hover, #latest-news article a:focus {
        color: #636569;
        -webkit-text-decoration-color: #636569;
                text-decoration-color: #636569; }
    #latest-news article img {
      width: 100%;
      height: auto; }
    #latest-news article .content {
      padding: 20px; }
      #latest-news article .content strong {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        color: #636569; }
      #latest-news article .content h4 {
        margin: 0 0 10px 0;
        color: #004ea8;
        font-size: 20px; }
        #latest-news article .content h4:hover, #latest-news article .content h4:focus {
          color: #636569; }
      #latest-news article .content p {
        font-size: 14px;
        color: #21222a;
        margin-bottom: 0; }

/* Taken from the _tk main.css */
body {
  word-wrap: break-word;
  background-color: #f4f5f6;
  color: #535f67; }

.container {
  padding: 0;
  width: 100%;
  max-width: 1250px; }

.row {
  margin: 0; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

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

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

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%; }

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 100%;
  border-radius: 4px;
  padding: 0 10px; }

.wp-caption.aligncenter {
  margin-bottom: 10px; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  height: auto; }

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
  font-size: 16px; }

/* WP Gallery */
.gallery {
  margin-bottom: 1.5em; }

.gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.gallery dd {
  margin: 0; }

.gallery-caption {
  display: block; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* Content */
.main-content-inner {
  padding-bottom: 1.5em; }

.hentry {
  margin: 0 0 1.5em; }

.sticky {
  display: block; }

.bypostauthor {
  display: block; }

/* Clearing */
.clear {
  clear: both; }

/* Navigation */
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:active > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px; }

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
  margin-bottom: 2em; }

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
  padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
  display: none; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
  margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/
.entry-meta {
  clear: both; }

/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
  display: inline; }

/*==================================================
=            Custom Container Width		    	 =
==================================================*/
/* @media (min-width: 1600px) {
	.container {
	  width: 1300px;
	}
} */
a {
  color: #005cb9;
  transition: 0.3s all ease-in-out;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #636569;
    text-decoration: none; }

a.btn {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  font-size: 1.5em;
  font-weight: 700;
  background-color: #fff;
  color: #005cb9;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  padding-top: calc(0.5vw + 10.4px);
  padding-right: calc(2.1875vw + 33px);
  padding-bottom: calc(0.5vw + 10.4px);
  padding-left: calc(2.1875vw + 33px); }
  @media (max-width: 320px) {
    a.btn {
      padding-top: 12; } }
  @media (min-width: 1920px) {
    a.btn {
      padding-top: 20; } }
  @media (max-width: 320px) {
    a.btn {
      padding-right: 40; } }
  @media (min-width: 1920px) {
    a.btn {
      padding-right: 75; } }
  @media (max-width: 320px) {
    a.btn {
      padding-bottom: 12; } }
  @media (min-width: 1920px) {
    a.btn {
      padding-bottom: 20; } }
  @media (max-width: 320px) {
    a.btn {
      padding-left: 40; } }
  @media (min-width: 1920px) {
    a.btn {
      padding-left: 75; } }
  a.btn:hover, a.btn:focus, a.btn:active {
    margin-top: -2px;
    margin-bottom: 2px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    background-color: #e6e6e6; }
  #banner a.btn {
    font-size: 1.8em;
    background-color: #fff;
    color: #005cb9; }
    @media screen and (min-width: 768px) {
      #banner a.btn {
        background-color: #fff;
        color: #005cb9; } }
  #services a.btn,
  #call-to-action a.btn,
  #internal-cta a.btn,
  #landing-cta a.btn,
  #cta-articles a.btn {
    background-color: #005cb9;
    color: #fff; }
    #services a.btn:hover, #services a.btn:focus, #services a.btn:active,
    #call-to-action a.btn:hover,
    #call-to-action a.btn:focus,
    #call-to-action a.btn:active,
    #internal-cta a.btn:hover,
    #internal-cta a.btn:focus,
    #internal-cta a.btn:active,
    #landing-cta a.btn:hover,
    #landing-cta a.btn:focus,
    #landing-cta a.btn:active,
    #cta-articles a.btn:hover,
    #cta-articles a.btn:focus,
    #cta-articles a.btn:active {
      background-color: #636569; }
  .type-post a.btn,
  .type-page a.btn {
    box-shadow: none;
    line-height: 1;
    padding: 18px 33px;
    font-size: 15px;
    background-color: #005cb9;
    color: #fff; }
    .type-post a.btn:hover, .type-post a.btn:focus, .type-post a.btn:active,
    .type-page a.btn:hover,
    .type-page a.btn:focus,
    .type-page a.btn:active {
      margin: 0;
      background-color: #636569; }

body {
  font-size: 10px;
  font-family: Arial, 'Arimo', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #005cb9;
  margin-bottom: 40px; }

#internal-banner h1 {
  font-size: 1.8em;
  color: #fff; }
  @media screen and (min-width: 768px) {
    #internal-banner h1 {
      font-size: 2.4em; } }
  @media screen and (min-width: 1280px) {
    #internal-banner h1 {
      font-size: 3.4em; } }
  @media screen and (min-width: 1440px) {
    #internal-banner h1 {
      font-size: 4em; } }

h2 {
  font-size: 4em; }
  .type-post h2 {
    font-size: 3em; }
  #services h2,
  #call-to-action h2,
  #cta-articles h2 {
    font-size: 2.4em;
    margin-bottom: 20px; }
  #banner h2 {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    font-size: 2.4em;
    line-height: 1.4;
    margin-bottom: calc(2.125vw + 13.2px); }
    @media (max-width: 320px) {
      #banner h2 {
        margin-bottom: 20; } }
    @media (min-width: 1920px) {
      #banner h2 {
        margin-bottom: 54; } }
    @media screen and (min-width: 768px) {
      #banner h2 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 1.8em; } }
    @media screen and (min-width: 1024px) {
      #banner h2 {
        font-size: 2.4em; } }
    @media screen and (min-width: 1440px) {
      #banner h2 {
        font-size: 3.45em; } }
    @media screen and (min-width: 1920px) {
      #banner h2 {
        font-size: 4.5em;
        max-width: 527px; } }

p {
  font-size: 1.7em;
  margin-bottom: 2em; }

ul,
ol {
  padding-left: 20px;
  margin-bottom: 2em; }
  ul li,
  ol li {
    font-size: 1.7em; }

.tooltip-toggle {
  display: none;
  cursor: pointer;
  position: relative;
  color: #fff; }
  @media screen and (min-width: 1024px) {
    .tooltip-toggle {
      display: inline-block; } }
  .tooltip-toggle:before {
    position: absolute;
    bottom: -100px;
    left: -98px;
    transform: translateX(-50%);
    background-color: #005cb9;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    color: #fff;
    content: attr(aria-label);
    padding: 10px;
    text-align: center;
    text-transform: none;
    transition: all 0.5s ease;
    width: 250px; }
  .tooltip-toggle:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 10;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #005cb9; }
  .tooltip-toggle:before, .tooltip-toggle:after {
    color: #fff;
    font-size: 16px;
    opacity: 0;
    pointer-events: none;
    z-index: 999; }
  .tooltip-toggle:focus:before, .tooltip-toggle:focus:after, .tooltip-toggle:hover:before, .tooltip-toggle:hover:after {
    opacity: 1;
    transition: all 0.3s ease; }

#searchform {
  display: block;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #cccccc; }
  #searchform label {
    float: left;
    margin: 0;
    width: 75%;
    max-width: calc(100% - 120px); }
  #searchform input[type="search"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    border-radius: 5px 0 0 5px;
    margin: 0;
    padding: 7px 10px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    width: 100%; }
  #searchform button[type="submit"] {
    position: relative;
    display: inline-block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #005cb9;
    color: #fff;
    border: 1px solid #005cb9;
    border-radius: 0 5px 5px 0;
    margin: -1px -2px -1px 0;
    padding: 8px 20px 8px 10px;
    font-size: 16px;
    font-weight: 700;
    width: 25%;
    min-width: 120px; }
    #searchform button[type="submit"] i {
      position: absolute;
      top: 55%;
      right: 12px;
      transform: translateY(-55%);
      display: inline-block; }
  @media screen and (min-width: 992px) {
    #searchform {
      margin-top: 0;
      float: right;
      margin-right: 20px; }
      #searchform label {
        width: 65%; }
      #searchform button[type="submit"] {
        width: 35%; } }

/**
* #.# Main Navigation
*/
#primary-menu {
  display: none !important;
  margin: 0 0 0 auto;
  padding: 0;
  position: relative;
  width: 90%;
  z-index: 99; }
  @media screen and (min-width: 990px) {
    #primary-menu {
      display: block !important; } }
  #primary-menu ul {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    text-align: center; }
    #primary-menu ul li {
      -ms-flex-item-align: auto;
          -ms-grid-row-align: auto;
          align-self: auto;
      display: inline;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      -ms-flex-positive: 1;
          flex-grow: 1;
      font-weight: 700;
      line-height: 90px;
      margin: 0;
      -ms-flex-order: 0;
          order: 0;
      position: relative;
      transition: all 0.3s ease-in-out;
      border-bottom: 3px solid transparent;
      /**
			* #.# Dropdowns
			*/
      /**
			* #.# Second Level Hover
			*/
      /**
			* #.# Align dropdowm items of the last main menu item to the left;
			*/ }
      #primary-menu ul li > a {
        color: #354047;
        display: block;
        margin: 0;
        padding: 0;
        text-decoration: none;
        visibility: visible; }
      #primary-menu ul li.menu-item-has-children > a {
        position: relative; }
        #primary-menu ul li.menu-item-has-children > a:after {
          content: "\f107";
          font-family: FontAwesome;
          color: inherit;
          font-size: 80%;
          line-height: 1;
          margin: 0 0 0 5px;
          opacity: 0.5;
          vertical-align: middle; }
      #primary-menu ul li:hover, #primary-menu ul li:focus, #primary-menu ul li.current-menu-item, #primary-menu ul li.current-page-item, #primary-menu ul li.current-page-ancestor, #primary-menu ul li.current-menu-parent {
        background: transparent;
        border-bottom: 3px solid #07454e; }
        #primary-menu ul li:hover > a, #primary-menu ul li:focus > a, #primary-menu ul li.current-menu-item > a, #primary-menu ul li.current-page-item > a, #primary-menu ul li.current-page-ancestor > a, #primary-menu ul li.current-menu-parent > a {
          background: transparent; }
      #primary-menu ul li ul {
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        font-size: 100%;
        left: -9999px;
        margin: 3px 0 0 0;
        padding: 0;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        text-align: left;
        top: -9999px;
        transition: opacity 0.3s ease-in-out;
        visibility: hidden;
        white-space: nowrap;
        z-index: 99; }
        #primary-menu ul li ul li {
          background-color: #fff;
          display: block;
          font-size: 100%;
          line-height: 40px;
          margin: 0;
          padding: 0 10px;
          border: 0;
          min-width: 320px;
          z-index: 99; }
          #primary-menu ul li ul li > a {
            color: #354047;
            margin: 0;
            padding: 0 10px;
            visibility: visible; }
            #primary-menu ul li ul li > a:hover, #primary-menu ul li ul li > a:focus {
              color: #005cb9; }
          #primary-menu ul li ul li.menu-item-has-children > a:after {
            content: "\f105"; }
          #primary-menu ul li ul li:hover, #primary-menu ul li ul li:focus, #primary-menu ul li ul li.current-menu-item, #primary-menu ul li ul li.current-page-item, #primary-menu ul li ul li.current-page-ancestor, #primary-menu ul li ul li.current-menu-parent {
            border: 0;
            background-color: #fff; }
            #primary-menu ul li ul li:hover > a, #primary-menu ul li ul li:focus > a, #primary-menu ul li ul li.current-menu-item > a, #primary-menu ul li ul li.current-page-item > a, #primary-menu ul li ul li.current-page-ancestor > a, #primary-menu ul li ul li.current-menu-parent > a {
              color: #005cb9; }
          #primary-menu ul li ul li ul li {
            min-width: 100%; }
      #primary-menu ul li:hover ul {
        display: block;
        height: auto;
        left: 0;
        opacity: 1;
        top: 100%;
        visibility: visible;
        /**
					* #.# Third Level Hover
					*/ }
        #primary-menu ul li:hover ul li ul {
          border: none;
          left: 0;
          opacity: 0;
          top: -9999px;
          visibility: hidden; }
          #primary-menu ul li:hover ul li ul li {
            background-color: #f2f2f2; }
        #primary-menu ul li:hover ul li:hover ul {
          left: 100%;
          opacity: 1;
          top: 0;
          visibility: visible; }
      #primary-menu ul li:last-of-type:hover > ul {
        left: auto;
        right: 0; }

#mobile-menu {
  display: block;
  width: 100%;
  position: relative; }
  #mobile-menu img {
    display: block;
    margin: 15px 0 0 auto;
    height: auto; }
  #mobile-menu nav {
    display: block;
    position: static;
    top: 0;
    width: 100%;
    z-index: 1000; }
    @media screen and (min-width: 1024px) {
      #mobile-menu nav {
        display: none; } }
    #mobile-menu nav ul {
      background: #fff;
      display: none;
      font-size: 1.6em;
      list-style: none;
      margin: 0;
      padding: 0; }
      #mobile-menu nav ul li {
        border: solid #004386;
        border-width: 0 0 1px;
        color: #354047;
        line-height: 1.15;
        margin: 0;
        padding: 0;
        transition: all 0.3s ease-in-out; }
        #mobile-menu nav ul li a {
          color: inherit;
          text-decoration: none;
          display: block;
          padding: 10px; }
        #mobile-menu nav ul li:last-child {
          border: none; }
        #mobile-menu nav ul li:hover {
          background: #005cb9;
          color: #fff; }
          #mobile-menu nav ul li:hover > ul {
            border: solid #004386;
            border-width: 1px 0 0 0;
            display: block;
            height: auto;
            left: auto;
            margin: 0;
            opacity: 1;
            overflow: visible;
            position: relative;
            text-align: left;
            top: auto;
            transition: all 0.3s ease-in-out;
            white-space: normal;
            width: auto; }
        #mobile-menu nav ul li ul {
          display: none;
          font-size: 90%;
          left: 0;
          opacity: 0;
          top: -9999px;
          z-index: 1; }
          #mobile-menu nav ul li ul li:hover > a {
            color: #fff; }
          #mobile-menu nav ul li ul li a {
            color: #354047; }
            #mobile-menu nav ul li ul li a:before {
              content: "- "; }
          #mobile-menu nav ul li ul li ul li a:before {
            content: "-- "; }
        #mobile-menu nav ul li.menu-item-has-children {
          position: relative; }
          #mobile-menu nav ul li.menu-item-has-children:before {
            content: "\f107";
            font-family: FontAwesome;
            color: inherit;
            position: absolute;
            right: 10px;
            top: 8px; }

/*!
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/
table {
  /*!
	// IE needs inline-block to position scrolling shadows otherwise use:
	// display: block;
	// max-width: min-content;
	*/
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 10px; }

table {
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat; }

header {
  background: #fff;
  /**
	* Top Level Navigation
    **/ }
  header > .container {
    padding: 20px 0;
    text-align: center; }
  header #logo img {
    display: block;
    margin: 0;
    max-width: 280px;
    width: 100%; }
    @media screen and (min-width: 992px) {
      header #logo img {
        margin: 6px 0 0; } }
  header .donate,
  header .ed,
  header .telehealth {
    position: relative;
    display: none;
    float: right;
    margin: 0 auto;
    padding: 8px 22px 8px 20px;
    box-shadow: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    min-width: 120px; }
    header .donate i:last-of-type,
    header .ed i:last-of-type,
    header .telehealth i:last-of-type {
      line-height: 1;
      margin-left: 7px;
      position: absolute;
      top: 55%;
      right: 10px;
      transform: translateY(-55%);
      display: inline-block; }
    header .donate:hover, header .donate:focus, header .donate:active,
    header .ed:hover,
    header .ed:focus,
    header .ed:active,
    header .telehealth:hover,
    header .telehealth:focus,
    header .telehealth:active {
      margin: 0 auto 20px;
      color: #fff;
      box-shadow: none; }
      @media screen and (min-width: 992px) {
        header .donate:hover, header .donate:focus, header .donate:active,
        header .ed:hover,
        header .ed:focus,
        header .ed:active,
        header .telehealth:hover,
        header .telehealth:focus,
        header .telehealth:active {
          margin-bottom: 0; } }
    @media screen and (min-width: 992px) {
      header .donate,
      header .ed,
      header .telehealth {
        display: block; } }
    header .donate.btn_mobile,
    header .ed.btn_mobile,
    header .telehealth.btn_mobile {
      display: none;
      position: absolute;
      top: -6px; }
  header .donate,
  header .ed {
    background-color: #d7374b; }
    header .donate:hover, header .donate:focus, header .donate:active,
    header .ed:hover,
    header .ed:focus,
    header .ed:active {
      background-color: #b22435; }
  header .ed,
  header .telehealth {
    margin-right: 20px; }
    header .ed:hover, header .ed:focus, header .ed:active,
    header .telehealth:hover,
    header .telehealth:focus,
    header .telehealth:active {
      margin-right: 10px; }
    header .ed.btn_tablet,
    header .telehealth.btn_tablet {
      display: none;
      position: absolute; }
      @media screen and (min-width: 767px) and (max-width: 991px) {
        header .ed.btn_tablet,
        header .telehealth.btn_tablet {
          display: inline-block; } }
    @media screen and (max-width: 766px) {
      header .ed.btn_mobile,
      header .telehealth.btn_mobile {
        display: inline-block;
        position: relative;
        float: unset;
        top: 0;
        margin-top: 20px; } }
  header .donate {
    background-color: #77c043; }
    header .donate:hover, header .donate:focus, header .donate:active {
      background-color: #71b13f; }
    header .donate.btn_mobile {
      right: 15px; }
      @media screen and (min-width: 479px) and (max-width: 991px) {
        header .donate.btn_mobile {
          display: inline-block; } }
    header .donate i:first-of-type {
      line-height: 1;
      margin-right: 6px; }
  header .telehealth {
    background-color: #599ad3; }
    header .telehealth:hover, header .telehealth:focus, header .telehealth:active {
      background-color: #599ad3; }
    header .telehealth.btn_tablet {
      right: 129px;
      top: -7px; }
  header .ed {
    background-color: #d7374b; }
    header .ed:hover, header .ed:focus, header .ed:active {
      background-color: #b22435; }
    header .ed.btn_tablet {
      right: 266px;
      top: -6PX; }
  header .links {
    text-align: center; }
    @media screen and (min-width: 479px) and (max-width: 767px) {
      header .links {
        text-align: right; }
        header .links .ed {
          margin-right: 0; } }
  header nav {
    display: none !important;
    /*
        .menu-main-menu-container {
            @media screen and (min-width: 768px) {
                display: block;
                position: relative;
                margin: 0 auto;
                padding: 0;
                width: 100%;
                max-width: 1280px;
                z-index: 999;
            }

            ul {
                display: block;
                font-size: 1.2em;
                margin: 0;
                padding: 0 10px;
                text-align: left;

                li {
                    display: inline-block;
                    font-weight: 400;
                    font-size: 14px;
                    font-family: Arial, 'Arimo', sans-serif;
                    margin: 0 15px 0 0;
                    position: relative;
                    transition: all 0.3s ease-in-out;

                    @media screen and (min-width: 1280px) {
                        font-size: 18px;
                        margin: 0 27px 0 0;
                    }

                    > a {
                        color: #fff;
                        display: block;
                        margin: 0;
                        padding: 0;
                        text-decoration: none;
                        visibility: visible;

                        > i {
                            font-size: 18px;

                            @media screen and (min-width: 1280px) {
                                font-size: 24px;
                            }
                        }
                    }

                    &.menu-item-has-children {

                        > a {
                            position: relative;

                            &:after {
                                content: "\f107";
                                font-family: FontAwesome;
                                color: inherit;
                                font-size: 80%;
                                line-height: 1;
                                margin: 0 0 0 5px;
                                opacity: 0.5;
                                vertical-align: middle;
                            }
                        }
                    }

                    ul {
                        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
                        background-color: #fff;
                        font-size: 100%;
                        left: -9999px;
                        margin: 0;
                        padding: 0;
                        min-width: 100%;
                        opacity: 0;
                        position: absolute;
                        text-align: left;
                        top: -9999px;
                        transition: opacity 0.3s ease-in-out;
                        visibility: hidden;
                        white-space: nowrap;
                        z-index: 999;

                        li {
                            background-color: #fff;
                            display: block;
                            font-size: 100%;
                            line-height: 40px;
                            margin: 0;
                            padding: 0 10px;
                            border: 0;
                            min-width: 320px;

                            > a {
                                color: #354047;
                                margin: 0;
                                padding: 0 10px;
                                visibility: visible;

                                &:hover,
                                &:focus,
                                &:active {
                                    color: #21222a;
                                }
                            }

                            &.menu-item-has-children {

                                > a {

                                    &:after {
                                        content: "\f105";
                                    }
                                }
                            }

                            &:hover,
                            &:focus,
                            &:active,
                            &.current-menu-item,
                            &.current-page-item,
                            &.current-page-ancestor,
                            &.current-menu-parent {
                                border: 0;
                                background-color: #fff;

                                > a {
                                    color: #21222a;
                                }
                            }

                            ul {

                                li {
                                    min-width: 100%;
                                }
                            }
                        }
                    }

                    &:hover,
                    &:focus,
                    &:active {

                        ul {
                            display: block;
                            height: auto;
                            left: 0;
                            opacity: 1;
                            top: 100%;
                            visibility: visible;

                            li {

                                ul {
                                    border: none;
                                    left: 0;
                                    opacity: 0;
                                    top: -9999px;
                                    visibility: hidden;

                                    li {
                                        background-color: darken(#fff, 5%);
                                    }
                                }

                                &:hover {

                                    ul {
                                        left: 100%;
                                        opacity: 1;
                                        top: 0;
                                        visibility: visible;
                                    }
                                }
                            }
                        }
                    }


                    &:last-of-type {

                        &:hover {

                            > ul {
                                left: auto;
                                right: 0;
                            }
                        }
                    }
                }
            }
        }*/ }
    @media screen and (min-width: 992px) {
      header nav {
        display: block;
        overflow: visible;
        padding: 0;
        background-color: #636569;
        z-index: 9999; } }
    header nav > ul.main-navigation {
      display: block;
      font-family: Arial, 'Arimo', sans-serif;
      font-size: 18px;
      max-width: 1290px;
      margin: 0 auto;
      padding-left: 0; }
      header nav > ul.main-navigation li {
        display: inline-block;
        position: relative;
        font-size: 14px;
        padding: 15px 15px 15px 0px; }
        header nav > ul.main-navigation li:last-of-type {
          padding-right: 0; }
        @media screen and (min-width: 1080px) {
          header nav > ul.main-navigation li {
            font-size: 16px; } }
        @media screen and (min-width: 1280px) {
          header nav > ul.main-navigation li {
            font-size: 18px;
            padding: 15px 34px 15px 0px; } }
        header nav > ul.main-navigation li a {
          text-decoration: none;
          color: #fff; }
          header nav > ul.main-navigation li a > img {
            width: 35px; }
        header nav > ul.main-navigation li.menu-item-has-children:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 12px;
          content: "\f078";
          display: inline-block;
          color: #fff; }
        header nav > ul.main-navigation li.menu-item-has-children:hover > ul.sub-menu, header nav > ul.main-navigation li.menu-item-has-children[aria-expanded="true"] > ul.sub-menu {
          left: 0;
          top: 100%;
          z-index: 99; }
        header nav > ul.main-navigation li ul.sub-menu {
          position: absolute;
          left: -9999px;
          background-color: white;
          min-width: 320px;
          padding: 20px 0; }
          header nav > ul.main-navigation li ul.sub-menu li {
            display: block;
            padding: 5px 20px; }
            header nav > ul.main-navigation li ul.sub-menu li a {
              color: #636569; }
              header nav > ul.main-navigation li ul.sub-menu li a:hover, header nav > ul.main-navigation li ul.sub-menu li a:focus, header nav > ul.main-navigation li ul.sub-menu li a:active {
                color: #005cb9; }
            header nav > ul.main-navigation li ul.sub-menu li.menu-item-has-children:after {
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 12px;
              content: "\f054";
              display: inline-block;
              color: #878686;
              transition: all 0.3s ease-in-out; }
            header nav > ul.main-navigation li ul.sub-menu li.menu-item-has-children:hover:after, header nav > ul.main-navigation li ul.sub-menu li.menu-item-has-children:focus:after, header nav > ul.main-navigation li ul.sub-menu li.menu-item-has-children:active:after, header nav > ul.main-navigation li ul.sub-menu li.menu-item-has-children[aria-expanded="true"]:after {
              color: #005cb9; }
            header nav > ul.main-navigation li ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu, header nav > ul.main-navigation li ul.sub-menu li.menu-item-has-children:focus > ul.sub-menu, header nav > ul.main-navigation li ul.sub-menu li.menu-item-has-children:active > ul.sub-menu, header nav > ul.main-navigation li ul.sub-menu li.menu-item-has-children[aria-expanded="true"] > ul.sub-menu {
              left: 100%;
              top: -20px; }
            header nav > ul.main-navigation li ul.sub-menu li ul.sub-menu {
              position: absolute;
              left: -9999px;
              background-color: whitesmoke;
              min-width: 320px;
              z-index: 99; }

/* Fix bootstrap bug */
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: none !important; } }

@media (min-width: 992px) {
  .navbar-collapse.collapse {
    display: block !important; } }

section {
  /**
	*	Internal Pages
	*/ }
  section#services {
    padding-top: calc(5vw + 14px);
    padding-bottom: calc(15.625vw + -20px);
    position: relative;
    background-image: url(../images/backgrounds/services-bg.png);
    background-position: top center;
    background-size: auto 100%;
    background-repeat: no-repeat; }
    @media (max-width: 320px) {
      section#services {
        padding-top: 30; } }
    @media (min-width: 1920px) {
      section#services {
        padding-top: 110; } }
    @media (max-width: 320px) {
      section#services {
        padding-bottom: 30; } }
    @media (min-width: 1920px) {
      section#services {
        padding-bottom: 280; } }
    section#services:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      bottom: 0;
      left: 0;
      border-left: 100vw solid transparent;
      border-bottom-style: solid;
      border-bottom-color: #fff;
      border-bottom-width: calc(9.0625vw + -4px); }
      @media (max-width: 320px) {
        section#services:before {
          border-bottom-width: 25; } }
      @media (min-width: 1920px) {
        section#services:before {
          border-bottom-width: 170; } }
    section#services .container {
      padding: 0; }
      section#services .container .row {
        margin: 0; }
        section#services .container .row .col-md-6 {
          padding: 30px; }
          section#services .container .row .col-md-6 ul {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin: 0;
            padding: 0;
            list-style: none; }
            section#services .container .row .col-md-6 ul li {
              position: relative;
              width: 100%;
              background-color: #fff;
              box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
              text-align: center;
              transition: 0.3s all ease-in-out;
              font-size: 1em;
              margin-bottom: 20px; }
              section#services .container .row .col-md-6 ul li .background {
                display: none; }
                @media screen and (min-width: 1250px) {
                  section#services .container .row .col-md-6 ul li .background {
                    display: block;
                    width: 267.5px;
                    height: 165px;
                    margin: 0;
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    filter: grayscale(1);
                    transition: 0.3s all ease-in-out; } }
              @media screen and (min-width: 1250px) {
                section#services .container .row .col-md-6 ul li .content {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  z-index: 9999; } }
              section#services .container .row .col-md-6 ul li a {
                display: block;
                padding: 30px;
                font-weight: 700;
                color: #005cb9;
                font-size: 1.8em;
                text-decoration: none; }
                @media screen and (min-width: 1250px) {
                  section#services .container .row .col-md-6 ul li a {
                    color: #fff; } }
              section#services .container .row .col-md-6 ul li:hover, section#services .container .row .col-md-6 ul li:focus, section#services .container .row .col-md-6 ul li:active {
                box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); }
                section#services .container .row .col-md-6 ul li:hover .background, section#services .container .row .col-md-6 ul li:focus .background, section#services .container .row .col-md-6 ul li:active .background {
                  filter: grayscale(0); }
                section#services .container .row .col-md-6 ul li:hover > a, section#services .container .row .col-md-6 ul li:focus > a, section#services .container .row .col-md-6 ul li:active > a {
                  text-decoration: none; }
              @media screen and (min-width: 990px) {
                section#services .container .row .col-md-6 ul li:before, section#services .container .row .col-md-6 ul li:after {
                  content: "";
                  position: absolute;
                  width: 0;
                  height: 0; }
                section#services .container .row .col-md-6 ul li:first-of-type:before {
                  top: 24px;
                  left: -40px;
                  border-top: 26px solid transparent;
                  border-right: 40px solid #6fbeb0;
                  border-bottom: 58px solid transparent; }
                section#services .container .row .col-md-6 ul li:nth-of-type(2):before {
                  top: -42px;
                  left: 49px;
                  border-bottom: 42px solid #005cb9;
                  border-left: 26px solid transparent;
                  border-right: 72px solid transparent; }
                section#services .container .row .col-md-6 ul li:nth-of-type(3):before {
                  bottom: -25px;
                  left: 50px;
                  border-top: 25px solid #005cb9;
                  border-left: 25px solid transparent;
                  border-right: 80px solid transparent; }
                section#services .container .row .col-md-6 ul li:nth-of-type(4):before {
                  bottom: -41px;
                  right: 12px;
                  border-top: 41px solid #005cb9;
                  border-left: 68px solid transparent;
                  border-right: 43px solid transparent; }
                section#services .container .row .col-md-6 ul li:nth-of-type(4):after {
                  bottom: 12px;
                  right: -11px;
                  border-top: 10.5px solid transparent;
                  border-left: 11px solid #005cb9;
                  border-bottom: 10.5px solid transparent; } }
            @media screen and (min-width: 768px) {
              section#services .container .row .col-md-6 ul li {
                margin-bottom: 30px;
                width: calc(50% - 15px); }
                section#services .container .row .col-md-6 ul li a {
                  padding: 70px 15px; }
                section#services .container .row .col-md-6 ul li:nth-child(odd) {
                  margin-right: 15px; }
                section#services .container .row .col-md-6 ul li:nth-child(even) {
                  margin-left: 15px; }
                section#services .container .row .col-md-6 ul li:nth-of-type(3), section#services .container .row .col-md-6 ul li:nth-of-type(4) {
                  margin-bottom: 0; } }
          section#services .container .row .col-md-6 h2 {
            margin-top: 0; }
          section#services .container .row .col-md-6 p {
            font-size: 17px; }
        @media screen and (min-width: 1024px) {
          section#services .container .row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center; } }
  section#call-to-action {
    position: relative;
    background-color: #fff;
    padding-top: calc(9.375vw + 0px);
    padding-bottom: calc(15.3125vw + -19px); }
    @media (max-width: 320px) {
      section#call-to-action {
        padding-top: 30; } }
    @media (min-width: 1920px) {
      section#call-to-action {
        padding-top: 180; } }
    @media (max-width: 320px) {
      section#call-to-action {
        padding-bottom: 30; } }
    @media (min-width: 1920px) {
      section#call-to-action {
        padding-bottom: 275; } }
    section#call-to-action:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      bottom: 0;
      left: 0;
      border-left: 100vw solid transparent;
      border-bottom-style: solid;
      border-bottom-color: #f4f5f6;
      border-bottom-width: calc(9.0625vw + -4px); }
      @media (max-width: 320px) {
        section#call-to-action:before {
          border-bottom-width: 25; } }
      @media (min-width: 1920px) {
        section#call-to-action:before {
          border-bottom-width: 170; } }
    section#call-to-action .container {
      padding: 0; }
      section#call-to-action .container .row {
        margin: 0; }
        section#call-to-action .container .row .cta-img-wrapper {
          position: relative;
          padding-left: 10px;
          padding-right: 48px;
          margin: 0 auto;
          margin-bottom: 100px;
          max-width: 625px; }
          section#call-to-action .container .row .cta-img-wrapper:before {
            content: "";
            position: absolute;
            top: -49px;
            right: 96px;
            width: 0;
            height: 0;
            border-right: 28px solid transparent;
            border-bottom: 49px solid #6fbeb0;
            border-left: 82px solid transparent; }
          section#call-to-action .container .row .cta-img-wrapper:after {
            content: "";
            position: absolute;
            bottom: -57px;
            left: 47px;
            width: 0;
            height: 0;
            border-top: 57px solid #87cdf2;
            border-right: 69px solid transparent;
            border-left: 233px solid transparent; }
          section#call-to-action .container .row .cta-img-wrapper img {
            display: block;
            margin: 0;
            width: 100%; }
          @media screen and (min-width: 990px) {
            section#call-to-action .container .row .cta-img-wrapper {
              margin-bottom: 0; } }
        section#call-to-action .container .row h2 {
          margin-top: 0; }
        section#call-to-action .container .row p {
          font-size: 17px; }
        section#call-to-action .container .row .col-md-6:last-of-type {
          padding: 0 30px !important; }
        @media screen and (min-width: 990px) {
          section#call-to-action .container .row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center; } }
  section#cta-articles {
    position: relative;
    padding-top: calc(9.6875vw + -1px);
    padding-bottom: calc(15.3125vw + -19px); }
    @media (max-width: 320px) {
      section#cta-articles {
        padding-top: 30; } }
    @media (min-width: 1920px) {
      section#cta-articles {
        padding-top: 185; } }
    @media (max-width: 320px) {
      section#cta-articles {
        padding-bottom: 30; } }
    @media (min-width: 1920px) {
      section#cta-articles {
        padding-bottom: 275; } }
    section#cta-articles:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      bottom: 0;
      left: 0;
      border-left: 100vw solid transparent;
      border-bottom-style: solid;
      border-bottom-color: #005cb9;
      border-bottom-width: calc(9.0625vw + -4px); }
      @media (max-width: 320px) {
        section#cta-articles:before {
          border-bottom-width: 25; } }
      @media (min-width: 1920px) {
        section#cta-articles:before {
          border-bottom-width: 170; } }
    section#cta-articles .col-sm-6 {
      position: relative;
      padding: 0 30px; }
      section#cta-articles .col-sm-6 img {
        display: block;
        margin: 0 0 30px;
        width: 100%; }
      section#cta-articles .col-sm-6:first-of-type:before {
        position: absolute;
        top: -48px;
        right: 78px;
        content: "";
        width: 0;
        height: 0;
        border-left: 83px solid transparent;
        border-right: 29px solid transparent;
        border-bottom: 48px solid #6fbeb0; }
      section#cta-articles .col-sm-6:last-of-type:before {
        position: absolute;
        top: -30px;
        right: 120px;
        content: "";
        width: 0;
        height: 0;
        border-left: 80px solid transparent;
        border-right: 80px solid transparent;
        border-bottom: 30px solid #87cdf2; }
  section#locations {
    position: relative;
    padding-top: calc(4.75vw + 14.8px);
    padding-bottom: calc(3.8125vw + 17.8px);
    background-color: #005cb9; }
    @media (max-width: 320px) {
      section#locations {
        padding-top: 30; } }
    @media (min-width: 1920px) {
      section#locations {
        padding-top: 106; } }
    @media (max-width: 320px) {
      section#locations {
        padding-bottom: 30; } }
    @media (min-width: 1920px) {
      section#locations {
        padding-bottom: 91; } }
    section#locations .container {
      padding: 0; }
      section#locations .container .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 0; }
        section#locations .container .row .locations__title {
          padding: 0 30px;
          width: 100%; }
        section#locations .container .row .locations__menu {
          padding: 0 30px;
          width: 100%; }
        section#locations .container .row .locations__cards {
          position: relative;
          padding: 0 30px;
          width: 100%; }
          section#locations .container .row .locations__cards article {
            display: none;
            opacity: 0; }
            section#locations .container .row .locations__cards article.active {
              display: block;
              opacity: 1;
              transition: 0.5s all ease-in-out; }
        @media screen and (min-width: 768px) {
          section#locations .container .row {
            -ms-flex-direction: row;
                flex-direction: row;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            padding: 0 20px; }
            section#locations .container .row .locations__title {
              display: block;
              width: 100%;
              max-width: 100%; }
            section#locations .container .row .locations__menu {
              padding: 0;
              width: 100%;
              max-width: 50%; }
            section#locations .container .row .locations__cards {
              position: relative;
              width: 100%;
              max-width: 50%; } }
        @media screen and (min-width: 1024px) {
          section#locations .container .row {
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
            section#locations .container .row .locations__title {
              display: block;
              max-width: 300px; }
            section#locations .container .row .locations__menu {
              padding: 0 53px;
              max-width: 487px; }
            section#locations .container .row .locations__cards {
              position: relative;
              padding: 0 53px;
              width: 50%;
              max-width: 434px; } }
    section#locations h2 {
      margin-top: 0;
      color: #fff; }
    section#locations .location-menu {
      list-style: none;
      margin: 0 0 40px;
      padding: 0; }
      section#locations .location-menu li {
        margin-bottom: calc(0.9375vw + 12px);
        font-size: 2.2em;
        color: #c2dedd;
        transition: 0.3s all ease-in-out;
        cursor: pointer; }
        @media (max-width: 320px) {
          section#locations .location-menu li {
            margin-bottom: 15; } }
        @media (min-width: 1920px) {
          section#locations .location-menu li {
            margin-bottom: 30; } }
        section#locations .location-menu li img {
          display: inline-block;
          margin-right: 22px;
          margin-bottom: 5px;
          max-width: 25px;
          opacity: 0;
          transition: 0.3s all ease-in-out; }
        section#locations .location-menu li:hover, section#locations .location-menu li:focus, section#locations .location-menu li.active {
          color: #fff; }
          section#locations .location-menu li:hover img, section#locations .location-menu li:focus img, section#locations .location-menu li.active img {
            opacity: 1; }
    section#locations .location-card {
      color: #fff; }
      section#locations .location-card h3 {
        font-weight: 400;
        font-size: 2.2em;
        margin: 0 0 30px;
        color: #fff; }
      section#locations .location-card span {
        display: block; }
        section#locations .location-card span i {
          padding-right: 20px; }
        section#locations .location-card span:last-of-type {
          margin-bottom: 30px; }
      section#locations .location-card span {
        font-size: 1.7em; }
        section#locations .location-card span a[href^="tel"] {
          font-size: 1em; }
      section#locations .location-card a:not(.btn) {
        display: block;
        font-size: 1.7em;
        text-decoration: none;
        margin-bottom: 30px;
        color: #fff; }
        section#locations .location-card a:not(.btn):first-of-type {
          display: inline-block; }
  section#parralax {
    position: relative;
    background: transparent;
    min-height: 505px; }
    section#parralax:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      top: 0;
      left: 0;
      border-bottom: 168px solid transparent;
      border-left: 100vw solid #005cb9;
      z-index: 1; }
    section#parralax:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      bottom: -10px;
      right: 0;
      border-top: 168px solid transparent;
      border-right: 120vw solid #f8f9fa;
      z-index: 1; }
  section#partners {
    padding-top: calc(7.5vw + 6px);
    padding-bottom: calc(7.5vw + 6px);
    background-image: url(../images/backgrounds/partners-bg.png);
    background-position: center;
    background-size: auto 90%;
    background-repeat: no-repeat;
    text-align: center; }
    @media (max-width: 320px) {
      section#partners {
        padding-top: 30; } }
    @media (min-width: 1920px) {
      section#partners {
        padding-top: 150; } }
    @media (max-width: 320px) {
      section#partners {
        padding-bottom: 30; } }
    @media (min-width: 1920px) {
      section#partners {
        padding-bottom: 150; } }
    section#partners .container {
      padding: 0 30px; }
      section#partners .container .row {
        margin: 0; }
    section#partners ul {
      list-style: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0;
      padding: 0;
      width: 100%; }
      section#partners ul li {
        background-color: #fff;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        margin: 1%;
        width: 98%; }
        section#partners ul li a {
          display: block;
          padding: 45px; }
          section#partners ul li a img {
            display: block;
            margin: 0;
            width: 100%; }
        @media screen and (min-width: 768px) {
          section#partners ul li {
            width: 31.33%; } }
        section#partners ul li:hover, section#partners ul li:focus, section#partners ul li:active {
          box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.05); }
  section#internal-banner {
    position: relative;
    background-color: #005cb9;
    background-position: top left;
    background-size: 100%;
    background-repeat: no-repeat; }
    section#internal-banner .container {
      padding: 0 30px; }
      section#internal-banner .container .row {
        margin: 0; }
    section#internal-banner h1 {
      padding-top: calc(1.5625vw + 10px);
      padding-bottom: calc(1.5625vw + 10px);
      margin: 0;
      padding-left: 20%; }
      @media (max-width: 320px) {
        section#internal-banner h1 {
          padding-top: 15; } }
      @media (min-width: 1920px) {
        section#internal-banner h1 {
          padding-top: 40; } }
      @media (max-width: 320px) {
        section#internal-banner h1 {
          padding-bottom: 15; } }
      @media (min-width: 1920px) {
        section#internal-banner h1 {
          padding-bottom: 40; } }
      @media screen and (min-width: 1750px) {
        section#internal-banner h1 {
          padding-left: 0; } }
  section#content {
    background-color: #f4f5f6;
    padding-top: 30px;
    padding-bottom: calc(6.5625vw + 9px); }
    @media (max-width: 320px) {
      section#content {
        padding-bottom: 30; } }
    @media (min-width: 1920px) {
      section#content {
        padding-bottom: 135; } }
    section#content .container {
      padding: 0 30px; }
      section#content .container .row {
        margin: 0; }
        @media screen and (min-width: 990px) {
          section#content .container .row .col-md-9:not(main) {
            padding: 30px;
            background: #fff;
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); } }
        section#content .container .row table {
          margin-bottom: 25px; }
        section#content .container .row table td {
          font-size: 1.6em;
          padding: 20px;
          border: 1px solid lightgrey; }
        section#content .container .row table td a {
          text-decoration: none; }
        section#content .container .row table td a:hover, section#content .container .row table td a:focus {
          text-decoration: none; }
        section#content .container .row #breadcrumbs {
          margin-top: 20px;
          margin-bottom: 50px;
          color: #005cb9; }
          section#content .container .row #breadcrumbs a {
            color: #005cb9;
            text-decoration: none; }
            section#content .container .row #breadcrumbs a:hover, section#content .container .row #breadcrumbs a:focus {
              color: #636569; }
        section#content .container .row main {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-pack: start;
              justify-content: flex-start; }
          section#content .container .row main > article {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            padding: 30px 0 40px;
            border-bottom: 1px solid #e2e2e2; }
            section#content .container .row main > article.type-post {
              margin: 0 7.5px 15px 0;
              padding: 0;
              background: #fff;
              max-width: calc(50% - 7.5px); }
              section#content .container .row main > article.type-post:nth-of-type(even) {
                margin-right: 0;
                margin-left: 7.5px; }
              section#content .container .row main > article.type-post > a {
                display: block;
                width: 100%;
                height: auto; }
              section#content .container .row main > article.type-post img {
                margin: 0;
                height: auto !important; }
              section#content .container .row main > article.type-post .news__wrapper {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                    flex-direction: column;
                padding: 20px;
                -ms-flex-preferred-size: 100%;
                    flex-basis: 100%; }
                section#content .container .row main > article.type-post .news__wrapper strong {
                  color: #636569;
                  font-weight: 400;
                  margin: 0 0 15px; }
                section#content .container .row main > article.type-post .news__wrapper a:hover, section#content .container .row main > article.type-post .news__wrapper a:focus {
                  color: #636569; }
                section#content .container .row main > article.type-post .news__wrapper h3 {
                  margin: 0 0 15px; }
                  section#content .container .row main > article.type-post .news__wrapper h3:hover, section#content .container .row main > article.type-post .news__wrapper h3:focus {
                    color: #636569; }
        section#content .container .row article {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding: 30px 0 40px;
          border-bottom: 1px solid #e2e2e2; }
          section#content .container .row article.type-post {
            margin: 0 15px 15px 0;
            padding: 0;
            background: #fff;
            max-width: calc(50% - 15px); }
            section#content .container .row article.type-post:nth-of-type(even) {
              margin-right: 0;
              margin-left: 15px; }
            section#content .container .row article.type-post img {
              margin: 0;
              height: auto !important; }
            section#content .container .row article.type-post .news__wrapper {
              padding: 20px; }
              section#content .container .row article.type-post .news__wrapper h2 {
                margin: 0; }
          section#content .container .row article img {
            display: inline-block;
            margin: 0 0 30px;
            width: 100%; }
          section#content .container .row article h2 {
            margin: 0 0 22px; }
          section#content .container .row article h3 {
            margin: 0 0 15px; }
          section#content .container .row article strong {
            display: block;
            margin: 0 0 15px;
            font-size: 15px;
            font-weight: 400;
            color: #636569; }
          section#content .container .row article p {
            margin-bottom: 30px; }
        section#content .container .row .pagination span,
        section#content .container .row .pagination a {
          margin-right: 5px;
          padding: 10px 15px;
          background-color: #005cb9;
          color: #fff;
          text-decoration: none;
          border-radius: 3px;
          transition: 0.3s all ease-in-out; }
          section#content .container .row .pagination span:hover, section#content .container .row .pagination span:focus, section#content .container .row .pagination span:active, section#content .container .row .pagination span.current,
          section#content .container .row .pagination a:hover,
          section#content .container .row .pagination a:focus,
          section#content .container .row .pagination a:active,
          section#content .container .row .pagination a.current {
            background-color: #004386; }
        section#content .container .row .service_locations {
          display: block;
          margin: 0 0 20px;
          padding: 30px;
          list-style: none;
          background-color: #fff;
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
          section#content .container .row .service_locations li a {
            text-decoration: none;
            color: #005cb9; }
          section#content .container .row .service_locations li:first-child {
            margin-bottom: 40px;
            font-weight: 700;
            font-size: 20px;
            color: #005cb9; }
            section#content .container .row .service_locations li:first-child:before {
              display: none; }
          section#content .container .row .service_locations li:before {
            content: "\f105";
            font-family: FontAwesome;
            margin-right: 15px; }
          section#content .container .row .service_locations:before {
            display: none; }
        section#content .container .row .service_related {
          display: block;
          margin: 0;
          padding: 30px;
          list-style: none;
          background-color: #fff;
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
          section#content .container .row .service_related li {
            margin-bottom: 30px; }
            section#content .container .row .service_related li a {
              text-decoration: none;
              color: #005cb9; }
            section#content .container .row .service_related li:before {
              content: "\f105";
              font-family: FontAwesome;
              margin-right: 15px; }
            section#content .container .row .service_related li:first-child {
              margin-bottom: 40px;
              font-weight: 700;
              font-size: 20px;
              color: #005cb9; }
              section#content .container .row .service_related li:first-child:before {
                display: none; }
            section#content .container .row .service_related li:last-of-type {
              margin-bottom: 0; }
          section#content .container .row .service_related:after {
            content: "";
            position: absolute;
            bottom: -27px;
            left: 30px;
            width: 0;
            height: 0;
            border-top: 27px solid #87cdf2;
            border-left: 75px solid transparent;
            border-right: 41px solid transparent; }
        @media screen and (min-width: 990px) {
          .single-service section#content .container .row .col-md-9 {
            padding-right: 60px; } }
  section#internal-cta {
    position: relative;
    background-color: #fff;
    text-align: center;
    padding-top: calc(3.125vw + 20px);
    padding-bottom: calc(3.125vw + 20px); }
    @media (max-width: 320px) {
      section#internal-cta {
        padding-top: 30; } }
    @media (min-width: 1920px) {
      section#internal-cta {
        padding-top: 80; } }
    @media (max-width: 320px) {
      section#internal-cta {
        padding-bottom: 30; } }
    @media (min-width: 1920px) {
      section#internal-cta {
        padding-bottom: 80; } }
    section#internal-cta .container {
      padding: 0 30px; }
      section#internal-cta .container .row {
        margin: 0; }
    .home section#internal-cta {
      background-image: url(../images/backgrounds/internal-cta-homepage.png);
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: auto 597px;
      background-color: #f8f9fa;
      margin-top: 0; }
      .home section#internal-cta:before, .home section#internal-cta:after {
        display: none; }

section#content .container .row .search-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px; }

section#content .container .row .search-form label {
  margin: 0;
  width: 100%; }

section#content .container .row .search-form input {
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 1.3em;
  border: 1px solid #e2e2e2;
  width: 100%; }

section#content .container .row .search-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 20px;
  font-size: 1.8em;
  border: 0;
  background-color: #005cb9;
  color: #fff; }

.alm-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.alm-btn-wrap .alm-load-more-btn {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35) !important;
  border-radius: 3px !important;
  font-weight: 700 !important;
  background: #005cb9 !important;
  margin: 15px auto 0 !important;
  font-size: 15px !important;
  background-color: #005cb9;
  color: #fff !important;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out !important; }

.alm-btn-wrap .alm-load-more-btn:hover, .alm-btn-wrap .alm-load-more-btn:focus {
  background-color: #636569 !important;
  color: #fff !important; }

.page-template-landing-page #content {
  padding-bottom: calc(3.75vw + 18px);
  text-align: center; }
  @media (max-width: 320px) {
    .page-template-landing-page #content {
      padding-bottom: 30; } }
  @media (min-width: 1920px) {
    .page-template-landing-page #content {
      padding-bottom: 90; } }
  .page-template-landing-page #content .container {
    padding: 0 60px; }
    .page-template-landing-page #content .container .row {
      margin: 0; }
      .page-template-landing-page #content .container .row h2 {
        margin-top: 0; }

.page-template-landing-page #child-pages {
  position: relative;
  background-image: url(../images/backgrounds/child-pages.png);
  background-position: bottom left;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-bottom: calc(10.625vw + -4px); }
  @media (max-width: 320px) {
    .page-template-landing-page #child-pages {
      padding-bottom: 30; } }
  @media (min-width: 1920px) {
    .page-template-landing-page #child-pages {
      padding-bottom: 200; } }
  .page-template-landing-page #child-pages:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    border-left: 100vw solid transparent;
    border-bottom-style: solid;
    border-bottom-color: #f8f9fa;
    border-bottom-width: calc(9.0625vw + -4px); }
    @media (max-width: 320px) {
      .page-template-landing-page #child-pages:before {
        border-bottom-width: 25; } }
    @media (min-width: 1920px) {
      .page-template-landing-page #child-pages:before {
        border-bottom-width: 170; } }
  .page-template-landing-page #child-pages .container {
    padding: 0 30px; }
    .page-template-landing-page #child-pages .container .row {
      margin: 0; }
  .page-template-landing-page #child-pages ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0; }
    .page-template-landing-page #child-pages ul li {
      display: -ms-flexbox;
      display: flex;
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
      width: 100%;
      margin: 0 15px 20px; }
      .page-template-landing-page #child-pages ul li .submenu__colour {
        display: none; }
        @media screen and (min-width: 768px) {
          .page-template-landing-page #child-pages ul li .submenu__colour {
            display: inline-block;
            width: 55%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; } }
      .page-template-landing-page #child-pages ul li .submenu__content {
        padding: 30px;
        width: 100%;
        background-color: #fff; }
        .page-template-landing-page #child-pages ul li .submenu__content h3 {
          margin-top: 0;
          transition: color 0.3s ease-in-out; }
          @media screen and (max-width: 768px) {
            .page-template-landing-page #child-pages ul li .submenu__content h3 {
              margin: 0; } }
          .page-template-landing-page #child-pages ul li .submenu__content h3:hover, .page-template-landing-page #child-pages ul li .submenu__content h3:focus {
            color: #636569; }
        .page-template-landing-page #child-pages ul li .submenu__content p {
          margin-bottom: 0; }
        @media screen and (min-width: 768px) {
          .page-template-landing-page #child-pages ul li .submenu__content {
            border-left: 10px solid #005cb9; } }
      @media screen and (min-width: 768px) {
        .page-template-landing-page #child-pages ul li {
          width: calc(50% - 30px); }
          .page-template-landing-page #child-pages ul li .submenu__content {
            position: relative;
            border-left: 15px solid #005cb9;
            padding: 30px 30px 30px 50px; } }

.page-template-landing-page #faq {
  position: relative;
  background: #f8f9fa;
  padding-top: calc(3.75vw + 18px);
  padding-bottom: calc(15.9375vw + -21px); }
  @media (max-width: 320px) {
    .page-template-landing-page #faq {
      padding-top: 30; } }
  @media (min-width: 1920px) {
    .page-template-landing-page #faq {
      padding-top: 90; } }
  @media (max-width: 320px) {
    .page-template-landing-page #faq {
      padding-bottom: 30; } }
  @media (min-width: 1920px) {
    .page-template-landing-page #faq {
      padding-bottom: 285; } }
  .page-template-landing-page #faq:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    border-left: 100vw solid transparent;
    border-bottom-style: solid;
    border-bottom-color: #07454e;
    border-bottom-width: calc(9.0625vw + -4px); }
    @media (max-width: 320px) {
      .page-template-landing-page #faq:before {
        border-bottom-width: 25; } }
    @media (min-width: 1920px) {
      .page-template-landing-page #faq:before {
        border-bottom-width: 170; } }
  .page-template-landing-page #faq .container {
    padding: 0 30px; }
    .page-template-landing-page #faq .container .row {
      margin: 0; }
      .page-template-landing-page #faq .container .row ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .page-template-landing-page #faq .container .row ul li {
          font-size: 2em; }
      .page-template-landing-page #faq .container .row img {
        display: block;
        margin: 0;
        width: 100%; }
        .page-template-landing-page #faq .container .row img.overlay {
          position: absolute; }
      .page-template-landing-page #faq .container .row .faq__content {
        padding: 86px 0 0 30px;
        margin-bottom: 60px; }

.page-template-landing-page #locations {
  position: relative;
  padding-top: calc(4.75vw + 14.8px);
  padding-bottom: calc(15.9375vw + -21px); }
  @media (max-width: 320px) {
    .page-template-landing-page #locations {
      padding-top: 30; } }
  @media (min-width: 1920px) {
    .page-template-landing-page #locations {
      padding-top: 106; } }
  @media (max-width: 320px) {
    .page-template-landing-page #locations {
      padding-bottom: 30; } }
  @media (min-width: 1920px) {
    .page-template-landing-page #locations {
      padding-bottom: 285; } }
  .page-template-landing-page #locations:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: solid;
    border-bottom-color: #71a4a4;
    border-bottom-width: calc(22.5625vw + -12.2px);
    border-right-width: calc(23.625vw + 184.4px); }
    @media (max-width: 320px) {
      .page-template-landing-page #locations:before {
        border-bottom-width: 60; } }
    @media (min-width: 1920px) {
      .page-template-landing-page #locations:before {
        border-bottom-width: 421; } }
    @media (max-width: 320px) {
      .page-template-landing-page #locations:before {
        border-right-width: 260; } }
    @media (min-width: 1920px) {
      .page-template-landing-page #locations:before {
        border-right-width: 638; } }

.page-template-landing-page #landing-cta {
  position: relative;
  text-align: center;
  padding-top: calc(7.5vw + 6px);
  padding-bottom: calc(12.8125vw + -11px); }
  @media (max-width: 320px) {
    .page-template-landing-page #landing-cta {
      padding-top: 30; } }
  @media (min-width: 1920px) {
    .page-template-landing-page #landing-cta {
      padding-top: 150; } }
  @media (max-width: 320px) {
    .page-template-landing-page #landing-cta {
      padding-bottom: 30; } }
  @media (min-width: 1920px) {
    .page-template-landing-page #landing-cta {
      padding-bottom: 235; } }
  .page-template-landing-page #landing-cta:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-left: 100vw solid transparent;
    border-bottom-style: solid;
    border-bottom-color: #f4f5f6;
    border-bottom-width: calc(9.0625vw + -4px);
    top: calc(-9.0625vw + 4px); }
    @media (max-width: 320px) {
      .page-template-landing-page #landing-cta:before {
        border-bottom-width: 25; } }
    @media (min-width: 1920px) {
      .page-template-landing-page #landing-cta:before {
        border-bottom-width: 170; } }
    @media (max-width: 320px) {
      .page-template-landing-page #landing-cta:before {
        top: -25; } }
    @media (min-width: 1920px) {
      .page-template-landing-page #landing-cta:before {
        top: -170; } }

#alphaindex {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 20px 32px 15px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px; }
  #alphaindex li {
    text-transform: uppercase; }
    #alphaindex li a {
      padding: 0 15px;
      text-decoration: none;
      font-weight: 700;
      color: #005cb9; }

#service-index {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px; }

#service-index li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: bold; }

#service-index li .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 16px;
  padding: 10px 0;
  width: 100%; }

#service-index li .links a {
  padding: 0 25px 0 0; }

#service-index li:nth-child(odd) {
  background-color: #fff; }

#service-listing {
  background-color: #f8f9fa;
  padding-top: 70px;
  padding-bottom: 330px; }

.page-template-services #content,
.tax-alpha #content {
  padding-bottom: 50px; }

.page-template-services #internal-cta,
.tax-alpha #internal-cta {
  margin-top: 0; }

footer {
  position: relative;
  overflow: hidden;
  background-color: #07454e; }
  @media screen and (min-width: 990px) {
    footer:after {
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      width: 0;
      height: 0;
      border-bottom: 180px solid transparent;
      border-right: 400px solid #6fbeb0; }
    footer:before {
      position: absolute;
      top: -245px;
      right: 0;
      content: "";
      width: 0;
      height: 0;
      border-top: 490px solid transparent;
      border-bottom: 150px solid transparent;
      border-right: 80px solid #87cdf2;
      z-index: 1; } }
  footer .footer__menu {
    padding-top: 110px;
    padding-bottom: 180px; }
    footer .footer__menu .container {
      padding: 0 30px; }
      footer .footer__menu .container .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0; }
    footer .footer__menu ul {
      list-style: none;
      padding: 0 20px;
      margin: 0 0 30px;
      width: 100%; }
      footer .footer__menu ul li {
        margin-bottom: calc(1.25vw + 6px); }
        @media (max-width: 320px) {
          footer .footer__menu ul li {
            margin-bottom: 10; } }
        @media (min-width: 1920px) {
          footer .footer__menu ul li {
            margin-bottom: 30; } }
        footer .footer__menu ul li a {
          font-size: 1.7em;
          color: #c2dee2; }
        footer .footer__menu ul li:first-child > a {
          color: #fff; }
      @media screen and (min-width: 768px) {
        footer .footer__menu ul {
          width: 25%; } }
  footer .footer__acknowledgement {
    padding: 45px 0;
    background-color: #71a4a4;
    text-align: center;
    color: #000; }
    footer .footer__acknowledgement p {
      font-weight: 700;
      font-size: 1.4em;
      margin-bottom: 0; }
  footer .footer__columns {
    padding-top: 110px;
    padding-bottom: 85px; }
    footer .footer__columns ul {
      list-style: none;
      margin: 0 0 30px 0;
      padding: 0 20px;
      font-size: 10px; }
      footer .footer__columns ul li {
        margin-bottom: 30px;
        font-size: 1.6em; }
        footer .footer__columns ul li span {
          color: #fff; }
        footer .footer__columns ul li a {
          color: #c2dee2; }
        footer .footer__columns ul li:last-child {
          margin-bottom: 0; }
  footer .footer__bar {
    border-top: 1px solid #205860;
    padding: 30px 0;
    color: #fff; }
    footer .footer__bar ul {
      list-style: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: center;
          align-items: center;
      margin: 0;
      padding: 0 30px; }
      footer .footer__bar ul li {
        display: block;
        margin-bottom: 8px;
        width: 100%;
        text-align: center;
        font-size: 1.4em; }
        footer .footer__bar ul li a {
          color: #fff; }
        footer .footer__bar ul li img {
          display: block;
          margin: 0 auto 20px; }
          footer .footer__bar ul li img.grindstone {
            display: inline-block;
            max-width: 82px;
            margin-bottom: 2px; }
          footer .footer__bar ul li img.northern-health-logo {
            max-width: 85px; }
        @media screen and (min-width: 768px) {
          footer .footer__bar ul li {
            margin-bottom: 0;
            width: auto; }
            footer .footer__bar ul li img {
              margin: 0; }
            footer .footer__bar ul li:nth-child(2), footer .footer__bar ul li:nth-child(3) {
              padding-right: 12px;
              margin-right: 12px;
              border-right: 1px solid #fff; }
            footer .footer__bar ul li:first-child {
              margin-right: auto; }
            footer .footer__bar ul li:last-child {
              margin-left: auto; } }

.footer-feedback {
  padding: 15px 0;
  background: #005cb9; }
  @media screen and (max-width: 768px) {
    .footer-feedback {
      text-align: center; } }
  .footer-feedback > .container {
    max-width: 1280px; }
  .footer-feedback h3 {
    text-align: center;
    font-size: 16px;
    margin: 0 0 20px;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .footer-feedback h3 {
        text-align: right;
        margin: 10px 0 0; } }
    @media screen and (min-width: 1200px) {
      .footer-feedback h3 {
        font-size: 22px; } }
  .footer-feedback i.fa-comment {
    display: none; }
    @media screen and (min-width: 768px) {
      .footer-feedback i.fa-comment {
        display: inline-block;
        float: left;
        margin: 0 25px 0 0;
        color: #fff;
        font-size: 40px; } }
  .footer-feedback a.btn {
    margin: 0 auto;
    font-size: 15px;
    padding: 10px 20px;
    color: #005cb9;
    border-radius: 5px;
    transition: all 0.3s ease-in-out; }
    .footer-feedback a.btn i {
      font-size: 12px; }
    @media screen and (min-width: 768px) {
      .footer-feedback a.btn {
        float: left; } }
    .footer-feedback a.btn:hover, .footer-feedback a.btn:focus {
      background-color: #636569;
      color: #fff; }

.footer-locations {
  padding: 40px 0 0; }
  @media screen and (min-width: 1280px) {
    .footer-locations [class*="col-"]:first-of-type {
      padding-left: 0; } }
  .footer-locations > .container {
    max-width: 1280px; }
  .footer-locations ul {
    display: inline-block;
    padding: 0;
    margin: 0 0 15px;
    list-style: none; }
    @media screen and (min-width: 990px) {
      .footer-locations ul {
        padding: 0;
        margin: 0; }
        .footer-locations ul:nth-of-type(1), .footer-locations ul:nth-of-type(2) {
          margin-bottom: 15px; }
        .footer-locations ul:nth-of-type(odd) {
          padding-left: 0; } }
    .footer-locations ul li {
      font-size: 14px;
      color: #21222a;
      margin-bottom: 5px; }
      .footer-locations ul li strong {
        font-size: 18px;
        line-height: 24px;
        color: #005cb9;
        transition: color 0.3s ease-in-out; }
        .footer-locations ul li strong:hover, .footer-locations ul li strong:focus {
          color: #636569; }
        .footer-locations ul li strong i {
          font-size: 20px;
          position: relative;
          margin: 0 10px 0 8px;
          color: #005cb9; }
      .footer-locations ul li a {
        text-decoration: none;
        color: #636569; }
      .footer-locations ul li i {
        position: relative;
        margin: 0 10px 0 8px;
        color: #005cb9; }
        .footer-locations ul li i.fa-phone {
          transform: scaleX(-1); }
      .footer-locations ul li:nth-of-type(2) {
        margin-left: 35px; }
    .footer-locations ul.social-links {
      position: relative;
      display: block;
      text-align: center;
      margin: 15px 0 40px; }
      @media screen and (min-width: 1024px) {
        .footer-locations ul.social-links {
          text-align: right;
          margin: 15px 0 0 0; } }
      .footer-locations ul.social-links li {
        display: inline-block;
        margin: 0 0 0 15px;
        padding: 0; }
        .footer-locations ul.social-links li a {
          display: block;
          margin: 0;
          padding: 0;
          width: 50px;
          text-align: center; }
          .footer-locations ul.social-links li a i {
            position: relative;
            font-size: 24px;
            margin: 0 auto;
            padding: 0;
            color: #fff; }
            .footer-locations ul.social-links li a i:after {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              display: block;
              content: '';
              border-radius: 50%;
              background-color: #005cb9;
              width: 50px;
              height: 50px;
              z-index: -1;
              transition: all 0.3s ease-in-out; }
          .footer-locations ul.social-links li a:hover i:after, .footer-locations ul.social-links li a:focus i:after {
            background-color: #636569; }
  .footer-locations span.tooltip-toggle {
    float: right;
    top: -30px;
    right: 33px; }
  .footer-locations img:first-of-type:hover,
  .footer-locations img:first-of-type:focus {
    cursor: pointer; }
    .footer-locations img:first-of-type:hover + span.tooltip-toggle:before,
    .footer-locations img:first-of-type:hover + span.tooltip-toggle:after,
    .footer-locations img:first-of-type:focus + span.tooltip-toggle:before,
    .footer-locations img:first-of-type:focus + span.tooltip-toggle:after {
      opacity: 1; }
  .footer-locations img {
    display: block;
    margin: 0 auto 20px;
    max-width: 66px; }
    .footer-locations img:nth-of-type(2) {
      max-width: 163px; }
    @media screen and (min-width: 990px) {
      .footer-locations img {
        float: none;
        display: block;
        margin: 50px 0 25px auto; }
        .footer-locations img:nth-of-type(2) {
          float: right;
          margin: 0; } }

.footer-emergency {
  padding: 30px 0; }
  @media screen and (min-width: 990px) {
    .footer-emergency {
      padding: 25px 0 30px; } }
  .footer-emergency i {
    position: relative;
    margin: 20px auto;
    font-size: 24px;
    width: 100%; }
    .footer-emergency i.fa-phone {
      transform: scaleX(-1); }
    .footer-emergency i:before {
      color: #fff;
      z-index: 1; }
    .footer-emergency i:after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      content: '';
      width: 50px;
      height: 50px;
      color: #fff;
      background: #d7374b;
      border-radius: 50%;
      z-index: -1; }
    @media screen and (min-width: 990px) {
      .footer-emergency i {
        width: auto;
        margin: 0 20px 0 0; } }
  .footer-emergency h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    padding: 0 20px;
    color: #d7374b;
    text-align: center; }
    @media screen and (min-width: 990px) {
      .footer-emergency h3 {
        text-align: left;
        line-height: 24px; } }

.footer-acknowledgement {
  font-size: 14px;
  line-height: 16px;
  color: #21222a; }
  .footer-acknowledgement > .container {
    max-width: 1280px;
    padding: 20px 0 40px;
    border-top: 1px solid black; }
  .footer-acknowledgement img {
    float: left;
    display: block;
    margin: 0 20px 40px 10px;
    width: 100%;
    max-width: 75px;
    position: absolute;
    top: 4px;
    left: 0; }
  .footer-acknowledgement p {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 100px; }
    @media screen and (min-width: 992px) {
      .footer-acknowledgement p {
        margin-bottom: 0; } }
  .footer-acknowledgement ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer-acknowledgement ul li {
      font-weight: 700;
      display: inline-block;
      padding-left: 5px;
      margin-left: 5px; }
      .footer-acknowledgement ul li a {
        text-decoration: none;
        color: #21222a; }
        .footer-acknowledgement ul li a:hover, .footer-acknowledgement ul li a:focus {
          text-decoration: underline; }
    .footer-acknowledgement ul li {
      padding-left: 10px;
      margin-left: 10px;
      border-left: 2px solid #21222a; }
      .footer-acknowledgement ul li:first-of-type {
        margin: 0;
        padding: 0;
        border: 0; }
    @media screen and (min-width: 992px) {
      .footer-acknowledgement ul {
        text-align: right; } }

.child-sidebar-menu {
  display: block;
  margin: 0 30px 0 0;
  padding: 30px;
  list-style: none;
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }

.child-sidebar-menu li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 1.6em; }

.child-sidebar-menu li a {
  font-weight: 700;
  text-decoration: none;
  color: #005cb9; }

.child-sidebar-menu li a:hover, .child-sidebar-menu li a:focus {
  color: #636569; }

.child-sidebar-menu li ul {
  list-style: none;
  font-size: 10px; }

.child-sidebar-menu li ul li {
  font-size: 1.6em; }

.child-sidebar-menu li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 15px;
  color: #005cb9; }

.child-sidebar-menu li:last-child {
  margin-bottom: 0; }

.sidebar {
  display: block;
  margin: 0 0 30px;
  padding: 30px;
  list-style: none;
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 16px; }
  .sidebar li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px; }
    .sidebar li a {
      font-weight: 700;
      text-decoration: none;
      color: #005cb9; }
      .sidebar li a:hover, .sidebar li a:focus {
        color: #636569; }
    .sidebar li:before {
      position: absolute;
      top: 0;
      left: 0;
      font-family: FontAwesome;
      margin-right: 15px;
      color: #005cb9; }
    .sidebar li:first-child {
      margin-bottom: 0; }
      .sidebar li:first-child:before {
        content: "\f041"; }
    .sidebar li:last-child {
      margin-bottom: 0; }
      .sidebar li:last-child:before {
        content: "\f095"; }

ul.archive {
  list-style: none;
  padding: 30px;
  margin-right: 30px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
  ul.archive li {
    font-weight: bold; }
    ul.archive li a {
      display: block;
      padding: 15px 0;
      color: #005cb9; }
      ul.archive li a:hover, ul.archive li a:focus {
        color: #636569; }

#search-modal .modal-dialog {
  background-color: #005cb9;
  width: 100%;
  margin: 0;
  z-index: 999; }
  #search-modal .modal-dialog .container {
    padding: 30px; }
    #search-modal .modal-dialog .container .row {
      margin: 0; }
      #search-modal .modal-dialog .container .row button.close {
        color: #fff; }
      #search-modal .modal-dialog .container .row #searchform > form {
        display: -ms-flexbox;
        display: flex; }
      #search-modal .modal-dialog .container .row #searchform label {
        margin: 0;
        width: 100%;
        max-width: 600px; }
      #search-modal .modal-dialog .container .row #searchform input {
        display: inline-block;
        padding: 15px;
        font-size: 1.6em;
        color: #000; }
      #search-modal .modal-dialog .container .row #searchform button {
        padding: 0 30px;
        border: 0;
        border-radius: 0;
        font-size: 2em;
        background-color: #005cb9;
        color: #fff; }

ul.gform_fields {
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin-bottom: 40px; }

ul.gform_fields li.gfield {
  margin-bottom: 40px !important; }

ul.gform_fields ul {
  list-style: none;
  padding-left: 0; }

.gform_button {
  margin: 0 auto;
  font-size: 15px;
  padding: 10px 20px;
  color: #fff;
  background-color: #005cb9;
  border-radius: 5px;
  transition: all 0.3s ease-in-out; }
  .gform_button i {
    font-size: 12px; }
  @media screen and (min-width: 768px) {
    .gform_button {
      float: left; } }
  .gform_button:hover, .gform_button:focus {
    background-color: #636569;
    color: #fff; }

.container {
  max-width: 1320px; }

.col-md-9 > ul {
  font-size: 16px; }

img[class*="wp-image-"] {
  height: auto !important; }

section#search-results .pagination span,
section#search-results .pagination a {
  margin-right: 5px;
  padding: 10px 15px;
  background-color: #005cb9;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  transition: 0.3s all ease-in-out; }

section#search-results .pagination span:hover, section#search-results .pagination span:focus, section#search-results .pagination span:active, section#search-results .pagination span.current,
section#search-results .pagination a:hover,
section#search-results .pagination a:focus,
section#search-results .pagination a:active,
section#search-results .pagination a.current {
  background-color: #004386; }

section#search-results article {
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 40px;
  border-bottom: 1px solid #e2e2e2; }

section#search-results article h2 {
  margin: 0 0 22px; }

section#search-results article strong {
  display: block;
  margin-bottom: 35px;
  font-size: 15px;
  color: #005cb9; }

section#search-results article p {
  margin-bottom: 30px; }

section#search-results article a.btn {
  box-shadow: none;
  line-height: 1;
  padding: 18px 33px;
  font-size: 15px;
  background-color: #005cb9;
  color: #fff; }

section#search-results article a.btn:hover, section#search-results article a.btn:focus, section#search-results article a.btn:active {
  margin: 0;
  background-color: #636569; }

#ajax-load-more {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.header-alert {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.header-alert a {
  display: block;
  width: 100%; }

.header-alert a h4 {
  color: #fff !important;
  margin: 0;
  padding: 15px 0;
  text-align: center; }

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