/* bootstrap overrides */
.form-control::placeholder {
  color: black;
}
.form-control::-moz-placeholder {
  color: black;
}
.form-control {
  color: black;
}
.form-control:focus {
  box-shadow: 0 0 0 .2rem rgba(0,0,0,0.1);
}
.input-group-text {
  background: transparent;
  padding: 0 .5rem;
  border: 0px none;
}
.col-sm-55 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.8333333%;
  flex: 0 0 45.8333333%;
  max-width: 45.8333333%;
}
.col-sm-65 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54.1666667%;
  flex: 0 0 54.1666667%;
  max-width: 54.1666667%;
}

/* main */
html {
  min-height: 100%;
  font-size: 18px;
}
body {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  background: white;
  min-height: 100%;
  font-weight: 500;
  font-weight: 400;
}
h1, h2, h3, h4, h5 {
  margin: 0;
}
h1, h2, h4, h5 {
  font-family: "Sentinel", serif;
}
.header-spacer {
  height: 70px;
}
.header-spacer.rev {
  display: none;
}
header {
  height: 70px;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 20;
  background: white;
/*   transition: .2s height; */
}
header.expanded {
  height: 200px;
}
a {
  color: inherit;
}
header a:hover {
  text-decoration: none;
}
.main-menu {
  color: #1b5aa1;
  font-size: 12px;
}
.main-menu>ul {
  position: absolute;
  top: 25px;
  height: 21px;
  z-index: 1;
}
.main-menu>ul:first-of-type {
  left: 37px;
}
.main-menu>ul:nth-of-type(2) {
  right: 37px;
}
.main-menu>ul>li {
  float: left;
  position: relative;
}
.main-menu>ul>li>a {
  box-sizing: border-box;
  border: 1px solid transparent;
  line-height: 20px;
  display: block;
  padding: 0 4px;
  margin-left: 3px;
  font-weight: 900;
  text-transform: uppercase;
  height: 21px;
}
.main-menu>ul>li.active>a {
  border-color: #1b5aa1;
}
.rev .main-menu>ul>li.active>a {
  border-color: white;
}
.main-menu>ul>li:hover>a {
  color: white;
  background-color: #1b5aa1;
}
.rev .main-menu>ul>li:hover>a {
  color: #1b5aa1;
  background-color: white;
}
.main-menu>ul>li:first-of-type>a {
  margin-left: 0;
}
.main-menu>ul>li>ul {
  position: absolute;
  left: 0;
  top: 21px;
  visibility: hidden;
}
.main-menu>ul>li>ul a:hover {
  text-decoration: underline;
  color: black;
}
.rev .main-menu>ul>li>ul a:hover {
  color: white;
}
.main-menu>ul>li:hover>ul {
  visibility: visible;
  line-height: 24px;
  white-space: nowrap;
  padding-top: 8px;
}
.main-menu>ul>li:hover>ul>li {
  min-height: 24px;
}
.main-menu>ul>li:hover>ul>li>a {
  text-transform: uppercase;
  font-weight: 700;
}
.main-menu>ul>li:hover>ul>li>ul {
  padding-left: 12px;
  list-style-type: disc;
  font-family: "Sentinel", serif;
}
.main-menu>ul>li.instagram {
  background: white;
  height: 28px;
  line-height: 28px;
  margin-top: -4px;
  margin-left: 10px;
  overflow: hidden;
}
.main-menu>ul>li.instagram>a {
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 7px;
  background-image: url("../img/instagram-header.svg");
  background-size: contain;
  background-position: 50% 50%;
}
.main-menu>ul>li.instagram:hover>a {
  background-color: transparent;
}
.main-menu>ul>li.cart-handle:hover>a {
  color: #1b5aa1;
  background-color: transparent;
}
.main-menu>ul>li.cart-handle>a {
  background-image: url("../img/ico-basket.png");
  background-position: 0% 50%;
  background-size: 16px 14px;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-left: 0px;
  padding-left: 24px;
}
.rev .main-menu>ul>li.cart-handle>a {
  color: #1b5aa1;
}
.main-menu>ul>li.cart-handle {
  background: white;
  margin-right: -37px;
  padding-right: 37px;
  height: 28px;
  line-height: 28px;
  margin-top: -4px;
  margin-left: 15px;
}
.main-menu>ul>li.cart-handle>a {
  line-height: 28px;
  height: 28px;
}
header .logo {
  width: 205px;
  height: 28px;
  background-image: url("../img/logo-flat.png");
  background-repeat: no-repeat;
  background-size: 205px 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  top: 35px;
  margin-left: -102px;
  margin-top: -14px;
  overflow: hidden;
  text-indent: -10000px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
header.rev .logo {
  background-image: url("../img/logo-flat-white.png");
}
body:not(.narrownav) header.ext1 .logo {
  width: 182px;
  height: 101px;
  top: 80px;
  margin-top: -50px;
  margin-left: -91px;
  background-image: url("../img/logo.png");
  background-size: 182px 101px;
}
body:not(.narrownav) header.ext2 .logo {
  width: 305px;
  height: 170px;
  top: 160px;
  margin-top: -85px;
  margin-left: -152px;
  background-size: 305px 170px;
  transition: .5s;
  background-image: url("../img/logo.png");
}
body:not(.narrownav) header.ext1.ext2 .logo {
  width: 182px;
  height: 101px;
  top: 80px;
  margin-top: -50px;
  margin-left: -91px;
  background-image: url("../img/logo.png");
  background-size: 182px 101px;
}
body:not(.narrownav) header.ext1.rev .logo {
  background-image: url("../img/logo-white.png");
}
footer {
  position: relative;
  z-index: 2;
}

footer .foot-note {
  background: black;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  padding: 6px 0 4px;
}
footer .foot-note p {
  margin: 0;
  opacity: .8;
}
.foot-top {
  height: 150px;
  background: url("../img/footer-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: white;
  position: relative;
}
footer nav {
  float: right;
  text-align: right;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 20px;
  padding-top: 34px;
  padding-right: 30px;
}
footer nav a:hover {
  color: inherit;
  text-decoration: none;
}
footer .info {
  float: left;
  padding-top: 34px;
  padding-top: 27px;
  padding-left: 30px;
}
footer .info .title {
  font-size: 26px;
}
footer .info p {
  margin-bottom: 6px;
  font-family: "Sentinel", serif;
  font-size: 18px;
}
footer .info p a,
footer .info p a:hover {
  color: inherit;
  text-decoration: underline;
}
footer .info .phone {
  font-family: "Sentinel", serif;
  font-size: 22px;
  padding-left: 20px;
  background: url("../img/foot-phone.png") no-repeat 0% 50%;
  background-size: 11px 17px;
}
footer .info .phone a:hover {
  color: inherit;
  text-decoration: none;
}
footer .info .phone a.instagram {
  overflow: hidden;
  text-indent: -1000px;
  display: inline-block;
  width: 23px;
  height: 27px;
  vertical-align: top;
  background: url("../img/instagram-footer.svg") no-repeat 0% 100%;
  background-size: contain;
  margin-left: 30px;
}
footer .to-top {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.06em;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  padding-top: 20px;
  background: url("../img/to-top.png") 50% 0% no-repeat;
  background-size: 14px 9px;
}
footer .to-top:hover {
  color: inherit;
  text-decoration: none;
}
.apg-section {
  overflow: hidden;
  min-height: 550px;
  height: calc(100vh - 70px);
  position: relative;
}
.apg-spacer {
  height: calc(50vh - 70px);
}
.apg-section.last-apg {
  margin-bottom: 50vh;
}
.apg-section.section-contact-form {
  height: auto;
  margin-top: calc(50vh - 350px);
  max-width: none;
}
.apg-section.section-contact-map {
  height: auto;
  margin-bottom: calc(50vh - 350px);
}
.apg-section .apg-sec-inner {
  left: 0px;
  right: 0px;
  height: 530px;
  top: 50%;
  margin-top: -265px;
  position: absolute;
}
.apg-sec-inner .image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 411px;
}
.apg-sec-inner .image.landscape {
  width: 540px;
}
.apg-sec-inner .image>div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: .3s;
}
.apg-sec-inner .image>div:not(.active) {
  visibility: hidden;
  opacity: 0;
}
.apg-sec-inner .image .prev,
.apg-sec-inner .image .next {
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: rgba(0,0,0,0.5)  no-repeat 50% 50% / 16px 16px;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjggMTI4OyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgd2lkdGg9IjEyOHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Zz48bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTp3aGl0ZTtzdHJva2Utd2lkdGg6MTI7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgeDE9Ijg3LjUiIHgyPSI0MC41IiB5MT0iMTExIiB5Mj0iNjQiLz48bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTp3aGl0ZTtzdHJva2Utd2lkdGg6MTI7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgeDE9IjQwLjUiIHgyPSI4Ny41IiB5MT0iNjQiIHkyPSIxNyIvPjwvZz48L3N2Zz4K');
}
.apg-sec-inner .image .next {
  left: auto;
  right: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjggMTI4OyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgd2lkdGg9IjEyOHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Zz48bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTp3aGl0ZTtzdHJva2Utd2lkdGg6MTI7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgeDE9IjQwLjUiIHgyPSI4Ny41IiB5MT0iMTciIHkyPSI2NCIvPjxsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoxMjtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiB4MT0iODcuNSIgeDI9IjQwLjUiIHkxPSI2NCIgeTI9IjExMSIvPjwvZz48L3N2Zz4K');
}

