body {
  overflow-x: hidden;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #003e78;
}
.bg-primary {
	background: #003e78 !important;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #003e78;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #002445;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #003e78;
  border-color: #003e78;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #002445;
  border-color: #001e3b;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #003e78;
  border-color: #003e78;
}
.btn-primary .badge {
  color: #003e78;
  background-color: white;
}
.btn-secondary {
  color: white;
  background-color: #707070;
  border-color: #707070;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: white;
  background-color: #575757;
  border-color: #515151;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #707070;
  border-color: #707070;
}
.btn-secondary .badge {
  color: #707070;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #707070;
  border-color: #707070;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 15px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #575757;
  border-color: #515151;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #707070;
  border-color: #707070;
}
.btn-xl .badge {
  color: #707070;
  background-color: white;
}
header {
  padding: 0 0 60px;
  border-bottom: 6px solid #a8b2be;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background: white;
}
header.affix {
  width: 100%;
  z-index: 999;
  top: 0;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
	header.affix {
		padding-top: 0 !important;
	}
}
header.affix h2 {
	display: none;
}
header .logo {
  position: absolute;
  top: 35px;
}
header.affix .logo {
	top: -10px;
}
header h2 {
  color: #a8b2be;
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 15px;
}
header .email {
  padding-top: 8px !important;
}
header .email span,
header .email p,
header .email a {
  color: #003e78;
}
header .email span {
  font-size: 30px;
  border: 1px solid #555555;
  padding: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
header .email p {
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 20px 0;
  }
  header .logo {
    left: 35px;
    top: 5px;
  }
}
.navbar-custom {
  background-color: #003e78;
  border-color: transparent;
  z-index: 99;
}
@media (min-width: 1024px) {
  .navbar-custom {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1500px) {
  .navbar-custom {
    padding-right: 13%;
  }
}
@media (min-width: 1350px) and (max-width: 1500px) {
  .navbar-custom {
    padding-right: 9%;
  }
}
@media (min-width: 1350px) and (max-width: 1500px) {
  .navbar-custom {
    padding-right: 9%;
  }
}
@media (min-width: 991px) and (max-width: 1350px) {
  .navbar-custom {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-custom {
    position: absolute;
    bottom: 0;
  }
}
.navbar-custom.affix {
  top: 0;
  position: fixed !important;
}
.navbar-custom .navbar-brand {
  color: #003e78;
  display: none;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #002445;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #003e78;
  border-color: #003e78;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #003e78;
}
.navbar-custom .nav li a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  font-size: 13px;
  padding: 13px 18px 10px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: white;
}
.navbar-custom .nav li a:hover:after {
  content: "";
  background: white;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.navbar-custom .nav a.active {
  color: white;
}
.navbar-custom .nav a.active:after {
  content: "";
  background: white;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #003e78;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #002445;
}
@media (min-width: 768px) {
  .navbar-custom {
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-collapse {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #222222;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 0;
  }
  .navbar-custom {
    width: 100%;
    left: 0;
    top: 0;
    background: white;
  }
  .nav li a {
    padding: 10px 20px !important;
    color: #003e78 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .nav li a {
    padding: 10px 18px !important;
  }
}
@media (min-width: 991px) and (max-width: 1025px) {
  .nav li a {
    padding: 10px 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav li a {
    padding: 10px 13px !important;
  }
}
.home-banner {
  background-image: url('/assets/img/home/header-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
  position: relative;
  /*&:before {
        content: "";
        background: rgba(0,0,0,0);
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }*/
}
.home-banner .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
.home-banner .intro-text.new {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.home-banner .intro-text .intro-lead-in {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
}
.home-banner .intro-text .intro-heading {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 40px;
  position: relative;
}
.home-banner .intro-text .intro-heading:after {
  content: "";
  background: #0dacca;
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
}
.home-banner .btn {
  padding: 10px 45px;
  background: #0dacca;
  border: 1px solid #0dacca;
}
@media (min-width: 768px) {
  .home-banner .intro-text {
    padding-top: 180px;
    padding-bottom: 300px;
  }
  .home-banner .intro-text .intro-lead-in {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .home-banner .intro-text .intro-heading {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 41px;
    line-height: 75px;
    margin-bottom: 40px;
  }
}
section {
  padding: 40px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 75px;
  position: relative;
}
section h2.section-heading:after {
  content: "";
  background: #bb0818;
  position: absolute;
  margin: 0 auto;
  bottom: -25px;
  left: 0;
  right: 0;
  width: 80px;
  height: 3px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 60px 0;
  }
}
#services {
  padding: 0;
  position: relative;
}
#services .bannerContainer {
  background: white;
  padding: 60px 0;
}
#services .bannerContainer h2 {
  padding: 15px 30px;
  background: #003e78;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #services {
    background: #000;
  }
  #services h4 {
    color: white;
  }
  #services .bannerContainer {
    padding: 0 0 60px;
    background: white;
    position: relative;
    top: -300px;
    margin-bottom: -420px;
    /*position: absolute;
            top: -310px;*/
  }
}
@media (min-width: 768px) {
  #services {
    position: relative;
  }
  #services .bannerContainer {
    background: white;
    position: relative;
    top: -300px;
    margin-bottom: -420px;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#portfolio {
  padding: 60px 0 0;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
