/*
	Theme Name: Dynamic Sponsorships
	Theme URI: http://twin41.com
	Description: Custom theme for Dynamic by Twin41, LLC
	Version: 1.4.3
	Author: Steven Churchill (@carefulmistake)
	Author URI: http://www.twin41.com
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@font-face {
  font-family: 'dynamic';
  src: url('/wp-content/themes/dynamic/fonts/dynamic.eot?9531045');
  src: url('/wp-content/themes/dynamic/fonts/dynamic.eot?9531045#iefix') format('embedded-opentype'),
       url('/wp-content/themes/dynamic/fonts/dynamic.woff2?9531045') format('woff2'),
       url('/wp-content/themes/dynamic/fonts/dynamic.woff?9531045') format('woff'),
       url('/wp-content/themes/dynamic/fonts/dynamic.ttf?9531045') format('truetype'),
       url('/wp-content/themes/dynamic/fonts/dynamic.svg?9531045#dynamic') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'dynamic';
    src: url('../font/dynamic.svg?9531045#dynamic') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "dynamic";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-play:before { content: '\e800'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-down-1:before { content: '\f175'; } /* '' */
.icon-up-1:before { content: '\f176'; } /* '' */
.icon-left-1:before { content: '\f177'; } /* '' */
.icon-right-1:before { content: '\f178'; } /* '' */



/*------------------------------------*\
    PLUGINS
\*------------------------------------*/

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}


/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */.slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;color:#fff;font-weight:700;text-shadow:0 1px 3px #000}.slicknav_menu .slicknav_icon{float:left;width:1.125em;height:.875em;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_icon:before{background:0 0;width:1.125em;height:.875em;display:block;content:"";position:absolute}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{*zoom:1;font-size:16px;background:#4c4c4c;padding:5px}.slicknav_nav,.slicknav_nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#222}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav ul{margin:0 0 0 20px}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav .slicknav_row:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#fff}.slicknav_nav a{text-decoration:none;color:#fff}.slicknav_nav a:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#222}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px}

/* Slick Carousel */
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

html {
  scroll-behavior: smooth;
}

