/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FONTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:ital,wght@0,400..600;1,400..600&display=swap");
@font-face {
  font-family: Lato-Bold;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.svg#Lato-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Lato-Light;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.svg#Lato-Light") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Lato-Regular;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.svg#Lato-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Medium;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-display: swap;
}
/*
| 6. Screen Sizes / Breakpoints
| --------------------------------------------------
| Breakpoint variables in pixel widths for media queries.
|
*/
/*
| Extra small mobile
*/
/*
| Mobile
*/
/*
| Tablet
*/
/*
| Middle Sized Devices
*/
/*
| Small Laptop
*/
/*
| Large Laptop / Desktop
*/
/*
| Large Desktop
*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Mixins
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
| 1. Resets
| 2. Positioning
|
| Notes: Define patterns of property value pairs, which can then be reused in other rule sets
|
*/
/*
| Font Smoothing
| --------------------------------------------------
|
| Aligns most of the browsers with the same font antialiasing.
|
*/
/*
| Selection Color
| --------------------------------------------------
|
*/
/*
| Strict Button Style
| --------------------------------------------------
|
| Sets the button style appearance to none for various
| mobile browsers and OS's that will auto change the styling
|
*/
/*
| Positioning
| --------------------------------------------------
|
| The following mixins are used for positioning elements
| via the absolute rule
|
*/
/*
| Transition
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| transition property
|
*/
/*
| Box Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| box-shadow property
|
*/
/*
| Text Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| text-shadow property
|
*/
/*
| SVG Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| filter property
|
*/
/*
| Responsive Media Query Mixins
| --------------------------------------------------
|
| The following mixins are used for applying various
| media queries and specified breakpoints
|
*/
/*
| Transparent Colors
| --------------------------------------------------
|
| Function for creating transparent colors.
|
*/
/*
| Gradient Backgrounds
| --------------------------------------------------
|
| Mixin for creating gradient backgrounds
| @include bg-gradient(fn-transparent-color($color-black, 1), fn-transparent-color($color-black, 0), top, bottom, 0%, 100%);
|
*/
/*
| Rotation
| --------------------------------------------------
|
| Mixin for applying the correct browser prefixes for the
| transform: rotate property
|
*/
/*
| Keyframe animations
| --------------------------------------------------
| Mixin for applying animations to elements
|
*/
/* Global Colors */
/* Global Fonts */
/* ONLY MESS WITH BELOW IF YOU NEED FINE TUNING! */
/* Button Specific */
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

Site design by p11|creative
Visit us @ p11.com

/*
|--------------------------------------------------------------------------
| Grid
|--------------------------------------------------------------------------
|
| This file holds all of the grid / structure related styles for the site.
|
*/
.full {
  width: 100%;
}