.apg-sec-inner .image>div>a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/watermark.png");
}
.apg-sec-inner .image>div>a.nowm {
  background-image: none;
}
.apg-sec-inner .image>div>a::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background: rgba(0,0,0,0.5) url("../img/zoom.png") no-repeat;
  background-size: 34px 34px;
}
.apg-sec-inner .image>div:nth-child(2) {
/*   display: none; */
}
.apg-sec-inner.to-left .image {
  left: 80px;
}
.apg-sec-inner.to-right .image {
  right: 80px;
}
.apg-sec-inner .apg-content {
  top: 0;
  height: 100%;
  position: absolute;
}
.apg-sec-inner.to-left .landscape+.apg-content {
  left: 660px;
  width: auto;
  right: 0;
}
.apg-sec-inner.to-left .apg-content {
  left: 530px;
}
.apg-sec-inner.to-right .apg-content {
  left: 175px;
}
.apg-sec-inner .apg-content .apg-con-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.apg-section h2 {
  font-size: 48px;
  margin-bottom: 8px;
}
.apg-section p {
  font-size: 27px;
  line-height: 46px;
}
.apg-section .bio {
  padding-top: 30px;
  font-size: 15px;
  line-height: 22px;
}
.apg-section .bio p {
  font-size: 15px;
  line-height: 22px;
}
.apg-popup {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  transition: .4s;
  background: rgba(0,0,0,0);
}
.apg-popup.shown {
  visibility: visible;
  background: rgba(0,0,0,0.7);
}
.apg-popup>div {
  position: absolute;
  background: white;
  transition: .4s;
}
.apg-popup img {
  width: 100%;
  height: 100%;
}
.apg-popup.archive>div::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/watermark.png");
}
.apg-popup a {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 20px;
  right: 20px;
  border-radius: 17px;
  opacity: 0.5;
  transition: .4s;
  background: rgba(0,0,0,0.5) url("../img/close.png") no-repeat;
  background-size: 34px 34px;
  z-index: 1;
}
.apg-popup.shown a {
  opacity: 1;
}
.gen-btn {
  display: inline-block;
  font-family: "Sentinel", serif;
  font-size: 15px;
  line-height: 32px;
  border: 1px solid black;
  padding: 0 15px;
  background: rgba(255,255,255,0);
  transition: .2s;
}
.gen-btn:hover {
  color: inherit;
  text-decoration: none;
  color: white;
  border-color: #1b5aa1;
  background: #1b5aa1;
}
.full-width {
  width: 100%;
  display: block;
  margin: 12px 0;
}
.home-tri-col {
  overflow: hidden;
  margin-bottom: 100px;
  position: relative;
}
.home-tri-element {
  float: left;
  width: 220px;
  width: 22.9%;
  margin-left: 113px;
  margin-left: 10%;
}
.home-tri-element:first-of-type {
  margin-left: 5%;
}
.home-tri-col h2 {
  font-size: 42px;
  line-height: 42px;
  border-bottom: 1px solid black;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.home-tri-col h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  margin-right: -50px;
  margin-bottom: 8px;
}
.home-tri-col p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.home-tri-col p.note {
/*   opacity: .5; */
}
.scroll-notify .scroll-down {
  position: fixed;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1b5aa1;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding-top: 20px;
/*   background: url("../img/arrow-down.png") no-repeat 50% 0%; */
  background-size: 15px 9px;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
}
a.scroll-down:not([href]):not([tabindex]) {
  color: #1b5aa1;
}
.scroll-notify.shown .scroll-down {
  visibility: visible;
  opacity: 1;
}
.scroll-notify .scroll-down::after {
  content: '';
  top: 0px;
  height: 11px;
  background: url("../img/arrow-down.png") no-repeat 50% 0%;
  background-size: 15px 9px;
  left: 50%;
  width: 15px;
  margin-left: -8px;
  position: absolute;
}
.scroll-notify.scrolled .scroll-down::before {
  content: '';
  top: -15px;
  height: 11px;
  background: url("../img/arrow-down.png") no-repeat 50% 0%;
  background-size: 15px 9px;
  left: 50%;
  width: 15px;
  margin-left: -8px;
  position: absolute;
  transform: scaleY(-1);
}


header.rev {
  color: white;
  background: transparent;
}
header.rev+.header-spacer {
  display: none;
}
.std-sec-top {
  height: 563px;
  background: #79b0de url("../img/blue-top.jpg") no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: -205px;
}
.std-sec-top.news {
  background-image: url("../img/blue-top-news.jpg");
}
.std-sec-top.cust-photo {
  position: relative;
  background-image: none;
}
.std-sec-top.cust-photo div {
/*   filter: grayscale(100%); */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 0%;
}
.std-sec-top.cust-photo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background: rgba(0, 96, 199, 0.2); */
/*   background: rgba(35, 143, 255, 0.2); */
}
header.rev .main-menu {
  color: white;
}
.std-inner {
  background: white;
  padding: 50px 50px 100px 80px;
}
.std-inner2 {
  background: white;
  padding: 80px 0px 0px 0px;
}

