.blue-btn {
  background-color: #003080;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 6px;
  padding-bottom: 6px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blue-btn:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #0043b3;
}
.affari-table {
  display: table;
  width: 100%;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.border-box {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.kill-select-styles {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.kill-select-styles::-ms-expand {
  display: none;
}
.lato {
  font-family: 'Lato', sans-serif;
}
.lato-black {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.lato-bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.san-serif {
  font-family: Helvetica, Arial, sans-serif;
}
.serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 1em 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}
p,
li {
  line-height: 1.5;
}
blockquote {
  margin: 1em 0 1em 4em;
}
a:focus,
input:focus,
textarea:focus,
button:focus,
a:active,
input:active,
textarea:active,
button:active {
  outline: none;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  color: #00205b;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
figure {
  margin-left: 0;
  margin-right: 0;
  width: 100% !important;
}
iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.max-width-1000 {
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
}
#mainheader {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  padding-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#mainheader.active {
  background-color: #ffffff;
}
#mainheader .col-md-3:last-child {
  text-align: center;
}
#mainlogo {
  padding-top: 30px;
}
#mainlogo h1 {
  position: absolute;
  left: -9999px;
}
#mainlogo a {
  display: inline-block;
}
#mainlogo img {
  width: 241px;
}
#mainnav {
  padding-top: 37px;
  text-align: center;
  position: relative;
}
#mainnav .menu {
  margin: 0;
  padding: 0;
}
#mainnav .menu-item {
  list-style: none;
  display: inline-block;
  margin-right: 21px;
}
#mainnav .menu-item.current-menu-item > a {
  color: #00a2e3;
}
#mainnav .menu-item:last-of-type {
  margin-right: 0;
}
#mainnav .menu-item .sub-menu {
  position: absolute;
  padding: 0;
  text-align: left;
  margin-left: -14px;
  margin-top: 6px;
}
#mainnav .menu-item .sub-menu li {
  border-bottom: 2px solid #ffffff;
  margin-right: 0;
}
#mainnav .menu-item .sub-menu li:last-of-type {
  border-bottom: none;
}
#mainnav .menu-item .sub-menu a {
  color: #ffffff;
  background-color: #a5c3de;
  width: 130px;
  padding-left: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#mainnav .menu-item .sub-menu a:hover {
  background-color: #00205b;
}
#mainnav a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #00205b;
  letter-spacing: -0.01em;
  display: inline-block;
  text-transform: uppercase;
}
#mainnav a > span {
  font-size: 10px;
  position: relative;
  top: -3px;
  left: 1px;
}
.header-social {
  padding-top: 35px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}
.header-social .icon {
  display: inline-block;
  color: #00205b;
  font-size: 18px;
  padding-right: 10px;
  border-right: 1px solid #00205b;
}
.header-social .icon:nth-of-type(2) {
  padding-left: 10px;
  border-right: none;
}
#mainfooter {
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #3c3c3c;
}
#mainfooter .footer-logo {
  width: 166px;
}
#mainfooter p.copyright {
  margin-top: 25px;
  font-size: 8px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}
#mainfooter h2 {
  color: #ffffff;
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
#mainfooter .corp {
  padding: 0;
}
#mainfooter .corp,
#mainfooter .intl {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
}
#mainfooter .corp p,
#mainfooter .intl p {
  color: #ffffff;
}
#mainfooter .social-contact {
  text-align: right;
}
#mainfooter .social-contact .privacy {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 11px;
  display: inline-block;
  color: #ffffff;
  margin-right: 2em;
}
#mainfooter .social-contact .social-icon {
  background-color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 13px;
}
#mainfooter .social-contact .social-icon i.fa {
  color: #3c3c3c;
  width: 21px;
  height: 21px;
  display: inline-block;
  line-height: 21px;
  text-align: center;
}
#mainfooter .social-contact .contact {
  display: inline-block;
}
#mainfooter .social-contact .contact a {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 11px;
  display: inline-block;
  color: #ffffff;
}
#mainfooter .logos {
  text-align: right;
  margin-top: 25px;
}
#mainfooter .logos .old_img {
  width: 317px;
}
#mainfooter .logos a,
#mainfooter .logos span {
  display: inline-block;
  margin-left: 13px;
  max-width: 110px;
}
#mainfooter .logos a:hover,
#mainfooter .logos span:hover {
  opacity: .5;
}
body.home #hero {
  position: relative;
}
body.home #hero .affari-table {
  height: 100vh;
}
body.home #hero .cell {
  vertical-align: bottom !important;
  padding-bottom: 31px;
}
body.home #hero .col-md-5 {
  padding: 0;
}
body.home #hero .wrap {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center 0px;
}
body.home #hero p {
  margin-bottom: 5px;
  font-weight: 200;
  font-size: 61px;
  line-height: 55px;
  letter-spacing: -0.03em;
  color: #00205b;
  margin-bottom: -9px;
  font-weight: 700;
  font-size: 2.5vw;
  /* px version should stay for a fallback purpose */
  line-height: 2.6vw;
  /* px version should stay for a fallback purpose */
}
body.home #hero p span {
  font-size: 30px;
  position: relative;
  bottom: 23px;
  right: 0;
  font-size: 1.3vw;
  /* px version should stay for a fallback purpose */
  bottom: 1.1vw;
  /* px version should stay for a fallback purpose */
}
body.home #hero .blue-btn {
  margin-top: 20px;
  margin-bottom: 72px;
  letter-spacing: 0.025em;
  font-size: 17px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}
