* {
  margin: 0;
  padding: 0; }

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

html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  font-family: "OpenSans", sans-serif;
  line-height: 1.5;
  color: #191313;
  font-size: 1.6rem;
  background-color: #FFFFFF; }

#Form_switchTheme {
  background-color: #3A7F96; }

#Form_switchTheme_theme_Holder {
  color: #f59432;
  padding-top: 1rem; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format("svg"); }

@font-face {
  font-family: 'WebSymbolsRegular';
  src: url("../fonts/websymbols-regular-webfont.eot");
  src: url("../fonts/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/websymbols-regular-webfont.woff") format("woff"), url("../fonts/websymbols-regular-webfont.ttf") format("truetype"), url("../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-menu-hamburger::before {
  content: "\e236"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-envelope:before {
  content: "\2709"; }

h1, h2, h3, h4, h5 {
  color: #3A7F96; }

a {
  color: #E56E47; }
  a:focus, a:hover {
    color: #3A7F96;
    text-decoration: none; }

.btn {
  font-size: 1.3rem; }

header {
  height: 150px;
  background-color: #FFFFFF;
  border-bottom: 1px solid lightgrey; }

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -3rem; }
  @media only screen and (max-width: 56.25em) {
    nav {
      justify-content: space-around; } }
  nav.secondary {
    flex-direction: column; }
    nav.secondary a.current {
      color: #3A7F96; }

.navbar-brand {
  padding: 0px !important; }

#menu .main-menu {
  display: none; }

#menu ul {
  margin: 0;
  padding: 0; }

#menu input[type="checkbox"],
#menu ul span.drop-icon {
  display: none; }

#menu li {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-width: 0 0 1px;
  position: relative;
  display: block;
  color: #FFFFFF; }
  @media only screen and (max-width: 68.75em) {
    #menu li {
      font-size: 1.6rem; } }

#menu label.drop-icon {
  padding: 1em;
  font-size: 1em;
  text-align: center;
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, 0.75); }

#menu .sub-menu {
  background-color: #FFFFFF;
  border-width: 1px 1px 0;
  margin: 0 1em;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  display: none; }
  #menu .sub-menu li:last-child {
    border-width: 0; }
  #menu .sub-menu a:hover {
    color: #3A7F96; }
  #menu .sub-menu input[type="checkbox"]:checked + .sub-menu {
    background-color: #FFFFFF; }
    #menu .sub-menu input[type="checkbox"]:checked + .sub-menu a {
      color: #FFFFFF; }

#menu a {
  padding: 1rem 1.5rem;
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out; }
  #menu a:not(.navbar-brand) {
    position: relative;
    display: block; }
    #menu a:not(.navbar-brand):hover {
      background-color: #FFFFFF;
      color: #3A7F96; }
      #menu a:not(.navbar-brand):hover::after {
        opacity: 1;
        width: 100%; }
    #menu a:not(.navbar-brand).active::after {
      opacity: 1;
      width: 100%; }
    @media only screen and (max-width: 68.75em) {
      #menu a:not(.navbar-brand) {
        font-size: 1.6rem; } }
    #menu a:not(.navbar-brand)::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 0;
      height: 1px;
      background: #E56E47;
      opacity: 0;
      -webkit-transition: opacity 0.3s, width 0.4s;
      transition: opacity 0.3s, width 0.4s; }

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
  background-color: #FFFFFF; }
  #menu input[type="checkbox"]:checked + .sub-menu a {
    color: #f59432; }

#dropdown:checked + .main-menu {
  display: block;
  position: absolute;
  top: 100px;
  background: #FFFFFF;
  width: 100%; }

#toggle-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-width: 0 0 1px;
  position: relative;
  display: block;
  color: #FFFFFF;
  background: #FFFFFF;
  padding: 1rem 1.5rem; }
  @media only screen and (max-width: 68.75em) {
    #toggle-menu {
      font-size: 1.6rem; } }
  #toggle-menu .drop-icon {
    position: absolute;
    transform: translate(-50%, -50%); }
  #toggle-menu span.drop-icon {
    padding: 1em;
    font-size: 1em;
    text-align: center;
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, 0.75); }

@media only screen and (max-width: 56.25em) {
  .fixed-top {
    position: absolute; } }

