@charset "UTF-8";
/* -----------------------------------------------------
+
+ FRONT-MAN.com
+
------------------------------------------------------ */
/*------------------------------------*
    @BASE #PAGE
\*------------------------------------*/
html {
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;f
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #666666;
  min-width: 320px;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
       flex-direction: column;   

}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*
    @BASE #TYPE
\*------------------------------------*/
h1, .h1 {
  font-size: 36px;
  font-family: 'Italiana', serif;
  font-weight: 400;
  color: #153a5f !important;
  text-transform:uppercase;
  letter-spacing: .015em
 
}

h2, .h2 {
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  color: #003087 !important;
  font-weight:400;
  letter-spacing: .015em;
  padding-bottom: 10px;
}

h3, .h3 {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .015em
  color: #003087 !important;
  line-height: 180%;
  font-weight:300;
  line-height:1.4 !important;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #193B1E !important;
}

h5, .h5 {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #193B1E !important;
}

h6, .h6 {
  font-size: 13.28 px;
  font-family: "Playfair Display", serif;
  color: #193B1E !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

p,
ul,
ol,
dl,
pre,
blockquote {
  margin-bottom: 30px;
}

hr {
  background-color: none;
  border: 1px;
  border-bottom: 1px solid #333;
  height: 1px;
  margin: 30px 0;
}

/*------------------------------------*
    @BASE #LINKS
\*------------------------------------*/
a {
  outline: none !important;
  color: #003087;
  /* removing outline in Mozilla */
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  font-weight: 600;
}

a:hover {
  color: #2e0c10;
}

/*------------------------------------*
    @OBJECTS #BUTTONS
\*------------------------------------*/




/*------------------------------------*
    @OBJECTS #TABLES
\*------------------------------------*/
table,
.table {
  width: 100%;
}

table th,
.table th {
  font-weight: normal;
}


/*------------------------------------*
    @OBJECTS #ICONS
\*------------------------------------*/
.icon {
  fill: currentColor;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.btn .icon:last-child {
  margin-left: 10px;
}

.btn .icon:first-child {
  margin-right: 10px;
}

/*------------------------------------*
    @OBJECTS #CAROUSEL
\*------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------*
	@COMPONENTS #LAYOUT
\*------------------------------------*/
.menu-on {
  overflow-y: hidden !important;
}

.page {
  background-color: #FFFFFF;
  position: relative;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  /*overflow-x: hidden*/
}

.container {
  max-width: 1300px;
  width: 100%;
}

.container--sm {
  max-width: 1100px;
}

.row--xs > *:first-child {
  padding-right: 5px;
}

.row--xs > *:not(:first-child) {
  padding-left: 5px;
}

@media (max-width: 768px) {
  .row--xs > *:first-child {
    padding-right: 15px;
  }
  .row--xs > *:not(:first-child) {
    padding-left: 15px;
  }
}

/*------------------------------------*
	@COMPONENTS #HEADER
\*------------------------------------*/
.header {
  z-index: 300;
  position: relative;
  width: 100%;
  background-color: rgba(255,255,255,.9);
}

.header__content {
  padding: 10px 30px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
.header__content {
    padding: 5px;}}

@media (max-width: 768px) {
  .header__content {
    padding-right: 70px;
  }
}

.header__logo {
  margin-right: 50px;
}

.header__logo img {
  height: 50px;
  margin: 20px;
}

@media (max-width: 1200px) {
  .header__logo img {
    height: 30px;
  }
}

@media (max-width: 768px) {
  .header__logo {
    margin-right: 20px;
  }
}

.header__link {
  color: #FFF !important;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  margin-left: auto;
}

.header__link i {
  margin-right: 10px;
}

.header__link:hover {
  opacity: 0.5;
}

@media (max-width: 992px) {
  .header__link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    min-width: 70px;
  }
  .header__link i {
    margin-right: 5px;
  }
}

@media (max-width: 768px) {
  .header__link {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header__link span {
    display: inline-block;
  }
  .header__link i {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .header__link {
    /*display: none !important;*/
  }
}

/*------------------------------------*
	@COMPONENTS #FOOTER
\*------------------------------------*/
.footer {
  background-color: #003087;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer .footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-powered {text-align: center; color: #fff;} 
.footer-powered a {color: #fff;}

@media (max-width: 1050px) {
  .footer .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer .footer__content .footer__logo {
    margin-bottom: 30px;
  }
  .footer .footer__content .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer__list {
  margin-bottom: 20px;
}

.footer__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-bottom: 0;
}

.footer__list dl dd {
  margin-right: 5px;
}

.footer__list dl dt {
  font-weight: 700;
}

@media (max-width: 1050px) {
  .footer__list dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}



/*------------------------------------*
	@COMPONENTS #TITLE
\*------------------------------------*/
.title {

  font-family: "Playfair Display", serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 56px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #ffffff !important;
}

@media (max-width: 992px) {
  .title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 24px;
    line-height: 1.2;
  }
}

.title--lg {
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .title--lg {
    font-size: 52px;
  }
}

@media (max-width: 768px) {
  .title--lg {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}

@media (max-width: 560px) {
  .title--lg {
    font-size: 36px;
  }
}

.title--green {
  color: #515200 !important;
  padding-bottom: 30px;
}

.title--sm {
  font-size: 24px;
  font-weight: 700;
}

.title--black {
  color: #333;
}

.subtitle {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 24px;
  margin-top: 0;
  font-style: italic;
  padding-left: 35px;
}

@media (max-width: 992px) {
  .subtitle {
    font-size: 18px;
  }
}

.subtitle--alt {
  color: #ed9b06;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  margin-bottom: 40px;
  font-style: normal;
}

.subtitle--alt i {
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 560px) {
  .subtitle--alt {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

/*------------------------------------*
	@COMPONENTS #HERO
\*------------------------------------*/
.hero {
  margin-top: 0px;
  position: relative;
}

@media (max-width: 1200px) {
  .hero {
   
  }
}

.slick-dots {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 60px;
}

.slick-dots li {
  font-size: 0;
}

.slick-dots li:not(:last-child) {
  margin-right: 10px;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
  line-height: 1;
  background-color: #fff;
  opacity: .3;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

@media (min-width: 1400px) {
  .slick-dots {
    right: -webkit-calc(50vw - 635px);
    right: calc(50vw - 635px);
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    bottom: 60px;
  }
}

@media (max-width: 560px) {
  .slick-dots {
    bottom: 30px;
  }
  .slick-dots li:not(:last-child) {
    margin-right: 5px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}

.hero--sm {
  min-height: 400px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .hero--sm {
    min-height: 300px;
  }
}

.hero__slide {
  background-size: cover;
  background-position: 50% 50%;
  min-height: 730px;
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: transparent;
}

@media (max-width: 768px) {
  .hero__slide {
    min-height: 560px;
  }
}

@media (max-width: 560px) {
  .hero__slide {
    min-height: 440px;
  }
}

.hero__title--background {
  background-color: rgba(51, 51, 51, 0.4);
  padding: 30px 40px 30px 0px;
  display: inline-block;
  position: relative;
}

.hero__title--background::before {
  content: '';
  background-color: rgba(51, 51, 51, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -100%;
}



/*------------------------------------*
	@COMPONENTS #SIDEMENU
\*------------------------------------*/
.sidemenu {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
  
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  
      -ms-flex-align: end;
          align-items: flex-end;
  min-width: 195px;

  position: -webkit-sticky;
  position: sticky;
  margin-top: 90px;
  top: 200px;
  z-index: 1;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border-right: 2px solid #003087;
}

.sidemenu a {
  color: #333;
  font-weight: 700;
  margin-top: 10px !important;
  text-decoration: none !important;
}

.sidemenu a:not(:last-of-type) {
  margin-bottom: 30px;
}

.sidemenu a:hover {
  opacity: .5;
}

.sidemenu-item {padding: 8px 0px;}
.sidemenu-item a {line-height: 1.5em;}

@media (min-width: 993px) {
  .sidemenu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 992px) {
  .sidemenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-y: scroll;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: auto;
    top: 84px;
    width: 100%;
    padding: 20px;
    padding-left: 120px;
    margin-top: 0px;
    margin-left: 0;
    margin-bottom: 15px;
    margin-right: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-color: #f0f0f0;
    z-index: 500;
  }
  .sidemenu br:last-child {
    display: none;
  }
  .sidemenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    opacity: 1 !important;
    white-space: nowrap;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 0 !important;
  }
  .sidemenu a:last-of-type::after {
    content: '';
    width: 20px;
    display: block;
  }
}

@media (max-width: 768px) {
  .sidemenu {
    padding-left: 60px;
  }
}

@media (max-width: 560px) {
  .sidemenu {
    padding: 14px;
    padding-left: 30px;
  }
}

.menu-on .sidemenu {
  z-index: 0;
}



.form-control:-ms-input-placeholder {
  color: #898989;
  font-family: "Roboto", sans-serif;
}

/*------------------------------------*
	@COMPONENTS #ADDRESS
\*------------------------------------*/
address {
  color: #fff;
  margin-bottom: 0;
}

address strong {
  font-weight: 700;
  display: block;
}

@media (max-width: 560px) {
  address {
    font-size: 14px;
  }
}

/*------------------------------------*
	@COMPONENTS #LINK
\*------------------------------------*/
.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  text-decoration: none !important;
}

.link P {
  margin-bottom: 0;
  font-weight: 700;
}

.link strong {
  text-transform: uppercase;
}

.link i {
  margin-left: 10px;
}

.link:not(:last-child) {
  margin-bottom: 20px;
}

.link:hover {
  opacity: 0.5;
}

.link--alt strong {
  text-transform: capitalize;
}

/*------------------------------------*
	@COMPONENTS #COPYRIGHT
\*------------------------------------*/
.copyright p {
  color: #e7e7d2;
  font-family: "Roboto", sans-serif;
}

.copyright a {
  color: #fff !important;
}  

@media (max-width: 560px) {
  .copyright p {
    font-size: 12px;
  }
}

/*------------------------------------*
	@COMPONENTS #CARD
\*------------------------------------*/
.card-wrap {
  margin-bottom: 40px;
  padding: 0px 30px 30px 30px;
}

.card-wrap > *:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 560px) {
  .card-wrap {
    margin-bottom: 20px;
    padding: 0;
  }
  .card-wrap > *:not(:last-child) {
    margin-bottom: 20px;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 240px;
}

.card > * {
  width: 50%;
}

@media (max-width: 560px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card > * {
    width: 100%;
  }
}

.card--alt .card__cover {
  margin-left: 0;
  margin-right: 30px;
}

.card__content > *:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .card__content {
    padding: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.card__title {
  color: #333;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.card__title i {
  font-size: 24px;
  margin-left: 10px;
}

.card__text {
  color: #333;
  font-weight: 300;
}

.card__cover {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
}

@media (max-width: 560px) {
  .card__cover {
    height: 300px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}



/*------------------------------------*
	@COMPONENTS #CONTENT
\*------------------------------------*/
.content-wrap {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          /*justify-content: center*/
  position: relative;
}

@media (max-width: 1200px) {
  .content-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  .content-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 99;
}

.content__item {
  padding: 0px 30px 30px 30px;
}

.content__item:not(:last-child) {
  margin-bottom: 40px;
}

.content__item article {
  margin-bottom: 40px;
}

.content__item article .title {
  font-size: 48px;
  font-weight: 300;
  color: #003087 !important;
  text-align: left;
  margin-bottom: 30px;
  font-family: 'Cormorant', serif;
  letter-spacing: .035em;
}

.content__item article .text {
  line-height: 1.75;
}

.content__item article .text:not(:last-child) {
  margin-bottom: 30px;
}

.content__item article .text strong {
  font-weight: 700;
}

.content__item address {
  color: #333;
  margin-bottom: 0;
  line-height: 1.75;
}

.content__item address strong {
  font-weight: 700;
}

.content__item address:not(:last-child) {
  margin-bottom: 30px;
}

.content__item dl {
  
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .content__item {
    padding: 0px 20px 20px 20px;
  }
}

@media (max-width: 560px) {
  .content__item {
    padding: 0px 0px 20px 0;
  }
}

/*------------------------------------*
	@COMPONENTS #LIST
\*------------------------------------*/
.list {
  padding-left: 80px;
}

.list li {
  color: #0b1432;
  line-height: 1.75;
  list-style: none;
  position: relative;
}

.list li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background-color: #193b1e;
  position: absolute;
  top: 10px;
  left: -35px;
}

.list li:not(:last-child) {
  margin-bottom: 25px;
}

@media (max-width: 560px) {
  .list {
    padding-left: 40px;
    margin-bottom: 40px;
  }
  .list li {
    font-size: 14px;
    line-height: 1.5;
  }
  .list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .list li::before {
    top: 3px;
    left: -30px;
  }
}

/*------------------------------------*
	@COMPONENTS #BOX
\*------------------------------------*/
.box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  .box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.box {
  width: 38%;
  height: 330px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  border: 6px solid white;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box::before {
  content: '';
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  color: #000;
}

.box:nth-child(2) {
  margin-left: -7.5%;
  margin-top: 80px;
  z-index: 2;
}

.box:nth-child(3) {
  margin-left: -7.5%;
  margin-top: -40px;
  z-index: 3;
}

.box .box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding: 30px 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(-webkit-calc(100% - 100px));
      -ms-transform: translateY(calc(100% - 100px));
          transform: translateY(calc(100% - 100px));
  -webkit-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
  z-index: 4;
}

.box:hover {
  text-decoration: none !important;
  color: #fff;
  cursor: pointer;
  z-index: 9;
  
}

.box:hover::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
  height: 100%;
 
}

.box:hover .box__content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
        font-color: #000;  
}

@media (max-width: 992px) {
  .box {
    width: 60%;
    height: 400px;
  }
  .box:first-child {
    z-index: 3;
  }
  .box:nth-child(2) {
    margin-left: 0px;
    margin-right: -80px;
    margin-top: -30px;
    z-index: 2;
  }
  .box:nth-child(3) {
    margin-left: -60px;
    margin-top: -80px;
    z-index: 1;
  }
  .box:hover {
    z-index: 9;
  }
}

@media (max-width: 768px) {
  .box {
    width: 80%;
    min-height: 340px;
  }
  .box .box__content {
    padding: 30px 20px;
  }
  .box:hover .box__text {
    opacity: 1;
  }
}

@media (max-width: 560px) {
  .box {
    width: 100%;
  }
  .box:nth-child(2) {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    z-index: 3;
  }
  .box:nth-child(3) {
    margin-left: 0px;
    margin-top: 0px;
    z-index: 2;
  }
  .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.box__title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .box__title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}

.box__text {
  margin-bottom: 20px;
  font-color: #000;
}

@media (max-width: 768px) {
  .box__text {
    opacity: 0;
  }
}

@media (max-width: 560px) {
  .box__text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/*------------------------------------*
	@COMPONENTS #SECTION
\*------------------------------------*/
.section {
  padding-top: 0px;
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 992px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section--top {
  padding-top: 0;
}

.section--center .container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__text {
  max-width: 1000px;
}

.section__img {
  width: 100%;
  border: 6px solid #fff;
}

.section__content {
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .section__content {
    margin-bottom: 0;
  }
}

/*------------------------------------*
	@TRUMPS #COLORS
\*------------------------------------*/
.color-primary {
  color: #333 !important;
}

.color-alt {
  color: #fff !important;
}

/*------------------------------------*
	@TRUMPS #HELPERS
\*------------------------------------*/
.clean {
  margin: 0;
  padding: 0;
}

.no-transition,
.no-transition * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.amp {
  font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
}

.nowrap {
  white-space: nowrap;
}

/*------------------------------------*
	@TRUMPS #LAYOUT
\*------------------------------------*/
.spaced1x {
  margin-bottom: 10px !important;
}

.spaced2x {
  margin-bottom: 20px !important;
}

.spaced3x {
  margin-bottom: 30px !important;
}

.spaced4x {
  margin-bottom: 40px !important;
}

.spaced5x {
  margin-bottom: 50px !important;
}

.spaced6x {
  margin-bottom: 60px !important;
}

.spaced7x {
  margin-bottom: 70px !important;
}

.spaced8x {
  margin-bottom: 80px !important;
}

.spaced9x {
  margin-bottom: 90px !important;
}

.spaced10x {
  margin-bottom: 100px !important;
}

/*------------------------------------*
	@TRUMPS #PRINT
\*------------------------------------*/
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /**
     * Don?t show links that are fragment identifiers, or use the `javascript:`
     * pseudo protocol.
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}

/*# sourceMappingURL=custom_styles.css.map */     

.sticky-header {
  z-index: 300;
  position: fixed;
  width: 100%;
  align-items: center;

}

.sticky-wrapper {
background-color: #003087;
  }

.sticky {
  position: fixed;
  top: 0;
  width: 100%
  
}

.sticky + .main{
  padding-top: 60px;
}  



.btn--special {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   
    color: #333;

    height: 50px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    border-radius: 1px;
    padding: 10px 20px 10px 20px;
    border: 3px solid #333;
    text-transform: uppercase;
}
  
.btn--special:hover {
    background-color: #333;
    color: #fff !important;
    border: 3px solid #333 !important;
}   

.content {width:100%;} 

/*DROPDOWN MENU*/

  
  
.navbar-nav .sub-arrow, .navbar-default .navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow, .navbar-nav open>collapsible .sub-arrow, .navbar-nav .collapsible .has-submenu.highlighted .sub-arrow, .navbar-nav .collapsible .has-submenu .sub-arrow { border-top: 15px solid; border-right: 15px dashed transparent; border-bottom: 15px dashed transparent; border-left: 15px dashed transparent; position:relative;top: 0px;float: right;margin: 5px -20px 0 10px;}

}


@media (max-width: 640px) {

.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
border-top: 10px solid;
border-right: 10px dashed transparent;
border-bottom: 10px dashed transparent;
border-left: 10px dashed transparent;
position:relative;
top: 0px;
float: right;
margin: 10px 10px 0 10px;
}      
}
          

@media (max-width: 450px) {
#monoslideshow1 {
    max-height: 500px !important;
}  
}  

.wc_statusbar {display: none;}     


/*Update Profile*/

.label 
{padding:.2em .6em .1em !important}   

/* MENU */

/* DIV surrounding NAV */
.menunav {
  width: auto;
  position: relative;
  z-index: 9998;
}

@media (max-width: 768px) {
  .menunav {
    position: static;
  }
}

/* NAV element */
.main-nav {
  background: #fff;
  border-radius: 0px;
  background: transparent !important;
}

@media (min-width: 768px) {
  .main-nav {
    border-radius: 0px;
  }
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

#main-menu {
  clear: both;
}

@media (min-width: 769px) {
  #main-menu {
    float: right;
    clear: none;
  }
}

/* Mobile menu toggle button */
.main-menu-btn {
float:right;
  margin: 6px 10px;
  position: relative;
  display: inline-block;
  min-width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #FFFFFF;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 769px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}





/* placement of btn */
.menu-on .main-menu-btn {
  top: 10px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (max-width: 560px) {
  .main-menu-btn {
    right: 20px;
  }
}

@media (max-width: 768px) {
  .main-menu-btn {
    z-index: 99;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}




/*------------------------------------*
	This is where most of the customization will occur
	UL main menu	
\*------------------------------------*/



/* top level menu items - DESKTOP DISPLAY */
#main-menu li {
  margin-right: 30px;
  position: relative;
}

#main-menu li a {
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 5px;
  text-transform: Capitalize;
}

#main-menu li a:hover {
  opacity: 0.5;
}

#main-menu li a i {
  margin-right: 5px;
}

/* top level items but NOT the first one */
#main-menu li:not(:first-child)::before {
  content: ''/
  width: 2px;
  height: 16px;
  background-color: #999999/
  position: absolute/
  top: 0;
  left: -15px/
}

#main-menu ul li:not(:first-child)::before {
  content: '';
  width: 0px;
  height: 0px;

}

/* top level items arrow */
#main-menu li a .sub-arrow {
  display: none;
  float: right;
  right: 0;
}

