/* line 5, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../../../sass/templates_v2/common/_components.scss */
.textExtraSmall {
  font-size: 9.9px;
  line-height: 1.25em;
}

/* line 6, ../../../sass/templates_v2/common/_components.scss */
.textSmall {
  font-size: 12px;
  line-height: 1.4em;
}

/* line 11, ../../../sass/templates_v2/common/_components.scss */
.textMedium {
  font-size: 15px;
}

/* line 15, ../../../sass/templates_v2/common/_components.scss */
.textLarge {
  font-size: 30px;
}

/* line 19, ../../../sass/templates_v2/common/_components.scss */
.button {
  color: white !important;
  font-size: inherit;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF1461C0', endColorstr='#FF0A3264');
  background-color: #1461c0;
  border: 0;
  color: white;
  text-shadow: #08274d 0 -1px 0;
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
/* line 15, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button:hover {
  text-decoration: none;
}
/* line 42, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button:hover {
  background-color: #1255a9;
}
/* line 44, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button:active {
  background-color: #104e9b;
}
/* line 6, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.button.disabled, .button[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: false;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 74, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/sassy-buttons-0.2.6/stylesheets/_sassy-buttons.sass */
.button::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}

/* line 26, ../../../sass/templates_v2/common/_components.scss */
.actionButton {
  display: block;
  color: white !important;
  font-size: inherit;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF1BA6EB', endColorstr='#FF0D6793');
  background-color: #1ba6eb;
  border: 0;
  color: white;
  text-shadow: #0b567c 0 -1px 0;
  text-align: center;
}
/* line 15, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.actionButton:hover {
  text-decoration: none;
}
/* line 42, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.actionButton:hover {
  background-color: #1398d9;
}
/* line 44, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.actionButton:active {
  background-color: #128ecb;
}
/* line 6, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/sassy-buttons-0.2.6/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.actionButton.disabled, .actionButton[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: false;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 74, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/sassy-buttons-0.2.6/stylesheets/_sassy-buttons.sass */
.actionButton::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}

/* line 33, ../../../sass/templates_v2/common/_components.scss */
.contentButton {
  display: block;
  width: 40%;
  margin: 15px auto;
  font-size: 18.75px;
  text-align: center;
}

/* line 43, ../../../sass/templates_v2/common/_components.scss */
.sidebarColumn .contentButton {
  display: block;
  width: auto;
  margin: 15px auto;
  font-size: 15px;
}

/* line 51, ../../../sass/templates_v2/common/_components.scss */
.groupItem.block {
  margin-bottom: 15px;
}
/* line 54, ../../../sass/templates_v2/common/_components.scss */
.groupItem.block:last-child {
  margin-bottom: 0;
}

/* line 63, ../../../sass/templates_v2/common/_components.scss */
.isSiteAdmin .groupItem.block:nth-last-child(2), .isSiteAdmin .groupItem.block:nth-last-child(3) {
  margin-bottom: 0;
}

/* line 70, ../../../sass/templates_v2/common/_components.scss */
.subColumnGroup {
  display: table;
}
/* line 73, ../../../sass/templates_v2/common/_components.scss */
.subColumnGroup .subColumnLeft,
.subColumnGroup .subColumnRight {
  display: table-cell;
  width: 47%;
}
/* line 79, ../../../sass/templates_v2/common/_components.scss */
.subColumnGroup .subColumnLeft {
  padding-right: 10px;
}
/* line 83, ../../../sass/templates_v2/common/_components.scss */
.subColumnGroup .subColumnRight {
  padding-left: 10px;
}

/* line 90, ../../../sass/templates_v2/common/_components.scss */
.content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* line 99, ../../../sass/templates_v2/common/_components.scss */
.content img {
  max-width: 100%;
  height: 100%;
}
/* line 104, ../../../sass/templates_v2/common/_components.scss */
.content iframe {
  width: 100%;
}

