@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
/* @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); */


/* Normalize */


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}


/* en Normalize */

@charset "UTF-8";
body {
  background-color: #fff;
  color: #222;
  font-family: "Helvetica Neue","Helvetica Neue Light","HelveticaNeue-Light",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-weight: 300;
  font-size: 15px;
  margin: 0; }

html {
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

h1, h2, h3 {
  color: #000;
  font-weight: 100;
  font-size: 45px; }

h2 {
  margin-top: 0px;
  font-size: 19px;
  color: #4d391f;
  font-weight: 700; }

.h2flat { /* Russ new */
  margin-top: 0px;
  margin-bottom: 4px;
  }
  
h3 {
  font-size: 35px; }

h4 {
  font-size: 17px;
  font-weight: bold; }

p {
  line-height: 200%; }

#headContent .withSubtitle h1 {
  margin-top: 16px; }

hgroup h2 {
  float: left;
  position: absolute;
  bottom: 16px;
  margin-bottom: 0px;
  left: 50px;
  color: #fff;
  font-size: 16px; }

b {
  font-style: italic; }

.subtitle { /* Russ, */
  font-style: italic;
  font-size: 18px;
  font-weight: 700;
  margin-top: -2px;
  margin-bottom: -18px;
  margin-left: 3px;
  } 

.inset { 
  margin-left: 2em; }

.insetflat { 
  margin-left: 2em; 
  margin-top: -2px;
  margin-bottom: 0px;
  } 

.setflat { 
  margin-left: 0px; 
  margin-top: -2px;
  margin-bottom: 0px;
  } 

.insettitle {
     margin-left: 0px;
     font-weight: bold;
     }
.insetup {
     margin-left: 0px;
     margin-top: 6px;
     margin-bottom: 3px;
     }

.readertext {
     font-style: italic;
     }

.right h1 {
  font-size: 25px; }

ul {
  padding-left: 0px; }

li {
  display: block; 
     margin-top: 0px;
     margin-bottom: -4px;
  }

.grey {
  color: #5d5d5d; }

.c-red { color: #f00; }

#front a h2, #front a h3, #front a h4, #front a p {
  color: #000; }

#front a h2, #front a h3, #front a h4, #front a h2:hover, #front a h3:hover, #front a h4:hover, #front a.w33, #front w33 p {
  text-decoration: none; }

#front .link {
  margin-top: 20px; }

#front .img-text img {
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
  width: 33%; }

#front .img-text img:hover {
  -webkit-filter: grayscale(0);
  /* Webkit */
  filter: inherit;
  /* IE6-9 */
  filter: grayscale(0);
  /* W3C */ }

#front .img-text .text {
  width: calc(100% - 33% - 50px); }

#front .left, #front .right {
  padding-top: 0px; }

hr {
  background: url("img/divider_no_flag.jpg") no-repeat center;
  height: 62px;
  width: 100%;
  margin-top: 60px; 
  border: none; }

hr + .divider {
  background: url("img/divider.png") no-repeat center;
  height: 62px;
  width: 100%;
  max-width: 796px;
  display: block;
  margin: auto;
  margin-top: -76px; }

.flat-hr {  
  margin-top: 5px; 
  margin-bottom: -60px; 
  }

#frontTop {
  background: url("img/homepage.jpg");
  height: 400px; /* 600px;  */
  width: 100%;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }

#frontTop hgroup {
  position: absolute;
  /*top: 35%;*/
  width: 100%;
  text-align: center;
  z-index: 1; 
  bottom: 47px;
}

#frontTop hgroup h1, #frontTop hgroup h2 {
  color: #fff;
  float: inherit;
  position: relative;
  left: inherit;
  font-weight: 300;
  width: 90%;
  margin-left: 5%; }

#frontTop hgroup h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 60px;
  margin-bottom: 0px;
}

#frontTop .bg {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("img/overlay.png"); }

#frontTop h3 {
  
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 10px;
  z-index: 1;
  font-family: 'Roboto', sans-serif;
  }

.frachFlag {
  height: 9px;
  width: 100%;
  position: relative; }

.frachFlag .container {
  height: 10px;
  margin-bottom: -1px;
  position: relative;
  z-index: 1; }

.frachFlag .blue, .frachFlag .red {
  height: 9px;
  width: 50%;
  position: absolute;
  top: 0px; }

.frachFlag .blue {
  background-color: #00206e;
  left: 0px; }

.frachFlag .red {
  background-color: #a90000;
  right: 0px; }

.inline-header + .inline-list, .a-zList + .inline-list {
  float: right;
  margin-top: 60px; }

.a-zList + .inline-list {
  display: inline-table;
  float: right;
  margin-top: 52px; }

.a-zLine .inline-right {
  font-style: italic; }

.also .inline-right {
  float: right; }

table {
  border-horizontal-spacing: 0px;
  border-vertical-spacing: 0px;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  width: 100%; }

tr {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1; }

tr td {
  padding: 8px;  /*PADDING ADDED line-221*/
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1; }