body.home .bx-wrapper {
  position: relative;
}
body.home .bx-wrapper .bx-controls .bx-pager {
  text-align: center;
  width: 100%;
  height: 0;
}
body.home .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  top: -40px;
  z-index: 100;
}
body.home .bx-wrapper .bx-controls .bx-pager a {
  display: inline-block;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f2f4f4;
}
body.home .bx-wrapper .bx-controls .bx-pager a:hover,
body.home .bx-wrapper .bx-controls .bx-pager a.active {
  background-color: #00205b;
}
body.home .bx-wrapper .bx-pager-item:first-of-type:last-of-type {
  display: none;
}
body.home .bx-wrapper .bx-controls-direction {
  display: none;
}

body.home #jimmy p {
    letter-spacing: 0.01em;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

body.home #services {
  background-image: url(../img/homepage-services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding-top: 67px;
  padding-bottom: 90px;
}
body.home #services h2 {
  margin-bottom: 0;
  font-weight: 100;
  font-size: 100px;
  letter-spacing: -0.03em;
  color: #00205b;
}
body.home #jimmy h4 {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 25px;
  letter-spacing: -0.03em;
}
body.home #services p {
  letter-spacing: 0.01em;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
body.home #services p span, body.home #jimmy p span {
  font-size: 14px;
  position: relative;
  bottom: 14px;
  right: 0;
}
body.home #services .icons {
  margin-top: 30px;
}
body.home #services .icons .col-md-2 {
  margin-right: 114px;
  text-align: center;
}
body.home #services .icons .col-md-2:last-of-type {
  margin-right: 0;
}
body.home #services .icons a {
  display: inline-block;
}
body.home #services .icons #icon-0 img {
  width: 137px;
}
body.home #services .icons #icon-1 img {
  width: 115px;
}
body.home #services .icons #icon-2 img {
  width: 99px;
}
body.home #services .icons #icon-3 img {
  width: 141px;
}
body.home #services .icons #icon-4 img {
  width: 116px;
}
body.home #services .icons #icon-5 img {
  width: 88px;
}
body.home #services .icons #icon-6 img {
  width: 151px;
}
body.home #services .icons #icon-7 img {
  width: 76px;
}
body.home #media .section-header-bg {
  position: relative;
}
body.home #media .parallax-window {
  min-height: 300px;
}
body.home #media .media-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
body.home #media .media-content h2.media {
  margin-bottom: 30px;
  font-weight: 100;
  font-size: 100px;
  letter-spacing: -0.03em;
  color: #00205b;
}
body.home #media .media-content .the-posts .prev-text p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
body.home #media .media-content .the-posts .prev-text p strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 5px;
}
body.home #media .media-content .the-posts .prev-text p i {
  font-style: italic;
  font-weight: 300;
  margin-left: 5px;
}
body.home #media .media-content .the-posts .blog-post {
  margin-bottom: 35px;
}
body.home #media .media-content .the-posts .blog-post h2 {
  font-weight: 300;
  letter-spacing: -0.02em;
  font-size: 35px;
  margin-bottom: 0;
}
body.home #media .media-content .the-posts .blog-post p {
  color: #343333;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  display: inline;
}
body.home #media .media-content .the-posts .blog-post a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #003080;
  text-transform: uppercase;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.03em;
}
body.home #media .media-content .the-posts .blog-post a .fa {
  margin-left: 2px;
  font-size: 18px;
  vertical-align: top;
  line-height: 22px;
}
body.page-template-tmpl-services #page-wrapper {
  padding-top: 60px;
  padding-bottom: 35px;
  position: relative;
}
body.page-template-tmpl-services .parallax-container {
  height: 402px;
  position: relative;
  padding: 0;
  width: 100%;
}
body.page-template-tmpl-services .mobile-parallax-bg {
  display: none;
  height: 200px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-template-tmpl-services .pageheader {
  padding-bottom: 60px;
  position: relative;
}
body.page-template-tmpl-services .pageheader:first-of-type {
  padding-top: 60px;
}
body.page-template-tmpl-services .pageheader h2 {
  font-weight: 100;
  font-size: 100px;
  letter-spacing: -0.04em;
  color: #00205b;
}
body.page-template-tmpl-services .pageheader h2 > span {
  font-size: 50px;
  position: relative;
  bottom: 40px;
  left: 6px;
}
body.page-template-tmpl-services .video {
  width: 100%;
  height: 550px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
body.page-template-tmpl-services .video video {
  position: absolute;
  top: 0;
  left: 0;
}
body.page-template-tmpl-services .video .background-image {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-template-tmpl-services .the-content {
  padding-top: 60px;
}
body.page-template-tmpl-services .the-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: 300;
}
body.page-template-tmpl-services .the-content h2 {
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}
body.page-template-tmpl-services .the-content .col-md-3,
body.page-template-tmpl-services .the-content .col-md-4 h2 > span {
  position: relative;
  font-size: 11px;
  top: -6px;
  left: 1px;
}
body.page-template-tmpl-services .the-content span.registered {
  position: relative;
  font-size: 13px;
  top: -10px;
}
body.page-template-tmpl-services .the-content .icon {
  text-align: right;
}
body.page-template-tmpl-services .the-content .icon img {
  width: 90px;
}
body.page-template-tmpl-services .the-content .table-content p {
  font-size: 15px;
  color: #343333;
  letter-spacing: 0.02em;
}
body.page-template-tmpl-services .the-content .table-content p span {
  font-size: 10px !important;
  top: -5px !important;
}
body.page-template-tmpl-services .the-content .table-content a {
  color: #00205b;
}
body.page-template-tmpl-services .the-content .table-content .su-row .su-column {
  margin: 0;
}
body.page-template-tmpl-services .the-content .scroll-top {
  text-align: right;
}
body.page-template-tmpl-services .the-content .scroll-top a {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}
body.page-template-tmpl-services .the-content .scroll-top a img {
  width: 28px;
  vertical-align: bottom;
}
body.page-template-tmpl-services .the-content ul {
  padding-left: 23px;
}
body.page-template-tmpl-services .the-content ul > li {
  font-size: 21px;
  font-weight: 300;
}
body.page-template-tmpl-about #content-wrapper {
  padding-top: 125px;
  padding-bottom: 35px;
  position: relative;
}
body.page-template-tmpl-about #content-wrapper .anchor {
  display: inline-block;
  height: 60px;
}
body.page-template-tmpl-about #content-wrapper .anchor#about {
  display: none;
}
body.page-template-tmpl-about .parallax-container {
  padding: 0;
  background-color: transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
}
body.page-template-tmpl-about .mobile-parallax-bg {
  display: none;
  height: 200px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-template-tmpl-about .pageheader {
  padding-bottom: 60px;
}
body.page-template-tmpl-about .pageheader:first-of-type {
  padding-top: 60px;
}
body.page-template-tmpl-about .pageheader h2 {
  font-weight: 100;
  font-size: 100px;
  letter-spacing: -0.04em;
  color: #00205b;
}
body.page-template-tmpl-about .pageheader h2 span {
  font-size: 50px;
  position: relative;
  bottom: 40px;
  left: 6px;
}
body.page-template-tmpl-about .the-content {
  padding-top: 60px;
}
body.page-template-tmpl-about .the-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: 300;
}
body.page-template-tmpl-about .the-content h2 {
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}
body.page-template-tmpl-about .the-content span.registered {
  position: relative;
  top: -10px;
  font-size: 13px;
}
body.page-template-tmpl-about .the-content .icon {
  text-align: right;
}
body.page-template-tmpl-about .the-content .icon img {
  width: 90px;
}
body.page-template-tmpl-about .the-content .table-content p {
  font-size: 15px;
  color: #343333;
  letter-spacing: 0.02em;
}
body.page-template-tmpl-about .the-content .table-content a {
  color: #00205b;
}
body.page-template-tmpl-about .the-content .table-content span.registered {
  top: -8px !important;
  font-size: 11px !important;
}
body.page-template-tmpl-about .the-content .table-content .su-row .su-column {
  margin: 0;
}
body.page-template-tmpl-about #career {
  padding-bottom: 35px;
}
body.page-template-tmpl-about #career .opportunities {
  padding-top: 65px;
  padding-bottom: 35px;
}
body.page-template-tmpl-about #career .opportunities .top-bar {
  margin-right: auto;
  margin-left: auto;
  display: table;
  width: 100%;
}
body.page-template-tmpl-about #career .opportunities .top-bar .col-md-6,
body.page-template-tmpl-about #career .opportunities .top-bar .col-md-2 {
  border-right: 1px solid #ffffff;
  display: table-cell;
  vertical-align: top;
  float: none;
}
body.page-template-tmpl-about #career .opportunities .top-bar .col-md-6.col-md-6,
body.page-template-tmpl-about #career .opportunities .top-bar .col-md-2.col-md-6 {
  padding-right: 0;
  padding-left: 0;
}
body.page-template-tmpl-about #career .opportunities .top-bar .col-md-6.col-md-2,
body.page-template-tmpl-about #career .opportunities .top-bar .col-md-2.col-md-2 {
  padding-left: 0;
  padding-right: 0;
}
body.page-template-tmpl-about #career .opportunities .top-bar .col-md-6.col-md-2:last-of-type,
body.page-template-tmpl-about #career .opportunities .top-bar .col-md-2.col-md-2:last-of-type {
  border-right: none;
}
body.page-template-tmpl-about #career .opportunities .top-bar .col-md-6.col-md-2:last-of-type a.toggle,
body.page-template-tmpl-about #career .opportunities .top-bar .col-md-2.col-md-2:last-of-type a.toggle {
  color: #ffffff;
  margin-left: 5px;
}
body.page-template-tmpl-about #career .opportunities .top-bar h2 {
  background-color: #003080;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
