@charset "UTF-8";
/*
 * @file        : _breakpoints.scss - A place for mediaquery breakpoints.
 * @desctiption : duplicated from bootstrap to keep us in line with our own choice of framework :)
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/**** COLORS **********************************************************************************************************/
/**** END COLORS ******************************************************************************************************/
/**** FONTS ***********************************************************************************************************/
/**** END FONTS *******************************************************************************************************/
/**** TYPE ************************************************************************************************************/
/**** END TYPE ********************************************************************************************************/
/**** ANIMATION *******************************************************************************************************/
/**** END ANIMATION ***************************************************************************************************/
/**** FORMS ***********************************************************************************************************/
/**** END FORMS *******************************************************************************************************/
/**** ICOMOON *********************************************************************************************************/
/**** END ICOMOON *****************************************************************************************************/
/**** BREAKPOINTS *****************************************************************************************************/
/**** END BREAKPOINTS *************************************************************************************************/
/**** MOD SYSTEM ******************************************************************************************************/
/**** END MOD SYSTEM ******************************************************************************************************/
/*
 * @file        : _mixins.scss - Spinny doo-dads.
 * @desctiption : A place for mixin functions.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* BORDER RADIUS ******************************************************************************************************/
/* END BORDER RADIUS **************************************************************************************************/
/* TRANSITION *********************************************************************************************************/
/* END TRANSITION *****************************************************************************************************/
/* TRANSFORM **********************************************************************************************************/
/* END TRANSFORM ******************************************************************************************************/
/* ANIMATION **********************************************************************************************************/
/* END ANIMATION ******************************************************************************************************/
/* MISC ***************************************************************************************************************/
/* END MISC ***********************************************************************************************************/
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=latin-ext");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?6m3civ");
  src: url("../fonts/icomoon.eot?6m3civ#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?6m3civ") format("truetype"), url("../fonts/icomoon.woff?6m3civ") format("woff"), url("../fonts/icomoon.svg?6m3civ#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media speech, aural {
  [class^=icon-], [class*=" icon-"] {
    speak: none;
  }
}
body {
  background: url(../images/wood-bg.jpg) top center repeat;
  background-size: 100% auto;
} /*
 * @file        : _branding.scss
 * @desctiption : Use this file to hold classes for brand look and feel. Assign default color variables / font family variables / logos paths / etc.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/10/4    | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* COLOR CLASSES ******************************************************************************************************/
.bg-transparent {
  background-color: transparent !important;
}

.txt-brand-color-1 {
  color: #085CA8 !important;
}
.txt-brand-color-1 hr {
  border-top-color: #085CA8;
}

.bg-brand-color-1 {
  background-color: #085CA8 !important;
}

.border-brand-color-1 {
  border-color: #085CA8 !important;
}

.txt-brand-color-2 {
  color: #FEDC00 !important;
}
.txt-brand-color-2 hr {
  border-top-color: #FEDC00;
}

.bg-brand-color-2 {
  background-color: #FEDC00 !important;
}

.border-brand-color-2 {
  border-color: #FEDC00 !important;
}

.txt-brand-color-3 {
  color: #D32C30 !important;
}
.txt-brand-color-3 hr {
  border-top-color: #D32C30;
}

.bg-brand-color-3 {
  background-color: #D32C30 !important;
}

.border-brand-color-3 {
  border-color: #D32C30 !important;
}

.txt-brand-color-4 {
  color: #231F20 !important;
}
.txt-brand-color-4 hr {
  border-top-color: #231F20;
}

.bg-brand-color-4 {
  background-color: #231F20 !important;
}

.border-brand-color-4 {
  border-color: #231F20 !important;
}

.txt-brand-color-5 {
  color: #3B3A39 !important;
}
.txt-brand-color-5 hr {
  border-top-color: #3B3A39;
}

.bg-brand-color-5 {
  background-color: #3B3A39 !important;
}

.border-brand-color-5 {
  border-color: #3B3A39 !important;
}

.txt-brand-color-6 {
  color: #E9E6E1 !important;
}
.txt-brand-color-6 hr {
  border-top-color: #E9E6E1;
}

.bg-brand-color-6 {
  background-color: #E9E6E1 !important;
}

.border-brand-color-6 {
  border-color: #E9E6E1 !important;
}

.txt-black {
  color: #0B0B0A !important;
}
.txt-black hr {
  border-top-color: #0B0B0A;
}

.bg-black {
  background-color: #0B0B0A !important;
}

.border-black {
  border-color: #0B0B0A !important;
}

.txt-grey {
  color: #A8ABAC !important;
}
.txt-grey hr {
  border-top-color: #A8ABAC;
}

.bg-grey {
  background-color: #A8ABAC !important;
}

.border-grey {
  border-color: #A8ABAC !important;
}