/* line 109, ../../../sass/templates_v2/common/_components.scss */
.contentListBoxGroup {
  text-align: center;
}
/* line 112, ../../../sass/templates_v2/common/_components.scss */
.contentListBoxGroup .contentListBox {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 1% 45px 1%;
  text-align: center;
}
/* line 119, ../../../sass/templates_v2/common/_components.scss */
.contentListBoxGroup .contentListBox .thumbnail {
  display: block;
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/* line 124, ../../../sass/templates_v2/common/_components.scss */
.contentListBoxGroup .contentListBox .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 131, ../../../sass/templates_v2/common/_components.scss */
.contentListBoxGroup .contentListBox .content {
  margin: 15px 0;
  text-align: left;
}
/* line 135, ../../../sass/templates_v2/common/_components.scss */
.contentListBoxGroup .contentListBox .content h2, .contentListBoxGroup .contentListBox .content h3, .contentListBoxGroup .contentListBox .content h4, .contentListBoxGroup .contentListBox .content h5, .contentListBoxGroup .contentListBox .content h6, .contentListBoxGroup .contentListBox .content p {
  margin: 5px 0;
}

/* line 142, ../../../sass/templates_v2/common/_components.scss */
.mapBox {
  margin: 0 -30px -30px -30px;
}

/* line 146, ../../../sass/templates_v2/common/_components.scss */
img.alignLeftWrapText {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}

/* line 152, ../../../sass/templates_v2/common/_components.scss */
img.alignRightWrapText {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
}

/* line 158, ../../../sass/templates_v2/common/_components.scss */
.simpleBorder {
  border: 6px white solid;
  -moz-box-shadow: 1px 1px 5px rgba(2, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 5px rgba(2, 0, 0, 0.25);
  box-shadow: 1px 1px 5px rgba(2, 0, 0, 0.25);
}

/* line 163, ../../../sass/templates_v2/common/_components.scss */
.fullWidthPhoto {
  width: 100%;
  height: 100%;
  margin: auto;
}

/* used by content box, needs to NOT be named .content */
/* line 173, ../../../sass/templates_v2/common/_components.scss */
.contentBox .photoBoxLeft {
  float: left;
  width: 242px;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
}
/* line 181, ../../../sass/templates_v2/common/_components.scss */
.contentBox .photoBoxRight {
  float: right;
  width: 242px;
  margin-right: 2px;
  margin-left: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 190, ../../../sass/templates_v2/common/_components.scss */
.contentBox .photo {
  margin-top: 2px;
  border-width: 0;
  margin-bottom: 8px;
  width: 202px;
}
/* line 196, ../../../sass/templates_v2/common/_components.scss */
.contentBox .photo.polaroid {
  padding: 12px;
  border: 0;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 5px rgba(2, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 5px rgba(2, 0, 0, 0.25);
  box-shadow: 1px 1px 5px rgba(2, 0, 0, 0.25);
}
/* line 202, ../../../sass/templates_v2/common/_components.scss */
.contentBox .photo.polaroid .simpleBorder {
  border: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
/* line 208, ../../../sass/templates_v2/common/_components.scss */
.contentBox .photo img {
  width: 200px;
  height: auto;
}
/* line 213, ../../../sass/templates_v2/common/_components.scss */
.contentBox .photo .caption {
  margin-top: 4px;
  text-align: center;
  font-size: 10px;
}
/* line 220, ../../../sass/templates_v2/common/_components.scss */
.contentBox .photoright {
  margin-left: 16px;
}
/* line 224, ../../../sass/templates_v2/common/_components.scss */
.contentBox .photoleft {
  margin-right: 16px;
}
/* line 228, ../../../sass/templates_v2/common/_components.scss */
.contentBox .floatRight {
  float: right;
  width: 50%;
  max-width: 400px;
  min-width: 150px;
  margin: 0 0 15px 15px;
}
/* line 235, ../../../sass/templates_v2/common/_components.scss */
.contentBox .floatRight .spotLightBox {
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.08);
}
/* line 242, ../../../sass/templates_v2/common/_components.scss */
.contentBox .floatLeft {
  float: left;
  width: 50%;
  max-width: 400px;
  min-width: 150px;
  margin: 0 15px 15px 0;
}
/* line 249, ../../../sass/templates_v2/common/_components.scss */
.contentBox .floatLeft .spotLightBox {
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.08);
}

/* line 260, ../../../sass/templates_v2/common/_components.scss */
#logInPrompt #loginButton {
  width: 90%;
  max-width: 200px;
  margin-top: 15px;
}
/* line 269, ../../../sass/templates_v2/common/_components.scss */
#logInPrompt input[type=text],
#logInPrompt input[type=password],
#logInPrompt select,
#logInPrompt textarea {
  width: 60%;
}

/* line 277, ../../../sass/templates_v2/common/_components.scss */
#goTop {
  display: none;
  position: fixed;
  z-index: 900;
  bottom: 15px;
  right: 15px;
  padding: 10px 12px;
  color: rgba(0, 0, 0, 0.4) !important;
  border: 2px rgba(0, 0, 0, 0.2) solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 2px 2px 15px 2px rgba(2, 0, 0, 0.05);
  -webkit-box-shadow: 2px 2px 15px 2px rgba(2, 0, 0, 0.05);
  box-shadow: 2px 2px 15px 2px rgba(2, 0, 0, 0.05);
  font-size: 20px;
  text-align: center;
  text-shadow: none;
  transition: 0.3s;
}
/* line 294, ../../../sass/templates_v2/common/_components.scss */
#goTop:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f062";
}
/* line 299, ../../../sass/templates_v2/common/_components.scss */
#goTop:hover {
  color: white;
  border: 2px solid transparent;
  background: rgba(0, 0, 0, 0.35);
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  /* line 313, ../../../sass/templates_v2/common/_components.scss */
  .sidebarColumn img.alignLeftWrapText,
  .sidebarColumn img.alignRightWrapText,
  .columnRight img.alignLeftWrapText,
  .columnRight img.alignRightWrapText {
    display: block;
    float: none;
    width: 95%;
    height: 95%;
    margin: 15px auto;
  }
  /* line 324, ../../../sass/templates_v2/common/_components.scss */
  .sidebarColumn .contentBox .photoBoxLeft,
  .columnRight .contentBox .photoBoxLeft {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center;
  }
  /* line 334, ../../../sass/templates_v2/common/_components.scss */
  .sidebarColumn .contentBox .photoBoxRight,
  .columnRight .contentBox .photoBoxRight {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center;
  }
  /* line 344, ../../../sass/templates_v2/common/_components.scss */
  .sidebarColumn .contentBox .photo,
  .columnRight .contentBox .photo {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  /* line 352, ../../../sass/templates_v2/common/_components.scss */
  .sidebarColumn .contentBox .photo.polaroid,
  .columnRight .contentBox .photo.polaroid {
    width: auto;
  }
  /* line 356, ../../../sass/templates_v2/common/_components.scss */
  .sidebarColumn .contentBox .photo img,
  .columnRight .contentBox .photo img {
    width: 100%;
    text-align: center;
  }
  /* line 362, ../../../sass/templates_v2/common/_components.scss */
  .sidebarColumn .contentBox .photoright,
  .columnRight .contentBox .photoright {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 367, ../../../sass/templates_v2/common/_components.scss */
  .sidebarColumn .contentBox .photoleft,
  .columnRight .contentBox .photoleft {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 372, ../../../sass/templates_v2/common/_components.scss */
  .sidebarColumn .contentBox .floatRight,
  .columnRight .contentBox .floatRight {
    float: none;
    width: 100%;
    max-width: auto;
    min-width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  /* line 384, ../../../sass/templates_v2/common/_components.scss */
  .sidebarColumn .contentListBoxGroup .contentListBox,
  .columnRight .contentListBoxGroup .contentListBox {
    display: block;
    width: 100%;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 992px) {
  /* line 397, ../../../sass/templates_v2/common/_components.scss */
  .sidebarColumn .contentButton {
    width: 40% !important;
  }

  /* line 402, ../../../sass/templates_v2/common/_components.scss */
  .mapBox {
    margin: 0 -20px -20px -20px;
  }
}
@media screen and (max-width: 768px) {
  /*
  	form {
  
  		fieldset {
  			
  			&.smallFormGroup {
  				//width: auto;
  			}
  		}
  	}
  */
  /* line 423, ../../../sass/templates_v2/common/_components.scss */
  .sidebarColumn .contentButton {
    width: auto !important;
  }

  /* line 430, ../../../sass/templates_v2/common/_components.scss */
  .contentListBoxGroup .contentListBox {
    width: 47%;
  }

  /* line 435, ../../../sass/templates_v2/common/_components.scss */
  img.alignLeftWrapText,
  img.alignRightWrapText {
    width: 40%;
    height: 40%;
  }

  /* line 441, ../../../sass/templates_v2/common/_components.scss */
  img.alignLeftWrapText {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  /* line 446, ../../../sass/templates_v2/common/_components.scss */
  img.alignRightWrapText {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  /* line 456, ../../../sass/templates_v2/common/_components.scss */
  img.alignLeftWrapText,
  img.alignRightWrapText {
    display: block;
    float: none;
    width: 95%;
    height: 95%;
    margin: 15px auto;
  }

  /* line 467, ../../../sass/templates_v2/common/_components.scss */
  .contentBox .photoBoxLeft {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center;
  }
  /* line 477, ../../../sass/templates_v2/common/_components.scss */
  .contentBox .photoBoxRight {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center;
  }
  /* line 487, ../../../sass/templates_v2/common/_components.scss */
  .contentBox .photo {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  /* line 495, ../../../sass/templates_v2/common/_components.scss */
  .contentBox .photo.polaroid {
    width: auto;
  }
  /* line 499, ../../../sass/templates_v2/common/_components.scss */
  .contentBox .photo img {
    width: 100%;
    text-align: center;
  }
  /* line 505, ../../../sass/templates_v2/common/_components.scss */
  .contentBox .photoright {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 510, ../../../sass/templates_v2/common/_components.scss */
  .contentBox .photoleft {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 515, ../../../sass/templates_v2/common/_components.scss */
  .contentBox .floatRight {
    float: none;
    width: 100%;
    max-width: auto;
    min-width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  /* line 527, ../../../sass/templates_v2/common/_components.scss */
  .contentListBoxGroup .contentListBox {
    width: 98%;
  }

  /* line 534, ../../../sass/templates_v2/common/_components.scss */
  #logInPrompt input[type=text],
  #logInPrompt input[type=password],
  #logInPrompt select,
  #logInPrompt textarea {
    width: 100%;
  }
}
/* line 1, ../../../sass/templates_v2/common/_base.scss */
html {
  margin: 0;
  padding: 0;
}

/* line 6, ../../../sass/templates_v2/common/_base.scss */
body {
  margin: 0;
  padding: 0;
  color: #222;
  background-color: #cac7c0;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 15px;
  line-height: 1.4em;
}

/* line 16, ../../../sass/templates_v2/common/_base.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: bold;
}

/* line 22, ../../../sass/templates_v2/common/_base.scss */
h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

/* line 27, ../../../sass/templates_v2/common/_base.scss */
h2 {
  font-size: 24.9px;
  margin-bottom: 15px;
}

/* line 32, ../../../sass/templates_v2/common/_base.scss */
h3 {
  font-size: 18px;
}

/* line 36, ../../../sass/templates_v2/common/_base.scss */
h4 {
  font-size: 16.5px;
}

/* line 40, ../../../sass/templates_v2/common/_base.scss */
h1, h2 {
  font-family: "Dosis", "Open Sans Condensed", "Helvetica Neue", arial, serif;
  font-weight: normal;
  letter-spacing: 0.025em;
}

/* line 46, ../../../sass/templates_v2/common/_base.scss */
p {
  margin: 5px 0 12px 0;
}

/* line 50, ../../../sass/templates_v2/common/_base.scss */
a:link, a:visited, a:active {
  color: #1ba6eb;
  text-decoration: none;
  transition: 0.3s;
}

/* line 56, ../../../sass/templates_v2/common/_base.scss */
a:hover {
  color: #90d4f5;
}

/* line 60, ../../../sass/templates_v2/common/_base.scss */
ul {
  list-style: disc;
}

/* line 64, ../../../sass/templates_v2/common/_base.scss */
ol {
  list-style: decimal;
}

/* line 68, ../../../sass/templates_v2/common/_base.scss */
ul, ol {
  list-style-position: inside;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 40px;
}
/* line 74, ../../../sass/templates_v2/common/_base.scss */
ul ul, ul ol, ol ul, ol ol {
  list-style-position: inside;
  margin: 0;
}
/* line 79, ../../../sass/templates_v2/common/_base.scss */
ul ul, ol ul {
  list-style-type: circle;
}
/* line 83, ../../../sass/templates_v2/common/_base.scss */
ul ol, ol ol {
  list-style-type: lower-latin;
}

/* line 88, ../../../sass/templates_v2/common/_base.scss */
dl {
  margin: 16px 0;
}
/* line 91, ../../../sass/templates_v2/common/_base.scss */
dl dd {
  margin-left: 25px;
}

/* line 96, ../../../sass/templates_v2/common/_base.scss */
b {
  font-weight: 700;
}

/* line 100, ../../../sass/templates_v2/common/_base.scss */
i {
  font-style: italic;
}

/* line 104, ../../../sass/templates_v2/common/_base.scss */
q {
  quotes: "\"" "\"" "\'" "\'";
}
/* line 107, ../../../sass/templates_v2/common/_base.scss */
q:before {
  content: open-quote;
}
/* line 111, ../../../sass/templates_v2/common/_base.scss */
q:after {
  content: close-quote;
}

/* line 116, ../../../sass/templates_v2/common/_base.scss */
small {
  font-size: smaller;
}

/* line 120, ../../../sass/templates_v2/common/_base.scss */
sub {
  vertical-align: sub;
  font-size: smaller;
}

/* line 125, ../../../sass/templates_v2/common/_base.scss */
sup {
  vertical-align: super;
  font-size: smaller;
}

/* line 130, ../../../sass/templates_v2/common/_base.scss */
blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

/* line 138, ../../../sass/templates_v2/common/_base.scss */
cite {
  font-style: italic;
}

/* line 142, ../../../sass/templates_v2/common/_base.scss */
strong, b {
  font-weight: bold;
}

/* line 146, ../../../sass/templates_v2/common/_base.scss */
em, i {
  font-style: italic;
}

/* line 150, ../../../sass/templates_v2/common/_base.scss */
iframe {
  display: block;
}

/* line 154, ../../../sass/templates_v2/common/_base.scss */
label {
  font-weight: bold;
}

/* line 159, ../../../sass/templates_v2/common/_base.scss */
hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px rgba(0, 0, 0, 0.15) solid;
}

/* line 166, ../../../sass/templates_v2/common/_base.scss */
table, td, th {
  border: 1px solid #dddddd;
  padding: 4px;
}

/* line 174, ../../../sass/templates_v2/common/_base.scss */
.statusBox table, .statusBox td, .statusBox th, .messageBox table, .messageBox td, .messageBox th {
  border: 0;
}

/* line 182, ../../../sass/templates_v2/common/_base.scss */
.primaryContent h1, .primaryContent h2, .primaryContent h3, .primaryContent h4, .primaryContent h5, .primaryContent h6 {
  margin-top: 0;
}

/* line 187, ../../../sass/templates_v2/common/_base.scss */
.hidden {
  display: none;
}

/* line 1, ../../../sass/templates_v2/template_b_v2/_layout.scss */
#mainWrapper {
  display: table;
  width: 95%;
  max-width: 1400px;
  margin: auto;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 10px 3px rgba(2, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 10px 3px rgba(2, 0, 0, 0.25);
  box-shadow: 1px 1px 10px 3px rgba(2, 0, 0, 0.25);
}

/* line 10, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.innerWrapper {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

/* line 16, ../../../sass/templates_v2/template_b_v2/_layout.scss */
#mainColumns {
  padding: 30px;
}

/* line 20, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.columnGroup {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 26, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.columnLeft {
  display: table-cell;
  vertical-align: top;
}

/* line 31, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.columnPrimary {
  display: table-cell;
  vertical-align: top;
}

/* line 36, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.columnRight {
  display: table-cell;
  vertical-align: top;
}

/* line 43, ../../../sass/templates_v2/template_b_v2/_layout.scss */
#mainColumns .columnLeft,
#mainColumns .columnRight {
  width: 20%;
  padding-bottom: 10px;
}
/* line 49, ../../../sass/templates_v2/template_b_v2/_layout.scss */
#mainColumns .columnLeft {
  padding-right: 20px;
}
/* line 53, ../../../sass/templates_v2/template_b_v2/_layout.scss */
#mainColumns .columnRight {
  padding-left: 20px;
}
/* line 57, ../../../sass/templates_v2/template_b_v2/_layout.scss */
#mainColumns .primaryContent {
  line-height: 1.8em;
}
/* line 63, ../../../sass/templates_v2/template_b_v2/_layout.scss */
#mainColumns .sidebarColumn section:last-child {
  margin-bottom: 0;
}

/* line 71, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.contentBox.white {
  background-color: #ffffff;
}
/* line 75, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.contentBox.blue {
  background-color: #bfdcff;
}
/* line 79, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.contentBox.green {
  background-color: #c4fbc5;
}
/* line 83, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.contentBox.yellow {
  background-color: #f8efa4;
}
/* line 87, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.contentBox.orange {
  background-color: #f6dd99;
}
/* line 91, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.contentBox.pink {
  background-color: #ffd8d2;
}
/* line 95, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.contentBox h1, .contentBox h2, .contentBox h3, .contentBox h4, .contentBox h5, .contentBox h6 {
  margin-top: 0;
}

/* line 100, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.primaryContentBox {
  margin-top: 15px;
  margin-bottom: 45px;
  padding: 30px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fafafa;
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.18);
  line-height: 1.8em;
}
/* line 109, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.primaryContentBox h1 {
  font-size: 30px;
  text-transform: uppercase;
}

/* line 115, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.secondayContentBox {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #eee;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
}

/* line 123, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.specialInformation {
  border: 1px #ebebeb solid;
  background-color: #f8f8f8;
}

/* line 128, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.tableGroup {
  display: table;
  width: 100%;
}

/* line 133, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.tableGroupColumnLeft {
  display: table-cell;
  vertical-align: top;
}

/* line 138, ../../../sass/templates_v2/template_b_v2/_layout.scss */
.tableGroupColumnRight {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 992px) {
  /* line 145, ../../../sass/templates_v2/template_b_v2/_layout.scss */
  #mainWrapper {
    top: auto;
    width: 100%;
    padding: 0;
    border: 0;
  }

  /* line 152, ../../../sass/templates_v2/template_b_v2/_layout.scss */
  .innerWrapper {
    width: 100%;
  }

  /* line 156, ../../../sass/templates_v2/template_b_v2/_layout.scss */
  .columnLeft,
  .columnPrimary,
  .columnRight {
    display: block;
    margin-bottom: 30px;
  }

  /* line 163, ../../../sass/templates_v2/template_b_v2/_layout.scss */
  #mainColumns {
    display: block;
    table-layout: auto;
    width: auto;
    padding: 20px;
  }
  /* line 169, ../../../sass/templates_v2/template_b_v2/_layout.scss */
  #mainColumns .columnLeft,
  #mainColumns .columnRight {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  /* line 180, ../../../sass/templates_v2/template_b_v2/_layout.scss */
  .contentBox img {
    max-width: 100%;
    height: auto;
  }
}
/* line 1, ../../../sass/templates_v2/template_b_v2/_header.scss */
#mainHeader {
  width: 100%;
  border-bottom: 7px #333 solid;
  background-color: white;
}
/* line 6, ../../../sass/templates_v2/template_b_v2/_header.scss */
#mainHeader .columnGroup {
  display: table;
  width: 90%;
  max-width: 1400px;
  margin: auto;
}
/* line 12, ../../../sass/templates_v2/template_b_v2/_header.scss */
#mainHeader .columnGroup .columnLeft {
  display: table-cell;
  vertical-align: middle;
  width: 420px;
  text-align: center;
}
/* line 19, ../../../sass/templates_v2/template_b_v2/_header.scss */
#mainHeader .columnGroup .columnRight {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