.half {
  width: 50%;
}
@media (max-width: 768px) {
  .half {
    width: 100%;
  }
  .half.md-half {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .half {
    width: 100%;
  }
  .half.md-half {
    width: 100%;
  }
  .half.sm-half {
    width: 50%;
  }
}

.third {
  width: 33.33333333%; /* IE Fallback */
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .third {
    width: 100%;
  }
  .third.md-third {
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .third {
    width: 100%;
  }
  .third.md-third {
    width: 100%;
  }
  .third.sm-third {
    width: 33.3333333333%;
  }
}

.twothird,
.two-third {
  width: 66.66%; /* IE Fallback */
  width: 66.6666666667%;
}
@media (max-width: 768px) {
  .twothird,
  .two-third {
    width: 100%;
  }
  .twothird.md-twothird, .twothird.md-two-third,
  .two-third.md-twothird,
  .two-third.md-two-third {
    width: 66.6666666667%;
  }
}
@media (max-width: 640px) {
  .twothird,
  .two-third {
    width: 100%;
  }
  .twothird.md-twothird, .twothird.md-two-third,
  .two-third.md-twothird,
  .two-third.md-two-third {
    width: 100%;
  }
  .twothird.sm-twothird, .twothird.sm-two-third,
  .two-third.sm-twothird,
  .two-third.sm-two-third {
    width: 66.6666666667%;
  }
}

.fourth {
  width: 25%;
}
@media (max-width: 768px) {
  .fourth {
    width: 100%;
  }
  .fourth.md-fourth, .fourth.md-fourth {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .fourth {
    width: 100%;
  }
  .fourth.md-fourth, .fourth.md-fourth {
    width: 100%;
  }
  .fourth.sm-fourth, .fourth.sm-fourth {
    width: 25%;
  }
}

.twofourth,
.two-fourth {
  width: 50%;
}
@media (max-width: 768px) {
  .twofourth,
  .two-fourth {
    width: 100%;
  }
  .twofourth.md-fourth, .twofourth.md-fourth,
  .two-fourth.md-fourth,
  .two-fourth.md-fourth {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .twofourth,
  .two-fourth {
    width: 100%;
  }
  .twofourth.md-fourth, .twofourth.md-fourth,
  .two-fourth.md-fourth,
  .two-fourth.md-fourth {
    width: 100%;
  }
  .twofourth.sm-fourth, .twofourth.sm-fourth,
  .two-fourth.sm-fourth,
  .two-fourth.sm-fourth {
    width: 50%;
  }
}

.threefourth,
.three-fourth {
  width: 75%;
}
@media (max-width: 768px) {
  .threefourth,
  .three-fourth {
    width: 100%;
  }
  .threefourth.md-threefourth, .threefourth.md-three-fourth,
  .three-fourth.md-threefourth,
  .three-fourth.md-three-fourth {
    width: 75%;
  }
}
@media (max-width: 640px) {
  .threefourth,
  .three-fourth {
    width: 100%;
  }
  .threefourth.md-threefourth, .threefourth.md-three-fourth,
  .three-fourth.md-threefourth,
  .three-fourth.md-three-fourth {
    width: 100%;
  }
  .threefourth.sm-threefourth, .threefourth.sm-threefourth,
  .three-fourth.sm-threefourth,
  .three-fourth.sm-threefourth {
    width: 25%;
  }
}

.fifth {
  width: 20%;
}
@media (max-width: 768px) {
  .fifth {
    width: 100%;
  }
  .fifth.md-fifth, .fifth.md-fifth {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .fifth {
    width: 100%;
  }
  .fifth.md-fifth, .fifth.md-fifth {
    width: 100%;
  }
  .fifth.sm-fifth, .fifth.sm-fifth {
    width: 20%;
  }
}

.twofifth,
.two-fifth {
  width: 40%;
}
@media (max-width: 768px) {
  .twofifth,
  .two-fifth {
    width: 100%;
  }
  .twofifth.md-twofifth, .twofifth.md-two-fifth,
  .two-fifth.md-twofifth,
  .two-fifth.md-two-fifth {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .twofifth,
  .two-fifth {
    width: 100%;
  }
  .twofifth.md-twofifth, .twofifth.md-two-fifth,
  .two-fifth.md-twofifth,
  .two-fifth.md-two-fifth {
    width: 100%;
  }
  .twofifth.sm-twofifth, .twofifth.sm-two-fifth,
  .two-fifth.sm-twofifth,
  .two-fifth.sm-two-fifth {
    width: 40%;
  }
}

.threefifth,
.three-fifth {
  width: 60%;
}
@media (max-width: 768px) {
  .threefifth,
  .three-fifth {
    width: 100%;
  }
  .threefifth.md-threefifth, .threefifth.md-three-fifth,
  .three-fifth.md-threefifth,
  .three-fifth.md-three-fifth {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .threefifth,
  .three-fifth {
    width: 100%;
  }
  .threefifth.md-threefifth, .threefifth.md-three-fifth,
  .three-fifth.md-threefifth,
  .three-fifth.md-three-fifth {
    width: 100%;
  }
  .threefifth.sm-threefifth, .threefifth.sm-three-fifth,
  .three-fifth.sm-threefifth,
  .three-fifth.sm-three-fifth {
    width: 60%;
  }
}

.fourfifth,
.four-fifth {
  width: 80%;
}
@media (max-width: 768px) {
  .fourfifth,
  .four-fifth {
    width: 100%;
  }
  .fourfifth.md-fourfifth, .fourfifth.md-four-fifth,
  .four-fifth.md-fourfifth,
  .four-fifth.md-four-fifth {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .fourfifth,
  .four-fifth {
    width: 100%;
  }
  .fourfifth.md-fourfifth, .fourfifth.md-four-fifth,
  .four-fifth.md-fourfifth,
  .four-fifth.md-four-fifth {
    width: 100%;
  }
  .fourfifth.sm-fourfifth, .fourfifth.sm-four-fifth,
  .four-fifth.sm-fourfifth,
  .four-fifth.sm-four-fifth {
    width: 80%;
  }
}

.sixth {
  width: 16.66666666; /* IE Fallback */
  width: 16.6666666667%;
}
@media (max-width: 768px) {
  .sixth {
    width: 100%;
  }
  .sixth.md-sixth, .sixth.md-sixth {
    width: 16%;
    width: 16.6666666667%;
  }
}
@media (max-width: 640px) {
  .sixth {
    width: 100%;
  }
  .sixth.md-sixth, .sixth.md-sixth {
    width: 100%;
  }
  .sixth.sm-sixth, .sixth.sm-sixth {
    width: 16%;
    width: 16.6666666667%;
  }
}

.twosixth,
.two-sixth {
  width: 33.33333333; /* IE Fallback */
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .twosixth,
  .two-sixth {
    width: 100%;
  }
  .twosixth.md-twosixth, .twosixth.md-two-sixth,
  .two-sixth.md-twosixth,
  .two-sixth.md-two-sixth {
    width: 33.33333333; /* IE Fallback */
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .twosixth,
  .two-sixth {
    width: 100%;
  }
  .twosixth.md-twosixth, .twosixth.md-two-sixth,
  .two-sixth.md-twosixth,
  .two-sixth.md-two-sixth {
    width: 100%;
  }
  .twosixth.sm-twosixth, .twosixth.sm-two-sixth,
  .two-sixth.sm-twosixth,
  .two-sixth.sm-two-sixth {
    width: 33.33333333; /* IE Fallback */
    width: 33.3333333333%;
  }
}

.threesixth,
.three-sixth {
  width: 50%;
}
@media (max-width: 768px) {
  .threesixth,
  .three-sixth {
    width: 100%;
  }
  .threesixth.md-threesixth, .threesixth.md-three-sixth,
  .three-sixth.md-threesixth,
  .three-sixth.md-three-sixth {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .threesixth,
  .three-sixth {
    width: 100%;
  }
  .threesixth.md-threesixth, .threesixth.md-three-sixth,
  .three-sixth.md-threesixth,
  .three-sixth.md-three-sixth {
    width: 100%;
  }
  .threesixth.sm-threesixth, .threesixth.sm-three-sixth,
  .three-sixth.sm-threesixth,
  .three-sixth.sm-three-sixth {
    width: 50%;
  }
}

.foursixth,
.four-sixth {
  width: 66.66666666; /* IE Fallback */
  width: 66.6666666667%;
}
@media (max-width: 768px) {
  .foursixth,
  .four-sixth {
    width: 100%;
  }
  .foursixth.md-foursixth, .foursixth.md-four-sixth,
  .four-sixth.md-foursixth,
  .four-sixth.md-four-sixth {
    width: 66.66666666%;
    width: 66.6666666667%;
  }
}
@media (max-width: 640px) {
  .foursixth,
  .four-sixth {
    width: 100%;
  }
  .foursixth.md-foursixth, .foursixth.md-four-sixth,
  .four-sixth.md-foursixth,
  .four-sixth.md-four-sixth {
    width: 100%;
  }
  .foursixth.sm-foursixth, .foursixth.sm-four-sixth,
  .four-sixth.sm-foursixth,
  .four-sixth.sm-four-sixth {
    width: 66.66666666%;
    width: 66.6666666667%;
  }
}

.fivesixth,
.five-sixth {
  width: 83.33333333; /* IE Fallback */
  width: 83.3333333333%;
}
@media (max-width: 768px) {
  .fivesixth,
  .five-sixth {
    width: 100%;
  }
  .fivesixth.md-fivesixth, .fivesixth.md-five-sixth,
  .five-sixth.md-fivesixth,
  .five-sixth.md-five-sixth {
    width: 83.33333333%;
    width: 83.3333333333%;
  }
}
@media (max-width: 640px) {
  .fivesixth,
  .five-sixth {
    width: 100%;
  }
  .fivesixth.md-fivesixth, .fivesixth.md-five-sixth,
  .five-sixth.md-fivesixth,
  .five-sixth.md-five-sixth {
    width: 100%;
  }
  .fivesixth.sm-fivesixth, .fivesixth.sm-five-sixth,
  .five-sixth.sm-fivesixth,
  .five-sixth.sm-five-sixth {
    width: 83.33333333%;
    width: 83.3333333333%;
  }
}

/**** Gutters ***/
.half-gutter1 .half {
  width: calc(50% - 0.5rem);
}
@media (max-width: 768px) {
  .half-gutter1 .half {
    width: 100%;
  }
}
.half-gutter1 .half:nth-child(even) {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .half-gutter1 {
    width: 100%;
    margin-left: 0 !important;
  }
}

.half-gutter2 .half {
  width: calc(50% - 1rem);
}
@media (max-width: 768px) {
  .half-gutter2 .half {
    width: 100%;
  }
}
.half-gutter2 .half:nth-child(even) {
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .half-gutter2 .half:nth-child(even) {
    margin-left: 0 !important;
  }
}

.third-gutter1 .third {
  width: calc(33.3333333333% - 0.67rem);
  margin: 1rem 0 0;
}
.third-gutter1 .third:nth-child(3n+2) {
  margin: 1rem 1rem 0;
}
@media (max-width: 1024px) {
  .third-gutter1 .third {
    width: calc(50% - 0.5rem);
  }
  .third-gutter1 .third:nth-of-type(n) {
    margin: 1rem 0 0 0;
  }
  .third-gutter1 .third:nth-child(2n+1) {
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  .third-gutter1 .third {
    width: 100%;
  }
  .third-gutter1 .third:nth-of-type(n) {
    margin: 1rem 0 0 0;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
}

/*~~ TEXT ALIGN ~~*/
.tleft,
.text-left {
  text-align: left;
}

.tright,
.text-right {
  text-align: right;
}

.tcenter,
.text-center {
  text-align: center;
}

.italic {
  font-style: italic;
}

/*~~ PADDING ~~*/
.no-pad,
.nopad,
.pad0 {
  padding: 0;
}

.pad-half {
  padding: 0.5rem;
}

.pad1-0 {
  padding: 1rem 0;
}

.pad2-0 {
  padding: 2rem 0;
}

.pad3-0 {
  padding: 3rem 0;
}

.pad4-0 {
  padding: 4rem 0;
}

.pad5-0 {
  padding: 5rem 0;
}

.pad6-0 {
  padding: 6rem 0;
}

.pad7-0 {
  padding: 7rem 0;
}

.pad8-0 {
  padding: 8rem 0;
}

.pad0-1 {
  padding: 0 1rem;
}

.pad0-2 {
  padding: 0 2rem;
}

.pad0-3 {
  padding: 0 3rem;
}

.pad0-4 {
  padding: 0 4rem;
}

.pad1-2 {
  padding: 1rem 2rem;
}

.pad1-3 {
  padding: 1rem 3rem;
}

.pad1-4 {
  padding: 1rem 4rem;
}

.pad2-1 {
  padding: 2rem 1rem;
}

.pad2-3 {
  padding: 2rem 3rem;
}

.pad2-4 {
  padding: 2rem 4rem;
}

.pad3-1 {
  padding: 3rem 1rem;
}

.pad3-2 {
  padding: 3rem 2rem;
}

.pad3-4 {
  padding: 3rem 4rem;
}

.pad4-1 {
  padding: 4rem 1rem;
}

.pad4-2 {
  padding: 4rem 2rem;
}

.pad4-3 {
  padding: 4rem 3rem;
}

.pad1 {
  padding: 1rem;
}

.pad2 {
  padding: 2rem;
}

.pad3 {
  padding: 3rem;
}

.pad4 {
  padding: 4rem;
}

.pad5 {
  padding: 5rem;
}

.pad6 {
  padding: 6rem;
}

.pad6-2 {
  padding: 6rem 2rem;
}

.pad4-2 {
  padding: 4rem 2rem;
}

/*~~ PADDING  TOP~~*/
.padt0 {
  padding-top: 0;
}

.padt1 {
  padding-top: 1rem;
}

.padt2 {
  padding-top: 2rem;
}

.padt3 {
  padding-top: 3rem;
}

.padt4 {
  padding-top: 4rem;
}

.padt5 {
  padding-top: 5rem;
}

.padt6 {
  padding-top: 6rem;
}

.padl1 {
  padding-left: 1rem;
}
@media (max-width: 640px) {
  .padl1 {
    padding-left: 0;
  }
}

/*~~ PADDING BOTTOM ~~*/
.padb0 {
  padding-bottom: 0 !important;
}

.padb1 {
  padding-bottom: 1rem;
}

.padb2 {
  padding-bottom: 2rem;
}

.padb3 {
  padding-bottom: 3rem;
}

.padb4 {
  padding-bottom: 4rem;
}

.padb5 {
  padding-bottom: 5rem;
}

.padb6 {
  padding-bottom: 6rem;
}

/*~~ MARGIN ~~*/
.no-mar,
.nomar,
.nomarg,
.mar0 {
  margin: 0;
}

.mar-half {
  margin: 0.5rem;
}

.mar1-0 {
  margin: 1rem 0;
}

.mar2-0 {
  margin: 2rem 0;
}

.mar3-0 {
  margin: 3rem 0;
}

.mar4-0 {
  margin: 4rem 0;
}

.mar0-1 {
  margin: 0 1rem;
}

.mar0-2 {
  margin: 0 2rem;
}

.mar0-3 {
  margin: 0 3rem;
}

.mar0-4 {
  margin: 0 4rem;
}

.mar1-2 {
  margin: 1rem 2rem;
}

.mar1-3 {
  margin: 1rem 3rem;
}

.mar1-4 {
  margin: 1rem 4rem;
}

.mar2-1 {
  margin: 2rem 1rem;
}

.mar2-3 {
  margin: 2rem 3rem;
}

.mar2-4 {
  margin: 2rem 4rem;
}

.mar3-1 {
  margin: 3rem 1rem;
}

.mar3-2 {
  margin: 3rem 2rem;
}

.mar3-4 {
  margin: 3rem 4rem;
}

.mar4-1 {
  margin: 4rem 1rem;
}

.mar4-2 {
  margin: 4rem 2rem;
}

.mar4-3 {
  margin: 4rem 3rem;
}

.mar1 {
  margin: 1rem;
}

.mar2 {
  margin: 2rem;
}

.mar3 {
  margin: 3rem;
}

.mar4 {
  margin: 4rem;
}

/*~~ margin  TOP~~*/
.mart1 {
  margin-top: 1rem;
}

.mart2 {
  margin-top: 2rem;
}

.mart3 {
  margin-top: 3rem;
}

.mart4 {
  margin-top: 4rem;
}

/*~~ margin BOTTOM ~~*/
.marb0 {
  margin-bottom: 0;
}

.marb1 {
  margin-bottom: 1rem;
}

.marb2 {
  margin-bottom: 2rem;
}

.marb3 {
  margin-bottom: 3rem;
}

.marb4 {
  margin-bottom: 4rem;
}

.marb5 {
  margin-bottom: 5rem;
}

.marb6 {
  margin-bottom: 6rem;
}

/*~~ PADDING MOBILE ~~*/
@media (max-width: 768px) {
  .padm4-0 {
    padding: 4rem 0;
  }
}

@media (max-width: 768px) {
  .padm3-0 {
    padding: 3rem 0;
  }
}

@media (max-width: 768px) {
  .padm2-0 {
    padding: 2rem 0;
  }
}

@media (max-width: 768px) {
  .padm1-0 {
    padding: 1rem 0;
  }
}

@media (max-width: 768px) {
  .padm2 {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .padm3 {
    padding: 3rem;
  }
}

@media (max-width: 768px) {
  .padm3-2 {
    padding: 3rem 2rem;
  }
}

@media (max-width: 768px) {
  .padm4 {
    padding: 4rem;
  }
}

@media (max-width: 768px) {
  .padm4-2 {
    padding: 4rem 2rem;
  }
}

@media (max-width: 768px) {
  .padbm2 {
    padding-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .padbm3 {
    padding-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .padbm4 {
    padding-bottom: 4rem;
  }
}

@media (max-width: 768px) {
  .padmt4 {
    padding-top: 4rem;
  }
}

@media (max-width: 768px) {
  .padmt2 {
    padding-top: 2rem;
  }
}

/*~~ MARGIN MOBILE ~~*/
@media (max-width: 768px) {
  .marmb2 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .marmb3 {
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .marmb4 {
    margin-bottom: 4rem;
  }
}

@media (max-width: 768px) {
  .marmt0 {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .marmt4 {
    margin-top: 4rem;
  }
}

/*~~ GLOBAL ~~*/
sup {
  vertical-align: super;
  font-size: 50%;
}

.center {
  margin: 0 auto;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.hidden {
  display: none;
}

.noscroll,
.no-scroll {
  height: 100%;
  overflow: hidden;
}

.relative {
  position: relative;
}

.figure {
  overflow: hidden;
  position: relative;
}

.figure img,
.stretch {
  width: 100%;
  height: auto;
}

.cover {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixedbg,
.fixed-bg {
  background-attachment: fixed;
  will-change: top;
}

.css-table {
  display: table;
}
.css-table .css-col {
  display: table-cell;
}

#poi-holder {
  margin: 2em auto;
  width: 100%;
}

#poi-intro {
  width: 100%;
}
@media (max-width: 980px) {
  #poi-intro {
    border: none;
  }
}
#poi-intro h2 {
  color: #FFFFFF;
  padding: 1em;
  font-size: 1.4em;
  line-height: 1.3em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 720px) {
  #poi-intro h2 {
    font-size: 1.125em;
  }
}

.poi-title {
  font-size: 2.25em;
}
@media (max-width: 640px) {
  .poi-title {
    font-size: 1.75em;
  }
}

.poi-loader {
  border-radius: 100%;
  border-style: solid;
  border-width: 0.25rem;
  height: 5rem;
  width: 5rem;
  margin: 8rem auto;
  animation: poi-loader 1s infinite linear;
}

.poi-loader {
  border-color: #3b6caf;
  border-top-color: #4d4d4f;
}

@keyframes poi-loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359.9deg);
  }
}
#poi {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cce1ed;
  min-height: 600px;
}

#map-all {
  width: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  display: none;
  background-color: #cce1ed;
}
@media (max-width: 980px) {
  #map-all {
    width: 100%;
    height: auto !important;
    padding: 1.3em 0;
    background-color: #4d4d4f;
  }
}
@media (max-width: 980px) and (max-width: 1024px) {
  #map-all {
    padding: 0;
  }
}
@media (max-width: 720px) {
  #map-all {
    height: auto;
  }
}

#map-canvas {
  height: 100%;
  width: 100%;
  width: -moz-calc(100% - 250px);
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  position: absolute;
  left: 250px;
}
@media (max-width: 980px) {
  #map-canvas {
    z-index: 0;
    left: 0px !important;
    top: 0px;
    width: 100% !important;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 580px;
  }
}
@media (max-width: 720px) {
  #map-canvas {
    height: 400px;
  }
}
@media (max-width: 540px) {
  #map-canvas {
    height: 460px !important;
  }
}
@media (max-width: 480px) {
  #map-canvas {
    height: 460px !important;
  }
}

#all-cat {
  width: 180px;
  display: none;
  margin: 1em auto;
  padding: 0.6em 0.8em 0.6em 0;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.95em;
  line-height: 1.56em;
  color: #FFFFFF;
  background-color: #f5aa41;
  cursor: pointer;
}
#all-cat span {
  margin-right: 0.3em;
  -webkit-transition: margin-right 300ms ease;
  -moz-transition: margin-right 300ms ease;
  -ms-transition: margin-right 300ms ease;
  -o-transition: margin-right 300ms ease;
  transition: margin-right 300ms ease;
}
#all-cat:hover {
  background-color: #f29411;
}
#all-cat:hover span {
  margin-right: 0.5em;
}