.txt-white {
  color: #FFFFFF !important;
}
.txt-white hr {
  border-top-color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.txt-shadow {
  color: rgba(10, 13, 15, 0.12) !important;
}
.txt-shadow hr {
  border-top-color: rgba(10, 13, 15, 0.12);
}

.bg-shadow {
  background-color: rgba(10, 13, 15, 0.12) !important;
}

.border-shadow {
  border-color: rgba(10, 13, 15, 0.12) !important;
}

/* COLOR CLASSES ******************************************************************************************************/
/*
 * @file        : _boxmodel.scss - A place for layout classes.
 * @desctiption : Use this file to hold classes for layout. Assign classes for padding / margin / position / border / float etc.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* SIZING *************************************************************************************************************/
html {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  overflow-x: hidden;
}

.maxwidth {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
}

.fullheight {
  height: 100%;
}

.clearfix p:empty {
  display: none;
}

img {
  max-width: 100%;
}

/* END SIZING *********************************************************************************************************/
/* POSITIONING ********************************************************************************************************/
.relative {
  position: relative;
}

.absolute {
  position: absolute !important;
}
.absolute.top {
  top: 0;
  bottom: auto;
}
.absolute.left {
  left: 0;
  right: auto;
}
.absolute.bottom {
  bottom: 0;
  top: auto;
}
.absolute.right {
  right: 0;
  left: auto;
}
.absolute.full {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.absolute.v-align {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.absolute.fullwidth {
  width: 100%;
}
.absolute.h-align {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.absolute.parent-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.flip-x {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

/* END POSITIONING ****************************************************************************************************/
/* SHADOWS ************************************************************************************************************/
.box-shadow {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.inner-shadow {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
}

/* END SHADOWS ********************************************************************************************************/
/**
* P3 Mod System
*
* The mod system is used to add padding, margin or borders to an element via style inheritance.
*/
/**
* PADDING MOD STYLES
*
* @usage: <div class="add-padding mod-padding-x2"> //adds 2x the default padding to all sides of the element.
* @usage: <div class="add-padding mod-padding-x5 remove-margin-top"> //adds 5x the default padding to all sides of the element except the top. Top is set to 0 explicitly.
*/
.add-padding {
  padding: 15px;
}
.add-padding.mod-padding-x2 {
  padding: 30px;
}
.add-padding.mod-padding-x3 {
  padding: 45px;
}
.add-padding.mod-padding-x4 {
  padding: 60px;
}
.add-padding.mod-padding-x5 {
  padding: 75px;
}
.add-padding.mod-padding-x6 {
  padding: 90px;
}
.add-padding.mod-padding-x7 {
  padding: 105px;
}
.add-padding.mod-padding-x8 {
  padding: 120px;
}
.add-padding.mod-padding-x9 {
  padding: 135px;
}
.add-padding.mod-padding-x10 {
  padding: 150px;
}
.add-padding.mod-padding-half {
  padding: 7.5px;
}

.remove-padding {
  padding: 0 !important;
}

.add-padding-left {
  padding-left: 15px;
}
.add-padding-left.mod-padding-x2 {
  padding-left: 30px;
}
.add-padding-left.mod-padding-x3 {
  padding-left: 45px;
}
.add-padding-left.mod-padding-x4 {
  padding-left: 60px;
}
.add-padding-left.mod-padding-x5 {
  padding-left: 75px;
}
.add-padding-left.mod-padding-x6 {
  padding-left: 90px;
}
.add-padding-left.mod-padding-x7 {
  padding-left: 105px;
}
.add-padding-left.mod-padding-x8 {
  padding-left: 120px;
}
.add-padding-left.mod-padding-x9 {
  padding-left: 135px;
}
.add-padding-left.mod-padding-x10 {
  padding-left: 150px;
}
.add-padding-left.mod-padding-half {
  padding-left: 7.5px;
}

.remove-padding-left {
  padding-left: 0 !important;
}

.add-padding-right {
  padding-right: 15px;
}
.add-padding-right.mod-padding-x2 {
  padding-right: 30px;
}
.add-padding-right.mod-padding-x3 {
  padding-right: 45px;
}
.add-padding-right.mod-padding-x4 {
  padding-right: 60px;
}
.add-padding-right.mod-padding-x5 {
  padding-right: 75px;
}
.add-padding-right.mod-padding-x6 {
  padding-right: 90px;
}
.add-padding-right.mod-padding-x7 {
  padding-right: 105px;
}
.add-padding-right.mod-padding-x8 {
  padding-right: 120px;
}
.add-padding-right.mod-padding-x9 {
  padding-right: 135px;
}
.add-padding-right.mod-padding-x10 {
  padding-right: 150px;
}
.add-padding-right.mod-padding-half {
  padding-right: 7.5px;
}

.remove-padding-right {
  padding-right: 0 !important;
}

.add-padding-top {
  padding-top: 15px;
}
.add-padding-top.mod-padding-x2 {
  padding-top: 30px;
}
.add-padding-top.mod-padding-x3 {
  padding-top: 45px;
}
.add-padding-top.mod-padding-x4 {
  padding-top: 60px;
}
.add-padding-top.mod-padding-x5 {
  padding-top: 75px;
}
.add-padding-top.mod-padding-x6 {
  padding-top: 90px;
}
.add-padding-top.mod-padding-x7 {
  padding-top: 105px;
}
.add-padding-top.mod-padding-x8 {
  padding-top: 120px;
}
.add-padding-top.mod-padding-x9 {
  padding-top: 135px;
}
.add-padding-top.mod-padding-x10 {
  padding-top: 150px;
}
.add-padding-top.mod-padding-half {
  padding-top: 7.5px;
}

.remove-padding-top {
  padding-top: 0 !important;
}

.add-padding-bottom {
  padding-bottom: 15px;
}
.add-padding-bottom.mod-padding-x2 {
  padding-bottom: 30px;
}
.add-padding-bottom.mod-padding-x3 {
  padding-bottom: 45px;
}
.add-padding-bottom.mod-padding-x4 {
  padding-bottom: 60px;
}
.add-padding-bottom.mod-padding-x5 {
  padding-bottom: 75px;
}
.add-padding-bottom.mod-padding-x6 {
  padding-bottom: 90px;
}
.add-padding-bottom.mod-padding-x7 {
  padding-bottom: 105px;
}
.add-padding-bottom.mod-padding-x8 {
  padding-bottom: 120px;
}
.add-padding-bottom.mod-padding-x9 {
  padding-bottom: 135px;
}
.add-padding-bottom.mod-padding-x10 {
  padding-bottom: 150px;
}
.add-padding-bottom.mod-padding-half {
  padding-bottom: 7.5px;
}

.remove-padding-bottom {
  padding-bottom: 0 !important;
}

.add-padding-x {
  padding-left: 15px;
  padding-right: 15px;
}
.add-padding-x.mod-padding-x2 {
  padding-left: 30px;
  padding-right: 30px;
}
.add-padding-x.mod-padding-x3 {
  padding-left: 45px;
  padding-right: 45px;
}
.add-padding-x.mod-padding-x4 {
  padding-left: 60px;
  padding-right: 60px;
}
.add-padding-x.mod-padding-x5 {
  padding-left: 75px;
  padding-right: 75px;
}
.add-padding-x.mod-padding-x6 {
  padding-left: 90px;
  padding-right: 90px;
}
.add-padding-x.mod-padding-x7 {
  padding-left: 105px;
  padding-right: 105px;
}
.add-padding-x.mod-padding-x8 {
  padding-left: 120px;
  padding-right: 120px;
}
.add-padding-x.mod-padding-x9 {
  padding-left: 135px;
  padding-right: 135px;
}
.add-padding-x.mod-padding-x10 {
  padding-left: 150px;
  padding-right: 150px;
}
.add-padding-x.mod-padding-half {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.remove-padding-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.add-padding-y {
  padding-top: 15px;
  padding-bottom: 15px;
}
.add-padding-y.mod-padding-x2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.add-padding-y.mod-padding-x3 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.add-padding-y.mod-padding-x4 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.add-padding-y.mod-padding-x5 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.add-padding-y.mod-padding-x6 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.add-padding-y.mod-padding-x7 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.add-padding-y.mod-padding-x8 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.add-padding-y.mod-padding-x9 {
  padding-top: 135px;
  padding-bottom: 135px;
}
.add-padding-y.mod-padding-x10 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.add-padding-y.mod-padding-half {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.remove-padding-y {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/**
* MARGIN MOD STYLES
*
* @usage: <div class="add-margin mod-margin-x2"> //adds 2x the default margin to all sides of the element.
* @usage: <div class="add-margin mod-margin-x5 remove-margin-top"> //adds 5x the default margin to all sides of the element except the top. Top is set to 0 explicitly.
*/
.add-margin {
  margin: 15px;
}
.add-margin.mod-margin-x2 {
  margin: 30px;
}
.add-margin.mod-margin-x3 {
  margin: 45px;
}
.add-margin.mod-margin-x4 {
  margin: 60px;
}
.add-margin.mod-margin-x5 {
  margin: 75px;
}
.add-margin.mod-margin-x6 {
  margin: 90px;
}
.add-margin.mod-margin-x7 {
  margin: 105px;
}
.add-margin.mod-margin-x8 {
  margin: 120px;
}
.add-margin.mod-margin-x9 {
  margin: 135px;
}
.add-margin.mod-margin-x10 {
  margin: 150px;
}
.add-margin.mod-margin-half {
  margin: 7.5px;
}

.remove-margin {
  margin: 0 !important;
}

.add-margin-left {
  margin-left: 15px;
}
.add-margin-left.mod-margin-x2 {
  margin-left: 30px;
}
.add-margin-left.mod-margin-x3 {
  margin-left: 45px;
}
.add-margin-left.mod-margin-x4 {
  margin-left: 60px;
}
.add-margin-left.mod-margin-x5 {
  margin-left: 75px;
}
.add-margin-left.mod-margin-x6 {
  margin-left: 90px;
}
.add-margin-left.mod-margin-x7 {
  margin-left: 105px;
}
.add-margin-left.mod-margin-x8 {
  margin-left: 120px;
}
.add-margin-left.mod-margin-x9 {
  margin-left: 135px;
}
.add-margin-left.mod-margin-x10 {
  margin-left: 150px;
}
.add-margin-left.mod-margin-half {
  margin-left: 7.5px;
}

.remove-margin-left {
  margin-left: 0 !important;
}

.add-margin-right {
  margin-right: 15px;
}
.add-margin-right.mod-margin-x2 {
  margin-right: 30px;
}
.add-margin-right.mod-margin-x3 {
  margin-right: 45px;
}
.add-margin-right.mod-margin-x4 {
  margin-right: 60px;
}
.add-margin-right.mod-margin-x5 {
  margin-right: 75px;
}
.add-margin-right.mod-margin-x6 {
  margin-right: 90px;
}
.add-margin-right.mod-margin-x7 {
  margin-right: 105px;
}
.add-margin-right.mod-margin-x8 {
  margin-right: 120px;
}
.add-margin-right.mod-margin-x9 {
  margin-right: 135px;
}
.add-margin-right.mod-margin-x10 {
  margin-right: 150px;
}
.add-margin-right.mod-margin-half {
  margin-right: 7.5px;
}

.remove-margin-right {
  margin-right: 0 !important;
}

.add-margin-top {
  margin-top: 15px;
}
.add-margin-top.mod-margin-x2 {
  margin-top: 30px;
}
.add-margin-top.mod-margin-x3 {
  margin-top: 45px;
}
.add-margin-top.mod-margin-x4 {
  margin-top: 60px;
}
.add-margin-top.mod-margin-x5 {
  margin-top: 75px;
}
.add-margin-top.mod-margin-x6 {
  margin-top: 90px;
}
.add-margin-top.mod-margin-x7 {
  margin-top: 105px;
}
.add-margin-top.mod-margin-x8 {
  margin-top: 120px;
}
.add-margin-top.mod-margin-x9 {
  margin-top: 135px;
}
.add-margin-top.mod-margin-x10 {
  margin-top: 150px;
}
.add-margin-top.mod-margin-half {
  margin-top: 7.5px;
}

.remove-margin-top {
  margin-top: 0 !important;
}

.add-margin-bottom {
  margin-bottom: 15px;
}
.add-margin-bottom.mod-margin-x2 {
  margin-bottom: 30px;
}
.add-margin-bottom.mod-margin-x3 {
  margin-bottom: 45px;
}
.add-margin-bottom.mod-margin-x4 {
  margin-bottom: 60px;
}
.add-margin-bottom.mod-margin-x5 {
  margin-bottom: 75px;
}
.add-margin-bottom.mod-margin-x6 {
  margin-bottom: 90px;
}
.add-margin-bottom.mod-margin-x7 {
  margin-bottom: 105px;
}
.add-margin-bottom.mod-margin-x8 {
  margin-bottom: 120px;
}
.add-margin-bottom.mod-margin-x9 {
  margin-bottom: 135px;
}
.add-margin-bottom.mod-margin-x10 {
  margin-bottom: 150px;
}
.add-margin-bottom.mod-margin-half {
  margin-bottom: 7.5px;
}

.remove-margin-bottom {
  margin-bottom: 0 !important;
}

.add-margin-x {
  margin-left: 15px;
  margin-right: 15px;
}
.add-margin-x.mod-margin-x2 {
  margin-left: 30px;
  margin-right: 30px;
}
.add-margin-x.mod-margin-x3 {
  margin-left: 45px;
  margin-right: 45px;
}
.add-margin-x.mod-margin-x4 {
  margin-left: 60px;
  margin-right: 60px;
}
.add-margin-x.mod-margin-x5 {
  margin-left: 75px;
  margin-right: 75px;
}
.add-margin-x.mod-margin-x6 {
  margin-left: 90px;
  margin-right: 90px;
}
.add-margin-x.mod-margin-x7 {
  margin-left: 105px;
  margin-right: 105px;
}
.add-margin-x.mod-margin-x8 {
  margin-left: 120px;
  margin-right: 120px;
}
.add-margin-x.mod-margin-x9 {
  margin-left: 135px;
  margin-right: 135px;
}
.add-margin-x.mod-margin-x10 {
  margin-left: 150px;
  margin-right: 150px;
}
.add-margin-x.mod-margin-half {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.remove-margin-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.add-margin-y {
  margin-top: 15px;
  margin-bottom: 15px;
}
.add-margin-y.mod-margin-x2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.add-margin-y.mod-margin-x3 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.add-margin-y.mod-margin-x4 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.add-margin-y.mod-margin-x5 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.add-margin-y.mod-margin-x6 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.add-margin-y.mod-margin-x7 {
  margin-top: 105px;
  margin-bottom: 105px;
}
.add-margin-y.mod-margin-x8 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.add-margin-y.mod-margin-x9 {
  margin-top: 135px;
  margin-bottom: 135px;
}
.add-margin-y.mod-margin-x10 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.add-margin-y.mod-margin-half {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

.remove-margin-y {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/**
* BORDER MOD STYLES
*
* @usage: <div class="add-border mod-border-x2"> //adds 2x the default border to all sides of the element.
* @usage: <div class="add-border mod-border-x5 remove-border-top"> //adds 5x the default border to all sides of the element except the top. Top is set to none explicitly.
*/
.add-border {
  border: 1px solid;
}
.add-border.border-dotted {
  border-style: dotted;
}
.add-border.border-dashed {
  border-style: dashed;
}
.add-border.border-double {
  border-style: double;
}
.add-border.border-groove {
  border-style: groove;
}
.add-border.border-inset {
  border-style: inset;
}
.add-border.border-outset {
  border-style: outset;
}
.add-border.mod-border-x2 {
  border-width: 2px;
}
.add-border.mod-border-x3 {
  border-width: 3px;
}
.add-border.mod-border-x4 {
  border-width: 4px;
}
.add-border.mod-border-x5 {
  border-width: 5px;
}
.add-border.mod-border-x6 {
  border-width: 6px;
}
.add-border.mod-border-x7 {
  border-width: 7px;
}
.add-border.mod-border-x8 {
  border-width: 8px;
}
.add-border.mod-border-x9 {
  border-width: 9px;
}
.add-border.mod-border-x10 {
  border-width: 10px;
}

.remove-border {
  border: none !important;
}

.add-border-left {
  border-left: 1px solid;
}
.add-border-left.border-dotted {
  border-left-style: dotted;
}
.add-border-left.border-dashed {
  border-left-style: dashed;
}
.add-border-left.border-double {
  border-left-style: double;
}
.add-border-left.border-groove {
  border-left-style: groove;
}
.add-border-left.border-inset {
  border-left-style: inset;
}
.add-border-left.border-outset {
  border-left-style: outset;
}
.add-border-left.mod-border-x2 {
  border-left-width: 2px;
}
.add-border-left.mod-border-x3 {
  border-left-width: 3px;
}
.add-border-left.mod-border-x4 {
  border-left-width: 4px;
}
.add-border-left.mod-border-x5 {
  border-left-width: 5px;
}
.add-border-left.mod-border-x6 {
  border-left-width: 6px;
}
.add-border-left.mod-border-x7 {
  border-left-width: 7px;
}
.add-border-left.mod-border-x8 {
  border-left-width: 8px;
}
.add-border-left.mod-border-x9 {
  border-left-width: 9px;
}
.add-border-left.mod-border-x10 {
  border-left-width: 10px;
}

.remove-border-left {
  border-left: none !important;
}

.add-border-right {
  border-right: 1px solid;
}
.add-border-right.border-dotted {
  border-right-style: dotted;
}
.add-border-right.border-dashed {
  border-right-style: dashed;
}
.add-border-right.border-double {
  border-right-style: double;
}
.add-border-right.border-groove {
  border-right-style: groove;
}
.add-border-right.border-inset {
  border-right-style: inset;
}
.add-border-right.border-outset {
  border-right-style: outset;
}
.add-border-right.mod-border-x2 {
  border-right-width: 2px;
}
.add-border-right.mod-border-x3 {
  border-right-width: 3px;
}
.add-border-right.mod-border-x4 {
  border-right-width: 4px;
}
.add-border-right.mod-border-x5 {
  border-right-width: 5px;
}
.add-border-right.mod-border-x6 {
  border-right-width: 6px;
}
.add-border-right.mod-border-x7 {
  border-right-width: 7px;
}
.add-border-right.mod-border-x8 {
  border-right-width: 8px;
}
.add-border-right.mod-border-x9 {
  border-right-width: 9px;
}
.add-border-right.mod-border-x10 {
  border-right-width: 10px;
}

.remove-border-right {
  border-right: none !important;
}

.add-border-top {
  border-top: 1px solid;
}
.add-border-top.border-dotted {
  border-top-style: dotted;
}
.add-border-top.border-dashed {
  border-top-style: dashed;
}
.add-border-top.border-double {
  border-top-style: double;
}
.add-border-top.border-groove {
  border-top-style: groove;
}
.add-border-top.border-inset {
  border-top-style: inset;
}
.add-border-top.border-outset {
  border-top-style: outset;
}
.add-border-top.mod-border-x2 {
  border-top-width: 2px;
}
.add-border-top.mod-border-x3 {
  border-top-width: 3px;
}
.add-border-top.mod-border-x4 {
  border-top-width: 4px;
}
.add-border-top.mod-border-x5 {
  border-top-width: 5px;
}
.add-border-top.mod-border-x6 {
  border-top-width: 6px;
}
.add-border-top.mod-border-x7 {
  border-top-width: 7px;
}
.add-border-top.mod-border-x8 {
  border-top-width: 8px;
}
.add-border-top.mod-border-x9 {
  border-top-width: 9px;
}
.add-border-top.mod-border-x10 {
  border-top-width: 10px;
}

.remove-border-top {
  border-top: none !important;
}

.add-border-bottom {
  border-bottom: 1px solid;
}
.add-border-bottom.border-dotted {
  border-bottom-style: dotted;
}
.add-border-bottom.border-dashed {
  border-bottom-style: dashed;
}
.add-border-bottom.border-double {
  border-bottom-style: double;
}
.add-border-bottom.border-groove {
  border-bottom-style: groove;
}
.add-border-bottom.border-inset {
  border-bottom-style: inset;
}
.add-border-bottom.border-outset {
  border-bottom-style: outset;
}
.add-border-bottom.mod-border-x2 {
  border-bottom-width: 2px;
}
.add-border-bottom.mod-border-x3 {
  border-bottom-width: 3px;
}
.add-border-bottom.mod-border-x4 {
  border-bottom-width: 4px;
}
.add-border-bottom.mod-border-x5 {
  border-bottom-width: 5px;
}
.add-border-bottom.mod-border-x6 {
  border-bottom-width: 6px;
}
.add-border-bottom.mod-border-x7 {
  border-bottom-width: 7px;
}
.add-border-bottom.mod-border-x8 {
  border-bottom-width: 8px;
}
.add-border-bottom.mod-border-x9 {
  border-bottom-width: 9px;
}
.add-border-bottom.mod-border-x10 {
  border-bottom-width: 10px;
}

.remove-border-bottom {
  border-bottom: none !important;
}

.add-border-x {
  border-left: 1px solid;
  border-right: 1px solid;
}
.add-border-x.border-dotted {
  border-left-style: dotted;
  border-right-style: dotted;
}
.add-border-x.border-dashed {
  border-left-style: dashed;
  border-right-style: dashed;
}
.add-border-x.border-double {
  border-left-style: double;
  border-right-style: double;
}
.add-border-x.border-groove {
  border-left-style: groove;
  border-right-style: groove;
}
.add-border-x.border-inset {
  border-left-style: inset;
  border-right-style: inset;
}
.add-border-x.border-outset {
  border-left-style: outset;
  border-right-style: outset;
}
.add-border-x.mod-border-x2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.add-border-x.mod-border-x3 {
  border-left-width: 3px;
  border-right-width: 3px;
}
.add-border-x.mod-border-x4 {
  border-left-width: 4px;
  border-right-width: 4px;
}
.add-border-x.mod-border-x5 {
  border-left-width: 5px;
  border-right-width: 5px;
}
.add-border-x.mod-border-x6 {
  border-left-width: 6px;
  border-right-width: 6px;
}
.add-border-x.mod-border-x7 {
  border-left-width: 7px;
  border-right-width: 7px;
}
.add-border-x.mod-border-x8 {
  border-left-width: 8px;
  border-right-width: 8px;
}
.add-border-x.mod-border-x9 {
  border-left-width: 9px;
  border-right-width: 9px;
}
.add-border-x.mod-border-x10 {
  border-left-width: 10px;
  border-right-width: 10px;
}

.remove-border-x {
  border-left: none !important;
  border-right: none !important;
}

.add-border-y {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.add-border-y.border-dotted {
  border-top-style: dotted;
  border-bottom-style: dotted;
}
.add-border-y.border-dashed {
  border-top-style: dashed;
  border-bottom-style: dashed;
}
.add-border-y.border-double {
  border-top-style: double;
  border-bottom-style: double;
}
.add-border-y.border-groove {
  border-top-style: groove;
  border-bottom-style: groove;
}
.add-border-y.border-inset {
  border-top-style: inset;
  border-bottom-style: inset;
}
.add-border-y.border-outset {
  border-top-style: outset;
  border-bottom-style: outset;
}
.add-border-y.mod-border-x2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.add-border-y.mod-border-x3 {
  border-top-width: 3px;
  border-bottom-width: 3px;
}
.add-border-y.mod-border-x4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.add-border-y.mod-border-x5 {
  border-top-width: 5px;
  border-bottom-width: 5px;
}
.add-border-y.mod-border-x6 {
  border-top-width: 6px;
  border-bottom-width: 6px;
}
.add-border-y.mod-border-x7 {
  border-top-width: 7px;
  border-bottom-width: 7px;
}
.add-border-y.mod-border-x8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.add-border-y.mod-border-x9 {
  border-top-width: 9px;
  border-bottom-width: 9px;
}
.add-border-y.mod-border-x10 {
  border-top-width: 10px;
  border-bottom-width: 10px;
}

.remove-border-y {
  border-top: none !important;
  border-bottom: none !important;
}

/* FLEX MODEL *********************************************************************************************************/
.flex-container {
  display: flex;
  max-width: 100%;
  flex-flow: row wrap;
  justify-content: center;
  list-style-type: none;
  padding-left: 0;
}
.flex-container.x-left {
  justify-content: flex-start;
}
.flex-container.x-right {
  justify-content: flex-end;
}
.flex-container.x-center {
  justify-content: center;
}
.flex-container.x-space-a {
  justify-content: space-around;
}
.flex-container.x-space-b {
  justify-content: space-between;
}
.flex-container.x-reverse {
  flex-direction: row-reverse;
}
.flex-container.y-top {
  align-items: flex-start;
}
.flex-container.y-bottom {
  align-items: flex-end;
}
.flex-container.y-center {
  align-items: center;
}
.flex-container.y-space-a {
  align-content: space-around;
}
.flex-container.y-space-b {
  align-content: space-between;
}
.flex-container.stretch {
  align-content: stretch;
}
.flex-container.stretch > * {
  flex-grow: 1;
}
.flex-container.y-reverse {
  flex-direction: column-reverse;
}
.flex-container.flex-column {
  flex-flow: column;
}
.flex-container.flex-wrap {
  flex-wrap: wrap;
}
.flex-container.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-container.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-container .push-to-end {
  margin-left: auto;
}
.flex-container .push-to-bottom {
  margin-top: auto;
}
.flex-container.active {
  display: flex;
}

.parallax {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* END FLEX MODEL *****************************************************************************************************/
/* SECTION GENERIC ****************************************************************************************************/
.body-content {
  min-height: 150px;
  padding-top: 133px;
  overflow: hidden;
}
.body-content > p:empty {
  display: none;
}
.body-content img {
  max-width: 100%;
  height: auto;
}
.body-content .content-section.no-background {
  background: none !important;
}
.body-content .content-section.no-title .title {
  display: none !important;
}
.body-content > .container:empty {
  display: none;
}
.body-content .general-content-section {
  width: 100%;
  max-width: 700px;
  padding-top: 60px;
  padding-bottom: 30px;
}
.body-content .general-content-section.wide {
  max-width: 1170px;
}
.body-content .general-content-section.container:empty {
  display: block;
}

.video-wrapper {
  position: relative;
  padding-bottom: 58.65%;
}
.video-wrapper.thumb {
  display: block;
  background-size: 100% auto;
  background-position: center center;
}
.video-wrapper.thumb:after {
  content: "\f04b";
  font-family: FontAwesome;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #D32C30;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.d-inline-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.d-block {
  display: block;
}

.row {
  margin-left: 0;
  margin-right: 0;
}
.row.maxwidth {
  margin-left: auto;
  margin-right: auto;
}

.bg-block {
  background-size: cover;
  background-position: center center;
}

.circle-icon {
  position: relative;
  height: 86px;
  display: block;
}
.circle-icon:after {
  content: "";
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: #FEDC00;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.circle-icon:before {
  position: relative;
  z-index: 2;
  color: #085CA8;
  font-size: 40px;
  line-height: 86px;
  height: 86px;
}

blockquote {
  padding: 20px 60px;
  font-size: 14px;
}

ul.list-cols-1 {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -moz-column-gap: 10;
  -webkit-column-gap: 10;
  column-gap: 10;
}
ul.list-cols-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 10;
  -webkit-column-gap: 10;
  column-gap: 10;
}
ul.list-cols-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 10;
  -webkit-column-gap: 10;
  column-gap: 10;
}
ul.list-cols-4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  -moz-column-gap: 10;
  -webkit-column-gap: 10;
  column-gap: 10;
}
ul.list-cols-5 {
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
  -moz-column-gap: 10;
  -webkit-column-gap: 10;
  column-gap: 10;
}
ul.no-list-style {
  list-style: none;
}

.locations-wrapper {
  display: none;
}

/* END GENERIC ********************************************************************************************************/
/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 991px) {
  .body-content {
    padding-top: 58px;
  }
  .body-content .general-content-section ul {
    padding-left: 0;
  }
  .body-content .blue_bg .btn {
    clear: both;
    display: block;
  }
}
/* MEDIA QUERY - SM ***************************************************************************************************/
/* MEDIA QUERY - XS ***************************************************************************************************/
@media only screen and (max-width: 767px) {
  .remove-padding-xs {
    padding: 0 !important;
  }
  .remove-padding-x-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .flex-vcenter {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
/* END MEDIA QUERY - XS ***********************************************************************************************/
/*
 * _type.scss - Font nerd paradise
 * @desctiption : Use this file to hold classes for type. Assign default font sizes / families / styles / colors / etc.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* FONT CLASSES *******************************************************************************************************/
/* END FONT CLASSES ***************************************************************************************************/
/* GENERAL ************************************************************************************************************/
body {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  color: #231F20;
  font-family: "PT Sans";
}
body .txt-ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
}
body .txt-shadow {
  text-shadow: #085CA8 0 0 16px;
}
body .txt-de-enhance {
  font-size: 14px;
  line-height: 24px;
}
body .txt-enhance {
  font-size: 18px;
}
body .txt-enhance-again {
  font-size: 20px;
}
body .txt-outline {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
}
body .txt-underline {
  text-decoration: underline;
}
body .cursor-arrow {
  cursor: default;
}
body .intro-copy {
  font-size: 1.375em;
}
body .bigIcon {
  display: inline-block;
  font-size: 50px;
  vertical-align: middle;
  margin-right: 15px;
}

/* END GENERAL ********************************************************************************************************/
/* HEADINGS ***********************************************************************************************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
}

.h1, h1 {
  font-size: 50px;
  letter-spacing: 5px;
  line-height: 50px;
}
.h1.large, h1.large {
  font-size: 110px;
  line-height: 110px;
}

.h2, h2 {
  font-size: 40px;
  letter-spacing: 3px;
  line-height: 40px;
}

.h3, h3 {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 30px;
}

.h4, h4 {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 20px;
}

.h5, h5 {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 18px;
}

.h6, h6 {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 16px;
}

.subtext {
  font-size: 14px;
  letter-spacing: 5px;
  line-height: 50px;
}

.menu-item {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0 !important;
}

/* END HEADINGS *******************************************************************************************************/
/* LINKS **************************************************************************************************************/
a {
  color: #085CA8;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a .fa {
  color: #3B3A39;
}
a:hover {
  text-decoration: none;
}
a:hover .fa {
  color: #E9E6E1;
}
a.learn-more {
  text-transform: uppercase;
  color: #085CA8;
}
a.no-hover:hover {
  text-decoration: none;
}

.fake-link {
  cursor: default;
}
.fake-link > a {
  color: inherit;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.fake-link > a:hover {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

/* END LINKS **********************************************************************************************************/
/* BODY CONTENT SECTION ***********************************************************************************************/
.body-content {
  line-height: 1.875em;
}
.body-content p, .body-content ul li {
  line-height: 1.875em;
}
.body-content p {
  margin-bottom: 1.2em;
}
.body-content p.intro {
  font-size: 1.375em;
}
.body-content .no-p-margin p {
  margin-bottom: 0;
}
.body-content .intro-copy {
  font-size: 1.375em;
}
.body-content .hero h3 {
  max-width: 565px;
  margin: 0 auto;
  font-weight: normal;
  line-height: 1.2em;
  text-shadow: 0px 2px 3px rgba(150, 150, 150, 0.5);
  padding-left: 20px;
  padding-right: 20px;
}
.body-content .hero h1 {
  text-shadow: 0px 1px 3px rgba(150, 150, 150, 0.5);
  letter-spacing: 1.19px;
}
.body-content .hero p.intro {
  max-width: 800px;
  margin: 0 auto;
}
.body-content .two-col-text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.body-content .tool-tip {
  background-color: #085CA8;
  font-size: 10px;
  color: #FFFFFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  display: inline-block;
  line-height: 15px;
  margin-right: -14px;
  margin-left: 2px;
  text-align: center;
  padding-left: 2px;
  font-weight: bold;
}
.body-content .fabig {
  display: inline-block;
  font-size: 50px;
  float: left;
  vertical-align: middle;
  margin-right: 20px;
}

.splotch {
  z-index: 1;
  position: absolute;
}
.splotch.blue {
  background: url(../images/swoosh-blue.svg) no-repeat;
  background-size: contain;
  width: 124px;
  height: 88px;
}
.splotch.yellow {
  background: url(../images/swoosh-yellow.svg) no-repeat;
  background-size: contain;
  width: 108px;
  height: 108px;
}
.splotch.yellow-2 {
  background: url(../images/swoosh-yellow-2.svg) no-repeat;
  background-size: contain;
  width: 149px;
  height: 106px;
}
.splotch.yellow-3 {
  background: url(../images/swoosh-yellow-3.svg) no-repeat;
  background-size: contain;
  width: 97px;
  height: 129px;
}
.splotch.red {
  background: url(../images/swoosh-red.svg) no-repeat;
  background-size: contain;
  width: 124px;
  height: 108px;
}

/* END BODY CONTENT SECTION *******************************************************************************************/
/* HORIZONTAL RULES ***************************************************************************************************/
hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #FEDC00;
  width: 100%;
  max-width: 1170px;
  margin: 30px auto;
  overflow: hidden;
} /* <-- NECESSARY TO FIX IE STUPIDITY */
.divider-line {
  width: 158px;
  height: 8px;
  background-repeat: no-repeat;
  margin-top: 7px;
  margin-bottom: 7px;
  background-position: left center;
}
.divider-line.yellow {
  background-image: url(../images/btn-line-yellow.svg);
}
.divider-line.red {
  background-image: url(../images/btn-line-red.svg);
}
.divider-line.blue {
  background-image: url(../images/btn-line-blue.svg);
}

/* END HORIZONTAL RULES ***********************************************************************************************/
.hashlink {
  height: 200px;
  margin-top: -200px;
  visibility: hidden;
}

.mobile-phone {
  cursor: text;
}

@media only screen and (max-width: 1250px) {
  .txt-lg-center {
    text-align: center;
  }
}
/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
  }
  h1.large {
    font-size: 65px;
    line-height: 65px;
  }
  h2 {
    font-size: 28px;
    line-height: 28px;
  }
  h3 {
    font-size: 24px;
    line-height: 26px;
  }
  h4 {
    font-size: 18px;
    line-height: 23px;
  }
  .two-col-text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .bigIcon {
    margin-right: 10px !important;
    font-size: 40px !important;
  }
  .mobile-phone {
    cursor: pointer;
  }
}
/* END MEDIA QUERY - SM ***********************************************************************************************/
/*
 * @file        : _buttons.scss - A place for button classes.
 * @desctiption : Use this file to hold classes for buttons. These should be overrides for bootstrap button classes.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
.btn, .wpcf7-submit, .header_btn a {
  position: relative;
  z-index: 2;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 25px;
  min-width: 250px;
  text-align: center;
  margin: 5px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  background: url(../images/btn-bg.svg) center center no-repeat;
  background-size: 100% 100%;
}
.btn.blue, .wpcf7-submit.blue, .header_btn a.blue {
  background: url(../images/btn-bg-blue.svg) center center no-repeat;
  background-size: 100% 100%;
}
.btn.white, .wpcf7-submit.white, .header_btn a.white {
  background: url(../images/btn-bg-white.svg) center center no-repeat;
  background-size: 100% 100%;
  color: inherit;
}
.btn.btn-line, .wpcf7-submit.btn-line, .header_btn a.btn-line {
  background-image: none;
  position: relative;
  padding: 5px 15px;
  color: inherit;
  background-position: top center;
}
.btn.btn-line:after, .wpcf7-submit.btn-line:after, .header_btn a.btn-line:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background: center center no-repeat;
  width: 158px;
  height: 7px;
}
.btn.btn-line.yellow:after, .wpcf7-submit.btn-line.yellow:after, .header_btn a.btn-line.yellow:after {
  background-image: url(../images/btn-line-yellow.svg);
}
.btn.btn-line.yellow:hover, .wpcf7-submit.btn-line.yellow:hover, .header_btn a.btn-line.yellow:hover {
  color: #FEDC00;
}
.btn.btn-line.red:after, .wpcf7-submit.btn-line.red:after, .header_btn a.btn-line.red:after {
  background-image: url(../images/btn-line-red.svg);
}
.btn.btn-line.red:hover, .wpcf7-submit.btn-line.red:hover, .header_btn a.btn-line.red:hover {
  color: #D32C30;
}
.btn.btn-line.blue:after, .wpcf7-submit.btn-line.blue:after, .header_btn a.btn-line.blue:after {
  background-image: url(../images/btn-line-blue.svg);
}
.btn.btn-line.blue:hover, .wpcf7-submit.btn-line.blue:hover, .header_btn a.btn-line.blue:hover {
  color: #085CA8;
}
.btn.fullwidth, .wpcf7-submit.fullwidth, .header_btn a.fullwidth {
  width: 100%;
  text-align: center;
}

/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}
/* MEDIA QUERY - SM ***************************************************************************************************/
/*
 * @file        : _forms.scss - You must submit
 * @desctiption : A place for all things form related.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* GENERAL ************************************************************************************************************/
form {
  margin: 0px auto;
}

.reservation-form ul li {
  list-style: none;
  display: inline;
}

textarea, input {
  outline: none;
}

textarea {
  min-height: 180px;
  width: 100%;
  padding: 10px 15px;
}

label {
  display: inline;
  font-size: 12px;
  font-weight: normal;
}
label span.required {
  color: #085CA8;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]), select, textarea, .form-control {
  border: 1px solid #A8ABAC;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #231F20;
  background-color: #FFFFFF;
  font-weight: normal;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus, select:focus, textarea:focus, .form-control:focus {
  border-color: #085CA8;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]), select {
  height: 40px;
  width: 100%;
  padding: 10px 15px;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker {
  background: #FFFFFF;
  background-size: 24px 20px;
  line-height: 1em;
  vertical-align: middle;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.wpcf7-form-control-wrap.event-date {
  position: relative;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=checkbox] {
  visibility: hidden;
  position: relative;
  z-index: 1;
}
input[type=checkbox] + label {
  padding-left: 25px;
  position: relative;
  z-index: 2;
}
input[type=checkbox] + label:before {
  content: "";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #A8ABAC;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  color: #085CA8;
}
input[type=checkbox]:checked + label:before {
  content: "\f00c";
}
input[type=checkbox].error + label:before {
  border: 1px solid #D32C30;
}

::-webkit-input-placeholder {
  opacity: 0.8;
}

::-moz-placeholder {
  opacity: 0.8;
}

:-ms-input-placeholder {
  opacity: 0.8;
}

:-moz-placeholder {
  opacity: 0.8;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  width: 100%;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .btn.dropdown-toggle.bs-placeholder.btn-default.error {
  border: 2px solid #085CA8;
}

.btn.dropdown-toggle {
  background-color: #FFFFFF;
  background-image: none;
  min-width: 0;
  width: 100%;
  margin: 0;
  height: 40px;
  padding: 0 19px;
  line-height: 40px;
  color: #3B3A39;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  border: 1px solid #A8ABAC;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn.dropdown-toggle:before {
  display: none;
}
.btn.dropdown-toggle .fa {
  color: #3B3A39;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.btn.dropdown-toggle .filter-option {
  height: 38px;
}
.btn.dropdown-toggle .bs-caret {
  height: 0;
  position: absolute;
}
.btn.dropdown-toggle .bs-caret .caret {
  border: none;
  position: relative;
}
.btn.dropdown-toggle .bs-caret .caret:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-size: 18px;
}

div.wpcf7-response-output {
  margin: 0.5em 0;
  padding: 0.2em 0.5em;
}
div.wpcf7-response-output.wpcf7-validation-errors {
  border: none;
  background-color: #085CA8;
  color: #E9E6E1;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #085CA8;
  color: #085CA8;
  text-align: center;
}

header div.wpcf7-response-output {
  margin: 0.5em 0;
  padding: 0.2em 0.5em;
}
header div.wpcf7-response-output.wpcf7-validation-errors {
  border: none;
  background-color: #085CA8;
  color: #E9E6E1;
}
header div.wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #085CA8;
  color: #E9E6E1;
}

footer div.wpcf7-response-output {
  margin: 0.5em 0;
  padding: 0.2em 0.5em;
}
footer div.wpcf7-response-output.wpcf7-validation-errors {
  border: none;
  background-color: #085CA8;
  color: #085CA8;
}
footer div.wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #E9E6E1;
  color: #085CA8;
}

button:focus {
  outline: none !important;
}

.search-form-custom {
  border: 1px solid #A8ABAC;
  padding: 1em;
  background-color: #FFFFFF;
}
.search-form-custom form {
  margin: 0 auto;
}
.search-form-custom input[type=text] {
  width: calc(100% - 115px);
  float: left;
}
.search-form-custom button {
  width: 115px;
  float: left;
  margin: 0;
  padding: 13px 25px 14px;
}

.daterangepicker_input input {
  height: 32px !important;
  padding: 5px 25px !important;
}

.daterangepicker.ltr .ranges {
  clear: both;
}

.range_inputs .btn {
  background-image: none !important;
  background-color: #D32C30;
  min-width: 225px;
}
.range_inputs .btn:active, .range_inputs .btn:focus {
  background-color: #a92326;
}

/* END GENERAL ********************************************************************************************************/
/* CONTACT FORM 7 *****************************************************************************************************/
.wpcf7 [class^=col-], .wpcf7 [class*=" col-"] {
  padding: 3px;
}
.wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]), .wpcf7 textarea {
  background-color: #FFFFFF;
  display: block;
}

/* END CONTACT FORM 7 *************************************************************************************************/
/* MEDIA QUERY - MD ***************************************************************************************************/
/* MEDIA QUERY - MD ***************************************************************************************************/
/* MEDIA QUERY - XS ***************************************************************************************************/
@media only screen and (max-width: 991px) {
  .grey_box ~ div {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .btn.dropdown-toggle .bs-caret {
    top: 0;
    right: 10px;
  }
}
/* MEDIA QUERY - XS ***************************************************************************************************/
/*
 * @file        : _modal.scss - Pop ups.
 * @desctiption : A place for the modal styling.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* GENERAL MODAL ******************************************************************************************************/
.modal-dialog {
  width: 100%;
  max-width: 757px;
  margin-top: 50px;
}

.modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: transparent url(../images/red-modal-bg.svg) center center no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 20px 50px;
}
.modal-content .close {
  position: absolute;
  display: block;
  top: -5px;
  right: -30px;
  opacity: 1;
  font-size: 50px;
}
.modal-content .close.white {
  background: url(../images/close-white.svg) center center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
}
.modal-content .close.red {
  background: url(../images/close-red.svg) center center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
}
.modal-content a.has-color-white.line-height-adjustment {
  line-height: 1.5;
  color: #fff;
  text-decoration: underline;
}

.modal-backdrop {
  background-color: #181818;
}
.modal-backdrop.in {
  opacity: 0.8;
}

.modal-full {
  text-align: center;
}
.modal-full .modal-full-inner {
  display: inline-block;
  width: auto;
  max-width: 95%;
}
.modal-full .modal-content {
  display: inline-block;
  width: auto;
  background-color: transparent;
  text-align: center;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.modal-full .modal-content img {
  max-width: 100%;
}

.modal.in .modal-dialog .modal-header {
  border-bottom: none;
}
.modal.in .modal-dialog .modal-header .close {
  font-size: 28px;
}

#modal-reservation .btn.dropdown-toggle {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
  margin: 5px 0;
  text-transform: none;
  font-weight: normal;
  float: none;
}
#modal-reservation .btn.dropdown-toggle:hover, #modal-reservation .btn.dropdown-toggle:focus {
  color: #FFFFFF;
  background: #085CA8;
  border-color: #085CA8;
}

#modal-email .modal-content h1 {
  text-align: center;
  position: relative;
}
#modal-email .modal-content h1 span {
  z-index: 2;
  position: relative;
}
#modal-email .modal-content h1 span.splotch {
  z-index: 1;
  left: 50%;
  top: -20px;
  position: absolute;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
#modal-email .modal-content .wpcf7-form-control-wrap {
  display: block;
}
#modal-email .modal-content .wpcf7-submit {
  background-image: none;
  background-color: #FFFFFF;
  color: #085CA8;
  padding: 7px 15px;
  min-width: 150px;
  text-align: center;
  margin: 4px 0;
}
#modal-email .modal-content .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  width: 100%;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
}
#modal-email .modal-content .ajax-loader {
  display: none !important;
}

#modal-togo .modal-content {
  background-image: url(../images/white-bg.svg);
  text-align: center;
}
#modal-togo .modal-content h1 {
  color: #085CA8;
  text-transform: none;
  letter-spacing: 1px;
  margin-top: 70px;
}
#gallery-modal .modal-dialog {
  max-width: 1200px;
}
#gallery-modal .modal-content {
  background: none;
}
#gallery-modal .carousel-caption {
  left: 0;
  right: 0;
  padding: 5px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