body.page-template-tmpl-about #career .career-details {
  font-family: 'Roboto', sans-serif;
}
body.page-template-tmpl-about #career .career-details .row {
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ffffff;
}
body.page-template-tmpl-about #career .career-details .col-md-6,
body.page-template-tmpl-about #career .career-details .col-md-2 {
  border-right: 1px solid #ffffff;
  display: table-cell;
  vertical-align: top;
  float: none;
  background-color: #d2d9e9;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 22px;
}
body.page-template-tmpl-about #career .career-details .col-md-6.col-md-2:last-of-type,
body.page-template-tmpl-about #career .career-details .col-md-2.col-md-2:last-of-type {
  border-right: none;
}
body.page-template-tmpl-about #career .career-details .col-md-6 h3,
body.page-template-tmpl-about #career .career-details .col-md-2 h3 {
  font-size: 15px;
  color: #343333;
  font-weight: 500;
}
body.page-template-tmpl-about #career .career-details .col-md-6 p,
body.page-template-tmpl-about #career .career-details .col-md-2 p {
  font-size: 13px;
  color: #3c3c3c;
  font-weight: 300;
}
body.page-template-tmpl-about #career .career-details .col-md-6 a.blue-btn,
body.page-template-tmpl-about #career .career-details .col-md-2 a.blue-btn {
  background-color: #003080;
  font-size: 12px;
}
body.page-template-tmpl-about #career .career-details .col-md-6 a.blue-btn:hover,
body.page-template-tmpl-about #career .career-details .col-md-2 a.blue-btn:hover {
  background-color: #003a9a;
}
body.page-template-tmpl-about .scroll-top {
  text-align: right;
}
body.page-template-tmpl-about .scroll-top a {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}
body.page-template-tmpl-about .scroll-top a img {
  width: 28px;
  vertical-align: bottom;
}
body.blog #content-wrapper {
  padding-top: 60px;
  padding-bottom: 35px;
}
body.blog .pageheader {
  padding-top: 35px;
  padding-bottom: 60px;
}
body.blog .pageheader:first-of-type {
  padding-top: 65px;
}
body.blog .pageheader h2 {
  font-weight: 100;
  font-size: 100px;
  letter-spacing: -0.04em;
  color: #00205b;
}
body.blog .pageheader h2 span {
  font-size: 50px;
  position: relative;
  bottom: 40px;
  left: 6px;
}
body.blog .the-posts .image {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
}
body.blog .the-posts .post-content {
  padding-top: 65px;
}
body.blog .the-posts .post-content .prev-text p {
  color: #003080;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
body.blog .the-posts .post-content .prev-text p strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 5px;
}
body.blog .the-posts .post-content .prev-text p i {
  font-style: italic;
  font-weight: 300;
  margin-left: 5px;
}
body.blog .the-posts .post-content h2 {
  font-weight: 300;
  letter-spacing: -0.02em;
  font-size: 35px;
  margin-bottom: 0;
}
body.blog .the-posts .post-content h2 span {
  font-size: 19px;
  position: relative;
  top: -12px;
  left: 1px;
}
body.blog .the-posts .post-content p {
  color: #343333;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
body.blog .the-posts .scroll-top {
  padding-bottom: 65px;
  text-align: right;
}
body.blog .the-posts .scroll-top a {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}
body.blog .the-posts .scroll-top a img {
  width: 28px;
  vertical-align: bottom;
}
body.blog #pagination .next {
  float: right;
}
body.blog #pagination .prev {
  float: left;
}
body.blog #pagination a {
  color: #003080;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 17px;
}
body.blog #pagination a .fa {
  font-size: 22px;
  vertical-align: top;
  line-height: 26px;
}
body.single #content-wrapper {
  padding-top: 65px;
  padding-bottom: 65px;
}
body.single .pageheader {
  padding-top: 35px;
  padding-bottom: 60px;
}
body.single .pageheader:first-of-type {
  padding-top: 60px;
}
body.single .pageheader h2 {
  font-weight: 100;
  font-size: 80px;
  letter-spacing: -0.04em;
  color: #00205b;
}
body.single .pageheader h2 span {
  font-size: 50px;
  position: relative;
  bottom: 40px;
  left: 6px;
}
body.single .the-posts .image {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
}
body.single .the-posts .post-content {
  padding-top: 65px;
}
body.single .the-posts .post-content .prev-text p {
  color: #003080;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
body.single .the-posts .post-content .prev-text p strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 5px;
}
body.single .the-posts .post-content .prev-text p i {
  font-style: italic;
  font-weight: 300;
  margin-left: 5px;
}
body.single .the-posts .post-content h2 {
  font-weight: 300;
  letter-spacing: -0.02em;
  font-size: 35px;
  margin-bottom: 0;
}
body.single .the-posts .post-content h2 span {
  font-size: 19px;
  position: relative;
  top: -12px;
  left: 1px;
}
body.single .the-posts .post-content p {
  color: #343333;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
body.single .the-posts .scroll-top {
  padding-bottom: 65px;
  text-align: right;
}
body.single .the-posts .scroll-top a {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}
body.single .the-posts .scroll-top a img {
  width: 28px;
  vertical-align: bottom;
}
body.page-template-tmpl-customers #content-wrapper {
  padding-top: 60px;
  padding-bottom: 35px;
}
body.page-template-tmpl-customers .pageheader {
  padding-top: 35px;
  padding-bottom: 60px;
}
body.page-template-tmpl-customers .pageheader:first-of-type {
  padding-top: 60px;
}
body.page-template-tmpl-customers .pageheader h2 {
  font-weight: 100;
  font-size: 100px;
  letter-spacing: -0.04em;
  color: #00205b;
}
body.page-template-tmpl-customers .pageheader h2 span {
  font-size: 50px;
  position: relative;
  bottom: 40px;
  left: 6px;
}
body.page-template-tmpl-customers .background-image {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
}
body.page-template-tmpl-customers .the-content {
  padding-top: 60px;
}
body.page-template-tmpl-customers .the-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  letter-spacing: -0.01em;
  font-weight: 100;
}
body.page-template-tmpl-customers .the-content p strong {
  font-weight: 500;
}
body.page-template-tmpl-customers .content-table {
  padding-top: 75px;
}
body.page-template-tmpl-customers .content-table .col-md-4 {
  text-transform: uppercase;
  color: #003080;
  letter-spacing: 0.01em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 17px;
}
body.page-template-tmpl-customers .content-table .col-md-8 {
  color: #343333;
}
body.page-template-tmpl-customers .content-table .col-md-8 .gform_wrapper {
  margin-top: 0;
}
body.page-template-tmpl-customers .content-table .col-md-8 .gform_wrapper li {
  margin-top: 0;
  margin-bottom: 10px;
}
body.page-template-tmpl-customers .content-table .col-md-8 .gform_wrapper label {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 0.019em;
}
body.page-template-tmpl-customers .content-table .col-md-8 .gform_wrapper .ginput_container {
  margin-top: 0;
}
body.page-template-tmpl-customers .content-table .col-md-8 .gform_wrapper .ginput_container input {
  border: none;
  background-color: #d6d6d6;
  height: 35px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
body.page-template-tmpl-customers .content-table .col-md-8 .gform_wrapper .ginput_container select {
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #d6d6d6;
  height: 35px;
  color: #003080;
  text-transform: uppercase;
  font-size: 17px;
}
body.page-template-tmpl-customers .content-table .col-md-8 .gform_wrapper #field_1_9 {
  margin-top: 35px;
}
body.page-template-tmpl-customers .content-table .col-md-8 .gform_wrapper #field_1_9 li {
  display: inline-block;
  width: 50%;
}
body.page-template-tmpl-customers .content-table .col-md-8 .gform_wrapper #field_1_9 li input {
  margin-top: 0;
  margin-right: 8px;
}
body.page-template-tmpl-customers .content-table .col-md-8 .gform_wrapper #field_1_9 li input[type=checkbox] {
  background-color: red !important;
}
body.page-template-tmpl-customers .content-table .col-md-8 .gform_footer {
  text-align: right;
  padding: 0;
  margin: 0;
}
body.page-template-tmpl-customers .content-table .col-md-8 .gform_footer input {
  background-color: #003080;
  border: none;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 16.2px;
  color: #ffffff;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.page-template-tmpl-customers .content-table .col-md-8 .gform_footer input:hover {
  background-color: #003a9a;
}
body.page-template-tmpl-contact #content-wrapper {
  padding-top: 60px;
  padding-bottom: 35px;
}
body.page-template-tmpl-contact .pageheader {
  padding-top: 35px;
  padding-bottom: 60px;
}
body.page-template-tmpl-contact .pageheader:first-of-type {
  padding-top: 65px;
}
body.page-template-tmpl-contact .pageheader h2 {
  font-weight: 100;
  font-size: 100px;
  letter-spacing: -0.04em;
  color: #00205b;
}
body.page-template-tmpl-contact .pageheader h2 span {
  font-size: 50px;
  position: relative;
  bottom: 40px;
  left: 6px;
}
body.page-template-tmpl-contact .background-image {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
}
body.page-template-tmpl-contact .the-content {
  padding-top: 60px;
}
body.page-template-tmpl-contact .the-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  letter-spacing: -0.01em;
  font-weight: 100;
}
body.page-template-tmpl-contact .the-content p strong {
  font-weight: 500;
}
body.page-template-tmpl-contact .content-table {
  padding-top: 60px;
  padding-bottom: 40px;
}
body.page-template-tmpl-contact .content-table [class*="su-column"] + [class*="su-column"]:last-child {
  float: left;
}
body.page-template-tmpl-contact .content-table .su-row {
  color: #3c3c3c;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
}
body.page-template-tmpl-contact .content-table .su-row strong {
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 15px;
}
body.page-template-tmpl-contact .content-table .su-row strong span {
  font-size: 17px;
}
body.page-template-tmpl-contact .content-table .su-row .new-jersey-2,
body.page-template-tmpl-contact .content-table .su-row .new-jersey-3,
body.page-template-tmpl-contact .content-table .su-row .cali-2,
body.page-template-tmpl-contact .content-table .su-row .cali-3,
body.page-template-tmpl-contact .content-table .su-row .georgia-2,
body.page-template-tmpl-contact .content-table .su-row .illinois-2,
body.page-template-tmpl-contact .content-table .su-row .texas-2 {
  margin-top: 26px;
}
body.page-template-tmpl-contact .content-table .col-md-4 {
  text-transform: uppercase;
  color: #003080;
  letter-spacing: 0.01em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin-top: 18px;
}
body.page-template-tmpl-contact .content-table .col-md-8 p {
  margin-bottom: 0;
  color: #3c3c3c;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
}
body.page-template-tmpl-contact .content-table .col-md-8 p strong {
  letter-spacing: -0.01em;
  font-weight: 500;
}
body.page-template-tmpl-contact .content-table .col-md-8 p strong span {
  font-size: 17px;
}
body.page-template-tmpl-contact .content-table .col-md-8 a {
  color: #003080;
}
body.page-template-tmpl-contact .scroll-top {
  text-align: right;
}
body.page-template-tmpl-contact .scroll-top a {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}
body.page-template-tmpl-contact .scroll-top a img {
  width: 28px;
  vertical-align: bottom;
}
body.search .pagecontent {
  padding-top: 160px;
  padding-bottom: 160px;
}
body.page-template-default .pagecontent {
  padding-top: 7em;
  padding-bottom: 10em;
}
body.page-template-default h2 {
  margin-bottom: 2em;
}
/* WP Defaults */
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  margin-bottom: 1em;
}
.alignleft,
.alignright {
  display: inline-block;
}
.alignleft {
  float: left;
  margin-right: 1em;
}
.alignright {
  float: right;
  margin-left: 1em;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.center {
  text-align: center;
}
.wp-caption {
  max-width: 100%;
}
#mobilenav {
  display: none;
}
@media screen and (max-width: 1200px) {
  body.home #hero p {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  #maincontent {
    margin-top: 56px;
  }
  #mainheader {
    display: none;
  }
  #mobilenav {
    display: block;
  }
  #mobilenav {
    font-size: 0;
    display: block;
    position: fixed;
    z-index: 201;
    width: 100%;
    top: 0;
    left: 0;
  }
  #mobilenav .logo {
    width: 70%;
    display: inline-block;
    font-size: 12px;
    padding: 12px 0;
  }
  #mobilenav .logo img {
    height: 32px;
    vertical-align: bottom;
  }
  #mobilenav .link {
    font-size: 12px;
    text-align: right;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
  }
  #mobilenav a {
    text-transform: uppercase;
  }
  #mobilenav .sub-menu {
    display: none;
  }
  #mobilenav_wrapper {
    background-color: #ffffff;
    border: 1px solid #00205b;
    border-width: 0 0 1px;
    position: relative;
    z-index: 100;
    height: 56px;
  }
  #mobilenav_wrapper .table {
    width: 100%;
  }
  #mobilebutton {
    padding: 0;
    text-transform: uppercase;
    display: block;
    color: #003080;
    font-size: 16px;
  }
  #mobilebutton span {
    display: inline-block;
    padding-left: 5px;
  }
  #mobilemenu {
    background-color: #3c3c3c;
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
    position: absolute;
    width: 100%;
    z-index: 99;
  }
  #mobilemenu {
    height: calc(100vh - 56px);
    overflow-y: auto;
  }
  #mobilenav ul,
  #mobilenav li {
    margin: 0;
    padding: 0;
    position: relative;
  }
  #mobilemenu .top-links {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #ffffff;
  }
  #mobilemenu .top-links .header-social {
    padding-top: 0;
  }
  #mobilemenu .top-links a {
    border-right: 1px solid #003080;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    padding-left: 17px;
    padding-right: 17px;
    text-decoration: none;
  }
  #mobilemenu .top-links a:hover {
    text-decoration: underline;
  }
  #mobilemenu .top-links a:last-of-type {
    border-right: none;
  }
  #mobilemenu .top-links a .fa {
    font-size: 18px;
  }
  #mobilemenu .menu .sub-menu li {
    border-bottom: 1px solid #ffffff;
  }
  #mobilemenu .menu .sub-menu li:first-of-type {
    border-top: 1px solid #ffffff;
  }
  #mobilemenu .menu .sub-menu li:last-of-type {
    border-bottom: none;
  }
  #mobilemenu .menu a {
    display: block;
    line-height: 50px;
    padding: 0 15px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
  }
  #mobilemenu .menu .sub-menu a {
    background-color: #6f6f6f;
    padding-left: 30px;
  }
  #mobilemenu .menu .expand {
    font-size: 21px;
    color: #595955;
    position: absolute;
    left: 60px;
    top: 0;
    color: #ffffff;
    width: 48px;
    text-align: center;
  }
  #mainfooter {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #mainfooter .corp {
    padding-left: 15px;
  }
  #mainfooter .col-xs-12,
  #mainfooter .col-xs-6 {
    margin-top: 25px;
  }
  #mainfooter .social-contact {
    text-align: left;
    margin-top: 25px;
  }
  #mainfooter .logos {
    text-align: left;
  }
  body.home #hero .wrap {
    height: 450px;
  }
  body.home #hero .wrap .affari-table {
    height: 450px;
  }
  body.home #hero .wrap .cell {
    padding-right: 15px;
    padding-left: 15px;
  }
  body.home #hero .col-lg-5,
  body.home #hero .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.home #hero .col-lg-5 p,
  body.home #hero .col-md-12 p {
    font-size: 35px;
    font-size: 3.3vw;
    /* px version should stay for a fallback purpose */
    line-height: 40px;
    line-height: 3.4vw;
    /* px version should stay for a fallback purpose */
    font-size: 42px;
    margin-top: 0;
    letter-spacing: 0;
  }
  body.home #hero .col-lg-5 p span,
  body.home #hero .col-md-12 p span {
    font-size: 21px;
    font-size: 1.8vw;
    bottom: 15px;
    bottom: 1.4vw;
  }
  body.home #services h2 {
    font-size: 65px;
  }
  body.home #services p {
    font-size: 23px;
  }
  body.home #services .col-sm-12 {
    margin-bottom: 35px;
  }
  body.home #media .media-content h2.media {
    font-size: 65px;
  }
  body.home #media .media-content .the-posts .blog-post h2 {
    font-size: 29px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body.page-template-tmpl-services .pageheader {
    padding-bottom: 35px;
  }
  body.page-template-tmpl-services .pageheader:first-of-type {
    padding-top: 0;
  }
  body.page-template-tmpl-services .pageheader h2 {
    font-size: 65px;
  }
  body.page-template-tmpl-services .pageheader h2 > span {
    font-size: 41px;
    bottom: 25px;
  }
  body.page-template-tmpl-services .mobile-parallax-bg {
    display: block;
  }
  body.page-template-tmpl-services .parallax-container,
  body.page-template-tmpl-services .parallax-mirror {
    display: none !important;
  }
  body.page-template-tmpl-services .the-content h2 {
    margin-bottom: 15px;
  }
  body.page-template-tmpl-services .the-content p {
    font-size: 17px;
  }
  body.page-template-tmpl-services .the-content .icon {
    text-align: left;
    margin-bottom: 15px;
  }
  body.page-template-tmpl-services .the-content span.registered {
    font-size: 14px;
    top: -5px;
  }
  body.page-template-tmpl-services .background-image {
    height: 200px;
  }
  body.page-template-tmpl-services .video {
    height: 200px;
  }
  body.page-template-tmpl-services .video video {
    display: none;
  }
  body.page-template-tmpl-services .video .background-image {
    display: block;
  }
  body.page-template-tmpl-about .pageheader {
    padding-bottom: 35px;
  }
  body.page-template-tmpl-about .pageheader:first-of-type {
    padding-top: 0;
  }
  body.page-template-tmpl-about .pageheader h2 {
    font-size: 65px;
  }
  body.page-template-tmpl-about .mobile-parallax-bg {
    display: block;
  }
  body.page-template-tmpl-about .parallax-container,
  body.page-template-tmpl-about .parallax-mirror {
    display: none !important;
  }
  body.page-template-tmpl-about .the-content h2 {
    margin-bottom: 15px;
  }
  body.page-template-tmpl-about .the-content p {
    font-size: 17px;
  }
  body.page-template-tmpl-about .the-content .icon {
    text-align: left;
    margin-bottom: 15px;
  }
  body.page-template-tmpl-about .the-content span.registered {
    font-size: 14px;
    top: -5px;
  }
  body.page-template-tmpl-about .background-image {
    height: 200px;
  }
  body.page-template-tmpl-about .scroll-top {
    margin-top: 10px;
  }
  body.page-template-tmpl-about #career .opportunities .top-bar h2 {
    font-size: 11px;
    padding-left: 5px;
    letter-spacing: 0;
  }
  body.page-template-tmpl-about #career .opportunities .top-bar .col-md-2.col-md-2:last-of-type a.toggle {
    margin-left: 0;
  }
  body.page-template-tmpl-about #career .career-details .col-md-6,
  body.page-template-tmpl-about #career .career-details .col-md-2 {
    padding-left: 5px;
    padding-right: 1px;
  }
  body.page-template-tmpl-about #career .career-details .col-md-6 h3,
  body.page-template-tmpl-about #career .career-details .col-md-2 h3 {
    font-size: 10px;
  }
  body.page-template-tmpl-about #career .career-details .col-md-6 p,
  body.page-template-tmpl-about #career .career-details .col-md-2 p {
    font-size: 9px;
  }
  body.blog .pageheader:first-of-type,
  body.single .pageheader:first-of-type {
    padding-top: 0;
  }
  body.blog .pageheader h2,
  body.single .pageheader h2 {
    font-size: 65px;
  }
  body.blog .the-posts .image,
  body.single .the-posts .image {
    height: 200px;
  }
  body.blog .prev-text,
  body.single .prev-text {
    margin-bottom: 20px;
  }
  body.page-template-tmpl-contact .pageheader:first-of-type,
  body.page-template-tmpl-customers .pageheader:first-of-type {
    padding-top: 0;
  }
  body.page-template-tmpl-contact .pageheader h2,
  body.page-template-tmpl-customers .pageheader h2 {
    font-size: 65px;
  }
}
@media screen and (max-width: 1450px), (max-device-width: 1450px) {
  body.home #hero p {
    font-size: 36px;
    line-height: 37px;
  }
  body.home #hero .blue-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  body.home #hero p {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px), (max-device-width: 767px) {
  body.home #hero .col-lg-5 p,
  body.home #hero .col-md-12 p {
    font-size: 20px;
    line-height: 20px;
  }
  body.home #hero .cell {
    position: absolute;
    bottom: -27px;
    padding-bottom: 0px;
  }
  body.home #hero p span {
    font-size: 14px;
    bottom: 8px;
  }
  body.home #hero .blue-btn {
    margin-top: 15px;
    margin-bottom: 77px;
    font-size: 11px;
  }
}
@media screen and (max-width: 444px), (max-device-width: 444px) {
  body.home #hero .col-lg-5 p,
  body.home #hero .col-md-12 p {
    font-size: 17px;
    line-height: 17px;
  }
  body.home #hero p span {
    font-size: 12px;
    bottom: 7px;
  }
}