section#footer {
  background-color: #000;
  background-image: url('/assets/img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 40px;
}
section#footer p,
section#footer a,
section#footer strong {
  color: white;
  font-size: 14px;
  margin: 0;
}
section#footer span.fa {
  font-size: 25px;
  color: #0dacca;
}
section#footer .email {
  margin-top: 7px;
  display: block;
}
section#footer h3 {
  margin-bottom: 50px;
  position: relative;
  color: #0dacca;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
section#footer ul {
  padding-left: 20px;
  list-style-type: none;
}
section#footer ul li {
  padding: 8px 0;
}
section#footer ul li:before {
  font-family: 'FontAwesome';
  content: '\f054';
  margin: 0 5px 0 -15px;
  color: #0dacca;
}
section#footer .social > a > div {
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 10px 0;
  margin: 30px 0;
}
section#footer .social .facebook {
  background: #3b5998;
}
section#footer .social .twitter {
  background: #55acee;
}
section#footer .social .linkedin {
  background: #007bb5;
}
section#footer .social .googleplus {
  background: #dd4b39;
}
section#footer .social .facebook {
  background: #3b5998;
}
section#footer .section-heading {
  color: white;
}
section#footer .form-group {
  margin-bottom: 25px;
}
section#footer .form-group input,
section#footer .form-group textarea {
  padding: 14px;
}
section#footer .form-group input.form-control {
  height: auto;
}
section#footer .form-group textarea.form-control {
  height: 236px;
}
section#footer .form-control:focus {
  border-color: #003e78;
  box-shadow: none;
}
section#footer ::-webkit-input-placeholder {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #555555;
}
section#footer :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #555555;
}
section#footer ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #555555;
}
section#footer :-ms-input-placeholder {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #555555;
}
section#footer .text-danger {
  color: #bb0818;
}
section#footer .footer-info {
  padding: 40px;
  position: absolute;
  top: -165px;
  background: #333333;
  border: 1px solid white;
}
@media (min-width: 767px) and (max-width: 1024px) {
  section#footer .footer-info {
    top: -140px;
  }
}
@media screen and (max-width: 767px) {
  section#footer .footer-info {
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }
}
footer {
  padding: 25px 0;
  background-color: #333333;
}
footer p,
footer a,
footer span {
  color: white;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  margin: 0;
}
footer a:hover {
  color: #0dacca;
  text-decoration: none;
}
footer img {
  max-width: 250px;
}
footer span.copyright {
  line-height: 40px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}
