@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; }

a:focus {
  outline: 1px dotted; }

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0; }

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
  font-size: 25px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 19px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 15px; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal; }

ul {
  list-style: disc; }

li {
  margin-left: 30px; }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 20px; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*  Sticky Footer
    http://www.cssstickyfooter.com/using-sticky-footer-code.html
---------------------------------------- */
html {
  height: 100%; }

body {
  position: relative;
  margin: 0;
  padding-bottom: 420px;
  min-height: 100%;
  overflow-x: hidden }

#page-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }
  @media (min-width: 1024px) {
    #page-footer {
      height: 420px; } }

/* clearfix
---------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

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

.container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .container::after {
    clear: both;
    content: "";
    display: block; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.italicise {
  font-style: italic; }

.omega {
  margin-right: 0; }

a {
  color: #2980B9;
  text-decoration: none; }
  a:hover {
    color: #00508B;
    cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-bottom: 0; }

h1 {
  position: relative;
  display: inline-block;
  font-size: 38px;
  line-height: 35px;
  margin-bottom: 33px; }
  h1::after {
    border-bottom: 2px solid #00508B;
    bottom: -20px;
    content: '';
    left: 0;
    position: absolute;
    width: 100%; }
  @media (min-width: 768px) {
    h1 {
      font-size: 45px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 60px;
      line-height: 100%; } }

h2 {
  color: #A2A2A2;
  font-size: 30px; }

.page-content h2 {
  margin-bottom: 20px; }

h1,
h3 {
  color: #00508B; }

h3 {
  font-size: 23px; }

ul.nostyle li,
ul.menu li {
  list-style: none;
  margin-left: 0; }

.media-container img {
  display: block;
  max-width: 100%; }

.button {
  background: #00508B;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "helvetica neue", helvetica, arial, freesans, "liberation sans", "numbus sans l", sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 40px;
  transition: background 0.1s ease-in-out;
  text-align: center;
  border: 0 !important; }
  .button:hover, .button:focus {
    background: #0067b4;
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .button:active {
    background: #003962;
    color: #fff; }

.see-more {
  font-size: 18px;
  margin: 50px; }

.column {
  float: left;
  display: block;
  margin-right: 2.6240437984%;
  width: 31.583970801%; }
  .column:last-child {
    margin-right: 0; }

.the_content {
  font-size: 18px;
  line-height: 25px;
  padding: 0 25px; }
  @media (min-width: 768px) {
    .the_content {
      float: left;
      display: block;
      margin-right: 2.6240437984%;
      width: 82.8959927003%;
      margin-left: 8.5520036499%;
      font-size: 20px;
      line-height: 32px;
      padding: 0;
      position: relative; }
      .the_content:last-child {
        margin-right: 0; } }
  .the_content .teaser_content {
    color: #0C6AA2;
    font-size: 22px; }
    @media (min-width: 768px) {
      .the_content .teaser_content {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 80px; } }
  .the_content li {
    list-style: none;
    line-height: 30px;
    margin-left: 0;
    padding: 0 30px 0 18px;
    position: relative; }
    @media (min-width: 768px) {
      .the_content li {
        line-height: 45px; } }
    .the_content li::before {
      color: #00508B;
      content: '•';
      font-size: 25px;
      left: -2px;
      position: absolute; }

.page-triangles {
  background: url("../../images/page-triangles.png") no-repeat top right;
  background-size: contain;
  width: 500px;
  height: 317px;
  position: absolute;
  top: 0px;
  right: -200px;
  display: none;
  z-index: 2; }
  @media (min-width: 768px) {
    .page-triangles {
      display: block; } }
  @media (min-width: 1260px) {
    .page-triangles {
      right: -350px; } }

.page-header {
  width: 100%; }

.page .container, .search-results .container, .category .container {
  padding-top: 0; }
  @media (min-width: 768px) {
    .page .container, .search-results .container, .category .container {
      padding-top: 100px; } }
  @media (min-width: 1024px) {
    .page .container, .search-results .container, .category .container {
      padding-top: 0; } }

#page-icon {
  height: 50px;
  margin: 0 auto 40px;
  width: 50px; }
  #page-icon svg {
    width: 50px;
    height: 50px; }
  @media (min-width: 768px) {
    #page-icon {
      margin: 0px 0 40px; } }
  @media (min-width: 1024px) {
    #page-icon {
      left: -75px;
      margin: 0;
      position: absolute;
      top: 130px; } }

.page-content {
  padding-bottom: 100px; }
  .page-content blockquote {
    background: #F8F8F8;
    color: #A2A2A2;
    padding: 20px 20px 10px 40px;
    border-left: 5px solid #A2A2A2;
    margin-bottom: 20px; }
  .page-content h4.post-date {
    color: #909090;
    margin-bottom: 50px; }

.thcon-header {
  border-bottom: 2px solid #00508B;
  margin-bottom: 40px;
  padding: 36px;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .thcon-header {
      float: left;
      display: block;
      margin-right: 2.6240437984%;
      width: 82.8959927003%;
      margin-left: 8.5520036499%;
      border-bottom: 0;
      padding: 0;
      margin-bottom: 140px;
      text-align: left; }
      .thcon-header:last-child {
        margin-right: 0; } }
  .thcon-header h1 {
    margin-bottom: 0; }
  .thcon-header h1::after {
    display: none; }
    @media (min-width: 768px) {
      .thcon-header h1::after {
        bottom: -40px;
        display: block;
        width: 70%; } }
    @media (min-width: 1024px) {
      .thcon-header h1::after {
        bottom: -60px; } }

.breadcrumbs {
  color: #9B9B9B;
  display: none;
  font-size: 14px;
  margin: 60px 0;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .breadcrumbs {
      display: block; } }
  .breadcrumbs a, .breadcrumbs i {
    color: #d0d0d0; }
  .breadcrumbs i {
    margin: 0 10px; }

.banner-footer {
  background: url("../../images/footer-inner.png") bottom center no-repeat;
  display: none; }
  .banner-footer img {
    display: block; }
  @media (min-width: 1024px) {
    .banner-footer {
      display: block; } }
  .banner-footer .footer-image {
    width: 100%;
    height: 450px;
    background-size: cover; }
    .banner-footer .footer-image .feature-triangles {
      position: absolute;
      bottom: 0;
      right: 0; }
    .banner-footer .footer-image .feature-triangle {
      position: absolute;
      top: 0;
      left: 0; }
    .banner-footer .footer-image .feature-t-right {
      position: absolute;
      top: 0;
      right: -400px; }
    .banner-footer .footer-image .feature-t-left {
      position: absolute;
      top: 0;
      left: -400px; }

#footer-shapes-front {
  bottom: 0;
  position: absolute;
  right: 0; }

#footer-shapes-left {
  bottom: 0;
  display: none;
  position: absolute;
  left: -194px; }
  @media (min-width: 1630px) {
    #footer-shapes-left {
      display: block; } }

#footer-shapes-right {
  bottom: -7px;
  display: none;
  position: absolute;
  right: -176px; }
  @media (min-width: 1630px) {
    #footer-shapes-right {
      display: block; } }

#search-r a:hover {
  text-decoration: none !important; }

#search-r a .post {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    #search-r a .post {
      margin-top: 0; } }
  #search-r a .post h2 {
    font-size: 25px;
    margin-bottom: 20px; }
  #search-r a .post .teaser_content {
    font-size: 20px;
    line-height: 30px; }

#error404-wrap {
  padding: 100px 0;
  text-align: center; }
  #error404-wrap a:hover, #error404-wrap a:active {
    text-decoration: none; }
  #error404-wrap p {
    margin: 50px 0; }

.side-left {
  float: left;
  width: 25%;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .side-left {
      width: 100%;
      box-sizing: border-box;
      padding: 0 20px;
      margin-bottom: 50px; } }

.side-right {
  float: left;
  width: 75%;
  padding: 0 0 20px 20px; }
  @media (max-width: 768px) {
    .side-right {
      width: 100%;
      box-sizing: border-box;
      padding: 0 20px; } }

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

.gform_body input {
  border: 1px solid #A2A2A2 !important;
  transition: all 0.2s ease-in-out;
  color: #A2A2A2 !important;
  font-size: 18px !important;
  padding: 10px !important; }
  .gform_body input:focus {
    border: 1px solid #00508B !important;
    color: #1d1d1d !important; }

.gform_body h2.gsection_title {
  font-weight: 400 !important; }

.gform_body .field_sublabel_below {
  border: 0 !important;
  margin-bottom: 0 !important; }

.gform_body .gfield_label {
  font-weight: 400 !important;
  color: #1d1d1d; }

.gform_body .gfield_required {
  color: #ff4545 !important; }

.gform_body .gform_button.button, .gform_body .button.gform_button_select_files {
  border: 0 !important;
  color: #ffffff !important;
  padding: 15px 30px !important; }
  .gform_body .gform_button.button:focus, .gform_body .button.gform_button_select_files:focus {
    outline: 0 !important; }

#menu-toggle {
  background: none;
  border: none;
  cursor: pointer; }
  @media (min-width: 1260px) {
    #menu-toggle {
      display: none; } }

.burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .burger-icon, .burger-icon::before, .burger-icon::after {
    display: block;
    width: 25px;
    height: 4px;
    background-color: #A2A2A2;
    outline: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .burger-icon::before, .burger-icon::after {
    position: absolute;
    content: ""; }
  .burger-icon::before {
    top: -8px; }
  .burger-icon::after {
    top: 8px; }

#menu-toggle.is-active .burger-icon {
  background-color: transparent; }

#menu-toggle.is-active .burger-icon::before, #menu-toggle.is-active .burger-icon::after {
  background-color: #00508B; }

#menu-toggle.is-active .burger-icon::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg); }

#menu-toggle.is-active .burger-icon::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg); }

#mh-toggle-container {
  margin-left: auto; }
  @media (min-width: 1024px) {
    #mh-toggle-container {
      display: none; } }

#mh-menu-container {
  margin-left: 10px !important; }
  @media (min-width: 1024px) {
    #mh-menu-container {
      flex: 1;
      margin-left: 40px; } }

#mh-menu-content {
  display: none;
  background: #fff;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 100%;
  width: 60%;
  z-index: 99999;
  text-align: left; }
  #mh-menu-content.is-active {
    display: block;
    width: 80%; }
    #mh-menu-content.is-active li .sub-menu {
      margin: 0 !important;
      color: #fff; }
    @media (min-width: 768px) {
      #mh-menu-content.is-active {
        width: 50%; } }
    @media (min-width: 1024px) {
      #mh-menu-content.is-active {
        width: 100%; } }
  @media (min-width: 1024px) {
    #mh-menu-content {
      display: block;
      background: none;
      height: auto;
      position: static;
      width: 95%;
      z-index: 0; } }
  @media (min-width: 1235px) {
    #mh-menu-content {
      width: 100%; } }

.menu-mobile #mh-menu-content.is-active li {
  background: #fff; }
  .menu-mobile #mh-menu-content.is-active li a {
    padding: 25px 25px 23px 25px;
    font-size: 20px; }
    @media (min-width: 1024px) {
      .menu-mobile #mh-menu-content.is-active li a {
        color: #A2A2A2;
        font-size: 17px;
        padding: 45px 15px; } }

@media (min-width: 1024px) {
  .menu-mobile #mh-menu-content.is-active li {
    background: none; }
    .menu-mobile #mh-menu-content.is-active li a {
      padding: 45px 15px;
      font-size: 17px; }
    .menu-mobile #mh-menu-content.is-active li .sub-menu a {
      color: #ffffff;
      padding: 15px;
      font-size: 17px; } }

#menu-menu-1 {
  margin-bottom: 0;
  justify-content: flex-start;
  align-items: center; }
  @media (min-width: 1024px) {
    #menu-menu-1 {
      display: flex; } }
  @media (min-width: 1235px) {
    #menu-menu-1 {
      justify-content: space-around; } }
  #menu-menu-1 .menu-item {
    border-bottom: 1px solid #F8F8F8;
    position: relative;
    text-transform: uppercase; }
    @media (min-width: 1235px) {
      #menu-menu-1 .menu-item {
        width: 130px; } }
    @media (min-width: 1024px) {
      #menu-menu-1 .menu-item {
        text-align: center;
        width: 100%; } }
    #menu-menu-1 .menu-item a {
      display: block;
      padding: 15px;
      transition: all 0.2s linear;
      font-size: 13px; }
      @media (min-width: 1235px) {
        #menu-menu-1 .menu-item a {
          font-size: 17px; } }
      @media (min-width: 1024px) {
        #menu-menu-1 .menu-item a {
          color: #A2A2A2;
          padding: 45px 15px; } }
      #menu-menu-1 .menu-item a:hover {
        background: #fff;
        color: #00508B;
        text-decoration: none; }
  @media (min-width: 1024px) {
    #menu-menu-1 .current-menu-item,
    #menu-menu-1 .current-page-ancestor {
      border-top: 3px solid #00508B;
      box-sizing: border-box; } }
  #menu-menu-1 .menu-item-has-children > a {
    position: relative; }
    #menu-menu-1 .menu-item-has-children > a::after {
      content: '\f0da';
      font-family: 'FontAwesome';
      font-size: 16px;
      font-style: normal;
      font-weight: normal;
      position: absolute;
      right: 18px;
      top: 28px;
      text-decoration: inherit;
      transform: rotate(90deg);
      transform-origin: center;
      transition: all 0.2s linear; }
      @media (min-width: 1024px) {
        #menu-menu-1 .menu-item-has-children > a::after {
          display: none; } }
    #menu-menu-1 .menu-item-has-children > a.open::after {
      text-decoration: inherit;
      transform: rotate(-90deg);
      color: #A2A2A2; }
      @media (min-width: 1024px) {
        #menu-menu-1 .menu-item-has-children > a.open::after {
          display: none; } }
  #menu-menu-1 .sub-menu {
    display: none; }
    @media (min-width: 1024px) {
      #menu-menu-1 .sub-menu {
        position: absolute;
        z-index: 99999;
        padding-top: 2px; } }
    #menu-menu-1 .sub-menu .menu-item {
      border-bottom: 1px solid #004a81;
      text-transform: none;
      white-space: nowrap; }
    #menu-menu-1 .sub-menu a:link, #menu-menu-1 .sub-menu a:visited {
      background: #00508B;
      color: #ffffff;
      text-align: left;
      text-decoration: none;
      transition: all 0.2s linear; }
      @media (min-width: 1024px) {
        #menu-menu-1 .sub-menu a:link, #menu-menu-1 .sub-menu a:visited {
          padding: 15px; } }
    #menu-menu-1 .sub-menu a:hover, #menu-menu-1 .sub-menu a:active {
      background: #0067b4;
      cursor: pointer; }
  @media (min-width: 1024px) {
    #menu-menu-1 .menu-item-has-children:hover .sub-menu {
      display: block; } }

.menu-mobile-details {
  padding: 25px;
  font-size: 16px;
  color: #00508B;
  background: #fff; }
  @media (min-width: 1024px) {
    .menu-mobile-details {
      display: none; } }
  .menu-mobile-details h3 {
    font-size: 16px;
    font-weight: 400; }
  .menu-mobile-details .phone {
    margin-left: 10px;
    font-weight: 400; }

#mh-search-mobile {
  background: #F8F8F8;
  display: block; }
  @media (min-width: 1024px) {
    #mh-search-mobile {
      display: none; } }
  #mh-search-mobile:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }
  #mh-search-mobile label.screen-reader-text {
    font-size: 0;
    height: 0;
    max-height: 0;
    opacity: 0; }
  #mh-search-mobile input#s {
    background: #F8F8F8;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    border: 0;
    padding: 25px;
    color: #00508B;
    width: 80%;
    float: left;
    margin: 0; }
    #mh-search-mobile input#s:focus .mobile-search {
      border-bottom: 5px solid #00508B; }
  #mh-search-mobile input.search-submit {
    background: #F8F8F8 url("../../images/i/mob-search.png") no-repeat top center;
    border: 0;
    float: left;
    width: 20%;
    margin: 0;
    padding: 36px 0 37px 0;
    font-size: 0; }
    #mh-search-mobile input.search-submit:hover {
      cursor: pointer; }
    #mh-search-mobile input.search-submit:focus {
      outline: 0; }

#mh-search-btn {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 99999;
  font-size: 18px;
  text-align: center;
  color: #A2A2A2;
  transition: color 0.2s linear; }
  #mh-search-btn:hover {
    color: #00508B;
    cursor: pointer; }
  #mh-search-btn i.fa {
    transition: all 0.2s linear; }
  #mh-search-btn.is-open i.fa {
    transform: rotate(45deg);
    color: #00508B; }
  @media (min-width: 1024px) {
    #mh-search-btn {
      display: block;
      right: 40px;
      top: 43px; } }
  @media (min-width: 1235px) {
    #mh-search-btn {
      right: -30px;
      top: 44px;
      font-size: 20px;
      width: 30px;
      height: 30px; } }

#mh-search-container {
  display: none;
  position: absolute;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  width: 100%; }
  #mh-search-container label.screen-reader-text {
    font-size: 0;
    height: 0;
    max-height: 0;
    opacity: 0; }
  #mh-search-container input {
    border: 0;
    width: 100%;
    padding: 35px;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #00508B;
    background: none;
    transition: all 0.2s linear; }
    #mh-search-container input:focus {
      border-bottom: 5px solid #00508B; }
  #mh-search-container .search-submit {
    display: none; }
  @media (min-width: 1024px) {
    #mh-search-container {
      display: none; } }

#page-footer .menu a {
  display: block;
  text-decoration: none;
  transition: opacity 0.1s linear; }

#page-footer .menu a:hover, #page-footer .menu a:active {
  text-decoration: none;
  opacity: 0.7; }

#page-footer .menu .menu-item {
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase; }

#page-footer .menu .sub-menu {
  margin-top: 15px; }

#page-footer .menu .sub-menu .menu-item {
  font-weight: normal;
  text-transform: none; }

body {
  color: #1d1d1d;
  font-family: "Heebo", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 300; }

.hero-bg {
  background: #04224a;
  width: 100%; }
  .hero-bg .container {
    padding-top: 0px !important; }

.hero-wrap {
  width: 100%;
  max-width: 1985px;
  margin: auto;
  height: auto;
  position: relative;
  background: #04224a;
  overflow: hidden; }

.hero-triangles {
  width: 100%;
  height: 100%;
  background: none;
  position: absolute;
  z-index: 999; }
  @media (min-width: 768px) {
    .hero-triangles {
      background: url("../../images/hero-triangles.png") no-repeat top center;
      background-size: cover; } }

.hero-banner img {
  height: auto;
  margin: auto; }
  @media (min-width: 1024px) {
    .hero-banner img {
      height: 500px; } }

.home-slider {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden; }
  @media (min-width: 1000px) {
    .home-slider {
      width: 1000px;
      height: 500px;
      overflow: hidden; } }
  .home-slider .home-slide {
    width: 100%;
    background-size: cover;
    margin: 0; }
  .home-slider .slide-img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0; }

#masthead {
  background: #F8F8F8; }
  #masthead .container {
    align-items: center;
    display: flex;
    padding: 15px; }
    @media (min-width: 1024px) {
      #masthead .container {
        padding: 0 20px; } }
  #masthead .site-logo {
    width: 110px; }
    @media (min-width: 768px) {
      #masthead .site-logo {
        width: 250px; } }
    @media (min-width: 1024px) {
      #masthead .site-logo {
        flex: 1;
        max-width: 210px; } }
    @media (min-width: 1260px) {
      #masthead .site-logo {
        max-width: 270px; } }

#page-footer {
  background: #00508B;
  color: #fff; }
  #page-footer a {
    color: #fff; }
  @media (min-width: 1024px) {
    #page-footer {
      text-align: left; } }
  #page-footer .container {
    padding: 38px 15px; }
    @media (min-width: 1024px) {
      #page-footer .container {
        padding-bottom: 0px;
        padding-top: 100px; } }

.fc {
  display: none;
  font-size: 13px; }
  @media (min-width: 1024px) {
    .fc {
      display: block;
      float: left;
      display: block;
      margin-right: 2.6240437984%;
      width: 14.4799635013%; }
      .fc:last-child {
        margin-right: 0; } }

#fc-contact {
  margin-right: 0;
  display: block;
  font-size: 16px;
  text-align: center;
  width: 100%; }
  @media (min-width: 1024px) {
    #fc-contact {
      float: left;
      display: block;
      margin-right: 2.6240437984%;
      width: 23.0319671512%;
      font-size: 13px;
      text-align: left; }
      #fc-contact:last-child {
        margin-right: 0; } }
  #fc-contact h3 {
    color: #fff;
    font-size: 20px; }
    @media (min-width: 1024px) {
      #fc-contact h3 {
        font-size: 13px;
        margin-top: 16px; } }
  #fc-contact .copyright {
    font-size: 11px; }
    @media (min-width: 1024px) {
      #fc-contact .copyright {
        font-size: 13px; } }

.phone {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative; }
  @media (min-width: 1024px) {
    .phone {
      font-size: 13px;
      font-weight: 400;
      padding-left: 23px; } }
  .phone:before {
    color: #00508B;
    content: "\f095";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    /*--adjust as necessary--*/
    padding-right: 0.5em;
    position: absolute;
    top: -3px;
    left: -10px; }
    @media (min-width: 1024px) {
      .phone:before {
        font-size: 18px;
        left: 0;
        top: -1px; } }

