         
  @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: "Source Sans Pro";
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  background-color: #fafafa;
  color: #333;
  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: 2.25rem;
}

h2, .h2 {
  font-size: 1.5em;
}

h3, .h3 {
  font-size: 1.17em;
}

h4, .h4 {
  font-size: 1em;
}

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: "Source Sans Pro";
  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: 2;
}

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 #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 #FORMS
\*------------------------------------*/
@media (max-width: 768px) {
  .form-wrap {
    padding-top: 30px;
  }
}

.form-control {
  border-color: transparent;
  font-family: "Source Sans Pro";
  font-size: 16px;
  padding: 15px;
  height: 50px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: none;
          box-shadow: none;
  /*PLACEHOLDER*/
}

.form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #3378bd;
}

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

.form-control::-webkit-input-placeholder {
  color: #ccc;
  color: #999;
  font-family: "Source Sans Pro";
}

.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  color: #999;
  font-family: "Source Sans Pro";
}

.form-control:-ms-input-placeholder {
  color: #ccc;
  color: #999;
  font-family: "Source Sans Pro";
}

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

.page {
  background-color: #fff;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

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

@media (max-width: 560px) {
  .col-xxs-12 {
    width: 100%;
  }
}

/*------------------------------------*
	@COMPONENTS #MENU
\*------------------------------------*/
/* MENU */
/* .menunav{position:absolute;height:16px;width:auto;left:20px;top:40px;z-index:85;-webkit-transition: all 0.5s ease;transition: all 0.8s ease;z-index:80;}
.menunav.sticky{top:13px;left:70px;-webkit-transition: all 0.5s ease;transition: all 0.8s ease;z-index:80;}
*/
.menunav {
  width: auto;
  position: relative;
  float: right;
  z-index: 9998;
}

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

.main-nav {
  background: #fff;
  border-radius: 0px;
}

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

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 12px 12px 12px 20px;
  color: #555;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
}

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

/* Mobile menu toggle button */
.header-menu-row {
  position: relative;
}

.main-menu-btn {
  margin: 6px 10px;
  position: absolute;
  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);
}

@media (max-width: 768px) {
  .main-menu-btn {
    z-index: 99;
    position: absolute;
    top: 2px;
    left: -30px;
  }
}