footer .social {
  margin-top: 40px;
}
footer .social a {
  background: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px 0;
  margin: 0 2px;
  text-align: center;
  color: #333333;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #003e78;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #003e78;
}
::selection {
  text-shadow: none;
  background: #003e78;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #003e78;
}
::selection {
  color: #fff; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #fff; /* Gecko Browsers */
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.spacer-half {
  clear: both;
  width: 100%;
  height: 5px;
}
.spacer-single {
  clear: both;
  width: 100%;
  height: 10px;
}
.spacer-double {
  clear: both;
  width: 100%;
  height: 20px;
}
.spacer-triple {
  clear: both;
  width: 100%;
  height: 30px;
}
.spacer-quad {
  clear: both;
  width: 100%;
  height: 40px;
}
.padclear {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
	.padsmclear {
  		padding: 0 !important;
	}
}
.margclear {
  margin: 0 !important;
}
.w100 {
  width: 100%;
}
@media (min-width: 767px) {
  .desktopCenter {
    text-align: center;
  }
}
.sideBar {
  background: #bb0818;
  position: fixed;
  top: 173px;
  z-index: 998;
  right: 0;
}
.sideBar a {
  display: block;
  padding: 10px 17px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.sideBar a:hover {
  padding: 10px 25px;
}
.fixedcontact {
  position: fixed;
  right: 0;
  top: 220px;
  margin-right: -332px;
  z-index: 999;
}
.fixedcontact textarea {
  max-width: 100%;
  min-width: 100%;
}
.quckcontactside {
  float: left;
  width: 332px;
  background: #003e78;
  padding: 10px 15px 20px 15px;
}
.quckcontactside p,
.quckcontactside h3,
.quckcontactside .closetoggle {
  color: #eee;
  opacity: 1;
}
.quckcontactside .inner-addon {
  position: relative;
}
.quckcontactside .inner-addon span {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
}
.quckcontactside .btn {
  background: #707070;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.divider {
  background: #003e78;
  padding: 40px 0;
  text-align: center;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .divider.prefoot p {
    font-size: 16px;
  }
}
.divider p {
  font-size: 29px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.divider p.btn-divider {
  margin-top: 10px;
}
.divider .btn-xl {
  background: #333;
  border: 3px solid transparent;
  border-radius: 3px;
  display: block;
  font-size: 17px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.divider .btn-xl:hover {
  text-decoration: none;
  background: transparent;
  border: 3px solid white;
}
#home-welcome {
  padding: 120px 0 80px;
  background: #f5f5f5;
}
#home-welcome h1 {
  color: #003e78;
  font-weight: 700;
  line-height: 1.4;
  font-size: 38px;
  margin: 80px 0 40px 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #home-welcome h1 {
    margin: 00px 0 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  #home-welcome {
    padding: 10px 0 0;
  }
  #home-welcome .videobg {
  	margin-top: 2.6rem;
  }
}
.home-products h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 45px;
  position: relative;
  font-size: 36px;
}
.home-products h2:after {
  content: "";
  background: #003e78;
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
}
.home-products .product {
  border: 1px solid #a8b2be;
  text-align: center;
  margin-top: 30px;
  min-height: 268px;
}
.home-products .product img {
  width: 90%;
  margin: 20px auto;
}
.home-products .product .txt-content {
  padding: 10px;
  margin: 0 10px;
  border-top: 1px solid #a8b2be;
}
.home-products .product .txt-content p {
  color: #707070;
  font-size: 18px;
  margin: 0 auto;
	width: 66%;
}
.home-products .btn {
  margin: 0 auto;
  border: none;
  background: #003e78;
}
.home-divider {
  padding: 120px 0;
  text-align: center;
  position:relative;
}
.home-divider::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,62,120,0.6);
}
.home-divider img {
  margin: 0 auto;
}
.home-divider p {
  color: white;
  font-size: 40px;
  margin: 0;
}
.home-more h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 45px;
  position: relative;
}
.home-more h2:after {
  content: "";
  background: #003e78;
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
}
.home-more .txt-content {
  padding: 20px;
  min-height: 260px;
  position:relative;
}
.home-more .txt-content a {
  position: absolute;
  bottom: 0;
}
.home-more .txt-content strong {
  display: block;
  font-size: 16px;
  margin: 5px 0 20px;
}
.home-news {
  background: url(/assets/img/home/home-newsbg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.home-news h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
  color: white;
}
.home-news h2:after {
  content: "";
  background: #003e78;
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
}
.home-news .news-item {
  border: 1px solid white;
  background: white;
  margin: 20px 0;
}
.home-news .title {
  display: block;
  font-weight: 700;
  padding: 15px 20px;
  font-size: 16px;
}
.home-news strong {
  display: block;
  font-size: 15px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding: 10px 20px;
}
.home-news .txt-content {
  padding: 20px;
  position:relative;
  padding-bottom: 40px;
  min-height: 200px;
}
.home-news .txt-content .btn {
  position: absolute;
  bottom: 20px;
}
.home-map {
  padding: 60px 0 0;
}
.home-map h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
}
.home-map h2:after {
  content: "";
  background: #003e78;
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
}
.home-prod-banner .slick-next {
  color: white;
}
.home-prod-banner .slick-next:hover {
  color: white;
}
.home-prod-banner .slick-prev {
  color: white;
}
.home-prod-banner .slick-prev:hover {
  color: white;
}
@media only screen and (max-device-width: 768px) {
  .home-prod-banner .slick-next {
    right: 35px;
    color: black;
  }
  .home-prod-banner .slick-prev {
    left: 35px;
    color: black;
  }
}
@media (max-width: 770px) {
  .navbar-header {
    float: none;
  }
  .navbar-brand {
    display: block !important;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: white;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
/*.prehead {
  border-bottom: 1px solid #eeeeee;
}*/
.prehead .fa {
  display: inline-block;
  color: #003e78;
  font-size: 18px;
  margin-right: 10px;
}
.prehead p {
  display: inline-block;
  color: #707070;
  font-size: 14px;
  margin-top: 5px;
}
.prehead > div {
  margin-top: 20px;
  margin-bottom: 13px;
}
.languagepicker {
  background-color: #FFF;
  display: inline-block;
  padding: 0;
  height: 30px;
  overflow: hidden;
  transition: all .3s ease;
  vertical-align: top;
  margin-top: -3px;
}
.languagepicker:hover {
  height: 81px;
}
.languagepicker span {
  margin-right: 7px;
}
.languagepicker a {
  color: #000;
  text-decoration: none;
}
.languagepicker li {
  display: block;
  padding: 0px 20px;
  line-height: 40px;
}
.languagepicker li:hover {
  background-color: #EEE;
}
.languagepicker li img {
  margin-right: 5px;
}
.languagepicker a:first-child li {
  border: none;
  background: #FFF !important;
}
.queenslogo {
	position: absolute;
    z-index: 99;
}
.anniversarylogo {
	position: absolute;
    z-index: 99;
    right:-50px;
    top: 20px;
}
.large:hover {
  /* 
    don't forget the 1px border!
    The first language is 40px heigh, 
    the others are 41px
    */
  height: 160px;
}
.flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url('/assets/img/logos/flags.png') no-repeat;
}
.flag.flag-gb {
  background-position: -16px -11px;
}
.flag.flag-de {
  background-position: 0 0;
}
.flag.flag-fr {
  background-position: 0 -11px;
}
.flag.flag-es {
  background-position: -16px 0;
}
.generic-banner {
  text-align: center;
  padding: 60px 0 80px;
  position: relative;
}
.generic-banner h1 {
  color: #fff;
  font-size:45px;
  font-weight:300;
  position: relative;
}
.generic-banner p {
  font-style: italic;
  color: white;
  font-size:18px;
  position: relative;
}
.generic-banner p:after {
  content: "";
  background: #0dacca;
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
}
.generic-section h2 {
	margin: 5px 0 10px;
}
.generic-content {
	padding: 40px 0;
}
.generic-content.bg1 {
	background:#f7f7f7;
}
.news-block {
	margin-bottom: 20px;
}
.news-cat {
	display: block;
	margin: 5px 0;
}
#googlemap {
	width: 100%;
    height: 750px;
}
.intro h1 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
}
.intro h1:after {
  content: "";
  background: #003e78;
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
}
.location_info {
	background: #f7f7f7;
}
.location_info h4 {
	margin-top: 30px;
    color: #003e78;
}
.brochure-block {
	position: relative;
    min-height: 640px;
    margin: 10px 0;
}
.brochure-block h4 {
	margin-top: 30px;
}
.brochure-block a {
	position: absolute;
    bottom: 5px;
    font-weight: bold;
}
@media only screen and (min-width : 768px) and (max-width : 992px) {
	.brochure-block {
    	min-height: 550px !important;
    }
}
@media only screen and (max-width : 768px) {
	.brochure-block {
    	min-height: auto !important;
    }
    .brochure-block a {
    	position: relative;
    }
}
.secondaryNav {
	padding: 30px 0;
}
.secondaryNav .list-inline {
	margin: 0;
}
.secondaryNav a {
	background: white;
    color: #003e78;
    padding: 20px 40px;
    width: 200px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.secondaryNav.products a {
	padding: 20px 5px;
    height: 80px;
    width: 119px;
    font-size:12px;
    display: table-cell;
    vertical-align: middle;
}
.secondaryNav a:hover {
	background: #cccccc;
    text-decoration: none;
}
.secondaryNav a.active {
	background: #cccccc;
}
.downloads {
	background: #f7f7f7;
}
.downloads h3 {
	margin: 0 0 10px;
}
.vacancies {
	padding: 0 0 60px;
    background: #f7f7f7;
}
.vacancy {
	padding: 30px 0;
    border-top: 1px solid #003e78;
}
.vacancy a {
	color: #003e78;
    font-weight: bold;
}
.vacancy .title {
	color: #003e78;
    font-weight: bold;
}
@media only screen and (max-width : 768px) {
	.vacancy {
    	padding: 30px 20px;
    }
}
.contact {
	background: #f7f7f7;
    padding: 60px 0;
}
.contact section {
	padding: 10px 0;
}
.contactform .form-control {
	margin: 20px 0;
    height: none;
    padding: 9px 12px;
}
.contactform textarea {
	margin: 0;
}
.contactform textarea {
	margin: 0 !important;
}
.contactform .checkbox label {
	display: block;
    color: #868d93;
    font-size: 18px;
    margin: 4px 0;
}
.contactform input[type="checkbox"] {
	margin-top: 7px;
}
.product-body {
	padding: 60px 0;
    background: #f7f7f7;
}
.product-desc h3 {
	color: #003e78;
}
.product-desc ul {
	padding-left: 15px;
    color: #0dacca;
}
.product-desc ul li p {
	color: #333;
}
.additional-img {
	border: 1px solid #ccc;
}
@media (min-width: 768px) {
	.additional-img {
    	margin-top: 4rem;
    }
}
.page-title {
	background: #f7f7f7;
    padding: 40px 0;
}
.page-title.links {
	padding: 20px 0 !important;
}
.page-title h1 {
	margin: 0;
    color: #003e78;
}
.page-title a {
	float: left;
    padding: 20px 30px 
}
.page-title a:hover, .page-title a.active {
	text-decoration: none;
    background: white;
}
.product-banner {
	margin: 40px 0;
    border: 1px solid #ccc;
}
.additional-section {
	background: #f7f7f7;
}
.additional-section img {
	border: 1px solid #ccc;
    margin-top: 13px;
}
.additional-section ul {
	padding-left: 15px;
    color: #0dacca;
}
.additional-section ul li p {
	color: #333;
}
.product-home-sec {
	margin: 10px 0;
    min-height: 500px;
    position: relative;
}
.product-home-sec h4, .product-home-sec p {
	color: #868d93;
}
.product-home-sec img {
	border: 1px solid #ccc;
}
.product-home-sec .btn {
	border: 1px solid #868d93;
    color: #868d93;
    position: absolute;
    bottom: 10px;
}
.location_info a {
	display: block;
    color: #333;
}
.lightbox {
	display: none;
}
@media screen and (max-width: 768px) {
	.featherlight .featherlight-content {
    	width:90%;
    }
}
.featherlight .featherlight-close-icon {
	line-height: 50px !important;
	width: 50px !important;
    font-size: 25px !important;
}

.totop {
	position:fixed;
    bottom: 20px;
    right: 20px;
}

.totop a {
	background: #003e78;
	color: white;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 10px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 24px;
    -webkit-transition: background 250ms ease-in-out;
    -moz-transition: background 250ms ease-in-out;
    -ms-transition: background 250ms ease-in-out;
    -o-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
    z-index: 9999;
}

.totop a:hover {
	background: #002a51;
}
.fixedcontact {
    position: fixed;
    right: 0;
    margin-right: -332px;
    z-index: 999
}

.fixedcontact {
    top: 160px
}

.quckcontactside {
    float: left;
    width: 332px;
    background: #003e78;
    padding: 10px 15px 20px;
    z-index: 99999;
}

.quckcontactside .closetoggle,
.quckcontactside .closetogglebro,
.quckcontactside h3,
.quckcontactside p {
    color: #eee;
    opacity: 1
}

.quckcontactside .inner-addon {
    position: relative
}

.quckcontactside .inner-addon span {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #999
}

.side-register {
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    background: #003e78;
    padding: 10px 15px;
}

.side-register p {
	font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.sidebartoggle {
    position: fixed;
    right: 0;
    color: #fff;
    z-index: 999;
    -webkit-transition: all 250ms ease-in-out;
    top: 285px;
}

.sidebartoggle:hover {
	text-decoration: none;
    color: #ccc;
}

.sidebartoggle:hover > .side-register {
	padding: 10px 20px;
}

.sidebar a {
	font-weight: bold;
}

.sidebar select {
	width: 100%;
}

@media screen and (min-width:768px) and (max-width:991px) {
	.home-products .product .txt-content {
    	min-height: 95px;
    }
}

.master-slider {
	min-height: 895px;
}

.master-slider.new {
	min-height: 494px;
}

@media screen and (max-width: 768px) {
	.master-slider .ms-nav-next,
    .master-slider .ms-nav-prev {
		display: none;
	}
}

.generic-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,62,120,0.6);
}