body.home {
  text-align: center; }
  body.home .content-container {
    line-height: 31px;
    padding: 60px 30px; }
    @media (min-width: 768px) {
      body.home .content-container {
        line-height: 40px;
        padding-left: 60px;
        padding-right: 60px; } }
    @media (min-width: 1260px) {
      body.home .content-container {
        line-height: 45px;
        padding-left: 200px;
        padding-right: 200px; } }
    body.home .content-container h2 {
      position: relative;
      display: inline-block;
      margin-bottom: 60px; }
      body.home .content-container h2::after {
        border-bottom: 2px solid #A2A2A2;
        bottom: -20px;
        content: '';
        left: 0;
        position: absolute;
        width: 100%; }
  body.home .post-title {
    font-weight: 300; }
  body.home #the_content-wrapper {
    background: #F8F8F8; }
  body.home .the_content-container {
    font-size: 18px; }
    @media (min-width: 768px) {
      body.home .the_content-container {
        font-size: 30px; } }
    @media (min-width: 1260px) {
      body.home .the_content-container {
        font-size: 35px; } }
    body.home .the_content-container h1 {
      margin-bottom: 60px; }
      @media (min-width: 768px) {
        body.home .the_content-container h1 {
          font-size: 35px;
          font-weight: 400;
          margin-bottom: 80px; } }
      @media (min-width: 1260px) {
        body.home .the_content-container h1 {
          font-size: 40px; } }
      @media (min-width: 768px) {
        body.home .the_content-container h1::after {
          bottom: -40px;
          left: 30%;
          width: 40%; } }
      @media (min-width: 1260px) {
        body.home .the_content-container h1::after {
          bottom: -50px;
          left: 40%;
          width: 20%; } }
    @media (min-width: 768px) {
      body.home .the_content-container h1 br {
        display: none; } }
    body.home .the_content-container .button {
      font-size: 18px;
      margin-top: 30px; }
  body.home .landing-body p {
    font-size: 25px;
    line-height: 40px;
    margin: 40px auto; }
  @media (min-width: 1024px) {
    body.home #services-wrapper {
      background: #F8F8F8; } }
  body.home #services-wrapper h2 {
    margin: 80px 0px 60px 0;
    position: relative;
    display: inline-block; }
    body.home #services-wrapper h2::after {
      border-bottom: 2px solid #A2A2A2;
      bottom: -20px;
      content: '';
      left: 0;
      position: absolute;
      width: 100%; }
  body.home #services-container {
    padding-left: 0 !important; }
  body.home .vision-container {
    color: #00508B;
    font-size: 30px;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 500px) {
      body.home .vision-container {
        width: 65%; } }
    @media (min-width: 768px) {
      body.home .vision-container {
        font-size: 37px;
        line-height: 50px;
        margin: 60px auto 0 auto; } }
  body.home .casestudies-container {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 768px) {
    body.home .posts-casestudies {
      padding: 0 60px; } }
  @media (min-width: 1024px) {
    body.home .posts-casestudies {
      display: flex;
      padding: 0 30px; } }
  body.home .posts-casestudies .post-title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 25px; }
  body.home .posts-casestudies .pcs-content p {
    font-size: 18px;
    line-height: 24px; }
  body.home .posts-casestudies .pcs-content p.p-details {
    margin-bottom: 10px;
    text-transform: uppercase; }
    body.home .posts-casestudies .pcs-content p.p-details em {
      font-style: normal;
      font-weight: 400;
      margin-right: 5px; }
  body.home .posts-casestudies .button {
    line-height: 30px; }
  body.home .pcs-post {
    font-size: 15px;
    margin-bottom: 1.875em; }
    @media (min-width: 480px) {
      body.home .pcs-post {
        display: flex; } }
    @media (min-width: 1024px) {
      body.home .pcs-post {
        display: block;
        padding: 0 17px;
        flex: 0 1 33%; } }
  body.home .pcs-content {
    background: #F8F8F8;
    padding: 24px; }
    @media (min-width: 480px) {
      body.home .pcs-content {
        line-height: 18px;
        flex: 1 1 50%;
        text-align: left; } }
  body.home .pcs-image {
    background: #F8F8F8 no-repeat top center;
    background-size: cover;
    border-bottom: 5px solid #00508B;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 250px; }
    @media (min-width: 480px) {
      body.home .pcs-image {
        align-items: center;
        border-bottom: 0;
        display: flex;
        flex: 1 1 50%; } }
    body.home .pcs-image img {
      width: 100%; }
    @media (min-width: 480px) {
      body.home .pcs-image {
        border-right: 5px solid #00508B;
        height: auto; } }
    @media (min-width: 1024px) {
      body.home .pcs-image {
        height: 250px;
        border-right: 0;
        border-bottom: 5px solid #00508B; } }
  body.home #contactcta-wrapper {
    background: #F8F8F8; }
  body.home .contactcta-container h2 {
    position: relative;
    display: inline-block;
    color: #00508B;
    font-weight: 900;
    margin-top: 40px; }
    body.home .contactcta-container h2::after {
      border-bottom: 2px solid #00508B;
      bottom: -20px;
      content: '';
      left: 0;
      position: absolute;
      width: 100%; }
  body.home .contactcta-container .button {
    font-size: 18px;
    margin-top: 30px; }
    @media (min-width: 768px) {
      body.home .contactcta-container .button {
        padding: 15px 40px; } }
  @media (min-width: 768px) {
    body.home .contactcta-container .copy {
      float: left;
      display: block;
      margin-right: 2.6240437984%;
      width: 40.1359744509%;
      line-height: 24px;
      text-align: left; }
      body.home .contactcta-container .copy:last-child {
        margin-right: 0; } }
  @media (min-width: 1260px) {
    body.home .contactcta-container .copy {
      float: none;
      margin-right: none;
      text-align: center;
      width: 100%; } }
  body.home .contactcta-container,
  body.home .contactdetails-container {
    font-size: 22px; }
  @media (min-width: 1260px) {
    body.home .contactdetails-container {
      line-height: 30px; } }
  body.home .contactdetails-container h2 {
    color: #00508B;
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 0; }
    body.home .contactdetails-container h2::after {
      display: none; }

#contact-person {
  display: none;
  position: absolute;
  right: 0;
  top: -7px; }
  @media (min-width: 768px) {
    #contact-person {
      display: block; } }
  @media (min-width: 1260px) {
    #contact-person {
      top: -31px; } }