tr.nobottom, tr.nobottom td {
  border-top: 1px solid #f1f1f1 !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important; }

tr.notop, tr.notop td {
  border-top: none !important;
  border-bottom: 1px solid #f1f1f1 !important;
  border-left: none !important;
  border-right: none !important; }

tr.noline, tr.noline td {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important; }

.nobottom tr, .nobottom td {
  border-top: 1px solid #f1f1f1;
  border-bottom: none;
  border-left: none;
  border-right: none; }

.notop tr, .notop td {
  border-top: none;
  border-bottom: 1px solid #f1f1f1;
  border-left: none;
  border-right: none; }

.noline tr, .noline td {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none; }

td.grey3green { 
  background-color: #ccc; 
  }




.inline-list li, .inline-header {
  display: inline-block; }

.inline-list li a {
  display: inline-table; }

.inline-header {
  float: left; }

.also .inline-list.right li {
  float: right; }

footer .inline-list {
  width: inherit; }

footer .left .inline-list {
  width: 40px; }

.inline-header:hover {
  text-decoration: none; }

a {
  text-decoration: none; }

a, a:active, a:active {
  /* color: #50b2af; pale cyan */
  /* color: #45a8a3; pale cyan */
  /* color: #50b2af; pale cyan */
  /* color: #008993; darker turquoise */
  color: #008993;   
  }

a:hover {
  text-decoration-color: red;
  color: red;  
  text-decoration: none; 
  }









.inline-lis {
  text-align: right; }





#map_canvas { /*Russ, added margin-top, height 500_550*/
     margin-top: 22px; 
     height: 550px; } 

/* Mqp Labels */
.gm-style div.labels { background-color: #fff;border: gray 2px solid;opacity: 1;}
.gm-style div.labelsplus { background-color: #fff;border: cyan 2px solid;opacity: 1;}
.gm-style div.labelsblue { background-color: #fff;border: blue 2px solid;opacity: 1;}
.gm-style div.labelsgreen { background-color: #fff;border: green 2px solid;opacity: 1;}
.gm-style div.labelsunesco { background-color: #ff0;border: green 2px solid;opacity: 1;}

.eng { /*ADDED*/
     font-weight: bold; }
.fren { /*ADDED*/
     color: green;
     font-weight: bold; }

.bgpink { background-color: #fcc; }
.bgyellow { background-color: #ffc; }

.stats {
  color: gray;
  font-size: 90%;
  margin-top: -42px; 
  margin-bottom: -10px; }

.a-zList + .inline-list li a {
  padding: 0px 3px; }

.w100.img-text {
  position: relative; }

.readMore {
  position: absolute;
  bottom: 0px;
  left: calc(245px + 50px + 86px); }

/* top - START */
#top {
  height: 94px;
  width: 100%;
  top: 0;
  background-color: #aaaaaa; /* #d8d8d8 Grey */
  position: fixed;
  z-index: 11; }

#front.transparent #top {
  background-color: transparent;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s; }

#front.transparent.open #top {
  background-color: #282828; } /* #282828 Grey */

#front.transparent nav > ul {
  border-top: solid 1px #828282;
  border-bottom: solid 1px #828282;
  background-color: rgba(100, 100, 100, 0.3);
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s; }

#front.transparent nav > ul > li > a, #front.transparent #search-field {
  color: #fff;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s; }

#front.transparent #search img {
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1); }

#front.transparent nav > ul > #search {
  opacity: 0.8; }

#top p {
  font-family: 'Roboto', sans-serif;
  display: block;
  float: right;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  padding-right: 10px;
  padding-top: 19.5px; }

#logo {
  padding-top: 38px;
  padding-left: 24px; }

#russ {
  padding-right: 24px;
  padding-top: 19px;
  height: 56px;
  width: 56px;
  float: right;
  border-radius: 28px; }

/* top - END */
/* top navigation - START */
nav {
  color: #888;
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  height: 143px; 
  text-align: center;
 
}