i.fontsmall {
  font-size: 0.72em;
  vertical-align: top;
  padding: 0.35em 0.5em 0 0;
}

.menu-tab,
.menu-tab2 {
  top: 20px;
  background-image: url(../../images/poi/icons/menu.svg);
  background-repeat: no-repeat;
  background-size: 0.9em 0.9em;
  background-position: 1.1em 0.8em;
  position: absolute;
  left: 250px;
  z-index: 200;
  width: 114px;
  margin: 0;
  padding: 0.7em 0 0.6em 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  background-color: rgba(88, 174, 223, 0.9);
}
.menu-tab:hover,
.menu-tab2:hover {
  background-color: #58aedf;
}
@media (max-width: 980px) {
  .menu-tab,
  .menu-tab2 {
    display: none;
  }
}

.menu-tab2 {
  left: 0;
  display: none;
}

.view-type,
.view-type2 {
  top: 60px;
  position: absolute;
  display: block;
  left: 250px;
  z-index: 200;
  width: 114px;
  margin: 0;
  padding: 0.7em 0 0.6em 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  background-color: rgba(88, 174, 223, 0.9);
}
.view-type:hover,
.view-type2:hover {
  background-color: #58aedf;
}
@media (max-width: 980px) {
  .view-type,
  .view-type2 {
    display: none;
  }
}

