/* 
	Table of Contents

    01. Settings ----------------------------------
    02. Sprite ------------------------------------
    03. Plugins -----------------------------------
         Slider -----------------------------------
    04. Generic -----------------------------------
    05. Base --------------------------------------
         Mobile -----------------------------------
    06. Fonts -------------------------------------
    07. Helpers -----------------------------------
         Align Right ------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    08. Reset -------------------------------------
    09. Regions -----------------------------------
    10. Container ---------------------------------
    11. Content -----------------------------------
    12. Footer ------------------------------------
    13. Header ------------------------------------
         Mobile -----------------------------------
    14. Main --------------------------------------
    15. Shell -------------------------------------
    16. Sidebar -----------------------------------
    17. Wrapper -----------------------------------
    18. Modules -----------------------------------
    19. Button ------------------------------------
         Button Block -----------------------------
         Mobile -----------------------------------
    20. Event -------------------------------------
         Mobile -----------------------------------
    21. Form Elements -----------------------------
    22. Form --------------------------------------
         Custom Select ----------------------------
         Mobile -----------------------------------
    23. Intro -------------------------------------
         Mobile -----------------------------------
    24. List --------------------------------------
    25. List Features -----------------------------
    26. List Features Black -----------------------
         Mobile -----------------------------------
    27. Logo --------------------------------------
         Mobile -----------------------------------
    28. Media -------------------------------------
         Mobile -----------------------------------
    29. Nav ---------------------------------------
         Mobile -----------------------------------
         Nav Trigger ------------------------------
    30. Offers ------------------------------------
         Offer Head -------------------------------
         Offer Body -------------------------------
         Mobile -----------------------------------
    31. Section -----------------------------------
    32. Section Features --------------------------
         Mobile -----------------------------------
    33. Section Offers ----------------------------
    34. Section Locations -------------------------
         Mobile -----------------------------------
    35. Section Slider ----------------------------
         Mobile -----------------------------------
    36. Section Table -----------------------------
    37. Section Form ------------------------------
    38. Section About -----------------------------
    39. Section Table -----------------------------
    40. Section Media -----------------------------
    41. Slider ------------------------------------
         Mobile -----------------------------------
    42. Socials -----------------------------------
    43. Table -------------------------------------
    44. Widget ------------------------------------
    45. Themes ------------------------------------
 */

/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */
@font-face{font-family:"Scotiabank-Regular";src:url("fonts/Scotia_W_Rg.woff") format("woff");font-weight:normal;font-style:normal}

@font-face{font-family:"Scotiabank-Bold";src:url("fonts/Scotia_W_Bd.woff") format("woff");font-weight:normal;font-style:normal}

@font-face{font-family:"Scotiabank-Headline";src:url("fonts/Scotia_W_Headline.woff") format("woff");font-weight:normal;font-style:normal}


/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */

.social a{
    margin-left: 10px;
}