/* Typography */
h1 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #435542;

    /*text-shadow: 1px 2px rgba(0,0,0,.5);*/
}
.two-columns h1 {
  font-size: .8rem;
  text-transform: uppercase;
  margin: 50px 0 0 0;

}
h2 {
    color: #435542;
    font-family: 'Montserrat';
    text-transform: uppercase;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 0;
}
.two-columns h2 {
  font-size: 3.5rem;
  line-height: 1.01em;
  color: #2d2d2d;
  margin-top: 5px;
  text-transform: none;
  position: relative;
}
.two-columns h2 span {
  position: relative;
  z-index: 1;
}
.two-columns h2:before {
  content: '';
  position: absolute;
  height: 140%;
  height: calc(100% + 50px);
  width: 2px;
  background-color: #c0c0c2;
  z-index: 0;
  transform: rotate(20deg);
  left: 16%;
  top: -40px;
}
.reverse .two-columns h2:before {
  background-color: #333438;
}
.form-section h2 {
    font-family: 'Montserrat' !important;
    text-transform: uppercase !important;
    font-size: 2rem !important;
    margin-bottom: 0 !important;
}
.reverse h2 {
    color: #d5d3d6;
}
h3 {
	font-family: 'Montserrat' !important;
  color: #3f5663;
  text-transform: uppercase;
	font-size: 1.5rem;
	margin: 0 0 10px 0;
    line-height: 1em;
    font-weight: 300;
}
.reverse h3 {
    color: #fff;
    font-size: 3rem;
    line-height: 1em;
    margin-top: 10px;
    font-weight: 300;
}
hr {
    border: none;
    border-bottom: 1px solid #bababa;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:100%;
	max-width: 100%;
}
body {
	font:300 16px/1.8 'Montserrat', Helvetica, Arial, sans-serif;
	color:#1d1d1d;
	overflow-x: hidden;
	max-width: 100%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
    height: auto;
	vertical-align:bottom;
}
a {
	color: #435542;
	text-decoration:none;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
a:hover {
	color: #000;
	text-decoration: none;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
a.tel {

}
.highlight {
  color: #435542;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
input, textarea {
	width: 100%;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:100%;
  padding: 0 10vw;
	/*width:95%;*/
	margin:0 auto;
	position:relative;
}
.full-width {
    width: 100vw;
    background-color: #d7d5d8;
    color: #383838;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.full-wrapper .row > div {
  padding: 50px 10vw;
}
.full-height {
    height: 100vh;
    position: relative;
}
/* .home-rotate-content {
	position:absolute;
	left:50%;
	top:50%;
	background:rgba(0,0,0,.5);
	padding: 8vw;
	transform: translate(-50%,-50%);
	width:80%;
} */
.home-rotate-content h2 {
	color:#fff;
	margin: 0;
	padding: 40px 0;
}
.single-col-feature {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #333;
    color: #fff;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
    position: relative;
}
.single-col-feature .background-images {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.single-col-feature .background-images img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.single-col-feature .background-images img.active {
  z-index: 3;
}
.single-col-feature h1 {
  line-height: .9em;
  position: relative;
  color: #fff;
  z-index: 15;
  margin-bottom: 0;
  font-size: 2.5rem;
  background-color: rgba(0, 0, 0, .4);
  padding: 20px 10px;
}
.single-col-feature .feature {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  min-height: 150px;
  text-align: left;
  padding-top: 50px;
  padding-left: 50px;
  background-image: url(/wp-content/themes/dynamic/img/home-overlay-01.svg), url(/wp-content/themes/dynamic/img/home-overlay-02.svg);
  background-size: cover, cover;
  background-position: left top, left top;
  background-repeat: no-repeat, no-repeat;
}
.single-col-feature .feature a {
  color: #fff;
  position: relative;
  padding-left: 80px;
  display: block;
  line-height: 1.5em;
}
.single-col-feature .feature a:hover {
  color: #435542;
}
.single-col-feature .feature .icon-play {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  border: 3px solid #fff;
  border-radius: 50px;
  height: 60px;
  width: 60px;
  overflow: hidden;
  text-align: center;
  line-height: 55px;
  font-size: 30px;
}
.single-col-feature .feature strong {
  font-size: 1.5rem;
}
.single-col-feature .feature .icon-play:before {
  margin-left: .5em;
}
.single-col-feature h1:before {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #435542;
  z-index: -5;
  transform: rotate(110deg);
  width: 25vw;
  left: -2vw;
  top: 5vw;
}

.single-col-feature .content {
    padding: 50vh 0px 50px 0px;
    margin: 0 auto;
    text-align: center;
}
.single-col-feature h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 3.5rem;
    /*font-size: 2.5vw;*/
    font-weight: 800;
}

.single-col-feature h3 {
    color: #fff;
}
.single-col-feature .btn {
    margin-top: 30px;
}

.display-posts-listing .date {
    display: block;
}
.display-posts-listing li {
    border-bottom: 1px solid #dbdbdb;
}
.display-posts-listing li:last-of-type {
    border-bottom: 0;
}

.toggle-menu {
    padding: 5px 10px;
    background-color: #fff;
    color: #000 !important;
    display: inline-block;
    position: relative;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/*.toggle-menu span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -1rem;
}
.toggle-menu span:before {
    transform: rotate(90deg);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.toggle-menu.open span:before {
    transform: rotate(-90deg);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}*/

.social-container {
  position: relative;
}
.social-header {
  position: absolute;
  left: 0;
  z-index: 10;
  bottom: 50px;
}
.social-header a {
  padding: 5px 30px;
  background-color: rgba(20,20,20,.8);
  color: #fff;
}
.social-header a:hover {
  padding: 5px 40px;
  background-color: #435542;
  color: #fff;
}

/* main nav drop down */
.main-nav .has-nav {
    text-align: right;
    font-family: 'Source Sans Pro', sans-serif;
}
.main-nav .has-nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    transition: none;
    text-align: left;
}
.main-nav .has-nav > ul {
    display: none;
}
.main-nav .current_page_item > a:after {
  opacity: 1;
}
.main-nav .has-nav li {
    color: #fff;
    display: inline-block;
    float: left;
    margin: 0 2px 0 0;
    padding: 12px 0px 0px 0px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.main-nav .has-nav li a {
    text-decoration: none;
    display: block;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.main-nav .has-nav li a:hover {
    background-color: rgba(255,255,255,.3);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.main-nav .has-nav > ul > li > a {
    padding: 20px 10px;
    letter-spacing: .05em;
    font-weight: 400;
    font-size: 1.5rem;
    position: relative;
}
.main-nav .has-nav > ul > li:not(.current_page_item) > a:before {
    content: '';
    background-color: #d8d8d8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.main-nav .has-nav > ul > li:hover > a:before, .main-nav .has-nav > ul > li.active > a:before {
    height: 6px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.main-nav .has-nav li:hover {
    cursor: pointer;
}
.main-nav .has-nav > ul > li {
    opacity: 1;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.main-nav .has-nav > ul:hover > li {
    opacity: .3;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.main-nav .has-nav > ul:hover > li:hover {
    opacity: 1;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.main-nav .has-nav ul li ul {
    visibility: hidden;
    opacity: 0;
    float: left;
    min-width: 200px;
    position: absolute;
    padding: 15px;
    margin: 0;
    left: 0;
    z-index: 999;
    line-height: 1.4em;
}
.main-nav .has-nav ul li:hover > ul,
.main-nav .has-nav ul li ul:hover {
    visibility: visible;
    opacity: 1;
    margin-left: 12px;
    background-color: #eee;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.main-nav .has-nav ul li ul li {
    clear: both;
    padding: 5px 0;
    width: 100%;
    box-sizing: border-box;
    text-transform: none;
}
.main-nav .has-nav ul ul ul {
	left: 100%;
	top: 0;
	border-left: 2px solid #d8d8d8;
}
.main-cta {
    text-align: right;
}

/* header */
.header {
    background-color: rgba(15,21,28,.7);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}
.header ul, .header li, .utility-bar ul, .utility-bar li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header li, .utility-bar li, .utility-bar .social {
    display: inline-block;
}
.utility-bar .social {
    border-left: 1px solid #969696;
    padding-left: 15px;
}
.utility-bar .social a {
    padding-right: 0;
}
.has-logo {
    text-align: left;
}
.has-logo a:first-of-type {
	display: block;
}
header .has-logo img {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
header.is_stuck .has-logo img {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 50px;
}
header.is_stuck .main-nav-container {
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2); 
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
}
.slicknav_menu {
	background-color: transparent;
  margin-top: 55px;
  padding: 0;
}
.slicknav_nav > ul {
	margin: 0;
}
.slicknav_btn {
	display: none;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
	background-color: #eee;
	color: #333;
	border-radius: 0;
}
.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
	border-radius: 0;
}
.main-nav-container {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
.main-nav-container .has-main-nav a {
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    position: relative;
}
.main-nav-container .has-main-nav a:after {
    content: '';
    position: absolute;
    opacity: 0;
    bottom: -30px;
    left: 0;
    height: 3px;
    background-color: #435542;
    width: 100%;
}
.main-nav-container .has-main-nav a:hover:after, .main-nav-container .has-main-nav .current-menu-item a:after {
    opacity: 1;
}
.main-nav-container .has-main-nav .current-menu-item a:after {
  background-color: #919191;
}
.main-nav-container ul {
    display: inline-block;
}
.main-nav-container > div > ul > li {
    padding-left: 20px;
}
.main-nav-container form {
    display: inline-block;
}
.main-nav ul ul {
    display: none;
    font-weight: 300;
}
.main-nav ul li:hover > ul {
    display: block;
}
.main-nav ul ul {
    display: none;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 0;
    z-index: 99999;
    text-align: left;
    line-height: 1.2em;
    width: 220px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.main-nav li {
    position: relative;
}
.main-nav .has-main-nav > ul > li {
  padding-right: 20px;
}
.main-nav .has-main-nav > ul > li:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    width: 1px;
    height: 50%;
    background-color: #435542;
    transform: rotate(15deg) translateY(-50%);
}
.main-nav .has-main-nav > ul > li:last-of-type:before {
    display: none;
}
.main-nav ul ul li {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.main-nav ul ul li:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.content-filter {
  width: 100%;
  background-color: #eee;
  padding: 0px 50px;
  z-index: 20;
}
.content-filter .consent {
  padding: 10px 0;
}
.content-filter .next-event {
  background-color: #162a46;
  color: #fff;
}
.next-event .btn {
  background-color: #435542;
  color: #fff;
  border: 0;
}
.next-event h2 {
  margin: 0;
}
.next-event p {
  margin: 0;
}
.next-event {
  padding: 20px 0;
}
.next-event .event-detail {
  position: relative;
}
.next-event .event-detail:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0px;
  left: -30px;
  background-color: #42413b;
}
.next-event .event-cta {
  text-align: right;
}

form.search {
    position: relative;
    padding-left: 20px;
}
.search-input {
    background-color: transparent;
    border: 1px solid #929292;
    border-radius: 50px;
    padding: 20px 20px;
    box-sizing: border-box !important;
}
.search-submit {
    position: absolute;
    border: 0;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #929292;
    background-color: transparent;
}

.utility-bar {
    background-color: #3e7ead;
    position: relative;
    color: #fff;
    z-index: 10;
    padding: 10px 50px;
    font-size: .9rem;
}
.utility-bar a {
    color: #fff;
    padding-right: 15px;
}
.utility-bar a span {
    color: #1f64bf;
}

/* utility nav */
.utility-nav {
    text-align: right;
}
.utility-nav ul {
    margin: 0;
    display: inline-block;
}

/* Alert Bar */
.alert-bar {
    background-color: #1f64bf;
    color: #fff;
    position: relative;
    z-index: 5;
}
.alert-bar a {
    color: #fff;
    text-decoration: none;
}
.alert-bar h2 {
    color: #fff;
}
.toggle-alert {
    display: block;
    border-bottom: 1px solid #1a56a5;
}
.toggler {
    padding: 20px;
    border-right: 1px solid #1a56a5;
    display: inline-block;
    margin-right: 30px;
}
.alert-content {
    padding: 30px;
}

.conservation-feat {
    font-family: 'Montserrat';
    color: #bcdcf4;
    text-transform: uppercase;
    font-size: 1.1rem;
}
.conservation-feat strong {
    color: #fff;
}


.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.review-box {
    display: none !important;
}

/* Page Header */
.page-header {
	text-align: left;
	padding: 200px 0 60px 0;
	background-size: cover;
	background-position: bottom center;
	background-color: #dbdbdb;
}
.page-header h1 {
    /*max-width: 50%;*/
    text-align: center;
}
h1 em {
    font-weight: 700;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-style: normal;
    display: block;
    font-size: .6em;
}
h1 strong {
    color: #f3df98;
}

/* Intro Content*/
.big-d {
  position: absolute;
  top: -15%;
  left: 0;
  display: inline-block;
  width: 100%;
  padding-bottom: 100%; 
  vertical-align: middle; 
  overflow: hidden; 
}
.big-d img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.intro-content {
	position: relative;
  overflow: hidden;
  padding: 50px;
	text-align: left;
}
.intro-content .wrapper {
  position: initial;
}
/*.intro-content p:first-of-type {
	font-size: 1.4rem;
}*/
.intro-content p {
  line-height: 2.25rem;
}
.intro-content h2 {
    font-family: 'Montserrat';
    color: #4c4c4c;
    font-weight: 700;
    font-size: 3rem;
    text-transform: none;
}
.intro-content h3 {
    margin-top: 0;
}

/* Three col */
.home .three-columns {
    padding-bottom: 30px;
}
.home .three-columns span.ico-container {
    background-color: #435542;
    display: inline-block;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    position: relative;
}
.home .three-columns span.ico-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
}
.home .three-columns h3 {
    margin: 0px;
    font-size: 2rem;
}
.home .three-columns h3 a {
    color: #323133;
}
.home .three-columns h3 a:hover {
    color: #435542;
}

/* News listing */
.news-listing {
    padding-bottom: 50px;
}
.news-listing h3 {
    font-size: 2.5rem;
    color: #262526;
    font-weight: 300;
    margin: 50px 0 30px 0;
}

/* Facility Info Bar */
.facility-info-bar {
    background-color: #435542;
    color: #fff;
    padding: 30px 0;
    line-height: 1.2em;
}
.facility-info-bar a, .facility-info-bar h3 {
    color: #fff;
}
.facility-info-bar h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.facility-info-bar .patient-survey-container {
    text-align: right;
}
.facility-info-bar .has-phone {
    border-left: 1px solid #1a56a5;
    padding-left: 30px;
}

.page-id-138 .intro-content {
  text-align: left !important;
}

/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	text-align: left;
  background-color: #1e2123;
	color: #919191;
	padding-bottom: 15px;
	border-top: 5px solid #fff;
	font-weight: 400;
  padding: 30px 10vw 60px 10vw;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.footer.focused {
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 30vh 10vw 30vh 10vw;
}
.footer a {
	color: #919191;
}
.footer h2 {
  color: #919191;
}
.footer .slash {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.copyright {
  background-color: #14161a;
  padding: 10px 10vw;
  color: #919191;
}
.ftr-social {
  text-align: right;
}
.ftr-social a {
  color: #919191;
}
.ftr-social a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-nav {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    /*font-size: 1.5rem;*/
}
.footer-nav > ul > li {
  position: relative;
}
.footer-nav > ul > li:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 1px;
    height: 50%;
    background-color: #435542;
    transform: rotate(15deg) translateY(-50%);
}
.footer-nav > ul > li:last-of-type {
  display: none;
}
.footer-nav > ul > li:nth-last-child(-n+2):before {
  display: none
}
.footer-nav strong {
  display: block;
  margin-top: 50px;
  margin-bottom: 150px;
}
.footer-nav a {
    /*padding-left: 10px;*/
}
.footer-nav a:hover {
    text-decoration: underline;
    color: #fff;
}
.footer-nav ul, .footer-nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
  display: inline-block;
}
.footer-nav > ul {
	display: inline-block;
}
.footer-nav > ul > li {
	float: left;
	display: inline-block;
	padding-right: 30px;
}
.footer-nav li:last-of-type {
  padding-right: 0 !important;
}
.footer-nav > ul > li > a {
	/*font-weight: bold;*/
	/*text-transform: uppercase;*/
}
.footer-content {
    padding-left: 30px !important;
}
.footer-content > p {
    margin-top: 0;
}
.footer .logo-container {
  position: relative;
}
.footer .logo-container a {
  position: relative;
  z-index: 10;
}
.logo-container:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 2px;
  background-color: #313335;
  z-index: 0;
  transform: rotate(110deg);
  right: 0px;
  top: 40px;
}

.social-badge {
    display:inline-block;
    width:3rem;
    height:3rem;
    border:2px solid #3f5663;
    text-align:center;
    border-radius: 30px;
    transition:background-color .2s ease-in-out,color .2s ease-in-out
}
.social-badge span {
    font-size:25px;
    line-height:2.9rem
}
.social-badge:hover {
    background-color:#3f5663;
    color:#fff
}

.padding-top {
	padding-top: 15px;
}

/*------------------------------------*\
    Components
\*------------------------------------*/

/* Career Filter */
.has-filters {
    padding: 30px 0;
}
/*.has-filters select {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}*/
.career-cards .card {
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    padding: 15px 0;
}
.career-cards .career-type {
    color: #777;
    font-size: .9rem;
    float: right;
}
.featured-careers .career-title {
    min-height: 60px;
}
.featured-careers {
    margin-top: 30px;
    margin-bottom: 30px;
}
.featured-careers .featured-card {
    border: 1px solid #dbdbdb;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 20px;
}
.featured-careers .career-link {
    display: inline-block;
    margin-bottom: 15px;
}
.featured-careers .career-topic {
    color: #777;
    font-size: .9rem;
}

/* Accordion */

.accordion {
    margin: 30px 0;   
}
.accordion dt, .accordion dd {
    padding: 10px;
    border: 1px solid #dbdbdb;
    border-bottom: 0; 
}
.accordion dt:last-of-type, .accordion dd:last-of-type {
    border-bottom: 1px solid #dbdbdb; 
}
.accordion > dt > a {
    display: block;
    color: black;
    font-weight: bold;
}
.accordion dd {
    border-top: 0;
    padding: 0 20px;
}
.accordion dd:last-of-type {
    border-top: 1px solid white;
    position: relative;
    top: -1px;
}
.accordion span {
    color: #1f5aaf;
    margin-right: 10px;
}

/* Content Blocks */
.home .content-block {
	padding: 0 5%;
	font-size: 1.8rem;
}
.content-block {
    padding: 30px 2.5vw;
    text-align: center;
}
.bkg-gray .content-block {
    padding: 50px;
    background-color: #fff;
}

/* Wide Carousel  */
.gallery-carousel {
  background-color: #14161a;
}
.gallery-carousel .slide-item img {
  /*height: 700px;*/
  /*width: auto;*/
  display: inline-block;
  opacity: .3;
  width: 100%;
}
.gallery-carousel .is-selected img {
  opacity: 1;
}
.gallery-carousel .slide-item {
  width: 75%;
  text-align: center;
}
.gallery-carousel .flickity-button {
  background-color: #435542;
  color: #fff;
  border-radius: 0;
}

.btn, .wide-carousel .slide-item a, #submit button {
  display: inline-block;
  background-color: #435542;
    color: #fff;
    line-height: 1.2em;
    padding: 15px 30px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: .9rem;
    margin-top: 30px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 2px;
  background-color: #435542;
  z-index: -5;
  transform: rotate(110deg);
  left: -20px;
  top: 20px;
}
.btn:after {
  font-family: 'dynamic';
  content: '\f178';
  padding-left: 20px;
  font-size: .9em;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn:hover:after {
  padding-left: 25px;
}
.btn.light {
    background-color: #d3f0fe;
    color: #435542;
    border: 1px solid #d3f0fe;
    box-sizing: border-box;
}
.btn.light:hover {
    border: 1px solid #435542;
}
.btn.small {
    padding: 0 10px;
    font-size: .9rem;
    border-radius: 5px;
    display: inline-block;
    margin: 0 5px;
}
.btn.small:before {
    content: '';
    padding: 0;
}
/*.wide-carousel .slide-item a {
    margin-top: 20px;
}*/
.btn:hover, .wide-carousel .slide-item a:hover {
	color: #435542;
  padding: 15px 25px 15px 30px;
  background-color: #333;
	text-decoration: none;
}

/* Team Grid */
.team-grid .row {
    height: 100%;
    min-height: 500px;
}
.team-photo {
    background-size: cover;
    min-height: 300px;
}
.team-grid .team-bio {
    background-color: #2f2e2b;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 70px 30px 30px 30px;
    font-weight: 500;
}
.team-bio h4 {
    position: relative;
    color: #f3df98;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 15px;
}
.team-bio h4:before {
    content: '';
    position: absolute;
    background: transparent url(/wp-content/themes/dynamic/img/ico-gce.png) no-repeat top center;
    display: block;
    width: 32px;
    height: 22px;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.team-grid > div:nth-child(4n+1) .team-bio, .team-grid > div:nth-child(4n+4) .team-bio {
    background-color: #435542;
}

/* Image Grid */
.grid-title {
	background-size: cover;
	color: #fff;
	background-color: #435542;
	background-image: url(/wp-content/themes/dynamic/img/bkg_title.jpg);
	text-align: center;
	padding: 40px 0;
	margin-top: 60px;
}
.grid-title h2 {
	margin: 0;
}
.img-grid > div {
	padding-top: 25%;
	background-size: cover;
	background-position: top center;
	position: relative;
}
.img-grid > div:hover span.label {
	padding: 30px 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.img-grid > div:hover span.blend {
	height: 90px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.img-grid > div a {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 15;
}
.img-grid span.label {
	display: block;
	position: absolute;
	font-size: 1.8rem;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	padding: 25px 0;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
	z-index: 1;
}
.img-grid span.blend {
	background-color: #545558;
	mix-blend-mode: multiply;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.img-grid span.blend {
	    opacity: 0.6;
	}

}

/* Carousel Specific */
.caro .slick-dots {
	bottom: 10%;
    display: none;
}
.caro .slick-dots li button:before {
	content: '';
	opacity: .7;
	font-size: 2rem;
	color: #fff;
}
.caro .slick-dots li.slick-active button:before {
	color: #435542;
}
.caro .slick-next {
	right: 5%;
	z-index: 10;
	background-color: #fff;
	padding: 10px;
	height: auto;
	width: auto;
}
.caro .slick-next:before {
	content: '\2192';
	font-family: 'creek';
	color: #435542;
}
.caro .slick-prev {
	left: 5%;
	z-index: 10;
	background-color: #fff;
	padding: 10px;
	height: auto;
	width: auto;
}
.caro .slick-prev:hover, .caro .slick-next:hover {
	background-color: #435542;
}
.caro .slick-prev:hover:before, .caro .slick-next:hover:before {
	color: #fff;
}
.caro .slick-prev:before {
	content: '\2190';
	font-family: 'creek';
	color: #435542;
}

/* Home Events */
.home-events {
    padding: 30px 0 40px 0;
}
.home-events h4 {
    font-size: 2rem;
    font-weight: 300;
    margin: 0;
    line-height: 1em;
    margin-right: 20px;
}
.home-events .notification-item .btn {
    float: right;
}
.home-events .cta-all-events {
    padding-top: 5px;
}

/* Gallery */
.gallery {
    padding: 50px 0;
    text-align: center;
}
.gallery .row > div {
    padding: 15px;
}
.gallery .row > div a {
    position: relative;
    display: block;
}
.gallery img {
  width: 100%;
  height: auto;
}
.gallery .hover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: rgba(62,126,173,.7);
    z-index: 5;
}
.gallery .hover:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 8rem;
    transform: translate(-50%, -50%);
}
.gallery a:hover .hover {
    opacity: 1;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
a[href^="#gallery"] {
  background-color: #435542;
  padding: 10px;
}
a[href^="#gallery"]:hover {
  color: #435542;
  background-color: #fff;
}


/* Utility */
.bkg-gray {
	background-color: #d8d8d8;
}
input[type="submit"] {
	background-color: #435542;
	color: #fff;
	padding: 10px 25px;
	border: 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
input[type="submit"]:hover {
	background-color: #333;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* Facility */
.facility-grid .facility-item {
    padding: 0 15px 60px 15px;
}
.facility-grid .facility-info {
    border: 1px solid #dbdbdb;
    position: relative;
    box-sizing: border-box;
    padding: 20px 20px 50px 20px !important;
    margin: 0 !important;
}
.facility-grid .facility-photo img {
    width: 100%;
    height: auto;
    display: block;
}
.facility-grid .facility-info .btn {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
}
h4.facility-name {
    font-size: 1.6rem;
    line-height: 1.1em;
    margin: 0;
    min-height: 60px;
}

/* Content Filter */
.content-filter-label {
    background-color: #435542;
    color: #fff;
    border-radius: 40px 0px 0px 40px;
    padding: 15px;
    min-width: 250px;
    position: absolute;
    right: 0;
    top: 75%;
    transform: translateY(-50%);
    line-height: 2.2rem;
}
.content-filter-label img {
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
}
.content-filter-label.has-tribal img {
    position: relative;
    top: -4px;
}

/* Two Col */
.two-columns {
    /*padding-top: 25px;
    padding-bottom: 35px;*/
    line-height: 2.5em;
}
.two-columns .wide-col {
    padding-right: 50px;
}
.has-border.two-columns {
  position: relative;
  padding-bottom: 0;
}
/*.has-border.two-columns:after {
  content: '';
  background-image: linear-gradient(to right top, #d7d5d8 0%, #d7d5d8 49%, transparent 50%);
  position: absolute;
  transform: rotate(180deg);
  width: 100%;
  height: 5vw;
  bottom: -5vw;
  z-index: 10;
  left: 0;
}*/
.reverse .two-columns > div {
  position: relative;
}
.reverse .two-columns > div:first-of-type:after {
  content: '';
  background-image: linear-gradient(to left top, #14161a 0%, #14161a 49.5%, transparent 50%);
  position: absolute;
  /*transform: rotate(90deg);*/
  width: 15vw;
  height: 100%;
  bottom: 0;
  z-index: 0;
  right: 0;  
}
div.full-width:not(.reverse) .two-columns > div {
  position: relative;
}
div.full-width:not(.reverse) .two-columns > div:nth-of-type(2):after {
  content: '';
  background-image: linear-gradient(to left bottom, transparent 50%, #d7d5d8 50.5%, #d7d5d8 50%);
  position: absolute;
  /*transform: rotate(90deg);*/
  width: 15vw;
  height: 100%;
  bottom: 0;
  z-index: 0;
  left: 0;  
}
.two-columns .last-md img {
  box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.reverse .has-border.two-columns > div:first-of-type {
    border-color: #333;
}
.reverse ul li {
  color: #d5d3d6;
}
.has-border.two-columns > div:last-of-type {
  padding-left: 50px;
  padding-bottom: 0;
}
.two-columns ul {
    margin: 0;
    padding: 5px 0 0 0;
}
.two-columns ul li {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    font-weight: bold;
    list-style-type: none;
}
.two-columns ul li.current-menu-item:before, .two-columns ul li:not(.menu-item):before {
    content: '//';
    /*font-family: 'dynamic';*/
    position: absolute;
    left: 0px;
    color: #435542;
    font-weight: bold;
}
.two-columns .current-menu-item a {
    color: #333;
}
.reverse .two-columns li:before {
    color: #fff;
}

.full-width.reverse, .reverse .two-columns {
    background-color: #14161a;
    color: #6e6d6e;
    padding: 0;
    min-height: 50vh
}
.full-width.reverse a, .reverse .two-columns a {
    text-decoration: underline;
}
.reverse .two-columns div:last-of-type {
  padding: 5vw 10vw 50px 50px;
}
.full-width .two-columns .is-col {
    background-size: cover;
    background-position: center center;
    /*padding: 40px 0;*/
    padding-top: 40px;
    padding-bottom: 40px;
    /*min-height: 25vw;*/
}
/*.reverse .two-columns .is-col p {
    font-size: 1.75rem;
}*/
.reverse .two-columns h3 {
    color: #6e6d6e;
    font-size: 1.5rem;
    /*text-transform: none;*/
}
.reverse a {
    color: #fff;
}

.cert-images{
    margin-top: 20px;
}
.cert-images .col-sm-3 {
    padding: 10px 30px;
    border-right: 1px solid #dbdbdb;
    text-align: center;
    height: 145px;
}
.cert-images .col-sm-3:last-of-type {
    border-right: 0;
}
.cert-images .col-sm-3 img {
    max-width: 100%;
    width: auto !important;
    max-height: 145px;
    display: inline-block;
}
.event-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.event-item h2 {
    margin: 0;
}
.event-item h4 {
    font-size: .9rem;
    margin-bottom: 10px;
    color: #999;
}
.payout-head {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/



/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(183, 26, 32, 0.95);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close:before {
  content: 'X';
  z-index: 19994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 25px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: #435542;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:before:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #435542;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.has-prod-caro {
  position: relative;
}
.has-prod-caro .cta-all-prods {
  position: absolute;
  right: 0;
  top: 50px;
}
.has-prod-caro h2 {
  text-align: center;
  margin-top: 0;
}
.prod-caro {
  position: relative;
  z-index: 0;
  padding: 0 50px !important;
  margin-top: -30px;
}
.prod-caro-head {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
.prod-caro a {
  display: block;
  width: 100%;
}
.prod-caro .caro-item {
  width: 100%;
  min-height: 100%;
  display: flex;
  text-align: center;
}
.prod-caro h3 {
  color: #3e7ead;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 50px;
  margin-top: -20px;
}
.prod-caro .flickity-button-icon {
  width: 30px;
  height: 30px;
}
.prod-list {
  padding-top: 50px;
}
.prod-list .col-sm-8 {
  padding-bottom: 50px;
}
.prod-list h3 {
  margin-bottom: 15px;
}
.prod-list a.prod-img {
  display: block;
  margin-top: 20px;
}
.prod-list .prod-img-container {
  /*margin-top: -30px;*/
  position: relative;
  text-align: center;
}
.prod-list .prod-img-container a.prod-img {
  margin: 0 1vw .5vw 1vw;
  background-color: #f4f5f6;
  padding-bottom: 50px;
}
.prod-list .prod-img-container .pro-img {
  position: absolute;
  top: 0;
  right: 1vw;
  width: auto !important;
}
.prod-list .prod-img-container span.new-prod {
  position: absolute;
  top: 0;
  left: 1.5vw;
  display: inline-block;
  padding: 5px 10px;
  background-color: #162a46;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat';
}
.prod-list .prod-desc a {
  font-weight: bold;
}
.prod-list .prod-content {
  display: block;
  margin-bottom: 2vw;
  font-size: .8rem;
  text-transform: uppercase;
}

/* client listing */
.client-list {
  margin: 90px 0;
}
.client-list a {
  display: block;
  width: 100%;
  background-color: #282728;
  position: relative;
  overflow: hidden;
}
.client-img-container {
  margin-bottom: 2rem;
}
.client-list a:after, .client-list a:before {
  content: '';
  background-image: linear-gradient(to right top, rgba(15, 21, 28, .5) 0%, rgba(15, 21, 28, .5) 49%, transparent 50%);
  background-repeat: no-repeat; 
  position: absolute;
  border-bottom: 5vw solid rgba(15, 21, 28, .5);
  /*transform: rotate(180deg);*/
  width: 100%;
  height: 8.5vw;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1;
  left: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; 
}
.client-list a:before {
  border-bottom: 7vw solid rgba(15, 21, 28, .5);
  width: 100%;
  height: 9vw;
}
.client-list a:hover img {
  opacity: .2;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; 
}
.touch .client-list a:after, .touch .client-list a:before {
  transform: translateY(0%);
  height: 100px;
  border-bottom: 80px solid rgba(15, 21, 28, .5);
}
.no-touch .client-list a:hover:after, .no-touch .client-list a:hover:before {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  animation:slide 1s forwards;
  -moz-animation:slide 1s forwards; /* Firefox */
  -webkit-animation:slide 1s forwards; /* Safari and Chrome */  
}
.no-touch .client-list a:hover:before {
  animation:slide2 .8s forwards;
  -moz-animation:slide2 .8s forwards; /* Firefox */
  -webkit-animation:slide2 .8s forwards; /* Safari and Chrome */  
}
@keyframes slide{
    from {bottom: -15vw;} 
    to{bottom: 8vw;}
}
@keyframes slide2{
    from {bottom: -15vw;} 
    to{bottom: 9vw;}
}
.client-list a h2 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  color: #fff;
  font-size: 1.1rem;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; 
}
.touch .client-list a h2, .client-list a:hover h2 {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease;
  -o-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.client-list a h2:after {
  content: '\f178';
  font-family: 'dynamic';
  font-size: .8rem;
  position: relative;
  padding-left: 15px;
  top: -.1em;
  z-index: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; 
}
.client-list img {
  object-fit: cover;
  width: 100%;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
}
.client-list h3 {
  margin-bottom: 15px;
}
.client-list .client-img-container {
  /*margin-top: -30px;*/
  position: relative;
  text-align: center;
}
.client-list .client-desc a {
  font-weight: bold;
}
.client-list .client-content {
  display: block;
  margin-bottom: 2vw;
  font-size: .8rem;
  text-transform: uppercase;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width:767px) {
    .hide-mobile {
        display: none !important;
    }
    .has-logo .logo-img {
        max-height: 70px;
        width: auto;
    }
    .two-columns > div {
      min-height: 80vw;
    }
    .main-cta a.btn {
        display: block;
        text-align: center;
        margin: 10px;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
    }
    .content-filter-label {
        position: relative;
        right: auto;
        top: auto;
        border-radius: 0;
        margin-top: 20px;
        transform: translateY(0%);
    }
    .content-filter .row .col-xs-12 div.filter-label {
        display: block;
    }
    .content-filter .row .col-xs-12 div.filter-item {
        font-size: .8rem;
    }
    .utility-bar {
        font-size: .9rem;
    }
    .utility-bar .conservation-feat {
        display: none;
    }
    header .has-logo img {
        height: auto;
    }
    .main-nav .has-main-nav, .utility-bar {
        display: none !important;
    }
    .page-header {
        padding: 150px 0 100px 0;
    }
    header .has-logo {
        padding: 10px 20px 0px 20px;
        /*position: relative;*/
    }
    header .has-logo img {
        max-width: 65%;
        height: auto;
    }
    .news-listing .news-updates {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d2d0d0;
    }
    .footer-nav > ul {
      display: block;
      width: 100%;
    }
    .footer-nav > ul > li {
      display: block;
      text-align: left;
      float: none;
    }
    .footer li:before {
      display: none;
    }
    .footer .highlight.slash {
      display: none;
    }
    .footer-nav > ul > li a {
      padding-left: 0;
    }

}
@media only screen and (max-width:1199px) {
    .facility-info-bar .has-phone {
        padding-left: .5rem;
        padding-top: 20px;
        border-left: 0;
    }
}
@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {
  .prod-caro .caro-item {
    width: 50%;
  }
}
@media only screen and (min-width:768px) {
    /* main content container */
    .main-content main > div:not(.reverse):first-of-type {
      padding-top: 50px;
    }
    .hide-desktop {
        display: none !important;
    }
    h1 {
        font-size: 3rem;
        font-size: 3.25vw;
    }
    .page-header h1 {
        text-align: left;
    }
	h2 {
		font-size: 1.8rem;
	}
    .content-block {
        padding: 20px 12.5vw;
        text-align: center;
    }
    .single-col-feature h2 {
        font-size: 4vw;
        line-height: 1em;
    }
    .single-col-feature h1 {
      font-size: 2.5rem;
    }
    .toggle-menu {
        display: none;
    }
    /*.main-content {
        margin-top: -240px;
    }*/
    .main-nav-container {
        padding: 20px 10vw;
        text-align: right;
    }
    .single-col-feature {
      text-align: left;
    }
    .single-col-feature.right-align h2 {
      color: #162a46;
    }
    .single-col-feature.right-align {
        text-align: right;
    }
    .single-col-feature .content {
        width: 50%;
        min-height: 25vw;
        text-align: left;
        margin: 0 auto;
        display: inline-block;
        /*padding: 120px 0px;*/
    }
    .main-nav .has-nav {
        text-align: left;
    }
    .main-nav .has-nav > ul {
        display: inline-block;
    }
	.slicknav_menu {
		display: none;
	}
	.benefits-content .benefits-item {
		column-count: 3;
		column-gap: 35px;
		-webkit-column-break-inside: avoid;
		column-break-inside: avoid;
  		vertical-align: top;
  		line-height: 1.4em;
	}
	.benefits-item > * {
		display: inline-block;
		margin: 5px 0;
		width: 100%;
	}
	/*.two-columns > div {
		padding-right: 35px;
	}*/
    .home .three-columns {
        position: relative;
        z-index: 1;
        margin-top: -80px;
    }
    .home .three-columns > div {
        padding: 0 20px;
        position: relative;
    }
    .home .three-columns > div:after {
        content: '';
        position: absolute;
        top: 35%;
        right: 0px;
        height: 60%;
        width: 1px;
        border-right: 1px solid #d2d0d0;
    }
    .home .three-columns > div:last-of-type:after {
        border-right: 0;
    }
  .prod-caro .caro-item {
    width: 33.33333%;
  }
}
@media only screen and (min-width:899px) {
	.global-nav a.cta {
		border-left: 5px solid #fff;
		box-sizing: border-box;
	}
    .main-nav .has-nav > ul {
        margin-left: -70px;
    }
    .main-nav .has-nav li {
        padding: 12px 12px 0px 12px;
    }
}
@media only screen and (min-width:1024px) {
  .content-filter {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .has-border.two-columns:after {
    background-image: linear-gradient(to right top, #d7d5d8 0%, #d7d5d8 49.5%, transparent 50%);
  }
    .wide-carousel.caro .slick-next {
        left: 50%;
        margin-left: 450px;
    }
    .wide-carousel.caro .slick-prev {
        left: 50%;
        margin-left: -482px;
    }
  .prod-caro .caro-item {
    width: 25%;
  }

}
@media only screen and (min-width:1140px) {
    header .has-logo img {
        height: 110px;
        width: auto;
    }
}
@media only screen and (min-width:1280px) {
    .single-col-feature h1 {
      font-size: 3.5rem;
    }
}
@media only screen and (min-width:1600px) {
    .single-col-feature h1 {
      font-size: 5rem;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	/*margin:5px 20px 20px 0;*/
}
.size-full {
  width: 100%;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/* Grids
Basic flexbox */
/*.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:768px){.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:1200px){.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:1200px){.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}*/
.container-fluid{margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex:0 1 auto;-webkit-box-flex:0;flex:0 1 auto;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.row.reverse{-ms-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.col.reverse{-ms-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-xs{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-xs-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-xs-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-xs-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-xs-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-1{margin-left:8.333%}.col-xs-offset-2{margin-left:16.667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333%}.col-xs-offset-5{margin-left:41.667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333%}.col-xs-offset-8{margin-left:66.667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333%}.col-xs-offset-11{margin-left:91.667%}.start-xs{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-xs{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-xs{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-xs{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-xs{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-xs{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-xs{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-xs{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}@media only screen and (min-width:600px){.container{width:600px}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-sm{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-sm-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-sm-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-sm-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-sm-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.667%}.start-sm{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-sm{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-sm{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-sm{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-sm{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-sm{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-sm{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-sm{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width:1024px){.container{width:1024px}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-md{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-md-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-md-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-md-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-md-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.667%}.start-md{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-md{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-md{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-md{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-md{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-md{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-md{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-md{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width:1800px){.container{width:1800px}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-lg{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-lg-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-lg-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-lg-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-lg-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.667%}.start-lg{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-lg{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-lg{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-lg{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-lg{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-lg{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-lg{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-lg{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.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;
	}
}
