@import url(https://fonts.googleapis.com/css?family=Asap:400,700);
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
.cms p,
.cms li {
  font: 15px/20px 'Asap', sans-serif;
}
.cms a {
  font: 15px/20px 'Asap', sans-serif;
  color: #00adee;
}
.cms h3 {
  font: 16px/20px 'Asap', sans-serif;
}
.cms h2 {
  font: 18px/20px 'Asap', sans-serif;
}
.cms .blue {
  color: #106ab1;
}
.cms .red {
  color: red;
}
/*@import url(https://fonts.googleapis.com/css?family=Chau+Philomene+One);*/
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6em;
}
body :focus {
  outline: 0 none;
}
body * {
  box-sizing: border-box;
}
/* override boostrap modal fix in ybr.css/.less */
/* fixes jumpy behavior when re-ordering jquery sortable items */
html,
body {
  overflow: visible !important;
}
.img-responsive {
  width: 100%;
}
.wrap {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
/******
PHOTOBOX GALLERY OVERLAY STYLES
******/
#pbOverlay #pbCaption .pbThumbs li.active a img {
  border-color: #00a4e4;
  min-height: 96%;
}
main > header a:hover {
  text-decoration: none;
}
main > header .top {
  background-color: #106ab1;
  height: 35px;
}
main > header .top .menu {
  list-style: none;
  position: relative;
  width: 380px;
  float: right;
  padding-left: 0;
}
main > header .top .menu li {
  float: left;
  margin-left: 10px;
  position: relative;
  top: 5px;
}
main > header .top .menu li a {
  font: 13px/15px 'Maven Pro', sans-serif;
  color: #ffffff;
  text-decoration: none;
}
main > header .top .menu li a:hover {
  color: #00adee;
}
main > header .top .menu li#traffic-alert a {
  position: relative;
  top: -1px;
}
main > header .top .menu li#traffic-alert a:after {
  content: url(/assets/images/traffic.png);
  top: 6px;
  position: relative;
  padding-left: 5px;
}
main > header .top .menu li#facebook {
  margin-left: 0.5rem;
}
main > header .top .menu li#facebook a {
  background: url(/assets/images/facebook-icon.png) no-repeat center center;
  display: block;
  width: 18px;
  height: 18px;
  top: 4px;
  position: relative;
}
main > header .top .menu li#facebook span {
  display: none;
}
main > header .top .menu li#twitter {
  margin-left: 0.5rem;
}
main > header .top .menu li#twitter a {
  background: url(/assets/images/twitter-icon.png) no-repeat center center;
  display: block;
  width: 18px;
  height: 18px;
  top: 4px;
  position: relative;
}
main > header .top .menu li#twitter span {
  display: none;
}
main > header .top .menu li#youtube {
  margin-left: 0.5rem;
}
main > header .top .menu li#youtube a {
  background: url(/assets/images/youtube-icon.png) no-repeat center center;
  display: block;
  width: 18px;
  height: 18px;
  top: 4px;
  position: relative;
}
main > header .top .menu li#youtube span {
  display: none;
}
main > header .top .menu li#instagram {
  margin-left: 0.5rem;
}
main > header .top .menu li#instagram a {
  background: url(/assets/images/instagram-icon.png) no-repeat center center;
  display: block;
  width: 19px;
  height: 18px;
  top: 4px;
  position: relative;
}
main > header .top .menu li#instagram span {
  display: none;
}
main > header .bottom {
  background-color: #ffffff;
  clear: both;
  padding: 10px 0;
  min-width: 900px;
}
main > header .bottom .item1 {
  display: inline-block;
  width: 185px;
  vertical-align: top;
}
main > header .bottom .item1 #cwp-logo {
  background: url(/assets/images/cwp-logo.jpg) no-repeat center center;
  display: block;
  width: 185px;
  height: 60px;
  margin-top: 5px;
}
main > header .bottom .sf-menu {
  display: inline-block;
  width: 650px;
  position: relative;
  top: 15px;
  font-size: 0;
  float: none;
}
main > header .bottom .sf-menu > li {
  background: none;
  float: left;
  margin-left: 20px;
  padding: 10px;
  -webkit-border-radius: 10px 10px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  border-radius: 10px 10px 0 0;
  background-clip: padding-box;
}
main > header .bottom .sf-menu > li.sfHover {
  background-color: #00adee;
}
main > header .bottom .sf-menu > li.sfHover a span {
  color: #ffffff;
}
main > header .bottom .sf-menu > li > a span {
  font: 18px/24px 'Maven Pro', sans-serif;
  color: #808285;
}
main > header .bottom .sf-menu > li a {
  border: none;
}
main > header .bottom .sf-menu > li ul {
  background-color: #00adee;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  min-width: 150px;
  position: absolute;
}
main > header .bottom .sf-menu > li ul li {
  float: left;
  clear: left;
  padding: 0 15px 5px 5px;
  background: none;
}
main > header .bottom .sf-menu > li ul li:hover a span {
  color: #106ab1;
}
main > header .bottom .sf-menu > li ul li a span {
  font: 15px/17px 'Asap', sans-serif;
  color: #ffffff;
}
main > header .bottom .item2 {
  display: inline-block;
  width: 43px;
  vertical-align: top;
}
main > header .bottom .item2 #mdc-logo {
  background: url(/assets/images/mdc-logo.jpg) no-repeat center center;
  display: block;
  width: 43px;
  height: 72px;
  margin-left: 110px;
}
main .btn .btn-mdc {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #106ab1;
  padding: 10px 20px;
  text-decoration: none;
  margin: 0 auto;
}
main .btn .btn-mdc:hover {
  background-color: #2e8a8b;
}
main .btn .btn-mdc span {
  color: #ffffff;
  font: 16px/30px 'Maven Pro', sans-serif;
  display: inline-block;
}
main #news_feed.full-page {
  width: 100%;
  margin-bottom: 2rem;
}
main #news_feed.full-page .scroll-inner {
  padding: 0;
}
main #news_feed header {
  background-color: #007071;
  height: 40px;
}
main #news_feed header h3 {
  padding: 0;
  margin: 0;
  color: #fff;
  font: 20px/40px 'Maven Pro', sans-serif;
  vertical-align: middle;
  padding-left: 18px;
}
main #news_feed .scroll-inner {
  margin-top: 10px;
  height: 330px;
  padding: 0 0 0 10px;
}
main #news_feed .scroll-inner .news_feed_article {
  padding: 0 6% 1% 0;
  position: relative;
}
main #news_feed .scroll-inner .news_feed_article h5 {
  font: bold 1.4rem/1.7rem "Maven Pro", Helvetica, sans-serif;
  color: #818371;
  padding-bottom: 0;
  margin-bottom: 5px;
}
main #news_feed .scroll-inner .news_feed_article p {
  font: 1.2rem/1.7rem "Trebuchet MS", Helvetica, sans-serif !important;
  color: #717171;
}
main #news_feed .scroll-inner .news_feed_article a {
  color: #0769a8;
  font-size: 1.2rem !important;
}
main #news_feed .scroll-inner .jspContainer {
  width: 98% !important;
}
main #news_feed .scroll-inner .jspContainer .jspPane {
  width: 95% !important;
  left: 5%;
}
main #news_feed .scroll-inner .jspContainer .jspVerticalBar {
  background-color: transparent;
  width: auto;
}
main #news_feed .scroll-inner .jspContainer .jspVerticalBar .jspCap.jspCapTop {
  -webkit-border-radius: 0 5px 0 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 0 5px;
  -moz-background-clip: padding;
  border-radius: 0 5px 0 5px;
  background-clip: padding-box;
}
main #news_feed .scroll-inner .jspContainer .jspVerticalBar .jspTrack {
  background-color: #dbdbd6;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  width: 8px;
}
main #news_feed .scroll-inner .jspContainer .jspVerticalBar .jspTrack .jspDrag {
  background-color: #818371;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