@media only screen and (min-width: 56.25em) {
  #menu .main-menu {
    display: block; }
  #menu ul span.drop-icon {
    display: inline-block; }
  #menu li {
    float: left; }
    #menu li:hover > input[type="checkbox"] + .sub-menu {
      display: block; }
  #menu label.drop-icon {
    display: none; }
  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 20rem;
    z-index: 3000; }
    #menu .sub-menu li {
      float: none;
      border-width: 0 0 1px; }
    #menu .sub-menu .sub-menu {
      top: 0;
      left: 100%; }
    #menu .sub-menu .drop-icon {
      position: absolute;
      top: 0;
      right: 0;
      padding: 1em; }
  #toggle-menu {
    display: none; }
  #menu li,
  #toggle-menu,
  #menu a:not(.navbar-brand) {
    position: relative;
    display: block;
    color: #3A7F96; }
  #menu .sub-menu,
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none; }
  li,
  #toggle-menu,
  #menu a {
    position: relative;
    display: block; }
  #toggle-menu,
  #menu a:not(.navbar-brand) {
    font-family: "OpenSans", sans-serif;
    font-weight: "bold"; } }

@media only screen and (min-width: 56.25em) and (max-width: 56.25em) {
  #toggle-menu,
  #menu a {
    padding: 1rem 0.5rem 1rem 0.5rem; } }

@media only screen and (min-width: 56.25em) {
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: block; }
  #menu .sub-menu
#menu input[type="checkbox"]:checked + .sub-menu {
    display: block; }
  #toggle-menu .drop-icon,
  #menu li label.drop-icon {
    position: absolute;
    right: 0;
    top: 0; }
  #menu label.drop-icon, #toggle-menu span.drop-icon {
    padding: 1em;
    font-size: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, 0.75); }
  #toggle-menu,
  #menu label.drop-icon,
  #menu .sub-menu,
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none; }
  #menu li, #toggle-menu, #menu .sub-menu {
    border: none; } }

#Breadcrumbs {
  font-size: 1.5rem;
  padding-bottom: 3rem;
  line-height: 1.75rem; }
  #Breadcrumbs a {
    color: #3A7F96; }

.main {
  margin-top: 170px;
  min-height: calc(100vh - 300px); }

aside {
  margin-top: -10px; }

section {
  padding: 5rem; }