.view-type2 {
  display: none;
}

.btn-reset {
  top: 100px;
  position: absolute;
  left: 250px;
  z-index: 200;
  width: 114px;
  margin: 0;
  padding: 0.7em 0 0.6em 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  background-color: rgba(88, 174, 223, 0.9);
}
.btn-reset:hover {
  background-color: #58aedf;
}
@media (max-width: 980px) {
  .btn-reset {
    display: none;
  }
}

#controlHolder {
  position: absolute;
}

#btn-zoom-in,
#btn-zoom-out {
  position: absolute;
  z-index: 300;
  left: 260px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  background-color: rgba(88, 174, 223, 0.9);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
#btn-zoom-in:hover,
#btn-zoom-out:hover {
  background-color: #58aedf;
}

#btn-zoom-in {
  top: 150px;
  background-image: url(../../images/poi/icons/zoom-in.svg);
}
@media (max-width: 980px) {
  #btn-zoom-in {
    z-index: 1;
    top: 10px;
    left: 10px;
  }
}

#btn-zoom-out {
  top: 196px;
  background-image: url(../../images/poi/icons/zoom-out.svg);
}
@media (max-width: 980px) {
  #btn-zoom-out {
    z-index: 1;
    top: 10px;
    left: 60px;
  }
}

#caption {
  display: block;
}
@media (max-width: 720px) {
  #caption {
    display: none;
  }
}