#map-wrap {
  position: absolute;
  bottom: 315px;
  left: 0;
  width: 100%; }
  @media (min-width: 1024px) {
    #map-wrap {
      position: static;
      bottom: auto;
      left: auto; } }
  #map-wrap .mapp-layout {
    margin: 0 !important;
    border: 0 !important; }
    #map-wrap .mapp-layout #mapp0_links.mapp-map-links, #map-wrap .mapp-layout #mapp1_links.mapp-map-links {
      border: 0 !important; }

body.page-services #services-wrapper, body.page-our-work #services-wrapper {
  padding-bottom: 150px; }

body.page-services #services-wrapper, body.page-our-work #services-wrapper, body.home #services-wrapper {
  text-align: center; }
  @media (min-width: 1024px) {
    body.page-services #services-wrapper, body.page-our-work #services-wrapper, body.home #services-wrapper {
      background: white; } }

body.page-services #services-container, body.page-our-work #services-container, body.home #services-container {
  width: 100%;
  font-size: 0;
  padding-left: 90px; }
  @media (max-width: 1024px) {
    body.page-services #services-container, body.page-our-work #services-container, body.home #services-container {
      padding-left: 0; } }
  body.page-services #services-container .service-box, body.page-our-work #services-container .service-box, body.home #services-container .service-box {
    display: inline-block;
    font-size: 16px;
    width: 33.3333%;
    height: 380px;
    box-sizing: border-box;
    padding: 20px;
    vertical-align: top;
    position: relative; }
    @media (max-width: 768px) {
      body.page-services #services-container .service-box, body.page-our-work #services-container .service-box, body.home #services-container .service-box {
        width: 50%;
        margin-bottom: 40px;
        height: auto; } }
    @media (max-width: 480px) {
      body.page-services #services-container .service-box, body.page-our-work #services-container .service-box, body.home #services-container .service-box {
        width: 100%; } }
    body.page-services #services-container .service-box .service, body.page-our-work #services-container .service-box .service, body.home #services-container .service-box .service {
      background: #00508B;
      height: 100%; }
      @media (max-width: 768px) {
        body.page-services #services-container .service-box .service, body.page-our-work #services-container .service-box .service, body.home #services-container .service-box .service {
          background: #F8F8F8; } }
      body.page-services #services-container .service-box .service:hover .s-second, body.page-our-work #services-container .service-box .service:hover .s-second, body.home #services-container .service-box .service:hover .s-second {
        opacity: 1;
        transform: scale(1.05); }
    body.page-services #services-container .service-box .s-first, body.page-our-work #services-container .service-box .s-first, body.home #services-container .service-box .s-first {
      width: 100%;
      height: 100%;
      text-align: center; }
      @media (max-width: 768px) {
        body.page-services #services-container .service-box .s-first, body.page-our-work #services-container .service-box .s-first, body.home #services-container .service-box .s-first {
          text-align: left;
          padding: 10px;
          box-sizing: border-box; } }
      body.page-services #services-container .service-box .s-first .s-icon-white, body.page-our-work #services-container .service-box .s-first .s-icon-white, body.home #services-container .service-box .s-first .s-icon-white {
        width: 30%;
        margin: auto;
        padding-top: 10px; }
        @media (max-width: 768px) {
          body.page-services #services-container .service-box .s-first .s-icon-white, body.page-our-work #services-container .service-box .s-first .s-icon-white, body.home #services-container .service-box .s-first .s-icon-white {
            padding-top: 0; } }
        body.page-services #services-container .service-box .s-first .s-icon-white svg, body.page-our-work #services-container .service-box .s-first .s-icon-white svg, body.home #services-container .service-box .s-first .s-icon-white svg {
          width: 100%;
          max-width: 100%; }
          @media (max-width: 768px) {
            body.page-services #services-container .service-box .s-first .s-icon-white svg, body.page-our-work #services-container .service-box .s-first .s-icon-white svg, body.home #services-container .service-box .s-first .s-icon-white svg {
              height: 100%; }
              body.page-services #services-container .service-box .s-first .s-icon-white svg g, body.page-our-work #services-container .service-box .s-first .s-icon-white svg g, body.home #services-container .service-box .s-first .s-icon-white svg g {
                fill: #00508B !important; } }
        @media (max-width: 768px) {
          body.page-services #services-container .service-box .s-first .s-icon-white, body.page-our-work #services-container .service-box .s-first .s-icon-white, body.home #services-container .service-box .s-first .s-icon-white {
            width: 50px;
            height: 50px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px; } }
      body.page-services #services-container .service-box .s-first h3, body.page-our-work #services-container .service-box .s-first h3, body.home #services-container .service-box .s-first h3 {
        color: white; }
        @media (max-width: 768px) {
          body.page-services #services-container .service-box .s-first h3, body.page-our-work #services-container .service-box .s-first h3, body.home #services-container .service-box .s-first h3 {
            display: inline-block;
            vertical-align: middle;
            font-size: 17px;
            color: #00508B; } }
        body.page-services #services-container .service-box .s-first h3:before, body.page-our-work #services-container .service-box .s-first h3:before, body.home #services-container .service-box .s-first h3:before {
          content: " ";
          display: block;
          width: 50%;
          margin-bottom: 20px;
          height: 1px;
          background: white;
          margin: auto;
          margin-bottom: 20px; }
          @media (max-width: 768px) {
            body.page-services #services-container .service-box .s-first h3:before, body.page-our-work #services-container .service-box .s-first h3:before, body.home #services-container .service-box .s-first h3:before {
              display: none; } }
    body.page-services #services-container .service-box .s-second, body.page-our-work #services-container .service-box .s-second, body.home #services-container .service-box .s-second {
      opacity: 0;
      transform-origin: center;
      background: white;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0;
      transition: all 0.2s ease-in-out;
      box-sizing: border-box;
      display: table; }
      @media (max-width: 768px) {
        body.page-services #services-container .service-box .s-second, body.page-our-work #services-container .service-box .s-second, body.home #services-container .service-box .s-second {
          opacity: 1;
          position: static; } }
      body.page-services #services-container .service-box .s-second .s-t-wrap, body.page-our-work #services-container .service-box .s-second .s-t-wrap, body.home #services-container .service-box .s-second .s-t-wrap {
        display: table-cell;
        vertical-align: middle; }
      body.page-services #services-container .service-box .s-second .s-icon-blue, body.page-our-work #services-container .service-box .s-second .s-icon-blue, body.home #services-container .service-box .s-second .s-icon-blue {
        width: 50px;
        height: 50px;
        margin: auto; }
        @media (max-width: 768px) {
          body.page-services #services-container .service-box .s-second .s-icon-blue, body.page-our-work #services-container .service-box .s-second .s-icon-blue, body.home #services-container .service-box .s-second .s-icon-blue {
            display: none; } }
        body.page-services #services-container .service-box .s-second .s-icon-blue svg, body.page-our-work #services-container .service-box .s-second .s-icon-blue svg, body.home #services-container .service-box .s-second .s-icon-blue svg {
          width: 100%;
          height: 100%;
          max-width: 100%; }
      body.page-services #services-container .service-box .s-second .s-blurb, body.page-our-work #services-container .service-box .s-second .s-blurb, body.home #services-container .service-box .s-second .s-blurb {
        padding: 20px; }