.videobg {
	background: url(/assets/img/home/mac.png) center center no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    padding: 80px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: -20px;
	left: -1px;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:768px) {
	.videobg {
    	background: transparent;
        padding: 0;
    }
    #home-welcome h1 {
    	margin: 20px 0;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {
	.videobg {
        padding: 50px;
    }
    .videoWrapper iframe {
    	top: -12px;
        left: 0;
    }
}

.dropdown-menu {
	margin-top: 6px !important;
	margin-left: -1px !important;
    border-top: none !important;
}

.dropdown-menu li a {
	color: #003e78 !important;
}

.home-banner-container {
	background: #eee;
    padding: 10px;
}

.home-banner-container .textpane {
    padding: 20px;
}

.home-banner-container .textpane p {
    font-weight: bold;
    color: white;
}

.home-banner-container .productpane {
    background: white;
    border: 1px solid #ccc;
    text-align: center;
    margin: 10px 0;
}

.home-banner-container .productpane img {
	width: 82px;
}

.home-banner-container .productpane p {
	margin: 0 0 4.5px !important;
}

.home-banner-container .blockpane {
	display: block;
	min-height: 230.5px;
    padding: 10px;
    font-weight: bold;
}

.pad5 {
	padding: 0 5px;
}

.news-item-new {
	background: white;
}

.news-item-new .title {
	padding: 10px 10px 5px;
    border: 1px solid #ccc;
    display: block;
    font-weight: bold;
}

.news-item-new .readmore {
	padding: 12px 10px 7.5px;
    border: 1px solid #ccc;
    border-top: none;
    display: block;
    color: #999;
}

@media screen and (max-width: 991px) {
	.home-banner-container {
    	padding: 0 !important;
        margin: 0 !important;
    }
    .home-banner-container .container {
    	padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    .home-banner-container .col-md-10 {
    	padding: 0 !important;
    }
    .home-banner-container .col-md-2 {
    	padding: 10px !important;
    }
    .home-banner-container .textpane {
    	display: inline-block;
        width: 100%;
    }
    .newnewssec {
    	padding: 10px !important;
    }
    .news-item-new {
    	margin-bottom: 10px;
    }
    .master-slider.new {
        min-height: 360px;
    }
    .master-slider.new .ms-slide,
    .master-slider.new .ms-view {
    	height: 600px !important;
    }
}

@media (min-width: 768px) {
	.newnewssec div:first-child {
        padding-left: 0 !important;
    }

    .newnewssec div:last-child {
        padding-right: 0 !important;
    }
}

@media (min-width: 768px) {
	.width-sm-12 {
    	width: 12.499999995% !important;
    }
    .width-sm-29 {
    	width: 29.1667% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.home-banner-container .blockpane {
    	min-height: 199.5px !important;
    }
}

.banner-video {
	padding: 2rem 0 0;
}

#header2021 {
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 45px 0;
    border-bottom: none;
    background-color: transparent;
    z-index:1000;
    transition: all ease-in-out 0.3s;
}

#header2021.scrolled {
    position:fixed;
    background-color: #000000;
    padding: 25px 0;
}

.hpBanner {
	background-image: url(https://www.lattimer.com/images/uploads/home/hp-banner-img.jpg);
    background-size: cover;
    padding: 375px 0;
    text-align: center;
    color: white;
}

.hpBanner h1 {
	margin: 0;
    color: white;
    font-size: 74px;
}

.hpBanner p {
	color: white;
    font-size: 20px;
    margin: 20px;
}

@media(max-width:992px) {
	.hpBanner {
        padding: 225px 0;
    }
	.hpBanner h1 {
        font-size: 46px;
    }
    .hpBanner p {
        font-size: 18px;
    }

}

.hpBanner a {
	color: white;
    font-size: 20px;
}

.hpBanner .bannerBtn {
	background: #00aeef;
    color: white;
    font-size: 15px;
    height: 77px;
	display: inline-block;
	padding: 0 inherit;
	line-height: 77px;
	padding: 0 110px 0 40px;
	position: relative;
    -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.hpBanner .bannerBtn:hover {
	text-decoration: none;
    background: #003e78;
    -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.hpBanner .bannerBtn i {
	background: white;
    color: #003e78;
    height: 30px;
	position: absolute;
	width: 70px;
	padding: 7px;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}

.hpBanner .bannerBtn i::before {
	margin: auto;
}


#header2021 .languagepicker {
  background-color: transparent;
  display: inline-block;
  padding: 0;
  height: 40px;
  overflow: hidden;
  transition: all .3s ease;
  vertical-align: top;
  margin-top: -3px;
  position: absolute;
  right: 65px;
  width: 130px;
  top: 15px;
}
#header2021 .languagepicker:hover {
  height: 166px;
}
#header2021 .languagepicker span {
  margin-right: 7px;
}
#header2021 .languagepicker a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
#header2021 .languagepicker li {
  display: block;
  padding: 0px 20px;
  line-height: 40px;
}
#header2021 .languagepicker li:hover {
  background-color: #000000;
}
#header2021 .languagepicker li img {
  margin-right: 5px;
}
#header2021 .languagepicker a:first-child li {
  border: none;
  background: #FFF !important;
}