#gallery-modal .carousel-caption p {
  margin: 0;
}
#gallery-modal .carousel .carousel-control.right {
  right: -50px;
}
#gallery-modal .carousel .carousel-control i {
  font-size: 40px;
}
#gallery-modal .carousel .carousel-control.left {
  left: -50px;
}

/* END GENERAL MODAL **************************************************************************************************/
/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #modal-togo .modal-content {
    padding: 20px 15px;
  }
  #modal-togo .modal-content .btn {
    min-width: 180px;
  }
  .modal {
    width: 95%;
    padding: 0;
  }
  #modal-age-gate {
    width: 100%;
    padding: 2.5% !important;
  }
  #modal-age-gate .modal {
    width: 100%;
  }
  #modal-age-gate .modal-dialog {
    width: 100%;
    margin: 10px 0;
  }
}
/* MEDIA QUERY - SM ***************************************************************************************************/
.carousel {
  position: relative;
}
.carousel .carousel-inner {
  margin-bottom: 35px;
}
.carousel .carousel-inner .item img {
  width: 100%;
}
.carousel .carousel-inner .item .caption {
  position: absolute;
  bottom: 1em;
  left: 34px;
  z-index: 2;
}
.carousel .carousel-control {
  width: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  opacity: 1;
  top: 50%;
  background: none;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.carousel .carousel-control i {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.carousel .carousel-control.left {
  left: 0px;
}
.carousel .carousel-control.left i {
  right: 10px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.carousel .carousel-control.left:hover i {
  right: 15px;
  font-size: 40px;
}
.carousel .carousel-control.right {
  right: 0px;
}
.carousel .carousel-control.right i {
  left: 10px;
  -webkit-transform: translate3d(50%, -50%, 0);
  -moz-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
}
.carousel .carousel-control.right:hover i {
  left: 15px;
  font-size: 40px;
}

#carousel-hero-slider .carousel-control {
  width: 111px;
  height: 111px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}
#carousel-hero-slider .carousel-control i {
  font-size: 50px;
  color: #FEDC00;
}
#carousel-hero-slider .carousel-control.left {
  left: -60px;
}
#carousel-hero-slider .carousel-control.left i {
  right: 10px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#carousel-hero-slider .carousel-control.left:hover {
  left: -50px;
}
#carousel-hero-slider .carousel-control.left:hover i {
  right: 15px;
  font-size: 60px;
}
#carousel-hero-slider .carousel-control.right {
  right: -60px;
}
#carousel-hero-slider .carousel-control.right i {
  left: 10px;
  -webkit-transform: translate3d(50%, -50%, 0);
  -moz-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
}
#carousel-hero-slider .carousel-control.right:hover {
  right: -50px;
}
#carousel-hero-slider .carousel-control.right:hover i {
  left: 15px;
  font-size: 60px;
}

