@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

.thetop-class {
    position:fixed;
    bottom:20px;
    right:20px;
    width:50px;
    top:350px;
}

#toplink { color: #FFFFFF; }


audio,
canvas,
video {
  display: inline-block;
}

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

[hidden],
template {
  display: none;
}


html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
scroll-behavior: smooth;
overflow-y:scroll;
overflow-x:hidden;
}

body {
  margin: 0;
  background-color: #fff;
}


a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}


a:active,
a:hover {
  outline: 0;
}


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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
}

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


code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}


pre {
  white-space: pre-wrap;
}


q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}


small {
  font-size: 80%;
}


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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
 max-width: 100%; height: auto;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}


legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 5px 0px;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}


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


button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
}

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


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


textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
height: 10em;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  width: 100%;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  background-color: #ccc;
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

body {
  *zoom: 1;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

.hidden {
  display: none;
}

.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.img_right, img[align="right"] {
  float: right;
  margin: 0.2em 0 1em 1em;
}

.img_left, img[align="left"] {
  float: left;
  margin: 0.2em 1em 1em 0;
}

.img_center, img[align="middle"] {
  float: none;
  display: block;
  margin: 1em auto;
}

.img_left:first-child, img[align="left"]:first-child, .img_right:first-child, img[align="right"]:first-child, .img_center:first-child, img[align="middle"]:first-child {
  margin-top: 0;
}


.align_middle:before, .align_bottom:before, .align_top:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.align_middle > *, .align_bottom > *, .align_top > * {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.align_bottom > * {
  vertical-align: bottom;
}

.align_top > * {
  vertical-align: top;
}

.unstyled_list, .delimited_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.delimited_list li {
  display: inline-block;
}
.delimited_list li:before {
  content: ' | ';
  padding: 0 0.2em;
}
.delimited_list li:first-child:before {
  display: none;
}


.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.no_pad, .no_padding {
  padding: 0;
}

.no_marg, .no_margin {
  margin: 0;
}

/* FUEL CLASSES */
/* for form */
div.error, li.error, ul.error {
  background-color: #c30;
  color: #fff;
  padding: 2px 5px;
}

span.error_highlight input, span.error_highlight textarea, span.error_highlight select {
  border: 2px solid #c30;
}

/* for ckeditor */
.ckeditor {
  background: #fff;
  padding: 5px 5px 171px 5px;
  color: #000;
  font-size: 12px;
  font-family: 'Lucida Grande', 'Gill Sans', Arial, Helvetica, Sans-serif !important;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
font-display: fallback;
}
.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-bars:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "\f0e1";
}

.fa-linkedin:before {
  content: "\f0e1";
}


.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}


.fa-google:before {
  content: "";
}
.fa-envelope-o:before {
content:""
}

.mainnav a:before {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: rgba(250, 162, 24, 0.9);
  text-shadow: none;
  color: #fff;
}

::selection {
  background: rgba(250, 162, 24, 0.9);
  text-shadow: none;
  color: #fff;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.img-circle {
  border-radius: 50%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;

}

html {
  font-size: 62.5%;
}

.mainfont, html, body, button, input, select, textarea {
  font-family: "raleway", "Century Gothic", CenturyGothic, AppleGothic, Helvetica, sans-serif;
}

body {
  font-size: 1.6rem;
  line-height: 1.44;
}

html, body, button, input, select, textarea {
  color: #282828;
}

ul:first-child, ol:first-child, p:first-child {
  margin-top: 0;
}

ul, ol {
  margin: 1em 0;
}

p {
  margin: 0 0 1em 0;
}



a:link, a:visited {
  color: #697C98;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:active {
  color: #727272;
  text-decoration: underline;
}

h1, .h_headline, h2, .h_subheadline, h3, .h_byline, h4, .h_standfirst, .heading {
  margin: 0.5em 0;
  font-family: "chaparral-pro", Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
  font-weight: normal;
}
h1:first-child, .h_headline:first-child, h2:first-child, .h_subheadline:first-child, h3:first-child, .h_byline:first-child, h4:first-child, .h_standfirst:first-child {
  margin-top: 0;
}

