/*
Theme Name: York EMC
Author: Castlegate IT
Author URI: http://www.castlegateit.co.uk/
Template: terminus
Version: 0.1
License: MIT License
License URI: http://www.opensource.org/licenses/MIT
Copyright (c) 2016 Castlegate IT. All rights reserved.
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

blockquote {
  font-style: italic;
}

/* Embedded content
   ========================================================================== */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*End Normalize
=============================*/
body {
  background: #fff;
  color: #363d48;
  font: 16px/1.5 "Lato", arial, sans-serif;
}

pre, code, tt {
  font: 1em/1.5 monospace;
}

h2:after, h3:after, h4:after, h5:after {
  background: #ccd1e2;
  content: "";
  display: block;
  height: 6px;
  margin-top: 14px;
  width: 120px;
}

h2 {
  color: #d81122;
  font-size: 45px;
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  color: #003883;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}

h4 {
  color: #003883;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

h5 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
h5:after {
  background: #586577;
  width: 60px;
}

h6 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

a {
  color: #d81122;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

::selection {
  background-color: #003883;
  color: #fff;
  text-shadow: none;
}

ol, ul {
  margin: 1em 0;
  padding-left: 2em;
}

.content ul {
  padding-left: 0;
}
.content ul li {
  list-style: none;
  margin-bottom: 8px;
  padding-left: 50px;
  position: relative;
}
.content ul li:before {
  background-image: url("images/ss.png");
  background-position: -27px 0;
  content: "";
  display: block;
  height: 13px;
  left: 22px;
  position: absolute;
  top: 11px;
  width: 9px;
}

.content ol {
  padding-left: 40px;
}
.content ol li {
  margin-bottom: 8px;
  padding-left: 10px;
  position: relative;
}

form button,
.button {
  background-color: #2f3640;
  border: 0;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding: 24px 50px 24px 30px;
  text-transform: uppercase;
  width: 100%;
}
form button:after,
.button:after {
  background-position: -27px -28px;
  height: 13px;
  right: 30px;
  top: 30px;
  width: 9px;
}
form button:hover,
.button:hover {
  background-color: #353d49;
  text-decoration: none;
}

form {
  padding: 20px;
}

label {
  display: block;
}

label,
.required {
  vertical-align: top;
}

form input, form textarea, form select, meter {
  border: 3px solid #fff;
}

button,
select {
  cursor: pointer;
}

input,
select,
textarea {
  padding: 0.5em;
  margin-bottom: 0.5em;
  width: 100%;
}

input,
textarea,
select,
button {
  border: 3px solid #fff;
  outline: 0;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  border-color: #586577;
}

input[type=radio],
input[type=checkbox] {
  width: auto;
}

textarea {
  height: 10em;
  resize: vertical;
}

.contact-form .field {
  float: left;
}
.contact-form .field.half {
  width: calc(50% - 20px);
}
@media screen and (max-width: 800px) {
  .contact-form .field.half {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .contact-form .field.half {
    width: 100%;
  }
}
.contact-form .field.half:nth-of-type(2n) {
  margin-left: 40px;
}
@media screen and (max-width: 800px) {
  .contact-form .field.half:nth-of-type(2n) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .contact-form .field.half:nth-of-type(2n) {
    margin-left: 0;
  }
}
.contact-form .field.full {
  width: 100%;
  float: none;
  clear: both;
}
.contact-form .field.checkbox-group {
  width: 100%;
  margin: 1em 0;
  float: none;
  clear: both;
}
.contact-form .field.checkbox-group input {
  margin: 0 0.5em;
}
.contact-form .field label {
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .contact-form .field label {
    font-size: 20px;
  }
}
.contact-form .field label .optional {
  font-size: 16px;
}
.contact-form .field input,
.contact-form .field textarea,
.contact-form .field select {
  background-color: #fff;
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.18);
  font-size: 22px;
  margin-bottom: 20px;
  padding: 16px;
  height: 3em;
}
@media screen and (max-width: 800px) {
  .contact-form .field input,
  .contact-form .field textarea,
  .contact-form .field select {
    font-size: 20px;
    padding: 12px;
  }
}
@media screen and (max-width: 600px) {
  .contact-form .field input,
  .contact-form .field textarea,
  .contact-form .field select {
    margin-bottom: 10px;
  }
}
.contact-form .field input[type=radio],
.contact-form .field input[type=checkbox] {
  margin-bottom: 0;
  height: auto;
}
.contact-form .field.invalid input,
.contact-form .field.invalid textarea,
.contact-form .field.invalid select {
  background-color: #fee;
  border: 3px solid #daa;
}
.contact-form .field textarea {
  min-height: 330px;
}
@media screen and (max-width: 600px) {
  .contact-form .field textarea {
    min-height: 250px;
  }
}
.contact-form .field .error {
  margin-top: 0;
}
.contact-form .field button {
  float: right;
  width: auto;
}
.contact-form .field .cards-accepted {
  float: right;
  clear: right;
}
.contact-form .checkbox label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  max-width: 97%;
}
.contact-form .error {
  color: #d81122;
}
.contact-form h4 {
  margin-top: 1.5em;
}
.contact-form h3, .contact-form h4, .contact-form h5 {
  clear: both;
  margin-bottom: 1em;
}

/*Define number of columns */
/* Calculate column & gutter widths */
/* Sets default column behaviour & margins */
[class*=col-] {
  float: left;
  margin-left: 2.1276595745%;
  padding-left: 0;
  padding-right: 0;
}

/* Remove left margin from first column */
[class*=col-]:first-child {
  margin-left: 0;
}

/* Remove left margin from specific columns */
.no-margin,
.right-margin {
  margin-left: 0;
}

/* Move margin to right */
.right-margin {
  margin-left: 2.1276595745%;
}

/* For 2 columns with a gap */
.col-1-2 {
  margin-left: 4.2553191489%;
  width: 47.8723404255%;
}

/* col-x: Column with span x, max is number of columns (for fullwidth) */
.col-1 {
  width: 6.3829787234%;
}

.col-2 {
  width: 14.8936170213%;
}

.col-3 {
  width: 23.4042553191%;
}

.col-4 {
  width: 31.914893617%;
}

.col-5 {
  width: 40.4255319149%;
}

.col-6 {
  width: 48.9361702128%;
}

.col-7 {
  width: 57.4468085106%;
}

.col-8 {
  width: 65.9574468085%;
}

.col-9 {
  width: 74.4680851064%;
}

.col-10 {
  width: 82.9787234043%;
}

.col-11 {
  width: 91.4893617021%;
}

/* pad-x: Add padding to columns - 1,2,3 or 4 gutters */
.pad-1l {
  padding-left: 2.1276595745%;
}

.pad-1r {
  padding-right: 2.1276595745%;
}

.pad-2l {
  padding-left: 4.2553191489%;
}

.pad-2r {
  padding-right: 4.2553191489%;
}

.pad-3l {
  padding-left: 6.3829787234%;
}

.pad-3r {
  padding-right: 6.3829787234%;
}

/* For 2 columns without a gap */
.half {
  float: left;
  width: 50%;
}

/* For a left hand sidebar */
.switch {
  float: right;
  margin-left: 2.1276595745% !important;
}

.switch + div {
  margin-left: 0;
}

@media screen and (max-width: 900px) {
  [class*=col-] {
    float: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

table {
  margin-bottom: 1.4em;
  width: 100%;
}
table th {
  font-weight: bold;
  text-transform: uppercase;
}
table th, table td, table caption {
  padding: 4px 10px 4px 5px;
}
table tfoot {
  font-style: italic;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1530px;
  overflow: hidden;
}
@media screen and (max-width: 1560px) {
  .container {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 900px) {
  .sp-narrow {
    display: none;
  }
}

.sp-wide {
  display: none;
}
@media screen and (max-width: 900px) {
  .sp-wide {
    display: block;
  }
}

.pinboard {
  margin-left: -15px !important;
  margin-right: -15px;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 900px) {
  .pinboard {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .pinboard {
    margin-left: 0 !important;
    margin-right: 0;
  }
}
.pinboard .pin {
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.18);
  color: #003883;
  display: block;
  float: left;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
}
.pinboard .pin:hover .pin-content .pin-overlay {
  background: rgba(0, 46, 108, 0.8);
  color: white;
}
@media screen and (max-width: 1560px) {
  .pinboard .pin:hover .pin-content .pin-overlay {
    font-size: 14px;
    padding: 20px;
  }
}
@media screen and (max-width: 300px) {
  .pinboard .pin:hover .pin-content .pin-overlay {
    background: rgba(0, 46, 108, 0);
    color: rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 500px) {
  .pinboard .pin {
    margin-left: 0;
    margin-right: 0;
  }
}
.pinboard .pin img {
  max-width: 100%;
  width: 100%;
}
.pinboard .pin .pin-content {
  position: relative;
}
.pinboard .pin .pin-content .pin-overlay {
  background: rgba(0, 46, 108, 0);
  bottom: 0;
  color: rgba(255, 255, 255, 0);
  font-size: 16px;
  padding: 40px;
  position: absolute;
  top: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1560px) {
  .pinboard .pin .pin-content .pin-overlay {
    font-size: 14px;
    padding: 20px;
  }
}
.pinboard .pin p {
  background-color: #e1e6e9;
  font-size: 16px;
  margin: 0;
  padding: 20px 74px 20px 24px;
  position: relative;
}
.pinboard .pin p:before {
  background-color: #d7dde2;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
}
.pinboard .pin p:after {
  background-position: -37px 0;
  height: 15px;
  position: absolute;
  right: 25px;
  top: calc(50% - 6px);
  width: 10px;
}
.pinboard.pb-4 .pin {
  width: calc(25% - 30px);
}
@media screen and (max-width: 1000px) {
  .pinboard.pb-4 .pin {
    width: calc(33% - 30px);
  }
}
@media screen and (max-width: 800px) {
  .pinboard.pb-4 .pin {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 500px) {
  .pinboard.pb-4 .pin {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 100%;
  }
}
.pinboard.pb-3 .pin {
  width: calc(33.3% - 30px);
}
@media screen and (max-width: 1000px) {
  .pinboard.pb-3 .pin {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 500px) {
  .pinboard.pb-3 .pin {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 100%;
  }
}

#search-bar {
  background-color: #003883;
  box-shadow: 0px 1px 21px 0 rgba(0, 0, 0, 0.25);
  height: 100px;
  margin-top: 0;
  overflow: hidden;
  padding: 30px 0;
}
@media screen and (max-width: 600px) {
  #search-bar {
    height: 170px;
  }
}
#search-bar.hidden {
  box-shadow: none;
  margin-top: -100px;
}
@media screen and (max-width: 600px) {
  #search-bar.hidden {
    margin-top: -170px;
  }
}
#search-bar.trans {
  transition: 0.3s all;
}
#search-bar form {
  background: transparent;
  border: 0;
  padding: 0;
}
#search-bar form input[type=text] {
  background: transparent;
  border: 0;
  border-left: 1px solid #8aabcd;
  color: #8aabcd;
  float: left;
  font-size: 30px;
  font-weight: 300;
  height: 40px;
  max-width: calc(100% - 221px);
  padding: 0 0.5em 0 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  #search-bar form input[type=text] {
    float: none;
    max-width: 100%;
  }
}
#search-bar form input::placeholder {
  color: #8aabcd;
}
#search-bar form input::-webkit-input-placeholder {
  color: #8aabcd;
}
#search-bar form input::-moz-placeholder {
  color: #8aabcd;
  opacity: 1;
}
#search-bar form input:-ms-input-placeholder {
  color: #8aabcd;
}
#search-bar form input:-moz-placeholder {
  color: #8aabcd;
}
#search-bar form .search-actions {
  float: right;
}
@media screen and (max-width: 600px) {
  #search-bar form .search-actions {
    float: none;
  }
}
#search-bar form button,
#search-bar form .close {
  background: #002e6c;
  border-radius: 20.5px;
  color: #fff;
  float: left;
  font-size: 14px;
  line-height: 42px;
  margin-left: 22px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #search-bar form button,
  #search-bar form .close {
    margin-top: 20px;
  }
}
#search-bar form .close {
  cursor: pointer;
  height: 42px;
  width: 42px;
}
#search-bar form .close:before {
  background-position: -86px -38px;
  height: 11px;
  left: 16px;
  top: 16px;
  width: 11px;
}
#search-bar form button {
  border: 0;
  text-transform: uppercase;
  width: 135px;
}
#search-bar form button:after {
  background-position: -86px -26px;
  display: inline-block;
  height: 11px;
  margin-left: 9px;
  position: static;
  width: 11px;
}