.home-slider-section .carousel .carousel-inner .item {
  height: auto;
}
.home-slider-section .carousel .carousel-inner .item img {
  position: static;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-indicators {
  text-align: center;
  margin: 0 0;
  left: 0;
  bottom: -35px;
  width: 100%;
}
.carousel-indicators li {
  width: 11px;
  height: 11px;
  border: none;
  background-color: #D32C30;
  margin: 5px 4px;
}
.carousel-indicators li.active {
  background-color: #085CA8;
  border: none;
  margin: 5px 4px;
}
.carousel-indicators.carousel-thumbs {
  position: relative;
  text-align: center;
  margin: 0 0;
  left: 0;
  bottom: auto;
  top: 0%;
  padding-top: 10px;
  width: 100%;
}
.carousel-indicators.carousel-thumbs li {
  border: none;
  display: inline-block;
  border-radius: 0;
  width: 160px;
  height: 90px;
  overflow: hidden;
  position: relative;
  text-indent: 0;
  vertical-align: middle;
}
.carousel-indicators.carousel-thumbs li:before {
  content: "";
  border: 2px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.carousel-indicators.carousel-thumbs li:after {
  content: "";
  background-color: #085CA8;
  opacity: 0.55;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.carousel-indicators.carousel-thumbs li.active {
  overflow: visible;
  height: 110px;
}
.carousel-indicators.carousel-thumbs li.active:before {
  border: 2px solid #085CA8;
  top: -8px;
  right: 10px;
  bottom: -8px;
  left: 10px;
}
.carousel-indicators.carousel-thumbs li.active:after {
  opacity: 0;
}

.slider-section {
  border: 3px solid #E9E6E1;
}
.slider-section .carousel .carousel-inner {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .slider-section.event-space-slider-section .carousel .carousel-control {
    max-height: 350px;
  }
  .home-slider-section {
    border-top: 2px solid #E9E6E1;
  }
  .home-slider-section .container {
    padding: 0 !important;
  }
  .home-slider-section .container .carousel-inner {
    margin-bottom: 0;
  }
}
/*
 * _wordpress.scss - What you see here is what you get there.
 * @desctiption : Use this file to hold classes for default wysiwyg editor classes and wordpress admin bar styles.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* ADMIN BAR **********************************************************************************************************/
body {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding-top: 0px;
}
body #wpadminbar {
  position: fixed;
  padding-left: 0 !important;
  z-index: 3000002;
}
body.admin-bar {
  padding-top: 0px;
}
/* END ADMIN BAR ******************************************************************************************************/
/* WYSIWYG ASSIGNED STYLES ********************************************************************************************/
body.mce-content-body {
  background-color: #FFFFFF;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* END WYSIWYG ASSIGNED STYLES ****************************************************************************************/
.image-block {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

.flex-end {
  order: 1;
}

.sidebar-panel {
  margin-top: 30px;
  padding: 7px;
}

.price-panel {
  border: 1px solid;
  float: left;
  width: calc(25% - 20px);
  padding: 40px 10px;
  margin: 10px;
  position: relative;
  text-align: center;
  min-height: 225px;
}
.price-panel .price {
  position: absolute;
  font-size: 4em;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}

.qimg {
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 14%;
}
.qimg span {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  transform: translate(-50%, -50%);
}

.date-due {
  max-width: 200px;
  text-align: center;
  padding: 20px 10px;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0 auto;
}

/* MEDIA QUERY - MD ***************************************************************************************************/
@media only screen and (max-width: 992px) {
  body {
    padding-top: 0px;
  }
}
/* END MEDIA QUERY - MD ***********************************************************************************************/
/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 768px) {
  body {
    padding-top: 0px;
  }
  body.admin-bar {
    padding-top: 0px;
  }
  body.admin-bar header {
    top: 46px;
  }
  body.admin-bar .beer-nav {
    top: 104px;
  }
}
/* END MEDIA QUERY - SM ***********************************************************************************************/
/*
 * @file        : _header.scss - Swanky hats.
 * @desctiption : A place for all things header specific.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* GENERAL ************************************************************************************************************/
header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: url(../images/header-bg.svg) top center repeat-x;
  background-size: auto 100%;
}

.announcement {
  background: #D32C30;
  text-align: center;
  color: #FFFFFF;
  padding: 5px 15px;
  font-size: 16px;
}
.announcement a {
  color: #FFFFFF;
  font-weight: bold;
}

/* END GENERAL ********************************************************************************************************/
/* MEDIA QUERY - DESKTOP ONLY ***********************************************************************************************/
@media only screen and (min-width: 992px) {
  header {
    padding-bottom: 1em;
  }
  header .super-wrapper .nav li a {
    padding: 10px;
    font-style: italic;
    text-transform: none !important;
  }
  header .super-wrapper .social-wrapper {
    padding: 10px;
  }
  header .super-wrapper .social-wrapper a {
    display: inline-block;
    padding: 0 7px;
  }
  header .super-wrapper .social-wrapper a .fa-doordash:before {
    content: url("../images/doordash-icon.svg");
  }
  header .super-wrapper .social-wrapper a:hover .fa {
    color: #D32C30;
  }
  header .super-wrapper .social-wrapper a:hover .fa-doordash:before {
    content: url("../images/doordash-icon-hover.svg");
  }
  header .menuToggle {
    display: none;
  }
  header nav {
    position: relative;
  }
  header nav .menu-primary-menu-container {
    width: 100%;
    padding: 0;
  }
  header nav .menu-primary-menu-container > ul {
    width: 100%;
  }
  header nav .menu-primary-menu-container > ul > li {
    display: inline-block;
    text-align: left;
    position: relative;
  }
  header nav .menu-primary-menu-container > ul > li > a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 8px 15px;
    color: #3B3A39;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  header nav .menu-primary-menu-container > ul > li.divider {
    width: 2px;
    background-color: #FEDC00;
    height: 20px;
    margin-bottom: 10px;
  }
  header nav .menu-primary-menu-container > ul > li.divider-58 {
    display: none;
  }
  header nav .menu-primary-menu-container > ul > li.home a {
    padding: 0;
  }
  header nav .menu-primary-menu-container > ul > li.home img {
    max-width: 235px;
  }
  header nav .menu-primary-menu-container > ul > li.header_btn {
    float: right;
    vertical-align: middle;
    padding-right: 0 !important;
    position: relative;
    top: -5px;
  }
  header nav .menu-primary-menu-container > ul > li.header_btn a {
    margin: 0;
    padding: 7px 15px;
    font-size: 14px;
    border: none;
  }
  header nav .menu-primary-menu-container > ul > li:hover > a:hover {
    background-color: #085CA8;
    color: #FFFFFF;
  }
  header nav .menu-primary-menu-container > ul > li:hover.home a:hover {
    background-color: transparent;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children.current_page_item > a, header nav .menu-primary-menu-container > ul > li.menu-item-has-children.current-menu-ancestor > a {
    color: #D32C30;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children.current_page_item > a:hover, header nav .menu-primary-menu-container > ul > li.menu-item-has-children.current-menu-ancestor > a:hover {
    background-color: #085CA8;
    color: #FFFFFF;
  }
  header nav .menu-primary-menu-container > ul > li.current_page_item:not(.header_btn):not(.menu-item-has-children) > a, header nav .menu-primary-menu-container > ul > li.current-menu-ancestor > a {
    color: #D32C30;
  }
  header nav .menu-primary-menu-container > ul > li.current_page_item:not(.header_btn):not(.menu-item-has-children) > a:hover, header nav .menu-primary-menu-container > ul > li.current-menu-ancestor > a:hover {
    background-color: #085CA8;
    color: #FFFFFF;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children > a {
    padding-right: 30px;
    position: relative;
    -webkit-transition: border 0.1s linear;
    -moz-transition: border 0.1s linear;
    -o-transition: border 0.1s linear;
    transition: border 0.1s linear;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children > a .caret {
    border: none;
    position: absolute;
    top: 45%;
    right: -3px;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children > a .caret:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #FEDC00;
    font-size: 22px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children ul.dropdown-menu {
    min-width: 270px;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children:hover ul.dropdown-menu {
    display: block;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children ul.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: transparent;
    padding: 0;
    color: #FFFFFF;
    width: 100%;
    box-shadow: 0 9px 8px 0 rgba(10, 13, 15, 0.12);
    -webkit-box-shadow: 0 9px 8px 0 rgba(10, 13, 15, 0.12);
    -moz-box-shadow: 0 9px 8px 0 rgba(10, 13, 15, 0.12);
    /*@include listColumns(3, 5px);*/
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children ul.dropdown-menu li {
    list-style: none;
    display: block;
    padding-bottom: 0px;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children ul.dropdown-menu li.divider {
    margin: 0;
    background: #FFFFFF;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children ul.dropdown-menu li a {
    line-height: 40px;
    color: #FFFFFF;
    background: #D32C30;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children ul.dropdown-menu li a:hover {
    color: #FEDC00;
    text-decoration: none;
    border-bottom: none;
    background: #D32C30;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children.no-cols ul.dropdown-menu {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 5px;
    -webkit-column-gap: 5px;
    column-gap: 5px;
  }
}
body.single-rr_location header nav #menu-item-58 #menu-primary-menu li > a {
  color: #D32C30;
}
body.single-rr_location header nav #menu-item-58 #menu-primary-menu li > a:hover {
  color: #FFFFFF;
}

body.single-rr_event header nav #menu-item-56 a {
  color: #D32C30;
}
body.single-rr_event header nav #menu-item-56 a:hover {
  color: #FFFFFF;
}

/* END MEDIA QUERY - DESKTOP ONLY *******************************************************************************************/
/* MEDIA QUERY - MD ***************************************************************************************************/
@media only screen and (max-width: 1249px) {
  header nav .menu-primary-menu-container > ul > li a, header nav .menu-super-menu-container > ul > li a {
    padding: 8px 10px;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-home img, header nav .menu-super-menu-container > ul > li.menu-item-home img {
    max-width: 200px;
  }
}
/* END MEDIA QUERY - MD ***********************************************************************************************/
/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 991px) {
  .body-wrapper {
    padding-top: 55px;
  }
  header {
    height: 58px;
    width: 100%;
    position: fixed;
  }
  header .search-form input {
    width: calc(100% - 40px) !important;
    float: left;
    border-left: none !important;
    border-right: none !important;
  }
  header .search-form button {
    width: 40px;
    float: left;
    height: 45px;
    border: none;
    color: #FEDC00;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  header .logo {
    height: 100%;
    margin: 0 auto;
    display: block;
    width: 91px;
  }
  header .logo img {
    margin-top: 5px;
    height: 40px !important;
    width: auto;
  }
  header .mobile-phone {
    font-size: 30px;
    line-height: 55px;
    padding-top: 3px;
    cursor: pointer;
  }
  header .menuToggle {
    float: right;
    margin: 7px 8px 12px;
    color: #085CA8;
    vertical-align: middle;
    line-height: 35px;
  }
  header .menuToggle .fa {
    font-size: 35px;
    color: #085CA8;
    vertical-align: middle;
  }
  header .phone-wrapper, header .header_top {
    display: none;
  }
  header .mobile-logo {
    position: absolute;
    left: 50%;
    top: 5px;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  header .mobile-logo img {
    max-height: 45px;
  }
  header.has-announcement {
    height: auto;
  }
  header.has-announcement .mobile-logo {
    bottom: 5px;
    top: auto;
  }
  header nav {
    position: relative;
    left: 0;
    width: 100%;
    display: none;
    background: #FFFFFF;
    overflow-y: auto;
    overflow-x: hidden;
  }
  header nav .container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  header nav .container > .flex-container {
    display: block;
  }
  header nav .social-wrapper {
    justify-content: center !important;
    display: flex !important;
    padding: 10px;
  }
  header nav .social-wrapper a {
    padding: 0 20px !important;
    font-size: 20px;
  }
  header nav .btn {
    width: 250px;
    margin: 2px 0;
  }
  header nav .menu-primary-menu-container, header nav .menu-super-menu-container {
    padding: 0;
  }
  header nav .menu-primary-menu-container .search-form, header nav .menu-primary-menu-container li.search, header nav .menu-primary-menu-container li.faqs, header nav .menu-super-menu-container .search-form, header nav .menu-super-menu-container li.search, header nav .menu-super-menu-container li.faqs {
    display: none;
  }
  header nav .menu-primary-menu-container > ul, header nav .menu-super-menu-container > ul {
    display: block;
    text-align: center;
    width: 100%;
  }
  header nav .menu-primary-menu-container > ul > li, header nav .menu-super-menu-container > ul > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #085CA8;
    padding: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  header nav .menu-primary-menu-container > ul > li.divider, header nav .menu-super-menu-container > ul > li.divider {
    display: none;
  }
  header nav .menu-primary-menu-container > ul > li a, header nav .menu-super-menu-container > ul > li a {
    font-size: 14px;
    padding: 10px 5px;
    margin-left: 0px;
    letter-spacing: 1px;
    display: block;
  }
  header nav .menu-primary-menu-container > ul > li a .caret, header nav .menu-super-menu-container > ul > li a .caret {
    display: none;
  }
  header nav .menu-primary-menu-container > ul > li.current_page_item > a, header nav .menu-primary-menu-container > ul > li.current-menu-ancestor > a, header nav .menu-super-menu-container > ul > li.current_page_item > a, header nav .menu-super-menu-container > ul > li.current-menu-ancestor > a {
    color: #FEDC00;
    background-color: #085CA8;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children:hover, header nav .menu-super-menu-container > ul > li.menu-item-has-children:hover {
    background: #085CA8;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children .dropdown-menu, header nav .menu-super-menu-container > ul > li.menu-item-has-children .dropdown-menu {
    padding: 0;
    border: none;
    background-color: #D32C30;
    margin-bottom: 1em;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children .dropdown-menu li.divider, header nav .menu-super-menu-container > ul > li.menu-item-has-children .dropdown-menu li.divider {
    margin: 0;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children .dropdown-menu li a, header nav .menu-super-menu-container > ul > li.menu-item-has-children .dropdown-menu li a {
    color: #FFFFFF;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children > a, header nav .menu-super-menu-container > ul > li.menu-item-has-children > a {
    height: auto;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children > a:after, header nav .menu-super-menu-container > ul > li.menu-item-has-children > a:after {
    position: relative;
    float: none;
    top: 3px;
    left: 20px;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children ul, header nav .menu-super-menu-container > ul > li.menu-item-has-children ul {
    position: relative;
    width: 100%;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-has-children ul li, header nav .menu-super-menu-container > ul > li.menu-item-has-children ul li {
    width: 100%;
    float: none;
    text-align: center;
  }
  header nav .menu-primary-menu-container > ul > li.menu-item-home, header nav .menu-super-menu-container > ul > li.menu-item-home {
    display: none;
  }
}
/* END MEDIA QUERY - SM ***********************************************************************************************/
/* MEDIA QUERY - XS ***************************************************************************************************/
/* END MEDIA QUERY - XS ***********************************************************************************************/
/*
 * @file        : _footer.scss - Styles for things that go below stuff.
 * @desctiption : A place for all things footer specific.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* FOOTER *************************************************************************************************************/
footer {
  background-size: cover;
  width: 100%;
  padding: 60px 0 0;
  position: relative;
  z-index: 10;
}
footer .sb_instagram_header, footer #sbi_load {
  display: none !important;
}
footer .menu-footer-menu-container {
  padding-left: 0;
  font-size: 12px;
}
footer .menu-footer-menu-container > ul > li {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
footer .menu-footer-menu-container > ul > li:first-child.divider {
  display: none;
}
footer .menu-footer-menu-container > ul > li.divider {
  width: 1px;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  height: 14px;
  padding: 0;
}
footer .menu-footer-menu-container > ul li {
  list-style-type: none;
}
footer .menu-footer-menu-container > ul li ul {
  padding-left: 0;
  clear: both;
}
footer .menu-footer-menu-container > ul li ul > li {
  display: block;
  vertical-align: top;
  text-transform: none;
  font-weight: normal !important;
  padding: 0.5em 0;
  letter-spacing: 1px;
}
footer .menu-footer-menu-container > ul li ul > li > a {
  color: #FFFFFF;
}
footer .menu-footer-menu-container > ul li ul > li > a:hover, footer .menu-footer-menu-container > ul li ul > li > a:active {
  text-decoration: none;
  color: #FEDC00;
}
footer .social-wrapper {
  text-align: center;
}
footer .social-wrapper h1 {
  display: inline-block;
  position: relative;
}
footer .social-wrapper h1 span {
  position: relative;
  z-index: 2;
}
footer .social-wrapper h1 span.splotch {
  left: 60px;
  width: 60px;
}
footer .social-wrapper h1:before, footer .social-wrapper h1:after {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
footer .social-wrapper h1:before {
  content: "";
  width: 255px;
  height: 120px;
  background-image: url(../images/doodles/footer02.png);
  right: calc(100% + 40px);
}
footer .social-wrapper h1:after {
  content: "";
  width: 232px;
  height: 95px;
  background: url(../images/doodles/footer01.png);
  left: calc(100% + 40px);
}
footer .social-wrapper a {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
footer .social-wrapper a .fa {
  color: #FEDC00;
}
footer .newsletter-wrapper {
  background: url(../images/paralax.jpg) center top;
  min-height: 312px;
  background-size: cover;
  padding-top: 20px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
footer .locations-wrapper {
  background-color: #FFFFFF;
  padding: 4em 0 7em;
}
footer .locations-wrapper > .container {
  position: relative;
}
footer .locations-wrapper > .container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(100% - 400px);
  width: 658px;
  height: 479px;
  background: url(../images/face.svg) center center no-repeat;
  background-size: 100% 100%;
}
footer .locations-wrapper > .container .location {
  position: relative;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
footer .locations-wrapper > .container .location p {
  line-height: 1.2em;
}
footer .locations-wrapper > .container .location .hours {
  font-weight: bold;
}
footer .locations-wrapper > .container .location .hours, footer .locations-wrapper > .container .location .title {
  color: #085CA8;
}
footer .locations-wrapper > .container .location.alt .hours, footer .locations-wrapper > .container .location.alt .title {
  color: #D32C30;
}
footer .tail {
  padding: 15px 0 0 0;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
footer .tail .copyright {
  font-size: 10px;
  margin-top: 10px;
}
footer .tail .lets-eat {
  text-align: center;
  margin: 15px 0;
  vertical-align: middle;
}
footer .tail .lets-eat span {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
}
footer .tail .lets-eat img {
  margin: 0 10px;
  vertical-align: middle;
}
footer .tail .social-link-wrapper a {
  font-size: 20px;
  padding: 0 10px;
}
footer .tail .social-link-wrapper a .fa {
  color: #FFFFFF;
}
footer .tail .footer-logo {
  width: 120px;
}
footer .tail .menu-footer-menu-container ul {
  padding: 0;
  margin: 0;
}
footer .tail .menu-footer-menu-container li {
  list-style: none;
  display: inline-block;
  padding: 5px 10px;
}
footer .tail .menu-footer-menu-container li a {
  color: #FFFFFF !important;
}

/* END FOOTER *********************************************************************************************************/
/* MEDIA QUERY - MD ***************************************************************************************************/
@media only screen and (max-width: 1249px) {
  footer .add-border-left {
    border-left: none !important;
  }
}
@media only screen and (max-width: 991px) {
  footer .menu-footer-menu-container {
    margin-bottom: 2em;
    clear: both;
  }
  footer .menu-footer-menu-container > ul {
    padding: 0;
  }
  footer .menu-footer-menu-container > ul > li {
    width: 100%;
    border-bottom: 1px solid #085CA8;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  footer .menu-footer-menu-container > ul > li.divider {
    display: none;
  }
  footer .menu-footer-menu-container > ul > li ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 10;
    -webkit-column-gap: 10;
    column-gap: 10;
    margin-bottom: 1em;
  }
  footer .locations-wrapper {
    background-color: #FFFFFF;
    padding: 4em 0 7em;
  }
  footer .locations-wrapper > .container {
    position: relative;
  }
  footer .locations-wrapper > .container:after {
    content: "";
    position: absolute;
    top: 30px;
    left: calc(100% - 400px);
    width: 658px;
    height: 479px;
    background: url(../images/face.svg) center center no-repeat;
    background-size: 100% 100%;
  }
  footer .locations-wrapper > .container .location {
    position: relative;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.9);
  }
  footer .locations-wrapper > .container .location p {
    line-height: 1.2em;
  }
  footer .locations-wrapper > .container .location .hours {
    font-weight: bold;
  }
  footer .locations-wrapper > .container .location .hours, footer .locations-wrapper > .container .location .title {
    color: #085CA8;
  }
  footer .locations-wrapper > .container .location.alt .hours, footer .locations-wrapper > .container .location.alt .title {
    color: #D32C30;
  }
  footer .tail {
    padding: 15px 0 0 0;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
  }
  footer .tail .copyright {
    font-size: 10px;
    margin-top: 10px;
  }
  footer .tail .lets-eat {
    text-align: center;
    margin: 15px 0;
    vertical-align: middle;
  }
  footer .tail .lets-eat span {
    display: inline-block;
    width: 80px;
    vertical-align: middle;
  }
  footer .tail .lets-eat img {
    margin: 0 10px;
    vertical-align: middle;
    width: 90px;
  }
}
/* END MEDIA QUERY - MD ***********************************************************************************************/
/* CONTEXT  >   SCOPE         >   PRECISION
/* -------------------------------------------
/* FOOTER   {   .CTA-BANNER   {   li a {


/* MEDIA QUERY - XS ***************************************************************************************************/
/* END MEDIA QUERY - XS ***********************************************************************************************/
/*
 * @file        : _alternating_content.scss
 * @desctiption : Use this file to hold classes for the ac section.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2017/01/30   | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
.alternating-content-section {
  position: relative;
}
.alternating-content-section .doodle1 {
  position: absolute;
  background: url(../images/doodles/menu-decoration02.png) center no-repeat;
  background-size: contain;
  width: 165px;
  height: 180px;
  top: 30px;
  right: -40px;
  z-index: 5;
}
.alternating-content-section .doodle2 {
  position: absolute;
  background: url(../images/doodles/catering02.png) center no-repeat;
  background-size: contain;
  width: 139px;
  height: 130px;
  bottom: 10px;
  left: -40px;
  z-index: 5;
}
.alternating-content-section .container {
  background: url(../images/doodles/catering01.png) top left no-repeat;
  max-width: 100%;
}
.alternating-content-section .row {
  flex-direction: row-reverse;
  margin: 0;
  flex-wrap: nowrap;
  padding: 75px 0;
}
.alternating-content-section .row .image {
  padding: 0;
  text-align: left;
  position: relative;
  z-index: 1;
  border-right: none;
}
.alternating-content-section .row .image img {
  max-width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.alternating-content-section .row .content {
  position: relative;
  z-index: 3;
  padding: 2em;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  background: url(../images/white-bg.svg) center no-repeat;
  background-size: 100% 100%;
}
.alternating-content-section .row .content .fullwidth {
  max-width: 585px;
}
.alternating-content-section .row:nth-child(2n) {
  flex-direction: row;
}
.alternating-content-section .row:nth-child(2n) .content {
  justify-content: flex-end;
}

.mobile .alternating-content-section .row {
  flex-wrap: nowrap;
}
.mobile .alternating-content-section .row .content {
  align-items: flex-end;
}

@media only screen and (max-width: 991px) {
  .alternating-content-section .row {
    padding: 10px 0;
    flex-wrap: wrap;
  }
  .alternating-content-section .row .image {
    text-align: center;
    width: 100%;
  }
  .alternating-content-section .row .image img {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-height: 400px;
  }
  .alternating-content-section .row .content {
    width: 100%;
    justify-content: flex-start;
  }
  .alternating-content-section .row:nth-child(2n) .image img {
    float: none;
  }
  .alternating-content-section .row:nth-child(2n) .content {
    justify-content: flex-end;
  }
  .mobile .alternating-content-section .row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-content-section .row {
    flex-wrap: wrap;
  }
  .alternating-content-section .row .image {
    text-align: center;
    width: 100%;
  }
  .alternating-content-section .row .image img {
    max-width: 100%;
    min-width: 0;
    max-height: 100%;
    min-height: 0;
  }
  .alternating-content-section .row .content {
    width: 100%;
    justify-content: flex-start;
  }
  .alternating-content-section .row:nth-child(2n) .image img {
    float: none;
  }
  .alternating-content-section .row:nth-child(2n) .content {
    justify-content: flex-end;
  }
  .mobile .alternating-content-section .row {
    flex-wrap: wrap;
  }
}
/*
 * @file        : _hero_section.scss
 * @desctiption : Use this file to hold classes for the hero section.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/10/4    | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
.hero-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-section.no-overlay {
  min-height: 300px;
}
.hero-section.no-overlay:before {
  display: none;
}
.hero-section img {
  max-width: 100%;
}
.hero-section.hero-bg {
  min-height: 540px;
  color: #FFFFFF;
  overflow: hidden;
}
.hero-section.hero-bg h1 {
  margin: 0;
  text-transform: uppercase;
}
.hero-section.hero-bg.video-bg > div {
  z-index: 2;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 !important;
}
.hero-section.hero-bg.video-bg .video {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
}
.hero-section.hero-bg.video-bg .video .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.55);
}
.hero-section.hero-bg.video-bg .video #video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.hero-section.hero-bg.video-bg .video #video-wrapper.active {
  opacity: 1;
}
.hero-section.hero-bg.carousel-bg {
  min-height: 0;
}
.hero-section.hero-bg.carousel-bg .text-over-carousel {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 34px;
  right: 34px;
  padding: 0 !important;
}
.hero-section.hero-bg.carousel-bg .carousel {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hero-section.hero-bg.carousel-bg .carousel .carousel-inner {
  margin-bottom: 0 !important;
}
.hero-section.hero-bg.carousel-bg .carousel .carousel-inner .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-section.hero-bg.carousel-bg .carousel .carousel-inner .item img {
  visibility: hidden;
  position: static;
}
.hero-section.hero-bg.carousel-bg .container {
  position: relative;
  z-index: 10;
}
.hero-section.hero-bg .text-over-hero {
  max-width: 585px;
}
.hero-section.hero-bg .text-over-hero h5 {
  font-size: 18px;
  color: #C5C5C5;
  letter-spacing: 5px;
  line-height: 50px;
  text-transform: uppercase;
}
.hero-section.hero-bg .text-over-hero hr {
  border-bottom-color: #FFFFFF;
}
.hero-section .title-img {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 56px;
  display: inline-block;
  margin: 150px 0;
}
.hero-section .title-img img {
  width: 470px;
}

/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 991px) {
  .hero-section.hero-bg {
    min-height: 340px;
  }
  .hero-section.hero-bg .text-over-hero {
    padding-top: 0;
  }
  .hero-section.hero-bg.video-bg {
    min-height: 300px;
  }
  .hero-section.hero-bg.video-bg .video #video-wrapper {
    display: none !important;
  }
}
/* MEDIA QUERY - SM ***************************************************************************************************/
.make-reservation-section {
  background-image: url(../images/make-reservation.svg);
  background-size: 100% 100%;
  min-height: 177px;
  margin-top: -40px;
  position: relative;
  z-index: 20;
  padding-bottom: 20px;
}

.make-reservation-section h1, #modal-reservation h1 {
  position: relative;
  top: -30px;
}
.make-reservation-section h1 span, #modal-reservation h1 span {
  z-index: 2;
  position: relative;
}
.make-reservation-section h1 .splotch, #modal-reservation h1 .splotch {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 149px;
  position: absolute;
  z-index: 1 !important;
  top: -30px;
}
.make-reservation-section .btn.dropdown-toggle, #modal-reservation .btn.dropdown-toggle {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
  margin: 5px 0;
}
.make-reservation-section .btn.dropdown-toggle:hover, .make-reservation-section .btn.dropdown-toggle:focus, #modal-reservation .btn.dropdown-toggle:hover, #modal-reservation .btn.dropdown-toggle:focus {
  color: #FFFFFF;
  background: #085CA8;
  border-color: #085CA8;
}
.make-reservation-section input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker::-webkit-input-placeholder, #modal-reservation input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  letter-spacing: 2px;
}
.make-reservation-section input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:-moz-placeholder, #modal-reservation input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  letter-spacing: 2px;
}
.make-reservation-section input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker::-moz-placeholder, #modal-reservation input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  letter-spacing: 2px;
}
.make-reservation-section input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:-ms-input-placeholder, #modal-reservation input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  letter-spacing: 2px;
}
.make-reservation-section input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker, #modal-reservation input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  font-size: 14px;
  letter-spacing: 2px;
}
.make-reservation-section input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:hover, .make-reservation-section input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:focus, #modal-reservation input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:hover, #modal-reservation input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:focus {
  outline: none;
  color: #FFFFFF;
  background: #085CA8;
  border-color: #085CA8;
  cursor: pointer;
}
.make-reservation-section input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:hover::-webkit-input-placeholder, .make-reservation-section input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:focus::-webkit-input-placeholder, #modal-reservation input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:hover::-webkit-input-placeholder, #modal-reservation input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:focus::-webkit-input-placeholder {
  color: #FFFFFF;
}
.make-reservation-section input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:hover:-moz-placeholder, .make-reservation-section input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:focus:-moz-placeholder, #modal-reservation input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:hover:-moz-placeholder, #modal-reservation input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:focus:-moz-placeholder {
  color: #FFFFFF;
}
.make-reservation-section input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:hover::-moz-placeholder, .make-reservation-section input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:focus::-moz-placeholder, #modal-reservation input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:hover::-moz-placeholder, #modal-reservation input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:focus::-moz-placeholder {
  color: #FFFFFF;
}
.make-reservation-section input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:hover:-ms-input-placeholder, .make-reservation-section input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:focus:-ms-input-placeholder, #modal-reservation input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:hover:-ms-input-placeholder, #modal-reservation input:not([type=submit]):not([type=checkbox]):not([type=radio]).datepicker:focus:-ms-input-placeholder {
  color: #FFFFFF;
}
.make-reservation-section .datepicker, #modal-reservation .datepicker {
  margin: 5px 0;
}
.make-reservation-section button, #modal-reservation button {
  border: 1px solid #FFFFFF;
  font-size: 14px;
  margin: 5px 0;
  background: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 40px;
  height: 40px;
  color: #085CA8;
  padding: 0 15px;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.make-reservation-section button:hover, .make-reservation-section button:focus, #modal-reservation button:hover, #modal-reservation button:focus {
  color: #FFFFFF;
  background: #085CA8;
  border: 1px solid #085CA8;
}