body.category .news-item-wrap, body.page-our-work .news-item-wrap {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px;
  box-sizing: border-box; }
  @media (min-width: 700px) {
    body.category .news-item-wrap, body.page-our-work .news-item-wrap {
      width: 50%;
      margin-bottom: 1.875em;
      height: 400px; } }
  @media (min-width: 1260px) {
    body.category .news-item-wrap, body.page-our-work .news-item-wrap {
      width: 33.33%; } }

body.category .news-item, body.page-our-work .news-item {
  font-size: 15px; }

body.category .news-content, body.page-our-work .news-content {
  background: #F8F8F8;
  padding: 24px; }
  @media (min-width: 480px) {
    body.category .news-content, body.page-our-work .news-content {
      line-height: 18px;
      flex: 1 1 50%;
      text-align: left; } }
  body.category .news-content .button, body.page-our-work .news-content .button {
    line-height: 30px;
    margin-top: 30px; }
  body.category .news-content p, body.page-our-work .news-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0; }
  body.category .news-content h3.post-title, body.page-our-work .news-content h3.post-title {
    line-height: 25px;
    margin-bottom: 20px;
    font-size: 20px; }
  body.category .news-content h4.post-date, body.page-our-work .news-content h4.post-date {
    color: #909090;
    font-size: 13px;
    font-weight: 300;
    margin: 10px 0; }
  body.category .news-content p.p-details, body.page-our-work .news-content p.p-details {
    text-transform: uppercase;
    margin-bottom: 10px; }
    body.category .news-content p.p-details em, body.page-our-work .news-content p.p-details em {
      font-style: normal;
      font-weight: 400;
      margin-right: 5px; }