.crumbs {
  overflow: hidden;
}
.crumbs li {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  padding-right: 18px;
  margin-right: 9px;
  background: url("../img/arrow-right.png") no-repeat 100% 50%;
  background-size: 5px 8px;
  height: 18px;
  line-height: 20px;
}
.crumbs li:nth-of-type(2) {
  font-weight: 400;
  padding-right: 0;
  margin-right: 0;
  background: transparent;
}
.crumbs li:nth-of-type(3) {
  font-family: "Sentinel", serif;
  font-weight: 400;
  padding-right: 0;
  margin-right: 0;
  padding-left: 0px;
  margin-left: 20px;
  list-style: disc;
  background: transparent;
  position: relative;
  top: -2px;
  text-transform: none;
}
.crumbs li a:hover {
  color: inherit;
}
.notfound-content {
  margin-bottom: 4rem;
}
.notfound-content h2 {
  font-family: "Avenir", sans-serif;
  overflow: hidden;
  position: relative;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.notfound-content a {
  text-decoration: underline;
}
.notfound-content h2 strong {
  font-family: "Sentinel", serif;
  font-weight: 700;
}
.notfound-content h2::after {
  content: '';
  width: 100%;
  height: 1px;
  bottom: .3em;
  margin-left: 10px;
  background: black;
  position: absolute;
}
.std-content {
/*   overflow: hidden; */
}
.std-content h2 {
  font-size: 42px;
  line-height: 52px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.form-footer.std-content h2:first-child {
  margin-top: 60px;
}
.std-content h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 1px;
  background: black;
}
.std-content h2.no-line::after {
  display: none;
}
.std-content h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  font-weight: 300;
  margin-bottom: 20px;
}
.std-content h3 + p.position {
  margin-top: -20px;
  margin-bottom: 0px;
}
.text-content ul {
  font-family: "Sentinel", serif;
  font-size: 18px;
  line-height: 24px;
}
.text-content ul[style*=border] {
  font-family: "Avenir", sans-serif;
}
.text-content ul li {
  margin-bottom: 6px;
}
.text-content ul li a {
  font-family: "Avenir", sans-serif;
}
.text-content strong,
.text-content b {
  font-family: "Sentinel", serif;
  font-weight: 500;
}
.text-content .intro {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 1em;
  font-weight: 300;
}
.text-content .quote-container p {
  font-weight: inherit;
}
.text-content p {
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-weight: 300;
}
.text-content ul, .text-content ol {
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-weight: 300;
}
.text-content p.serif {
  font-family: "Sentinel", serif;
}
.text-content a {
  text-decoration: underline;
}
.text-content a:hover {
  color: inherit;
}
.text-content+h2 {
  margin-top: 60px;
}
.priv-state {
  padding-left: 44px;
  background: url("../img/lock.png") no-repeat 0% 50%;
  background-size: 24px 28px;
  font-size: 15px;
  line-height: 20px;
  color: #1c5ba2;
  margin-bottom: 40px;
  margin-top: 40px;
}
.priv-state p {
  font-size: 15px;
  line-height: 20px;  
}
.priv-state .title {
  font-weight: 900;
  text-transform: uppercase;
}
.ways-apply h3 {
  line-height: 52px;
  position: relative;
}
.ways-apply h3 em {
  font-family: "Sentinel", serif;
  font-style: normal;
  font-size: 42px;
  padding-right: 10px;
  background: white;
  display: inline-block;
  position: relative;
}
.ways-apply h3 em::after {
  content: ".";
}
.ways-apply h3 span {
  font-family: "Avenir", serif;
  font-weight: 300;
  display: inline-block;
  background: white;
  padding-right: 18px;
  position: relative;
}
.ways-apply h3::before {
  content: "";
  height: 1px;
  display: block;
  background: black;
  top: calc(50% + 3px);
  left: 0;
  right: 0;
  position: absolute;
}
.text-content ul.ways-apply>li {
  margin-bottom: 40px;
}
.ext-btn,
.text-content .ext-btn {
  text-decoration: none;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  line-height: 38px;
  background: #1c5ba2;
  color: white;
  padding-left: 44px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 300;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 9px 50%;
  font-family: "Avenir", sans-serif;
}
.ext-btn:hover,
.text-content .ext-btn:hover {
  color: white;
  text-decoration: none;
}
.special-list strong {
  display: block;
}
.special-list a {
  font-family: "Avenir", sans-serif;
}
.special-list ul li {
  margin-bottom: 40px;
}
.ext-btn.download {
  background-image: url("../img/ico-dl.png");
}
.ext-btn.upload {
  background-image: url("../img/ico-ul.png");
}
.ext-btn.eye {
  background-image: url("../img/ico-eye.png");
}
.ext-btn.phone {
  background-image: url("../img/ico-phone.png");
}
.ext-btn.mail {
  background-image: url("../img/ico-mail.png");
}
.ext-btn.buy {
  background-image: url("../img/ico-buy.png");
}