.header {
  overflow: visible;
  padding-top: 25px;
  position: relative;
}
@media screen and (max-width: 1560px) {
  .header {
    padding-top: 0;
  }
}
.header .logo {
  display: block;
  float: left;
  max-width: 480px;
  text-decoration: none;
  margin-left: 13px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .header .logo {
    max-width: 360px;
  }
}
@media screen and (max-width: 1000px) {
  .header .logo {
    float: none;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.header .logo .logo-image {
  line-height: 0;
  margin: 1em 16px 0 0;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  white-space: nowrap;
}
.header .logo .logo-image img {
  max-width: 100%;
  max-height: 98px;
}
@media screen and (max-width: 500px) {
  .header .logo .logo-image img {
    max-width: calc(100% - 60px);
  }
}
.header .logo .tagline {
  color: #363d48;
  font-size: 18px;
  font-weight: 600;
  margin: -7px 0 0;
  text-decoration: none;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .header .logo .tagline {
    max-width: 360px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .header .logo .tagline {
    font-weight: 400;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .header .logo .tagline {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
  }
}
.header .header-top-row {
  float: right;
  width: 37%;
  padding: 27px 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .header .header-top-row {
    float: left;
    margin-top: 10px;
    width: 67%;
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .header .header-top-row {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
}
.header .header-inner {
  float: right;
}
@media screen and (max-width: 1000px) {
  .header .contact-links {
    float: left;
  }
}
@media screen and (max-width: 800px) {
  .header .contact-links {
    float: none;
  }
}
.header .contact-links .email,
.header .contact-links .tel {
  color: #002e6c;
  font-size: 18px;
  font-weight: 600;
  margin-right: 24px;
  margin-top: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .header .contact-links .email,
  .header .contact-links .tel {
    float: none;
    font-size: 16px;
  }
  .header .contact-links .email:first-of-type,
  .header .contact-links .tel:first-of-type {
    margin-right: 20px;
  }
  .header .contact-links .email:last-of-type,
  .header .contact-links .tel:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .header .contact-links .email,
  .header .contact-links .tel {
    font-size: 14px;
  }
  .header .contact-links .email:first-of-type,
  .header .contact-links .tel:first-of-type {
    margin-right: 10px;
  }
}
@media screen and (max-width: 400px) {
  .header .contact-links .email,
  .header .contact-links .tel {
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1560px) {
  .header .social {
    float: none;
  }
}
@media screen and (max-width: 1000px) {
  .header .social {
    height: 15px;
  }
}
.header .social ul {
  padding: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .header .social ul {
    display: inline-block;
    float: none;
  }
  .header .social ul li {
    display: none;
  }
  .header .social ul li.search-button {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 10px;
  }
}
.header .eurofins-logo {
  float: right;
  width: 18%;
  margin: 58px 5px 30px 10px;
}
.header .eurofins-logo img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .header .eurofins-logo {
    width: 20%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .header .eurofins-logo {
    float: none;
  }
}
@media screen and (max-width: 500px) {
  .header .eurofins-logo {
    display: none;
  }
}

.nav-menu {
  margin-top: 35px;
  padding: 0;
  text-align: center;
  background-color: #003883;
}
@media screen and (max-width: 1000px) {
  .nav-menu {
    height: 68px;
    margin-left: -3.2%;
    width: 106.4%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px) {
  .nav-menu {
    margin-top: 5px;
  }
}
.nav-menu button {
  background: #fff;
  border: 0;
  color: #002e6c;
  display: none;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 20px 0;
  outline-color: transparent;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .nav-menu button {
    display: inline-block;
  }
}
.nav-menu button img {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: -4px;
}
.nav-menu ul {
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .nav-menu ul {
    background: rgba(0, 56, 131, 0.9);
    position: relative;
    z-index: 100;
  }
}
.nav-menu ul li {
  display: block;
  padding: 0 24px;
}
.nav-menu ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1560px) {
  .nav-menu ul li {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .nav-menu ul li {
    margin: 0 16px;
  }
}
@media screen and (max-width: 800px) {
  .nav-menu ul li {
    float: none;
    margin: 0;
  }
}
.nav-menu ul li > a {
  border: 0;
  border-bottom: 3px solid #003883;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding: 0.8em 0;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-menu ul li > a:focus, .nav-menu ul li > a:hover {
  border-color: rgba(215, 221, 226, 0.5);
}
@media screen and (max-width: 1000px) {
  .nav-menu ul li > a {
    border-bottom: 0;
    margin-bottom: 0;
    padding-top: 1em;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 500px) {
  .nav-menu ul li > a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.nav-menu ul li.current_page_parent a, .nav-menu ul li.current-menu-item a, .nav-menu ul li.current-page-ancestor a {
  border-color: #d81122;
  font-weight: 600;
}
.nav-menu.hidden ul {
  display: table;
}
.nav-menu.hidden ul > li {
  display: table-cell;
}
@media screen and (max-width: 1000px) {
  .nav-menu.hidden ul {
    display: none;
  }
}

.breadcrumb {
  background-color: #f1f5f8;
  color: #003883;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 14px;
}
.breadcrumb a {
  color: #363d48;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumb .current {
  color: #282e37;
}

.display-none {
  display: none;
}

.page-header {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  overflow: hidden;
  position: relative;
}
.page-header:after {
  background: rgba(0, 56, 131, 0.06);
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: -37%;
  top: 0;
  transform: skew(-22deg);
  width: 80%;
}
@media screen and (max-width: 600px) {
  .page-header:after {
    background: transparent;
    border: 0;
    border-bottom: 400px solid rgba(0, 56, 131, 0.06);
    border-left: 400px solid transparent;
    bottom: 0;
    height: auto;
    right: 0;
    top: auto;
    transform: none;
    width: auto;
  }
}
.page-header .container {
  background-image: url("images/dot-map.png");
  background-position: right 15% top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 35px;
}
@media screen and (max-width: 900px) {
  .page-header .container {
    background-position: center;
    padding-bottom: 30px;
  }
}
.page-header .page-header-inner {
  float: left;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .page-header .page-header-inner {
    float: none;
    width: 100%;
  }
}
.page-header .page-header-inner .page-title {
  letter-spacing: 3.1px;
  margin-bottom: 50px;
}
.page-header .testimonials {
  float: right;
  font-size: 22px;
  font-style: italic;
  margin-top: 35px;
  text-align: center;
  width: 36%;
}
@media screen and (max-width: 1200px) {
  .page-header .testimonials {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .page-header .testimonials {
    float: none;
    display: none;
  }
}
.page-header .testimonials .testimonials-title {
  color: #003883;
  font-weight: 600;
  margin-bottom: 0;
}
.page-header .testimonials blockquote {
  margin: 0;
  padding: 0 8px;
}
.page-header .testimonials blockquote .testimonial {
  line-height: 1.7;
  margin: 10px 0;
  padding: 0 30px;
  text-shadow: 0px 2px 0 #fff;
}
.page-header .testimonials blockquote .testimonial:before {
  background-position: -37px -51px;
  left: 0;
  height: 23px;
  top: 10px;
  width: 25px;
}
.page-header .testimonials blockquote .testimonial:after {
  background-position: 0 -10px;
  bottom: 10px;
  height: 23px;
  right: 0;
  width: 26px;
}
.page-header .testimonials blockquote footer {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.page-header .testimonials .testimonials-pager {
  color: rgba(54, 61, 72, 0.25);
  font-size: 26px;
  font-style: normal;
  letter-spacing: 14px;
  margin-top: 19px;
}
.page-header .testimonials .testimonials-pager span {
  cursor: pointer;
}
.page-header .testimonials .testimonials-pager .cycle-pager-active {
  color: #363d48;
}
.page-header.no-intro .container {
  padding-bottom: 0;
  background-size: inherit;
}
.page-header.no-intro .testimonials {
  margin-top: 0;
}
.page-header.no-intro .testimonials .testimonials-title {
  display: none;
}

.grey {
  background-color: #f1f5f8;
}

.pale-blue {
  background-color: #ccd1e2;
}

.page-title {
  letter-spacing: 3.1px;
}
@media screen and (max-width: 600px) {
  .page-title {
    font-size: 36px;
  }
}

.page-header-inner p:first-of-type,
.intro-para {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .page-header-inner p:first-of-type,
  .intro-para {
    font-size: 18px;
  }
}

.main .page-title {
  letter-spacing: 3.1px;
  margin-bottom: 54px;
}
.main .content {
  font-size: 22px;
}
@media screen and (max-width: 1560px) {
  .main .content {
    width: 65.9574468085%;
  }
}
@media screen and (max-width: 900px) {
  .main .content {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .main .content {
    font-size: 18px;
  }
}
.main .content p {
  margin: 28px 0;
}
.main .content a {
  font-weight: 600;
}
.main .content .cgit-wp-responsive-video-wrapper {
  max-width: 600px;
  margin: 1em 0;
}
.main .sidebar {
  float: right;
}
@media screen and (max-width: 1560px) {
  .main .sidebar {
    width: 31.914893617%;
  }
}
@media screen and (max-width: 900px) {
  .main .sidebar {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .sidebar {
    margin-bottom: 80px;
  }
}

.alignleft,
.alignright {
  margin: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img {
  display: block;
}
img.alignright, img.alignleft {
  display: inline;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

img.alignright,
.wp-caption.alignright {
  margin-left: 1.5em;
}

img.alignleft,
.wp-caption.alignleft {
  margin-right: 1.5em;
}

@media screen and (max-width: 800px) {
  .alignleft,
  .alignright {
    float: none;
  }
  img.alignright,
  .wp-caption.alignright,
  img.alignleft,
  .wp-caption.alignleft {
    margin-left: 0;
    margin-right: 0;
  }
}
.single .content img {
  height: auto;
  max-width: 100%;
}
.single .content .wp-caption {
  max-width: 100%;
}

.ss,
.ssb:before,
.ssa:after,
form button:after,
.button:after {
  background-image: url("images/ss.png");
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

.ssa,
.ssb,
form button,
.button {
  position: relative;
}

.ssb:before,
.ssa:after,
form button:after,
.button:after {
  content: "";
  position: absolute;
}

.ssb {
  padding-left: 1em;
}
.ssb :before {
  margin-left: -0.5em;
}

.ssa,
form button,
.button {
  transition: all 0.3s;
}

.social {
  padding: 0;
}
.social li {
  float: left;
  list-style: none;
  margin-left: 20px;
}
.social li:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 400px) {
  .social li {
    margin-left: 8px;
  }
}
@media screen and (max-width: 300px) {
  .social li {
    margin-left: 5px;
  }
}
.social li a,
.social li div {
  background-color: #fff;
  background-image: none;
  border: 1px solid #dbe3e8;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  height: 45px;
  padding: 0;
  width: 45px;
}
.social li a:focus, .social li a:hover,
.social li div:focus,
.social li div:hover {
  opacity: 0.8;
}
.social li a.twitter:before,
.social li div.twitter:before {
  background-position: -66px -48px;
  height: 15px;
  left: 13px;
  top: 14px;
  width: 19px;
}
.social li a.linkedin:before,
.social li div.linkedin:before {
  background-position: -48px -32px;
  height: 15px;
  left: 14px;
  top: 13px;
  width: 16px;
}
.social li a.vimeo:before,
.social li div.vimeo:before {
  background-position: -48px 0;
  height: 15px;
  left: 13px;
  top: 15px;
  width: 17px;
}
.social li a.youtube:before,
.social li div.youtube:before {
  background-position: -86px -13px;
  height: 12px;
  left: 13px;
  top: 15px;
  width: 17px;
}
.social li a.search:before,
.social li div.search:before {
  background-position: -66px -16px;
  height: 15px;
  left: 13px;
  top: 14px;
  width: 14px;
}

#sidebar-map {
  height: 320px;
}

#fullsize-map {
  max-height: 80vh;
  height: 48rem;
  margin-bottom: 66px;
}

#dist-map {
  height: 500px;
  width: 100%;
}

.course-options {
  background-color: #f2f7fb;
  margin-bottom: 30px;
  padding: 52px 60px 60px;
}
@media screen and (max-width: 1000px) {
  .course-options {
    padding: 20px 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  .course-options {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.course-options .row {
  border-bottom: 1px solid #d7dde2;
}
@media screen and (max-width: 1000px) {
  .course-options .row {
    float: left;
    padding: 20px;
    width: 50%;
  }
  .course-options .row:nth-of-type(2n) {
    border-right: 1px solid #d7dde2;
  }
  .course-options .row:last-of-type {
    border-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .course-options .row {
    float: none;
    width: 100%;
  }
  .course-options .row:nth-of-type(2n) {
    border-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .course-options [class*=col-] {
    float: none;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .course-options .course-headings {
    display: none;
  }
}
.course-options .course-headings .course-option-heading {
  font-size: 22px;
  margin-bottom: 28px;
  margin-top: 0;
}
.course-options .course-headings .course-option-heading:after {
  content: none;
}
@media screen and (max-width: 1000px) {
  .course-options .course-date {
    color: #003883;
    font-weight: 600;
  }
}
.course-options .course-option {
  min-height: 120px;
  padding-top: 48px;
}
@media screen and (max-width: 1200px) {
  .course-options .course-option {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .course-options .course-option {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .course-options .course-duration {
    padding-left: 0;
    width: 14.8936170213%;
  }
}
@media screen and (max-width: 1000px) {
  .course-options .course-duration {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .course-options .course-button {
    width: 23.4042553191%;
  }
}
@media screen and (max-width: 1000px) {
  .course-options .course-button {
    width: 100%;
  }
}
.course-options .course-button .button {
  margin-bottom: 16px;
  margin-top: -30px;
  max-width: 190px;
  padding: 12px 42px 12px 30px;
}
.course-options .course-button .button:after {
  background-position: -37px -30px;
  top: 18px;
}
@media screen and (max-width: 1000px) {
  .course-options .course-button .button {
    margin-top: 20px;
  }
}
.course-options .course-button .pdf-link {
  color: #2f3640;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.7px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.course-options .coming-soon {
  margin: 0;
}

.content-dropdowns {
  margin-top: 60px;
  /*    @include media(full, max) {
          width: ($column+$gutter)*8 - $gutter;
      } */
}
@media screen and (max-width: 900px) {
  .content-dropdowns {
    width: 100%;
  }
  .content-dropdowns + .sidebar {
    margin-bottom: 0;
  }
}

.content-dropdown {
  border: solid 1px #d7dde2;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 30px;
}
.content-dropdown .dropdown-title {
  color: #363d48;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: none;
}
.content-dropdown .dropdown-title:after {
  background-position: -37px -75px;
  height: 16px;
  right: 0;
  width: 24px;
}
.content-dropdown .dropdown-title.hidden:after {
  background-position: 0 -34px;
}
.content-dropdown .dropdown-title.hidden + .dropdown-content {
  display: none;
}
.content-dropdown .dropdown-content {
  border-top: 1px solid #d7dde2;
  font-size: 18px;
  margin-top: 20px;
}

.dropdown-gallery a.gallery {
  display: inline-block;
  margin: 30px 20px 0 0;
}
@media screen and (min-width: 500.001px) {
  .dropdown-gallery a.gallery {
    width: calc(50% - 24px);
  }
}
@media screen and (min-width: 1000.001px) {
  .dropdown-gallery a.gallery {
    width: calc(33% - 24px);
  }
}
.dropdown-gallery a.gallery > img {
  max-width: 100%;
  border: 1px solid #d7dde2;
}
.dropdown-gallery a.gallery > p {
  font-size: 16px;
  margin-top: 10px;
}

.news-card {
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1560px) {
  .news-card {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .news-card {
    padding: 40px;
  }
}
@media screen and (max-width: 500px) {
  .news-card {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.news-card img {
  float: left;
  margin-right: 60px;
  max-width: 100%;
}
@media screen and (min-width: 1200.001px) {
  .news-card img {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .news-card img {
    float: none;
    padding-right: 0;
    margin: 0 auto;
    padding-left: 0;
  }
}
.news-card img + .news-card-inner {
  padding-bottom: 0;
  padding-left: 0;
}
.news-card .news-card-inner {
  padding-bottom: 30px;
  padding-left: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 1200px) {
  .news-card .news-card-inner {
    padding-top: 20px;
    padding-left: 0;
  }
}
.news-card .news-card-inner .news-card-title {
  margin: 0;
}
@media screen and (max-width: 500px) {
  .news-card .news-card-inner .news-card-title {
    font-size: 18px;
    line-height: 1.2;
  }
}
.news-card .news-card-inner .news-card-title:after {
  content: none;
}
.news-card .news-card-inner .news-card-title a {
  color: #363d48;
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
}
.news-card .news-card-inner .news-link {
  display: block;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: right;
}

.content-block {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .content-block {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .content-block {
    padding: 0;
  }
}
.content-block .content-block-inner {
  padding: 20px 60px;
}
@media screen and (max-width: 1560px) {
  .content-block .content-block-inner {
    padding: 0 40px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .content-block .content-block-inner {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .content-block .content-block-inner {
    padding: 0 20px 20px;
  }
}
.content-block img {
  max-width: 100%;
}
.content-block .content-image-left {
  float: left;
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .content-block .content-image-left {
    float: none;
    margin-right: 0;
  }
}
.content-block .content-image-left + .content-block-inner {
  margin-left: 818px;
}
@media screen and (max-width: 1200px) {
  .content-block .content-image-left + .content-block-inner {
    margin-left: 0;
  }
}
.content-block .content-image-right {
  float: right;
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  .content-block .content-image-right {
    float: none;
    margin-left: 0;
  }
}
.content-block .content-image-right + .content-block-inner {
  margin-right: 818px;
}
@media screen and (max-width: 1200px) {
  .content-block .content-image-right + .content-block-inner {
    margin-right: 0;
  }
}
.content-block .content-block-title {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 20px;
}
.content-block .content-block-title a {
  color: #002e6c;
}
@media screen and (max-width: 600px) {
  .content-block .content-block-title {
    font-size: 28px;
  }
}
.content-block .content-block-title:after {
  margin-top: 22px;
}
.content-block .content-link {
  display: block;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  padding-right: 26px;
  padding-top: 20px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
}
.content-block .content-link:before {
  border-top: 1px solid #d7dde2;
  content: "";
  display: block;
  max-width: 375px;
  position: absolute;
  right: 0;
  top: 0;
  width: 375px;
}
.content-block .content-link:after {
  background-position: -27px 0;
  height: 13px;
  right: 0;
  top: 26px;
  width: 9px;
}

.content-block-list {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .content-block-list {
    padding-bottom: 0;
  }
}
.content-block-list .content-block {
  border: solid 1px #d7dde2;
}
.content-block-list .content-block p {
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  .content-block-list .content-block p {
    font-size: 18px;
  }
}
.content-block-list .content-block .content-link {
  margin-top: 30px;
}

.content-card {
  border: solid 1px #d7dde2;
  box-shadow: none;
  margin-bottom: 50px;
  margin-top: 60px;
}
.content-card img {
  float: left;
  margin-right: 90px;
  max-width: 100%;
}
@media screen and (max-width: 1560px) {
  .content-card img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
.content-card .content-card-inner {
  margin-right: 90px;
  margin-top: 50px;
}
@media screen and (max-width: 1560px) {
  .content-card .content-card-inner {
    margin: 40px;
  }
}
.content-card .content-card-inner p {
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .content-card .content-card-inner p {
    padding-left: 0;
  }
}

.widget {
  margin-bottom: 50px;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 1560px) {
  .widget {
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .widget {
    margin-bottom: 0;
  }
}
.widget .widget-title {
  color: #003883;
  letter-spacing: 2.1px;
  margin-bottom: 42px;
  margin-top: 30px;
}
@media screen and (max-width: 400px) {
  .widget .widget-title {
    font-size: 24px;
  }
}
.widget .widget-title:after {
  background: #ccd1e2;
  margin-top: 18px;
  width: 120px;
}
.widget ul {
  font-size: 16px;
  font-weight: 600;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  border-bottom: 1px solid #d7dde2;
  list-style-type: none;
}
.widget ul li a {
  color: #363d48;
  display: block;
  font-weight: 400;
  padding: 13px 30px 14px;
  position: relative;
  text-decoration: none;
}
.widget ul li a:focus, .widget ul li a:hover {
  color: #d81122;
}
.widget ul li.current-menu-item a, .widget ul li.current_page_parent a, .widget ul li.current_page_item a {
  color: #d81122;
  font-weight: 600;
}
.widget ul li.current-menu-item a:before, .widget ul li.current_page_parent a:before, .widget ul li.current_page_item a:before {
  background: #d81122;
  content: "";
  display: block;
  height: 11px;
  left: 0;
  top: 20px;
  position: absolute;
  width: 3px;
}
.widget .button {
  background-color: #f8f8f8;
  color: #363d48;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.widget .button:focus, .widget .button:hover {
  background-color: #f0f0f0;
}
.widget .button:after {
  background-position: -37px -16px;
  right: 18px;
}
.widget.blog-widget a {
  font-weight: 400;
}
.widget.downloads-widget a {
  min-height: 75px;
  padding-left: 0;
  padding-right: 50px;
}
@media screen and (max-width: 900px) {
  .widget.downloads-widget a {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.widget.downloads-widget a:after {
  background-position: 0 -51px;
  height: 44px;
  right: 0;
  top: 20px;
  width: 36px;
}
@media screen and (max-width: 900px) {
  .widget.downloads-widget a:after {
    top: 10px;
  }
}
.widget.back-widget {
  font-size: 16px;
  letter-spacing: 1.1px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .widget.back-widget {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.widget.back-widget .back-link {
  color: #003883;
  font-weight: 900;
}
.widget.featured-image-widget {
  margin-top: 1em;
}
.widget.featured-image-widget > img {
  max-width: 100%;
  border: 1px solid #d7dde2;
}
.widget.featured-image-widget.product-image {
  margin-bottom: 30px;
}
.widget.map-widget .button {
  background: #fff;
  color: #d81122;
  letter-spacing: 0;
  padding: 16px 20px;
  text-align: right;
  text-transform: none;
}
.widget.map-widget .button:after {
  content: none;
}
.widget.product-links {
  margin-bottom: 30px;
}
.widget .pinboard {
  padding-bottom: 0;
  padding-top: 20px;
  margin-left: 0 !important;
  margin-right: 0;
}
.widget .pinboard .pin {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .widget .pinboard .pin {
    width: calc(50% - 10px);
  }
  .widget .pinboard .pin:nth-of-type(2n) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .widget .pinboard .pin {
    float: none;
    max-width: 300px;
    width: 100%;
  }
  .widget .pinboard .pin:nth-of-type(2n) {
    margin-left: 0;
  }
}

.home-widgets .news-widget {
  float: left;
  padding-top: 0;
}
@media screen and (max-width: 1560px) {
  .home-widgets .news-widget {
    width: 57.4468085106%;
  }
}
@media screen and (max-width: 1200px) {
  .home-widgets .news-widget {
    width: 48.9361702128%;
  }
}
@media screen and (max-width: 800px) {
  .home-widgets .news-widget {
    margin-left: 0;
    width: 100%;
  }
}
.home-widgets .news-widget--has-grid {
  float: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-widgets .news-widget--has-grid .widget-title {
  flex-basis: 100%;
  width: 100%;
}
@media screen and (min-width: 900.001px) {
  .home-widgets .news-widget--has-grid .row {
    flex-basis: calc(50% - 2.1276595745% / 2);
  }
}
.home-widgets .news-widget .widget-title {
  font-size: 46px;
  margin-bottom: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .home-widgets .news-widget .widget-title {
    margin-top: 40px;
  }
}
.home-widgets .news-widget .news-card {
  padding-right: 40px;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .home-widgets .news-widget .news-card {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200.001px) {
  .home-widgets .news-widget .news-card {
    padding-right: 0px;
    display: table;
  }
}
@media screen and (min-width: 1200.001px) {
  .home-widgets .news-widget .news-card > a {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}
.home-widgets .news-widget .news-card img {
  padding-bottom: 16px;
}
@media screen and (min-width: 1200.001px) {
  .home-widgets .news-widget .news-card img {
    width: 100%;
    padding-bottom: 0;
  }
}
.home-widgets .news-widget .news-card .news-card-inner {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200.001px) {
  .home-widgets .news-widget .news-card .news-card-inner {
    display: table-cell;
    width: calc(50% + 15px);
    padding-right: 40px;
    padding-left: 45px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.home-widgets .news-widget .button {
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.09);
}
.home-widgets .news-widget .button:focus, .home-widgets .news-widget .button:hover {
  background-color: #f7f7f7;
}

.courses-widget {
  background: #fff;
  float: right;
  margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  .courses-widget {
    width: 48.9361702128%;
  }
}
@media screen and (max-width: 900px) {
  .courses-widget {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .courses-widget {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
}
.courses-widget .widget-title {
  margin-bottom: 32px;
}
@media screen and (max-width: 500px) {
  .courses-widget .widget-title {
    margin-bottom: 20px;
  }
}
.courses-widget li {
  border-bottom-style: dashed;
}
.courses-widget li:last-of-type {
  border-bottom: 0;
}
.courses-widget .course-item {
  display: block;
  padding: 30px 0;
  position: relative;
}
.courses-widget .course-item .rel-course-date {
  background-color: #d81122;
  color: #fff;
  float: left;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.3px;
  line-height: 1;
  margin-right: 30px;
  min-height: 120px;
  padding-top: 22px;
  width: 120px;
}
.courses-widget .course-item .rel-course-date div {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .courses-widget .course-item .rel-course-date {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
    min-height: auto;
    padding: 20px;
    text-align: left;
    width: auto;
  }
  .courses-widget .course-item .rel-course-date div {
    display: inline-block;
    margin-right: 6px;
  }
}
@media screen and (max-width: 800px) {
  .courses-widget .course-item .rel-course-date {
    padding: 12px;
  }
}
.courses-widget .course-item .rel-course-date .rel-course-day {
  font-weight: 600;
  line-height: 1;
}
.courses-widget .course-item .rel-course-date .rel-course-day.mult-days {
  font-size: 16px;
  margin-top: 15px;
}
.courses-widget .course-item .rel-course-date .rel-course-day.one-day {
  font-size: 41px;
  letter-spacing: 2.9px;
}
@media screen and (max-width: 800px) {
  .courses-widget .course-item .rel-course-date .rel-course-day {
    line-height: 1.5;
  }
}
.courses-widget .course-item .rel-course-date .rel-course-mon.-unknown {
  margin-top: 12px;
}
.courses-widget .course-item .rel-course-date .rel-course-year {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 4.9px;
  margin-top: 4px;
}
.courses-widget .course-item .rel-course-date .rel-course-year.-unknown {
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .courses-widget .course-item .rel-course-date div,
  .courses-widget .course-item .rel-course-date .rel-course-day,
  .courses-widget .course-item .rel-course-date .rel-course-day.one-day,
  .courses-widget .course-item .rel-course-date .rel-course-day.mult-days,
  .courses-widget .course-item .rel-course-date .rel-course-mon.-unknown,
  .courses-widget .course-item .rel-course-date .rel-course-year.-unknown,
  .courses-widget .course-item .rel-course-date .rel-course-year {
    font-size: 24px;
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .courses-widget .course-item .rel-course-date div,
  .courses-widget .course-item .rel-course-date .rel-course-day,
  .courses-widget .course-item .rel-course-date .rel-course-day.one-day,
  .courses-widget .course-item .rel-course-date .rel-course-day.mult-days,
  .courses-widget .course-item .rel-course-date .rel-course-mon.-unknown,
  .courses-widget .course-item .rel-course-date .rel-course-year.-unknown,
  .courses-widget .course-item .rel-course-date .rel-course-year {
    font-size: 18px;
  }
}
.courses-widget .course-item .rel-course-name {
  font-size: 22px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 12px;
  margin-top: -8px;
}
@media screen and (max-width: 500px) {
  .courses-widget .course-item .rel-course-name {
    font-size: 18px;
  }
}
.courses-widget .course-item .rel-course-info {
  color: #363d48;
  font-size: 16px;
  font-weight: 500;
}
.courses-widget .course-item .rel-course-det {
  color: #d81122;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}
.courses-widget .course-item .rel-course-name,
.courses-widget .course-item .rel-course-info,
.courses-widget .course-item .rel-course-det {
  margin-left: 150px;
}
@media screen and (max-width: 900px) {
  .courses-widget .course-item .rel-course-name,
  .courses-widget .course-item .rel-course-info,
  .courses-widget .course-item .rel-course-det {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .courses-widget .course-item .rel-course-name,
  .courses-widget .course-item .rel-course-info,
  .courses-widget .course-item .rel-course-det {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.contact-widget {
  background-color: #f1f5f8;
}
.contact-widget .contact-form .field input {
  font-size: 18px;
}
.contact-widget .contact-form .half {
  width: calc(100% - 20px);
}
.contact-widget .contact-form .half:nth-of-type(2n) {
  margin-left: 0;
}
@media screen and (min-width: 800.001px) {
  .contact-widget .contact-form .half {
    width: calc(50% - 20px);
  }
  .contact-widget .contact-form .half:nth-of-type(2n) {
    margin-left: 40px;
  }
}
@media screen and (min-width: 900.001px) {
  .contact-widget .contact-form .half {
    width: calc(100% - 20px);
  }
  .contact-widget .contact-form .half:nth-of-type(2n) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1560.001px) {
  .contact-widget .contact-form .half {
    width: calc(50% - 20px);
  }
  .contact-widget .contact-form .half:nth-of-type(2n) {
    margin-left: 40px;
  }
}

.news-list {
  padding-top: 60px;
}

.page-numbers {
  margin-bottom: 160px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .page-numbers {
    margin-bottom: 40px;
  }
}
.page-numbers ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.page-numbers ul li {
  float: left;
  list-style: none;
  margin-right: 22px;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .page-numbers ul li {
    margin-right: 12px;
  }
}
.page-numbers ul li:last-of-type {
  margin-right: 0;
}
.page-numbers ul li span,
.page-numbers ul li a {
  background-color: #fff;
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.09);
  color: #363d48;
  display: block;
  font-weight: 900;
  height: 72px;
  min-width: 72px;
  padding: 24px 0;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .page-numbers ul li span,
  .page-numbers ul li a {
    height: 50px;
    min-width: 50px;
    padding: 12px;
  }
}
.page-numbers ul li .current {
  color: #d81122;
}

.content .post-meta {
  border-top: 1px solid #d7dde2;
  font-size: 16px;
  margin-bottom: 170px;
  margin-top: 80px;
  padding: 10px 0;
}
@media screen and (max-width: 900px) {
  .content .post-meta {
    margin-bottom: 40px;
  }
}
.content .post-meta p {
  margin: 10px 0;
}
.content .post-meta a {
  color: #363d48;
}

.logos {
  padding-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .logos {
    margin-bottom: 20px;
  }
}
.logos .logo {
  border: solid 1px #d7dde2;
  box-shadow: none;
  display: inline-block;
  height: 108px;
  margin-bottom: 60px;
  margin-left: 24px;
  margin-right: 24px;
  padding: 10px;
  position: relative;
  width: calc(20% - 48px);
}
@media screen and (max-width: 1200px) {
  .logos .logo {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(20% - 20px);
  }
}
@media screen and (max-width: 800px) {
  .logos .logo {
    margin-bottom: 20px;
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .logos .logo {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 500px) {
  .logos .logo {
    width: calc(50% - 20px);
  }
}
.logos .logo img {
  left: 50%;
  margin: 0 auto;
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  background-color: #282e37;
  color: #fff;
  padding-bottom: 32px;
  padding-top: 26px;
  position: relative;
}
.footer ::selection {
  background-color: #fff;
  color: #20262e;
}
.footer a {
  color: #fff;
}
.footer a.cta {
  background: transparent;
  border: 0;
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 26px 0;
  text-transform: uppercase;
}
.footer a.cta:after {
  background-position: -27px -28px;
  height: 13px;
  right: 0;
  top: 32px;
  width: 9px;
}
.footer img {
  border: 10px solid #3b4451;
  margin-bottom: 24px;
  max-width: 100%;
}
.footer .footer-title {
  color: #fff;
  letter-spacing: 2.1px;
  margin-bottom: 32px;
}
.footer .footer-title:after {
  margin-top: 16px;
}
@media screen and (max-width: 500px) {
  .footer .footer-title {
    font-size: 24px;
  }
}
.footer .social li:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 1560px) {
  .footer .social li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .social li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 400px) {
  .footer .social li {
    margin-left: 10px;
  }
}
.footer .social li a {
  background-color: transparent;
  border-color: #586577;
}
.footer .social li a.twitter:before {
  background-position: -66px 0;
}
.footer .social li a.linkedin:before {
  background-position: -48px -16px;
}
.footer .social li a.vimeo:before {
  background-position: -66px -32px;
}
.footer .social li a.youtube:before {
  background-position: -86px 0;
}
.footer .back-to-top {
  background-color: #586577;
  border-radius: 100%;
  content: "";
  display: block;
  height: 64px;
  left: calc(50% - 32px);
  position: absolute;
  top: -32px;
  width: 64px;
}
.footer .back-to-top:before {
  background-position: 0px 0px;
  height: 9px;
  left: 25px;
  top: 27px;
  width: 13px;
}
@media screen and (max-width: 1200px) {
  .footer .footer-col {
    float: left;
    padding: 0;
    width: 47.8723404255%;
  }
  .footer .footer-col:nth-of-type(2n) {
    margin-left: 4.2553191489%;
  }
  .footer .footer-col:nth-of-type(2n - 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer-col {
    width: 100%;
  }
  .footer .footer-col:nth-of-type(2n) {
    margin-left: 0;
  }
}
.footer .footer-newsletter form {
  background-color: transparent;
  border: 0;
  max-width: 300px;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .footer .footer-newsletter form {
    max-width: none;
  }
}
.footer .footer-newsletter form input {
  border: 0;
  border-bottom: 1px solid #a1b3ce;
  background: transparent;
  color: #a1b3ce;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.footer .footer-newsletter form .button {
  background-color: #f8f8f8;
  color: #363d48;
  font-weight: 900;
  margin-top: 16px;
  text-align: left;
}
.footer .footer-newsletter form .button:focus, .footer .footer-newsletter form .button:hover {
  background-color: rgba(248, 248, 248, 0.95);
}
.footer .footer-newsletter form .button:after {
  background-position: -37px -16px;
}
.footer .footer-courses .footer-title {
  margin-bottom: 0;
}
.footer .footer-courses a {
  max-width: 324px;
}
@media screen and (max-width: 600px) {
  .footer .footer-courses a {
    max-width: none;
  }
}
.footer .footer-courses .footer-course {
  border-bottom: 1px solid #586577;
  display: block;
  max-width: 324px;
  padding: 22px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .footer .footer-courses .footer-course {
    max-width: none;
  }
}
.footer .footer-custom {
  line-height: 1.6;
}
.footer .footer-custom .cta {
  max-width: 324px;
  padding: 16px 0;
}
.footer .footer-custom .cta:after {
  top: 20px;
}
@media screen and (max-width: 600px) {
  .footer .footer-custom .cta {
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer-products .button {
    margin-bottom: 0;
  }
}
.footer .footer-details {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer .footer-details .address-title {
  font-weight: 600;
  line-height: 1;
}
.footer .footer-details .contact-links a {
  text-transform: none;
}
.footer .footer-details .social {
  border-bottom: 1px solid #586577;
  padding-bottom: 38px;
  margin-bottom: 40px;
  margin-top: 34px;
}
.footer .eurofins {
  font-size: 0.75em;
}
.footer .eurofins img {
  border: 0;
  padding: 10px 0;
  width: 50%;
}

.footer-bar {
  background-color: #20262e;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.7px;
  padding: 24px 0;
  text-transform: uppercase;
}
.footer-bar a {
  color: #fff;
}

.sectors-grid {
  padding-bottom: 30px;
  padding-top: 60px;
}
.sectors-grid.container {
  overflow: visible;
}
.sectors-grid .sector {
  border: 6px solid #fff;
  display: block;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0px 0px 7px -2px rgb(51, 51, 51);
  -moz-box-shadow: 0px 0px 7px -2px rgb(51, 51, 51);
  box-shadow: 0px 0px 7px -2px rgb(51, 51, 51);
}
.sectors-grid .sector:nth-of-type(2n+1) {
  margin-left: 0;
}
.sectors-grid .sector .sector-image {
  max-width: 100%;
  width: 100%;
}
.sectors-grid .sector .sector-banner {
  background-color: rgba(0, 56, 131, 0.75);
  bottom: 50px;
  max-width: 550px;
  padding-left: 40px;
  padding-right: 100px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .sectors-grid .sector .sector-banner {
    bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .sectors-grid .sector .sector-banner {
    bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sectors-grid .sector .sector-banner {
    bottom: 0;
    padding-left: 20px;
    padding-right: 56px;
    position: relative;
  }
}
.sectors-grid .sector .sector-banner:after {
  background-position: -66px -64px;
  height: 25px;
  right: 30px;
  top: calc(50% - 12px);
  width: 17px;
}
.sectors-grid .sector .sector-banner .sector-title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1.8px;
  margin: 20px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .sectors-grid .sector .sector-banner .sector-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .sectors-grid .sector .sector-banner .sector-title {
    font-size: 20px;
    margin: 0;
    padding: 20px 0;
  }
}
.sectors-grid .sector .sector-banner .sector-title:after {
  content: none;
}
.sectors-grid .sector .sector-banner .sector-desc {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .sectors-grid .sector .sector-banner .sector-desc {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .sectors-grid .sector .sector-banner .sector-desc {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .sectors-grid .sector .sector-banner .sector-desc {
    display: none;
  }
}
.sectors-grid .sector:hover {
  text-decoration: none;
}
.sectors-grid .sector:hover .sector-desc {
  max-height: 1000px;
  padding-bottom: 20px;
}

.home-intro img {
  float: right;
  max-width: 100%;
}
.home-intro .page-title {
  margin-bottom: 60px;
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .home-intro .page-title {
    margin-top: 40px;
  }
}
@media screen and (max-width: 800px) {
  .home-intro .page-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .home-intro .home-intro-left {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .home-intro .home-intro-left .content-link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .home-intro .home-intro-right {
    display: none;
  }
}

/* Alter main home news widget */
.home .news-card {
  /* img{
       padding-bottom: 0;

   }

    .news-card-inner {
       padding-bottom: 30px;
       padding-left: 40px;
       padding-top: 40px;
   } */
}

.product-list {
  padding-bottom: 124px;
}

.freq-chart {
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  #wide-freq-chart {
    display: none;
  }
}

#narrow-freq-chart {
  display: none;
}
@media screen and (max-width: 1000px) {
  #narrow-freq-chart {
    display: block;
  }
}

.course-listing {
  margin-bottom: 66px;
}
.course-listing ul li {
  padding-left: 0px;
}
.course-listing ul li:before {
  content: none;
}
.course-listing .course-item {
  display: block;
  padding: 30px 0;
  position: relative;
  text-decoration: none;
}
.course-listing .course-item:focus, .course-listing .course-item:hover {
  color: #363d48;
  text-decoration: none;
}
.course-listing .course-item:focus .rel-course-det, .course-listing .course-item:hover .rel-course-det {
  color: #363d48;
}
.course-listing .course-item:focus .rel-course-date, .course-listing .course-item:hover .rel-course-date {
  background-color: #363d48;
}
.course-listing .course-item .rel-course-date {
  background-color: #d81122;
  color: #fff;
  float: left;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.3px;
  line-height: 1;
  margin-right: 30px;
  min-height: 120px;
  padding-top: 22px;
  width: 120px;
}
.course-listing .course-item .rel-course-date div {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .course-listing .course-item .rel-course-date {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
    min-height: auto;
    padding: 20px;
    text-align: left;
    width: auto;
  }
  .course-listing .course-item .rel-course-date div {
    display: inline-block;
    margin-right: 6px;
  }
}
@media screen and (max-width: 800px) {
  .course-listing .course-item .rel-course-date {
    padding: 12px;
  }
}
.course-listing .course-item .rel-course-date .rel-course-day {
  font-weight: 600;
  line-height: 1;
}
.course-listing .course-item .rel-course-date .rel-course-day.mult-days {
  font-size: 16px;
  margin-top: 15px;
}
.course-listing .course-item .rel-course-date .rel-course-day.one-day {
  font-size: 41px;
  letter-spacing: 2.9px;
}
@media screen and (max-width: 800px) {
  .course-listing .course-item .rel-course-date .rel-course-day {
    line-height: 1.5;
  }
}
.course-listing .course-item .rel-course-date .rel-course-year {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 4.9px;
  margin-top: 4px;
}
@media screen and (max-width: 900px) {
  .course-listing .course-item .rel-course-date div,
  .course-listing .course-item .rel-course-date .rel-course-day,
  .course-listing .course-item .rel-course-date .rel-course-day.one-day,
  .course-listing .course-item .rel-course-date .rel-course-day.mult-days,
  .course-listing .course-item .rel-course-date .rel-course-year {
    font-size: 24px;
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .course-listing .course-item .rel-course-date div,
  .course-listing .course-item .rel-course-date .rel-course-day,
  .course-listing .course-item .rel-course-date .rel-course-day.one-day,
  .course-listing .course-item .rel-course-date .rel-course-day.mult-days,
  .course-listing .course-item .rel-course-date .rel-course-year {
    font-size: 18px;
  }
}
.course-listing .course-item .rel-course-name {
  font-size: 22px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 12px;
  margin-top: -8px;
}
@media screen and (max-width: 500px) {
  .course-listing .course-item .rel-course-name {
    font-size: 18px;
  }
}
.course-listing .course-item .rel-course-info {
  color: #363d48;
  font-size: 16px;
  font-weight: 500;
}
.course-listing .course-item .rel-course-det {
  color: #d81122;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}
.course-listing .course-item .rel-course-name,
.course-listing .course-item .rel-course-info,
.course-listing .course-item .rel-course-det {
  margin-left: 150px;
}
@media screen and (max-width: 900px) {
  .course-listing .course-item .rel-course-name,
  .course-listing .course-item .rel-course-info,
  .course-listing .course-item .rel-course-det {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .course-listing .course-item .rel-course-name,
  .course-listing .course-item .rel-course-info,
  .course-listing .course-item .rel-course-det {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.landing-page .larger-text {
  font-weight: 600;
  font-size: 28px;
  text-transform: unset;
  color: #000000;
}
.landing-page .larger-text:before {
  content: "";
  display: table;
  clear: both;
}
.landing-page .landing-page-image {
  width: 100%;
}
.landing-page .sidebar-header {
  background-color: #003883;
  color: #ffffff;
  margin: 10px 0 0;
  padding: 10px 15px;
  font-weight: normal;
  text-transform: unset;
}
.landing-page .sidebar-header:after {
  display: none;
}
.landing-page .link {
  background-color: #f1f5f8;
  padding: 10px;
}

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