nav > ul {
  margin: 0;
  padding: 0;
  margin-top: 94px;
  z-index: 100000;
  position: relative;
  background-color: #fff;
  border-bottom: solid 1px #f1f1f1; }

nav ul li {
  display: inline-block;
  list-style-type: none;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

nav > ul > li > a > .caret {
  border-top: 4px solid #aaa;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  vertical-align: middle;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

nav > ul > li > a {
  color: #282c2f;
  display: block;
  line-height: 49px;
  padding: 0 24px;
  text-decoration: none; }

nav > ul > li > a:hover {
  text-decoration: none; }

nav > ul > .active, nav > ul > .search, nav > ul > .focus {
  background-color: #282c2f;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

nav > ul > #search {
  opacity: 0.3;
  vertical-align: middle;
  padding: 0 8px;
  background-color: transparent;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

#search, #cse-search-box {
  display: inline-block; }

#search-field {
  width: 0px;
  color: #282c2f;
  height: 45px;
  margin-top: -6px;
  position: relative;
  font-size: 15px;
  border: none;
  outline-style: none;
  font: inherit;
  padding: 0 24px;
  background-color: transparent; }

*::-webkit-input-placeholder {
  color: #a; }

*:-moz-placeholder {
  /* FF 4-18 */
  color: #ddd; }

*::-moz-placeholder {
  /* FF 19+ */
  color: #ddd; }

*:-ms-input-placeholder {
  /* IE 10+ */
  color: #ddd; }

#search {
  margin-left: -8px; }

#search button {
  background-color: transparent;
  border: none;
  margin-left: -30px; }

#search img {
  top: 3px;
  position: relative; }

nav > ul > #search:hover, nav > ul > .search, nav > ul > .focus {
  background-color: transparent;
  opacity: 1 !important; }

nav > ul > .active > a, nav > ul > .search > a, nav > ul > .active > a, nav > ul > .focus > a {
  color: #fff;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

nav > ul > li:hover > a > .caret {
  border-top-color: #fff; }

nav > ul > li > div {
  width: 300px;
  background-color: #282c2f;
  border-top: 0;
  top: 143px;
  display: none;
  margin: 0;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  height: calc(100% - 143px);
  overflow: auto;
  z-index: 10; }

nav > ul > .active > div, nav > ul > .search > div, nav > ul > .focus > div {
  display: block;
  opacity: 1;
  visibility: visible; }

nav > ul > li > div span {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  text-align: left;
  width: 90%;
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 10%;
  color: #fff;
  font-size: 30px; }

nav > ul > li > div ul {
  width: 80%;
  margin: auto;
  border-bottom: solid 1px #444;
  border-top: solid 1px #444;
  text-align: left; }

nav > ul > li > div ul > li {
  display: block; }

nav > ul > li > div ul > li:first-child {
  margin-top: 8px; }

nav > ul > li > div ul > li:last-child {
  margin-bottom: 10px; }

nav > ul > li > div ul > li > a, nav > ul > li > div ul > li > a:active, nav > ul > li > div ul > li > a:hover {
  color: #fff;
  display: block;
  padding: 12px 0px;
  text-decoration: none; }

nav > ul > li > div ul > li:hover > a {
  background-color: rgba(255, 255, 255, 0.1); }

#navBg {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9;
  top: 0;
  background-image: url("img/overlay.png");
  visibility: hidden;
  display: block; }

body.nav #navBg, body.search #navBg, body.focus #navBg, body.sidemenuisopen #navBg {
  visibility: visible; }

.noUnderline:hover, .noUnderline:active {
  text-decoration: none;
  text-decoration-color: red;
  color: red; 
  cursor: pointer; 
  }

/* top navigation - END */
/* container - START */
.container {
  max-width: 1166px;
  width: 100%;
  margin: auto; }

.element {
  /*margin-left: -86px;
  margin-right: -86px;*/ }

.row {
  display: table;
  width: 100%; }

.w100 {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  box-sizing: border-box; }

.w100margins { /* white space above below Blue-Line divider header */
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  box-sizing: border-box; }

.w100gallery {
  padding-left: 16px;
  padding-right: 86px;
  width: 100%;
  box-sizing: border-box; }

.w25:before, .w25:after, .w33:before, .w33:after, .w50:before, .w50:after, .w100:before, .w100:after, .bigLetters:before, .bigLetters:after, .inline-right:before, .inline-right:after, .inline-header-group:before, .inline-header-group:after, .tile img:before, .tile img:after {
  content: " ";
  display: table; }

.w25:after, .w33:after, .w50:after, .w100:after, .bigLetters:after, .inline-header-group:after, .inline-right:after, .tile img:after {
  clear: both; }

.w25 {
  width: calc((100% / 4) - 41px);
  display: inline-table; 
  vertical-align:top;
}

.w33 {
  width: calc((100% / 3) - 41px);
  display: inline-table; 
  vertical-align:top;
  box-sizing: border-box;
}

#front .w100 .w33 {
  width: calc((100% / 3) - 5px);
  margin-top: 20px; }

#front .w100 .w33 {
  padding-left: 0px;
  padding-left: 0px;
 }



#front .w100 .w33 {
  padding-left: 25px;
  padding-right: 25px; }

#front .w100 .w33 img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; 
}

.w33.big {
  width: calc((100% / 3) - 1px); }

.w50 {
  width: calc((100% / 2) - 46px);
  display: inline-table; 
  vertical-align:top;
}

.w50 + .w50 {
  padding-left: 86px; }

.tile {   
  border-top: solid 1px #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
  border-right: solid 1px #f1f1f1;
  padding: 19px; 
  height: 130px; }

.tile:first-child {
  border-left: solid 1px #f1f1f1; }

.tile img {
  margin: auto;
  display: table;
  margin-top: 40px;
  margin-bottom: 20px;
  height: 47px; }

.tile100 img {
  margin: auto;
  display: table;
  margin-top: 1px;
  margin-bottom: 1px;
  height: 99px; }

.tile span {
  width: 100%;
  display: inline-block;
  text-align: center; }

.tile100 {
  border-top: solid 1px #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
  border-right: solid 1px #f1f1f1;
  padding: 1px;
  height: 100px; }

.tile100.leftspan span {
  text-decoration: none;
  color: black;
  text-align: left; 
  font-size: 80%;}

.tile.big span, .tile.big.smallText span {
  text-align: left;
  font-size: 50px;
  font-weight: 100;
  padding: 20px;  
  width: calc(100% - 40px); } 

.tile.big.smallText span {
  font-size: 20px; }

.bigLetters {
  font-size: 30px;
  font-weight: 100;
  display: table-header-group; }

.bigLetters + .a-zLine, .bigLetters + .line {
  margin-top: 20px; }

.a-zLine + .bigLetters, .line + .bigLetters {
  margin-top: 40px;
  display: block; }

.inline-link {
  display: inline-table; }

.a-zList {
  display: inline-table; }

span.a-zList {
  font-weight: 100;
  font-size: 45px;
  text-transform: capitalize;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em; }

.line {
  display: table;
  width: 100%; }

.a-zLine {
  display: table; }

.a-zLine .inline-link, h1.a-zList {
  width: 280px; }

.tile.big {
  padding: 0px; }

.tile.big img {
  margin-top: 0px;
  margin-bottom: 0px;
  height: initial;
  width: 100%; }

.imgSmall-text img, .imgSmall-text .text, .img-text img, .img-text .text, .box .box, .na-text .text {
  display: inline-block; }

.img-text img {
  width: 290px;
  margin-right: 50px;
  float: left;
  margin-top: 15px; }

.img-text h3 {
  margin-top: 5px;
  margin-bottom: 15px; }

.img-text .text, .na-text .text {
  width: calc(100% - 290px - 50px); }

.img-text .text p:first-child {
  margin-top: 4px; }

.img-text .text h2 {
  margin-top: 6px; }

.imgSmall-text img {
  width: 210px;
  margin-right: 50px;
  float: left;
  margin-top: 15px; }

.imgSmall-text .text, .naSmall-text .text {
  width: calc(100% - 210px - 50px); }

.na-text .text, .naSmall-text .text {
  float: right; }

.img-text + .img-text, .imgSmall-text + .imgSmall-text .na-text + .img-text, .img-text + .na-text, .textW100 {
  margin-top: 60px; }

.box {
  display: inline;
  width: calc(100% - 86px - 86px);
  padding-left: 86px;
  padding-right: 86px; }

.box .row {
  margin-bottom: 20px; }

/* container - END */
/* sidebar - START */
.right .ads {
  margin-top: 15px; }

/* sidebar - END */
/* head - START */
#header p {
  margin-top: 30px;
  text-align: justify; }