h1, .h_headline {
  font-size: 4rem;
  line-height: 1.17;
}
@media (min-width: 570px) {
  h1, .h_headline, .heading {
    font-size: 5.8rem;
  }
}

h2, .h_subheadline {
  color: #697C98;
  font-size: 3rem;
  line-height: 1.22;
}
@media (min-width: 570px) {
  h2, .h_subheadline,  {
    font-size: 3.8rem;
  }
}

h3, .h_byline, .heading {
  color: #697C98;
  font-size: 3rem;
  line-height: 1.18;
}
@media (min-width: 570px) {
  h3, .h_byline, .heading {
    font-size: 3.8rem;
  }
}

h4, .h_standfirst {
  font-size: 2.5rem;
  line-height: 1.28;
}

h5, .h_related {
  font-family: "raleway", "Century Gothic", CenturyGothic, AppleGothic, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.3;
  text-transform: uppercase;
}
h5:first-child, .h_related:first-child {
  margin-top: 0;
}

big,
.text_large,
.text_intro {
  font-size: 2em;
  line-height: 1.5;
}

small,
.text_small {
  font-size: 0.81em;
  line-height: 1.54;
}

blockquote {
  font-size: 2.24rem;
  margin: 1em 0;
}
blockquote .fancy {
  position: relative;
}
blockquote .fancy:before {
  content: '\201C';
  position: absolute;
  right: 100%;
  margin-right: 3px;
  font-size: 1.4em;
}
blockquote .fancy:after {
  content: '\201D';
}

cite {
  font-size: 1.44rem;
  font-style: normal;
}

address {
  margin: 1em 0;
  font-style: normal;
}

.readmore-link:after {
  content: '\2192';
  margin-left: 0.5em;
}

.wrapper {
  *zoom: 1;
  max-width:1190px;
  width: 90%;
  padding: 0;
  margin: 0 auto;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}

body.pinned {
  overflow: hidden;
}

@media (min-width: 570px) {
  .post-aside, .post-summary-thumbnail, .block-features.cols-4 .col {
    display: inline;
    float: left;
    width: 22.91667%;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    padding-bottom: 0;
  }
}

@media (min-width: 570px) {
  .footer-col, .block-twocol.block-left-lg .col:last-child, .block-twocol.block-right-lg .col:first-child, .block-features.cols-3 .col {
    display: inline;
    float: left;
    width: 31.25%;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    padding-bottom: 0;
  }
}

@media (min-width: 570px) {
  .block-twocol .col, .block-cta .row .col, .block-newsevents .col, .block-menu .col {
    display: inline;
    float: left;
    width: 47.91667%;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    padding-bottom: 0;
  }
}

@media (min-width: 570px) {
  .block-twocol.block-left-lg .col:first-child, .block-twocol.block-right-lg .col:last-child {
    display: inline;
    float: left;
    width: 64.58333%;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    padding-bottom: 0;
  }
}

@media (min-width: 570px) {
  .post-main, .post-summary-content {
    display: inline;
    float: left;
    width: 72.91667%;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    padding-bottom: 0;
  }
}