/* sub menu items arrow */
#main-menu ul li a .sub-arrow {
  display: block;
  vertical-align: middle;
}






@media (max-width: 560px) {
  #main-menu li:last-child {
    display: block;
  }
}

@media (max-width: 1200px) {
  #main-menu li:last-child {
    margin-right: 0;
  }

  #main-menu li a {
    font-size: 14px;
    color: #FFFFFF;
    visibility:visible;
  }
}

@media (max-width: 992px) {
  #main-menu li {
    margin-right: 10px;
  }
  #main-menu li a {
    font-size: 14px;
    color: #FFFFFF;
    visibility:visible;
  }
  #main-menu li:last-child {
    margin-right: 0;
  }
  #main-menu li:not(:first-child)::before {
  content: '';
    width: 1px;
    height: 16px;
    background-color: #999999;
    position: absolute;
    top: 0;
    left: -5px;
    
  }
  #main-menu li a .sub-arrow {
  display: none;
}
}

@media (max-width: 768px) {
  #main-menu {
    position: fixed;
    top: 109px;
    left: 0;
    width: 100vw;
    height: 60vh;
    background: #fff;
    padding-top: 10%;
    overflow: hidden;
    z-index: 1000;
    padding: 10px 20px 0 0;
  }
  #main-menu li {
    text-align: left !important;
    padding-left: 10px;
    margin-right: 0 !important;
    border: none !important;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    margin: auto;
  }
  #main-menu li a {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: none !important;
    font-size: 15px;
    width: 100%;
    color: #000000;
  }
  #main-menu li:not(:first-child)::before {
  display: none;
  }

  #main-menu li a .sub-arrow {
  display: block;
  }
}