#headerImg {
  position: relative; }

.no-img {
  margin-top: 120px; }

#headerImg > img, #headerImg > a > img {
  width: 100%;
  border-bottom: solid 12px #e5e5e5; }

#headContent {
  position: absolute;
  bottom: 15px;
  height: 105px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

#headContent h1 {
  color: #fff;
  font-weight: 100;
  font-size: 45px;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 48px;
  float: left; }

#headContent img {
  float: right;
  margin-right: 16px;
  margin-top: 16px; }

/* RIGHT COLUMN */
.right {					/* Right total width 250 */
  width: 248px; 			/* 158 > 162 Right content */ 
  display: inline-block;
  float: right;
  padding: 0px 0px 0px 0px; }

footer .right {
  padding: 0px 0px 0px 56px;
  width: 194px; }

.also {
  margin-top: -40px;
  margin-bottom: -50px; }

li + li, .a-zLine + .a-zLine, .line + .line {
  margin-top: 15px; }

.rslides_container li + li {
  margin-top: 0px; }

.line .inline-link {
  width: 70%; }

.line .inline-right {
  width: 30%;
  text-align: right; }

nav li + li {
  margin-top: 0px; }

.inline-list li + li {
  margin-top: 0px;
  margin-left: 15px; }

.a-zList + .inline-list li + li {
  margin-left: 5px; }



.right h1 {
  margin-top: 14px; 
  font-family: 'Roboto', sans-serif;
  color: #82cbdb;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* LEFT COLUMN */
/* 100%= remainder of left content, minus: 250= Right total; 172= Left padding; 1= separation*/ 
.left {
  width: calc(100% - 248px - 1px);
  display: inline-block;
  padding: 0px 0px;

  }

.left, .right {
  padding-top: 139px; }

/* head - END */
/* breadcrumb - START */
.breadcrumb {
  padding: 0px;
  margin-bottom: 20px;
  list-style: none; 
  z-index: 1000;
  position:relative;
}

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li > a {
  color: #999;
  text-decoration: none; }

.breadcrumb > li > a:hover {
  text-decoration: underline; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\003E"; }

.breadcrumb > .active {
  color: #999; }

/* breadcrumb - END */
/* map links - START */
.mapLinks {
  padding: 0px;
  margin-bottom: 20px;
  list-style: none;
  font-weight: 900;
  display: inline-table;
  margin-top: -5px;
  }

.mapLinks > li {
  display: inline-block; }

.mapLinks > li > a {
  text-decoration: none; }

.mapLinks > li > a:hover {
  text-decoration: underline; }

.mapLinks > li + li:before {
  padding: 0 20px;
  content: "|";
  color: #005cce; }

.mapLinks > li + li a {
  margin-left: 5px; }

/* map links - END */
/* slider */
.rslides_container {
  position: relative; }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 170px;
  height: 52px;
  bottom: 0;
  left: -38px;
  background: url("img/themes.png") no-repeat left;
  width: 38px; }

.large-btns_nav:hover {
  opacity: 1.0; }

.large-btns_nav.next {
  left: auto;
  background-position: right;
  right: -38px; }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none; }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px; /* 10px */
  text-align: center; }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none; /* none */
  _float: left;
  *float: left;
  margin-right: 10px; } /* 5px Space between buttons */

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px; /* -9999 */
  overflow: hidden;
  -webkit-border-radius: 15px; /* 15px */
  -moz-border-radius: 15px; /* 15px */
  border-radius: 1px; /* 15px (round) > 1px (square) */
  background: #ccc; /* #ccc */
  background: rgba(0, 0, 0, 0.2); /* rgba(0, 0, 0, 0.2) */
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 13px;    /* 9px Button Width */
  height: 11px; } /* 9px Button Height */


.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;   /* #222 */
  background: rgba(0, 0, 0, 0.8); } /* rgba(0, 0, 0, 0.8) */

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transform: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.icon-bar + .icon-bar {
  margin-top: 4px; }

.burger {
  position: absolute; }

.burger.open {
  margin-top: 6px; }

.burger.open .icon-bar:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transform: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block; }

.burger.open .icon-bar:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transform: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: -2px;
  display: block; }

.burger.open .icon-bar:nth-child(2) {
  display: none; /* none */
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  -ms-transform: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }

.burger button {
  position: relative;
  float: right;
  padding: 8px 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  outline-style: none; }

.burger {
  display: none; }

.imgSmall-text .text h3 {
  margin-top: 15px; }

.close {
  position: fixed;
  top: 140px;
  right: 25px;
  font-size: 70px;
  cursor: pointer;
  font-weight: 100;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  -ms-transform: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }

.sidemenuisopen .close {
  right: calc(50% + 25px);  /* calc(50% + 25px) */
  opacity: 1; } /* opacity: 1 */

.focus .close {
  opacity: 1;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  -ms-transform: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }

.focus #search-field {
  width: 132px !important; }

.opensidemenu {
  display: none !important;
  float: right;
  display: inline-table;
  color: #005cce;
  font-weight: 900; }

 #front a p {
  padding-right: 35px; }