#header2021.scrolled .languagepicker {
  background-color: #000;
}

@media(max-width: 1200px){
	#header2021 .languagepicker {
      top: -5px;
    }
}

#header2021 .language-margin {
	margin-left: 130px;
}

#header2021 #homeNav {
	color:white;
    font-weight: bold;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#header2021 #homeNav li {
	display: inline-block;
    margin:0 6px;
}

#header2021 #homeNav li a {
	color: white;
}

#header2021 #homeNav li a:hover {
	text-decoration: none;
    color: #00acf1;
}

.linkBoxes {
	margin-top: -100px;
}

.linkBoxes .linkBox {
	background-color: #f1f1f1;
    margin-bottom: 10px;
    overflow:hidden;
}

.linkBoxes .linkBox .image {
	background-size: cover;
    background-position: center;
    min-height: 240px;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.linkBoxes .linkBox .image:hover {
	transform:scale(1.1)
}

.linkBoxes .linkBox .image img {
	position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    background-color: #00aeef;
}

.linkBoxes .linkBox .content {
	padding:30px;
}

.linkBoxes .linkBox .content h3 {
	font-size: 23px;
    margin: 0;
}

.linkBoxes .linkBox .content p {
	font-size: 14px;
    color: #707070;
    margin: 15px 0;
}

.linkBoxes .linkBox .content a {
	font-size: 12px;
    color: #000000;
    font-weight: bold;
    border-bottom: 2px solid #003e78;
}

.linkBoxes .linkBox .content a:hover {
	text-decoration: none;
    color: #003e78;
}

.thin {
  margin-right: -10px;
  margin-left: -10px;
}

.thin > [class*="col"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  
.welcomeVideo {
	background-color: #f1f1f1;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
}

.welcomeVideo .content {
	max-width: 400px;
    padding: 10px;
    margin-left: auto;
}

.welcomeVideo a {
	margin-left: auto;
}

.welcomeVideo a img {
	max-width: 100%;
    height: auto;
}

.welcomeVideo .content h2 {
	font-size: 36px;
    margin: 15px 0;
}

.welcomeVideo p span {
	color: #004076;
    font-size: 12px;
    font-weight: bold;
}

.welcomeVideo p {
	color: #707070;
    font-size: 12px;
    margin: 10px 0;
}

@media(max-width:992px) {
    .welcomeVideo {
        display: block;
    }
	.welcomeVideo .content {
        max-width: 100%;
        padding: 40px;
    }
    .welcomeVideo a {
    	display: block;
        text-align: right;
    }
	.welcomeVideo .content img {
        text-align: right;
    }
}

.mediaText {
	background-color: #f1f1f1;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
}

.mediaText .quoteBlock {
	//max-width: 33%;
    display: inline-block;
    background-size:cover;
    min-width:400px;
}

.mediaText .quoteBlock .blueSection {
    background-color: rgba(0,174,239,.8);
    height: 100%;
    width: 50%;
    padding:50px;
    color: white;
}

.mediaText .quoteBlock .blueSection p {
	margin: 20px 0 0;
}

.mediaText .content {
	width: 100%;
    display: block;
    padding: 80px 43px;
    border-top: 45px solid #ffffff;
}


.mediaText .content h2 {
	font-size: 36px;
    margin: 15px 0;
}

.mediaText .content p span {
	color: #004076;
    font-size: 12px;
    font-weight: bold;
}

.mediaText .content p {
	color: #707070;
    font-size: 12px;
    margin: 10px 0;
}

@media(max-width:1200px) {
  .mediaText .quoteBlock {
      max-width: 50%;
  }
  .mediaText .quoteBlock .blueSection {
      height: 100%;
      width: 75%;
      padding:30px;
  }
}

@media(max-width:767px) {
  .mediaText .quoteBlock {
      max-width: 100%;
  }
  .mediaText .quoteBlock .blueSection {
      height: 100%;
      width: 75%;
      padding:50px;
  }
  .mediaText {
  	display: block
  }
  .mediaText .content {
    border-top: none;
  }
}

.textStrip {
    background-color: #181818;
    padding:40px 0;
    text-align: center;
}

.textStrip p {
	font-size: 40px;
    color: white;
    margin: 0;
}

.carouselSection {
	background-color: #f1f1f1;
    padding: 0;
    display: flex;
    align-items: center
}

.carouselSection .gallery {
	width: 50%;
    border-bottom: 70px solid #33bef2;
}

.carouselSection .gallery div {
	background-size: cover;
    background-position: center;
    min-height: 550px;
}

.carouselSection .gallery .slick-prev {
	right: 70px;
    left: unset;
}

.carouselSection .gallery .slick-next {
	right: 0;
}

.carouselSection .gallery .slick-prev,
.carouselSection .gallery .slick-next {
	font-size: 33px;
    width: 70px;
  	height: 70px;
    bottom: -105px;
    top: unset;
    background: white;
}

.carouselSection .gallery i {
	color: black;
}

.carouselSection .gallery .slick-prev:before,
.carouselSection .gallery .slick-next:before {
	display: none;
}

.carouselSection .content {
	width: 50%;
    padding: 50px;
}


.carouselSection .content h2 {
	font-size: 36px;
    margin: 15px 0;
}

.carouselSection .content p span {
	color: #004076;
    font-size: 12px;
    font-weight: bold;
}

.carouselSection .content p {
	color: #707070;
    font-size: 12px;
    margin: 10px 0;
}

@media(max-width:992px) {
	.carouselSection {
    	display: block
    }
    .carouselSection .gallery {
    	width: 100%;
    }
    .carouselSection .content {
    	width: 100%;
    }
}

.home-products h2.no-line {
	font-size: 40px;
    line-height: 1.3;
    margin: 0 0 20px;
    font-weight: bold;
}

.home-products h2.no-line::after {
	display: none;
}

.halfImage {
	display:flex;
}

.halfImage .imageHolder {
	width: 50%;
    height: 250px;
    background-size: cover;
    background-position: center;
}

.halfImage .content {
	width:25%;
	min-width: 350px;
    background-color: #181818;
    color: white;
    padding: 80px 50px;
}

.halfImage .content h3 {
	font-size: 20px;
}

.halfImage .content a {
	background-color: #00aeef;
    font-size: 10px;
    font-weight: bold;
    color: white;
    border-radius: 0;
}

.home-news-2021 .sectionIntro {
	padding-bottom: 60px;
}

.home-news-2021 .sectionIntro h2 {
	font-size: 36px;
    margin: 15px 0;
}

.home-news-2021 .sectionIntro p span {
	color: #004076;
    font-size: 14px;
    font-weight: bold;
}

.home-news-2021 .sectionIntro p {
    font-size: 16px;
    margin: 10px 0;
    margin-bottom: 0;
}

.home-news-2021 a.btn-blue {
	background-color: #00aeef;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border-radius: 0;
    margin-bottom: 60px;
}

.home-news-2021 .news-item .imageHolder {
	position: relative;
}

.home-news-2021 .news-item .imageHolder .date {
	position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    padding: 8px;
}

.home-news-2021 .news-item .imageHolder span {
    color: white;
    font-size: 26px;
    font-weight: bold;
    display: block;
    line-height: 1;
}

.home-news-2021 .news-item .imageHolder span.small {
	font-size: 13px;
}

.home-news-2021 .txR {
	text-align: right;
}

.home-news-2021 .textContent {
	background-color: white;
    margin-top: -30px;
    z-index: 10;
    display: block;
    position: relative;
    width: 85%;
    padding: 20px;
}

.home-news-2021 .textContent h3 {
	font-size: 20px;
}

.home-news-2021 .textContent hr {
	display: inline-block;
    width: 60px;
    border-color: #00aeef;
    margin: 20px 0;
}

.home-news-2021 .textContent a {
	color: #000000;
}

.home-news-2021 .textContent p {
	color: #707070;
}

.home-news-2021 .textContent a.textLink {
	color: #00aeef;
    font-size: 14px;
    background: none;
    font-weight: bold;
}

.home-news-2021 .textContent a.textLink:hover {
	text-decoration: none;
    color: #0289bb;
}

@media(max-width: 992px) {
	.home-news-2021 .sectionIntro {
    	padding-bottom: 15px;
    }
    .home-news-2021 .txR {
        text-align: left;
    }
}

#footer2021 {
	display: flex;
    padding: 0;
}

#footer2021 img {
	max-width: 100%;
    height: auto;
}