.iw-container {
  width: auto;
}
@media (max-width: 720px) {
  .iw-container {
    width: 170px;
  }
}

.infowindow {
  min-height: 220px;
  overflow: hidden;
}
@media (max-width: 720px) {
  .infowindow {
    width: 180px;
    min-height: auto;
  }
}

.map-photo {
  width: 100%;
  height: 196px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 720px) {
  .map-photo {
    height: 120px;
  }
}
.map-photo img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

.map-text {
  width: 100%;
  padding: 0.5rem;
  float: left;
}
.map-text h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.3em;
  text-align: left;
  margin-top: 4px;
  padding: 0;
  color: #3b6caf;
}
@media (max-width: 720px) {
  .map-text h2 {
    font-size: 1.1em;
    line-height: 1.3em;
  }
}
.map-text h3 {
  font-family: "Lato", sans-serif;
  font-size: 0.95em;
  line-height: 1.3em;
  text-align: left;
  margin: 0.2em 0 0.3em 0;
  padding: 0;
  color: #4d4d4f;
}
@media (max-width: 720px) {
  .map-text h3 {
    font-size: 0.9em;
    line-height: 1.3em;
  }
}
.map-text h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
  padding: 0 0 0.4em 0;
  margin: 0;
  height: 17px;
  color: #3b6caf;
}
@media (max-width: 720px) {
  .map-text h4 {
    font-size: 1em;
    line-height: 1.3em;
    padding: 0;
  }
}
.map-text h4 a {
  font-family: "Montserrat", sans-serif;
}
.map-text h4 a:link {
  color: #3b6caf;
  text-decoration: none;
  text-transform: none;
}
.map-text h4 a:visited {
  color: #3b6caf;
}
.map-text h4 a:hover {
  color: rgba(59, 108, 175, 0.8);
}
.map-text h4 svg {
  width: 1.3em;
  height: auto;
  display: inline;
  fill: #3b6caf;
  padding: 0 0.2em 0.2em 0;
  vertical-align: middle;
}
@media (max-width: 720px) {
  .map-text h4 {
    padding: 0;
  }
}
.map-text p {
  color: #4d4d4f;
  font-family: "Lato", sans-serif;
  font-size: 0.95em;
  font-weight: normal;
  line-height: 1.3em;
  padding: 0.6em 0 0 0;
  margin: 0;
}
@media (max-width: 720px) {
  .map-text p {
    font-size: 11px;
    line-height: 12px;
    padding: 0.5em 0 0.4em 0;
  }
}
.map-text a {
  font-family: "Montserrat", sans-serif;
}
.map-text a:link {
  font-weight: normal;
  padding: 1em 0;
  color: #3b6caf;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .map-text a:link {
    padding: 0;
  }
}
.map-text a:visited {
  padding: 1em 0;
  color: #3b6caf;
}
@media (max-width: 720px) {
  .map-text a:visited {
    padding: 0;
  }
}
.map-text a:hover {
  color: rgba(59, 108, 175, 0.8);
}