.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 86px;
  padding-right: 86px;
  color: #AAA;
  text-align: center; }

.centertext { /* Russ added, for GalleryPageLink */  
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 86px;
  padding-right: 86px;
  text-align: center; }

.facebook {
  display: none; }

@media (max-width: 1199px) {
  hgroup h2 {
    font-weight: 200; }

  #headContent h1 {
    font-size: 35px; }

  .close {
    opacity: 1; }

  footer p {
    width: calc(100% - 70px); }

  .copyright span {
    float: inherit;
    width: calc(100%);
    margin-top: 20px;
    text-align: center; }

  #frontTop {
    height: 550px; } 
} /* end @media 1199px */
    
@media (max-width: 969px) {
  .opensidemenu {
    display: block !important; }

  .left {
    width: 100%;
   }

  .copyright {
    padding-left: 5%;
    padding-right: 5%; }

  .left, .right {
    padding-top: 139px; }

  /*.right * {
    display: none; }*/


  .right {
    float: left;
    padding-left: 35px;
    padding-right: 35px;
    max-width: 100% !important;
    width: 100%;
    box-sizing: border-box;
  }

  .right .widgetform .inputf {
    margin-right: auto !important;
    margin-left: auto;
    float: none;
    max-width: initial;
  }

  .right .widgetform .inputf .form-control {
    max-width: initial;
  }

  .right h1 {
    text-align: center;
  }

  .list {
    max-width: initial !important;
  }

  .sidemenu {
    position: fixed;
    top: 94px;
    right: 0;
    width: 50%;
    height: calc(100% - 94px);
    background-color: #282c2f;
    display: block;
    color: #888;
    overflow: auto;
    margin-right: -50%;
    z-index: 10; }

  .sidemenu h1 {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-style: italic;
    text-align: right;
    width: 90%;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 10%;
    color: #fff;
    font-size: 30px;
    font-weight: 300; }

  .sidemenu ul {
    width: 80%;
    display: block;
    margin: auto;
    border-bottom: solid 1px #444;
    border-top: solid 1px #444;
    text-align: left; }

  .sidemenu ul li {
    display: block; }

  .sidemenu li + li {
    margin-top: 0px; }

  .sidemenu ul li {
    text-align: right; }

  .sidemenu ul li:first-child {
    margin-top: 8px; }

  .sidemenu ul li:last-child {
    margin-bottom: 10px; }

  .sidemenu ul li:hover a {
    background-color: rgba(255, 255, 255, 0.1); }

  .sidemenu ul li a {
    color: #fff;
    display: block;
    padding: 12px 0px;
    text-decoration: none;
    font-family: 'Helvetica Neue', 'Helvetica Neue Light', HelveticaNeue-Light, Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-size: 15px;
    font-weight: 300; }

  .close {
    opacity: 0; }

  .mobilShow {
    display: block; }

  .fb-like.fb_iframe_widget {
    display: inline-table;
    margin-top: 20px; }

  .facebook {
    display: inline-table;
    float: right;
    margin-top: 20px; }

  #search, #cse-search-box {
    width: 100%; }

  #search-field {
    width: calc(100% - 70px) !important; }

  .mobilHide {
    display: none; }

  .burger {
    display: block; }

  #top p {
    display: none; }

  #logo {
    margin-left: calc(50% - 92px);
    padding-left: 0px; }

  footer p {
    width: 100%; }

  .burger {
    left: 29px;
    top: 29px; }

  nav {
    border-bottom: none; 
   /* position: absolute;*/
    overflow-y: scroll;
    height: 100vh;
    display: none;    /* OSCAR ERROR COMMENTED OUT */     
  }

  nav ul {
    display: none; }

  nav.open ul {
    display: block; }

  nav.open #navBg {
    visibility: initial; }

  nav ul li {
    display: block; }

  nav > ul, .open > ul {
    width: 50%;
    position: absolute;
    height: 1000000%;
    background-color: rgba(0, 0, 0, 0.8); }

  .open > ul {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-top: none !important; }

  nav > ul > li > a {
    color: #fff; }

  nav > ul > li > div {
    width: 50%;
    top: 94px;
    height: calc(100% - 94px);
    right: 0; }

  nav > ul > li > div > span {
    display: none; }

  nav > ul > li > div ul {
    border: none; }

  #search-field {
    color: #fff;
    background-color: transparent;
    padding-left: 24px; }

  nav > ul > #search {
    opacity: 1; }

  #search img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1); }

  .left, .right {
    padding-top: 89px; }

  .close {
    top: 90px; }

  footer .right {
    display: none; }
} /* end @media 969px */
 
 
@media (max-width: 767px) {
  .close {
    top: 45px; }

  .fb-like.fb_iframe_widget {
    display: inline-table;
    margin-top: -20px; }

  .large-btns_nav {
    display: none; }

  #map h1 { font-size: 35px; }

  #headContent {
    height: 65px;
    bottom: 17px; }

  #headContent h1 {
    font-size: 25px;
    margin-left: 28px; }

  #headContent .withSubtitle h1 {
    margin-top: 10px; }

  hgroup h2 {
    font-size: 12px;
    left: 28px;
    bottom: 10px; }

  #headContent img {
    margin-right: 6px;
    margin-top: 6px;
    height: 53px; }

  .burger {
    left: 5px;
    top: 6px; }

  #top {
    height: 47px;
    z-index: 100; }

  #top p {
    display: none; }

  #russ {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    padding-top: 9px;
    padding-right: 12px; }

  #logo {
    height: 50%;
    margin-left: calc(50% - 74px);
    padding-left: 0px;
    padding-top: 16px; }

  #frontTop {
        height: 513px; }

  #frontTop hgroup {
    top: 20%; }

  nav {
    height: 100vh;
    border-bottom: none; }

  nav.open {
    display: block; }

  nav.open #navBg {
    visibility: initial; }

  nav ul li {
    display: block; }

  nav > ul {
    width: 50%;
    margin-top: 47px;
    position: absolute;
    height: 1000000%;
    background-color: rgba(0, 0, 0, 0.8); }

  nav > ul > li > a {
    color: #fff; }

  nav > ul > li > div {
    width: 50%;
    height: calc(100% - 47px);
    top: 47px;
    right: 0; }

  nav > ul > li > div > span {
    display: none; }

  nav > ul > li > div ul {
    border: none; }

  footer .inline-list {
    display: none; }

  footer .left p {
    margin-left: 0px; }

  #front .w100 .w33 {
    width: 100%;
    margin-top: 0px; }

  .w33 h4,
  .w4 h4 {
    text-align: center;
  }

  /*#front .w100 .w33:nth-child(2n-1) {
    padding-left: 0px;
    padding-right: 15px; }

  #front .w100 .w33:nth-child(2n+0) {
    padding-left: 15px;
    padding-right: 0px; }*/

  .tile.big span {
    font-size: 20px; }

  .w50 {
    width: calc((100% ) - 1px); }

  .w50 + .w50 {
    margin-top: 40px;
    padding-left: 0px; }

   .img-text img, .img-text .text, .na-text .text, .imgSmall-text img, .imgSmall-text .text {
    width: 100%; }

  .img-text .text h2 {
    margin-top: 25px; }

  .left, .right {
    padding-top: 39px; }

  .sidemenu {
    top: 47px;
    height: calc(100% - 47px); }

  .mapLinks, .opensidemenu {
    font-size: 12px; }

  .mapLinks > li + li::before {
    padding: 0 10px; } }


	.textW100 img {
    max-width: 100%;
    height: auto;
} /* end @media 767px */