/* line 27, ../../../sass/templates_v2/template_b_v2/_header.scss */
#logoBar {
  padding: 5px 15px;
  border-bottom: 1px rgba(0, 0, 0, 0.15) solid;
  text-align: center;
}
/* line 32, ../../../sass/templates_v2/template_b_v2/_header.scss */
#logoBar.left {
  text-align: left;
}
/* line 36, ../../../sass/templates_v2/template_b_v2/_header.scss */
#logoBar.right {
  text-align: right;
}
/* line 40, ../../../sass/templates_v2/template_b_v2/_header.scss */
#logoBar #logo {
  display: inline-block;
}
/* line 43, ../../../sass/templates_v2/template_b_v2/_header.scss */
#logoBar #logo img {
  display: inline-block;
  max-width: 420px;
  max-height: 120px;
  width: auto;
  height: auto;
  margin-bottom: -5px;
}
/* line 54, ../../../sass/templates_v2/template_b_v2/_header.scss */
#logoBar h1 {
  margin-top: 12px;
  display: inline-block;
}
/* line 59, ../../../sass/templates_v2/template_b_v2/_header.scss */
#logoBar h1 .adminControl {
  margin-top: 8px;
  font-size: 14px;
  text-align: right;
  margin-right: 12px;
}

/* line 71, ../../../sass/templates_v2/template_b_v2/_header.scss */
#mainBanner {
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-box-shadow: 1px 5px 18px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 5px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 5px 18px rgba(0, 0, 0, 0.2);
}
/* line 79, ../../../sass/templates_v2/template_b_v2/_header.scss */
#mainBanner img {
  display: block;
  width: 100%;
}