.ico-facebook
{ background-image     : url(../images/sprite.png); background-position     : 0% 0%; background-size     : 208.8888888888889% 208.8888888888889%; width     : 45px; height     : 45px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

.ico-instagram
{ background-image     : url(../images/sprite.png); background-position     : 100% 0%; background-size     : 208.8888888888889% 208.8888888888889%; width     : 45px; height     : 45px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

.ico-twitter
{ background-image     : url(../images/sprite.png); background-position     : 0% 100%; background-size     : 208.8888888888889% 208.8888888888889%; width     : 45px; height     : 45px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

/* ------------------------------------------------------------ *\
	Plugins
\* ------------------------------------------------------------ */

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

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

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

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

    content: '';
}

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

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

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

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

.slick-slide img
{
    display: block;
}

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

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

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

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

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

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

/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: 'Scotiabank-Regular',Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.47; color: #000; }

a {color: #333;text-decoration: none;}

a:hover,
a[href^="tel"] { text-decoration: none; }

li { list-style-type: none; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.735em;  font-family: 'Scotiabank-Headline',Arial, Helvetica, sans-serif;}

h1 { font-size: 60px; line-height: 1.2; font-weight: 700; }

h3 { font-size: 30px; line-height: 1.17; color: #d81e05; font-weight: 700; }

h4 { font-size: 27px; line-height: 1.15; color: #d81e05; font-weight: 700; }

h6 { font-size: 16px; line-height: 1.13; letter-spacing: 0.01em; color: #000; font-weight: 700; }

p,
dl,
hr,
table,
blockquote { margin-bottom: 1.47em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

/* Mobile */

@media (max-width: 767px) {
	body { font-size: 14px; line-height: 1.4; }

	h1 { font-size: 32px; }
	h3 { font-size: 23px; }
	h4 { font-size: 20px; }
	h6 { font-size: 15px; }
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/* Align Right */

.right { text-align: right; }

/*  Clear  */

.clear:after { content     : ''; display     : block; clear     : both; }

/*  Notext  */

.notext { overflow     : hidden; text-indent     : 101%; white-space     : nowrap; }

/*  Hidden  */

[hidden],
.hidden { display: none !important; }

/*  Alignleft  */

.alignleft { float: left; }

/*  Alignright  */

.alignright { float: right; }

/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/*  Grid  */

.cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }

.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

*:before,
*:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }

template { display: none; }

html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img,
iframe,
video,
audio,
object { max-width: 100%; }

img,
iframe { border: 0 none; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }

textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

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

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { background: #fff; padding: 25px 0; }

.footer p { font-size: 12px; color: #747474; margin-bottom: 0; }

.footer p + p { margin-top: 8px; }

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

.footer .footer__col { width: 50%; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { position: relative; z-index: 100; }

.header .header__inner { padding: 70px 5px 50px; }

/* Mobile */

@media (max-width: 767px) {
	.header .header__inner { padding: 13px 0 17px; }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 970px; padding-left: 10px; padding-right: 10px; margin: auto; }

.shell--fluid { max-width: none; }

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { min-height: 100vh; overflow: hidden; }

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { font-size: 11px; display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; background: #fff; padding: 10px 20px; border-radius: 20px; font-weight: 700; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; color: #fff; letter-spacing: 0.03em; background-color: #fff !important; font-family: 'Scotiabank-Headline',Arial, Helvetica, sans-serif;}

.btn:hover { background: #ca1d1b; background-color: #ca1d1b !important; color: #fff !important; }

.offer__actions > div > .btn { font-size: 11px; display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; background: #ca1d1b; padding: 10px 20px; border-radius: 14px; font-weight: 700; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; color: #fff; letter-spacing: 0.03em; background-color: #ca1d1b !important; font-family: 'Scotiabank-Headline',Arial, Helvetica, sans-serif;}

.offer__actions > div > .btn:hover { background: #009DD6; background-color: #009DD6 !important; color: #fff !important; }


.btn--lg { padding: 14px 32px; }

.btn--small { padding: 9px 32px; width: auto!important; }

/*  Button Block  */

.btn--block { display: block; padding-left: 0; padding-right: 0; }

/* Mobile */

@media (max-width: 767px) {
	.btn { font-size: 10px; letter-spacing: 0; padding: 7px 10px; }
	.btn--small { padding: 10px 36px; }
}

/* ------------------------------------------------------------ *\
	Event
\* ------------------------------------------------------------ */

.event h3 { margin-bottom: 12px; }

.event p { margin-bottom: 0; }

/*.event .event__body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }*/

.event .event__image { width: 120px; text-align: center; }

.event .event__image img { margin: 0 auto; }

.event .event__content { max-width: 475px; }

.event .event__registration { display: inline-block; width:100%;/*display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;*/ max-width: 396px; border-radius: 8px; text-align: center; margin-top: 37px; }

.event .event__registration p { font-size: 14px; line-height: 1.29; color: #fff; letter-spacing: 0.03em; letter-spacing: 0.03em; font-weight: 700; font-family: 'Montserrat', Arial, sans-serif; }

.event .event__registration-close { width: 55% !important; background: #666; border-radius: 8px; float: left;}

.event .event__registration-open { width: 45% !important; background: #d81e05; border-radius: 8px; float: right;}

.event .event__registration-close,
.event .event__registration-open { padding: 15px 0; display: block;}

.event .event__information { max-width: 280px; border: solid 1px #9d9d9d; border-radius: 8px; padding: 16px; }

.event .event__information p { font-size: 16px; line-height: 1; }

.event .event__information p + p { margin-top: 13px; }

/* Mobile */

@media (max-width: 767px) {
	.event { position: relative; padding-bottom: 100px; }
	.event .event__image { margin-right: 10px; }
	.event .event__body { margin-bottom: 20px; }
	.event .event__registration { /*position: absolute; top: 100%; left: 50%; width: 100%; -webkit-transform: translate(-50%, 120px); -ms-transform: translate(-50%, 120px); transform: translate(-50%, 120px);*/ border-radius: 2px; }
	.event .event__registration p { font-size: 12px; }
	.event .event__registration-close,
	.event .event__registration-open { border-radius: 2px; }
	.event .event__information { max-width: 240px; margin: 0 auto; }
	.event .event__information p { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }

textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }

textarea:-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

label { font-weight: 400; }

.field-label--small { font-size: 13px; line-height: 1.38; font-weight: 400; }

.radio label,
.checkbox label { padding-left: 5px; }

.radio input /*,
.checkbox input*/ { width: 17px; height: 17px; z-index: 1; opacity: 0; }

.radio label,
.checkbox label { position: relative; padding-left: 25px; }

[form-field-type="SINGLE_CHECKBOX"] .field-label,
[form-field-type="SINGLE_CHECKBOX"] br
{
    display: none;
}

.radio label:before /*,
.checkbox label:before*/ { position: absolute; content: ''; top: 2px; left: 0; width: 18px; height: 18px; border: solid 1px #9f9f9f; border-radius: 50%; background: #fff; pointer-events: none; }

.radio label:after /*,
.checkbox label:after*/ { position: absolute; content: ''; top: 6px; left: 4px; width: 10px; height: 10px; border: solid 1px #9f9f9f; border-radius: 50%; background: #d81e05; pointer-events: none; opacity: 0; visibility: hidden; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }

.radio input:checked + label:after /*,
.checkbox input:checked + label:after*/ { opacity: 1; visibility: visible; }

.checkbox + .checkbox,
.radio + .radio { margin-top: 10px; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox]{
    margin-left:0px;
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

/* Custom Select */

.form-register .form-control { height: 39px; }

.form-register .custom-select { position: relative; }

.form-register .custom-select select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.form-register .custom-select:after { position: absolute; content: ''; top: 50%; right: 17px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 13px; height: 9px; background: url(../images/temp/custom-select.png) no-repeat 0 0; pointer-events: none; }

/* Mobile */

@media (max-width: 767px) {
	.form-register .form-footer { text-align: left !important; }
}

.picker__header select.picker__select--year, .picker__header select.picker__select--month {
    height: 46px !important;
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro { padding: 35px 0 85px; background: url(../images/temp/HeaderImage.png) no-repeat center center/cover; background-color: #7849B8; color: #fff; }

.intro h1 { margin-bottom: 23px; }

.intro p { margin-bottom: 0; padding-right: 95px; }

.intro p + p { margin-top: 20px; }

.intro .btn { margin-top: 55px; }

/* Mobile */

.intro__inner{
    margin-bottom: 10px;
}

@media (max-width: 767px) {
	.intro { padding: 20px 0 25px; }
	.intro h1 { margin-bottom: 17px; margin-top: 0; }
	.intro p + p { margin-top: 15px; }
	.intro .btn { margin-top: 25px; }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	List Features
\* ------------------------------------------------------------ */

.list-features { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.list-features li { padding: 0 15px 13px; position: relative; }

.list-features li:after { position: absolute; content: ''; background: #d81e05; bottom: 0; left: 0; right: 100%; height: 5px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.list-features li:hover:after { right: 0; }

.list-features li.current:after { right: 0; }

.list-features h6 { text-align: center; }

.list-features h6 span { display: block; font-size: 13px; }

/* ------------------------------------------------------------ *\
	List Features Black
\* ------------------------------------------------------------ */

.list-features--black { text-align: center; }

.list-features--black li { padding: 0 10px 13px; }

.list-features--black li:after { background: #000; }

.list-features--black h4 { font-size: 25px; margin-bottom: 0; }

.list-features--black p { font-size: 13px; font-family: 'Montserrat', Arial, sans-serif; color: #000; font-weight: 700; }

/* Mobile */

@media (max-width: 767px) {
	.list-features li { padding: 0 30px 10px; }
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

/* Mobile */

@media (max-width: 767px) {
	.logo { display: block; text-align: center; }
	.logo img { width: 136px; height: 24px; }
}
@media (max-width: 767px) {
    .col-sm-hidden{
        display: none;
    }
}

/* ------------------------------------------------------------ *\
	Media
\* ------------------------------------------------------------ */

.media a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.media a:hover { opacity: .8; }

/*.media .media__body {  margin-right: 22px; }*/

.media .media__aside iframe { margin-bottom: 15px; }

/*.media .media__body { margin-bottom: -15px; }*/

.media .media__aside a { display: inline-block; }

.media .media__aside a + a { margin-top: 15px; }

/* Mobile */

@media (max-width: 767px) {
	.media .media__aside iframe { width: 100%; height: 190px; }
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav {background: #fff;}

.nav .nav-trigger { visibility: hidden; opacity: 0; }

.nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 14px 5px; color: #fff; }

.nav ul a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.nav ul a:hover {font-weight: bold;color: #000;}

@media ( min-width: 768px ) {
	.nav { display: block!important; }
	.nav ul { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
}

/* Mobile */

@media (max-width: 767px) {
    .nav_upper { display: none; }
	.nav { height: 42px; position: relative; }
	.nav ul { display: block; display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(216, 30, 5, .9); text-align: center; padding: 5px 0; border-top: solid 3px #ebebeb; border-bottom: solid 5px #ebebeb; font-weight: 700; font-size: 18px; }
	.nav li a { display: block; padding: 14px 0; }

	/* Nav Trigger */

	.nav .nav-trigger { visibility: visible; opacity: 1; position: absolute; top: 50%; right: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); line-height: 0; font-size: 0; }
	.nav .nav-trigger span {position: relative;display: inline-block;width: 25px;height: 3px;background: #000;border-radius: 3px;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;margin: 7px 0;}
	.nav .nav-trigger span:before {position: absolute;content: '';bottom: 7px;left: 0;width: 25px;height: 3px;background: #000;border-radius: 3px;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
	.nav .nav-trigger span:after {position: absolute;content: '';top: 7px;left: 0;width: 25px;height: 3px;background: #000;border-radius: 3px;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}

	.nav .nav-trigger.active span { background: #d81e05; }
	.nav .nav-trigger.active span:before { -webkit-transform: translateY(7px) rotate(50deg); -ms-transform: translateY(7px) rotate(50deg); transform: translateY(7px) rotate(50deg); opacity: 1; width: 20px; }
	.nav .nav-trigger.active span:after { -webkit-transform: translateY(-7px) rotate(-50deg); -ms-transform: translateY(-7px) rotate(-50deg); transform: translateY(-7px) rotate(-50deg); opacity: 1; width: 20px; }
}

.nav_upper{
    font-size: 12px;
}

.nav_upper ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    /*display: flex;*/
    /*flex-direction: row;*/
}

.nav_upper .col{
    max-width: 60%;    
}

.nav_upper ul a {
    display: inline-block;
    padding: .56rem 0rem;
    margin-right: 1.5rem;
    position: relative;
}

/* ------------------------------------------------------------ *\
	Offers
\* ------------------------------------------------------------ */

.offers { margin: 0 -10px -50px; }

.offer { width: 100%; text-align: center; font-family: 'Montserrat', Arial, sans-serif; margin-bottom: 50px; padding: 0 10px; }

.offer .offer__inner { border: solid 1px #e5e5e5; padding: 35px 20px 45px; }

/* Offer Head */

.offer .offer__head { margin-bottom: 32px; }

.offer .offer__head h4 { margin-bottom: 0; }

.offer .offer__head p { font-size: 14px; line-height: 1; color: #000; font-weight: 700; }

/* Offer Body */

.offer .offer__body { margin-bottom: 54px; }

.offer .offer__body p { font-size: 14px; line-height: 1.21; color: #000; font-weight: 700; }

.offer .offer__body p span { display: block; color: #d81e05; }

/* Mobile */

@media (max-width: 767px) {
	.offers { margin: 0 0 -50px; }
	.offer { padding: 0; margin-bottom: 20px; }
	.offer .offer__inner { padding: 22px 5px; min-height: 210px; }
	.offer .offer__body,
	.offer .offer__head { margin-bottom: 18px; }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */

.section-features { padding-top: 12px; -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .2); box-shadow: 0 2px 15px rgba(0, 0, 0, .2); overflow-x: auto; }

/* Mobile */

@media (max-width: 767px) {
	.section-features { padding-top: 0; }
}

/* ------------------------------------------------------------ *\
	Section Offers
\* ------------------------------------------------------------ */

.section-offers { padding: 77px 0 53px; }

/* ------------------------------------------------------------ *\
	Section Locations
\* ------------------------------------------------------------ */

.section-locations { padding-bottom: 80px; }

.section-locations .section__head { text-align: center; border-bottom: solid 1px #e5e5e5; padding-bottom: 25px; margin-bottom: 35px; }

.section-locations .section__head h3 { margin-bottom: 10px; }

@media ( max-width: 950px ) {
	.section-locations .section__body { overflow-x: auto; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-locations { padding-bottom: 10px; }
	.section-locations .section__head { padding: 0 30px; border: 0; }
}

/* ------------------------------------------------------------ *\
	Section Slider
\* ------------------------------------------------------------ */

.section-slider { padding: 15px 0; }

.section-slider .section__body { border-bottom: solid 1px #e5e5e5; padding-bottom: 50px; }

/* Mobile */

@media (max-width: 767px) {
	.section-slider { padding-bottom: 10px; }
	.section-slider .section__body { padding-bottom: 10px; }
}

/* ------------------------------------------------------------ *\
	Section Table
\* ------------------------------------------------------------ */

.section-table .section__head { text-align: center; }

.section-table .section__body { border-bottom: solid 1px #e5e5e5; padding-bottom: 55px; text-align: center; }

/* ------------------------------------------------------------ *\
	Section Form
\* ------------------------------------------------------------ */

.section-form { padding: 38px 0 38px; }

.section-form .section__head { text-align: center; border-bottom: solid 1px #e5e5e5; padding-bottom: 40px; margin-bottom: 49px; }

.section-form .section__head h3 { margin-bottom: 10px; }

/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */

.section-about { padding: 30px 0 0; }

.section-about .section__head { margin-bottom: 25px; }

.section-about .section__head p { font-size: 18px; line-height: 1.22; font-weight: 700; margin-bottom: 0; }

.section-about .section__entry p + p { margin-top: 22px; }

.section-about .section__entry img { float: right; margin-left: 10px; }

.section-about .section__image { text-align: right; }

.section-about .section__image img { margin-right: 25px; }

/* ------------------------------------------------------------ *\
	Section Table
\* ------------------------------------------------------------ */

.section-table .section__head { margin-bottom: 25px; }

/* ------------------------------------------------------------ *\
	Section Media
\* ------------------------------------------------------------ */

.section-media { padding-bottom: 111px; }

.section-media .section__head { text-align: center; margin-bottom: 30px; }

.section-media .section__head h3 { margin-bottom: 5px; }

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider { position: relative; }

.slider--primary .slick-arrow { position: absolute; top: 40px; width: 30px; height: 30px; font-size: 0; background: #d81e05; border: 0; border-radius: 3px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.slider--primary .slick-arrow:hover { background: #a61704; }

.slider--primary .slick-prev { right: 100%; }

.slider--primary .slick-prev:before { background: url(../images/temp/arrow-left.png) no-repeat 0 0; }

.slider--primary .slick-next { left: 100%; }

.slider--primary .slick-next:before { background: url(../images/temp/arrow-right.png) no-repeat 0 0; }

.slider--primary .slick-prev:before,
.slider--primary .slick-next:before { position: absolute; content: ''; width: 7px; height: 12px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); pointer-events: none; }

/* Mobile */

@media (max-width: 767px) {
	.slider--primary .slick-arrow { top: 55%; }
	.slider--primary .slick-next { left: 90%; }
	.slider--primary .slick-prev { right: 90%; }

	.slider--media .slick-dots { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
	.slider--media .slick-dots li { font-size: 0; width: 12px; height: 12px; }
	.slider--media .slick-dots li button { background: #c9c9c9; border: 0; width: 12px; height: 12px; border-radius: 50%; }
	.slider--media .slick-dots li.slick-active button { background: #d81e05; }
	.slider--media .slick-dots li + li { margin-left: 10px; }
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.socials li + li { margin-left: 12px; }

.socials li { -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.socials li:hover { -webkit-transform: scale(.9); -ms-transform: scale(.9); transform: scale(.9); opacity: .8; }

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */

span.error {
    color: #D93A2F;
}

[field-name="Paragraph5"] > .field-label,
[field-name="Paragraph6"] > .field-label,
[field-name="Paragraph7"] > .field-label,
[field-name="Paragraph8"] > .field-label,
[field-name="Paragraph9"] > .field-label,
[field-name="Paragraph11"] > .field-label,
[field-name="Paragraph14"] > .field-label
{
    border-bottom: 2px solid black;
}