.menu-on .main-menu-btn {
  top: 10px !important;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/* 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: #555;
  -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;
  }
}

#main-menu {
  z-index: 10;
}

#main-menu li:first-child ul {
  margin-top: 10px !important;
  padding: 10px 0 10px 0;
}

#main-menu li:first-child ul li {
  padding: 10px 20px;
}

#main-menu li:first-child ul li a {
  font-size: 16px;
}

#main-menu li:first-child ul li a:hover {
  background-color: transparent;
}

#main-menu li:first-child .sub-arrow {
  right: -12px !important;
  top: 12px;
  background-color: transparent;
}

#main-menu li a {
  border: none !important;
  text-transform: none !important;
  color: #333;
  font-family: "Lora";
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding: 0;
  height: auto;
}

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

#main-menu li:not(:last-child) {
  margin-right: 20px;
}

#main-menu li:first-child {
  margin-right: 30px !important;
}

@media (max-width: 992px) {
  #main-menu li a {
    font-size: 16px;
  }
  #main-menu li:not(:last-child) {
    margin-right: 10px;
  }
  #main-menu li:first-child {
    margin-right: 20px !important;
  }
  #main-menu li:first-child .sub-arrow {
    right: -14px !important;
    top: 10px;
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  #main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    padding-top: 30%;
    overflow: scroll;
  }
  #main-menu li:first-child {
    margin-right: 0 !important;
  }
  #main-menu li:first-child:first-child .sub-arrow {
    right: -30px !important;
    top: 10px;
  }
  #main-menu li:first-child ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    background-color: transparent !important;
    border: 1px solid #999 !important;
  }
  #main-menu li:first-child ul li {
    background-color: transparent !important;
    margin-bottom: 0px;
  }
  #main-menu li {
    text-align: center !important;
    margin-right: 0 !important;
    border: none !important;
    margin-bottom: 10px;
    display: block;
  }
  #main-menu li a {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent !important;
  }
  #main-menu li a:hover {
    border-bottom: 1px solid #999 !important;
  }
}

/*------------------------------------*
	@COMPONENTS #HEADER
\*------------------------------------*/
.header {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

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

.header .container::before {
  display: none;
}

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

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

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

.header__logo {
  margin-bottom: 0;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

@media (max-width: 992px) {
  .header__button {
    margin-left: auto;
    margin-right: 10px;
  }
}

.header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.header__text p {
  color: #333;
  font-family: "Lora";
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 0;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .header__text {
    margin-left: 10px;
  }
  .header__text p {
    display: none;
  }
}

@media (max-width: 992px) {
  .header__text {
    margin-left: 0px;
  }
  .header__text img {
    display: none;
  }
}

/*------------------------------------*
	@COMPONENTS #FOOTER
\*------------------------------------*/
.footer__content {
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .footer__content .row > * {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .footer__content .row > * {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .footer__content address {
    margin-bottom: 0px;
  }
}

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

.footer__title {
  color: #999;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

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

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

.footer__link {
  color: #333 !important;
  line-height: 24px;
  text-decoration: underline;
}

.footer__link:nth-of-type(2) {
  margin-left: 5px;
  padding-left: 5px;
  position: relative;
}

.footer__link:nth-of-type(2)::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #d8d8d8;
  position: absolute;
  top: 0;
  left: 0;
}

.footer__link:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .footer__link {
    display: block;
  }
  .footer__link:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer__link:nth-of-type(2) {
    margin-left: 0px;
    padding-left: 0px;
  }
  .footer__link:nth-of-type(2)::before {
    display: none;
  }
}

.footer__link--alt {
  color: #333;
  font-size: 14px;
}

/*------------------------------------*
	@COMPONENTS #HERO
\*------------------------------------*/
.hero {
  margin-bottom: 70px;
}

.hero img {
  width: 100%;
}

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

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

/*------------------------------------*
	@COMPONENTS #BUTTONS
\*------------------------------------*/
.btn {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-radius: 3px;
  padding: 10px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.btn-lg {
  padding: 15px 10px;
}

@media (max-width: 560px) {
  .btn-lg {
    padding: 10px;
  }
}

.btn--alt {
  font-family: "Lora";
  font-size: 20px;
  font-weight: 400;
  padding: 9px 10px;
}

@media (max-width: 768px) {
  .btn--alt {
    font-size: 16px;
    padding: 5px 8px;
  }
}

.btn-primary, .btn-primary:focus {
  border: 1px solid #3378bd !important;
  background-color: #3378bd !important;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus:hover {
  background-color: #285f95 !important;
  border-color: #285f95 !important;
}

.btn-outline-primary, .btn-outline-primary:focus {
  color: #3378bd;
  background-color: transparent;
  border: 1px solid #3378bd !important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus:hover {
  color: #fff;
  background-color: #3378bd;
  font-weight: normal !important;
}

/*------------------------------------*
	@COMPONENTS #CAROUSEL
\*------------------------------------*/
.slick-slide {
  outline: transparent;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
  z-index: 10;
}

.slick-dots li {
  list-style: none;
  background-color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 99px;
  opacity: 0.4;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.slick-dots li button {
  display: none;
}

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

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

@media (max-width: 992px) {
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 620px) {
  .slick-dots {
    bottom: 10px;
  }
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
}

.carousel--hero {
  margin-bottom: 60px;
}

.carousel--hero .slick-list {
  padding-left: 100px;
  padding-right: 100px;
  background-color: #fff;
}

@media (min-width: 1201px) {
  .carousel--hero .slick-list {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

.carousel--hero .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.carousel--hero .slick-active {
  padding-top: 0;
}

@media (max-width: 992px) {
  .carousel--hero .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
  .carousel--hero .slick-list {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 560px) {
  .carousel--hero .slick-list {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.carousel__img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 500px;
  margin: 50px;
  position: relative;
}

.carousel__img img {
  z-index: 1;
  max-width: 80%;
}

.slick-slide .carousel__img {
  opacity: 0.5;
}

.slick-slide .carousel__img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(-38.21% 84%, circle 500px, rgba(51, 51, 51, 0.1) 0%, rgba(17, 17, 17, 0.6) 100%);
  background-image: -o-radial-gradient(-38.21% 84%, circle 500px, rgba(51, 51, 51, 0.1) 0%, rgba(17, 17, 17, 0.6) 100%);
  background-image: radial-gradient(circle 500px at -38.21% 84%, rgba(51, 51, 51, 0.1) 0%, rgba(17, 17, 17, 0.6) 100%);
}

.slick-active .carousel__img {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  opacity: 1;
}

@media (min-width: 1201px) {
  .slick-active .carousel__img {
    -webkit-transform: scale(1.1, 1.2);
        -ms-transform: scale(1.1, 1.2);
            transform: scale(1.1, 1.2);
  }
}

@media (max-width: 992px) {
  .carousel__img {
    height: 300px;
    padding: 20px;
    margin: 40px;
  }
}

@media (max-width: 768px) {
  .carousel__img {
    height: 300px;
    padding: 20px;
    margin: 30px;
  }
}

@media (max-width: 620px) {
  .carousel__img {
    height: 200px;
    margin: 20px;
  }
}

@media (max-width: 460px) {
  .carousel__img {
    margin: 10px;
  }
}

/*------------------------------------*
	@COMPONENTS #CARD
\*------------------------------------*/
.card {
  background-color: #fafafa;
  padding: 40px;
}

.card:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 560px) {
  .card {
    padding: 20px;
    margin-bottom: 30px;
  }
  .card:not(:last-child) {
    margin-bottom: 60px;
  }
}

.card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

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

.card__img {
  max-width: 220px;
  width: 100%;
  max-height: 140px;
  margin-top: -60px;
  margin-right: 35px;
  padding: 35px 25px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

/*------------------------------------*
	@COMPONENTS #COVER
\*------------------------------------*/
.cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 230px;
  border-radius: 10px;
  padding-left: 30px;
  text-decoration: none !important;
  position: relative;
}

.cover::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 10px;
  background-image: -webkit-radial-gradient(302.7% 586.09%, circle 230px, rgba(51, 51, 51, 0.5) 0%, rgba(17, 17, 17, 0.6) 100%);
  background-image: -o-radial-gradient(302.7% 586.09%, circle 230px, rgba(51, 51, 51, 0.5) 0%, rgba(17, 17, 17, 0.6) 100%);
  background-image: radial-gradient(circle 230px at 302.7% 586.09%, rgba(51, 51, 51, 0.5) 0%, rgba(17, 17, 17, 0.6) 100%);
}

.cover img {
  margin-right: 20px;
  margin-bottom: 0;
  z-index: 10;
}

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

.cover:hover {
  opacity: 0.8;
}

@media (max-width: 992px) {
  .cover {
    padding: 20px;
    text-align: center;
    -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;
  }
  .cover img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.cover--blue {
  background-color: #3378bd;
  height: 140px;
}

.cover--blue::after {
  background-image: -webkit-radial-gradient(271.83% 623.57%, circle 217px, #1692de 0%, #3278bd 100%);
  background-image: -o-radial-gradient(271.83% 623.57%, circle 217px, #1692de 0%, #3278bd 100%);
  background-image: radial-gradient(circle 217px at 271.83% 623.57%, #1692de 0%, #3278bd 100%);
}

@media (max-width: 992px) {
  .cover--blue {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .cover--blue {
    height: 180px;
  }
}

@media (max-width: 560px) {
  .cover--blue {
    padding: 20px 20px 5px 20px;
  }
}

.cover__title {
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 48px;
  text-transform: uppercase;
  margin-top: 0;
  z-index: 10;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cover__title small {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1200px) {
  .cover__title {
    font-size: 42px;
  }
  .cover__title small {
    font-size: 20px;
  }
}

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

@media (max-width: 560px) {
  .cover__title {
    font-size: 28px;
  }
  .cover__title small {
    font-size: 18px;
  }
}

.cover__title--sm {
  font-size: 36px;
  letter-spacing: -0.75px;
  text-transform: uppercase;
}

/*------------------------------------*
	@COMPONENTS #MAP
\*------------------------------------*/
.map {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #fff;
  margin-bottom: 80px;
  padding-top: 80px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

@media (max-width: 560px) {
  .map {
    padding-top: 20px;
    margin-bottom: 40px;
  }
}

/*------------------------------------*
	@COMPONENTS #COPYRIGHT
\*------------------------------------*/
.copyright {
  background-color: #f0f0f0;
  border-radius: 3px 3px 0 0;
  padding: 6px;
  text-align: center;
}

.copyright p {
  color: #999;
  font-family: "Source Sans Pro";
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}

/*------------------------------------*
	@COMPONENTS #SOCIALS
\*------------------------------------*/
.socials a {
  color: #333;
  text-decoration: none !important;
}

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

.socials a:hover {
  opacity: 0.8;
}

/*------------------------------------*
	@COMPONENTS #AFFILIATE
\*------------------------------------*/
.affiliate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .affiliate-wrap {
    -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: 768px) {
  .affiliate-wrap {
    -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;
  }
}

.affiliate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.affiliate:not(:first-child) {
  margin-left: 20px;
}

.affiliate img {
  margin-right: 10px;
  margin-bottom: 0;
  height: 50px;
}

.affiliate p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 992px) {
  .affiliate {
    -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;
  }
  .affiliate:not(:last-child) {
    margin-bottom: 20px;
  }
  .affiliate img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) and (max-width: 768px) {
  .affiliate {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0 !important;
  }
}

/*------------------------------------*
	@COMPONENTS #TITLE
\*------------------------------------*/
.title {
  color: #333;
  font-family: "Lora";
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 0;
}

.title small {
  display: block;
  color: #999;
  font-size: 24px;
  text-transform: none;
}

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

@media (max-width: 560px) {
  .title {
    font-size: 24px;
  }
  .title small {
    font-size: 18px;
  }
}

.title-alt {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.text {
  color: #333;
  font-family: "Source Sans Pro";
}

.text--xs {
  line-height: 1.5;
}

/*------------------------------------*
	@COMPONENTS #LIST
\*------------------------------------*/
.list {
  padding-left: 70px;
  margin-bottom: 60px;
}

.list li {
  list-style: none;
  position: relative;
}

.list li::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #3378bd;
  border-radius: 99px;
  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:not(:last-child) {
    margin-bottom: 15px;
  }
  .list li::before {
    content: '';
    width: 8px;
    height: 8px;
    top: 12px;
    left: -30px;
  }
}

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

.content__item {
  border-radius: 10px;
  background-color: #fafafa;
  padding: 40px;
  margin-bottom: 30px;
}

.content__item .title {
  margin-bottom: 30px;
}

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

@media (max-width: 560px) {
  .content__item {
    padding: 20px;
  }
  .content__item article {
    margin-bottom: 20px;
  }
  .content__item .text {
    margin-bottom: 20px;
  }
}

/*------------------------------------*
	@COMPONENTS #BOX
\*------------------------------------*/
.box-wrap {
  padding-top: 100px;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.box:not(:last-child) {
  margin-bottom: 160px;
}

.box--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.box--left .box__img {
  right: 0;
}

.box--right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.box--right .box__img {
  left: 0;
}

.box--right .box__content {
  text-align: right;
}

@media (max-width: 440px) {
  .box--right .box__content {
    text-align: left;
  }
}

.box__title {
  color: #333;
  font-family: "Lora";
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  z-index: 2;
}

.box__img {
  max-width: 100%;
  position: absolute;
  top: -100px;
  z-index: 1;
}

.box__content {
  padding: 30px 40px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #fff;
  max-width: 670px;
  z-index: 2;
}

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

/*------------------------------------*
	@COMPONENTS #ADDRESS
\*------------------------------------*/
address {
  color: #333;
  line-height: 1.5;
}

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

/*------------------------------------*
	@COMPONENTS #SIDEMENU
\*------------------------------------*/
.sidemenu {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 20px 50px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 270px;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  margin-left: 30px;
  z-index: 98;
}

.sidemenu a {
  color: #333;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none !important;
  position: relative;
}

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

.sidemenu a::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: -30px;
}

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

.sidemenu br:last-child {
  display: none;
}

@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: flex;
    overflow-y: scroll;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: auto;
    top: 15px;
    width: 100%;
    margin-top: -50px;
    margin-left: 0;
    margin-bottom: 15px;
    padding: 10px 20px;
  }
  .sidemenu a::before {
    display: none;
  }
}

@media (max-width: 920px) {
  .sidemenu {
    display: none;
    padding: 20px;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sidemenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    margin-right: 20px;
  }
  .sidemenu a:last-of-type::after {
    content: '';
    width: 20px;
    display: block;
  }
}

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

.color-alt {
  color: #333 !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: "";
  }
}

/* MEMBER BUTTON */
a.member-button:hover {
color: #FFFFFF !important;
text-decoration: none !important;
}      

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

@media (min-width: 768px) {
.sm-buz a .sub-arrow {
    margin-top: -2px;
    right: -12px !important;}}

.header .container {
  max-width: 1300px !important;
  } 
        