img.plain-img {
  max-width: 178px;
}
.img-container img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  height: auto;
}
.aside-img {
  float: right;
  width: 284px;
  margin-right: -130px;
  margin-left: 40px;
  margin-bottom: 30px;
  height: auto;
}
.img-container span {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-size: 12px;
  margin-top: 15px;
  text-transform: uppercase;
  line-height: 18px;
  opacity: .5;
}
.two-img-split {
  overflow: hidden;
  width: auto;
  margin-right: -130px;
  margin-bottom: 20px;
}
.split-img {
  float: left;
  width: 48%;
  height: auto;
  margin-left: 4%;
}
.split-img:first-child {
  margin-left: 0;
}
.fw-img {
  margin-bottom: 20px;
}
.quote-container.aside-quote {
  float: right;
  clear: right;
  position: relative;
  width: 270px;
  height: auto;
  padding-top: 20px;
  margin-left: 50px;
  margin-bottom: 20px;
  text-align: right;
  margin-right: -150px;
}
.aside-quote::before {
  background: url("../img/quot1.png") no-repeat;
  background-size: 171px 147px;
  width: 171px;
  height: 147px;
  content: "";
  position: absolute;
  top: 0;
  display: block;
  right: -80px;
}
.quote-container {
  position: relative;
  height: 180px;
}
.quote-container>.quote {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.quote-container>.quote.active {
  visibility: visible;
  opacity: 1;
}
.quote-container span.signature {
  display: block;
  opacity: .5;
  font-size: 15px;
  line-height: 20px;
  position: relative;
}
.quote-container span.signature::before {
  content: "— ";
}
.quote-container p,
.quote-container blockquote {
  font-family: "Sentinel", serif;
  font-size: 26px;
  line-height: 36px;
  position: relative;
}
.quote-container blockquote::before {
  content: "“";
}
.quote-container blockquote::after {
  content: "”";
}
.text-content h5 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 55px;
  margin-top: 45px;
  margin-bottom: 8px;
}
.text-content h3 + h5 {
  margin-top: 20px;
  
}
.txt-contact {
  position: relative;
  margin-top: 60px;
  padding-top: 10px;
}
.txt-contact::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 1px;
  background: black;
}
.txt-contact h3 {
  margin-top: 30px;
  margin-bottom: 2px;
}
.txt-contact p.intro + p {
  line-height: 24px;
  margin-bottom: 0;
}
.txt-contact p.re-marb + p,
.txt-contact p.intro + p + p {
  line-height: 24px;
}
.re-marb {
  margin-bottom: 8px;
}
p.phonep {
  font-family: "Sentinel", serif;
  font-size: 22px;
  line-height: 24px;
  padding-left: 24px;
  background: url("../img/txt-phone.png") no-repeat 0% 50%;
  background-size: 11px 17px;
  margin-bottom: 5px;
}
.instagram-ico {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -1000px;
  overflow: hidden;
  background: url("../img/instagram-contactpage.svg") no-repeat 0% 50%;
  background-size: 16px 16px;
  margin-top: -10px;
}
.quote-block {
  padding: 100px 0 60px;
  overflow: hidden;
}
.quote-block.dark-qb {
  background: #bedcf6;
}
.quote-block .quote-container::before {
  background: url("../img/quot2.png") no-repeat;
  background-size: 171px 147px;
  width: 171px;
  height: 147px;
  content: "";
  position: absolute;
  top: -40px;
  display: block;
  left: -80px;
}
.quote-block.dark-qb .quote-container::before {
  background-image: url("../img/quot3.png");
}
header.sub+.header-spacer {
  height: 105px;
}
body:not(.narrownav) header.ext1 .subnav,
body:not(.narrownav) header.expanded .subnav,
body:not(.narrownav) header.rev .subnav {
  display: none;
}
header .subnav {
  position: absolute;
  top: 63px;
  left: 0;
  right: 0;
  height: 42px;
  background: #134378;
  color: white;
}
header .subnav.ex>div {
  height: 42px;
  width: 0;
  background: #1b5aa1;
  transition: width .3s;
}
header.expanded .subnav.ex {
  display: none;
}
header .subnav ul li {
  float: left;
  height: 42px;
  text-align: center;
  line-height: 42px;
  width: 20%;
  border-left: 1px solid black;
  position: relative;
}
header .subnav ul li em.progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #1b5aa1;
}
header .subnav ul li.active {
  background: #1b5aa1;
}
header .subnav ul li:first-of-type {
  border-left: 0 none;
}
header .subnav li>span {
  font-size: 12px;
  font-family: "Sentinel", serif;
  display: inline-block;
}
header .subnav li.first>em {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
header .subnav li.first>span {
  font-size: 12px;
  font-family: "Avenir", serif;
}
header .subnav li>span {
  font-size: 12px;
  display: inline-block;
}
header .subnav li.first>em+span {
  text-transform: uppercase;
}
header .subnav li.first>em+span::before {
  background: transparent;
  height: auto;
  content: ">";
  font-weight: 500;
  transform: scale(0.75, 1.5);
}
header .subnav li>span::before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  content: "";
  background: white;
  margin-right: 12px;
  border-radius: 2px;
}
header .subnav li>a {
  position: relative;
  font-size: 12px;
  font-weight: 900;
/*   text-transform: uppercase; */
  letter-spacing: 0.06em;
}
header .subnav li>a:hover {
  color: white;
  text-decoration: none;
}
header .subnav li>a::before {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  margin-right: 8px;
}
header .subnav li:nth-of-type(2)>a::before {
/*   content: "1."; */
}
header .subnav li:nth-of-type(3)>a::before {
/*   content: "2."; */
}
header .subnav li:nth-of-type(4)>a::before {
/*   content: "3."; */
}
header .subnav li:nth-of-type(5)>a::before {
/*   content: "4."; */
}
.apply-form  {
  margin-bottom: 100px;
}
.apply-form.ext-mtop {
  margin-bottom: 50px;
}
.apply-form.members-form {
  margin-bottom: 100px;
}
.apply-form h3 {
  position: relative;
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 12px;
  margin-top: 40px;
}
.apply-form h3::before {
  position: absolute;
  display: block;
  background: black;
  left: 0;
  right: 0;
  top: calc(50% + 5px);
  height: 1px;
  content: "";
}
.apply-form h3 span {
  display: inline-block;
  background: white;
  padding-right: 16px;
  position: relative;
}
.apply-form .full-bg h3 span {
  background: #BEDCF6;
}
.apply-form h3 span::before {
  display: inline-block;
  font-size: 42px;
  font-family: "Sentinel", serif;
  font-weight: 500;
  margin-right: 8px;
}
.apply-form div[id]:nth-of-type(1) h3:first-of-type span::before {
  content: "1.";
}
.apply-form div[id]:nth-of-type(2) h3:first-of-type span::before {
  content: "2.";
}
.apply-form div[id]:nth-of-type(3) h3:first-of-type span::before {
  content: "3.";
}
.apply-form div[id]:nth-of-type(4) h3:first-of-type span::before {
  content: "4.";
}
.apply-form div[id]:nth-of-type(5) h3:first-of-type span::before {
  content: "5.";
}
.apply-form div[id]:nth-of-type(6) h3:first-of-type span::before {
  content: "6.";
}
.apply-form div[id]:nth-of-type(7) h3:first-of-type span::before {
  content: "7.";
}
.apply-form .row {
  position: relative;
}
.apply-form .form-section {
  position: relative;
/*   padding-bottom: 100px; */
  margin-bottom: 40px;
}
.apply-form.members-form .form-section {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.apply-form .form-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 75%;
  left: 0%;
  width: 100%;
  background: #bedcf6;
}
.apply-form .form-section.no-bg::before {
  display: none;
}
.apply-form .form-section.full-bg::before {
  top: 0;
}
.download-form label,
.apply-form label {
  font-family: "Sentinel", serif;
  font-size: 16px;
  margin-right: -10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  background: url("../img/arrow-down.png") no-repeat 96% 50%;
  background-size: 12px auto;
}
.download-form input,
.apply-form select,
.apply-form input {
  border-color: black;
  border-radius: 0;
}
.download-form input:focus,
.apply-form select:focus,
.apply-form input:focus {
  border-color: black;
}
.apply-form input.single-digit {
  width: 35px;
  display: inline-block;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.apply-form textarea {
  border-color: black;
  border-radius: 0;
  resize: none;
  height: 135px;
}
.apply-form textarea:focus {
  border-color: black;
}
.apply-form label span {
  font-weight: 400;
  font-family: "Avenir", serif;
  top: 1px;
}
.apply-form .col-sm-6 label span {
  display: block;
}
.apply-form .col-sm-6 .col-sm-6 label {
  white-space: nowrap;
}
.apply-form .ext-h textarea {
  height: 232px;
}
.apply-form .ext-h2 textarea {
  height: 270px;
}
.apply-form .no-wrap {
  white-space: nowrap;
}
input.hidden-number {
  display: none;
}
.file-upload .note {
/*   opacity: .5; */
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  display: block;
  text-align: left;
  margin-left: 15px;
  padding-bottom: 20px;
}
.file-upload .input-file {
  position: relative;
  margin-bottom: 10px;
}
.file-upload .input-file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  width: 100%;
}
.option label {
  font-family: "Avenir";
  margin-right: 20px;
  display: inline-block;
}
.option label strong {
  font-family: "Sentinel", serif;
  font-weight: 500;
}
.option input[type="radio"] {
  display: none;
}
.option input[type="checkbox"] {
  display: none;
}
.option input[type="radio"] + label,
.option input[type="checkbox"] + label {
  padding-left: 25px;
  position: relative;
}
.option label span {
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  vertical-align: middle;
  border: 1px solid black;
  background: white;
}
.option.error label span {
  border-color: #fe5d3e;
}
.option label span::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid white;
/*   background: black; */
  content: "";
}
.option input:checked+label span::before {
  background: black;
}
.apply-form .text-content em {
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
/*   opacity: .5; */
}
.apply-form .input-group {
  border: 1px solid black;
  padding-left: 4px;
  background: white;
}
.apply-form .input-group-text {
  line-height: 40px;
/*   padding-right: 4px; */
}
.apply-form .input-group input {
  height: 38px;
  border: 0 none;
}
.apply-form .no-gutters {
  margin-top: 20px;
}
.apply-form .column {
  background: white;
  border: 1px solid black;
  margin-top: -1px;
  margin-left: -1px;
  padding: 8px 16px;
  font-size: 15px;
}
.apply-form .column.has-title span,
.apply-form .column.has-title em {
  display: none;
}
.apply-form .column input {
  border: 0px none;
  padding: 4px 0;
}
.apply-form .column.col-sm-4 input {
  border: 0px none;
  padding: 4px 0;
  padding: 9px 12px;
  margin: -5px -12px;
  width: calc(100% + 25px);
}
.apply-form .column>span {
  font-family: "Sentinel", serif;
  display: block;
}
.apply-form .column>em {
  display: block;
  font-weight: 400;
/*   opacity: .5; */
  font-style: normal;
}
.column .input-group.mb-2 {
  border: 0 none;
  padding: 0;
  margin-bottom: 0 !important;
}
.column .input-group input {
  padding-left: 5px;
}
.lg-txt .column {
  font-size: 18px;
  line-height: 40px;
}
.column textarea {
  padding: 0;
  border: 0px none;
}
.ext-mtop {
  margin-top: 20px;
}
.file-upload {
  text-align: right;
}
.download-form button,
.apply-form button {
  border-radius: 0;
  border: 0 none;
  color: white;
  background-color: #1b5aa1;
  font-weight: 400;
  font-size: 24px;
  display: block;
  height: 54px;
  margin: 30px 0;
}
#paymentForm button {
  min-width: 300px;
}
.download-form button,
.apply-form button.small-btn {
  height: 34px;
  font-size: 15px;
}
.download-form .forgot {
  font-size: 15px;
  color: rgba(0,0,0,0.5);
  text-decoration: underline;
}
.error-note {
  height: 200px;
  visibility: hidden;
}
.error-note.error {
  visibility: visible;
}
.error-note>span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url("../img/warning-sign.png") no-repeat 50% 50%;
  background-size: 32px 32px;
}
.error-note.error-note-top {
  position: relative;
  height: 50px;
  margin-left: 100px;
}
.error-note p {
  color: #fe5d3e;
  position: absolute;
  top: 50%;
  left: 50px;
  right: 0;
  transform: translateY(-50%);
  font-size: 15px;
  max-width: calc(100% - 100px);
}