/* line 85, ../../../sass/templates_v2/template_b_v2/_header.scss */
#headerBanner {
  border-bottom: 1px rgba(0, 0, 0, 0.15) solid;
  padding: 15px 30px;
  color: #6f6f6f;
  background-color: #f6f6f6;
}
/* line 91, ../../../sass/templates_v2/template_b_v2/_header.scss */
#headerBanner h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 30px;
}

@media only screen and (max-width: 992px) {
  /* line 103, ../../../sass/templates_v2/template_b_v2/_header.scss */
  #mainHeader {
    display: block;
    text-align: center;
  }

  /* line 110, ../../../sass/templates_v2/template_b_v2/_header.scss */
  #logoBar.left, #logoBar.right {
    text-align: center;
  }
  /* line 115, ../../../sass/templates_v2/template_b_v2/_header.scss */
  #logoBar #logo {
    width: 100%;
  }

  /* line 120, ../../../sass/templates_v2/template_b_v2/_header.scss */
  #mainBanner {
    height: 360px;
  }

  /* line 124, ../../../sass/templates_v2/template_b_v2/_header.scss */
  #headerBanner {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  /* line 132, ../../../sass/templates_v2/template_b_v2/_header.scss */
  #mainBanner {
    height: 280px;
  }
}
@media screen and (max-width: 600px) {
  /* line 140, ../../../sass/templates_v2/template_b_v2/_header.scss */
  #mainBanner {
    height: 240px;
  }
}
/* line 1, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#topNavBar {
  display: block;
  width: 100%;
  margin: auto;
  padding: 5px 10px;
  color: #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #333;
  font-size: 13px;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
/* line 13, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#topNavBar:after {
  content: "";
  display: table;
  clear: both;
}

/* line 22, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
.topNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 27, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
.topNav ul li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
}
/* line 32, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
.topNav ul li a {
  display: block;
  color: #a8ddf7;
}
/* line 36, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
.topNav ul li a:hover {
  color: #d7effb;
}
/* line 41, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
.topNav ul li:last-child {
  border-right: 0;
}
/* line 47, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
.topNav #socialMediaMenu {
  font-weight: normal;
}
/* line 50, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
.topNav #socialMediaMenu li {
  padding: 0;
  border-right: 0;
}
/* line 54, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
.topNav #socialMediaMenu li a {
  padding: 0 7px;
}
/* line 60, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
.topNav.columnLeft {
  float: right;
}
/* line 64, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
.topNav.columnRight {
  float: right;
}

/* line 70, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu {
  width: 100%;
  font-family: "Dosis", "Open Sans Condensed", "Helvetica Neue", arial, serif;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
/* line 78, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 84, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li {
  display: inline-block;
  position: relative;
  border-left: 1px rgba(128, 128, 128, 0.15) solid;
  font-family: "Dosis", "Open Sans Condensed", "Helvetica Neue", arial, serif;
}
/* line 90, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li:first-child {
  border-left: 0;
}
/* line 94, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li a {
  display: block;
  margin-right: -4px;
  padding: 10px 15px 8px 15px;
  color: #555555;
  text-decoration: none;
  line-height: 25px;
}
/* line 102, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li a:hover {
  color: #1461c0;
  background: rgba(230, 230, 230, 0.4);
}
/* line 107, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li a:not(:only-child):after {
  padding-left: 4px;
  content: '\25be';
  font-size: 22.5px;
}
/* line 114, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li.currentPage a {
  color: #1461c0;
  background: rgba(230, 230, 230, 0.4);
}
/* line 119, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li ul {
  z-index: 1000;
  color: #555555;
  background: #fff;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
/* line 129, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li ul.subnavShift {
  right: 0;
}
/* line 133, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li ul li {
  min-width: 280px;
  border-right: 0;
  font-family: "Open Sans", "Helvetica", sans-serif;
}
/* line 138, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li ul li.current a {
  background: rgba(255, 255, 255, 0.4);
}
/* line 142, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li ul li a {
  margin-right: 0;
  padding: 10px;
  color: #555555;
  line-height: 20px;
  border-bottom: 0;
}
/* line 149, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li ul li a:hover {
  border-bottom: 0;
}
/* line 153, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li ul li a:not(:only-child):after {
  padding-left: 5px;
  content: '\25b8';
  font-size: 22.5px;
}
/* line 160, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li ul li ul {
  top: 0;
  left: 280px;
}
/* line 164, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li ul li ul.subnavShift {
  width: 280px;
  left: -280px;
}
/* line 169, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li ul li ul li {
  border-left: 0;
}
/* line 176, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu ul li:last-child {
  border-right: 0;
}
/* line 182, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#mainMenu:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 191, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
.subMenu {
  display: none;
  position: absolute;
  z-index: 1049;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* line 198, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
.navMobile {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  z-index: 1050;
}

/* line 206, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#navToggle {
  position: absolute;
  top: 4px;
  right: 0;
  cursor: pointer;
  padding: 10px 28px 16px 0px;
}
/* line 213, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#navToggle span,
#navToggle span:before,
#navToggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 22px;
  background: white;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
/* line 227, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#navToggle span:before {
  top: -8px;
}
/* line 231, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#navToggle span:after {
  bottom: -8px;
}
/* line 235, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#navToggle.active span {
  background-color: transparent;
}
/* line 238, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#navToggle.active span:before, #navToggle.active span:after {
  top: 0;
}
/* line 243, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#navToggle.active span:before {
  transform: rotate(45deg);
}
/* line 247, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
#navToggle.active span:after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 992px) {
  /* line 257, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #topNavBar .columnLeft {
    display: block;
  }
  /* line 261, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #topNavBar .columnRight {
    display: block;
  }

  /* line 266, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  .topNav {
    margin-bottom: 5px;
  }
  /* line 269, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  .topNav.columnLeft {
    float: none;
  }
  /* line 273, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  .topNav.columnRight {
    float: none;
  }
  /* line 277, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  .topNav:last-child {
    margin-bottom: 0;
  }

  /* line 282, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  .navMobile {
    display: block;
  }

  /* line 286, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1049;
    width: 100%;
    border-bottom: 0;
    background: #333;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  }
  /* line 296, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu ul {
    display: none;
    color: white;
    -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  }
  /* line 301, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu ul li {
    float: none;
    display: block;
  }
  /* line 305, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu ul li a {
    margin-right: 0;
    padding: 15px;
    color: white;
    border-bottom: 1px rgba(153, 153, 153, 0.15) solid;
    line-height: 20px;
  }
  /* line 312, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu ul li a:hover {
    color: white;
  }
  /* line 317, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu ul li.currentPage a {
    color: white;
  }
  /* line 321, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu ul li ul {
    color: white;
    background: #666666;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-transform: uppsercase;
  }
  /* line 329, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu ul li ul.subnavShift {
    right: initial;
  }
  /* line 335, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu ul li ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
  }
  /* line 340, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu ul li ul li a:hover {
    color: white;
  }
  /* line 344, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu ul li ul li a:not(:only-child):after {
    content: '\25be';
  }
  /* line 349, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu ul li ul li ul {
    top: 0;
    left: 0;
    background-color: #8c8c8c;
  }
  /* line 354, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu ul li ul li ul:before {
    display: none;
  }
  /* line 358, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu ul li ul li ul.subnavShift {
    width: 100%;
    left: initial;
  }
  /* line 368, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu .subMenu {
    display: block !important;
    position: static;
    box-shadow: none;
  }
}
@media only screen and (min-width: 992px) {
  /* line 381, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  .navList {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  /* line 396, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  .topNav ul li a {
    padding: 0 5px 0 2px;
  }
  /* line 406, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  .topNav #socialMediaMenu li a {
    padding: 0 4px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 423, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 800px) {
  /* line 438, ../../../sass/templates_v2/template_b_v2/_navigation.scss */
  #mainMenu ul li a {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 1, ../../../sass/templates_v2/template_b_v2/_footer.scss */
