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

body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  background-color: #ededed;
  color: #3D3D3D;
  min-width: 320px;
  min-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: 3.5rem;
}

h2, .h2 {
  font-size: 2.9rem;
}

h3, .h3 {
  font-size: 2rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

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;
}

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

img:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
pre:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

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

/*------------------------------------*
    @BASE #LINKS
\*------------------------------------*/
a {
  outline: none !important;
  /* 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;
}

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

button {
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

button, button:focus, button:active {
  outline: none !important;
}

button:not(.btn), button:focus:not(.btn), button:active:not(.btn) {
  border: none;
}

*[class*="btn-"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  text-transform: none;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border-radius: 0;
  border: none;
  padding: 0 20px;
}

*[class*="btn-"], *[class*="btn-"]:hover, *[class*="btn-"]:active, *[class*="btn-"]:focus {
  text-decoration: none;
}

*/

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

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

/*------------------------------------*
    @OBJECTS #FORMS
\*------------------------------------*/
.form-control {
  vertical-align: middle;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

textarea.form-control {
  padding: 10px 15px;
  resize: none;
  min-height: 150px;
  line-height: 1.3;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*------------------------------------*
    @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 {
  position: relative;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-color: #fff;
}

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

.container--xs {
  max-width: 970px;
}

.container--lg {
  max-width: 1340px;
}

.container--lg::before, .container--lg::after {
  display: none;
}

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

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



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

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

@media (max-width: 992px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__menu {
  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;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer__menu li {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.footer__menu li a {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #FFFFFF;
  white-space: nowrap;
}

.footer__menu li:not(:last-child) {
  margin-right: 30px;
}

.footer__menu li:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .footer__menu li:not(:last-child) {
    margin-right: 15px;
  }
  .footer__menu li a {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .footer__menu {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .footer__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

@media (max-width: 992px) {
  .footer__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.footer__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}

.footer__submenu li {
  line-height: 1;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.footer__submenu li:not(:last-child) {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}

.footer__submenu li:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #B6B6B6;
  position: absolute;
  bottom: 2px;
  right: 0px;
}

.footer__submenu li a {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: #B6B6B6;
  text-decoration: none;
}

.footer__submenu li:hover {
  opacity: 0.8;
}

@media (max-width: 992px) {
  .footer__submenu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__copy p {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #818181;
}



/*------------------------------------*
	@COMPONENTS #TITLE
\*------------------------------------*/
.title {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 51px;
  color: #3D3D3D;
  margin-bottom: 10px;
}

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

@media (max-width: 768px) {
  .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.title--underline {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}

.title--underline::after {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  top: 100%;
  left: 0;
}

@media (max-width: 768px) {
  .title--underline {
    padding-bottom: 10px;
    margin-bottom: 10px !important;
    line-height: 1.2;
  }
}

.title--sm {
  color: #3D3D3D;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
  max-width: 940px;
}

@media (max-width: 1200px) {
  .title--sm {
    font-size: 22px;
  }
}

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

@media (max-width: 768px) {
  .title--sm {
    font-size: 18px;
  }
}

.subtitle {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #AFAFAF;
}

@media (max-width: 768px) {
  .subtitle {
    margin-bottom: 20px !important;
  }
}

.text {
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 2;
  color: #3D3D3D;
}

@media (max-width: 768px) {
  .text {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 560px) {
  .text {
    font-size: 14px;
    line-height: 1.5;
  }
}

/*------------------------------------*
	@COMPONENTS #HERO
\*------------------------------------*/
.hero {
  background-color: #fff;
  position: relative;
}

.hero::before {
  content: '';
  width: 100%;
  height: 236px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(0.01%, #444444), color-stop(92.37%, rgba(196, 196, 196, 0)));
  background: -webkit-linear-gradient(top, #000000 0%, #444444 0.01%, rgba(196, 196, 196, 0) 92.37%);
  background: -o-linear-gradient(top, #000000 0%, #444444 0.01%, rgba(196, 196, 196, 0) 92.37%);
  background: linear-gradient(180deg, #000000 0%, #444444 0.01%, rgba(196, 196, 196, 0) 92.37%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

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

.hero--alt {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 340px;
  margin-top: 0px;
}

.hero--alt::before {
  display: none;
}

@media (max-width: 992px) {
  .hero--alt {
    margin-bottom: 30px;
  }
}

@media (max-width: 560px) {
  .hero--alt {
    height: 250px;
  }
}

.hero__background {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 700px;
}

@media (max-width: 768px) {
  .hero__background {
    height: 400px;
  }
}

.hero__content {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .hero__content {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hero__logo {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.hero__logo img {
  height: 86px;
}

.hero__logo::after {
  content: '';
  width: 118px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: -18px;
}

@media (max-width: 768px) {
  .hero__logo {
    display: none;
  }
}

.hero__title {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 1000px;
}

@media (max-width: 1200px) {
  .hero__title {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .hero__title {
    font-size: 20px;
    line-height: 1.3;
  }
}

/*------------------------------------*
	@COMPONENTS #SIDEMENU
\*------------------------------------*/
.sidemenu {
   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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 300px;
  position: -webkit-sticky;
  position: sticky;
  top: 74px;
  margin-right: 50px;
  margin-top: 50px;
  z-index: 250;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background-color: #fff;
  border-right: 3px solid #D19C1D;
}


.sidemenu a {
  display: block !important;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 25px;
  text-transform: capitalize;
  color: #3D3D3D;
  text-decoration: none !important;
  padding: 14px 20px;
  margin-bottom: 0;
}

.sidemenu a:hover {
  background-color: #FAFAFA;
}

@media (max-width: 992px) {
  .sidemenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 50px;
    width: 100%;
    padding: 20px;
    margin: 0 0 15px 0;
    padding: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 500;
  }
  .sidemenu br:last-child {
    display: none;
  }
  .sidemenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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: 992px) {
  .sidemenu {
    top: 10px;
  }
}

@media (max-width: 768px) {
  .sidemenu {
   display:none !important;
  }
  .sidemenu a {
    margin-right: 0;
  }
}

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

/*------------------------------------*
	@COMPONENTS #FORMS
\*------------------------------------*/
.application > * {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}

.application .row:last-child {
  padding-bottom: 0 !important;
}

.application .row:last-child .application__content {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .application > * {
    padding-bottom: 0 !important;
  }
}

.application__content {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.application__content label {
  color: #0b1432;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .application__content label {
    font-size: 16px;
  }
}

.application__box {
  height: 60px;
  padding: 10px 15px;
  border: 1px solid #0b1432;
  border-radius: 0px !important;
  font-size: 16px;
  outline: transparent !important;
  /*PLACEHOLDER*/
}

.application__box:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #AFAFAF;
  border: 2px solid #3D3D3D !important;
}

@media (max-width: 560px) {
  .application__box {
    padding: 10px;
    height: 40px;
  }
}

.application__box::-webkit-input-placeholder {
  color: #898989;
  font-family: 'Nunito Sans', sans-serif;
}

.application__box::-moz-placeholder {
  color: #898989;
  font-family: 'Nunito Sans', sans-serif;
}

.application__box:-ms-input-placeholder {
  color: #898989;
  font-family: 'Nunito Sans', sans-serif;
}

.application__button {
  background-color: #0b1432 !important;
  font-family: "Questrial", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #fff !important;
  text-transform: uppercase;
  width: 100%;
  height: 60px;
  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;
}

.application__button:hover {
  font-weight: 500;
  opacity: 0.8;
}

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

/*------------------------------------*
	@COMPONENTS #SIDEMENU
\*------------------------------------*/
.sidemenu {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 270px;
  padding: 5px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  margin-bottom: 20px;
  z-index: 1;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background: #F0F0F0;
}

.sidemenu a {
  display: block !important;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 25px;
  text-transform: capitalize;
  color: #3D3D3D;
  text-decoration: none !important;
  padding: 14px 20px;
  margin-bottom: 0;
}

.sidemenu a:hover {
  background-color: #FAFAFA;
}

@media (max-width: 992px) {
  .sidemenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 50px;
    width: 100%;
    padding: 20px;
    margin: 0 0 15px 0;
    padding: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 500;
  }
  .sidemenu br:last-child {
    display: none;
  }
  .sidemenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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: 992px) {
  .sidemenu {
    top: 10px;
  }
}

@media (max-width: 768px) {
  .sidemenu {
    padding: 0px;
  }
  .sidemenu a {
    margin-right: 0;
  }
}

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

/*------------------------------------*
	@COMPONENTS #BOX
\*------------------------------------*/
.box-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
  row-gap: 60px;
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .box-wrap {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 992px) {
  .box-wrap {
    row-gap: 17px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .box-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .box-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 450px) {
  .box-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.box {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 440px;
  padding: 20px;
  text-decoration: none !important;
  border-radius: 3px;
}

.box:hover .box__label {
  opacity: 1;
  visibility: visible;
}

.box:hover .box__icon {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 992px) {
  .box {
    height: 350px;
    background-position: bottom center;
  }
}

@media (max-width: 768px) {
  .box {
    height: 250px;
  }
}

.box__icon {
  height: 44px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  margin-bottom: 0;
}

.box__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid #fff;
  font-family: "Questrial", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

@media (max-width: 768px) {
  .box__label {
    font-size: 24px;
  }
}

@media (max-width: 560px) {
  .box__label {
    font-size: 20px;
  }
}

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

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

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

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

.section--inner {
  padding-top: 80px;
  padding-bottom: 0;
}

.section--inner .container {
  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) {
  .section--inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  .section--inner {
    padding: 0;
  }
  .section--inner .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

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

.section--grey {
  background-color: #FAFAFA;
}

.section--lg {
  padding-top: 140px;
  padding-bottom: 120px;
}

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

/*------------------------------------*
	@COMPONENTS #CARD
\*------------------------------------*/
.card {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .card--alt {
    margin-bottom: 40px;
  }
}

.card__cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 360px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .card__cover {
    height: 250px;
    margin-bottom: 30px;
  }
}

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

.card__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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
}

.card__title {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 29px;
  text-transform: capitalize;
  color: #3D3D3D;
  margin-bottom: 20px;
}

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

@media (max-width: 768px) {
  .card__title {
    font-size: 20px;
  }
}

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

.card__text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  color: #444444;
}

@media (max-width: 768px) {
  .card__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 560px) {
  .card__text {
    line-height: 1.2;
  }
}

/*------------------------------------*
	@COMPONENTS #MAP
\*------------------------------------*/
.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.map iframe {
  max-width: 946px;
  width: 100%;
  height: 575px;
  border: none;
}

@media (max-width: 768px) {
  .map iframe {
    height: 450px;
  }
}

@media (max-width: 560px) {
  .map iframe {
    height: 400px;
  }
}

/*------------------------------------*
	@COMPONENTS #WRAP
\*------------------------------------*/
.wrap {
  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;
}

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

.wrap--bottom {
  margin-bottom: 10px;
}

.wrap--bottom .title {
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .wrap--bottom {
    margin-bottom: 10px;
  }
  .wrap--bottom .title {
    margin-bottom: 0px;
  }
}

.wrap--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wrap--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wrap--button {
  padding-top: 25px;
}

/*------------------------------------*
	@COMPONENTS #SOCIALS
\*------------------------------------*/
.socials {
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: #444444 !important;
}

.socials:not(:last-child) {
  margin-right: 20px;
}

.socials:hover {
  opacity: 0.8;
}

/*------------------------------------*
	@COMPONENTS #LINK
\*------------------------------------*/
.link {
  text-decoration: none !important;
}

.link span {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #0b1432;
}

.link img {
  height: 14px;
  margin-bottom: 0;
  margin-right: 10px;
}

.link:hover {
  opacity: 0.8;
}

/*------------------------------------*
	@COMPONENTS #CONTACT
\*------------------------------------*/
.contact {
  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;
}

.contact address {
  color: #3D3D3D;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.contact address strong {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  display: block;
}

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

@media (max-width: 560px) {
  .contact {
    -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;
  }
}

@media (max-width: 768px) {
  .contact__item .wrap--end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__item .wrap--end .link:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 560px) {
  .contact__item {
    text-align: center;
  }
  .contact__item .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

/*------------------------------------*
	@COMPONENTS #CONTENT
\*------------------------------------*/
.content {
  background-color: #fff;
  margin-right: 30px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.content article {
  margin-bottom: 0px;
}

.content article ul {
  padding-left: 20px;
  list-style: none;
}

.content article ul li {
  font-size: 18px;
  line-height: 2;
  text-transform: capitalize;
  position: relative;
}

.content article ul li::before {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #3D3D3D;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.content .row {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content .row:last-child {
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .content {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .content p {
    margin-bottom: 20px;
  }
  .content .row {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .content .row--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .content img {
    height: 300px;
  }
}

.content--bottom {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .content--bottom {
    margin-bottom: 40px;
  }
}

.content--top {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .content--top {
    padding-top: 10px;
  }
}

/*------------------------------------*
	@TRUMPS #COLORS
\*------------------------------------*/
.color-primary {
  color: #0b1432 !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: "";
  }
}

/* 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: #FFFFFF;
color: #3454D1;
font-family: "Questrial", sans-serif;
height: 75px;
font-size: 18px;
font-weight: 500;
line-height: 1;
border-radius: 1px;
padding: 20px 40px 20px 40px;
border: 3px solid #3454D1;
text-transform: uppercase;
}

.custom-button:hover {
  background-color: #3454D1;
  color: #FFFFFF !important;
  text-decoration: none;
}

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

#hero-photo {height: 500px !important;}

.event-table {width: 400px;}

#wc_photos img {
    margin: 5px;
    border: 0px !important;
    }
    
    .rendered-form .btn {border: 1px solid #666666;}

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