.he-pad-top {
  padding-top: 90px;
}
.std-content::after,
.split-in-sub::after {
  content: '';
  display: table;
  clear: both;
}
.split-in-sub input {
  float: left;
  width: calc(100% - 95px);
}
.split-in-sub button {
  width: 95px;
  float: left;
  font-size: 18px;
  margin: 0;
  height: 43px;
}
.split-in-sub>label {
  display: block;
}
.he-pad-top .col-sm-6 label span {
  display: inline-block;
}
.content-list a:hover {
  color: inherit;
  text-decoration: none;
}
.content-list a>span {
  opacity: .5;
  font-size: 15px;
  line-height: 20px;
  display: block;
  text-align: center;
  margin-top: 18px;
  padding: 0 20px;
}
.content-list a img {
  display: block;
  width: 100%;
}
.content-list a .img-holder {
  display: block;
  overflow: hidden;
  position: relative;
}
.content-list a .img-holder img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: contain;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.content-list a .img-holder img:first-child {
  position: static;
  height: auto;
}
.content-list a .img-holder img.active {
  opacity: 1;
  visibility: visible;
}
.content-list a .img-holder .prev,
.content-list a .img-holder .next {
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: rgba(0,0,0,0.5)  no-repeat 50% 50% / 16px 16px;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjggMTI4OyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgd2lkdGg9IjEyOHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Zz48bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTp3aGl0ZTtzdHJva2Utd2lkdGg6MTI7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgeDE9Ijg3LjUiIHgyPSI0MC41IiB5MT0iMTExIiB5Mj0iNjQiLz48bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTp3aGl0ZTtzdHJva2Utd2lkdGg6MTI7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgeDE9IjQwLjUiIHgyPSI4Ny41IiB5MT0iNjQiIHkyPSIxNyIvPjwvZz48L3N2Zz4K');
}
.content-list a .img-holder .next {
  left: auto;
  right: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjggMTI4OyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgd2lkdGg9IjEyOHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Zz48bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTp3aGl0ZTtzdHJva2Utd2lkdGg6MTI7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgeDE9IjQwLjUiIHgyPSI4Ny41IiB5MT0iMTciIHkyPSI2NCIvPjxsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoxMjtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiB4MT0iODcuNSIgeDI9IjQwLjUiIHkxPSI2NCIgeTI9IjExMSIvPjwvZz48L3N2Zz4K');
}

.content-list li {
  margin-bottom: 60px;
}
.image-pop {
  z-index: 100;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,.8);
  visibility: hidden;
  opacity: 0;
}
.image-pop.shown {
  visibility: visible;
  opacity: 1;
}
.image-pop .popin-img {
  position: absolute;
  top: 80px;
  left: 80px;
  bottom: 80px;
  right: 80px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.image-pop .popin-img::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: block;
  content: "";
  background: url("../img/wmark-pop.png") 50% 50% no-repeat;
}
.text-content.apg-con-inner h3 {
  margin-bottom: 20px;
}
.con-soc-icos {
  
}
.con-soc-icos a {
  display: inline-block;
  margin-right: 8px;
  border: 1px solid black;
  overflow: hidden;
  height: 34px;
  line-height: 32px;
  font-family: "Sentinel", serif;
  font-size: 0.75rem;
  padding: 0 10px;
}
.con-soc-icos a.twitter,
.con-soc-icos a.facebook {
  width: 37px;
  text-indent: -10000px;
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.con-soc-icos a.twitter {
  background-image: url("../img/soc-tw.png");
}
.con-soc-icos a.facebook {
  background-image: url("../img/soc-fb.png");
}


.time-head h3 {
  position: relative;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 12px;
  margin-top: 40px;
}
.time-head h3::before {
  position: absolute;
  display: block;
  background: black;
  left: 0;
  right: 0;
  top: calc(50% + 5px);
  height: 1px;
  content: "";
}
.time-head h3 span {
  display: inline-block;
  background: white;
  padding-right: 16px;
  position: relative;
}
.time-head h3 span date {
  display: inline-block;
  font-size: 42px;
  font-family: "Sentinel", serif;
  font-weight: 500;
  margin-right: 8px;
}
.time-head h3 strong {
  font-size: 18px;
  font-family: "Sentinel", serif;
  margin-left: 4px;
}
.image-carousel {
  margin-bottom: 20px;
}
.image-carousel .ic-container {
  height: 345px;
  overflow: hidden;
  position: relative;
  background: white;
  margin-bottom: 0;
}
.image-carousel .ic-container li {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.image-carousel .ic-status {
  position: relative;
  text-align: center;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  font-weight: 900;
}
.image-carousel .ic-status a {
  display: block;
  height: 14px;
  width: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 15px;
  position: absolute;
}
.image-carousel .ic-status a.prev {
  background-image: url("../img/arrow-left.png");
  left: 50%;
  margin-left: -140px;
}
.image-carousel .ic-status a.next {
  background-image: url("../img/arrow-right.png");
  right: 50%;
  margin-right: -140px;
}
.image-carousel .ic-labels {
  margin: 4px 0 0;
  overflow: hidden;
  position: relative;
  height: 20px;
  display: block;
  font-size: 15px;
  line-height: 20px;
  opacity: .5;
  font-weight: 300;
  font-size: 12px;
  margin-top: 15px;
  text-transform: uppercase;
  line-height: 18px;
}
.image-carousel .ic-labels li {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: .3s;
}
.image-carousel .ic-labels li.active {
  opacity: 1;
  visibility: visible;
}

.ci-inner .txt-contact::after {
  display: none;
}
.ci-inner .txt-contact {
  padding-top: 0;
  margin-top: 0;
}

.ci-inner {
  position: absolute;
  top: calc(50% + 50px);
  transform: translateY(-50%);
  transition: top .3s;
}
@media screen and (max-height: 720px) {
  .ci-inner {
    top: calc(50% - 30px);
  }
  header.ext1 + div + .contact-fixed .ci-inner {
    top: calc(50% + 50px);
  }
}
@media screen and (max-height: 670px) {
  .ci-inner {
    top: calc(50% - 50px);
  }
  header.ext1 + div + .contact-fixed .ci-inner {
    top: calc(50% + 50px);
  }
}
.contact-fixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.contact-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 600px;
  max-width: 100%;
  background: white;
  margin-left: -35px;
  padding-right: 50px;
}
.contact-cards {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 365px);
  right: 0;
  background: #bedcf6;
  padding-left: 30px;
}
@media screen and (max-width: 1220px) {
.contact-info {
  width: 400px;
}
.contact-cards {
  left: calc(50% + 270px);
}

}
@media screen and (max-width: 760px) {
  .contact-info {
    width: auto;
  }
}
.contact-form {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 520px);
  width: 410px;
  background: #fff;
  z-index: 2;
}
.contact-form .ci-inner {
  width: 100%;
}
.contact-form input {
  width: 100%;
}
.map-container {
  height: 390px;
  position: relative;
  background: #eee;
}
.map-desc {
  overflow: hidden;
  margin-top: 20px;
}
.map-desc a {
  text-decoration: none;
  display: block;
  float: right;
}
.map-desc em {
  float: left;
  width: 255px;
}
.ext-contact {
  background: #bedcf6;
  padding: 75px 0;
}
.ext-contact .txt-contact {
  text-align: right;
  padding-top: 0;
  margin-top: 0;
}
.ext-contact .txt-contact .phonep {
  display: inline-block;
}
.ext-contact .txt-contact::after {
  display: none;
}
.ext-contact .txt-contact h3 {
  margin-top: 0;
}
.s-bl strong {
  display: block;
}
.text-content p.signature {
  font-size: 26px;
  line-height: 36px;
  margin: 10px 0;
  font-family: "Sentinel", serif;
}
.text-content p.signature::before {
  content: "— ";
}
.dblock {
  display: block;
  font-size: 17px;
}
.dinb {
  display: inline-block;
  margin-left: 15px;
  width: 50%;
  vertical-align: top;
}
.handwritting img {
  display: block;
  width: 100%;
}