#modal-reservation h1 {
  text-align: center;
  top: 0;
}
#modal-reservation h1 .splotch {
  width: 149px;
  position: absolute;
  z-index: 1 !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#modal-reservation .reservations-doodle {
  background: url(../images/reservations-doodle.jpg) center center no-repeat;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
#modal-reservation button {
  max-width: 225px;
}
#modal-reservation .reservation-form {
  margin: 25px 0;
}
#modal-reservation .btn.blue {
  font-size: 12px;
  min-width: 200px;
  padding: 10px 25px;
}

@media only screen and (max-width: 991px) {
  #modal-reservation button {
    max-width: 100%;
  }
}
.list-locations-section.list-locations-default-section {
  position: relative;
  margin-top: -133px;
}
.list-locations-section.list-locations-default-section img {
  position: relative;
  z-index: 1;
  left: 50%;
  top: 0;
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.list-locations-section.list-locations-default-section .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: url(../images/white-bg.svg) center center no-repeat;
  background-size: 100% 100%;
}
.list-locations-section.list-locations-default-section .content .doodle {
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: auto;
}
.list-locations-section.list-locations-default-section .location-face {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: url(../images/face-2-arrow.svg) center center no-repeat;
  background-size: 100%;
  width: 20%;
  max-width: 224px;
  padding-bottom: 15%;
}
.list-locations-section.list-locations-about-section .title-wrapper {
  background: url(../images/our-locations-bg.svg) no-repeat;
  background-size: 100% 100%;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}