#main-menu ul {
    margin: 0px 30px 10px 0px;
  background: url(/images/design/menu.png) repeat;
    border: none !important;
    border-radius: 0px !important;
}

#main-menu ul ul {  
  margin-top: -37px !important;
  
 
}

#main-menu ul li {
  margin-right: 0;
}

#main-menu ul li a {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #262626;
  background-color: #fff;
  opacity: 1 !important;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
}

#main-menu ul li a:hover {
  color: #262626 !important;
}

#main-menu ul::before {
  display: none;
}

        
/* overrides - really shouldn't need these */
.sm-buz a .sub-arrow::before {
    content: ' \25BC' !important;
    }    

.sm-buz a .sub-arrow {
    background: none !important;}     
    
    
.sm-buz ul a.disabled {background: none !important;
} 

@media (max-width: 768px){
.sm-buz {
    padding: none !important;
}
#main-menu ul ul { 
margin-top: 0px !important;
}
}

/* Online Payments */

.pay-outer {margin-top: 20px !important;}

/* Custom Button */

.custom-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #003087;
  font-family: 'Roboto', sans-serif;
  height: 55px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-radius: 1px;
  padding: 20px 40px 20px 40px;
  border: 3px solid #003087;
  text-transform: uppercase;
  max-width: 350px;
  letter-spacing: 1px;
}

.custom-button:hover {
  background-color: #003087;
  color: #fff !important;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .custom-button {
    font-size: 16px;
    height: 40px;
  }
}


.accordion {
  width: 100%;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  margin-bottom: 7px;
  padding: 15px 15px 15px 42px;
  background: #FFF;
  color: #003087 !important;
  border: 2px solid;
  border-color:#003087;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion .link:hover {
  border: 2px solid;
  border-color: #003087 !important;
  color: #FFF !important;
  background: #003087;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;

  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  float: right;
  font-size: 16px;
  color: #fff;
}

.accordion li.open .link {  }

.accordion li.open i {  }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.link:hover {
  opacity: 1;
}

.submenu {
  display: none;
  background: #fff;
  padding: 30px;
}

.submenu li { 
  padding: 5px 0px 10px 5px;
  list-style-type: circle;
}

.submenu a {
  text-decoration: none;
  color: #00478C;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
font-weight: 500;
}

.submenu a:hover {

}

@media (min-width: 768px) {
  #main-menu li {
    margin-right: 10px;
  }
  #main-menu li a {
    font-size: 16px;
    color: #FFFFFF;
    visibility:visible;
  }
}

.collapse {
  visibility: visible;
}                                                          