body.category .news-image, body.page-our-work .news-image {
  background: #F8F8F8 no-repeat top center;
  background-size: cover;
  border-bottom: 5px solid #00508B;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 200px; }
  @media (min-width: 480px) {
    body.category .news-image, body.page-our-work .news-image {
      align-items: center;
      display: flex;
      flex: 1 1 50%; } }
  body.category .news-image img, body.page-our-work .news-image img {
    width: 100%; }

body.page-our-work #news-items {
  margin-top: 60px; }

#jobs-contain {
  display: flex;
  flex-direction: column; }
  #jobs-contain #jobs-feature {
    order: 2; }
    @media (min-width: 768px) {
      #jobs-contain #jobs-feature {
        order: 1; } }
  #jobs-contain #jobs-listings {
    order: 1; }
    @media (min-width: 768px) {
      #jobs-contain #jobs-listings {
        order: 2; } }

#jobs-order {
  display: flex;
  flex-direction: column; }
  #jobs-order #order-expressions {
    order: 2; }
    @media (min-width: 768px) {
      #jobs-order #order-expressions {
        order: 1; } }
  #jobs-order #order-opportunities {
    order: 1; }
    @media (min-width: 768px) {
      #jobs-order #order-opportunities {
        order: 2; } }

body.single-job_posting .page-content {
  font-size: 14px !important; }
  @media (max-width: 320px) {
    body.single-job_posting .page-content {
      padding-bottom: 30px !important; } }