.list-locations-section.list-locations-about-section .title-wrapper h1 .txt-brand-color-2 {
  font-size: 45px;
  line-height: 45px;
}
.list-locations-section.list-locations-about-section .title-wrapper h1 .txt-white {
  font-size: 90px;
  line-height: 90px;
}
.list-locations-section.list-locations-about-section .title-wrapper .doodle {
  background: url(../images/doodles/menu-decoration03.png) no-repeat;
  width: 119px;
  height: 111px;
  position: absolute;
  right: 0;
  top: -60px;
}
.list-locations-section.list-locations-about-section .location {
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
.list-locations-section.list-locations-about-section .location .doodle {
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: auto;
}
.list-locations-section.list-locations-about-section .location:nth-child(2) .location-face {
  display: none;
}
.list-locations-section.list-locations-about-section .location:nth-child(2n) .content {
  float: right;
}
.list-locations-section.list-locations-about-section .location .content {
  background: url(../images/white-bg.svg) center center no-repeat;
  background-size: 100% 100%;
  padding: 50px 20px;
}
.list-locations-section.list-locations-about-section .location .location-face {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: url(../images/face-2-arrow.svg) center center no-repeat;
  background-size: 100%;
  width: 20%;
  max-width: 224px;
  padding-bottom: 15%;
}
.list-locations-section.list-locations-about-section .person-list {
  padding: 2em 0;
}
.list-locations-section.list-locations-about-section .person-list .small-person {
  background: url(../images/small-person-bg.svg) center center no-repeat;
  background-size: 100% 100%;
  padding: 10px 20px 15px;
}
.list-locations-section.list-locations-home-section {
  position: relative;
  top: -40px;
}
.list-locations-section.list-locations-home-section .location {
  height: 100%;
}
.list-locations-section.list-locations-home-section img {
  position: relative;
  z-index: 1;
  left: 50%;
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.list-locations-section.list-locations-home-section .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.list-locations-section.list-locations-home-section .location-face {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: url(../images/face-2-arrow.svg) center center no-repeat;
  background-size: 100%;
  width: 20%;
  max-width: 224px;
  padding-bottom: 15%;
}

/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 991px) {
  .list-locations-section.list-locations-about-section .title-wrapper h1 .txt-brand-color-2 {
    font-size: 45px;
    line-height: 45px;
  }
  .list-locations-section.list-locations-about-section .title-wrapper h1 .txt-white {
    font-size: 60px;
    line-height: 60px;
  }
  .list-locations-section.list-locations-about-section .person-list p {
    line-height: 1.3em !important;
  }
  .list-locations-section.list-locations-home-section {
    position: relative;
    top: -50px;
    z-index: 30;
  }
  .list-locations-section.list-locations-home-section .location-face {
    width: 12%;
    max-width: 100px;
    padding-bottom: 15%;
  }
}
/* MEDIA QUERY - SM ***************************************************************************************************/
.list-events-section.list-events-default-section {
  padding-top: 60px;
}
.list-events-section.list-events-default-section .doodle1 {
  background: url(../images/doodles/menu-currentItem.png) center no-repeat;
  width: 136px;
  height: 110px;
  background-size: 100%;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1;
}
.list-events-section.list-events-default-section .doodle2 {
  background: url(../images/doodles/eveny.png) center no-repeat;
  width: 161px;
  height: 150px;
  background-size: contain;
  position: absolute;
  top: -90px;
  right: -50px;
  z-index: 1;
}
.list-events-section.list-events-default-section h1 {
  z-index: 2;
  position: relative;
}
.list-events-section.list-events-default-section h1 span {
  z-index: 2;
  position: relative;
}
.list-events-section.list-events-default-section h1 span.splotch {
  z-index: 1;
  position: absolute;
  left: 330px;
  bottom: 35px;
}
.list-events-section.list-events-default-section .location-filter {
  margin-top: 4em;
  max-width: 265px;
  float: right;
}
.list-events-section.list-events-default-section .event > div {
  width: 100%;
}
.list-events-section.list-events-default-section .event .img-wrapper {
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 65.8%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.list-events-section.list-events-default-section .event .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.list-events-section.list-events-location-section, .list-events-section.list-events-event-section {
  background: url(../images/paralax.jpg) center no-repeat;
  background-size: cover;
}
.list-events-section.list-events-location-section .event > div, .list-events-section.list-events-event-section .event > div {
  width: 100%;
}
.list-events-section.list-events-location-section img, .list-events-section.list-events-event-section img {
  width: 100%;
  max-width: 100%;
}
.list-events-section.list-events-location-section .img-wrapper, .list-events-section.list-events-event-section .img-wrapper {
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 65.8%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.list-events-section.list-events-location-section .img-wrapper img, .list-events-section.list-events-event-section .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.list-events-section.list-events-home-section {
  position: relative;
  padding-bottom: 210px;
}
.list-events-section.list-events-home-section .see-all {
  background-image: url(../images/paralax.jpg);
  background-size: cover;
  background-color: #085CA8;
  height: 230px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.list-events-section.list-events-home-section .see-all .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.list-events-section.list-events-home-section img {
  position: relative;
  z-index: 1;
  left: 50%;
  width: calc(100% + 80px);
  max-width: calc(100% + 80px);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.list-events-section.list-events-home-section .location {
  position: absolute;
  z-index: 2;
  height: calc(100% - 210px);
  top: 0;
  left: 0;
}
.list-events-section.list-events-home-section .location.alt {
  left: 50%;
}
.list-events-section.list-events-home-section .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 95%;
  max-width: 400px;
}

@media only screen and (max-width: 991px) {
  .list-events-section.list-events-home-section {
    position: relative;
    padding-bottom: 210px;
  }
  .list-events-section.list-events-home-section img {
    position: relative;
    z-index: 1;
    left: 50%;
    width: calc(200% + 80px);
    max-width: calc(200% + 80px);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .list-events-section.list-events-home-section .location {
    position: absolute;
    z-index: 2;
    height: calc(100% - 210px);
    top: 0;
    left: 0;
  }
  .list-events-section.list-events-home-section .location.alt {
    left: 0;
    top: 50%;
    display: none;
  }
}
.list-staff-section.list-staff-default-section {
  overflow: hidden;
  padding: 4em 0 6em;
}
.list-staff-section.list-staff-default-section .title-wrapper {
  position: relative;
}
.list-staff-section.list-staff-default-section .title-wrapper h1 {
  position: relative;
  display: inline-block;
}
.list-staff-section.list-staff-default-section .title-wrapper h1 span {
  position: relative;
  z-index: 2;
}
.list-staff-section.list-staff-default-section .title-wrapper h1 span.splotch {
  position: absolute;
  z-index: 1;
  right: -10px;
  top: -50px;
}
.list-staff-section.list-staff-default-section .title-wrapper .doodle {
  background: url(../images/doodles/people02.png) center no-repeat;
  background-size: contain;
  width: 212px;
  height: 156px;
  position: absolute;
  left: calc(50% + 350px);
  top: 0;
}
.list-staff-section.list-staff-default-section .person {
  padding-top: 2em;
  padding-bottom: 2em;
}
.list-staff-section.list-staff-about-section {
  padding-bottom: 50px;
}
.list-staff-section.list-staff-about-section .title-wrapper h1 .txt-brand-color-1 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2px;
}
.list-staff-section.list-staff-about-section .title-wrapper h1 .txt-brand-color-3 {
  font-size: 110px;
  line-height: 110px;
  letter-spacing: 5px;
}
.list-staff-section.list-staff-about-section .person {
  padding-bottom: 3em;
}
.list-staff-section.list-staff-about-section .person h3 {
  font-size: 25px;
}

/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 991px) {
  .list-staff-section.list-staff-about-section .title-wrapper h1 .txt-brand-color-1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .list-staff-section.list-staff-about-section .title-wrapper h1 .txt-brand-color-3 {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 5px;
  }
}
/* END MEDIA QUERY - SM ***********************************************************************************************/
.white-box-section {
  padding: 4em 0 0;
}
.white-box-section .container {
  background: url(../images/doodles/about01.png) right top no-repeat;
  background-size: contain;
  padding-bottom: 6em;
}
.white-box-section .content {
  background-color: rgba(255, 255, 255, 0.8);
}
.white-box-section .image img {
  width: auto;
  max-width: none;
}

.gallery-section {
  padding: 4em 0 7em;
  position: relative;
  background-color: #FFFFFF;
}
.gallery-section .doodle {
  background: url(../images/doodles/people06.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: -80px;
  right: 0;
  width: 253px;
  height: 286px;
}
.gallery-section .doodle2 {
  background: url(../images/doodles/people01.png) center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 2em;
  right: calc(50% + 450px);
  width: 141px;
  height: 95px;
}
.gallery-section h1 {
  position: relative;
  display: inline-block;
}
.gallery-section h1 span {
  position: relative;
  z-index: 2;
}
.gallery-section h1 span.splotch {
  position: absolute;
  z-index: 1;
  right: -10px;
  top: -50px;
}
.gallery-section .nav-tabs {
  height: 54px;
  background-color: #E9E6E1;
  color: #0B0B0A;
  align-items: center;
  position: relative;
  z-index: 3;
}
.gallery-section .nav-tabs .active a {
  color: #FFFFFF !important;
  background: url(../images/btn-bg-blue.svg) center no-repeat;
  background-size: 100% 100%;
}
.gallery-section .nav-tabs a {
  background: none;
  text-align: center;
  color: #0B0B0A;
  border: none !important;
  padding: 20px 10px;
}
.gallery-section .nav-tabs a:hover {
  background-color: transparent !important;
}
.gallery-section .tab-content {
  padding: 15px 0;
}
.gallery-section .gallery-item {
  width: 20%;
  padding: 5px;
  display: block;
}
.gallery-section .gallery-item a {
  display: block;
  padding-bottom: 65.8%;
  background-size: cover;
  cursor: pointer;
  background-position: center center;
}

#gallery-modal .close {
  color: #FFFFFF;
}

.text-w-bg-section {
  background: center no-repeat;
  background-size: cover;
}

.space-rental-section {
  background-size: cover;
  background-position: center;
}
.space-rental-section .content {
  background: url(../images/white-bg.svg) center no-repeat;
  background-size: 100% 100%;
}

.generic-callout-section h1 {
  position: relative;
}
.generic-callout-section h1 span {
  position: relative;
  z-index: 2;
}
.generic-callout-section h1 span.splotch {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
}

.form-section {
  padding: 4em 0 7em;
}
.form-section .form-wrapper {
  background-color: #FFFFFF;
}
.form-section .form-wrapper h3 {
  position: relative;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.form-section .form-wrapper h3 span {
  position: relative;
  z-index: 2;
}
.form-section .form-wrapper h3 span.splotch {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 80px;
  height: 80px;
}
.form-section .form-wrapper .doodle1 {
  position: absolute;
  top: -80px;
  left: 0px;
  background: url(../images/doodles/menu-decoration01.png) center no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  z-index: 5;
}
.form-section .form-wrapper .doodle2 {
  position: absolute;
  top: 33%;
  right: -150px;
  background: url(../images/doodles/menu-decoration02.png) center no-repeat;
  background-size: contain;
  width: 165px;
  height: 180px;
  z-index: 5;
}
.form-section .form-wrapper .doodle3 {
  position: absolute;
  top: 66%;
  left: -100px;
  background: url(../images/doodles/menu-decoration03.png) center no-repeat;
  background-size: contain;
  width: 119px;
  height: 111px;
  z-index: 5;
}
.form-section .form-wrapper .doodle4 {
  position: absolute;
  bottom: 0;
  right: -50px;
  background: url(../images/doodles/menu-decoration04.png) center no-repeat;
  background-size: contain;
  width: 127px;
  height: 145px;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .form-section .g-recaptcha {
    -webkit-transform: scale(0.77);
    -moz-transform: scale(0.77);
    -ms-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.jobopenings-section .panel {
  border: 2px solid #FAE4E4;
  background: #FFFFFF;
}
.jobopenings-section .panel .panel-heading {
  background-color: #FFFFFF;
  padding: 1.5em 1em 1.3em;
}
.jobopenings-section .panel .panel-heading h4 {
  line-height: 26px;
}
.jobopenings-section .panel .panel-heading .fa:before {
  color: #085CA8;
}
.jobopenings-section .panel .panel-heading .display-on-collapsed {
  display: none;
}
.jobopenings-section .panel .panel-heading .display-on-expand {
  display: inline;
}
.jobopenings-section .panel .collapsed .display-on-collapsed {
  display: inline;
}
.jobopenings-section .panel .collapsed .display-on-expand {
  display: none;
}
.jobopenings-section .panel .panel-body {
  padding: 1em 3em 3em;
}
.jobopenings-section .panel .panel-body h5 {
  text-transform: none;
  letter-spacing: 0;
}

.togo-content h3 {
  text-transform: none !important;
}

body.home {
  padding-top: 0;
}
body.home header {
  background-image: url(../images/header-bg-home.svg);
}
body.home header .social-wrapper {
  padding: 10px;
}
body.home header .social-wrapper a {
  display: inline-block;
  padding: 0 7px;
}
body.home header .social-wrapper a:hover .fa {
  color: #D32C30;
}
body.home:not(.page-template-page-landing-page) .body-content {
  padding-top: 0;
}
body.home .hero-section .title-img img {
  width: 470px;
}
body.home .generic-callout-section {
  background: url(../images/doodles/home01.png) 80% top no-repeat;
}
body.home .generic-callout-section h1 {
  position: relative;
}
body.home .generic-callout-section h1 span {
  position: relative;
  z-index: 2;
}
body.home .generic-callout-section h1 span.splotch {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -20px;
  width: 60px;
  height: 60px;
}

/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 991px) {
  body.home .generic-callout-section .content {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
/* MEDIA QUERY - SM ***************************************************************************************************/
/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .the-404 .box-corners-bottom .col-sm-6 {
    text-align: center;
  }
}
/* MEDIA QUERY - SM ***************************************************************************************************/
.single-rr_location .body-content {
  padding-top: 0;
}
.single-rr_location .body-content .location-hero .text-over-carousel {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #231F20;
  margin: 0;
  bottom: auto;
  width: 100%;
  max-width: calc(100% - 110px);
}
.single-rr_location .body-content .location-hero .text-over-carousel .inner {
  margin: 0 auto;
  background: url(../images/white-bg.svg) center center no-repeat;
  background-size: 100% 100%;
  max-width: 380px;
}
.single-rr_location .body-content .location-hero .text-over-carousel .inner .doodle {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.single-rr_location .body-content .happy-hour-section {
  padding: 0 0 2em;
  margin-top: -30px;
  text-align: center;
  background: url(../images/red-banner-bg.svg) center no-repeat;
  background-size: 100% 100%;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.single-rr_location .body-content .happy-hour-section h1 {
  margin-top: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.single-rr_location .body-content .happy-hour-section h1 span {
  position: relative;
  z-index: 2;
}
.single-rr_location .body-content .happy-hour-section h1 span.splotch {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -30px;
}
.single-rr_location .body-content .happy-hour-section .carousel-inner {
  margin-bottom: 10px;
}
.single-rr_location .body-content .happy-hour-section .carousel-inner .item {
  padding: 0 40px;
}
.single-rr_location .body-content .specials-section {
  margin-top: -30px;
  padding-top: 60px;
  padding-bottom: 30px;
}
.single-rr_location .body-content .specials-section p {
  line-height: 1.3em;
}
.single-rr_location .body-content .menus-section {
  padding: 4em 0;
  overflow: hidden;
  position: relative;
}
.single-rr_location .body-content .menus-section .note {
  padding: 0 60px;
}
.single-rr_location .body-content .menus-section h1 {
  position: relative;
}
.single-rr_location .body-content .menus-section h1 span {
  position: relative;
  z-index: 2;
}
.single-rr_location .body-content .menus-section h1 span.splotch {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -10px;
  width: 80px;
  height: 70px;
}
.single-rr_location .body-content .menus-section .doodle1 {
  position: absolute;
  top: -80px;
  left: -15px;
  background: url(../images/doodles/menu-decoration01.png) center no-repeat;
  background-size: contain;
  width: 155px;
  height: 150px;
  z-index: 5;
}
.single-rr_location .body-content .menus-section .doodle2 {
  position: absolute;
  top: 33%;
  right: -150px;
  background: url(../images/doodles/menu-decoration02.png) center no-repeat;
  background-size: contain;
  width: 165px;
  height: 180px;
  z-index: 5;
}
.single-rr_location .body-content .menus-section .doodle3 {
  position: absolute;
  top: 66%;
  left: -100px;
  background: url(../images/doodles/menu-decoration03.png) center no-repeat;
  background-size: contain;
  width: 119px;
  height: 111px;
  z-index: 5;
}
.single-rr_location .body-content .menus-section .doodle4 {
  position: absolute;
  bottom: 0;
  right: -50px;
  background: url(../images/doodles/menu-decoration04.png) center no-repeat;
  background-size: contain;
  width: 127px;
  height: 145px;
  z-index: 5;
}
.single-rr_location .body-content .menus-section .menu-pdfs {
  position: absolute;
  top: 0;
  right: 15px;
}
.single-rr_location .body-content .menus-section .menu-pdfs a {
  display: none;
}
.single-rr_location .body-content .menus-section .menu-pdfs a.active {
  display: inline-block;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-image: url(../images/btn-bg.svg);
}
.single-rr_location .body-content .menus-section .nav-tabs {
  height: 54px;
  background-color: #E9E6E1;
  color: #0B0B0A;
  align-items: center;
  position: relative;
  z-index: 3;
  margin-top: 25px;
}
.single-rr_location .body-content .menus-section .nav-tabs .active a {
  color: #FFFFFF;
  background: url(../images/btn-bg-blue.svg) center no-repeat;
  background-size: 100% 100%;
}
.single-rr_location .body-content .menus-section .nav-tabs a {
  background: none;
  text-align: center;
  color: #0B0B0A;
  border: none;
  padding: 20px 10px;
}
.single-rr_location .body-content .menus-section .menu-description {
  background-color: #FFFFFF;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.single-rr_location .body-content .menus-section .menu-category {
  background-color: #FFFFFF;
  margin-bottom: 10px;
  padding: 35px 10px;
  position: relative;
  z-index: 2;
}
.single-rr_location .body-content .menus-section .menu-category h5 {
  color: #D32C30;
  position: relative;
}
.single-rr_location .body-content .menus-section .menu-category h5 span {
  padding-right: 80px;
  position: relative;
  z-index: 2;
}
.single-rr_location .body-content .menus-section .menu-category h5:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #FEDC00;
  width: calc(100% - 30px);
  position: absolute;
  top: calc(50% - 1px);
  left: 15px;
  z-index: 1;
}
.single-rr_location .body-content .menus-section .menu-category .menu-item-wrapper {
  overflow: hidden;
}
.single-rr_location .body-content .menus-section .menu-category .menu-item-wrapper .menu-desc {
  margin-bottom: 10px;
  overflow: hidden;
}
.single-rr_location .body-content .menus-section .menu-category .menu-item-wrapper .menu-desc .desc-text.no-price:after {
  display: none;
}
.single-rr_location .body-content .menus-section .menu-category .menu-item-wrapper .menu-desc .desc-text:after {
  content: "  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .";
  position: absolute;
  z-index: 1;
}
.single-rr_location .body-content .menus-section .menu-category .menu-item-wrapper .menu-desc .price {
  float: right;
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.single-rr_location .body-content #location-map {
  height: 400px;
}

.rr_reservation_helper {
  background: url(../images/red-banner-bg.svg) center no-repeat;
  background-size: 100% 100%;
  position: fixed;
  bottom: -190px;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.rr_reservation_helper.show {
  bottom: -19px;
}
.rr_reservation_helper .rr_rh_container {
  background: url(../images/swoosh-blue.svg) center center no-repeat;
  padding: 2em 1em 2.5em;
}
.rr_reservation_helper .rr_rh_container .h2 {
  display: inline-block;
}
.rr_reservation_helper .rr_rh_container .btn {
  display: inline-block;
  margin: -16px 1em 0;
  color: #085CA8;
}
.rr_reservation_helper .rr_rh_container .close {
  background: url(../images/close-white.svg) center center no-repeat;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  position: absolute;
  top: 1em;
  right: 1em;
  opacity: 0.8;
}
.rr_reservation_helper .rr_rh_container .close:hover {
  opacity: 1;
}

/* MEDIA QUERY - MD ***************************************************************************************************/
@media only screen and (max-width: 1080px) {
  .rr_reservation_helper .rr_rh_container {
    padding: 0.5em 1em 2em;
  }
  .rr_reservation_helper .rr_rh_container .h2 {
    font-size: 1.5em;
    display: block;
    margin-bottom: 0.5em;
  }
  .rr_reservation_helper .rr_rh_container .btn {
    padding: 5px 15px;
    margin: 2px auto;
  }
}
/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 991px) {
  .single-rr_location .body-content .gallery-section .gallery-item {
    width: 33.33%;
  }
}
/* MEDIA QUERY - SM ***************************************************************************************************/
/* MEDIA QUERY - XS ***************************************************************************************************/
@media only screen and (max-width: 767px) {
  .single-rr_location .body-content .location-hero .item img {
    min-height: 350px;
  }
  .single-rr_location .body-content .location-hero .carousel-control {
    display: none;
  }
  .single-rr_location .body-content .menus-section h1 {
    margin-bottom: 100px;
  }
  .single-rr_location .body-content .menus-section .menu-pdfs {
    top: 50px;
  }
  .single-rr_location .body-content .gallery-section .gallery-item {
    width: 50%;
  }
}
/* END MEDIA QUERY - XS ***********************************************************************************************/
.single-event-section {
  padding: 4em 0 7em;
}

/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 991px) {
  .single-event-section {
    padding: 0 0 7em;
  }
}

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