.row {
  display: block;
  width: 102.08333%;
  margin: 0 -1.04167%;
  *zoom: 1;
  *zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-list li {
  margin: 1em 2em 1em 0;
  background: url("../images/_template/dot.png") repeat-x bottom;
  line-height: 1;
}
.menu-list span {
  position: relative;
  background: white;
  padding: 3px;
}
.menu-list span:last-child {
  float: right;
}

iframe.map {
  display: block;
}
@media (min-width: 960px) {
.btnhero {
  display: inline-block;
  border-radius: 15px;
  padding: 0.5em 2.5em;
  font-size: 22px;
  line-height: 24px;
  font-weight:bold;
  text-transform: uppercase;
  color: #FF6600;
  background: #FF6600;
  color:white;
  border: 1px solid #7A9E9F;
  transition: all 0.4s cubic-bezier(0.5, 0, 0.5, 1);
}
.btnhero:link, input[type="submit"]:link, input[type="button"]:link, button:link, input[type="reset"]:link, .btn:visited, input[type="submit"]:visited, input[type="button"]:visited, button:visited, input[type="reset"]:visited {
  color: #fff;
  background: #B14A05;
  border: 1px solid #7A9E9F;
  font-weight:bold;
}
.btnhero:active, input[type="submit"]:active, input[type="button"]:active, button:active, input[type="reset"]:active {
  color: #fff;
  border-color: #7A9E9F;
  background: #8391AD;
font-weight:bold;
}
.btnhero:visited, input[type="submit"]:active, input[type="button"]:active, button:active, input[type="reset"]:active {
  color: #fff;
  border: 1px solid #7A9E9F;
  background: #B14A05;
font-weight:bold;
}
.btnhero:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover, input[type="reset"]:hover, .btn:focus, input[type="submit"]:focus, input[type="button"]:focus, button:focus, input[type="reset"]:focus {
  background: #8391AD;
  color: #fff;
  text-decoration: none;
font-weight:bold;
}
}

@media (max-width: 959px) {
.btnhero {
  display: inline-block;
  border-radius: 15px;
  padding:0.8em 1.5em 0.5em 1.5em;
  font-size: 14px;
  line-height: 16px;
  font-weight:bold;
  text-transform: uppercase;
  color: #FF6600;
  background: #FF6600;
  color:white;
  border: 1px solid #7A9E9F;
  transition: all 0.4s cubic-bezier(0.5, 0, 0.5, 1);
}
.btnhero:link, input[type="submit"]:link, input[type="button"]:link, button:link, input[type="reset"]:link, .btn:visited, input[type="submit"]:visited, input[type="button"]:visited, button:visited, input[type="reset"]:visited {
  color: #fff;
  background: #B14A05;
  border: 1px solid #7A9E9F;
  font-weight:bold;
}
.btnhero:active, input[type="submit"]:active, input[type="button"]:active, button:active, input[type="reset"]:active {
  color: #fff;
  border-color: #7A9E9F;
  background: #8391AD;
font-weight:bold;
}
.btnhero:visited, input[type="submit"]:active, input[type="button"]:active, button:active, input[type="reset"]:active {
  color: #fff;
  border: 1px solid #7A9E9F;
  background: #B14A05;
 font-weight:bold;
}
.btnhero:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover, input[type="reset"]:hover, .btn:focus, input[type="submit"]:focus, input[type="button"]:focus, button:focus, input[type="reset"]:focus {
  background: #8391AD;
  color: #fff;
  text-decoration: none;
font-weight:bold;
}
}




.btn, input[type="submit"], input[type="button"], button, input[type="reset"] {
  display: inline-block;
  border-radius: 15px;
  padding:0.5em 2.5em 0.5em 2.5em;
  font-size: 22px;
  font-weight:bold;
  text-transform: uppercase;
  color: #FF6600;
  background: #FF6600;
  color:white;
  border: 1px solid #7A9E9F;
  transition: all 0.4s cubic-bezier(0.5, 0, 0.5, 1);
}

.btn:link, input[type="submit"]:link, input[type="button"]:link, button:link, input[type="reset"]:link, .btn:visited, input[type="submit"]:visited, input[type="button"]:visited, button:visited, input[type="reset"]:visited {
  color: #fff;
  background: #B14A05;
  border: 1px solid #7A9E9F;
  font-weight:bold;
}
.btn:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover, input[type="reset"]:hover, .btn:focus, input[type="submit"]:focus, input[type="button"]:focus, button:focus, input[type="reset"]:focus {
  background: #8391AD;
  color: #fff;
  text-decoration: none;
font-weight:bold;
}
.btn:active, input[type="submit"]:active, input[type="button"]:active, button:active, input[type="reset"]:active {
  color: #fff;
  border-color: #7A9E9F;
  background: #fff;
font-weight:bold;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], textarea {
  font-size: 16px;
  width: 90%;
  padding: 0.3em 0.5em;
  border-radius: 0;
  background: #f4f2e9;
  border: 1px solid white;
  padding: 0.5em 1em;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, textarea:focus {
  border-color: #7A9E9F;
}
input[type="text"].error, input[type="email"].error, input[type="tel"].error, input[type="search"].error, textarea.error {
  border-color: red;
}
@media (min-width: 841px) {
  input[type="text"], input[type="email"], input[type="tel"], input[type="search"], textarea {
    font-size: 1em;
  }
}

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="submit"], input[type="button"], button, input[type="reset"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

label {
  text-transform: uppercase;
text-align:right;
}
.label_column{
text-align:right;
}

label.error {
  color: red;
  font-size: 0.8em;
  text-align: right;
  display: block;
}

.form-field {
  margin-bottom: 1em;
}

.form-field-submit {
  margin: 2em 0;
}

input.form-input-nested-text {
  float: left;
  display: block;
  width: 60%;
  border-radius: 0 0 0 0;
  height: 32px;
}

input.form-input-nested-btn, button.form-input-nested-btn, .form-input-nested-btn {
  float: right;
  display: block;
  width: 40%;
  padding: 0.3em 0;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #7A9E9F;
  height: 32px;
}

.header {
 /* background: #B8D8D8; */
background: #FFFFFF;
}
.header .wrapper {
  *zoom: 1;
  padding: 1em 0;
}
.header .wrapper:before, .header .wrapper:after {
  content: "";
  display: table;
}
.header .wrapper:after {
  clear: both;
}

.sitetitle {
  text-align: center;
  font-size: inherit;
}
@media (min-width: 841px) {
  .sitetitle {
    float: left;
  }
}

.mainnav-wrap {
  margin-top: 0px;
}
@media (min-width: 841px) {
  .mainnav-wrap {
    float: right;
    margin: 0;
  }
}

.footer {
  background: #566478;
  color: white;
  text-align: center;
}
.footer .wrapper {
  padding: 30px 0 10px 0;
}
.footer h5 {
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
.footer ul {
  list-style: none;
  padding: 0;
  font-size: 1.3rem;
}
@media (min-width: 570px) {
  .footer {
    text-align: left;
  }
}

.colophon {
  text-align: center;
  padding: 1em 0;
  margin: 0;
  font-size: 0.8em;
 /* text-transform: uppercase; */
  line-height: 1;
  background: #404045;
}

.footer-col {
  margin-bottom: 1em;
}

.footer-social-link {
  font-size: 1.8rem;
  margin: 0.2em;
  border-radius: 50%;
  background: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
}
.footer-social-link:link {
  color: #4B4B4D;
}
.footer-social-link:hover {
  background: #C3D0E9;
}

.footer-nav, .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav a {
  display: block;
color:#FFF;
}

.mainnav {
  position: relative;
  z-index: 999;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mainnav > li > ul { /* first 'inner' ul element */
margin-top:-30px;
}

.mainnav li {
  text-align: center;
  margin: 0.5em 0;
}
@media (min-width: 960px) {
  .mainnav li {
    margin: 0.5em;
  }
}
.mainnav a {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5em 0.4em 0.3em; 
  position: relative;
  transition: all 0.4s cubic-bezier(0.5, 0, 0.5, 1);
}
.mainnav a:before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 7px;
  color: white;
  z-index: 99;
}

.mainnav a:link, .mainnav a:visited {
  color: #4B4B4D;
}
.mainnav a:hover, .mainnav a:focus, .mainnav a:active {
  color: #282828;
  text-decoration: none;
}
.mainnav a:hover:after, .mainnav a:focus:after, .mainnav a:active:after {
  background: #282828;
}
.mainnav .active a {
  color: #631B20;
}
.mainnav .active a:after {
  background: #631B20;
}
.mainnav .active a:before {
  color: #4B4B4D;
}

@media (min-width: 841px) {
  .mainnav li {
    float: left;
    position: relative;

  }
}

@media (max-width: 840px) {
  .mainnav-container {
    z-index: 9999;
    background: #FFF;
    border-style: solid;
    border-width: thick;
border-radius: 25px 25px 25px 25px;
    border-color: #6B7C9A;
    padding-top: 3em;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 200px;
    height: 350px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    transition: opacity 0.4s cubic-bezier(0.5, 0, 0.5, 1) 0s, visibility 0s linear 0.5s;

  }
  .mainnav-container.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    transition-delay: 0s;
  }
  .mainnav-container ul {
    margin-top: -10px;
  }
  .mainnav-container li {
/*    float: left; */
    width: 50%;
    margin: 0 0;
font-size:22px;
  }	
}

.mainnav-toggle {
  position: absolute;
  top: 5px;
  right: 5px;
}
@media (min-width: 841px) {
  .mainnav-toggle {
    display: none;
  }
}

.mainnav-toggle-close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  line-height: 30px;
  right: 10px;
  top: 5px;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.mainnav-toggle-close:before {
  content: "";
  color: black;
  display: block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  cursor: pointer;
}
@media (min-width: 841px) {
  .mainnav-toggle-close {
    display: none;
  }
}

.breadcrumb {
  background: #f4f2e9;
  border-bottom: 3px solid #e3dec7;
  padding: 3em 0;
  text-transform: uppercase;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul a {
  padding: 0.25em;
}
.breadcrumb ul li:first-child a {
  padding-left: 0;
}

.sep {
  margin: 0.3em;
}

.hanger [class^="icon-"], .hanger .hanging {
  float: left;
  margin-right: 1em;
}
.hanger [class^="icon-"] + div, .hanger .hanging + div {
  overflow: hidden;
}

@media (min-width: 570px) {
  .page-header {
    padding: 20px 0 60px;
  }
}

.post-container {
  padding: 80px 0;
}

.post-aside-item {
  margin: 0 0 3em;
}

.post-aside-list {
  list-style: none;
  padding: 0;
}
.post-aside-list li {
  margin: 0.5em 0;
  font-weight: bold;
  font-size: 1.6rem;
}

.post-aside-title {
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "raleway", "Century Gothic", CenturyGothic, AppleGothic, Helvetica, sans-serif;
}

.post-summary {
  margin-bottom: 2em;
}

@media (min-width: 570px) {
  .post-summary-content {
    padding-right: 2em;
  }
}

.post-summary-title {
  font-size: 2.8rem;
}

.post-meta {
  margin-bottom: 1em;
}
.post-meta h4 {
  font-size: 2rem;
  margin: 0;
  padding: 0;
}

.post-date {
  font-weight: bold;
}

/** GLOBAL BLOCK STYLES
---------------------------------------- **/
.block-text, .block-quote, .block-twocol, .block-features, .block-cta, .block-newsevents, .block-menu {
  padding: 15px 0px 10px 0px;
}
@media (min-width: 570px) {
  .block-text, .block-quote, .block-twocol, .block-features, .block-cta, .block-newsevents, .block-menu {
    padding: 10px 0px 10px 0px;
  }
}

.block-center {
  text-align: center;
}

.block-header {
  margin-bottom: 1em;
  text-align: center;
}

.block-hero {
  position: relative;
  color: #fff;
}
.block-hero-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
}
@media (min-width: 960px) {
  .block-hero-image {
    height: 0;
    padding-bottom: 33.33333%;
height: 300px;
  }
}
.block-hero-image-sm {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  display: flex;
  /* Places content inside on top */
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
}
@media (min-width: 960px) {
  .block-hero-image-sm {
    height: 0;
    padding-bottom: 16.66667%;
height: 500px;
  }
}

.block-hero h1 {
  font-style: italic;
  text-transform: uppercase;
}

@media (min-width: 570px) {
  .block-hero.block-center .col {
    width: 81.25%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 570px) {
  .block-hero.block-left .col {
    width: 56.25%;
  }
}

@media (min-width: 570px) {
  .block-hero.block-right .col {
    margin-left: 42.70833%;
  }
}

@media (min-width: 570px) {
  .block-text .col, .block-quote .col {
    width: 85.25%;
    margin-left: auto;
    margin-right: auto;
  }
}

.block-twocol {
  background: #f4f2e9;
}
.block-twocol .col {
  margin-bottom: 1em;
}
@media (min-width: 570px) {
  .block-twocol .col {
    margin-bottom: 0;
  }
}

.block-features {
  font-size: 0.9em;
}

@media (max-width: 570px) {
  .block-features.cols-3, .block-features.cols-4 {
    margin-bottom: 1em;
  }
}

@media (min-width: 570px) {
  .block-chapters {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }
}
.block-chapters .col {
  padding: 2em;
  background: #727272;
  font-size: 0.9em;
  text-align: center;
}
.block-chapters .col > a {
  display: block;
  color: #fff;
}
.block-chapters .col:hover {
  background: #595959;
}
@media (min-width: 570px) {
  .block-chapters .col {
    width: 20%;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (min-width: 570px) {
  .block-chapters.cols-2, .block-chapters.cols-3, .block-chapters.cols-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .block-chapters.cols-2 .col {
    width: 50%;
  }

  .block-chapters.cols-3 .col {
    width: 33%;
  }

  .block-chapters.cols-4 .col {
    width: 25%;
  }
}
.block-cta {
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 570px) {
  .block-cta .col {
    width: 50%;
  }
}

.block-cta.block-right .col {
  text-align: right;
}
@media (min-width: 570px) {
  .block-cta.block-right .col {
    float: right;
  }
}

@media (min-width: 570px) {
  .block-cta.block-center .col {
    margin-left: auto;
    margin-right: auto;
  }
}

.block-newsevents {
  background: #282828;
  color: #fff;
  text-align: center;
}
@media (max-width: 569px) {
  .block-newsevents .col {
    margin-bottom: 2em;
  }
}

.newsevents-header {
  background: url("../images/_template/home_news_events_title.svg") center center no-repeat;
  display: inline-block;
  width: 160px;
  height: 75px;
  line-height: 75px;
  margin: 0;
}

.newsevents-contain {
  border: 3px solid #404045;
  position: relative;
  text-align: left;
  padding: 3em;
  margin: 2em 0;
}
.newsevents-contain:before {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border: 1px solid #404045;
  pointer-events: none;
}

.newsevents-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsevents-list li {
  margin-bottom: 2em;
}
.newsevents-list li:last-child {
  margin-bottom: 0;
}

.fancy-date {
  display: block;
  float: left;
  width: 45px;
  border: 3px solid #404045;
  margin: 0 0.5em 0.5em 0;
  text-align: center;
}
.fancy-date span:first-child {
  display: block;
  background: #404045;
  text-transform: uppercase;
  font-size: 10px;
}

.block-menu {
  padding-bottom: 0;
  color: #4B4B4D;
}
.block-menu .col {
  margin-bottom: 1em;
}
@media (min-width: 570px) {
  .block-menu .col {
    margin-bottom: 0;
  }
}

.block-menu-contain {
  border: 3px solid #7A9E9F;
  position: relative;
  padding: 1em 2em;
}
.block-menu-contain:before {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border: 1px solid #7A9E9F;
  pointer-events: none;
}
@media (min-width: 570px) {
  .block-menu-contain {
    padding: 3em 5em;
  }
}

.block-menu-title {
  text-align: center;
  padding-bottom: 1em;
}
.block-menu-title span {
  background: url("../images/_template/home_menu_title.svg") bottom center no-repeat;
  background-size: contain;
  padding-bottom: 0.5em;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}




.transbox {
  padding: 4px;
  background-color: rgba(255, 102, 0, 0.8);;
  /* Opacity can be given to background with rgba*/
  border: 1px solid black;
border-radius: 25px 25px 25px 25px;
  height: 100%;
width: 180px;
font-size: 18px;
}


.topnav a {
  text-decoration: none;
}
.topnav a:hover {
  text-decoration: underline;
  color:#B8D8D8;
}

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


.topnav ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

.topnav li {

  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
  

.topnav li:hover {
/*  cursor: pointer; */
}


.topnav ul li ul {
  margin-top:30px;
   background: #FFF;  
/* background:rgba(0, 0, 0, .4); */
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
}

.topnav ul li:hover > ul, ul li ul:hover {

  visibility: visible;
  opacity: 1;
}

.topnav ul li ul li a{
margin-top: -30px;
color: #000;
}

.topnav ul li ul li a:link {
color: #000;
}

.topnav ul li ul li a:visited {
color: #000;
}

.topnav ul li ul li a:hover {
color: #B8D8D8;
}

.topnav ul li ul li {
/* background:rgba(0, 0, 0, .4); */
background: #FFF;
color: #000;
 clear: both;
 width: 200px;
height: 50px;
text-align:left;
}

hr.style-seven {
    /* overflow: visible; */
    height: 0px;
    margin-top:5px;
    border-style: dotted;
    border-color: #B1BBCB;
    border-width: 2px 0 0 0;
}
hr.style-eight {
    /* overflow: visible; */
    height: 0px;
    margin-top:12px;
    border-style: dotted;
    border-color: #F3831F;
    border-width: 5px 0 0 0;
}

.footer_nav {
}
.footer_nav a {
 color: #fff;
font-size:18px;
line-height:34px;
}

.main-container {
margin-top: -50px;
} 
.dhphone a {
color: #fff;
}
.dhwebtext {
width:100%; 
height:30px; 
background-color:#576273; 
text-align:center;
margin:auto;
color:white; 
padding-top:3px; 
font-weight: bold; 
font-family:arial;
}
.value  input {
width:100px;
margin-left:40px;
}
.required {
margin-right: 10px;
}
.pagination {padding:0px 8px; font-size:28px;}
.pagination a {padding:0px 10px; font-size:28px;}
.data-ci-pagination-page {padding:0px 10px; font-size:28px;}

.mydhw  {
font-style: normal;
}
.mydhw::after {
    content: attr(title);
}
.mydhw::before {
    content: attr(data-animal-type) "\0040";
}


.img-text {
text-align:center;
font-size:12px;
font-style: italic;
padding-bottom:10px;
}

.alncent {
text-align:center;
}

.content {
}

@media (min-width: 570px) {
   .body-col {
    display: inline;
    position:relative;
    width:35%;
    float:right;
    clear:both;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding-bottom: 0;
margin-top:0px;
  }
}
/* Float to the right on screens that are equal to or greater than 840px wide */
@media (min-width: 840px) {
  .img-right {
    float: right;
    margin-left:20px;
  }
} 

 /* Float to the right on screens that are equal to or less than 839px wide */
@media (max-width: 839px) {
  .img-right {
    float: none;
text-align:center;
    
  }
}

/* Float to the left on screens that are equal to or greater than 840px wide */
@media (min-width: 840px) {
  .img-left {
    float: left;
    padding:10px;
  }
} 

 /* Float to the left on screens that are equal to or less than 839px wide */
@media (max-width: 839px) {
  .img-left {
    float: none;
text-align:center;
    
  }
}


@media (min-width: 960px) {
.transbox {
  padding: 10px;
  background-color: rgba(255, 102, 0, 0.8);;
  /* Opacity can be given to background with rgba*/
  border: 1px solid black;
border-radius: 15px 15px 15px 15px;
  height: 100%;
width: 500px;
font-size: 34px;
  margin-top: -100px;
}
.topstuff {
margin-top:16px; 
text-align:center;
 }
}

.block-hero-content {
  margin-top: -90px;
  margin-right:5%;
font-size: 34px;
float:right;
}
.block-hero-content .wrapper {;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}


.fitter {
height:70px;
}

@media (max-width: 570px) {
.fitter {
height:95px;
}
.topstuff {
margin-top:0px; 
text-align:center;
}
.contop {
font-size: 22px;
 }
}

.hero-bottom {
border-bottom:10px solid #6B7C9A;
box-shadow: 0em 0 0.5em black;
}


.heading {
  color: #697C98;
  font-size: 3rem;
  line-height: 1.22;
}

.col-dnd-2 {
	display: none;
}