.paddingBottom {
  padding-bottom: 5px;
  margin: 0px;
}

#map-side-bar {
  height: auto;
  width: 250px;
  background-color: #cce1ed;
  overflow: visible;
  padding: 0.5em 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
}
@media (max-width: 980px) {
  #map-side-bar {
    z-index: 0;
    left: 0px !important;
    top: 0px;
    width: 100% !important;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0.5em;
    height: auto;
    padding: 0 0.5em 0px 0.5em;
  }
}
#map-side-bar p {
  font-family: "Lato", sans-serif;
  padding: 10px;
  line-height: 18px;
  margin-bottom: 4px;
}
#map-side-bar h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 10px;
  line-height: 18px;
}
#map-side-bar a {
  font-family: "Lato", sans-serif;
  text-decoration: none;
}

#map-side-bar-menu {
  width: 100%;
  overflow: auto !important;
  margin: 10px auto 0;
}
@media (max-width: 980px) {
  #map-side-bar-menu {
    z-index: 0;
    left: 0px !important;
    top: 0px;
    width: 100% !important;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0.5em;
    margin: 10px auto 0;
    padding: 0 0 1em 0;
    width: 100%;
    float: left;
  }
}

#community-link {
  padding: 15px 0 5px 0;
  margin: 0;
  width: auto;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #4d4d4f;
  cursor: pointer;
}
#community-link img {
  max-width: 39px;
  padding-right: 8px;
}
@media (max-width: 980px) {
  #community-link {
    margin: 1em 0 0 0;
  }
}

