.center-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.center-horizontal {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.center-vertical-horizontal {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  display: inline;
}
.pie {
  behavior: url('pie.htc');
}
* {
  padding: 0;
  border: 0;
  margin: 0;
  line-height: 1.5;
}
a,
img {
  border: 0;
  text-decoration: none;
}
input {
  outline: none;
}
div#message {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 99999;
}
div#message a#closeMessage {
  display: block;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-top: -30px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  width: 25px;
  height: 25px;
  border: 1px solid red;
  background-color: rgba(255,0,0,0.15);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ff0000, endColorstr=#26ff0000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ff0000, endColorstr=#26ff0000);
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: red;
  text-align: center;
  line-height: 1.3;
  overflow: hidden;
}
div#message a#closeMessage:hover {
  background-color: #d6171a;
  background-image: -moz-linear-gradient(top,#e32127,#c30806);
  background-image: -ms-linear-gradient(top,#e32127,#c30806);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e32127),to(#c30806));
  background-image: -webkit-linear-gradient(top,#e32127,#c30806);
  background-image: -o-linear-gradient(top,#e32127,#c30806);
  background-image: linear-gradient(top,#e32127,#c30806);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e32127', endColorstr='#c30806', GradientType=0);
  color: #ffffff;
}
div#message div.stripe {
  display: table;
  position: absolute;
  background: #ffffff;
  width: 100%;
  padding: 20px 0;
  height: 100px;
  top: 50%;
  margin-top: -70px;
  left: 0;
}
div#message div.stripe p {
  display: block;
  position: relative;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #1d1d1b;
  line-height: 2.2;
  margin: auto;
  max-width: 800px;
}
div#message div.stripe p.error {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  color: #e32127;
  text-transform: uppercase;
}
div#message div.stripe p.success {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  color: #00ac10;
  text-transform: uppercase;
}
div#message div.stripe p.loading {
  padding-top: 55px;
  margin-top: 8px;
  text-transform: uppercase;
}
div#message div.stripe p.loading .fa {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  font-size: 55px;
  color: #6d6e71;
}
h1 {
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  color: #414042;
  line-height: 1.2;
  margin-bottom: 50px;
}
.breadcrumb {
  display: block;
  position: relative;
  border-top: 1px dotted #6d6e71;
  border-bottom: 1px dotted #6d6e71;
  margin-bottom: 50px;
}
.breadcrumb a {
  display: block;
  position: relative;
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  color: #6d6e71;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px 5px;
}
.breadcrumb a:hover {
  color: #002e6e;
}
.breadcrumb a:last-child {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  color: #002e6e;
}
.breadcrumb .fa {
  color: #6d6e71;
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  padding: 10px 5px;
  float: left;
}
.breadcrumb .fa.fa-home {
  padding: 0 5px;
}
.image-box {
  display: block;
  position: relative;
}
.image-box .image-link {
  display: block;
  position: relative;
  padding: 15px;
  border: 1px solid #414042;
}
.image-box .image-link img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  display: block;
  position: relative;
}
.text-box {
  display: block;
  position: relative;
}
.text-box p,
.text-box span,
.text-box div {
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #6d6e71;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.text-box p a,
.text-box span a,
.text-box div a {
  color: #002e6e;
}
.text-box p.brand,
.text-box span.brand,
.text-box div.brand {
  font-size: 14px;
}
.text-box p.brand strong,
.text-box p.brand b,
.text-box p.brand bold,
.text-box span.brand strong,
.text-box span.brand b,
.text-box span.brand bold,
.text-box div.brand strong,
.text-box div.brand b,
.text-box div.brand bold {
  color: #002e6e;
}
.inside-product-gallery-box {
  display: block;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 63.9375em) {
  .inside-product-gallery-box {
    margin-bottom: 30px;
  }
}
.inside-product-gallery-box .gallery-image-content {
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid #414042;
  overflow: hidden;
  margin-bottom: 30px;
}
.inside-product-gallery-box .gallery-image-content #galleryImage {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0 !important;
}
.inside-product-gallery-box .gallery-image-content #galleryImage .gallery-image {
  width: 100%;
  display: block;
  position: relative;
}
.inside-product-gallery-box .gallery-image-content #galleryImage .gallery-image .gallery-link {
  width: 100%;
  display: block;
  position: relative;
  padding: 15px;
}
.inside-product-gallery-box .gallery-image-content #galleryImage .gallery-image .gallery-link .gallery-image-box {
  width: 100%;
  display: block;
  position: relative;
}
.inside-product-gallery-box .gallery-image-content #galleryImage .gallery-image .gallery-link .gallery-image-box img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.inside-product-gallery-box .gallery-image-content #galleryPrev,
.inside-product-gallery-box .gallery-image-content #galleryNext {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  font-size: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #6d6e71;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9999;
}
.inside-product-gallery-box .gallery-image-content #galleryPrev .fa,
.inside-product-gallery-box .gallery-image-content #galleryNext .fa {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  line-height: 1;
}
.inside-product-gallery-box .gallery-image-content #galleryPrev:hover,
.inside-product-gallery-box .gallery-image-content #galleryNext:hover {
  background: #002e6e;
}
.inside-product-gallery-box .gallery-image-content #galleryPrev {
  left: 20px;
}
.inside-product-gallery-box .gallery-image-content #galleryNext {
  right: 20px;
}
.inside-product-gallery-box .gallery-thumb-box {
  width: 100%;
  display: block;
  position: relative;
}
.inside-product-gallery-box .gallery-thumb-box #galleryThumb {
  width: 90%;
  height: 110px;
  display: block;
  position: relative;
  margin: auto;
}
.inside-product-gallery-box .gallery-thumb-box #galleryThumb .cycle-carousel-wrap {
  width: 100%;
  display: block;
  position: relative;
  margin-left: 40% !important;
}
@media screen and (max-width: 39.9375em) {
  .inside-product-gallery-box .gallery-thumb-box #galleryThumb .cycle-carousel-wrap {
    margin-left: 33% !important;
  }
}
.inside-product-gallery-box .gallery-thumb-box #galleryThumb .cycle-carousel-wrap .gallery-thumb {
  display: block;
  position: relative;
  padding: 10px 10px;
}
@media screen and (min-width: 40em) {
  .inside-product-gallery-box .gallery-thumb-box #galleryThumb .cycle-carousel-wrap .gallery-thumb {
    max-width: 20%;
  }
}
.inside-product-gallery-box .gallery-thumb-box #galleryThumb .cycle-carousel-wrap .gallery-thumb .image-box {
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid #6d6e71;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 15px;
}
.inside-product-gallery-box .gallery-thumb-box #galleryThumb .cycle-carousel-wrap .gallery-thumb:hover .image-box,
.inside-product-gallery-box .gallery-thumb-box #galleryThumb .cycle-carousel-wrap .gallery-thumb.cycle-slide-active .image-box {
  border-color: #002e6e;
}
.inside-product-gallery-box .gallery-thumb-box #galleryThumb .cycle-carousel-wrap .gallery-thumb.cycle-slide-active .image-box {
  box-shadow: 0 7px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 7px 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 7px 10px rgba(0,0,0,0.3);
}
.inside-product-gallery-box .gallery-thumb-box #thumbPrev,
.inside-product-gallery-box .gallery-thumb-box #thumbNext {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #6d6e71;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.inside-product-gallery-box .gallery-thumb-box #thumbPrev .fa,
.inside-product-gallery-box .gallery-thumb-box #thumbNext .fa {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  line-height: 1;
}
.inside-product-gallery-box .gallery-thumb-box #thumbPrev:hover,
.inside-product-gallery-box .gallery-thumb-box #thumbNext:hover {
  background: #be1622;
}
.inside-product-gallery-box .gallery-thumb-box #thumbPrev {
  left: 0;
}
.inside-product-gallery-box .gallery-thumb-box #thumbNext {
  right: 0;
}
.share-box {
  display: block;
  position: relative;
}
.share-box .share-button {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin: 0 2px;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #414042;
  overflow: hidden;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  border: 1px solid #414042;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0;
}
.share-box .share-button .fa {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.share-box .share-button:first-child {
  margin-left: 0;
}
.share-box .share-button.facebook {
  background: #4c629d;
  border-color: #4c629d;
}
.share-box .share-button.twitter {
  background: #38a8df;
  border-color: #38a8df;
}
.share-box .share-button.linkedin {
  background: #007bb6;
  border-color: #007bb6;
}
.share-box .share-button.tumblr {
  background: #37465c;
  border-color: #37465c;
}
.share-box .share-button.plus {
  background: #c30806;
  border-color: #c30806;
}
.share-box .share-button.whatsapp {
  background: #189d0e;
  border-color: #189d0e;
}
.share-box .share-button.envelope {
  background: #4285f4;
  border-color: #4285f4;
}
.share-box .share-button:hover {
  background: #ffffff;
}
.share-box .share-button:hover.facebook {
  color: #4c629d;
  border-color: #4c629d;
}
.share-box .share-button:hover.twitter {
  color: #38a8df;
  border-color: #38a8df;
}
.share-box .share-button:hover.linkedin {
  color: #007bb6;
  border-color: #007bb6;
}
.share-box .share-button:hover.tumblr {
  color: #37465c;
  border-color: #37465c;
}
.share-box .share-button:hover.plus {
  color: #c30806;
  border-color: #c30806;
}
.share-box .share-button:hover.whatsapp {
  color: #189d0e;
  border-color: #189d0e;
}
.share-box .share-button:hover.envelope {
  color: #4285f4;
  border-color: #4285f4;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .share-box .share-button {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}
@media screen and (max-width: 39.9375em) {
  .share-box .share-button {
    width: 28px;
    height: 28px;
    margin: 0 2px;
    font-size: 13px;
  }
}
.side-menu-box {
  display: block;
  position: relative;
}
.side-menu-box .side-menu-categories-box {
  width: 100%;
  display: block;
  position: relative;
  border-top: 5px solid #002e6e;
  padding: 30px 0;
}
.side-menu-box .side-menu-categories-box ul {
  width: 100%;
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
}
.side-menu-box .side-menu-categories-box ul li {
  width: 100%;
  display: table;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  color: #414042;
  line-height: 2;
  text-transform: uppercase;
}
.side-menu-box .side-menu-categories-box ul li a {
  width: 100%;
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  color: #414042;
  line-height: 2;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.side-menu-box .side-menu-categories-box ul li a:hover,
.side-menu-box .side-menu-categories-box ul li a.active {
  color: #1A171B;
  background: #eee;
}
.side-menu-box .side-menu-categories-box ul li a.active {
  font-weight: 900;
}
.side-menu-box .side-menu-categories-box ul li ul {
  width: 100%;
  display: table;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
.side-menu-box .side-menu-categories-box ul li ul li {
  width: 100%;
  display: block;
  position: relative;
  float: left;
}
.side-menu-box .side-menu-categories-box ul li ul li a {
  width: 100%;
  display: block;
  position: relative;
  font-family: "Verdana", Arial, Tahoma, sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  color: #6d6e71;
  line-height: 2;
  text-transform: uppercase;
  padding-left: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.side-menu-box .side-menu-categories-box ul li ul li a i {
  margin-right: 5px;
}
.side-menu-box .side-menu-categories-box ul li ul li a:hover {
  color: #1A171B;
  background: #eee;
}
.side-menu-box .side-menu-categories-box ul li ul li ul {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  padding: 0 20px;
}
@media screen and (max-width: 63.9375em) {
  .side-menu-box {
    width: 41.66667%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: -41.66667%;
    background-color: rgba(255,255,255,0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
    z-index: 9999999;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    padding: 30px 50px;
    overflow-y: scroll;
  }
  .side-menu-box.active {
    left: 0;
  }
  .side-menu-box .side-menu-categories-box {
    padding: 20px 0;
  }
  .side-menu-box .side-menu-categories-box:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .side-menu-box .side-menu-categories-box ul li {
    font-size: 11px;
  }
  .side-menu-box .side-menu-categories-box ul li a {
    font-size: 11px;
    line-height: 2;
  }
  .side-menu-box .side-menu-categories-box ul li ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .side-menu-box .side-menu-categories-box ul li ul li a {
    font-size: 10px;
    line-height: 2;
  }
  .side-menu-box .side-menu-facebook-box {
    display: none;
  }
  .side-menu-box .side-menu-ad-box {
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .side-menu-box {
    padding: 20px 30px;
    width: 83.33333%;
    left: -83.33333%;
  }
}
.side-small-menu-background {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: rgba(27,23,28,0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc1a171b, endColorstr=#cc1a171b)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc1a171b, endColorstr=#cc1a171b);
}
.side-small-menu-background.active {
  opacity: 1;
  visibility: visible;
}
.side-small-menu-close-button {
  display: block;
  position: fixed;
  top: 0;
  right: 100%;
  background: #002e6e;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 2;
  text-align: center;
  padding: 0;
  z-index: 999999;
  margin: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 39.9375em) {
  .side-small-menu-close-button {
    line-height: 2;
    font-size: 26px;
    right: 16.66667%;
  }
}
.side-small-menu-close-button.active {
  right: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease 1s;
  -moz-transition: all .5s ease 1s;
  -o-transition: all .5s ease 1s;
  transition: all .5s ease 1s;
}
@media screen and (max-width: 39.9375em) {
  .side-small-menu-close-button.active {
    right: 0;
  }
}
.side-small-menu-close-button:hover {
  color: #002e6e;
  background: #ffffff;
}
.product-sidebar-remove-filters {
  display: block;
  position: relative;
  background-color: rgba(0,47,112,0.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19002e70, endColorstr=#19002e70)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19002e70, endColorstr=#19002e70);
  border: 1px solid #002e6e;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  color: #002e6e;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.product-sidebar-remove-filters .fa {
  padding-right: 5px;
}
.product-sidebar-remove-filters:hover {
  background: #be1622;
  border-color: #be1622;
  color: #ffffff;
}
.side-menu-facebook-box {
  display: block;
  position: relative;
  border-top: 5px solid #002e6e;
  padding: 30px 0;
}
.side-menu-ad-box {
  display: block;
  position: relative;
  border-top: 5px solid #002e6e;
  padding: 30px 0;
}
.content-text-box {
  display: block;
  position: relative;
  border-top: 3px solid #414042;
  padding-top: 40px;
}
.content-text-box .content-text {
  display: block;
  position: relative;
  margin-bottom: 50px;
}
.content-text-box .content-text p,
.content-text-box .content-text span,
.content-text-box .content-text div {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Verdana", Arial, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #6d6e71;
  line-height: 2.2;
  margin-bottom: 20px;
}
.content-text-box .content-text p img,
.content-text-box .content-text span img,
.content-text-box .content-text div img {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  position: relative !important;
}
#contact,
#resume {
  width: 100%;
  display: block;
  position: relative;
}
#contact label,
#resume label {
  display: block;
  position: relative;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: #414042;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375em) {
  #contact label,
  #resume label {
    font-size: 16px;
    line-height: 2.5;
  }
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea,
#resume input[type="text"],
#resume input[type="email"],
#resume input[type="tel"],
#resume textarea {
  height: auto;
  display: block;
  position: relative;
  border: 1px solid #414042;
  padding: 3px 15px;
  font-family: "Verdana", Arial, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #6d6e71;
  line-height: 1.8;
  background-color: #ffffff !important;
}
#contact .g-recaptcha,
#resume .g-recaptcha {
  display: block;
  position: relative;
  padding: 0;
  margin-bottom: 1rem;
}
#contact .submit,
#resume .submit {
  display: block;
  position: relative;
  padding: 0;
}
#contact .submit input[type="submit"],
#resume .submit input[type="submit"] {
  width: 100%;
  display: block;
  position: relative;
  background: #414042;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 2;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#contact .submit input[type="submit"]:hover,
#resume .submit input[type="submit"]:hover {
  background: #002e6e;
}
#contact .resume-input-box,
#resume .resume-input-box {
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 1em;
}
#contact .resume-input-box input[type="text"],
#resume .resume-input-box input[type="text"] {
  margin: 0;
}
#contact .resume-input-box:after,
#resume .resume-input-box:after {
  content: '\f019';
  font: normal normal normal 14px/1 FontAwesome;
  color: #414042;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 20px;
}
#contact input[type="file"],
#resume input[type="file"] {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  margin: 0;
  z-index: 99;
}
#location {
  width: 100%;
  height: 600px;
  display: block;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  #location {
    height: 400px;
  }
}
#paginator {
  display: block;
  position: relative;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #paginator {
    margin-top: 10px;
  }
}
@media screen and (max-width: 39.9375em) {
  #paginator {
    margin-top: 0;
  }
}
#paginator .paginator {
  display: block;
  position: relative;
  text-align: center;
}
#paginator .paginator span {
  display: inline-block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  color: #414042;
  line-height: 1;
  margin: 0 4px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #paginator .paginator span {
    font-size: 13px;
  }
}
@media screen and (max-width: 39.9375em) {
  #paginator .paginator span {
    font-size: 10px;
    margin: 0 2px 10px;
  }
}
#paginator .paginator span a {
  display: block;
  position: relative;
  padding: 10px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  color: #414042;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #paginator .paginator span a {
    font-size: 13px;
  }
}
@media screen and (max-width: 39.9375em) {
  #paginator .paginator span a {
    padding: 6px 10px;
    font-size: 10px;
  }
}
#paginator .paginator span a:hover {
  background: #002e6e;
  color: #ffffff;
}
#paginator .paginator span.current {
  padding: 10px 15px;
  background: #002e6e;
  color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media screen and (max-width: 39.9375em) {
  #paginator .paginator span.current {
    padding: 6px 10px;
  }
}
#paginator .paginator span.disabled {
  padding: 10px 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #eee;
}
@media screen and (max-width: 39.9375em) {
  #paginator .paginator span.disabled {
    padding: 6px 10px;
  }
}
#paginator .paginator span.next .fa,
#paginator .paginator span.prev .fa {
  display: inline-block;
  position: relative;
  font-size: 15px;
  top: -1px;
  margin: 0 10px;
  color: #002e6e;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #paginator .paginator span.next .fa,
  #paginator .paginator span.prev .fa {
    font-size: 13px;
  }
}
@media screen and (max-width: 39.9375em) {
  #paginator .paginator span.next .fa,
  #paginator .paginator span.prev .fa {
    display: none;
  }
}
#paginator .paginator span.next .fa:after,
#paginator .paginator span.prev .fa:after {
  content: 'circle';
  overflow: hidden;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  border: 1px solid #002e6e;
  text-align: center;
  line-height: 1;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 1px;
}
@media screen and (max-width: 39.9375em) {
  #paginator .paginator span.next .fa:after,
  #paginator .paginator span.prev .fa:after {
    width: 15px;
    height: 15px;
  }
}
#paginator .paginator span.next a:hover .fa,
#paginator .paginator span.prev a:hover .fa {
  color: #ffffff;
}
#paginator .paginator span.next a:hover .fa:after,
#paginator .paginator span.prev a:hover .fa:after {
  border-color: #ffffff;
}
#paginator .paginator span.next.disabled .fa,
#paginator .paginator span.prev.disabled .fa {
  color: #eee;
}
#paginator .paginator span.next.disabled .fa:after,
#paginator .paginator span.prev.disabled .fa:after {
  border-color: #eee;
}
#paginator .paginator span.next .fa {
  margin-left: 15px;
}
#paginator .paginator span.prev .fa {
  margin-right: 15px;
}
.open-categories {
  width: 100%;
  height: 34px;
  display: block;
  position: relative;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  padding: 10px 0;
  text-transform: uppercase;
  background: #002e6e;
  margin-bottom: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #002e6e;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.open-categories .fa {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 20px;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.open-categories:hover {
  background-color: rgba(0,47,112,0.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19002e70, endColorstr=#19002e70)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19002e70, endColorstr=#19002e70);
  color: #002e6e;
}
.open-categories:hover .fa {
  color: #002e6e;
}
.iframe-box {
  display: block;
  position: relative;
}
.iframe-box iframe {
  width: 100% !important;
  height: 600px !important;
  display: block !important;
  position: relative !important;
}