#footer2021 .leftCol {
	background: #f1f1f1;
    min-width: 25%;
    padding: 50px;
    text-align: right;
}

#footer2021 .leftCol .content {
	margin-left: auto;
    text-align: left;
    max-width: 260px;
}

#footer2021 .leftCol .content p {
	font-size: 14px;
    color: #707070;
    line-height: 1.4;
    margin: 35px 0;
}

#footer2021 .leftCol .content a {
	color: #004076;
}

#footer2021 .rightCol {
	background: #004076;
    min-width: 75%;
    padding: 50px 250px 50px 50px;
    color: white;
}

#footer2021 .rightCol h3 {
	font-size: 24px;
    margin-bottom: 25px;
}

#footer2021 .iconList {
	margin-bottom: 30px;
}

#footer2021 .iconList a {
	display: block;
    margin-top: 10px;
}

#footer2021 .iconList a i {
	color: #00aeef;
}

@media(max-width:992px) {
  #footer2021 {
      display: block;
  }
  #footer2021 .leftCol {
      min-width: 100%;
      padding: 50px;
      text-align: left;
  }

  #footer2021 .leftCol .content {
      margin-left: 0;
      max-width: 100%;
  }
  #footer2021 .rightCol {
  	padding: 50px;
  }
}

.hc-nav-trigger {
	float: right;
    position: relative;
    top: unset;
}