.urbangreymenu {
  width: 210px;
}
.urbangreymenu .headerbar {
  font-size: 0.95em;
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 15px 0 14px 48px;
  margin: 0 0 2px 0;
  color: #4d4d4f;
  background-color: rgba(255, 255, 255, 0.35);
  background-repeat: no-repeat;
  background-position: 12px 8px;
  background-size: 24px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 980px) {
  .urbangreymenu .headerbar {
    z-index: 0;
    left: 0px !important;
    top: 0px;
    width: 100% !important;
    position: relative;
    text-align: left;
    overflow: hidden;
  }
}
.urbangreymenu .headerbar:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
}
.urbangreymenu .headerbar.on {
  background-color: rgba(255, 255, 255, 0.75);
}
.urbangreymenu .headerbar a {
  text-decoration: none;
  display: block;
  color: #3b6caf;
}
.urbangreymenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.urbangreymenu ul li {
  list-style-type: none;
  padding-bottom: 0;
  margin: 2px;
  color: #4d4d4f;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  padding: 6px 10px;
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
  line-height: 1.5em;
  text-decoration: none;
  cursor: pointer;
}
.urbangreymenu ul li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.urbangreymenu ul li.selected {
  background-color: rgba(255, 255, 255, 0.8);
}

#commSlider {
  width: 120%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin-left: -10%;
}
@media (max-width: 720px) {
  #commSlider {
    display: none;
  }
}