body.single-job_posting .job-date {
  margin-bottom: 20px; }

body.single-job_posting .job-teaser {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px !important; }
  body.single-job_posting .job-teaser p {
    margin-top: 30px;
    margin-bottom: 0; }
    @media (max-width: 320px) {
      body.single-job_posting .job-teaser p {
        font-size: 14px !important;
        line-height: 25px; } }

body.single-job_posting .job-details ul {
  list-style-type: none; }
  body.single-job_posting .job-details ul li {
    padding: 0 30px 0 0;
    line-height: 30px; }
    body.single-job_posting .job-details ul li:before {
      display: none; }
    body.single-job_posting .job-details ul li em {
      font-style: normal;
      font-weight: 400;
      margin-right: 5px; }

@media (max-width: 320px) {
  body.single-job_posting .job-details {
    font-size: 14px !important; } }

body.single-job_posting .apply-now {
  float: none;
  display: block;
  margin: 0 auto 40px 0;
  font-size: 18px;
  margin-top: 40px;
  font-size: 18px;
  padding: 15px 50px; }
  @media (min-width: 600px) {
    body.single-job_posting .apply-now {
      display: inline-block; } }
  body.single-job_posting .apply-now.apply-top {
    z-index: 999;
    position: relative; }
    @media (min-width: 600px) {
      body.single-job_posting .apply-now.apply-top {
        float: right;
        margin: 0 !important;
        display: inline-block; } }
  body.single-job_posting .apply-now.back {
    background: #A2A2A2;
    margin-right: 0px; }
    @media (min-width: 600px) {
      body.single-job_posting .apply-now.back {
        margin-right: 20px; } }
    body.single-job_posting .apply-now.back:hover {
      background: #b6b6b6; }

body.tax-job_category .container, body.tax-job_area .container, body.tax-job_type .container, body.search-results .container {
  padding-top: 0; }
  @media (min-width: 768px) {
    body.tax-job_category .container, body.tax-job_area .container, body.tax-job_type .container, body.search-results .container {
      padding-top: 100px; } }
  @media (min-width: 1024px) {
    body.tax-job_category .container, body.tax-job_area .container, body.tax-job_type .container, body.search-results .container {
      padding-top: 0; } }

body.page-job-opportunities .thcon-header, body.tax-job_category .thcon-header, body.tax-job_area .thcon-header, body.tax-job_type .thcon-header, body.search-results .thcon-header {
  padding: 36px 20px; }
  @media (min-width: 380px) {
    body.page-job-opportunities .thcon-header, body.tax-job_category .thcon-header, body.tax-job_area .thcon-header, body.tax-job_type .thcon-header, body.search-results .thcon-header {
      padding: 36px 0; } }
  body.page-job-opportunities .thcon-header h1, body.tax-job_category .thcon-header h1, body.tax-job_area .thcon-header h1, body.tax-job_type .thcon-header h1, body.search-results .thcon-header h1 {
    font-size: 30px; }
    @media (min-width: 380px) {
      body.page-job-opportunities .thcon-header h1, body.tax-job_category .thcon-header h1, body.tax-job_area .thcon-header h1, body.tax-job_type .thcon-header h1, body.search-results .thcon-header h1 {
        font-size: 38px; } }

body.page-job-opportunities .side-right h2.sub, body.tax-job_category .side-right h2.sub, body.tax-job_area .side-right h2.sub, body.tax-job_type .side-right h2.sub, body.search-results .side-right h2.sub {
  font-size: 24px; }
  @media (min-width: 380px) {
    body.page-job-opportunities .side-right h2.sub, body.tax-job_category .side-right h2.sub, body.tax-job_area .side-right h2.sub, body.tax-job_type .side-right h2.sub, body.search-results .side-right h2.sub {
      font-size: 30px; } }

body.page-job-opportunities .none, body.tax-job_category .none, body.tax-job_area .none, body.tax-job_type .none, body.search-results .none {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px; }

body.page-job-opportunities #jobs-wrapper, body.tax-job_category #jobs-wrapper, body.tax-job_area #jobs-wrapper, body.tax-job_type #jobs-wrapper, body.search-results #jobs-wrapper {
  padding: 0;
  margin-bottom: 40px; }
  @media (min-width: 380px) {
    body.page-job-opportunities #jobs-wrapper, body.tax-job_category #jobs-wrapper, body.tax-job_area #jobs-wrapper, body.tax-job_type #jobs-wrapper, body.search-results #jobs-wrapper {
      margin-bottom: 100px; } }
  @media (min-width: 1024px) {
    body.page-job-opportunities #jobs-wrapper, body.tax-job_category #jobs-wrapper, body.tax-job_area #jobs-wrapper, body.tax-job_type #jobs-wrapper, body.search-results #jobs-wrapper {
      padding: 0 100px; } }
  body.page-job-opportunities #jobs-wrapper #jobs-feature, body.tax-job_category #jobs-wrapper #jobs-feature, body.tax-job_area #jobs-wrapper #jobs-feature, body.tax-job_type #jobs-wrapper #jobs-feature, body.search-results #jobs-wrapper #jobs-feature {
    margin-bottom: 50px; }
    @media (max-width: 450px) {
      body.page-job-opportunities #jobs-wrapper #jobs-feature, body.tax-job_category #jobs-wrapper #jobs-feature, body.tax-job_area #jobs-wrapper #jobs-feature, body.tax-job_type #jobs-wrapper #jobs-feature, body.search-results #jobs-wrapper #jobs-feature {
        margin-bottom: 30px; } }
    body.page-job-opportunities #jobs-wrapper #jobs-feature .jf-box, body.tax-job_category #jobs-wrapper #jobs-feature .jf-box, body.tax-job_area #jobs-wrapper #jobs-feature .jf-box, body.tax-job_type #jobs-wrapper #jobs-feature .jf-box, body.search-results #jobs-wrapper #jobs-feature .jf-box {
      background: white;
      width: 100%;
      display: block;
      box-sizing: border-box;
      text-align: center;
      margin-bottom: 20px; }
      body.page-job-opportunities #jobs-wrapper #jobs-feature .jf-box:first-child, body.tax-job_category #jobs-wrapper #jobs-feature .jf-box:first-child, body.tax-job_area #jobs-wrapper #jobs-feature .jf-box:first-child, body.tax-job_type #jobs-wrapper #jobs-feature .jf-box:first-child, body.search-results #jobs-wrapper #jobs-feature .jf-box:first-child {
        padding-left: 0; }
      @media (min-width: 768px) {
        body.page-job-opportunities #jobs-wrapper #jobs-feature .jf-box, body.tax-job_category #jobs-wrapper #jobs-feature .jf-box, body.tax-job_area #jobs-wrapper #jobs-feature .jf-box, body.tax-job_type #jobs-wrapper #jobs-feature .jf-box, body.search-results #jobs-wrapper #jobs-feature .jf-box {
          width: 50%;
          float: left;
          padding: 0 10px;
          margin-bottom: 0; }
          body.page-job-opportunities #jobs-wrapper #jobs-feature .jf-box:last-child, body.tax-job_category #jobs-wrapper #jobs-feature .jf-box:last-child, body.tax-job_area #jobs-wrapper #jobs-feature .jf-box:last-child, body.tax-job_type #jobs-wrapper #jobs-feature .jf-box:last-child, body.search-results #jobs-wrapper #jobs-feature .jf-box:last-child {
            padding-right: 10px;
            padding-left: 0; } }
      body.page-job-opportunities #jobs-wrapper #jobs-feature .jf-box .jf, body.tax-job_category #jobs-wrapper #jobs-feature .jf-box .jf, body.tax-job_area #jobs-wrapper #jobs-feature .jf-box .jf, body.tax-job_type #jobs-wrapper #jobs-feature .jf-box .jf, body.search-results #jobs-wrapper #jobs-feature .jf-box .jf {
        background: white;
        border: 1px solid #eeeeee;
        padding: 20px; }
        body.page-job-opportunities #jobs-wrapper #jobs-feature .jf-box .jf h3, body.tax-job_category #jobs-wrapper #jobs-feature .jf-box .jf h3, body.tax-job_area #jobs-wrapper #jobs-feature .jf-box .jf h3, body.tax-job_type #jobs-wrapper #jobs-feature .jf-box .jf h3, body.search-results #jobs-wrapper #jobs-feature .jf-box .jf h3 {
          margin-bottom: 10px; }
        body.page-job-opportunities #jobs-wrapper #jobs-feature .jf-box .jf ul, body.tax-job_category #jobs-wrapper #jobs-feature .jf-box .jf ul, body.tax-job_area #jobs-wrapper #jobs-feature .jf-box .jf ul, body.tax-job_type #jobs-wrapper #jobs-feature .jf-box .jf ul, body.search-results #jobs-wrapper #jobs-feature .jf-box .jf ul {
          list-style-type: none; }
          body.page-job-opportunities #jobs-wrapper #jobs-feature .jf-box .jf ul li, body.tax-job_category #jobs-wrapper #jobs-feature .jf-box .jf ul li, body.tax-job_area #jobs-wrapper #jobs-feature .jf-box .jf ul li, body.tax-job_type #jobs-wrapper #jobs-feature .jf-box .jf ul li, body.search-results #jobs-wrapper #jobs-feature .jf-box .jf ul li {
            color: #A2A2A2;
            width: 100%;
            display: block;
            margin: 0; }
            @media (min-width: 320px) {
              body.page-job-opportunities #jobs-wrapper #jobs-feature .jf-box .jf ul li, body.tax-job_category #jobs-wrapper #jobs-feature .jf-box .jf ul li, body.tax-job_area #jobs-wrapper #jobs-feature .jf-box .jf ul li, body.tax-job_type #jobs-wrapper #jobs-feature .jf-box .jf ul li, body.search-results #jobs-wrapper #jobs-feature .jf-box .jf ul li {
                width: 50%;
                float: left; } }
          body.page-job-opportunities #jobs-wrapper #jobs-feature .jf-box .jf ul:after, body.tax-job_category #jobs-wrapper #jobs-feature .jf-box .jf ul:after, body.tax-job_area #jobs-wrapper #jobs-feature .jf-box .jf ul:after, body.tax-job_type #jobs-wrapper #jobs-feature .jf-box .jf ul:after, body.search-results #jobs-wrapper #jobs-feature .jf-box .jf ul:after {
            content: " ";
            display: block;
            height: 0;
            clear: both; }
        body.page-job-opportunities #jobs-wrapper #jobs-feature .jf-box .jf a.button, body.tax-job_category #jobs-wrapper #jobs-feature .jf-box .jf a.button, body.tax-job_area #jobs-wrapper #jobs-feature .jf-box .jf a.button, body.tax-job_type #jobs-wrapper #jobs-feature .jf-box .jf a.button, body.search-results #jobs-wrapper #jobs-feature .jf-box .jf a.button {
          padding: 10px 40px !important;
          margin-bottom: 0 !important; }
        body.page-job-opportunities #jobs-wrapper #jobs-feature .jf-box .jf p:last-child, body.tax-job_category #jobs-wrapper #jobs-feature .jf-box .jf p:last-child, body.tax-job_area #jobs-wrapper #jobs-feature .jf-box .jf p:last-child, body.tax-job_type #jobs-wrapper #jobs-feature .jf-box .jf p:last-child, body.search-results #jobs-wrapper #jobs-feature .jf-box .jf p:last-child {
          margin-bottom: 0 !important; }
    body.page-job-opportunities #jobs-wrapper #jobs-feature:after, body.tax-job_category #jobs-wrapper #jobs-feature:after, body.tax-job_area #jobs-wrapper #jobs-feature:after, body.tax-job_type #jobs-wrapper #jobs-feature:after, body.search-results #jobs-wrapper #jobs-feature:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }

body.page-job-opportunities h2.sub, body.tax-job_category h2.sub, body.tax-job_area h2.sub, body.tax-job_type h2.sub, body.search-results h2.sub {
  margin-bottom: 20px; }

.job-list {
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .job-list {
      padding-right: 10px; } }
  .job-list .jp-box {
    background: white;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px; }
    .job-list .jp-box span.fa {
      display: inline;
      vertical-align: middle;
      color: #A2A2A2;
      margin: -1px 5px 0 0; }
    .job-list .jp-box h3 {
      font-size: 20px;
      display: inline;
      vertical-align: middle; }
    .job-list .jp-box .jp-details {
      display: table;
      width: 100%;
      margin: 10px 0; }
      @media (max-width: 450px) {
        .job-list .jp-box .jp-details {
          display: block; } }
      .job-list .jp-box .jp-details .jp-d-box {
        display: table-cell;
        width: 25%;
        text-align: center;
        font-size: 14px;
        line-height: 24px; }
        @media (max-width: 450px) {
          .job-list .jp-box .jp-details .jp-d-box {
            display: block;
            text-align: left;
            width: 100%; } }
        .job-list .jp-box .jp-details .jp-d-box h4 {
          color: #A2A2A2;
          font-size: 14px; }
          @media (max-width: 450px) {
            .job-list .jp-box .jp-details .jp-d-box h4 {
              display: inline; }
              .job-list .jp-box .jp-details .jp-d-box h4:after {
                content: ":"; } }
    .job-list .jp-box .jp-teaser {
      font-size: 14px;
      line-height: 24px; }
    .job-list .jp-box .jp-button {
      text-align: left;
      margin-top: 20px; }
      @media (max-width: 450px) {
        .job-list .jp-box .jp-button {
          text-align: center; } }