/*custom*/

.fullw {
  width: 100%;
  
}

.texthome {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #674428;
  font-size: 26px;
  margin-top: 54px;
}

.w33 h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.w33 p {
  margin-top: 9px;
  font-size: 13px;
  line-height: 19px;
  color: #343434 !important;
}

.img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
  max-height: 800px;
}

.img-responsive-med { /* Russ, Inline images at 30 pct */
  max-width: 30%;
  display: block;
  height: auto;
}

.img-responsive-5 { /* Russ, Inline images Flora Colors */
  max-width: 16%;
  max-height: 100px;
  display: block;
}

.decoblack12 { /* Russ, Rollover Flora Colors */
  text-decoration: none;
  color: black;
  font-size: 12px;
}

.img-responsive-small {
  max-width: 200px;
  display: block;
  height: auto;
}

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

.left {
  height: auto !important;
}

.list {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #838383;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  font-weight: normal;
}

.list a, .list a:hover {
  color: #000;
}

.list li {
  border-bottom: 1px solid #838383;
  padding-bottom: 8px;
}

.list li:before {
  content: "\f105"; 
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin-right: 10px;
}

.wrapfacebolike {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.banner {
  margin-top: 20px;
  margin-bottom: 20px;
}

.separator-double {
  width: 100%;
  border-top:1px solid #acacac;
  border-bottom: 1px solid #acacac;
  height: 3px;
  float: left;
}

.carousel .fullw {
  background-color: #f3f3f3;  
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: 5px;
  float: left;
}

.carousel h3 {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 14px;
}

.carousel .caritem {
  float: left;
  width: 148px;
  margin-left: 10px;
  margin-right: 10px;
}

.carousel .caritem p {
  margin-top: 9px;
  font-size: 13px;
  line-height: 19px;
  color: #343434;
}

.buttonsection {
  background-color: #f6f8fa;
  width: 100%;
  padding: 5px;
  height: 38px;
  position: relative;
  float: left;
  box-sizing: border-box;
  border-bottom: 3px solid #e3e4e8;
  padding-left: 20px;
  padding-right: 20px;
}

.buttonsection .arrow {
  position: absolute;
  top: 5px;
  cursor: pointer;
}

.buttonsection .aleft {
  left: 27px;
}

.buttonsection .aright{
  right: 27px;
}

.title-blue {
  width: 100%;
  background-color: #82cbdb;
  color: #82cbdb;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 17px;
  /* float: left; */
  margin-bottom: 28px;
}

.title-blue span {
  background-color: #fff;
  padding-right: 15px;
}

.clearfix {
  float: left;
  height: 10px;
  width: 100%;
}

.w100 .w4 {
  width: calc((100% / 4) - 44px);
  float: left;
  margin-left: 25px;
  margin-right: 25px;
}

/*.w100 .w4:first-child {
  margin-left: 0px;
}*/

.w100 .w4:last-child {
  margin-right: 0px;
}

.w100 .w4 img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; 
}

.w4 h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.w4 p {
  margin-top: 9px;
  font-size: 13px;
  line-height: 19px;
  color: #343434 !important;
}

footer#footer {
  background-color: #303030;
  font-size: 12px;
  color: #888888;
  float: left;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 8px;
}

footer#footer .col {
  width: calc((100% / 3));
  float: left;
}


.footer-list {
  float: right;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 18px;
}

.footer-list a {
  color: #888888;
  text-decoration: underline;
}

.footer-list li {
  float: left;
  margin-right: 15px;
  margin-top: 0px;
}

.toplink {
  width: 53px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.toplink .cirletl {
  width: 53px;
  height: 53px;
  background-color: #fff;
  border-radius:35px;
  position: absolute;
  top: -48px;
  text-align: center;
}

.toplink .cirletl img {
  margin-top: 28px;
}


.sformwrap {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.57);
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 544px;   /* max-width: 544px */
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 17px;
  box-sizing: border-box;
}

