@charset "UTF-8";
/** Imports **/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 @font-face {
    font-family: 'PP Fragment Glare Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PP Fragment Glare Regular'), url('../assets/fonts/PPFragment-GlareRegular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PP Fragment Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PP Fragment Sans Regular'), url('../assets/fonts/PPFragment-SansRegular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PP Fragment Serif Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PP Fragment Serif Regular'), url('../assets/fonts/PPFragment-SerifRegular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PP Fragment Text Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PP Fragment Text Regular'), url('../assets/fonts/PPFragment-TextRegular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PP Fragment Glare Light';
    font-style: normal;
    font-weight: normal;
    src: local('PP Fragment Glare Light'), url('../assets/fonts/PPFragment-GlareLight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PP Fragment Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('PP Fragment Sans Light'), url('../assets/fonts/PPFragment-SansLight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PP Fragment Serif Light';
    font-style: normal;
    font-weight: normal;
    src: local('PP Fragment Serif Light'), url('../assets/fonts/PPFragment-SerifLight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PP Fragment Glare ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('PP Fragment Glare ExtraBold'), url('../assets/fonts/PPFragment-GlareExtraBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PP Fragment Sans ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('PP Fragment Sans ExtraBold'), url('../assets/fonts/PPFragment-SansExtraBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'PP Fragment Serif ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('PP Fragment Serif ExtraBold'), url('../assets/fonts/PPFragment-SerifExtraBold.woff') format('woff');
    }


/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
/* line 25, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 29, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_reset.scss */
body {
  line-height: 1; }

/* line 32, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_reset.scss */
ol, ul {
  list-style: none; }

/* line 35, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 38, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 43, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
*, ::after, ::before {
  box-sizing: inherit; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .container {
    max-width: 1140px; } }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.order-first {
  -ms-flex-order: -1;
  order: -1; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.order-last {
  -ms-flex-order: 13;
  order: 13; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.order-0 {
  -ms-flex-order: 0;
  order: 0; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.order-1 {
  -ms-flex-order: 1;
  order: 1; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.order-2 {
  -ms-flex-order: 2;
  order: 2; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.order-3 {
  -ms-flex-order: 3;
  order: 3; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.order-4 {
  -ms-flex-order: 4;
  order: 4; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.order-5 {
  -ms-flex-order: 5;
  order: 5; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.order-6 {
  -ms-flex-order: 6;
  order: 6; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.order-7 {
  -ms-flex-order: 7;
  order: 7; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.order-8 {
  -ms-flex-order: 8;
  order: 8; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.order-9 {
  -ms-flex-order: 9;
  order: 9; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.order-10 {
  -ms-flex-order: 10;
  order: 10; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.order-11 {
  -ms-flex-order: 11;
  order: 11; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.order-12 {
  -ms-flex-order: 12;
  order: 12; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.offset-1 {
  margin-left: 8.333333%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.offset-2 {
  margin-left: 16.666667%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.offset-3 {
  margin-left: 25%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.offset-4 {
  margin-left: 33.333333%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.offset-5 {
  margin-left: 41.666667%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.offset-6 {
  margin-left: 50%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.offset-7 {
  margin-left: 58.333333%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.offset-8 {
  margin-left: 66.666667%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.offset-9 {
  margin-left: 75%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.offset-10 {
  margin-left: 83.333333%; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-sm-0 {
    margin-left: 0; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-sm-1 {
    margin-left: 8.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-sm-2 {
    margin-left: 16.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-sm-3 {
    margin-left: 25%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-sm-4 {
    margin-left: 33.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-sm-5 {
    margin-left: 41.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-sm-6 {
    margin-left: 50%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-sm-7 {
    margin-left: 58.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-sm-8 {
    margin-left: 66.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-sm-9 {
    margin-left: 75%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-sm-10 {
    margin-left: 83.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-md-0 {
    margin-left: 0; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-md-1 {
    margin-left: 8.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-md-2 {
    margin-left: 16.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-md-3 {
    margin-left: 25%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-md-4 {
    margin-left: 33.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-md-5 {
    margin-left: 41.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-md-6 {
    margin-left: 50%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-md-7 {
    margin-left: 58.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-md-8 {
    margin-left: 66.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-md-9 {
    margin-left: 75%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-md-10 {
    margin-left: 83.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-lg-0 {
    margin-left: 0; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-lg-1 {
    margin-left: 8.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-lg-2 {
    margin-left: 16.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-lg-3 {
    margin-left: 25%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-lg-4 {
    margin-left: 33.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-lg-5 {
    margin-left: 41.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-lg-6 {
    margin-left: 50%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-lg-7 {
    margin-left: 58.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-lg-8 {
    margin-left: 66.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-lg-9 {
    margin-left: 75%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-lg-10 {
    margin-left: 83.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-xl-0 {
    margin-left: 0; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-xl-1 {
    margin-left: 8.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-xl-2 {
    margin-left: 16.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-xl-3 {
    margin-left: 25%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-xl-4 {
    margin-left: 33.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-xl-5 {
    margin-left: 41.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-xl-6 {
    margin-left: 50%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-xl-7 {
    margin-left: 58.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-xl-8 {
    margin-left: 66.666667%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-xl-9 {
    margin-left: 75%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-xl-10 {
    margin-left: 83.333333%; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .offset-xl-11 {
    margin-left: 91.666667%; } }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.d-none {
  display: none !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.d-inline {
  display: inline !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.d-inline-block {
  display: inline-block !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.d-block {
  display: block !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.d-table {
  display: table !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.d-table-row {
  display: table-row !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.d-table-cell {
  display: table-cell !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-sm-none {
    display: none !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-sm-inline {
    display: inline !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-sm-inline-block {
    display: inline-block !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-sm-block {
    display: block !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-sm-table {
    display: table !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-sm-table-row {
    display: table-row !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-sm-table-cell {
    display: table-cell !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-md-none {
    display: none !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-md-inline {
    display: inline !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-md-inline-block {
    display: inline-block !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-md-block {
    display: block !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-md-table {
    display: table !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-md-table-row {
    display: table-row !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-md-table-cell {
    display: table-cell !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-lg-none {
    display: none !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-lg-inline {
    display: inline !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-lg-inline-block {
    display: inline-block !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-lg-block {
    display: block !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-lg-table {
    display: table !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-lg-table-row {
    display: table-row !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-lg-table-cell {
    display: table-cell !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-xl-none {
    display: none !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-xl-inline {
    display: inline !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-xl-inline-block {
    display: inline-block !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-xl-block {
    display: block !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-xl-table {
    display: table !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-xl-table-row {
    display: table-row !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-xl-table-cell {
    display: table-cell !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-print-none {
    display: none !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-print-inline {
    display: inline !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-print-inline-block {
    display: inline-block !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-print-block {
    display: block !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-print-table {
    display: table !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-print-table-row {
    display: table-row !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-print-table-cell {
    display: table-cell !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

/* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  /* line 6, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_bootstrap.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/* Slider */
/* line 2, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  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; }

/* line 21, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

/* line 31, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-list:focus {
  outline: none; }

/* line 35, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

/* line 41, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 51, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 61, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

/* line 68, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-track:after {
  clear: both; }

/* line 72, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden; }

/* line 77, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

/* line 85, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
[dir='rtl'] .slick-slide {
  float: right; }

/* line 89, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-slide img {
  display: block; }

/* line 93, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-slide.slick-loading img {
  display: none; }

/* line 97, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none; }

/* line 101, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-initialized .slick-slide {
  display: block; }

/* line 105, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden; }

/* line 109, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* line 117, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/_slick.scss */
.slick-arrow.slick-hidden {
  display: none; }

/** Variables **/
/** Defaults **/
/* line 26, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
html {
  box-sizing: border-box;
  font-size: 58%;
  background: #fff;
  color: #363636;
/*  font-family: "Montserrat", sans-serif; */
}

/* line 34, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
  font-family: inherit;
  color: inherit; }

/* line 42, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
p,
.p {
  font-size: 1.7rem;
  line-height: 1.7;
  margin-bottom: 19px;
  letter-spacing: 0.5px;
  font-family: "Montserrat", sans-serif; 
 }

/* line 50, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
h1,
.h1 {
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 19px; }

/* line 57, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
h2,
.h2 {
  margin-bottom: 19px;
  font-size: 3.6rem;
  font-weight: 900; }

/* line 64, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
h3,
.h3 {
  margin-bottom: 19px;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.5px; }

/* line 72, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
h4,
.h4 {
  font-weight: 900;
  letter-spacing: 2.5px;
  font-size: 1.7rem;
  line-height: 1.7;
  text-transform: uppercase;
  margin-bottom: 19px; }

/* line 82, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
h5,
.h5 {
  font-size: 1.7rem;
  line-height: 1.7;
  margin-bottom: 19px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'PP Fragment Serif Light';
}
/* line 92, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
a {
  color: #363636;
  font-size: 1.7rem;
  text-decoration: none;
  cursor: pointer; 
font-family: "Montserrat", sans-serif;}
  /* line 97, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  a:hover {
    color: #363636; }

/* line 102, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
img {
  max-width: 100%; }

/** CSS **/
/* line 110, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
#wpadminbar {
  z-index: 0 !important; }

/* Remove Chrome AutoFill BG Colour */
@-webkit-keyframes autofill {
  to {
    color: #363636;
    background: transparent; } }

/* line 124, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

/* line 129, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.hide {
  display: none !important; }

/* line 133, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.loading {
  cursor: progress !important; }

/* line 137, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
body {
  overflow-x: hidden; }

/* line 141, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.button {
  border: 2px solid #363636;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 1.4rem;
  padding: 19px 38px;
  display: inline-block;
  position: relative;
  transition: color 0.4s ease; }
  /* line 151, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .button:before {
    content: '';
    width: 100%;
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #363636;
    z-index: -1;
    transition: height 0.4s ease; }
  /* line 163, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .button:hover {
    color: #fff; }
    /* line 165, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .button:hover:before {
      height: 100%; }

/* line 171, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.button-wrapper {
  border: 2px solid #363636;
  display: inline-block;
  position: relative; }
  /* line 175, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .button-wrapper input[type="submit"] {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 1.4rem;
    padding: 19px 38px;
    border: none;
    transition: color 0.3s ease;
    background: none;
    outline: none;
    cursor: pointer; }
    /* line 186, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .button-wrapper input[type="submit"]:hover {
      color: #fff; }
  /* line 190, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .button-wrapper:before {
    content: '';
    width: 100%;
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #363636;
    z-index: -1;
    transition: height 0.3s ease; }
  /* line 202, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .button-wrapper:hover:before {
    height: 100%; }

/* line 207, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.text-input-wrapper {
  border-bottom: 2px solid #363636;
  position: relative;
  /*&:before {
        content: '';
        width: 0;
        height: 2px;
        background: $accentColour;
        display: block;
        position: absolute;
        bottom: -2px;
        z-index: 10;
        transition: width 0.5s ease;
    }
    
    
    
    &.focused:before {
        width: 100%;
    }*/ }
  /* line 210, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .text-input-wrapper label {
    position: absolute;
    left: 38px;
    top: 18.5px;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 1.5;
    opacity: 0.8;
    transition: transform 0.4s ease;
    z-index: -1;
    transform-origin: top left; }
  /* line 224, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .text-input-wrapper input,
  .text-input-wrapper textarea {
    font-size: 1.4rem;
    padding: 18.5px 38px;
    border: none;
    background: none;
    width: 100%;
    outline: none; }
  /* line 233, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .text-input-wrapper textarea {
    resize: vertical;
    height: 100px; }
  /* line 237, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .text-input-wrapper.active label {
    transform: translate3d(0, -28.5px, 0) scale(0.8); }

/* line 262, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.email-wrapper:after,
.tel-wrapper:after,
.search-wrapper:after {
  content: '';
  background: url(../assets/svg/message.svg);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 19px;
  height: 25px;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

/* line 276, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.email-wrapper label,
.tel-wrapper label,
.search-wrapper label {
  left: 63px; }

/* line 279, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.email-wrapper input,
.tel-wrapper input,
.search-wrapper input {
  padding: 18.5px 18.5px 18.5px 63px; }

/* line 285, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.tel-wrapper:after {
  background-image: url(../assets/svg/phone.svg); }

/* line 290, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.search-wrapper {
  margin-top: 38px; }
  /* line 292, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .search-wrapper:after {
    background-image: url(../assets/svg/search.svg); }

/* line 297, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.text-center {
  text-align: center; }

/* line 301, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.read-more {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 1.4rem;
  border-bottom: #fff 2px solid;
  padding: 9.5px 0;
  color: #fff;
  display: inline-block; }

/* line 312, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.top-bar {
  background: #363636;
  color: #fff;
  text-transform: uppercase;
  padding: 9.5px 19px; }
  /* line 317, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .top-bar a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400; }
  /* line 323, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .top-bar p {
    float: left;
    font-size: 1.2rem;
    margin-bottom: 0;
    letter-spacing: 3px; }
    /* line 328, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .top-bar p:last-child {
      float: right; }

/* line 334, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.nav {
  height: 115px;
  position: relative;
  z-index: 10; }
  /* line 338, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .nav .main-logo {
    float: left;
    margin: 38px;
    width: 140px;
    display: block; }
    /* line 343, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .nav .main-logo object {
      pointer-events: none; }
  /* line 349, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .nav .menu > .current_page_item > a:before,
  .nav .menu > .current_page_parent > a:before {
    opacity: 1;
    transform: translateY(-19px); }
  /* line 353, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .nav .menu > .current_page_item > a:hover:before,
  .nav .menu > .current_page_parent > a:hover:before {
    opacity: 1; }
  /* line 357, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .nav ul {
    padding: 0;
    float: left;
    margin-bottom: 0; }
    /* line 361, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .nav ul li {
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: 2.5px;
      margin: 9.5px 9.5px 9.5px 0;
      font-weight: 900;
      position: relative; }
      /* line 368, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .nav ul li a {
        padding: 38px 19px;
        display: block;
        font-size: 1.4rem;
        position: relative; }
        /* line 373, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
        .nav ul li a:before {
          width: calc(100% - 38px);
          position: absolute;
          left: 19px;
          bottom: 0;
          transform: translateY(0);
          content: '';
          height: 2px;
          display: block;
          background: #363636;
          opacity: 0;
          transition: all 0.5s ease; }
        /* line 386, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
        .nav ul li a:hover:before {
          opacity: 1;
          transform: translateY(-19px); }
      /* line 391, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .nav ul li ul {
        background: #fff;
        padding: 19px 38px;
        position: absolute;
        top: calc(100% + 19px);
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s ease, transform 0.5s ease;
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12); }
        /* line 403, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
        .nav ul li ul li {
          display: block;
          margin: 0; }
          /* line 406, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
          .nav ul li ul li a {
            padding: 23.75px 19px;
            white-space: nowrap; }
            /* line 409, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
            .nav ul li ul li a:before {
              bottom: -14.25px; }
      /* line 416, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .nav ul li:hover ul {
        visibility: visible;
        opacity: 1;
        transform: translateY(-19px); }
  /* line 424, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .nav .menu-icon {
    display: none;
    width: 70px;
    padding: 19px;
    position: absolute;
    top: 28.5px;
    right: 19px;
    cursor: pointer; }
    /* line 432, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .nav .menu-icon span {
      background: #363636;
      height: 3px;
      display: block;
      margin-bottom: 7px;
      transition: transform 0.5s ease, opacity 0.5s ease; }
      /* line 438, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .nav .menu-icon span:last-child {
        margin-bottom: 0; }

/* line 448, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.menu-open .menu-icon span:nth-child(1) {
  transform: translate3d(0, 10px, 0) rotateZ(45deg); }

/* line 451, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.menu-open .menu-icon span:nth-child(2) {
  opacity: 0;
  transform: translate3d(20px, 0, 0); }

/* line 455, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.menu-open .menu-icon span:nth-child(3) {
  transform: translate3d(0, -10px, 0) rotateZ(-45deg); }

/* line 462, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.page-banner {
  margin-top: -9.5px;
  margin-bottom: 76px; }
  /* line 465, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .page-banner .banner-text {
    padding: 76px 76px 76px 15px;
    outline: none;
    align-items: center;
    height: 350px;
    text-align: center;
    display: flex; }
    /* line 472, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .page-banner .banner-text .text-wrapper {
      display: block;
      max-width: 400px;
      text-align: left; }
      /* line 476, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .page-banner .banner-text .text-wrapper h4 {
        margin-bottom: 19px;
        font-size: 1.5rem; }
        /* line 479, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
        .page-banner .banner-text .text-wrapper h4 a {
          font-size: 1.5rem; }
  /* line 485, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .page-banner .banner-image {
    background: #988dc1;
    background-size: cover;
    background-position: center;
    height: 350px;
    position: absolute;
    right: 0; }

/* line 495, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
  opacity: 0.5; }
  /* line 505, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .overlay.disabled {
    opacity: 1;
    mix-blend-mode: unset; }

/* line 511, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.home-banner {
  margin-top: -115px; }
  /* line 514, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .home-banner .banner-text li {
    padding: 76px;
    outline: none;
    align-items: center;
    height: 550px;
    display: none;
    text-align: center; }
    /* line 521, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .home-banner .banner-text li .text-wrapper {
      display: block;
      margin: 0 auto;
      max-width: 400px;
      text-align: left; }
    /* line 527, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .home-banner .banner-text li:first-child {
      display: flex; }
  /* line 531, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .home-banner .banner-text .slick-initialized li {
    display: flex !important; }
  /* line 535, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .home-banner .banner-image {
    background: #8073b3; }
    /* line 537, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .home-banner .banner-image li {
      background-size: cover;
      background-position: center;
      height: 550px;
      outline: none;
      display: none; }
      /* line 543, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .home-banner .banner-image li:first-child {
        display: block; }
    /* line 547, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .home-banner .banner-image .slick-initialized li {
      display: block !important; }
    /* line 550, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .home-banner .banner-image .slick-arrow {
      background: url(../assets/svg/arrow.svg);
      background-position: center;
      background-size: 20px 20px;
      background-repeat: no-repeat;
      width: 50px;
      border: none;
      font-size: 0;
      height: 50px;
      position: absolute;
      padding: 19px;
      top: 50%;
      transform: translateY(-50%);
      left: 19px;
      right: auto;
      opacity: 0.6;
      z-index: 10;
      transition: opacity 0.3s ease;
      outline: none;
      cursor: pointer; }
      /* line 570, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .home-banner .banner-image .slick-arrow:hover {
        opacity: 1; }
    /* line 574, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .home-banner .banner-image .slick-next {
      right: 19px;
      left: auto;
      transform: translateY(-50%) rotateZ(180deg); }

/* line 582, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.home-logos {
  height: 240px;
  box-shadow: 0px 0px 80px -10px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-top: -60px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 76px; }
  /* line 591, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .home-logos:before, .home-logos:after {
    content: '';
    position: absolute;
    top: 0;
    width: 76px;
    height: 100%;
    z-index: 2; }
  /* line 600, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .home-logos:before {
    left: 0;
    background: -moz-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */ }
  /* line 611, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .home-logos:after {
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */ }

@keyframes translateLogos {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-50%, 0, 0); } }
  /* line 630, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .home-logos .logo-container {
    width: 2000px;
    font-size: 0;
    animation: translateLogos 80s infinite linear;
    max-height: 200px;
    overflow-y: hidden; }
    /* line 636, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .home-logos .logo-container:hover {
      animation-play-state: paused; }
  /* line 640, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .home-logos a {
    display: inline-block;
    margin-right: 57px;
    width: 200px;
    height: 200px;
    vertical-align: middle; }
    /* line 644, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .home-logos a img {
      object-fit: contain;
      width: 100%;
      height: 100%;
      opacity: 0.6;
      transition: opacity 0.3s ease; }
      /* line 651, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .home-logos a img:hover {
        opacity: 0.9; }

/* line 658, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.home-intro-text {
  text-align: center;
  margin-bottom: 38px; }

/* line 663, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.whats-on {
  margin-bottom: 76px; }
  /* line 665, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .whats-on h2 {
    text-align: center;
    margin-bottom: 38px; }
  /* line 669, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .whats-on .event {
    height: 300px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 38px;
    color: #fff;
    box-shadow: 0px 0px 80px -10px rgba(0, 0, 0, 0.15);
    position: relative;
    background: #988dc1;
    outline: none; }
    /* line 679, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .whats-on .event .overlay {
      position: absolute;
      mix-blend-mode: multiply;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 0;
      opacity: 0.3; }
    /* line 691, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .whats-on .event h3,
    .whats-on .event p {
      position: relative;
      z-index: 1;
      color: #fff; }
    /* line 697, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .whats-on .event p {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      height: 8.67rem;
      text-overflow: ellipsis;
      overflow: hidden; }
    /* line 705, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .whats-on .event .read-more {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.3s ease, transform 0.3s ease;
      position: absolute;
      bottom: 38px;
      left: 38px;
      z-index: 1; }
      /* line 709, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .whats-on .event .read-more:hover {
        color: #fff; }
    /* line 718, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .whats-on .event:hover .read-more {
      opacity: 1;
      transform: translateY(0); }

/* line 726, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.video-preview {
  margin-bottom: 76px;
  align-items: center; }
  /* line 729, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .video-preview .video-thumbnail {
    position: relative;
    box-shadow: 0px 0px 80px -10px rgba(0, 0, 0, 0.15); }
    /* line 732, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .video-preview .video-thumbnail a {
      display: block;
      width: 100%;
      height: 350px;
      background-image: url(../assets/videothumb.jpg);
      background-size: cover;
      background-position: center;
      background-color: #988dc1;
      background-blend-mode: multiply; }
      /* line 741, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .video-preview .video-thumbnail a svg {
        fill: #fff;
        width: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0); }

@keyframes pulse {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(1); }
  50% {
    transform: translate3d(-50%, -50%, 0) scale(1.05); }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(1); } }
      /* line 761, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .video-preview .video-thumbnail a:hover svg {
        animation: pulse 0.8s ease infinite; }

/* line 769, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.footer {
  background: #363636;
  color: #fff;
  padding: 76px 0; }
  /* line 774, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .footer .full-logo {
    margin-bottom: 38px;
    display: block;
    max-width: 180px; }
    /* line 778, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .footer .full-logo object {
      pointer-events: none; }
  /* line 782, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .footer a {
    color: #fff;
    font-weight: 400;
    font-size: 1.5rem; }
  /* line 787, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .footer p {
    font-weight: 300;
    font-size: 1.5rem; }
  /* line 791, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .footer .social-icons {
    margin-bottom: 38px; }
    /* line 793, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .footer .social-icons a {
      display: block; }
    /* line 796, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .footer .social-icons li {
      display: inline-block;
      width: 35px;
      height: 30px;
      margin-right: 9.5px; }
    /* line 802, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .footer .social-icons object {
      height: 30px;
      width: 35px;
      display: block;
      pointer-events: none; }
  /* line 809, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .footer .current-day {
    font-weight: 900; }
  /* line 812, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .footer .copyright {
    opacity: 0.7; }
    /* line 814, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .footer .copyright p,
    .footer .copyright a {
      margin-bottom: 0;
      font-size: 1.2rem; }
    /* line 819, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .footer .copyright a {
      font-weight: 400; }
  /* line 824, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .footer ul a {
    font-weight: 300; }
  /* line 827, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .footer ul li {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.5px;
    font-weight: 300; }
    /* line 832, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .footer ul li span:last-child {
      float: right; }
  /* line 836, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .footer ul ul {
    margin-left: 19px; }
  /* line 840, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .footer .navigation {
    margin-bottom: 19px; }
  /* line 843, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .footer .opening-hours {
    margin-bottom: 19px; }

/* line 848, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.mailing-signup {
  margin-bottom: 76px; }
  /* line 850, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .mailing-signup p {
    text-align: center;
    margin-bottom: 38px; }
  /* line 854, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .mailing-signup .text-input-wrapper {
    width: calc(100% - 210px - 38px);
    display: inline-block;
    margin-right: 19px; }
  /* line 859, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .mailing-signup .feedback {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 19px;
    letter-spacing: 0.5px;
    padding: 38px;
    max-width: 800px;
    margin: 38px auto 0;
    display: none;
    color: #fff; }
    /* line 869, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .mailing-signup .feedback.success {
      background-color: #8073b3; }
    /* line 872, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .mailing-signup .feedback.error {
      background-color: #363636; }

/* line 878, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.key-services {
  margin-bottom: 76px; }
  /* line 880, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .key-services > div:nth-child(even) .service {
    background-position: left center; }
  /* line 883, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .key-services > div:nth-child(3) .service {
    background-position: right center; }
  /* line 886, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .key-services .service {
    background-image: url(../assets/service.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 80px -10px rgba(0, 0, 0, 0.15); }
    /* line 894, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .key-services .service a {
      z-index: 100;
      position: relative;
      display: block;
      height: 100%;
      width: 100%;
      padding: 76px;
      text-align: center;
      transition: color 0.3s ease; }
      /* line 903, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .key-services .service a h3 {
        margin-bottom: 0; }
      /* line 906, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .key-services .service a svg {
        height: 55px;
        width: auto;
        display: inline-block;
        margin-bottom: 9.5px;
        fill: #363636;
        transition: fill 0.3s ease; }
    /* line 916, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .key-services .service:hover a {
      color: #fff; }
    /* line 919, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .key-services .service:hover svg {
      fill: #fff; }
    /* line 922, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .key-services .service:hover .overlay {
      opacity: 1; }
    /* line 926, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .key-services .service .overlay {
      background: #988dc1;
      transform: translate3d(-100%, -100%, 0);
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      opacity: 0.8;
      transition: opacity 0.3s ease;
      mix-blend-mode: multiply; }
    /* line 941, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .key-services .service.in-top .overlay {
      animation: in-top 0.3s ease forwards; }
    /* line 944, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .key-services .service.in-right .overlay {
      animation: in-right 0.3s ease forwards; }
    /* line 947, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .key-services .service.in-bottom .overlay {
      animation: in-bottom 300ms ease 0ms 1 forwards; }
    /* line 950, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .key-services .service.in-left .overlay {
      animation: in-left 300ms ease 0ms 1 forwards; }
    /* line 953, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .key-services .service.out-top .overlay {
      animation: out-top 300ms ease 0ms 1 forwards; }
    /* line 956, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .key-services .service.out-right .overlay {
      animation: out-right 300ms ease 0ms 1 forwards; }
    /* line 959, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .key-services .service.out-bottom .overlay {
      animation: out-bottom 300ms ease 0ms 1 forwards; }
    /* line 962, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .key-services .service.out-left .overlay {
      animation: out-left 300ms ease 0ms 1 forwards; }

@keyframes in-top {
  from {
    transform: translate3d(0, -100%, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes in-right {
  from {
    transform: translate3d(100%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes in-bottom {
  from {
    transform: translate3d(0, 100%, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes in-left {
  from {
    transform: translate3d(-100%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes out-top {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(0, -100%, 0); } }

@keyframes out-right {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(100%, 0, 0); } }

@keyframes out-bottom {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(0, 100%, 0); } }

@keyframes out-left {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-100%, 0, 0); } }

/* line 1032, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.letting-opportunities {
  text-align: center;
  margin-bottom: 76px; }
  /* line 1035, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .letting-opportunities p {
    display: inline-block;
    margin-right: 38px; }

/* line 1041, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.insta-feed {
  margin-bottom: 76px; }
  /* line 1043, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .insta-feed .insta-post {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    outline: none;
    box-shadow: 0px 0px 80px -10px rgba(0, 0, 0, 0.15); }
    /* line 1049, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .insta-feed .insta-post img {
      filter: grayscale(1);
      transition: filter 0.3s ease; }
    /* line 1054, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .insta-feed .insta-post:hover img {
      filter: grayscale(0); }
    /* line 1057, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .insta-feed .insta-post:hover a {
      opacity: 1; }
    /* line 1061, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .insta-feed .insta-post a {
      position: absolute;
      width: 50px;
      height: 50px;
      bottom: 0;
      left: 0;
      background: url(../assets/svg/instagram.svg);
      background-size: 25px;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      transition: opacity 0.3s ease; }

/* line 1077, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.video-popup {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  top: 0;
  display: none; }
  /* line 1086, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .video-popup iframe {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 90%; }
  /* line 1093, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .video-popup span {
    cursor: pointer;
    padding: 9.5px;
    display: block;
    position: fixed;
    top: 38px;
    right: 38px; }
    /* line 1095, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .video-popup span:hover svg {
      transform: rotateZ(-90deg); }
  /* line 1104, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .video-popup svg {
    fill: #fff;
    width: 30px;
    transform: rotateZ(0);
    transition: transform 0.3s ease; }

/* line 1112, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.main-content {
  margin-bottom: 76px; }
  /* line 1114, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .main-content ul,
  .main-content ol {
    list-style: disc;
    padding-left: 38px;
    margin-bottom: 19px;
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 19px;
    letter-spacing: 0.5px; }
    /* line 1123, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .main-content ul li,
    .main-content ol li {
      padding-left: 9.5px; }
  /* line 1127, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .main-content img {
    width: 100%;
    height: auto; }
  /* line 1131, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .main-content ol {
    list-style: decimal; }
  /* line 1134, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .main-content a {
    font-weight: 900;
    color: #8073b3; }
  /* line 1138, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .main-content iframe {
    max-width: 100%; }
  /* line 1141, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .main-content blockquote {
    padding: 38px;
    position: relative; }
    /* line 1144, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .main-content blockquote:before {
      content: '“ ';
      position: absolute;
      top: 0;
      left: 0;
      font-size: 10rem;
      color: #8073b3; }
  /* line 1153, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .main-content > p:first-child:first-letter {
    color: #8073b3;
    float: left;
    font-weight: 900;
    font-size: 5.5rem;
    margin-top: -2px;
    line-height: 1;
    padding-right: 9.5px; }
  /* line 1162, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .main-content date {
    display: block;
    font-size: 1.7rem;
    line-height: 1.7;
    letter-spacing: 0.5px;
    margin-bottom: 19px; }
  /* line 1169, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .main-content .post-controls {
    display: block;
    width: 100%;
    overflow: hidden; }
  /* line 1174, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .main-content .prev-post,
  .main-content .next-post {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 38px;
    float: left;
    color: #363636;
    transition: color 0.3s ease; }
    /* line 1184, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .main-content .prev-post:hover,
    .main-content .next-post:hover {
      color: #8073b3; }
    /* line 1187, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .main-content .prev-post:before,
    .main-content .next-post:before {
      content: '‹';
      font-size: 2.4rem;
      line-height: 1.6rem;
      margin-right: 4.75px; }
  /* line 1194, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .main-content .next-post {
    float: right; }
    /* line 1196, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .main-content .next-post:before {
      content: '';
      margin-right: 0; }
    /* line 1200, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .main-content .next-post:after {
      content: '›';
      font-size: 2.4rem;
      line-height: 1.6rem;
      margin-left: 4.75px; }

/* line 1211, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.wpcf7-form .contact-form > div {
  margin-bottom: 38px; }
  /* line 1213, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .wpcf7-form .contact-form > div:last-child {
    margin-bottom: 0; }

/* line 1221, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.wpcf7-form .ajax-loader {
  display: none !important; }

/* line 1224, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.wpcf7-form .wpcf7-form-control-wrap {
  display: block; }

/* line 1227, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.wpcf7-form span[role="alert"] {
  position: absolute;
  text-transform: uppercase;
  color: #8073b3;
  font-family: "sofia-pro", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 2px;
  bottom: -19px; }

/* line 1239, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.contact-header {
  margin: 38px 0; }

/* line 1243, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.wpcf7-response-output {
  font-size: 1.7rem;
  line-height: 1.7;
  margin-bottom: 19px;
  letter-spacing: 0.5px;
  padding: 38px !important;
  max-width: 800px;
  margin: 38px auto 0 !important;
  display: none;
  color: #fff;
  border: none !important;
  background-color: #363636; }
  /* line 1255, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #8073b3; }

/* line 1260, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.contact-details {
  margin-top: 38px; }

/* line 1264, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

/* line 1272, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.sidebar {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
  padding: 38px;
  margin-bottom: 38px; }
  /* line 1276, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .sidebar a {
    font-weight: 900; }

/* line 1281, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.share-buttons {
  border-top: #ddd solid 2px;
  padding-top: 19px;
  margin-top: 38px; }
  /* line 1285, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .share-buttons a {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9.5px; }
  /* line 1291, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .share-buttons p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 9.5px; }

/* line 1299, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.child-menu {
  margin-bottom: 38px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12); }
  /* line 1302, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .child-menu li {
    font-weight: 400;
    position: relative;
    border-bottom: 1px #ccc solid; }
    /* line 1306, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .child-menu li:last-child {
      border-bottom: none; }
    /* line 1309, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .child-menu li a {
      width: 100%;
      display: block;
      padding: 19px 38px;
      line-height: 1.7; }
    /* line 1315, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .child-menu li:before {
      position: absolute;
      content: '';
      width: 0;
      height: 100%;
      background: #8073b3;
      opacity: 0.1;
      top: 0;
      left: 0;
      z-index: -1;
      transition: width ease 0.4s; }
    /* line 1327, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .child-menu li:hover:before {
      width: 100%; }
  /* line 1331, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .child-menu .parent {
    background: #8073b3;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2.5px;
    border-bottom: none; }
    /* line 1337, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .child-menu .parent a {
      color: #fff; }

/* line 1343, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.sidebar-posts {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 76px; }
  /* line 1346, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .sidebar-posts h4 {
    background: #8073b3;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2.5px;
    color: #fff;
    padding: 19px 38px;
    margin-bottom: 0; }
  /* line 1355, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .sidebar-posts li {
    border-bottom: 1px #ccc solid;
    position: relative; }
    /* line 1358, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .sidebar-posts li a {
      display: block;
      padding: 19px 38px; }
      /* line 1361, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .sidebar-posts li a p {
        margin-bottom: 0; }
    /* line 1365, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .sidebar-posts li:last-child {
      border-bottom: none; }
    /* line 1368, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .sidebar-posts li:before {
      position: absolute;
      content: '';
      width: 0;
      height: 100%;
      background: #8073b3;
      opacity: 0.1;
      top: 0;
      left: 0;
      z-index: -1;
      transition: width ease 0.4s; }
    /* line 1380, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .sidebar-posts li:hover:before {
      width: 100%; }

/* line 1386, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.search-results-content {
  margin-bottom: 38px; }
  /* line 1388, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .search-results-content .results {
    visibility: hidden;
    counter-reset: my-counter; }
    /* line 1392, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .search-results-content .results:hover > li a {
      opacity: 0.4; }
    /* line 1395, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .search-results-content .results:hover > li:hover a {
      opacity: 1; }
    /* line 1399, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .search-results-content .results li {
      border-bottom: #ddd solid 2px;
      margin-bottom: 9.5px;
      padding-left: 38px;
      position: relative;
      visibility: visible; }
      /* line 1405, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .search-results-content .results li a {
        padding: 19px 0;
        display: block;
        transition: opacity 0.3s ease; }
      /* line 1410, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .search-results-content .results li:last-child {
        border-bottom: none; }
      /* line 1413, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .search-results-content .results li:before {
        content: counter(my-counter);
        counter-increment: my-counter;
        font-size: 2rem;
        line-height: 2.8rem;
        position: absolute;
        top: 19px;
        left: 0;
        color: #ccc; }
  /* line 1427, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .search-results-content .page-list a {
    padding: 9.5px 0;
    display: inline-block; }
  /* line 1431, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .search-results-content .page-list ul {
    padding-left: 38px; }
  /* line 1435, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .search-results-content form {
    margin-bottom: 38px; }

/* line 1440, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.post {
  margin-bottom: 38px;
  display: block;
  padding-bottom: 19px; }
  /* line 1441, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .post .featured-image {
    height: 180px;
    position: relative;
    background: #ccc;
    transition: background 0.4s ease; }
    /* line 1446, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .post .featured-image .overlay {
      filter: grayscale(0.5);
      transition: filter 0.4s ease; }
  /* line 1452, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .post:hover .featured-image {
    background: #988dc1; }
    /* line 1454, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .post:hover .featured-image .overlay {
      filter: grayscale(0); }
  /* line 1458, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .post:hover .wrapper {
    background: #f0efef; }
  /* line 1462, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .post h3 {
    color: #363636; }
  /* line 1465, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .post h4 {
    color: #363636;
    font-size: 1.4rem;
    margin-bottom: 9.5px; }
  /* line 1470, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .post p {
    color: #363636;
    font-weight: 400;
    font-size: 1.4rem;
    opacity: 0.8;
    margin-bottom: 0; }
  /* line 1477, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .post .wrapper {
    padding: 19px;
    transition: background 0.3s ease; }

/* line 1486, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.hide-search,
.hide-category,
.store-filter-message {
  display: none; }

/* line 1492, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.select-wrapper {
  position: relative;
  display: inline-block; }
  /* line 1495, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .select-wrapper:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #363636 transparent transparent transparent;
    content: '';
    position: absolute;
    right: 28.5px;
    top: calc(50% - 4px); }

/* line 1508, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
select {
  border: 2px solid #363636;
  width: 100%;
  vertical-align: bottom;
  font-size: 1.5rem;
  border-radius: 0px;
  padding: 17px 57px 17px 38px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 1521, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
form[name="store-search-form"] {
  margin-bottom: 38px;
  margin-top: 76px; }
  /* line 1524, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  form[name="store-search-form"] .text-input-wrapper {
    float: left;
    width: calc(100% - 186px - 38px);
    margin-right: 38px; }
  /* line 1529, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  form[name="store-search-form"] .select-wrapper {
    width: 186px;
    float: left;
    height: 58px;
    max-height: 58px; }

/* line 1537, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
ul.store-list {
  list-style: none;
  padding: 0; }
  /* line 1540, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  ul.store-list li {
    width: calc(33% - 30px);
    float: left;
    height: 150px;
    background: #f0efef;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
    padding: 19px;
    position: relative;
    transition: background 0.3s ease;
    overflow: hidden; }
    /* line 1552, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    ul.store-list li a {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      z-index: 5; }
    /* line 1561, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    ul.store-list li img {
      max-height: 80px;
      width: auto;
      max-width: calc(100% - 38px);
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      transition: opacity 0.3s ease;
      z-index: 2; }
    /* line 1574, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    ul.store-list li .hide-search .overlay,
    ul.store-list li .hide-category .overlay {
      visibility: hidden;
      opacity: 0; }
    /* line 1579, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    ul.store-list li .white-logo {
      opacity: 0; }
    /* line 1583, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    ul.store-list li:hover .white-logo {
      opacity: 1; }
    /* line 1586, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    ul.store-list li:hover .black-logo {
      opacity: 0; }
    /* line 1590, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    ul.store-list li .overlay {
      background: #9e94c5;
      transform: translate3d(-100%, -100%, 0);
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      opacity: 1;
      transition: opacity 0.3s ease;
      mix-blend-mode: multiply;
      visibility: visible; }
    /* line 1606, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    ul.store-list li.in-top .overlay {
      animation: in-top 0.3s ease forwards; }
    /* line 1609, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    ul.store-list li.in-right .overlay {
      animation: in-right 0.3s ease forwards; }
    /* line 1612, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    ul.store-list li.in-bottom .overlay {
      animation: in-bottom 300ms ease 0ms 1 forwards; }
    /* line 1615, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    ul.store-list li.in-left .overlay {
      animation: in-left 300ms ease 0ms 1 forwards; }
    /* line 1618, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    ul.store-list li.out-top .overlay {
      animation: out-top 300ms ease 0ms 1 forwards; }
    /* line 1621, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    ul.store-list li.out-right .overlay {
      animation: out-right 300ms ease 0ms 1 forwards; }
    /* line 1624, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    ul.store-list li.out-bottom .overlay {
      animation: out-bottom 300ms ease 0ms 1 forwards; }
    /* line 1627, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    ul.store-list li.out-left .overlay {
      animation: out-left 300ms ease 0ms 1 forwards; }

@keyframes in-top {
  from {
    transform: translate3d(0, -100%, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes in-right {
  from {
    transform: translate3d(100%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes in-bottom {
  from {
    transform: translate3d(0, 100%, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes in-left {
  from {
    transform: translate3d(-100%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes out-top {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(0, -100%, 0); } }

@keyframes out-right {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(100%, 0, 0); } }

@keyframes out-bottom {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(0, 100%, 0); } }

@keyframes out-left {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-100%, 0, 0); } }
    /* line 1694, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    ul.store-list li h3 {
      font-size: 0; }
  /* line 1699, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  ul.store-list .no-logo img {
    display: none; }
  /* line 1702, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  ul.store-list .no-logo h3 {
    font-size: 3rem;
    color: #363636;
    transition: color 0.3s ease;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 9.5px;
    line-height: 1.1; }
  /* line 1716, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  ul.store-list .no-logo:hover h3 {
    color: #fff; }

/* line 1723, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

/* line 1732, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.store-logo {
  font-size: 0px; }
  /* line 1734, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .store-logo img {
    max-width: 300px;
    max-height: 120px;
    width: auto;
    height: auto; }

/* line 1742, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.store-opening-hours {
  margin-top: 38px; }
  /* line 1743, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .store-opening-hours h4 {
    margin-bottom: 19px; }
  /* line 1747, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .store-opening-hours ul {
    padding-left: 15px;
    list-style: none; }
    /* line 1750, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .store-opening-hours ul .current-day {
      font-weight: 900; }
  /* line 1754, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .store-opening-hours li {
    padding-left: 0 !important; }
    /* line 1756, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .store-opening-hours li span:last-child {
      float: right; }

/* line 1763, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.contact-details .phone {
  padding-left: 76px; }
  /* line 1765, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .contact-details .phone:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 19px;
    height: 25px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../assets/svg/phone.svg); }
  /* line 1779, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .contact-details .phone a {
    color: #363636; }

/* line 1783, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.contact-details .website a {
  color: #363636; }

/* line 1788, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.accordian {
  margin-top: 38px; }
  /* line 1790, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .accordian .accordian-item {
    margin-bottom: 9.5px; }
    /* line 1792, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .accordian .accordian-item .accordian-heading {
      cursor: pointer;
      position: relative;
      padding: 19px 76px 19px 38px;
      margin-bottom: 0;
      letter-spacing: 2.5px;
      background: #f2f2f2;
      transition: all 0.3s ease; }
      /* line 1800, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .accordian .accordian-item .accordian-heading:after {
        content: "+";
        position: absolute;
        right: 38px;
        top: 50%;
        transform: translateY(-25px);
        font-size: 2.8rem; }
    /* line 1810, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .accordian .accordian-item.active .accordian-heading {
      background: #8073b3;
      color: #fff; }
      /* line 1813, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .accordian .accordian-item.active .accordian-heading:after {
        content: "–"; }
    /* line 1818, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .accordian .accordian-item .accordian-details {
      padding: 38px;
      background: #f2f2f2;
      display: none; }
      /* line 1822, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .accordian .accordian-item .accordian-details p:last-child {
        margin-bottom: 0; }

/* line 1829, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.tab-list {
  margin-bottom: 38px; }
  /* line 1831, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .tab-list .tab {
    display: inline-block;
    background: #f2f2f2;
    padding: 9.5px 19px;
    font-weight: 900;
    letter-spacing: 2.5px;
    font-size: 1.7rem;
    line-height: 1.7;
    text-transform: uppercase;
    margin-right: 9.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 9.5px; }
  /* line 1845, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .tab-list .active {
    background: #8073b3;
    color: #fff; }

/* line 1851, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
ul.map-store-list {
  padding-left: 0px;
  list-style: none; }
  /* line 1854, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  ul.map-store-list a {
    color: #363636; }

/* line 1859, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-sprite, .icons-atm, .icons-beauro-de-change, .icons-car-parking, .icons-chargebox-2, .icons-chargebox, .icons-click-collect-2, .icons-click-collect, .icons-customer-services-ticketmaster, .icons-disabled-toilets, .icons-escalator, .icons-food, .icons-lifts, .icons-lottery-kiosk, .icons-parents-room, .icons-shopmobility, .icons-stairs, .icons-telephones, .icons-toilets {
  background-image: url("../assets/map-icons.png");
  background-repeat: no-repeat; }

/* line 1864, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-atm {
  background-position: 0 0; }

/* line 1868, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-beauro-de-change {
  background-position: 0 -31px; }

/* line 1872, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-car-parking {
  background-position: 0 -62px; }

/* line 1876, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-chargebox-2 {
  background-position: 0 -93px; }

/* line 1880, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-chargebox {
  background-position: 0 -124px; }

/* line 1884, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-click-collect-2 {
  background-position: 0 -155px; }

/* line 1888, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-click-collect {
  background-position: 0 -186px; }

/* line 1892, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-customer-services-ticketmaster {
  background-position: 0 -217px; }

/* line 1896, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-disabled-toilets {
  background-position: 0 -248px; }

/* line 1900, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-escalator {
  background-position: 0 -279px; }

/* line 1904, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-food {
  background-position: 0 -310px; }

/* line 1908, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-lifts {
  background-position: 0 -341px; }

/* line 1912, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-lottery-kiosk {
  background-position: 0 -372px; }

/* line 1916, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-parents-room {
  background-position: 0 -403px; }

/* line 1920, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-shopmobility {
  background-position: 0 -434px; }

/* line 1924, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-stairs {
  background-position: 0 -465px; }

/* line 1928, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-telephones {
  background-position: 0 -496px; }

/* line 1932, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.icons-toilets {
  background-position: 0 -527px; }

/* line 1936, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.key {
  margin-top: 38px; }
  /* line 1939, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .key ul {
    padding-left: 0; }
  /* line 1943, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .key .icons-sprite {
    padding: 0 0 0 47.5px;
    line-height: 33px;
    height: 33px;
    overflow: hidden;
    margin: 10px 0; }

/* line 1952, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.main-content .bwg_container {
  margin-top: 0px;
  padding: 0px !important; }

/* line 1957, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.leasing-company img {
  margin-bottom: 19px; }

/* line 1961, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.car-park-opening-hours {
  margin-top: 38px; }
  /* line 1963, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .car-park-opening-hours ul {
    padding-left: 0px;
    list-style: none; }
    /* line 1966, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .car-park-opening-hours ul .current-day {
      font-weight: 900; }
  /* line 1970, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .car-park-opening-hours li {
    padding-left: 0 !important; }
    /* line 1972, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .car-park-opening-hours li span:last-child {
      float: right; }

/* line 1978, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.store-logo.no-logo {
  font-size: 4.8rem; }
  /* line 1980, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .store-logo.no-logo img {
    display: none; }

/** No Svg **/
/* line 1988, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.no-svg .main-logo {
  background-image: url(../assets/svg/png/logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0; }

/* line 1995, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.no-svg .footer .full-logo {
  background-image: url(../assets/svg/png/fulllogo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0; }

/* line 2002, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.no-svg .footer .instagram {
  background-image: url(../assets/svg/png/instagram.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0; }

/* line 2009, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.no-svg .footer .facebook {
  background-image: url(../assets/svg/png/facebook.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0; }

/* line 2016, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.no-svg .footer .twitter {
  background-image: url(../assets/svg/png/twitter.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0; }

/* line 2023, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.no-svg .insta-feed .insta-post a {
  background-image: url(../assets/svg/png/instagram.png); }

/* line 2026, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.no-svg .banner-image .slick-arrow {
  background-image: url(../assets/svg/png/arrow.png);
  background-size: 14px; }

/* line 2030, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.no-svg .video-preview .video-thumbnail a svg {
  background-image: url(../assets/svg/png/play.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

/* line 2036, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.no-svg .key-services .car-park a svg {
  background-image: url(../assets/svg/png/carpark.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

/* line 2042, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.no-svg .key-services .shopping a svg {
  background-image: url(../assets/svg/png/shopping.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

/* line 2048, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.no-svg .key-services .gift-card a svg {
  background-image: url(../assets/svg/png/gift.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

/* line 2054, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.no-svg .email-wrapper:after {
  background-image: url(../assets/svg/png/message.png); }

/* line 2057, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.no-svg .tel-wrapper:after {
  background-image: url(../assets/svg/png/phone.png); }

/* line 2060, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.no-svg .search-wrapper:after {
  background-image: url(../assets/svg/png/search.png); }

/* line 2064, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.no-svg .share-buttons .facebook svg {
  background-image: url(../assets/svg/png/facebook-black.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

/* line 2070, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
.no-svg .share-buttons .twitter svg {
  background-image: url(../assets/svg/png/twitter-black.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

/** Media Queries **/
@media (max-width: 1080px) {
  /* line 2083, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .nav ul li {
    margin: 9.5px 0; }
    /* line 2085, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .nav ul li a {
      padding: 38px 9.5px; }
      /* line 2087, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .nav ul li a:before {
        width: calc(100% - 19px);
        left: 9.5px; }
    /* line 2092, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .nav ul li ul {
      padding: 4.75px 19px; } }

@media (max-width: 992px) {
  /* line 2099, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .sidebar-posts {
    margin-bottom: 38px; }
  /* line 2102, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .sidebar {
    margin-bottom: 76px; }
  /* line 2105, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .key-services .service a {
    padding: 76px 38px; }
  /* line 2108, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .nav ul {
    display: none; }
  /* line 2111, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .nav .main-logo {
    margin-left: 23px; }
  /* line 2114, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .nav .menu-icon {
    display: block; }
  /* line 2117, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .nav ul {
    display: block;
    visibility: hidden;
    background: #fff;
    position: absolute;
    top: 110px;
    right: 38px;
    height: auto;
    width: 300px;
    overflow-y: scroll;
    z-index: 1000;
    padding: 38px 38px 28.5px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
    transition: visibility 0s, opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    transform: translateY(19px); }
    /* line 2133, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .nav ul li {
      margin: 0;
      padding: 0; }
      /* line 2136, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .nav ul li a {
        margin: 0;
        padding: 9.5px;
        font-size: 1.5rem; }
        /* line 2140, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
        .nav ul li a:before {
          display: none; }
      /* line 2144, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .nav ul li ul {
        display: block;
        position: static;
        opacity: 1;
        visibility: hidden;
        background: none;
        box-shadow: none;
        margin: 0;
        transform: none;
        margin: 0 0 9.5px 19px;
        padding: 0; }
        /* line 2155, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
        .nav ul li ul li {
          margin: 0;
          padding: 0; }
          /* line 2158, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
          .nav ul li ul li a {
            margin: 0;
            padding: 9.5px;
            display: block; }
      /* line 2165, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .nav ul li:hover ul {
        transform: none; }
  /* line 2171, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .menu-open .nav ul {
    visibility: visible;
    opacity: 1;
    transform: none; } }

@media (max-width: 767px) {
  /* line 2180, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .sidebar-posts {
    margin-bottom: 76px; }
  /* line 2183, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .sidebar {
    margin-bottom: 38px; }
  /* line 2186, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .video-preview p {
    margin-bottom: 38px; }
  /* line 2189, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .key-services .service a {
    padding: 38px; }
  /* line 2192, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .top-bar p {
    float: none !important; }
  /* line 2195, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .home-banner .banner-text li {
    height: auto;
    padding: 153px 38px 76px; }
  /* line 2199, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .home-banner .banner-image li {
    height: 450px; }
  /* line 2202, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .key-services .service a svg {
    height: 40px; }
  /* line 2205, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .page-banner {
    position: relative; }
    /* line 2207, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .page-banner .banner-text {
      height: auto;
      padding: 38px; }
      /* line 2210, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
      .page-banner .banner-text .text-wrapper {
        text-align: center;
        margin: 0 auto;
        max-height: 100%; }
    /* line 2216, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .page-banner .banner-image {
      position: relative;
      margin-left: -22%;
      margin-right: -22%;
      width: 150%;
      height: 300px; }
  /* line 2227, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  ul.store-list li {
    width: calc(50% - 30px); } }

@media (max-width: 576px) {
  /* line 2234, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .mailing-signup {
    text-align: center; }
  /* line 2237, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .mailing-signup .text-input-wrapper {
    width: 100%;
    margin-bottom: 19px; }
  /* line 2241, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .top-bar {
    padding: 9.5px 4.75px; }
    /* line 2243, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
    .top-bar p:last-child {
      display: none; }
  /* line 2248, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .page-banner .banner-image {
    margin-left: -15px;
    margin-right: -15px;
    width: 120%; }
  /* line 2256, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  form[name="store-search-form"] .text-input-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 19px; } }

@media (max-width: 420px) {
  /* line 2265, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  .top-bar p {
    letter-spacing: 1.7px; }
  /* line 2270, /Users/matthewmorete/Dropbox/htdocs/newfoyleside/wp-content/themes/foyleside/css/main.scss */
  ul.store-list li {
    width: calc(100% - 30px); } }

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