.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
	background: white;
}

.hc-offcanvas-nav .nav-close-button span::before {
	margin-left: -6px;
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
	background: #00aeef;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
	border-top: 1px solid #00aeef;
}

.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
	border-bottom: 1px solid #00aeef;
}

.hc-offcanvas-nav .nav-content > .nav-close:first-child a, .hc-offcanvas-nav .nav-title + .nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
	background: #00aeef;
    border-top: 1px solid #00aeef;
    border-bottom: 1px solid #00aeef;
}

main#mtt img {
	max-width: 100%;
}

.mtt-member-list {padding: 100px 0;}
.mtt-member-block {text-align:center; min-height: 390px}
.mtt-member-block .textArea {padding: 25px 5px 0;}
.mtt-member-block .textArea h4 {font-size: 18px; color: #003e78;}
.mtt-member-block .hidden-links {
	opacity: 0;
    height: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.mtt-member-block:hover .hidden-links {
	opacity: 1;
    height: 20px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition-delay: .25s;
}

.mtt-member-block .hidden-links a {
	margin: 0 5px;
}

.mtt-member-block .mtt-dv {
	display: inline-block;
    width: 30px;
    border-color: #0dacca;
    margin-top: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition-delay: .25s;
}

.mtt-member-block:hover .mtt-dv {
	margin-top: 20px;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#mtt-video-banner {padding: 0; position: relative; max-height: 850px; background-color: black}
#mtt-video-banner video {max-height: 850px}
#mtt-video-banner .mtt-member-info {position: absolute; bottom: 50px; left: 0; right: 0; width: 1190px; margin: 0 auto; padding: 0 10px}
#mtt-video-banner .mtt-member-info h1 {font-size: 42px; color: #ffffff; margin: 0 0 10px; font-weight: normal;}
#mtt-video-banner .mtt-member-info h3 {font-size: 27px; color: #0dacca; margin: 0; font-weight: normal;}

.mtt-intro .textArea {}
.mtt-intro .textArea p {line-height: 1.8; margin-bottom: 20px; font-size: 16px}
.mtt-intro .gallery-row {padding-top: 30px;}
.mtt-intro .gallery-row img {text-align: center; margin: 0 auto; display: block; padding: 5px 0}
.mtt-intro .contact-info {padding-top: 30px;}
.mtt-intro .contact-info .item {display: inline-block; font-size:28px; margin-right: 40px;}
.mtt-intro .contact-info .item a {color: black;}
.mtt-intro .contact-info .item a:hover {text-decoration: none;}
.mtt-intro .contact-info .item a span {color: #003e78; font-size: 32px; margin-right: 18px;}
.mtt-intro .contact-info .item a span.fa-lg {font-size: 48px;}

