/* ---------- RESET ---------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input {
  margin: 0;
  padding: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 100%;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol,
li {
  list-style-type: none;
}
input,
textarea {
  outline: none;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.container-full-height {
  height: 100%;
}
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.ui-loading .ui-loader {
  display: none;
}
.ui-loader {
  display: none;
}
.container-custom {
  max-width: 975px;
}
/* VARIABLES */
/* GENERAL */
body {
  font: 14px/21px 'Roboto', sans-serif;
  color: #333333;
}
a,
a:link,
a:visited {
  color: #333333;
}
a:hover,
a:active {
  text-decoration: none;
}
h1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
h2 {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}
h4 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
h5 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}
h6 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}
/* HEADER */
.contact .contact-menu {
  display: inline-block;
  margin: 0 -5px;
}
.contact .contact-menu li {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.contact .contact-menu li:after {
  position: absolute;
  right: -4px;
  top: 0;
  content: '/';
  font-size: 13px;
  color: #e4e4e4;
}
.contact .contact-menu li:last-child:after {
  display: none;
}
.contact .contact-menu li a {
  font-size: 13px;
}
.contact .social-menu {
  display: inline-block;
  padding-left: 10px;
  margin: 0 -1.5px;
}
.contact .social-menu li {
  display: inline-block;
  padding: 0 1.5px;
  text-align: center;
}
.contact .social-menu li a {
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: #003a6a;
  color: #ffffff;
}
.contact .social-menu li a .fa {
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .navigation-header {
    display: none;
  }
  .secondary-menu-item {
    display: none;
  }
  .main-header {
    position: relative;
    z-index: 3;
  }
  .main-header .main-header-container {
    margin-bottom: 1.5em;
  }
  .main-header .main-header-container .main-header-top:before {
    content: '';
    display: table;
  }
  .main-header .main-header-container .main-header-top:after {
    content: '';
    display: table;
    clear: both;
  }
  .main-header .main-header-container .main-header-top .info-container {
    float: right;
    padding: 1.5em 0;
  }
  .main-header .main-header-container .main-header-top .info-container .secondary {
    margin-bottom: -0.5px;
    text-align: right;
  }
  .main-header .main-header-container .main-header-top .info-container .secondary .secondary-menu {
    display: inline-block;
    margin: 0 -5px;
  }
  .main-header .main-header-container .main-header-top .info-container .secondary .secondary-menu li {
    display: inline-block;
    padding: 0 5px;
  }
  .main-header .main-header-container .main-header-top .info-container .secondary .secondary-menu li a {
    font-size: 13px;
  }
  .main-header .main-header-container .main-header-top .info-container .secondary .languages-menu {
    display: inline-block;
    padding-left: 10px;
    margin: 0 -1.5px;
  }
  .main-header .main-header-container .main-header-top .info-container .secondary .languages-menu li {
    display: inline-block;
    padding: 0 1.5px;
  }
  .main-header .main-header-container .main-header-top .info-container .secondary .languages-menu li a {
    display: block;
  }
  .main-header .main-header-container .main-header-top .info-container .secondary .languages-menu li a img {
    vertical-align: middle;
  }
  .main-header .main-header-container .main-header-top .info-container .contact {
    padding: 0.75em 0;
    margin-bottom: -0.5px;
    text-align: right;
  }
  .main-header .main-header-container .main-header-top .info-container .contact-icon {
    display: none;
  }
  .main-header .main-header-container .main-header-top .logo-container {
    float: left;
    padding: 0.75em 0;
  }
  .main-header .main-header-container .main-header-top .logo-container .logo {
    float: left;
    padding: 5px 0;
  }
  .main-header .main-header-container .main-header-top .logo-container .logo img {
    display: block;
  }
  .main-header .main-header-container .main-header-top .logo-container .logo-text {
    float: left;
    padding-left: 1em;
    border-left: 1px solid #000000;
    margin: 19.5px 0 19.5px 1.5em;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
  }
  .main-header .main-header-container .main-header-top .logo-container .logo-text span {
    display: block;
    margin: -4px 0 -2px 0;
  }
  .main-header .main-header-container .main-header-top .logo-container .logo-text span strong {
    letter-spacing: 1px;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu:before {
    content: '';
    display: table;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu:after {
    content: '';
    display: table;
    clear: both;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu > li {
    position: relative;
    float: left;
    width: 16.66666%;
    padding-right: 1px;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu > li a {
    display: block;
    height: 3em;
    overflow: hidden;
    padding: 5px 0.5em;
    background: #003a6a;
    line-height: 16px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu > li.subscribe a,
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu > li:last-child a {
    position: relative;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu > li.subscribe a:after,
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu > li:last-child a:after {
    position: absolute;
    right: 10.5px;
    top: 10.5px;
    content: '\f1d8';
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 21px;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu > li ul {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    min-width: 100%;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu > li ul li {
    display: block;
    width: 100%;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu > li ul li a {
    padding: 0.75em 1em;
    background: #2d548d;
    line-height: 21px;
    color: #f1f1f1;
    font-weight: normal;
    white-space: nowrap;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu > li:hover > ul {
    opacity: 10;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu > li:hover > ul li a:hover {
    background: #ed1846;
  }
}
/* CONTENT */
.main-content .button {
  position: relative;
  display: inline-block;
  padding: 0.75em 4em 0.75em 1em;
  background: #003a6a;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.main-content .button:before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 42px;
  height: 42px;
  background: #ffffff;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.main-content .button:after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 35px;
  height: 42px;
  content: '\f054';
  font-family: 'FontAwesome';
  color: #003a6a;
  line-height: 42px;
  text-align: center;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.main-content .button:hover {
  background: #ed1846;
}
.main-content .button:hover:before {
  -webkit-transform: skew(0);
      -ms-transform: skew(0);
          transform: skew(0);
}
.main-content .button:hover:after {
  width: 42px;
  color: #ed1846;
}
.main-content .button-xs {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  background: #003a6a;
  color: #ffffff;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.main-content .button-xs .fa {
  margin-left: 6.5px;
}
.main-content .button-xs:hover {
  background: #ed1846;
}
.main-content .form .form-section {
  margin-bottom: 1.5em;
}
.main-content .form .form-title {
  margin-bottom: 0.5em;
}
.main-content .form .form-group-custom {
  padding: 0.5em 0;
}
.main-content .form .form-group-custom .form-control-custom {
  width: 100%;
  padding: calc(0.5em - 1px) 1em;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.main-content .form .form-group-custom .form-control-custom.has-error-custom {
  border-color: #ed1846;
  color: #ed1846;
}
.main-content .form .form-submit {
  margin-top: 0.5em;
}
.main-content .form .form-submit .button {
  padding: 0.5em 4em 0.5em 1em;
}
.main-content .form .form-submit .button:before {
  height: 35px;
}
.main-content .form .form-submit .button:after {
  height: 35px;
  line-height: 35px;
}
.main-content .hero {
  background: #e4e4e4;
}
.main-content .hero .hero-carousel {
  height: 22.5em;
}
.main-content .hero .hero-carousel .hero-carousel-figure {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-content .hero .hero-carousel .hero-carousel-figure .hero-carousel-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-content .hero .hero-carousel .hero-carousel-figure .hero-carousel-content .headline {
  position: absolute;
  left: 1em;
  bottom: 1.5em;
  z-index: 1;
  max-width: 430px;
  padding: 0.75em;
  margin-right: 1em;
  background: rgba(255, 255, 255, 0.8);
}
.main-content .hero .hero-carousel .hero-carousel-figure .hero-carousel-content .headline:before {
  position: absolute;
  left: 0;
  top: -33px;
  z-index: -1;
  content: url(../images/arrow-up.png);
}
.main-content .hero .hero-carousel .hero-carousel-figure .hero-carousel-content .headline h2 {
  color: #000000;
}
.main-content .hero .hero-carousel .hero-carousel-figure .hero-carousel-content .call-to-action {
  position: absolute;
  right: 1em;
  bottom: 1.5em;
  z-index: 1;
  width: 148px;
}
.main-content .hero .hero-carousel .hero-carousel-figure .hero-carousel-content .call-to-action .button {
  display: block;
}
.main-content .hero .hero-carousel .carousel,
.main-content .hero .hero-carousel .carousel-inner,
.main-content .hero .hero-carousel .item {
  height: 100%;
}
.main-content .hero .hero-carousel .carousel-indicators {
  left: 1em;
  right: auto;
  top: 1em;
  bottom: auto;
  width: auto;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.main-content .hero .hero-carousel .carousel-indicators li {
  width: 1em;
  height: 1em;
  border: none;
  border-radius: 0;
  margin: 0 2px;
  background: #ffffff;
}
.main-content .hero .hero-carousel .carousel-indicators li.active {
  background: #003a6a;
}
.main-content .hero .features .features-title {
  background: #003a6a;
  padding: 0.75em 1em;
  color: #ffffff;
}
.main-content .hero .features .features-articles {
  background: #ffffff;
}
.main-content .hero .features .features-articles .features-article {
  height: 4.5em;
  overflow: hidden;
  padding: 0.75em 1em calc(0.75em - 1px) 1em;
  border-bottom: 1px solid #e4e4e4;
}
.main-content .hero .features .features-articles .features-article:before {
  content: '';
  display: table;
}
.main-content .hero .features .features-articles .features-article:after {
  content: '';
  display: table;
  clear: both;
}
.main-content .hero .features .features-articles .features-article:last-child {
  border-bottom: none;
}
.main-content .hero .features .features-articles .features-article .features-article-number {
  float: left;
  font-size: 42px;
  line-height: 42px;
  font-weight: 100;
  color: #003a6a;
}
.main-content .hero .features .features-articles .features-article .features-article-info {
  float: left;
  padding: 5px 0 5px 1em;
  line-height: 16px;
  color: #000000;
  font-weight: bold;
}
.main-content .boxes {
  padding: 3em 0;
}
.main-content .boxes .boxes-article {
  height: 15em;
}
.main-content .boxes .boxes-article .boxes-article-figure {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-content .boxes .boxes-article .boxes-article-figure .boxes-article-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 6em;
}
.main-content .boxes .boxes-article .boxes-article-figure .boxes-article-content .boxes-article-title {
  padding: 1.5em 2em;
  color: #ffffff;
  text-shadow: 1px 1px 0 #000000;
}
.main-content .boxes .boxes-article .boxes-article-figure .boxes-article-content .boxes-article-title a {
  color: #ffffff;
}
.main-content .boxes .boxes-article .boxes-article-figure .boxes-article-content .call-to-action {
  position: absolute;
  right: 1.5em;
  bottom: 1.5em;
  z-index: 1;
}
.main-content .featured {
  background: #eeeeee;
}
.main-content .featured .newsletter {
  padding: 3em 1.5em;
}
.main-content .featured .newsletter .form .form-title {
  color: #000000;
}
.main-content .featured .newsletter .form .form-submit .button {
  display: block;
}
.main-content .featured .featured-box {
  height: 15em;
  margin: 1.5em 0;
}
.main-content .featured .featured-box .featured-box-figure {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-content .featured .featured-box .featured-box-figure .featured-box-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-content .featured .featured-box .featured-box-figure .featured-box-content .headline {
  position: absolute;
  left: 1.5em;
  top: 1.5em;
  z-index: 1;
  max-width: 460px;
  padding: 0.75em;
  margin-right: 1.5em;
  background: rgba(255, 255, 255, 0.8);
}
.main-content .featured .featured-box .featured-box-figure .featured-box-content .headline:before {
  position: absolute;
  left: 0;
  bottom: -38px;
  z-index: -1;
  content: url(../images/arrow-down.png);
}
.main-content .featured .featured-box .featured-box-figure .featured-box-content .headline h2 {
  color: #000000;
}
.main-content .featured .featured-box .featured-box-figure .featured-box-content .call-to-action {
  position: absolute;
  right: 1.5em;
  bottom: 1.5em;
  z-index: 1;
}
.main-content .news {
  padding: 1.5em 0;
  margin: 19px 0 -2px 0;
}
.main-content .news .facebook {
  overflow: hidden;
  text-align: center;
}
.main-content .news .news-articles .news-article {
  padding-bottom: 9px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}
.main-content .news .news-articles .news-article:before {
  content: '';
  display: table;
}
.main-content .news .news-articles .news-article:after {
  content: '';
  display: table;
  clear: both;
}
.main-content .news .news-articles .news-article:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.main-content .news .news-articles .news-article .news-article-date {
  position: relative;
  float: left;
  width: 63px;
  height: 58px;
  overflow: hidden;
  background: #2d548d;
}
.main-content .news .news-articles .news-article .news-article-date:before {
  position: absolute;
  left: -6px;
  top: 50%;
  content: '';
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.main-content .news .news-articles .news-article .news-article-date:after {
  position: absolute;
  right: -6px;
  top: 50%;
  content: '';
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.main-content .news .news-articles .news-article .news-article-date .date-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 63px;
  height: 29px;
  background: rgba(0, 0, 0, 0.3);
}
.main-content .news .news-articles .news-article .news-article-date .day {
  font-size: 32px;
  line-height: 55px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.main-content .news .news-articles .news-article .news-article-date .month {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 11px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.main-content .news .news-articles .news-article .news-article-content {
  float: left;
  width: calc(100% - 63px);
  height: 58px;
  overflow: hidden;
  padding: 2px 0 2px 1em;
}
.main-content .news .news-articles .news-article .news-article-content h5 {
  line-height: 18px;
  color: #000000;
}
.main-content .news .news-articles .news-article .news-article-content p {
  line-height: 18px;
}
.main-content .page-title {
  padding: 1.5em 0;
  color: #000000;
}
.main-content .page-breadcrumbs .page-breadcrumbs-menu:before {
  content: '';
  display: table;
}
.main-content .page-breadcrumbs .page-breadcrumbs-menu:after {
  content: '';
  display: table;
  clear: both;
}
.main-content .page-breadcrumbs .page-breadcrumbs-menu li {
  display: inline;
}
.main-content .page-breadcrumbs .page-breadcrumbs-menu li:after {
  content: ' > ';
  color: #4d4d4d;
}
.main-content .page-breadcrumbs .page-breadcrumbs-menu li:last-child:after {
  display: none;
}
.main-content .page-breadcrumbs .page-breadcrumbs-menu li a {
  color: #003a6a;
}
.main-content .page-breadcrumbs .page-breadcrumbs-menu li a:hover {
  text-decoration: underline;
}
.main-content .page-featured-image {
  position: relative;
  height: 22.5em;
  margin-bottom: 1.5em;
}
.main-content .page-featured-image:before {
  position: absolute;
  left: -9999px;
  top: 0;
  content: '';
  width: 9999px;
  height: 100%;
  background: #e4e4e4;
}
.main-content .page-featured-image .page-featured-image-figure {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-content .page-content {
  padding: 1.5em 0;
  margin-bottom: -1.5em;
}
.main-content .page-content h1 {
  margin-bottom: 21px;
  color: #000000;
}
.main-content .page-content h2 {
  margin-bottom: 21px;
  color: #000000;
}
.main-content .page-content h3 {
  margin-bottom: 21px;
  color: #000000;
}
.main-content .page-content h4 {
  padding: 0.75em 1em;
  margin-bottom: 1.5em;
  background: #e4e4e4;
  color: #000000;
}
.main-content .page-content h5 {
  padding: 0.75em 1em;
  margin-bottom: 1.5em;
  background: #003a6a;
  color: #ffffff;
}
.main-content .page-content h6 {
  margin-bottom: 1.5em;
  color: #000000;
}
.main-content .page-content p {
  margin-bottom: 1.5em;
}
.main-content .page-content a {
  color: #2d548d;
}
.main-content .page-content a:hover {
  text-decoration: underline;
}
.main-content .page-content ul {
  padding-left: 1em;
  margin-bottom: 1.5em;
}
.main-content .page-content ul li {
  position: relative;
  padding-left: 1em;
  color: #000000;
}
.main-content .page-content ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\25aa';
}
.main-content .page-content ul.arrow li:before {
  content: '\f105';
  font-family: 'FontAwesome';
}
.main-content .page-content ul.check li {
  padding-left: 1.5em;
}
.main-content .page-content ul.check li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
}
.main-content .page-content .table-striped-custom {
  margin-bottom: 1.5em;
}
.main-content .page-content .table-striped-custom thead tr th {
  padding: 5.25px 1em;
  border: none;
  background: #c8d7dd;
  line-height: 21px;
  color: #000000;
  font-weight: bold;
}
.main-content .page-content .table-striped-custom tbody tr:nth-of-type(2n) {
  background: #eeeeee;
}
.main-content .page-content .table-striped-custom tbody tr:nth-of-type(2n+1) {
  background: #ffffff;
}
.main-content .page-content .table-striped-custom tbody tr.highlighted {
  background: #003a6a;
}
.main-content .page-content .table-striped-custom tbody tr.highlighted td {
  color: #ffffff;
}
.main-content .page-content .table-striped-custom tbody tr td {
  padding: 5.25px 1em;
  border: none;
  line-height: 21px;
  color: #000000;
}
.main-content .page-content .button {
  color: #ffffff;
}
.main-content .page-content .button:hover {
  text-decoration: none;
}
.main-content .page-links {
  padding: 1.5em 0;
}
.main-content .page-links .page-links-menu:before {
  content: '';
  display: table;
}
.main-content .page-links .page-links-menu:after {
  content: '';
  display: table;
  clear: both;
}
.main-content .page-links .page-links-menu li {
  display: block;
  float: left;
  width: 25%;
}
.main-content .page-links .page-links-menu li a {
  position: relative;
  padding-left: 1em;
  color: #000000;
  font-weight: bold;
}
.main-content .page-links .page-links-menu li a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\25aa';
}
.main-content .page-posts {
  padding: 1.5em 0;
  margin-bottom: -1.5em;
}
.main-content .page-posts .page-post {
  margin-bottom: 1.5em;
}
.main-content .page-posts .page-post .page-post-featured-image img {
  display: block;
}
.main-content .page-posts .page-post .page-post-content h5 {
  margin-bottom: 0.75em;
  color: #000000;
}
.main-content .page-posts .page-post .page-post-content .read-more {
  padding: 0.75em 0;
}
.main-content .page-posts .page-post .page-post-content .read-more a {
  color: #003a6a;
  font-weight: bold;
}
.main-content .page-posts .page-post .page-post-content .read-more a:hover {
  text-decoration: underline;
}
.main-content .page-posts .page-post .page-post-content .read-more a .fa {
  margin-left: 6.5px;
}
.main-content .page-navigation {
  margin-bottom: 1.5em;
}
.main-content .page-navigation .page-navigation-title {
  position: relative;
  padding: 0.75em 1em calc(0.75em - 1px) 1em;
  border-bottom: 1px solid #ffffff;
  background: #003a6a;
  color: #ffffff;
}
.main-content .page-navigation .page-navigation-title:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '\f107';
  font-family: 'FontAwesome';
}
.main-content .page-navigation .page-navigation-menu li a {
  position: relative;
  display: block;
  padding: 0.75em 1em calc(0.75em - 1px) 1em;
  border-bottom: 1px solid #ffffff;
  background: #c8d7dd;
  color: #000000;
  font-weight: bold;
}
.main-content .page-navigation .page-navigation-menu li a:hover {
  background: #b8ccd3;
}
.main-content .page-navigation .page-navigation-menu li a:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '\f105';
  font-family: 'FontAwesome';
  font-weight: normal;
}
.main-content .page-navigation .page-navigation-menu li ul li a {
  background: #e9e9e9;
  color: #333333;
  font-weight: normal;
}
.main-content .page-navigation .page-navigation-menu li.has-children > a:after {
  content: '\f196';
}
.main-content .page-navigation .page-navigation-menu li.has-children.active > a:after {
  content: '\f147';
}
.main-content .text-box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #eeeeee;
}
.main-content .text-box.text-box-subscribe {
  margin-bottom: 3em;
  background: #e4e4e4;
}
.main-content .text-box .text-box-title {
  margin-bottom: 1.5em;
  color: #000000;
}
.main-content .text-box .text-box-content {
  margin-bottom: -1.5em;
}
.main-content .text-box .text-box-content p {
  margin-bottom: 1.5em;
}
.main-content .text-box .text-box-content a {
  text-decoration: underline;
}
.main-content .text-box .text-box-content .read-more {
  margin: -0.75em 0 0.75em 0;
}
.main-content .text-box .text-box-content .button {
  display: block;
  text-decoration: none;
}
.main-content .image-box {
  margin-bottom: 1.5em;
}
.main-content .image-box .image-box-title {
  padding: 0.75em 1em;
  background: #003a6a;
  color: #ffffff;
}
.main-content .image-box .image-box-figure {
  height: 12em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-content .image-box .image-box-figure .image-box-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-content .image-box .image-box-figure .image-box-content .call-to-action {
  position: absolute;
  right: 1.5em;
  bottom: 1.5em;
  z-index: 1;
}
.main-content .page-tabs {
  padding: 1.5em 0;
}
.main-content .page-tabs .nav-tabs-custom li.active a {
  border-color: #d8d8d8;
}
.main-content .page-tabs .nav-tabs-custom li.active a:after {
  position: absolute;
  bottom: 0;
  left: 1.5em;
  content: '';
  width: calc(100% - 3em);
  height: 3px;
  background: #003a6a;
}
.main-content .page-tabs .nav-tabs-custom li a {
  position: relative;
  padding: 10px 1.5em;
  border-bottom: none;
  border-radius: 0;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.main-content .page-tabs .tab-content-custom {
  padding: 0 1.5em;
  border: 1px solid #d8d8d8;
  border-top: none;
}
.main-content .page-tabs .tab-content-custom .form {
  margin-bottom: 1.5em;
}
.partners {
  margin-bottom: 1.5em;
}
.partners .partners-title {
  margin-bottom: 0.75em;
}
.partners .partners-articles .row {
  margin-left: -5px;
  margin-right: -5px;
}
.partners .partners-articles .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
.partners .partners-articles .partners-article {
  padding: 10px;
  border: 1px solid #4d4d4d;
  margin-bottom: 10px;
}
.partners .partners-articles .partners-article .partners-article-figure {
  position: relative;
  height: 6em;
}
.partners .partners-articles .partners-article .partners-article-figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.partners.partners-carousel {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.partners.partners-carousel .partners-container {
  position: relative;
}
.partners.partners-carousel .grid {
  margin-left: -5px;
  margin-right: -5px;
}
.partners.partners-carousel .grid:before {
  content: '';
  display: table;
}
.partners.partners-carousel .grid:after {
  content: '';
  display: table;
  clear: both;
}
.partners.partners-carousel .grid .item {
  position: relative;
  float: left;
  width: 14.28571428571429%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.partners.partners-carousel .partners-articles {
  padding-left: 3em;
  padding-right: 3em;
}
.partners.partners-carousel .partners-articles .partners-article {
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.partners.partners-carousel .slick-arrow {
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #003a6a;
  color: #ffffff;
  text-align: center;
}
.partners.partners-carousel .slick-arrow.slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  tranform: translateY(-50%);
}
.partners.partners-carousel .slick-arrow.slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  tranform: translateY(-50%);
}
/* FOOTER */
.main-footer .accreditations {
  padding: 1.5em 0;
}
.main-footer .accreditations .accreditations-articles {
  padding: calc(0.75em - 1px);
  border: 1px solid #e4e4e4;
  margin: 0.75em 0;
  text-align: center;
}
.main-footer .accreditations .accreditations-articles .accreditations-article {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  padding: calc(0.375em + 3px) calc(1.5em - 2px);
}
.main-footer .accreditations .accreditations-articles .accreditations-article img {
  display: block;
  max-width: none;
}
.main-footer .main-footer-content {
  padding: 3em 0;
  margin-bottom: -1.5em;
  background: #2d548d;
}
.main-footer .main-footer-content .title {
  margin-bottom: 1.5em;
}
.main-footer .main-footer-content .title h5 {
  font-size: 12px;
  color: #ffffff;
}
.main-footer .main-footer-content .links {
  margin-bottom: 1.5em;
}
.main-footer .main-footer-content .links li {
  font-size: 12px;
  color: #ffffff;
}
.main-footer .main-footer-content .links li a {
  color: #ffffff;
}
.main-footer .main-footer-content .info {
  margin-bottom: 1.5em;
}
.main-footer .main-footer-content .info p {
  font-size: 12px;
  color: #ffffff;
}
.main-footer .main-footer-content .info p a {
  color: #ffffff;
}
.main-footer .copyright {
  padding: 1.5em 0;
  background: #003a6a;
}
.main-footer .copyright .copyright-info p {
  font-size: 12px;
  color: #ffffff;
  font-weight: 300;
}
.main-footer .copyright .copyright-info p a {
  color: #ffffff;
}
.main-footer .copyright .contact {
  text-align: right;
  margin-bottom: -0.5px;
}
.main-footer .copyright .contact .contact-menu li:after {
  display: none;
}
.main-footer .copyright .contact .contact-menu li a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 300;
}
.main-footer .copyright .contact .social-menu li a {
  background: #2d548d;
}
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  body {
    padding-top: 4.5em;
  }
  body.overflow-hidden {
    overflow: hidden;
  }
  .main-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
  }
  .main-header .main-header-container {
    height: 4.5em;
    position: relative;
  }
  .main-header .main-header-container .main-header-top .info-container .secondary .secondary-menu {
    display: none;
  }
  .main-header .main-header-container .main-header-top .info-container .secondary .languages-menu {
    position: absolute;
    top: 10.5px;
    right: 52.5px;
    z-index: 101;
  }
  .main-header .main-header-container .main-header-top .info-container .secondary .languages-menu li a {
    display: block;
  }
  .main-header .main-header-container .main-header-top .info-container .secondary .languages-menu li a img {
    vertical-align: middle;
  }
  .main-header .main-header-container .main-header-top .info-container .contact {
    display: none;
  }
  .main-header .main-header-container .main-header-top .info-container .contact-icon {
    position: absolute;
    top: 10.5px;
    right: 84px;
    z-index: 101;
    display: block;
    width: 42px;
    height: 42px;
    background: #e4e4e4;
    font-size: 18px;
    line-height: 42px;
    color: #003a6a;
    text-align: center;
  }
  .main-header .main-header-container .main-header-top .logo-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
  }
  .main-header .main-header-container .main-header-top .logo-container .logo {
    float: left;
    padding: 0.75em 0;
  }
  .main-header .main-header-container .main-header-top .logo-container .logo img {
    display: block;
    width: 47px;
    height: 42px;
  }
  .main-header .main-header-container .main-header-top .logo-container .logo-text {
    float: left;
    padding-left: 1em;
    border-left: 1px solid #000000;
    margin: 12.5px 0 12.5px 1em;
    line-height: 14px;
    color: #000000;
  }
  .main-header .main-header-container .main-header-top .logo-container .logo-text span {
    display: block;
    margin: -2px 0 -2px 0;
  }
  .main-header .main-header-container .main-header-top .logo-container .logo-text span strong {
    letter-spacing: 1px;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-header .navigation-trigger {
    position: absolute;
    top: 10.5px;
    right: 0;
    z-index: 101;
    cursor: pointer;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-header .navigation-trigger .navigation-icon {
    display: block;
    width: 42px;
    height: 42px;
    background: #003a6a;
    font-size: 18px;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: calc(100% - 4.5em);
    z-index: 100;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 4.5em;
    background: #eeeeee;
    -webkit-transition: left 0.4s ease;
            transition: left 0.4s ease;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content.active {
    left: 0;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu {
    margin: 6em 0;
    text-align: center;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu li {
    display: block;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu li a {
    display: inline-block;
    height: 2.5em;
    overflow: hidden;
    padding: 0.5em 0;
    margin: 0 1.5em;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu li.current a,
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu li.current-menu-item a {
    padding: 0.5em 1.5em;
    background: #e4e4e4;
  }
  .main-header .main-header-container .main-header-bottom .navigation-bar .navigation-content .navigation-menu li ul {
    display: none;
  }
  .main-content .hero .hero-carousel .hero-carousel-figure .hero-carousel-content .headline {
    max-width: 100%;
  }
  .main-content .hero .hero-carousel .hero-carousel-figure .hero-carousel-content .call-to-action .button {
    display: none;
  }
  .main-content .hero .features .features-articles {
    background: #ffffff;
  }
  .main-content .hero .features .features-articles .features-article p {
    font-size: 13px;
  }
  .main-content .page-links .page-links-menu li {
    width: 33.33333%;
  }
  .main-content .page-posts .page-post .page-post-featured-image {
    padding: 0.75em 0;
  }
  .main-content .page-tabs .nav-tabs-custom li {
    margin-bottom: 0;
  }
  .main-content .page-tabs .nav-tabs-custom li.active a {
    background: #d8d8d8;
  }
  .main-content .page-tabs .nav-tabs-custom li.active a:after {
    display: none;
  }
  .main-content .page-tabs .nav-tabs-custom li a {
    border-color: transparent;
  }
  .main-footer .main-footer-content .title {
    margin-bottom: 0;
  }
  .main-footer .main-footer-content .links li {
    display: inline-block;
    margin-right: calc(1.5em - 4px);
    position: relative;
  }
  .main-footer .main-footer-content .links li:after {
    content: '·';
    position: absolute;
    top: 0;
    right: calc(-1em + 1px);
  }
  .main-footer .main-footer-content .links li:last-child {
    margin-right: 0;
  }
  .main-footer .main-footer-content .links li:last-child:after {
    display: none;
  }
  .main-footer .main-footer-content .info {
    margin-bottom: 1.5em;
  }
  .main-footer .main-footer-content .info p {
    margin-bottom: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 18px;
    line-height: 21px;
  }
  .main-content .hero .hero-carousel {
    height: 15em;
    margin-bottom: 1.5em;
  }
  .main-content .hero .features {
    margin-bottom: 1.5em;
  }
  .main-content .boxes {
    padding: 1.5em 0;
    margin-bottom: -1.5em;
  }
  .main-content .boxes .boxes-article {
    margin-bottom: 1.5em;
  }
  .main-content .featured .newsletter {
    margin-bottom: -1.5em;
  }
  .main-content .featured .featured-box .featured-box-figure .featured-box-content .headline:before {
    display: none;
  }
  .main-content .featured .featured-box .featured-box-figure .featured-box-content .call-to-action .button-xs {
    display: none;
  }
  .main-content .news {
    margin: 0;
  }
  .main-content .news .facebook {
    margin-bottom: 1.5em;
  }
  .main-content .news .news-articles .news-article .news-article-content {
    height: auto;
  }
  .main-content .page-featured-image {
    height: 10.5em;
  }
  .main-content .page-links .page-links-menu li {
    width: 50%;
  }
  .main-content .page-navigation {
    margin-top: 1.5em;
  }
  .main-content .partners .partners-articles .partners-article {
    padding: 5px;
  }
  .main-content .partners.partners-carousel .partners-articles .partners-article {
    padding: 0;
  }
  .main-footer .accreditations .accreditations-articles .accreditations-article {
    padding: calc(0.375em + 3px) calc(0.75em - 2px);
  }
  .main-footer .accreditations .accreditations-articles .accreditations-article .logo-mecs {
    width: 57px;
    overflow: hidden;
  }
  .main-footer .accreditations .accreditations-articles .accreditations-article .logo-mc {
    width: 57px;
    overflow: hidden;
  }
  .main-footer .accreditations .accreditations-articles .accreditations-article .logo-ecl {
    width: 57px;
    overflow: hidden;
  }
  .main-footer .accreditations .accreditations-articles .accreditations-article .logo-pretesting {
    width: 111px;
    overflow: hidden;
  }
  .main-footer .copyright .copyright-info {
    margin-bottom: 0.75em;
    text-align: center;
  }
  .main-footer .copyright .contact {
    margin-bottom: 0;
    text-align: center;
  }
  .main-footer .copyright .contact .contact-menu {
    display: block;
    margin-bottom: 0.75em;
  }
  .main-footer .copyright .contact .social-menu {
    display: block;
    padding-left: 0;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