@media (max-width: 980px) {
  #explore-headline-bold {
    display: none;
  }
}

@media (max-width: 980px) {
  #explore-boxes {
    display: none;
  }
}

@media (max-width: 980px) {
  #map {
    height: 520px;
  }
}

@media (max-width: 480px) {
  .explore .select-cat {
    font-size: 1em;
    padding: 0.5em 4em;
  }
}

.caro-holder {
  display: block;
}
@media (max-width: 540px) {
  .caro-holder {
    display: none;
  }
}

.cycle-carousel-wrap {
  display: block;
}
@media (max-width: 540px) {
  .cycle-carousel-wrap {
    display: none;
  }
}

/* Custom Infowindow & Close */
.gm-style .gm-style-iw-c {
  width: 300px;
  border-radius: 0;
  padding: 0 !important;
  background-color: #FFFFFF;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3) !important;
}
@media (max-width: 640px) {
  .gm-style .gm-style-iw-c {
    width: auto !important;
  }
}

.gm-style .gm-style-iw-tc::after {
  background: #FFFFFF;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style-iw {
  width: 300px !important;
  border: 4px solid #FFFFFF;
}

a.iw-close-bg {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  color: #3b6caf;
  background-color: #FFFFFF;
  display: block;
  z-index: 10;
  font-size: 30px;
  line-height: 0;
  padding: 10px 0 0 3px;
  text-decoration: none;
}

.gm-ui-hover-effect {
  opacity: 0;
}
.gm-ui-hover-effect:hover {
  opacity: 0;
}

.gm-style-iw-ch {
  padding: 0 !important;
}

.gm-style-iw-chr button {
  position: absolute !important;
}

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