#sidebar-jobs {
  padding: 20px;
  background: white;
  border: 1px solid #eeeeee;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    #sidebar-jobs {
      border: none; }
      #sidebar-jobs aside {
        box-sizing: border-box;
        padding: 20px;
        border: 1px solid #eeeeee; } }
  #sidebar-jobs #job-search {
    margin: 20px 0; }
    #sidebar-jobs #job-search form.search-form span.screen-reader-text {
      font-size: 0 !important;
      opacity: 0 !important; }
    #sidebar-jobs #job-search form.search-form label {
      font-size: 0; }
    #sidebar-jobs #job-search form.search-form input.search-field {
      background: white;
      font-size: 14px;
      padding: 10px;
      border-radius: 0;
      margin: 0;
      border: 1px solid #e4e4e4;
      color: #00508B;
      font-weight: 300;
      width: 80%;
      transition: border 0.2s ease; }
      #sidebar-jobs #job-search form.search-form input.search-field:focus {
        border: 1px solid #00508B; }
    #sidebar-jobs #job-search form.search-form input.search-submit {
      width: 20%;
      float: right;
      height: 39px;
      background: transparent url("../../images/i/job-search.png") no-repeat center;
      border: 0;
      font-size: 00;
      background-size: contain;
      transform-origin: bottom right;
      transition: all 0.2s ease-in-out;
      padding: 0;
      margin: 0; }
      #sidebar-jobs #job-search form.search-form input.search-submit:focus {
        outline: 0; }
      #sidebar-jobs #job-search form.search-form input.search-submit:hover {
        cursor: pointer;
        transform: rotate(3deg);
        opacity: 0.7; }
  #sidebar-jobs h4, #sidebar-jobs h5 {
    color: #A2A2A2; }
  #sidebar-jobs h4 span.fa {
    float: right;
    margin-top: 4px; }
  #sidebar-jobs h4:after {
    content: " ";
    height: 1px;
    width: 100%;
    display: block;
    background: #e4e4e4;
    margin-top: 20px; }
  #sidebar-jobs h5 {
    font-size: 16px;
    margin-top: 30px; }
    #sidebar-jobs h5 span.fa {
      font-size: 14px;
      margin-right: 5px; }
  #sidebar-jobs .side-section {
    margin-bottom: 0; }
    #sidebar-jobs .side-section a.see-all {
      margin-top: 20px; }
    #sidebar-jobs .side-section li {
      list-style-type: none;
      padding: 0;
      margin: 5px 0;
      position: relative;
      font-size: 13px;
      line-height: 20px; }
      @media (max-width: 450px) {
        #sidebar-jobs .side-section li {
          font-size: 0;
          line-height: 0; }
          #sidebar-jobs .side-section li a:link, #sidebar-jobs .side-section li a:visited {
            background: white;
            border: 1px solid #eeeeee;
            padding: 10px 20px;
            display: block;
            font-size: 15px;
            line-height: normal; } }

#job-filter-btn {
  display: block;
  background: white;
  border: 1px solid #eeeeee;
  padding: 10px 20px;
  display: block;
  font-size: 15px;
  line-height: normal;
  color: #A2A2A2;
  transition: all 0.2s ease-in-out; }
  #job-filter-btn:hover {
    cursor: pointer; }
  #job-filter-btn:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }
  @media (min-width: 450px) {
    #job-filter-btn {
      display: none; } }
  #job-filter-btn p {
    margin: 0; }
    #job-filter-btn p:after {
      content: "\f107";
      float: right;
      margin-top: 4px;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      transition: all 0.2s ease-in-out; }
  #job-filter-btn.clicked {
    background: #00508B;
    color: white; }
    #job-filter-btn.clicked p:after {
      transform: rotate(180deg); }

#job-filters {
  display: none; }
  @media (min-width: 450px) {
    #job-filters {
      display: block !important; } }

body.search-results #no-results a.go-back, body.search-no-results #no-results a.go-back {
  margin-top: 80px; }

body.search-results .result, body.search-no-results .result {
  clear: both;
  border: 2px solid #f0f0f0;
  margin: 40px 0;
  box-sizing: border-box;
  padding: 20px;
  max-height: 150px; }
  body.search-results .result:after, body.search-no-results .result:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }
  body.search-results .result .r-img, body.search-no-results .result .r-img {
    float: left;
    width: 15%;
    overflow: hidden;
    height: 105px; }
    body.search-results .result .r-img img, body.search-no-results .result .r-img img {
      width: 100%; }
  body.search-results .result .r-text, body.search-no-results .result .r-text {
    float: left;
    width: 85%;
    padding-left: 20px; }
    body.search-results .result .r-text h2, body.search-no-results .result .r-text h2 {
      font-size: 20px;
      margin-bottom: 10px; }
    body.search-results .result .r-text p, body.search-no-results .result .r-text p {
      font-size: 16px;
      line-height: 24px; }

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