.sformwrap .inputf {
  position: relative;
  width: 100%; /* width: 100%; */
  max-width: 332px; /* max-width: 332px; */
  float: left;
  margin-right: 30px;
}

.sformwrap .inputf #sicon {
  position: absolute;
  top: 8px;
  right: 8px;
}

.sformwrap .busf {
  width: 100%;
  max-width: 140px; /* max-width: 140px; */
  float: left;
}

.form-control { /* Form box, inside grey rectangle */
  width: 100%; /* width: 100%; */
  max-width: 332px; /* max-width: 332px; */
  height: 37px; /* height: 37px; */
  border-radius: 2px;
  border:1px solid #ddd;
  padding: 5px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #a5a5a5;
  padding-left: 20px;
}

.button {
  background-color: #82cbdb;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  min-width: 139px;
  text-align: center;
  padding: 11px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.owl-nav {
  display: none;
}

.owl-dots {
  position: absolute;
  bottom: -20px;
  right: 50%;

}

.owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    background-color: #434a54;
    float: left;
    margin-right: 5px;
    border-radius: 10px;
}

.owl-dots .owl-dot.active {
    background-color: #82cbdb;
}

@media (max-width: 999px) {
  footer {
    padding: 12px;
    box-sizing: border-box;
  }
  footer#footer .col {
    width: 100%;
    text-align: center;
    margin-top: 14px;
  }
  .footer-list {
    float: none;
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
  }
  .fullw {
    padding: 10px;
    box-sizing: border-box;
  }
}


@media (max-width: 767px) {
  .w100 .w4, #front .w100 .w33.c5 {
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    box-sizing: border-box !important;
  }


  .titwrap {
    padding-right: 25px !important;
  }

  .marb0 {
    margin-bottom: 25px !important;
  }

  .breadc,
  .pretitle {
    float: left;
    width: 100%;
  }

  .pretitle {
    display: none;
  }

  .pagein {
    margin-top: 56px !important;
  }

} /* end @media 767px B */

@media (max-width: 570px) {
  .sformwrap .inputf{   
    float: none;
    display: table;
    margin-right: auto;
    margin-left: auto;
  }

   .sformwrap .busf {
    float: none;
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
  }
}

@media (max-width: 400px) { 
  .carousel .caritem {
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  .owl-dots {   
    margin-right: -46px;
  }
} /* end @media 400px */





.pagein {
  margin-top: 154px;
}

.titwrap {
  padding-left: 25px;
  padding-right: 31px;
}

.marb0 {
  margin-bottom: 7px;
}

.breadc {
  float: left;
}

.breadc a {
  float: left;
}

.breadc img {
  margin-top: 3px;
  margin-right: 10px;
}

.pretitle {
  float: right;
}

.titwrap.bread {
  padding-right: 0px;
  color: #888888;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}

.widgetform .form-control {
  font-style: italic;
}

.widgetform  h1 {
  color:#4d391f;
}
.widgetform .inputf {
    margin-right: auto !important;
    margin-left: auto;
    float: none;
    max-width: initial;
}

.widgetform .inputf #sicon {
  position: absolute;
  top: 8px;
  right: 8px;
}

h1 {
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 700;
}

.pagetitle {
  margin-top: 0px;
  margin-bottom: 17px;
}

.intropage p {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 21px;
}

.intropage .imagewrap {
  margin-bottom: 26px;
}


.boxblue {
  float: left;
  width: 100%;
  background-color: #eee; /* 4290a1 turquoise*/
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff; /* ??? */
  box-sizing: border-box;
  border:2px solid #4290a1; /* Added 31jan2019 */
}
.boxblue p {  /* active text & separators  */
  margin: 0px;
  color: #999;  /* fff white */
  line-height: 22px; /* 14 px */
    font-weight: 900;
}
.boxblue a { /* non-selected link-text */ 
  color: #000;  /* fff white */
  text-decoration: underline;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}


.boxgrey {   /* July 2019 For Suport Contribution */
  float: left;
  width: 100%;
  background-color: #fff; 
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff; /* ??? */
  box-sizing: border-box;
  border:1px solid #ccc; 
}
.boxgrey p {  /* active text & separators  */
  margin: 0px;
  color: #000;  /* #999 */
  line-height: 18px; /* 16 px */
 /* font-weight: 900; */
  font-size: 14px;

}


.post {
  float: left;
  margin-bottom: 12px;
}

.post img {
  width: 100%;
}

.post h4 {
  font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.post p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 19px;
    color: #343434 !important;
}


#front .w100 .w33.c5 {
    width: calc((100% / 5) - 5px);
    margin-top: 20px;
}

#front .w100 .w33.c5 {
    padding-left: 10px;
    padding-right: 10px;
}


.w33.c5 h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
}


.cookiespol {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  color: #838383;
  border-top: 1px solid #ddd;
  z-index: 999;
}


#footer a {  
    color: #888888;
    text-decoration: underline;
}

.imagewrap {
  background-color: #ddd;
  width: 100%;
  float: left;
}


#impliedsubmit {
    background-color: #82cbdb;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    min-width: 139px;
    text-align: center;
    padding: 11px;
    border-radius: 4px;
    border: none;
}

.contetpage3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.contetpage3 p {
    line-height: 23px;
}

.middletitle {
    font-size: 19px;
    color: #4d391f;
    font-weight: 700;
}

blockquote {
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 14px;
  padding-right: 14px;
  border:1px solid #eeeeee;
  margin: 0px;
  color: #3a3a3a;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: italic;
  border-left: 2px solid #82cbdb;
  line-height: 20px;
  margin-top: 27px;
  margin-bottom: 27px;
}