main #news_feed .scroll-inner #meeting-loader {
  width: 95%;
  color: white;
  background-color: #ccc;
  display: flex;
  justify-content: center;
}
main #news_feed .scroll-inner #meeting-loader span {
  font-size: 20px;
}
main > article > section#layout_open #homepage .top {
  background-color: #f2f2f1;
  text-align: center;
  padding: 10px 0 20px 0;
  min-height: 28rem;
}
main > article > section#layout_open #homepage .top h2 {
  color: #106ab1;
  font: bold 24px/30px 'Maven Pro', sans-serif;
}
main > article > section#layout_open #homepage .top p {
  color: #2e8a8b;
  font: 20px/28px 'Maven Pro', sans-serif;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 10px;
}
main > article > section#layout_open #homepage #callouts {
  font-size: 0;
}
main > article > section#layout_open #homepage #callouts > div {
  background-color: #f2f2f1;
  display: inline-block;
  width: 325px;
  margin-top: 20px;
  vertical-align: top;
  padding: 0;
  min-height: 275px;
  /*                            &#news_feed{
                                width:326px;
                               
                                .scroll-inner{
                                    // h5{font: bold 15px/18px 'Arimo',sans-serif;}
                                     .jspContainer{
                                         width:315px !important;
                                         .jspPane{
                                             width:267px !important;
                                         }
                                         
                                     }

                                }


                            }*/
}
main > article > section#layout_open #homepage #callouts > div h4 {
  color: #2e8a8b;
  font: 20px/24px 'Maven Pro', sans-serif;
}
main > article > section#layout_open #homepage #callouts > div:first-child {
  display: block;
  width: 1000px;
}
main > article > section#layout_open #homepage #callouts > div:first-child .center {
  display: inline-block;
  width: 66.66%;
  vertical-align: top;
}
main > article > section#layout_open #homepage #callouts > div:first-child h4 {
  font: 24px/28px 'Maven Pro', sans-serif;
}
main > article > section#layout_open #homepage #callouts > div:first-child .caption {
  display: inline-block;
  width: 33.33%;
  padding: 0 10px;
}
main > article > section#layout_open #homepage #callouts > div:first-child .btn {
  top: inherit;
  bottom: -45px;
  left: -5px;
  position: absolute;
}
main > article > section#layout_open #homepage #callouts > div:nth-child(2) {
  margin-right: 7px;
  height: 400px;
  margin-bottom: 20px;
  width: 326px;
}
main > article > section#layout_open #homepage #callouts > div:nth-child(2) .btn {
  width: 100%;
}
main > article > section#layout_open #homepage #callouts > div:nth-child(2) img {
  max-height: 168px;
}
main > article > section#layout_open #homepage #callouts > div:nth-child(3) {
  margin-left: 0.5%;
  margin-right: 0.5%;
  height: 400px;
  margin-bottom: 20px;
  width: 326px;
}
main > article > section#layout_open #homepage #callouts > div:nth-child(3) .btn {
  width: 100%;
}
main > article > section#layout_open #homepage #callouts > div:nth-child(3) img {
  max-height: 168px;
}
main > article > section#layout_open #homepage #callouts > div:nth-child(4) {
  margin-left: 0.5%;
  height: 400px;
  margin-bottom: 20px;
}
main > article > section#layout_open #homepage #callouts > div .caption {
  padding: 0 3% 3% 3%;
  position: relative;
  padding-bottom: 60px;
}
main > article > section#layout_open #homepage #callouts > div .caption .text {
  font: 1.6rem/2.2rem 'Maven Pro', sans-serif;
  height: 100px;
  padding: 0 0.33%;
  color: #717171;
}
main > article > section#layout_open #homepage #slider {
  width: 100%;
}
main > article > section#layout_open #homepage #slider h3 {
  color: #2e8a8b;
  font: bold 20px/20px 'Maven Pro', sans-serif;
  text-align: left;
  margin-left: 30px;
}
main > article > section#layout_open #homepage #slider .slick-slider {
  margin-bottom: 0;
}
main > article > section#layout_open #homepage #slider .slick-slider .slick-list {
  width: 94%;
  margin: 0 auto;
}
main > article > section#layout_open #homepage #slider iframe {
  border: none;
  outline: none;
  height: 494px;
}
main > article > section#layout_open #homepage #slider .left {
  position: absolute;
  top: 40%;
}
main > article > section#layout_open #homepage #slider .left .mdc-arrow-right {
  background: url(/assets/images/rarrow.png) no-repeat center center;
  display: inline-block;
  width: 24px;
  height: 41px;
}
main > article > section#layout_open #homepage #slider .right {
  position: absolute;
  top: 40%;
  right: 0;
}
main > article > section#layout_open #homepage #slider .right .mdc-arrow-left {
  background: url(/assets/images/larrow.png) no-repeat center center;
  display: inline-block;
  width: 24px;
  height: 41px;
}
main > article > section#layout_open #homepage #slider h4 {
  font: 20px/20px 'Maven Pro', sans-serif;
  text-align: center;
  color: #106ab1;
  margin: 5px 0 30px 0;
}
main > article > section#layout_default .top-header {
  background-color: #21409a;
  height: 15px;
}
main > article > section#layout_default #default header {
  background-color: #0bbcf0;
  height: 100px;
}
main > article > section#layout_default #default header.presentation {
  height: auto;
}
main > article > section#layout_default #default header .img {
  border: 5px solid #21409a;
  width: 235px;
  top: -5px;
  position: relative;
  display: inline-block;
}
main > article > section#layout_default #default header h2 {
  display: inline-block;
  font: 30px/30px 'Maven Pro', sans-serif;
  color: #ffffff;
  position: relative;
  top: 30px;
  left: 22px;
  vertical-align: top;
}
main > article > section#layout_default #default #content {
  min-height: 400px;
}
main > article > section#layout_default #default .wrap .right {
  margin-left: 10px;
  padding-top: 20px;
}
main > article > section#layout_default #default .wrap .right h2 {
  left: 0;
  font: 30px/30px 'Maven Pro', sans-serif !important;
  top: 0;
}
main > article > section#layout_default #default .wrap .right .form_error_message ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
main > article > section#layout_default #default .wrap .right .form_error_message ul li {
  color: red;
  font: bold 18px/18px 'Maven Pro', sans-serif;
}
main > article > section#layout_default #default .wrap .right form label.error {
  font: 15px/15px 'Maven Pro', sans-serif;
  color: red;
}
main > article > section#layout_default #default .wrap .right p,
main > article > section#layout_default #default .wrap .right li {
  font: 15px/20px 'Asap', sans-serif;
}
main > article > section#layout_default #default .wrap .right a {
  font: 15px/20px 'Asap', sans-serif;
  color: #00adee;
}
main > article > section#layout_default #default .wrap .right h3 {
  font: 16px/20px 'Asap', sans-serif;
}
main > article > section#layout_default #default .wrap .right h2 {
  font: 18px/20px 'Asap', sans-serif;
}
main > article > section#layout_default #default .wrap .right .blue {
  color: #106ab1;
}
main > article > section#layout_default #default .wrap .right .red {
  color: red;
}
main > article > section#layout_gallery .top-header {
  background-color: #21409a;
  height: 15px;
}
main > article > section#layout_gallery #default header {
  background-color: #0bbcf0;
  height: 100px;
}
main > article > section#layout_gallery #default header.presentation {
  height: auto;
}
main > article > section#layout_gallery #default header .img {
  border: 5px solid #21409a;
  width: 235px;
  top: -5px;
  position: relative;
  display: inline-block;
}
main > article > section#layout_gallery #default header h2 {
  display: inline-block;
  font: 30px/30px 'Maven Pro', sans-serif;
  color: #ffffff;
  position: relative;
  top: 30px;
  left: 22px;
  vertical-align: top;
}
main > article > section#layout_gallery #default #albums.stack {
  position: relative;
  font-size: 0;
  min-height: 400px;
}
main > article > section#layout_gallery #default #albums.stack .photobox {
  padding: 0;
  float: left;
  vertical-align: top;
  margin: 1% 0%;
  height: 280px;
  width: 33%;
}
@media only screen and (max-width:767px) {
  main > article > section#layout_gallery #default #albums.stack .photobox {
    width: 100%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 992px) {
  main > article > section#layout_gallery #default #albums.stack .photobox {
    width: 50%;
  }
}
@media only screen and (max-width:767px), only screen and (min-width : 768px) and (max-width : 992px) {
  main > article > section#layout_gallery #default #albums.stack .photobox {
    margin-bottom: 20px;
  }
}
main > article > section#layout_gallery #default #albums.stack .photobox h3 {
  text-align: center;
  font: 20px/22px 'Roboto', sans-serif;
  padding: 0 25px;
}
main > article > section#layout_gallery #default #albums.stack .photobox figure {
  margin: 0 auto;
  width: 90%;
  position: relative;
  max-width: 100%;
}
main > article > section#layout_gallery #default #albums.stack .photobox figure a {
  width: 100%;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  display: block;
}
main > article > section#layout_gallery #default #albums.stack .photobox figure a:hover {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
main > article > section#layout_gallery #default #albums.stack .photobox figure a:first-child img {
  max-height: 187px;
  margin: 0 auto;
  display: block;
}
main > footer {
  background-color: #106ab1;
  height: 65px;
  padding: 20px 0;
}
main > footer .menu {
  list-style: none;
  margin: 0 auto;
  width: 700px;
}
main > footer .menu li {
  float: left;
  margin-left: 25px;
}
main > footer .menu li:hover a span {
  color: #00adee;
}
main > footer .menu li a {
  text-decoration: none;
}
main > footer .menu li a span {
  font: 17px/18px 'Maven Pro', sans-serif;
  color: #ffffff;
}
main > footer .item {
  display: inline-block;
  margin-left: 20px;
}
main > footer .item span {
  font: 1.4rem/1.6rem 'Maven Pro', sans-serif;
  color: #ffffff;
}
/*# sourceMappingURL=style.css.map */