.mapBox {
  position: relative;
  z-index: 10;
  border-top: 7px #333 solid;
}

/* line 9, ../../../sass/templates_v2/template_b_v2/_footer.scss */
.columns2 .mapBox {
  margin-right: calc(-25% - 30px) !important;
}

/* line 16, ../../../sass/templates_v2/template_b_v2/_footer.scss */
.columns3 .mapBox {
  margin-left: calc(-25% - 90px) !important;
  margin-right: calc(-25% - 90px) !important;
}

/* line 22, ../../../sass/templates_v2/template_b_v2/_footer.scss */
#mainFooter {
  color: #ddd;
  background-color: #333;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
}
/* line 27, ../../../sass/templates_v2/template_b_v2/_footer.scss */
#mainFooter .navList {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 32, ../../../sass/templates_v2/template_b_v2/_footer.scss */
#mainFooter .navList li {
  margin: 5px 0;
}
/* line 35, ../../../sass/templates_v2/template_b_v2/_footer.scss */
#mainFooter .navList li a {
  color: white;
}
/* line 41, ../../../sass/templates_v2/template_b_v2/_footer.scss */
#mainFooter h2, #mainFooter h3, #mainFooter h4, #mainFooter h5, #mainFooter h6 {
  color: #aaa;
}
/* line 45, ../../../sass/templates_v2/template_b_v2/_footer.scss */
#mainFooter #footerTop {
  padding: 30px;
  border-bottom: 1px rgba(128, 128, 128, 0.2) solid;
  background-color: #212121;
}
/* line 50, ../../../sass/templates_v2/template_b_v2/_footer.scss */
#mainFooter #footerTop section {
  vertical-align: top;
  display: inline-block;
  width: 45%;
  margin: 0 15px 30px 15px;
}
/* line 56, ../../../sass/templates_v2/template_b_v2/_footer.scss */
#mainFooter #footerTop section .navList {
  columns: 2 150px;
}
/* line 62, ../../../sass/templates_v2/template_b_v2/_footer.scss */
#mainFooter #footerBottom {
  padding: 15px;
  font-size: 13px;
  text-align: center;
  background-color: #1a1a1a;
}
/* line 68, ../../../sass/templates_v2/template_b_v2/_footer.scss */
#mainFooter #footerBottom p {
  margin: 0;
}

@media only screen and (max-width: 992px) {
  /* line 79, ../../../sass/templates_v2/template_b_v2/_footer.scss */
  .columns2 .mapBox,
  .columns3 .mapBox {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  /* line 91, ../../../sass/templates_v2/template_b_v2/_footer.scss */
  #mainFooter #footerTop section.mapBox {
    display: block;
    width: 100%;
    margin: auto;
  }
  /* line 97, ../../../sass/templates_v2/template_b_v2/_footer.scss */
  #mainFooter #footerTop section.mapBox iframe {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  /* line 110, ../../../sass/templates_v2/template_b_v2/_footer.scss */
  #mainFooter #footerTop {
    padding: 15px;
  }
  /* line 113, ../../../sass/templates_v2/template_b_v2/_footer.scss */
  #mainFooter #footerTop section {
    display: block;
    width: 90%;
    margin: 15px auto 20px auto;
  }
}