.news-date::before {
  content: '';
  display: block;
  width: 160px;
  height: 42px;
  background: white;
  margin-bottom: -42px;
}
.news-date {
  display: block;
  border-bottom: 1px solid black;
  margin-bottom: 1rem;
  font-family: "Sentinel", serif;
  font-weight: 500;
  height: 42px;
}
.news-date em {
  font-family: "Sentinel", serif;
  font-weight: 500;
  font-size: 2.3rem;
  font-style: normal;
}
.news-date span {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  font-style: normal;
}
.news-date2 {
  display: block;
  font-size: 1.1rem;
/*   font-family: "Sentinel", serif; */
  font-weight: 500;
}
.news-date2 strong {
  font-family: "Sentinel", serif;
  font-weight: 500;
  font-size: 1.8rem;
  font-style: normal;
  margin-right: 5px;
}
.news-date2 em {
  font-family: "Sentinel", serif;
  font-weight: 400;
  font-size: 0.9rem;
  font-style: normal;
  margin-left: 5px;
}
.news-list .con-soc-icos {
  margin-top: 1rem;
}
.news-list .col-sm-4 a img {
  margin-bottom: 1rem;
}
.news-list .col-sm-8 a img {
  float: left;
  width: 45%;
  margin-right: 5%;
}
.news-list .col-sm-8.wide a img {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 1rem;
}
.news-list.content-list a > span {
  opacity: 1;
  text-align: left;
  padding: 0;
}

.mob-only {
  display: none;
}

.mob-only2 {
  display: none;
}

