@charset "utf-8";
/* FONTS */
/****
font-family: 'barlowregular', Arial, Helvetica, sans-serif;		400
font-family: 'barlowmedium', Arial, Helvetica, sans-serif;		500
font-family: 'barlowextrabold', Arial, Helvetica, sans-serif; 	800
****/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'barlowregular', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #111;
  font-weight: 400;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #999;
}
p {
  margin: 0;
  padding: 10px 0;
  line-height: 28px;
}
p strong {
  font-family: 'barlowmedium', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
#content li {
  padding: 5px 0;
  line-height: 28px;
}
div {
  margin: 0;
  padding: 0;
  height: auto;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: normal;
}
hr {
  border: 0;
  border-bottom: 1px solid #efefef;
  margin: 0 auto 55px auto;
  padding: 55px 0 0 0;
  max-width: 60%;
}
iframe {
  overflow: hidden;
}
#content ul.ccm-error {
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: red;
}
#content ul.ccm-error li {
  dispaly: inline-block;
  background: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content .ccm-ui li {
  background: none !important;
}
.wrap {
  position: relative;
  margin: 0 auto;
}
.clearit {
  clear: both;
}
.redactor span {
  display: inline-block !important;
}
html.c5-edit-mode .inner-content {
  z-index: auto !important;
}
.ccm-ui hr {
  margin: 10px 0 0 0 !important;
  padding: 0 0 10px 0 !important;
}
.easy-gallery-boxes {
  text-align: center;
}
.easy-gallery-boxes .box-wrap {
  box-shadow: none !important;
}
.easy-gallery-boxes .info {
  display: none !important;
}
.fields input,
.fields select,
.fields textarea {
  font-family: 'barlowmedium', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
#pagewrap,
#headwrap,
#navwrap,
#slidewrap,
#basewrap,
#cntwrap,
#cntwrap2,
#cntwrap3,
#cntwrap4,
#footwrap,
#footer,
#credwrap {
  position: relative;
  width: 100%;
  z-index: auto;
}
#pagewrap h1,
#pagewrap h2,
#pagewrap h3,
#pagewrap h4,
#pagewrap h5,
.login-page button.btn,
.form-actions button[type="submit"],
.form-actions button {
  font-family: 'barlowextrabold', Arial, Helvetica, sans-serif;
  color: #111;
  font-weight: 800;
  margin: 5px 0;
  text-transform: uppercase;
}
#pagewrap h3 {
  text-transform: none;
}
#pagewrap h4 {
  text-transform: none;
}
#pagewrap h5 a,
.form-actions button[type="submit"],
.login-page button.btn {
  text-transform: uppercase;
}
#pagewrap h5 a,
.login-page button.btn,
.form-actions button[type="submit"],
.form-actions button {
  padding: 15px 20px;
  margin: 8px auto;
  display: inline-block;
  vertical-align: middle;
  text-shadow: none;
  background: none;
  color: #111;
  border: 4px #30bdf2 solid;
}
#pagewrap h5 a:hover,
.login-page button.btn:hover,
.form-actions button[type="submit"]:hover,
.form-actions button:hover {
  border: 4px #30bdf2 solid;
  background: #30bdf2;
  color: #fff;
}
/*#pagewrap h5 a:after, #pagewrap #cntwrap h5 a:after, #pagewrap #cntwrap3 h5 a:after { 
position: relative; vertical-align: middle; content:'+'; font-style: normal; 
transition: 0.25s ease-in-out all; padding-left: 10px; text-shadow: none; }
#pagewrap h5 a:after { color: #122b46; }
#pagewrap #cntwrap h5 a:after,
#pagewrap #cntwrap3 h5 a:after { color: #d3a156; }
#pagewrap h5 a:hover:after, #pagewrap #cntwrap h5 a:hover:after, #pagewrap #cntwrap3 h5 a:hover:after {  color: #fff; }
*/
#pagewrap #slidewrap h5 a {
  border: 4px #fff solid;
  background: none;
  color: #111;
}
#pagewrap .whitetext h5 a,
#pagewrap #cntwrap4 h5 a {
  border: 4px #30bdf2 solid;
  background: none;
  color: #fff;
}
#pagewrap #slidewrap h5 a:hover,
#pagewrap .whitetext h5 a:hover {
  border: 4px #fff solid;
  background: #fff;
  color: #30bdf2;
}
#pagewrap #cntwrap4 h5 a:hover {
  border: 4px #30bdf2 solid;
  background: #30bdf2;
  color: #fff;
}
/*#pagewrap #cntwrap h5 a,
#pagewrap #cntwrap3 h5 a { background: #122b46; }
#pagewrap #cntwrap h5 a:hover,
#pagewrap #cntwrap3 h5 a:hover { background: #d3a156; color: #fff; } */
body {
  background: #00aeef;
}
#pagewrap {
  background: #fff;
}
.toptop {
  position: fixed;
  bottom: -50px;
  right: 15px;
  padding: 0;
  z-index: 9999;
  background: #889da7;
  color: #fff;
  box-shadow: 2px 2px 0 #455d68;
  transition: 0.15s ease-in-out bottom;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.toptop a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
  width: 20px;
  text-shadow: 1px 1px 0 #455d68;
}
.pgscrolled .toptop {
  bottom: 15px;
}
#topwrap {
  background: #e7ebf1;
  color: #0e2e3e;
  padding: 10px 0;
}
topwrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#topwrap li {
  width: auto;
  margin: 3px 1%;
  display: inline-block;
  color: #0e2e3e;
}
#topwrap a {
  color: #0e2e3e;
}
#toptxt {
  padding: 5px 0;
}
#toptxt img {
  margin: 2px;
}
#headwrap {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
#header {
  transition: all 0.15s ease-in-out;
}
#logo,
#headtxt {
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
}
#navwrap {
  z-index: 10;
}
#nav {
  padding: 0;
}
#slidewrap {
  background: #00aeef;
}
#slideshow {
  padding: 0;
}
#slidewrap:before,
#cntwrap2:before,
#slidewrap:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: '';
}
#slidewrap table {
  position: relative;
  z-index: 2;
}
#slidewrap table table {
  background: none;
}
#slideshow {
  padding: 0;
}
#slidewrap .pgpaper:before,
#slidewrap .nopaper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 0;
}
#crumbz {
  font-size: 13px;
}
#pagewrap .whitetext h2,
#pagewrap .whitetext h3 {
  color: #30bdf2 !important;
}
#pagewrap .whitetext h4,
#pagewrap .whitetext p {
  color: #fff !important;
}
#cntwrap {
  background: #fff;
}
#cntwrap2 {
  background: #111;
  color: #fff;
}
#pagewrap #cntwrap2 h1,
#pagewrap #cntwrap2 h2 {
  color: #30bdf2;
}
#pagewrap #cntwrap2 h3,
#pagewrap #cntwrap2 h4,
#pagewrap #cntwrap2 h5 {
  color: #fff;
}
#cntwrap3 {
  background: #fff;
}
#cntwrap4 {
  background: #111;
  color: #fff;
}
#pagewrap #cntwrap4 h1,
#pagewrap #cntwrap4 h2 {
  color: #30bdf2;
}
#pagewrap #cntwrap4 h3,
#pagewrap #cntwrap4 h4,
#pagewrap #cntwrap4 h5 {
  color: #fff;
}
#cntwrap4 strong {
  color: #30bdf2 !important;
}
#cntwrap2:after,
#cntwrap4:after,
#footwrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 0;
}
#cntwrap4:after {
  background: rgba(0, 0, 0, 0.85);
}
#content,
#content2,
#content3,
#content4 {
  z-index: 1;
}
#cntwrap2 ul.autonvbx li a {
  padding: 15px;
  margin: 8px 4px;
  display: block;
  font-weight: 800;
  font-family: 'barlowextrabold', Arial, Helvetica, sans-serif;
  background: none;
  color: #111;
  border: 4px #fff solid;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
}
#cntwrap2 ul.autonvbx li:hover a {
  background: #fff;
  color: #30bdf2;
}
#cntwrap2 ul.autonvbx li:last-child a {
  border: 4px #111 solid;
  background: #111;
  color: #30bdf2;
}
#cntwrap2 ul.autonvbx li:last-child:hover a {
  border: 4px #fff solid;
  background: #fff;
  color: #30bdf2;
}
.cntpad {
  position: relative;
}
#footwrap {
  background: #e7ebf1;
  font-size: 22px;
}
#footer {
  padding: 75px 0;
  z-index: 1;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer li {
  margin: 10px;
  padding: 10px 25px;
  list-style-type: none;
}
.ftaside {
  padding-top: 5px;
}
#footer img {
  margin: 2px;
}
#footer a:hover {
  color: #30bdf2;
}
#footer strong {
  font-family: 'montserratsemibold', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #fff;
}
#credwrap {
  background: #00aeef;
}
#credits {
  padding: 25px 0;
  text-align: center;
}
#credits,
#credits a {
  color: #fff;
  font-size: 14px;
}
#credits a:hover {
  color: #122b46;
}
/* ///////////////////////////////////////////////////////////// */
/* //////////////MAKE/IT/RESPONSIVE/THEY/SAID/////////////////// */
/* ////////////////////////////.../SO/I/DID///////////////////// */
/* ///////////////////////////////////////////////////////////// */
@media screen and (min-width: 250px) {
  .wrap {
    width: 90%;
  }
  #pagewrap h1 {
    font-size: 50px;
    line-height: 50px;
  }
  #pagewrap h1.pgtitle {
    font-size: 45px;
    line-height: 45px;
  }
  #pagewrap h2 {
    font-size: 45px;
    line-height: 45px;
  }
  #pagewrap h3 {
    font-size: 32px;
    line-height: 32px;
  }
  #pagewrap h4 {
    font-size: 26px;
    line-height: 26px;
  }
  #pagewrap h5,
  .form-actions button[type="submit"],
  .login-page button.btn {
    font-size: 20px;
    line-height: 20px;
  }
  #toptxt {
    text-align: right;
    font-size: 13px;
  }
  #headwrap {
    z-index: 5;
    text-align: center;
  }
  .pgscrolled #headwrap {
    box-shadow: 0 0 5px #999;
  }
  #header {
    padding: 15px 0;
  }
  .pgscrolled #header {
    padding: 8px 0;
  }
  #logo,
  #headtxt {
    display: inline-block;
    vertical-align: middle;
  }
  #logo {
    width: 42%;
    text-align: left;
    transition: all 0.15s ease-in-out;
  }
  #headtxt {
    width: 56%;
    text-align: center;
  }
  #slidewrap:before {
    width: 100%;
    height: 100%;
    background: rgba(48, 189, 242, 0.5);
    z-index: 0;
  }
  #slidewrap:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(48, 189, 242, 0.5);
    z-index: 0;
  }
  #cntwrap2:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
  }
  #slideshowimg,
  #slideshowtxt {
    text-align: center;
    margin: 25px auto;
  }
  .cntpad,
  #footer {
    padding: 75px 0;
  }
  /*.pgpaper { padding: 75px 0; }*/
  #article,
  #articlefull,
  #aside {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #aside {
    padding-top: 55px;
  }
  .pgfeatimg {
    display: block;
    margin: 0 auto 25px auto;
  }
  .pgfeatimg img {
    -moz-border-radius: 512px;
    border-radius: 512px;
    border: 1px #eaeaea solid;
  }
  .vimeoVidWrap {
    max-width: 75%;
    margin: auto;
  }
  .fifty,
  .sixty,
  .eighty {
    margin: auto;
  }
  #footer {
    text-align: left;
  }
  .msv-location-map-map {
    margin: 0 !important;
  }
  .page-template-right-sidebar #content #aside,
  .page-type-page .ftaside,
  .page-template-home .ftaside {
    display: none;
  }
  .page-template-right-sidebar .ftaside {
    display: block;
  }
}
@media screen and (max-height: 450px) {
  #logo {
    width: 22%;
    text-align: left;
    transition: all 0.15s ease-in-out;
  }
  #headtxt {
    width: 76%;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  #logo,
  #headtxt {
    display: inline-block;
  }
  #logo {
    position: relative;
    width: 22%;
    text-align: left;
    margin: 0;
  }
  #logo img {
    width: 100%;
  }
  #headtxt {
    width: 76%;
    text-align: right;
    max-width: none;
  }
  #navwrap {
    padding: 25px 0;
  }
  .pgscrolled #navwrap {
    padding: 15px 0;
  }
  #slidewrap:before {
    width: 55%;
    height: 100%;
    /*background: rgba(48,189,242,1);*/
    background: #30bdf2;
    background: -moz-linear-gradient(51deg, #30bdf2 35%, rgba(48, 189, 242, 0.5) 100%);
    background: -webkit-linear-gradient(51deg, #30bdf2 35%, rgba(48, 189, 242, 0.5) 100%);
    background: linear-gradient(51deg, #30bdf2 35%, rgba(48, 189, 242, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#30bdf2", endColorstr="#30bdf2", GradientType=1);
    clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
  }
  #slideshowimg,
  #slideshowtxt {
    vertical-align: middle;
    display: inline-block;
    margin: 0 auto;
    text-align: inherit;
  }
  #slideshowimg {
    width: 40%;
  }
  #slideshowtxt {
    width: 55%;
    margin-left: 5%;
  }
  #bannerwrap {
    position: relative;
    display: block;
    text-align: center;
    max-width: 1536px;
    margin: auto;
  }
  .cntpad {
    padding: 125px 0;
  }
  /*.pgpaper { padding: 100px 0 50px 0; }
.nopaper { padding: 50px 0; }*/
  #cntwrap2:before {
    right: 0;
    left: inherit;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
  }
  .page-template-home #cntwrap2:before {
    right: 0;
    left: inherit;
    width: 54%;
    height: 100%;
    background: #30bdf2;
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .page-template-home #cntwrap2:after {
    width: 60%;
    opacity: 0.15;
  }
  #article,
  #articlefull,
  #aside {
    float: left;
    margin: 0;
    min-height: 15px;
  }
  #article {
    width: 70%;
    padding: 0 0;
  }
  #articlefull {
    width: 100%;
    padding: 0 0;
  }
  #aside {
    width: 25%;
    padding: 0 0 0 4%;
  }
  .pgfeatimg {
    display: block;
    margin: 25px;
    float: right;
  }
  .vimeoVidWrap {
    max-width: none;
    margin: initial;
  }
  .fifty,
  .sixty,
  .eighty {
    margin: 0 auto;
  }
  .fifty {
    width: 50%;
  }
  .sixty {
    width: 60%;
  }
  .eighty {
    width: 80%;
  }
  #credleft {
    text-align: left;
    width: 30%;
  }
  #credright {
    text-align: right;
    width: 69%;
  }
  .page-template-right-sidebar #content #aside {
    display: block;
  }
  .page-template-home .ftaside,
  .page-template-right-sidebar .ftaside,
  .page-type-page .ftaside {
    display: none;
  }
  #footer {
    padding: 75px 0;
  }
  #footwrap:after {
    width: 60%;
    height: 100%;
    background: #fff;
    opacity: 0.45;
    clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
  }
  #footer2 {
    position: absolute;
    width: 60%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 1140px) {
  .wrap {
    width: 1140px;
  }
  #pagewrap h1 {
    font-size: 55px;
    line-height: 55px;
  }
  #pagewrap h1.pgtitle {
    font-size: 60px;
    line-height: 60px;
  }
  #pagewrap h2 {
    font-size: 50px;
    line-height: 50px;
  }
  #pagewrap h3 {
    font-size: 32px;
    line-height: 32px;
  }
  #pagewrap h4 {
    font-size: 26px;
    line-height: 26px;
  }
  #pagewrap h5 {
    font-size: 22px;
    line-height: 22px;
  }
  #pagewrap h5 a,
  .form-actions button[type="submit"],
  .login-page button.btn {
    font-size: 18px;
    line-height: 18px;
  }
  #article,
  #articlefull,
  #aside {
    float: left;
    margin: 0;
  }
  #article {
    width: 840px;
    padding: 0 0;
  }
  #articlefull {
    width: 1140px;
    padding: 0 0;
  }
  #aside {
    width: 230px;
    padding: 0 0 0 70px;
  }
}
@media screen and (max-width: 1000px) {
  .ccm-layout-column {
    float: none !important;
    width: 100% !important;
  }
  .ccm-layout-column-inner {
    margin: 25px 0 !important;
  }
}
.ccm-layout-column-inner {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.verticle .ccm-layout-column {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}
/* ///////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
/* Gallery */
.sortable_responsive_gallery_image {
  overflow: hidden;
}
.sortable_responsive_gallery_container .rollover {
  overflow: hidden;
  height: 150px;
}
.sortable_responsive_gallery_container .rollover img {
  width: 100%;
  height: 100%;
  min-height: 175px;
}
.sortable_responsive_gallery_container .rollover img.hoverimage {
  min-height: inherit;
  width: 32px !important;
  height: 32px !important;
}
/* Slider */
.ccm-pagination-wrapper .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.ccm-pagination-wrapper .pagination > li {
  display: inline;
}
.ccm-pagination-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ccm-pagination-wrapper li {
  margin-left: 0px;
}
.ccm-pagination-wrapper .pagination > li:first-child > a,
.ccm-pagination-wrapper .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ccm-pagination-wrapper .pagination > li > a,
.ccm-pagination-wrapper .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #3b526c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.ccm-pagination-wrapper a {
  color: #428bca;
  text-decoration: none;
}
.ccm-pagination-wrapper .pagination > .active > a,
.ccm-pagination-wrapper .pagination > .active > span,
.ccm-pagination-wrapper .pagination > .active > a:hover,
.ccm-pagination-wrapper .pagination > .active > span:hover,
.ccm-pagination-wrapper .pagination > .active > a:focus,
.ccm-pagination-wrapper .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #3b526c;
  border-color: #3b526c;
  cursor: default;
}
.ccm-pagination-wrapper .pagination > li > a,
.ccm-pagination-wrapper .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #3b526c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.ccm-pagination-wrapper .pagination > li > span span {
  display: none;
}
.login-page {
  max-width: 500px;
}
.login-page h1 {
  display: none;
}
.login-page input,
.login-page select,
.login-page textarea {
  border: 1px #122b46 solid;
  background: none;
  color: #122b46;
  text-align: center;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.login-page input::placeholder,
.login-page textarea::placeholder {
  color: #111;
  text-align: center;
}
.login-page .form-group {
  margin: 5px auto;
}
.login-page,
.login-page .col-sm-6,
.login-page button.btn,
.login-form {
  text-align: center;
  margin: 0 auto;
}
.login-page input {
  font-size: 16px;
}
.login-page input,
.login-page button.btn {
  width: 88%;
  padding: 15px 5%;
  margin: 0 auto;
}
.login-page input[type=checkbox] {
  width: auto;
}
.login-page .checkbox {
  margin-bottom: 15px;
}
.login-page button.btn {
  width: 99%;
}
.login-page label {
  font-size: 12px;
}
.login-page button.btn {
  display: inline-block;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  margin: 5px 0;
}
.login-page a.btn {
  font-size: 13px;
}