.col2 {
    float: left;
    margin-right: 30px;
}

.boxblue .line2 {
    margin-bottom: 5px;
}

.list strong {
    color: #82cbdb;
} 


.right {
    font-size: 12px;
    color: #000;
    max-width: 300px;  
    font-weight: normal;
}

.addtinfo a {
    color: #82cbdb;
    text-decoration: underline;
}

.addtinfo p {
    line-height: 20px;
}

.description3 {
    font-size: 12px !important;
    color: #3a3a3a !important;
}

.marb0 {
    margin-bottom: 0px;
}

.col3 {
    float: left;
    margin-right: 34px;
}

.mapimage {
    margin-bottom: 15px;
}

.button-wide {
    float: left;
    margin-right: 10px;
}

.seemap a {
     font-size: 12px;
     color: #82cbdb;
     text-decoration: underline;
}


.intropage a {
    text-decoration: none;
}


.owl-car2  {
    margin-bottom: 25px;
    margin-top: 25px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.owl-car2 img {
    height: auto;
}

.caruselwrap {
    float: left;
    width: 100%;
    position: relative;
}

.arrlefca {
    position: absolute;
    left: 15px;
    top:34%;
    cursor: pointer;
    z-index: 9;
}

.arrlefca.carbig {
    top: 50%;
}

.arrrifca {
    position: absolute;
    right: 15px;
    top:34%;
    cursor: pointer;
    z-index: 9;
}

.arrrifca.carbig {
    top: 50%;
}

.circlebut {
  background-color: rgba(255, 255, 255, 0.7);
  width: 44px;
    height: 34px;
    border-radius: 41px;
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
}

.circlebut i {
    color: rgba(0, 0, 0, 0.47);
}

.acordiontitle {
    background-color: #f3f3f3;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 12px;
}

.acordiontitle p {
    margin: 0px;
}

.acordiocontent {
    display: none;
    padding-left: 10px;
    padding-right: 10px;
}

.acordiocontent.open {
    display: block;
}

.arrowac {
  float: right;
  margin-top: 9px;
}

.middletitle {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}



@media (max-width: 600px) { 
  .col2 {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .col2.half {
      width: 100% !important;
  }

  .sites .titwrap {
      border-bottom: 1px solid #ddd;
  }

} /* end @media 600px */


.col2.half {
    width: 44%;
}

.big-title-map {
    font-size: 25px;
    font-weight: 900;
    color: #000;
    margin-bottom: 17px;
    font-family: 'Roboto', sans-serif;
}

.maplist {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.maplist li {/* Russ, 13px to 15px */
    font-size: 15px;
    color: #3dadc6;
}

.maplist li a {
    text-decoration: none;
    color: #000;
}

.maplist li + li {
    margin-top: 13px;
}

.owl-carousel {
    z-index: 8 !important;
}

.wrapbigcar {
    position: relative;
}

.wrapbigcar .caption {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
    min-height: 64px;
}

.wrapbigcar .caption p {
    margin: 0px;
    color: #000;
    font-size: 12px;
    line-height: 17px;
}


.owl-item.active.currentsl {
    border-bottom: 4px solid #a5a5a5;
    padding-bottom: 4px;
}


.img-left-align {
  float: left;
  margin-right: 15px;
}


.img-right-align {
  float: right;
  margin-left: 15px;
}


@media (max-width: 430px) { 
  .arrlefca.carbig {
      top: 26%;
  }
  .arrrifca.carbig {
      top: 26%;
  }
}

.acordiontitle,
.title-blue {
  position: relative;
}

.ui-accordion-header-icon {
  position: absolute;
  right: 12px;
  font-size: 18px;
  background-color: transparent !important;
  color: #000;
  padding-right: 0px !important;
}

.ui-accordion-content {
  margin-bottom: 21px;
}

.title-blue.ui-accordion-header {
  margin-bottom: 20px;
}

.ui-accordion-header {
  cursor: pointer;
}
/* new style */

.w66 {
  width: calc((100% / 3 * 2) - 41px);
  display: inline-table; 
  vertical-align:top;
  box-sizing: border-box; 
  border: solid 1px #dddddd; /* Russ homepage y19-04 */
  padding-top: 2px;  /* Russ homepage y19-04 */
  padding-bottom: 2px;  /* Russ homepage y19-04 */
}
.w66-left {
	float: left;
	width: 50%;
}
.w66-right {
	float: left;
    width: 45%;
    margin-left: 2%;
    margin-right: 1%;
}
.w66 p {
	margin-top: 1px;  /* Russ homepage y19-04 */
    font-size: 13px;
    line-height: 19px;
    color: #343434 !important;
    margin-left: 6px; /* Russ homepage y19-04 */
}


#front .w100 .w66 {
  width: calc((100% / 3 * 2) - 5px);
  margin-top: 20px; 
}
#front .w100 .w66 {
  padding-left: 0px;
  padding-left: 0px;
}
#front .w100 .w66 {
  padding-left: 25px;
  padding-right: 25px; 
}
#front .w100 .w66 img {
  max-width: 100%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto; 
}
.w66.big {
  width: calc((100% / 3 * 2) - 1px); 
}
.w66 h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 0px;
}
@media (max-width: 767px) {
	.w66-left p {
		margin-bottom: 0;
	}
	.w66-right p {
		margin-top: 4px;
	}
	.w66,
	#front .w100 .w66 {
		width: 100%;
		margin-top: 0px;
	}
	#front .w100 .w66 img {
		display: block;
	}
	.w66-right,
	.w66-left {
		width: 100%;
		float: none;
	}
	.w66 h4 {
		text-align: center;
	}
}