.btn-secondary {
  background-color: #3A7F96;
  border-color: #3A7F96; }

.post-details {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.post-meta {
  display: flex;
  justify-content: space-between; }

.post-posted {
  color: #3A7F96; }
  .post-posted:hover {
    color: #f59432; }

.post-postedlink {
  color: #191313; }

.post-summary {
  padding-left: 30px;
  width: 100%;
  padding-bottom: 3rem; }

.event-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem; }

.event-detail {
  word-wrap: break-word;
  width: 220px;
  display: flex;
  justify-content: inherit;
  color: #191313; }
  .event-detail .btn {
    align-self: flex-end; }

.event-date {
  border: 1px solid;
  border-radius: .25rem;
  padding: 2px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2rem;
  color: #FFFFFF;
  background-color: #3A7F96; }

/*------------------------------
// SEARCH FORM
-------------------------------*/
.search-dropdown-icon {
  display: none; }

.search-bar {
  position: relative;
  width: 250px; }
  .search-bar form.form-inline {
    position: absolute;
    right: 0; }
  .search-bar form fieldset {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
    position: relative;
    border-bottom: 1px solid #E56E47;
    border-radius: 3px 0px;
    font-size: 1.4rem; }
  .search-bar form input.action {
    cursor: pointer;
    border: none;
    padding: 5px;
    background: lightgrey;
    font-family: 'WebSymbolsRegular';
    color: #3A7F96;
    border-radius: 0;
    text-align: right;
    margin-top: 0px !important; }
    @media only screen and (max-width: 75em) {
      .search-bar form input.action {
        margin-left: 0; } }
  .search-bar form input.text {
    color: #3A7F96;
    margin: 0;
    border: none;
    background: #FFFFFF; }
  .search-bar form input#SearchForm_SearchForm_Search {
    width: 0px;
    transition: width .55s ease; }
    .search-bar form input#SearchForm_SearchForm_Search:focus, .search-bar form input#SearchForm_SearchForm_Search:active {
      outline: none;
      width: 300px; }
  .search-bar:hover input#SearchForm_SearchForm_Search {
    width: 300px; }
  .search-bar:hover .icon {
    display: none; }
  .search-bar .icon {
    position: absolute;
    top: 0px;
    z-index: 1;
    color: #3A7F96;
    right: 21px;
    background: lightgrey;
    padding: 4px 5px; }

aside li .child {
  padding-left: 2rem;
  display: flex; }

aside li a {
  color: #3A7F96;
  padding-left: 5px; }

aside li .section,
aside li .current {
  font-weight: 700; }

aside .nav-side {
  padding-top: 3rem; }

.caption {
  font-weight: 700; }

.slideshow {
  max-width: 60vw;
  margin: 2rem auto;
  height: 315px; }

.pgwSlider .ps-current {
  font-size: 1.6rem; }

.pgwSlider .ps-caption {
  background: rgba(0, 0, 0, 0.4) !important; }

ul.pgwSlider > li,
.pgwSlider > .ps-list > li {
  font-size: 1.3rem; }

.caption span,
.courtesy {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0; }

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block !important; }

#Carousel,
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.social {
  display: flex;
  justify-content: flex-end; }
  .social-links a {
    color: #3A7F96; }
    .social-links a:hover {
      color: #E56E47; }

.section-infos {
  background-color: #f5fafb; }
  .section-infos .card-deck .card {
    border: none; }
  .section-infos .card-title {
    padding-bottom: 1rem;
    border-bottom: 1px solid;
    margin-bottom: 3rem; }

#Contact h5,
.fn {
  font-style: italic; }

.socialContact {
  z-index: 2000; }

.contact-form input, .contact-form textarea, .contact-form select {
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: #f5fafb;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all .3s;
  width: 100%; }

.contact-form label {
  font-weight: 700;
  margin-left: 2rem;
  margin-top: .7rem;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left; }

.contact-form button {
  padding: 1rem 2rem !important;
  font-size: 1.75rem !important;
  margin-top: 2rem;
  margin-bottom: 3rem;
  background-color: #E56E47;
  border: none !important;
  color: #FFFFFF;
  text-transform: uppercase; }

.contact-form .middleColumn input:placeholder-shown + label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem); }

.contact-form input:focus:invalid {
  border-bottom: 3px solid #3A7F96; }

.contact-form input::-webkit-input-placeholder {
  color: #f5fafb; }

.contact-form .btn.focus, .contact-form .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 241, 240, 0.25); }

.contact-form .form input, .contact-form .form textarea, .contact-form .form select {
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: lightgrey;
  border: none;
  border-bottom: 3px solid transparent;
  width: 90%;
  display: block;
  transition: all .3s; }

.contact-form .form label {
  font-weight: 700;
  margin-left: 2rem;
  margin-top: .7rem;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s; }

.contact-form .form button {
  padding: 1rem 2rem !important;
  font-size: 1.75rem !important;
  margin-top: 2rem;
  margin-bottom: 3rem;
  background-color: #E56E47;
  border: none !important;
  color: #FFFFFF;
  text-transform: uppercase; }

.contact-form .form .middleColumn input:placeholder-shown + label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem); }

.contact-form .form input:focus:invalid {
  border-bottom: 3px solid #3A7F96; }

.contact-form .form input::-webkit-input-placeholder {
  color: lightgrey; }

.contact-form .form .btn.focus, .contact-form .form .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 241, 240, 0.25); }

.contact-form .form-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 60%;
  margin: auto;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 100em) {
    .contact-form .form-row {
      width: 80%; } }
  @media only screen and (max-width: 68.75em) {
    .contact-form .form-row {
      width: 100%;
      padding: 0 3rem; } }
  @media only screen and (max-width: 45em) {
    .contact-form .form-row {
      justify-content: flex-start; } }
  @media only screen and (max-width: 45em) {
    .contact-form .form-row .field {
      margin-right: 1rem; } }
  @media only screen and (max-width: 37.5em) {
    .contact-form .form-row .field {
      width: 40%; } }
  .contact-form .form-row .third {
    width: 30%;
    margin-right: 15px; }
    @media only screen and (max-width: 45em) {
      .contact-form .form-row .third {
        width: 40%; } }
    @media only screen and (max-width: 37.5em) {
      .contact-form .form-row .third {
        width: 100%; } }
    @media only screen and (max-width: 37.5em) {
      .contact-form .form-row .third .field {
        width: 100%; } }
  .contact-form .form-row.start {
    justify-content: flex-start; }

.contact-form .form-left {
  padding-right: 5rem;
  width: 50%;
  box-sizing: border-box; }

.contact-form .form-right {
  padding-left: 5rem;
  width: 50%;
  box-sizing: border-box; }

.contact-form .input-group {
  margin-left: 2rem;
  display: flex;
  flex-direction: column; }

.footer {
  font-size: 1.5rem;
  background: #3A7F96;
  padding: 2rem;
  color: #f5fafb;
  margin-top: 5rem; }
  .footer-fb {
    color: #FFFFFF;
    background-color: #3A7F96;
    margin-left: 5rem; }
    .footer-fb:hover {
      color: #E56E47; }