.form-group {
  position: static;
}
.checkitem {
  position: relative;
}
.checkitem.error::after,
.money-table .col-sm-5.error::after,
.form-group.error::after {
  content: '';
  background: white url("../img/warning-sign.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 32px;
  height: 32px;
  right: -50px;
  top: 0px;
}
.checkitem.error::after {
  top: 0;
}
.money-table .col-sm-5.error::after {
  top: 10px;
}
.form-group.error label {
  color: #fe5d3e;
}
.form-group.error input, 
.form-group.error textarea {
  border-color: #fe5d3e;
}

.to-animate {
  transform: translateY(40px);
  opacity: 0;
  transition: 1s;
  transition-delay: .5s;
}
.scroll-animate {
  transform: translateY(0);
  opacity: 1;
}

a[name] {
  position: relative;
  top: -150px;
  height: 0;
}

.desktop-spacer-500 {
  height: 500px;
}
.desktop-spacer-250 {
  height: 175px;
}

.more-text {
  display: none;
}
.more-text.visible {
  display: block;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: black !important;
}

.qty-button {
  line-height: 26px;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}
.multiline span {
  display: block;
}
.forchk2+label {
  display: none;
}

@media screen and (max-width: 1200px) {
  .main-menu {
    font-size: 11px;
  }
}
@media screen and (max-width: 990px) {
  header {
    height: 35px;
    height: 45px;
    background: white;
  }
  .header-spacer {
    height: 35px;
    height: 45px;
  }
  header.rev .logo {
    background-image: url("../img/logo-flat.png");
  }
  .main-menu>ul {
    visibility: hidden;
    float: none;
    width: 100%;
    float: none;
    position: relative;
  }
  .main-menu.active>ul {
    visibility: visible;
  }
  .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    height: 35px;
    height: 45px;
    background: rgba(27,90,161,.4);
    font-size: 12px;
    background: white;
  }
  .main-menu.active {
    height: 100vh;
  }
  .main-menu>a {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    z-index: 20;
  }
  .main-menu>a.mobile-handle {
    left: 15px;
  }
  .main-menu>a.mobile-handle span {
    position: absolute;
    display: block;
    width: 26px;
    height: 12px;
    box-sizing: border-box;
    top: 13px;
    left: 2px;
    height: 3px;
    background: #1b5aa1;
    transition: .3s;
  }
  .main-menu.active>a.mobile-handle span {
    background: transparent;
  }
  .main-menu>a.mobile-handle span::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: -7px;
    border-top: 3px solid #1b5aa1;
    display: block;
    transform-origin: 100% 0%;
    transition: .3s;
  }
  .main-menu.active>a.mobile-handle span::before {
    transform: translateX(-4px) rotate(-45deg);
    top: -8.5px;
  }
  .main-menu>a.mobile-handle span::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 7px;
    border-top: 3px solid #1b5aa1;
    display: block;
    transform-origin: 100% 100%;
    transition: .3s;
  }
  .main-menu.active>a.mobile-handle span::after {
    transform: translateX(-4px) rotate(45deg);
    top: 8.5px;
  }
  .main-menu>a.mobile-phone {
    right: 15px;
    background: url("../img/phone.png") no-repeat 50% 50%;
    background-size: 13px 20px;
  }
  .main-menu>a.mobile-basket {
    right: 55px;
    background: url("../img/ico-basket.png") no-repeat 50% 50%;
    background-size: 20px 20px;
  }
  header .logo {
    top: 6px;
    margin-top: 0;
    width: 232px;
    height: 30px;
    background-size: 232px 30px;
    margin-left: -116px;
  }
  header.rev {
    background: white;
  }
  header.rev .main-menu {
    color: #1b5aa1;
  }
  .rev .main-menu > ul > li.active > a {
    border-color: #1b5aa1;
  }
  .main-menu > ul {
    background: white;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0 20px;
    top: 0;
  }
  .main-menu > ul > li {
    clear: both;
    width: auto;
    margin-bottom: 12px;
    margin-bottom: 20px;
  }
  .main-menu > ul:nth-of-type(2) {
    right: 0;
    padding-bottom: 10px;
  }
  .main-menu > ul:first-of-type {
    left: 0;
    padding-top: 50px;
  }
  .main-menu > ul > li.cart-handle {
    margin-right: 0;
    padding-right: 0;
    margin-top: 0;
    margin-left: 0;
  }
  .main-menu > ul > li > ul {
    position: relative;
    top: 0;
    display: none;
    padding: 0 20px;
  }
  .main-menu > ul > li:hover > ul {
    display: block;
  }
  .rev .main-menu > ul > li > ul a:hover {
    color: #1b5aa1;
  }
  header .subnav {
    top: 35px;
  }
}
@media screen and (max-width: 1100px) {
  .main-menu {
    font-size: 10.5px;
  }
  .main-menu > ul:nth-of-type(1) {
    left: 10px;
  }
  .main-menu > ul:nth-of-type(2) {
    right: 10px;
  }
  .main-menu > ul > li > a {
    padding: 0 1px;
  }
  .main-menu > ul > li.cart-handle {
    margin-left: 5px;
  }
  
  .apg-sec-inner.to-left .image {
    left: 0;
  }
  .apg-section .apg-sec-inner {
    width: calc(100% - 30px) !important;
    margin-left: calc(-50% + 15px) !important;
  }
  .apply-form .no-wrap {
    white-space: normal;
  }
  .offset-md-1 {
    margin-left: 0;
  }
  .quote-container.aside-quote {
    margin-right: -100px;
  }
  .apg-sec-inner.to-left .landscape {
    width: 411px;
  }
  .apg-sec-inner.to-left .landscape+.apg-content,
  .apg-sec-inner.to-left .apg-content {
    left: 480px;
  }
  .contact-fixed {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    float: right;
    width: 50%;
    padding-top: 70px;
    padding-left: 10px;
  }
  .contact-info {
    position: relative;
    left: 0;
    margin-left: 0;
  }
  .contact-cards {
    position: relative;
    left: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
  }
  .contact-form {
    position: relative;
    width: 50%;
    left: 0;
  }
  .apg-section.section-contact-map {
    position: relative;
    margin-bottom: 0;
  }
  .ci-inner {
    position: relative;
    transform: translateY(0);
    top: 0;
  }
  .section-contact-map+.scroll-notify.shown {
    display: none;
  }
  .section-contact-form {
    padding-top: 70px;
  }
  .section-contact-form,
  .section-contact-map {
    width: 50%;
    float: left;
  }
  .section-contact-form>div,
  .section-contact-map>div {
    width: 100%;
  }
  footer {
    clear: both;
  }
}
@media screen and (max-width: 990px) {
  .desktop-spacer-500 {
    height: 100px;
  }
  .desktop-spacer-250 {
    height: 10px;
  }

  .ext-btn.buy {
    margin-top: 15px;
  }
  header .subnav li > a {
    font-size: 10px;
  }
  .download-form label, .apply-form label {
    font-size: 14px;
  }
  .download-form button, .apply-form button {
    font-size: 20px;
  }
  .ext-btn, .text-content .ext-btn {
    font-size: 12px;
  }
  .gen-btn {
    font-size: 12px;
  }
  .quote-container p, .quote-container blockquote {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .quote-block {
    padding-top: 60px;
  }
  .quote-container.aside-quote {
    margin-right: 0;
  }
  .quote-container span.signature {
    font-size: 12px;
  }
  .apply-form .text-content em {
    display: block;
    width: 100%;
    padding-top: 10px;
  }
  .apg-section.section-contact-form {
    margin-top: 0;
  }
  .apg-sec-inner .apg-content {
    width: 50%;
    max-width: 50%;
  }
  .apg-sec-inner.to-left .apg-content {
    left: 40%;
  }
  .apg-sec-inner.to-left .image.landscape+.apg-content,
  .apg-sec-inner.to-left .image+.apg-content {
    left: 55%;
    width: 45%;
  }
  .apg-sec-inner.to-left .landscape {
    width: 50%;
  }
  .apg-sec-inner.to-right .apg-content {
    left: 0;
  }
  .home-tri-element:first-of-type,
  .home-tri-element {
    float: left;
    width: 48%;
    margin-left: 2%;
    margin-bottom: 15px;
  }
  .home-tri-element:nth-of-type(2n+1) {
    clear: left;
    margin-top: 40px;
  }
  .home-tri-element:first-of-type {
    margin-top: 0px;
  }

}
@media screen and (max-width: 767px) {
  header {
    height: 35px;
  }
  .header-spacer {
    height: 35px;
  }
  .main-menu {
    height: 35px;
  }
  .main-menu > ul:nth-of-type(1) {
    left: 0px;
  }
  .main-menu > ul:nth-of-type(2) >li>a,
  .main-menu > ul:nth-of-type(1) >li>a {
    margin-left: 0px;
  }
  .main-menu > ul:nth-of-type(2) {
    left: 0px;
    right: auto;
  }
  header .logo {
    width: 155px;
    height: 20px;
    background-size: 155px 20px;
    margin-left: -77px;
  }
  .main-menu>a {
    width: 20px;
    height: 20px;
    top: 7px;
  }
  .main-menu>a.mobile-handle span {
    width: 16px;
    height: 12px;
    top: 9px;
    left: 2px;
    height: 2px;
  }
  .main-menu>a.mobile-handle span::before {
    top: -5px;
    border-top-width: 2px;
  }
  .main-menu>a.mobile-handle span::after {
    top: 5px;
    border-top-width: 2px;
  }
  .main-menu.active>a.mobile-handle span::before {
    transform: translateX(-3px) rotate(-45deg);
    top: -5.5px;
    width: 16.5px;
  }
  .main-menu.active>a.mobile-handle span::after {
    transform: translateX(-3px) rotate(45deg);
    width: 16.5px;
    top: 5.5px;
  }
  .main-menu>a.mobile-phone {
    right: 15px;
    background-size: 9px 13px;
  }
  .main-menu>a.mobile-basket {
    right: 45px;
    background-size: 13px 13px;
  }
  .main-menu > ul:first-of-type {
    padding-top: 40px;
  }
  .apg-section .apg-sec-inner {
    position: relative !important;
    left: 0 !important;
    opacity: 1 !important;
  }
  .apg-sec-inner .image.landscape,
  .apg-sec-inner .image {
    position: relative;
    right: 0;
    width: 100%;
    right: 0 !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
  .apg-sec-inner .apg-content {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .apg-section {
    height: auto;
    margin-bottom: 1em;
  }
  .apg-section .apg-sec-inner {
    top: 0;
    margin-top: 0;
  }
  .apg-sec-inner .image.landscape,
  .apg-sec-inner .image {
    height: 340px;
    margin: 20px auto;
    width: 80%;
  }
  .apg-sec-inner .image.hasmobilelogo>div:first-child {
    display: block;
    background-size: contain;
    bottom: 30%;
  }
  .apg-sec-inner .image.hasmobilelogo>div:nth-child(2) {
    display: block;
    background-size: contain;
    top: 70%;
  }
  .apg-section .apg-sec-inner {
    height: auto;
  }
  .apg-sec-inner .apg-content .apg-con-inner {
    position: relative;
    top: 0;
  }
  .apg-section .apg-sec-inner {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .apg-sec-inner .apg-content .apg-con-inner {
    transform: translateY(0);
  }
  .apg-sec-inner .apg-content {
    height: auto;
  }
  .apg-sec-inner.to-left .landscape + .apg-content,
  .apg-sec-inner.to-left .apg-content {
    left: 0;
  }
  .apg-section {
    text-align: center;
  }
  .apg-section h2 {
    font-size: 30px;
  }
  .apg-section p {
    font-size: 17px;
    line-height: 27px;
  }
  .apg-sec-inner .image > div {
    background-size: cover;
  }
  .home-tri-element:first-of-type,
  .home-tri-element {
    width: 100%;
    margin-left: 0;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 35px;
  }
  .home-tri-col h3 {
    margin-right: 0;
  }
  .foot-top {
    height: auto;
    overflow: hidden;
    text-align: center;
  }
  footer .info {
    float: none;
    padding-left: 0;
  }
  footer nav {
    float: none;
    text-align: center;
    padding-right: 0;
    padding-bottom: 20px;
  }
  footer .to-top {
    display: none;
  }
  footer .info .phone {
    display: inline-block;
  }
  footer .foot-note {
    padding: 6px 30px 4px;
  }
  .std-container {
    padding: 0;
  }
  .std-content {
    padding: 0;
  }
  .std-inner {
    padding: 25px;
  }
  .std-content h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .std-content h3 {
    font-size: 23px;
    line-height: 30px;
  }
  .text-content ul {
    font-size: 17px;
  }
  .text-content p {
    font-size: 17px;
  }
  .ways-apply h3 em {
    font-size: 28px;
  }
  .ways-apply h3 span {
    margin-right: 8px;
    display: inline;
    line-height: 18px;
    margin-top: 2px;
  }
  .ways-apply h3::before {
    top: 14px;
  }
  .crumbs li {
    font-size: 10px;
    margin-right: 6px;
    padding-right: 12px;
  }
  .quote-container.aside-quote {
    width: auto;
    margin-right: 20px;
    margin-left: 0;
    float: none;
  }
  .aside-quote::before {
    right: -30px;
  }
  .std-container.apply-form {
    padding: 0 25px;
  }
  .std-container.apply-form .row {
    margin-left: 0;
    margin-right: 0;
  }
  .scroll-notify.shown .scroll-down {
    display: none;
  }
  .quote-container {
    margin: 0 25px;
    height: 280px;
  }
  .quote-block .quote-container::before {
    left: -15px;
  }
  header .subnav ul li:first-of-type {
    display: none;
  }
  header .subnav ul li {
    float: none;
    width: 100%;
    display: none;
  }
  header .subnav ul li.current {
    display: block;
  }
  .apply-form .col-sm-12 input.single-digit {
    display: block;
    float: left;
    width: 18px;
    margin-left: -1px;
    position: relative;
  }
  .apply-form .col-sm-12 input.single-digit:nth-of-type(5),
  .apply-form .col-sm-12 input.single-digit:nth-of-type(9),
  .apply-form .col-sm-12 input.single-digit:nth-of-type(13) {
    margin-right: 4px;
  }
  .apply-form .col-sm-12 input.single-digit:focus {
    z-index: 1;
  }
  .apply-form .col-sm-12 span {
    display: none;
  }
  .apply-form .col-sm-12 label>span {
    display: inline-block;
  }
  .apply-form .form-section::before {
    top: 90%;
  }
  .apply-form .form-section {
    padding-bottom: 35px;
  }
  .lg-txt .column.col-sm-55 {
    font-size: 12px;
    line-height: 16px;
  }
  .column.column-head {
    display: none;
  }
  .apply-form .column.has-title input {
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .apply-form .column.has-title span {
    display: block;
  }
  .apply-form .column.group-start {
    margin-top: 10px;
  }
  .basket-list>.row:first-of-type {
    display: none;
  }
  .basket-list>.row>.column:nth-of-type(1),
  .basket-list>.row>.column:nth-of-type(2),
  .basket-list>.row>.column:nth-of-type(3),
  .basket-list>.row>.column:nth-of-type(4),
  .basket-list>.row>.column:nth-of-type(5) {
    border-top: 1px solid transparent;
    border-bottom: 0px none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .basket-list>.row {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .basket-list>.row>.column:nth-of-type(1)::before {
    content: "Item: ";
    font-weight: 700;
  }
  .basket-list>.row>.column:nth-of-type(2)::before {
    content: "Price: ";
    font-weight: 700;
  }
  .basket-list>.row>.column:nth-of-type(3)::before {
    content: "Qty: ";
    font-weight: 700;
  }
  .basket-list>.row>.column:nth-of-type(4)::before {
    content: "Subtotal: ";
    font-weight: 700;
  }
  .basket-list>.row:last-of-type>.column:nth-of-type(1) em {
    font-weight: 700;
  }
  .basket-list>.row:last-of-type>.column::before {
    content: '';
  }
  .apg-sec-inner.to-left .image.landscape + .apg-content,
  .apg-sec-inner.to-left .image + .apg-content {
    left: 0;
    width: 100%;
  }
  .apg-section.extra+.apg-spacer,
  .apg-section.extra {
    display: none;
  }
  .std-sec-top {
    height: 220px;
    margin-bottom: 0;
  }
  .contact-fixed,
  .section-contact-form,
  .section-contact-map {
    width: auto;
    float: none;
  }
  .contact-cards {
    left: -10px;
  }
  header .logo.hidden {
    opacity: 0;
  }
  header .logo a {
    visibility: visible;
  }
  .apg-section.last-apg {
    margin-bottom: 3em;
  }
  .mob-only2 {
    display: block;
  }
  .back-container {
    margin: 15px 15px 25px;
  }
}
@media screen and (max-width: 760px) {
  .small-padding {
    padding: 0 30px;
  }
}

.recaptcha {
  display: flex;
  justify-content: flex-end;
  margin: 30px 103px 30px 0;
  border: 2px solid transparent;
  max-width: 310px; margin-left: auto;
  &.error {
    border-color: #fe6042;
  }
}
@media screen and (max-width: 760px) {
  .recaptcha {
    margin: 0 0 100px;
    justify-content: center;
  }
}
.form2020 .apply-form .form-section::before {
  background: transparent;
}
.form2020 .apply-form h3::before {
  display: none;
}
.form2020 .apply-form h3 span::before {
  display: none;
}
.form2020 .apply-form h3 span i {
  display: inline-block;
  font-size: 42px;
  font-family: "Sentinel", serif;
  font-weight: 500;
  margin-right: 8px;
  font-style: normal;
}
.form2020 .apply-form h3 span em {
  font-style: normal;
  text-decoration: underline;
}
.form-navig {
  text-align: right;
  border-top: 2px solid #000;
  padding-top: 20px;
}
.form2020 .msg-title {
  font-size: 26px;
  line-height: 42px;
  padding-right: 26%;
}
.form2020 .go-back {
  border-bottom: 1px solid black;
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  margin-top: 30px;
}
.form2020 .go-back a {
  text-decoration: none;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  line-height: 38px;
  background: #1c5ba2;
  color: white;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 300;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 9px 50%;
  font-family: "Avenir", sans-serif;
  flex-shrink: 0;
}
.form2020 .go-back p {
  flex-grow: 1;
  margin-right: 200px;
  font-size: 20px;
  margin-bottom: 0;
}
.form2020 .status {
  display: inline-block;
  color: #999;
  margin-right: 20px;
  margin-top: 4px;
  font-size: 15px;
}
.form2020 .del {
  color: #aaa;
  text-decoration: underline;
  text-transform: uppercase;
}
.form2020 .del:hover {
  color: #1c5ba2;
}


.form2020 .form-navig .ext-btn {
  padding-left: 0;
  width: 115px;
  padding-right: 0;
  text-align: center;
}


.infomessage {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.infomessage .message {
  position: relative;
  background: #1b5aa1;
  color: white;
  margin: auto;
  padding: 100px 50px 50px;
  max-width: 850px;
  width: 90%;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  background-clip: padding-box;
}
.infomessage .message>p {
  font-size: 20px;
}
.infomessage .message a.close {
  position: absolute;
  top: 35px;
  right: 50px;
  font-size: 0.8em;
  opacity: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .infomessage .message {
    padding: 70px 30px 30px;
  }
}
.form-closed .std-content {
	font-size: 32px;
}
.form-closed .con-soc-icos {
	margin-top: 60px;
}
.infomessage .message ul {
  display: flex;
  padding: 0;
  justify-content: space-between;
}
.infomessage .message ul>span {
  align-self: center;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 1.2em;
  /*margin: 0 10px;*/
}
.infomessage .message ul li {
  background: white;
  color: black;
  list-style: none;
  width: calc(50% - 50px);
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  padding-bottom: 60px;
}
.infomessage .message ul li h3 {
  font-family: "Sentinel", serif;
  font-size: 23px;
  margin-bottom: 16px;
}
.infomessage .message ul li h3 i {
  display: block;
  font-weight: bold;
  font-style: normal;
  font-size: 1.2em;
}
.infomessage .message ul li .apply {
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 40px;
  background: #1b5aa1;
  color: white;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
}
.infomessage .message ul li .apply:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .infomessage .message ul {
    flex-wrap: wrap;
  }
  .infomessage .message ul span {
    width: 100%;
    margin: 12px 0;
    text-align: center;
  }
  .infomessage .message ul li {
    width: 100%;
  }
}
.form2020 {
  min-height: calc(100vh - 300px);
}
.form2020 .apply-form {
  margin-bottom: 1px;
}
.error-2020 {
  margin-top: 100px;
  margin-bottom: 180px;
}
.form2020 .text-content.text-list p {
  margin-bottom: 0;
  font-family: "Sentinel", serif;
  font-weight: 500;
  font-size: 18px;
}
.form2020 .text-content.text-list p:last-of-type {
  margin-bottom: 30px;
}
.form2020 .file-upload {
  text-align: left;
}
.form2020 .money-table .col-sm-5 {
  position: relative;
}
.form2020 .or-row {
  text-align: center;
  height: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid black;
}
.form2020 .or-row span {
  line-height: 60px;
  display: inline-block;
  background: white;
  padding: 0 10px;
  font-size: 36px;
  font-family: "Sentinel", serif;
  font-weight: bold;
}


footer nav {
  position: relative;
}
footer nav a.instagram {
  position: absolute;
  bottom: 20px;
  right: calc(100% + 20px);
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-align: left;
  text-indent: -1000px;
  background: url("../img/instagram.svg") no-repeat 50% 50% / contain;
}
@media screen and (max-width: 760px) {
  footer nav a.instagram {
    position: static;
    display: block;
    margin: 0 auto 20px;
  }
}



/* beacon forms */
@media screen and (min-width: 761px) {
.contact-form {
  position: relative;
  top: 0;
  left: 0;
  margin-left: calc(50% - 520px);
}
}
