/* -------------------- imports -------------------- */
.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#333;color:#fff;-webkit-box-shadow:inset 0 0 5px 5px #222;-moz-box-shadow:inset 0 0 5px 5px #222;box-shadow:inset 0 0 5px 5px #222}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#fff;line-height:24px;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);background-image:-o-linear-gradient(#4d4d4d,#1a1a1a);background-image:linear-gradient(#4d4d4d,#1a1a1a);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(255,255,255,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #1a1a1a;border-bottom:1px solid #4d4d4d}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #4d4d4d;border-bottom:1px solid #1a1a1a}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none;line-height:49px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #222;-moz-box-shadow:inset 0 0 15px 3px #222;box-shadow:inset 0 0 15px 3px #222}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:none}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #222;-moz-box-shadow:inset 0 0 15px 3px #222;box-shadow:inset 0 0 15px 3px #222}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(255,255,255,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(255,255,255,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#333;background:#fff}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(255,255,255,0.9)}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.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-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling small or empty content */
		min-width:  30%;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;

		/* dimensions: 25px x 25px */
		line-height: 25px;
		width: 25px;

		/* styling */
		cursor: pointer;
		text-align: center;
		font: Arial, sans-serif;
		background: #fff; /* Set the background in case it overlaps the content */
		background: rgba(255, 255, 255, 0.3);
		color: #000;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 10px;
		margin-right: 10px;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/* -------------------- variables -------------------- */
/* -------------------- base -------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'museo', 'Arial', sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.375;
  color: #000;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
input[type=text],
input[type=email],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
textarea {
  overflow: auto;
}
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #fff !important;
}
/* -------------------- wordpress -------------------- */
.alignleft {
  margin: 0 20px 10px 0;
  float: left;
}
@media only screen and (max-width: 767px) {
  .alignleft {
    float: none;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
  }
}
.alignright {
  margin: 0 0 10px 20px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .alignright {
    float: none;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
  }
}
.aligncenter {
  margin: 0 auto 10px;
  display: block;
  text-align: center;
}
/* -------------------- layout -------------------- */
.wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1140px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.wrapper:before,
.wrapper:after {
  content: '';
  display: table;
}
.wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1180px) {
  .wrapper {
    padding: 0 20px;
  }
}
/* -------------------- typography -------------------- */
.content p,
.content ul li {
  margin: 0 0 20px;
}
.content p strong,
.content ul li strong {
  font-weight: 500;
}
.content p a,
.content ul li a {
  text-decoration: underline;
  color: inherit;
}
.content p a:hover,
.content ul li a:hover {
  text-decoration: none;
}
.content h1,
.content .h1 {
  font-size: 30px;
  color: #1e82b1;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1.1;
}
.content h2 {
  font-size: 22px;
  color: #1e82b1;
  margin: 0 0 20px;
}
.content h3 {
  font-size: 18px;
  margin: 0 0 20px;
}
.content h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.content ul {
  padding: 0 0 20px 20px;
  list-style: disc;
}
.content ul li {
  margin: 0;
}
.content ul ul {
  padding: 0 0 0 20px;
}
/* -------------------- modules -------------------- */
.sidr-button {
  display: none;
}
@media only screen and (max-width: 1120px) {
  .sidr-button {
    display: block;
    float: right;
    padding: 23px 0 20px 20px;
  }
}
.sidr-button img {
  width: 22px;
  height: 24px;
}
#sidr,
#sidr ul,
#sidr ul li,
#sidr ul li a {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #1174ad;
  font-family: 'museo', 'Arial', sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
#sidr ul li a {
  padding: 10px 20px;
}
#sidr ul li a br {
  display: none;
}
#sidr ul li ul li a {
  padding: 10px 30px;
}
body {
  padding-top: 146px;
}
@media only screen and (max-width: 1120px) {
  body {
    padding-top: 115px;
  }
}
.top {
  position: fixed;
  top: 0px;
  width: 100%;
  border-bottom: 1px solid #959595;
  height: 44px;
  background: #fff;
  z-index: 99;
}
.top .top-call {
  float: left;
  margin: 14px 0 0;
}
@media only screen and (max-width: 520px) {
  .top .top-call {
    float: none;
    text-align: center;
  }
}
.top .top-call p {
  color: #6d6f71;
  font-size: 12px;
}
.top .top-call p a {
  text-decoration: underline;
  color: inherit;
}
.top .top-call p a:hover {
  text-decoration: none;
}
.top .top-call p strong {
  font-weight: 500;
}
.top .top-button {
  float: right;
  margin: 6px 0 0 15px;
}
@media only screen and (max-width: 520px) {
  .top .top-button {
    display: none;
  }
}
.top .top-button a {
  display: inline-block;
  background-color: #f26522;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #ebebeb;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 14px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.top .top-button a:hover {
  background: #005aab;
}
.top .top-social {
  float: right;
  margin: 7px 0 0 5px;
}
@media only screen and (max-width: 560px) {
  .top .top-social {
    display: none;
  }
}
.top .top-social a {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.top .top-social a img {
  width: 28px;
  height: 29px;
}
.top .top-social a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.top .top-menu {
  float: right;
}
@media only screen and (max-width: 810px) {
  .top .top-menu {
    display: none;
  }
}
.top .top-menu ul li {
  float: left;
}
.top .top-menu ul li a {
  color: #005aab;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  padding: 14px 11px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.top .top-menu ul li.current-menu-item > a,
.top .top-menu ul li:hover > a {
  color: #f26522;
}
.archive .top .top-menu ul li#menu-item-895 a,
.single .top .top-menu ul li#menu-item-895 a {
  color: #f26522;
}
.header {
  position: fixed;
  height: 103px;
  background: #fff;
  z-index: 99;
  width: 100%;
  top: 44px;
  border-bottom: 1px solid #959595;
}
@media only screen and (max-width: 1120px) {
  .header {
    height: 71px;
  }
}
.header .header-logo {
  float: left;
  margin: 24px 0 0;
}
@media only screen and (max-width: 1120px) {
  .header .header-logo {
    margin: 12px 0 0;
  }
}
.header .header-logo a img {
  width: 229px;
  height: 58px;
}
@media only screen and (max-width: 1120px) {
  .header .header-logo a img {
    width: 189px;
    height: 48px;
  }
}
.header .header-nav {
  float: right;
  margin: 27px 0 0;
}
@media only screen and (max-width: 1120px) {
  .header .header-nav {
    display: none;
  }
}
.header .header-nav ul li {
  float: left;
  position: relative;
}
.header .header-nav ul li a {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.125;
  display: block;
  padding: 8px 18px 0px;
  font-weight: 300;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  height: 75px;
}
.header .header-nav ul li ul {
  position: absolute;
  background: #fff;
  padding: 0 0 5px;
  display: none;
}
.header .header-nav ul li ul li {
  float: none;
}
.header .header-nav ul li ul li a {
  font-size: 14px;
  padding: 7px 18px;
  width: 170px;
  line-height: 1.4;
  height: auto;
}
.header .header-nav ul li ul li a:hover {
  text-decoration: underline;
}
.header .header-nav ul li ul li:before {
  display: none !important;
}
.header .header-nav ul li.current-menu-item > a,
.header .header-nav ul li:hover > a {
  color: #147eb1;
}
.header .header-nav ul li.current-menu-item:before {
  position: absolute;
  content: '';
  top: 0;
  left: 18px;
  width: 45px;
  height: 2px;
  background: #147eb1;
}
.header .header-nav ul li:hover > ul {
  display: block;
}
.subtitle {
  background: url("../img/subtitle.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 20px 0;
}
.subtitle h1 {
  font-weight: 500;
  color: #fffdfd;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .subtitle h1 {
    font-size: 24px;
  }
}
.sitemap {
  background: #1174ad;
  padding: 20px 0 40px;
  *zoom: 1;
}
.sitemap:before,
.sitemap:after {
  content: '';
  display: table;
}
.sitemap:after {
  clear: both;
}
.sitemap h4,
.sitemap a,
.sitemap p {
  font-weight: 500;
  font-size: 400;
  text-transform: uppercase;
  color: #fff;
  display: block;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  line-height: 1.571428571;
}
.sitemap p {
  text-transform: none;
  font-weight: 100;
}
.sitemap p strong {
  font-weight: 500;
}
.sitemap a:hover {
  color: #f26522;
}
.sitemap a.button {
  font-size: 16px;
  text-transform: none;
  display: inline-block;
  padding: 5px 15px;
  background-color: #f26522;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sitemap a.button:hover {
  color: #1174ad;
  background: #fff;
}
.sitemap .sitemap-menu {
  float: left;
  width: 197px;
}
@media only screen and (max-width: 978px) {
  .sitemap .sitemap-menu {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .sitemap .sitemap-menu {
    width: 100%;
    float: none;
  }
}
.sitemap .sitemap-menu img {
  margin: 30px 0 0;
  width: 152px;
  height: 38px;
  display: block;
}
.sitemap .sitemap-links {
  float: left;
  width: 197px;
}
@media only screen and (max-width: 978px) {
  .sitemap .sitemap-links {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .sitemap .sitemap-links {
    width: 100%;
    float: none;
    margin: 30px 0 0;
  }
}
.sitemap .sitemap-links ul li a {
  font-weight: 300;
  text-transform: none;
}
.sitemap .sitemap-links ul li a br {
  display: none;
}
.sitemap .sitemap-links ul li:first-child {
  display: none;
}
.sitemap .sitemap-text {
  float: right;
  width: 628px;
}
@media only screen and (max-width: 1115px) {
  .sitemap .sitemap-text {
    width: 500px;
  }
}
@media only screen and (max-width: 978px) {
  .sitemap .sitemap-text {
    float: none;
    clear: both;
    width: 100%;
    padding: 20px 0 0;
  }
}
.footer {
  padding: 15px 0;
}
.sub {
  padding: 40px 0 120px;
}
@media only screen and (max-width: 978px) {
  .sub {
    padding: 30px 0 60px;
  }
}
.sub .sub-main {
  float: left;
  width: 65.263157895%;
}
@media only screen and (max-width: 978px) {
  .sub .sub-main {
    float: none;
    width: 100%;
  }
}
.sub .sub-main table tr th,
.sub .sub-main table tr td {
  padding: 10px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .sub .sub-main table tr th,
  .sub .sub-main table tr td {
    padding: 5px;
  }
}
.sub .sub-main table tr th strong,
.sub .sub-main table tr td strong {
  font-weight: 500;
}
.sub .sub-sidebar {
  float: right;
  width: 22.192982456%;
  max-width: 300px;
}
@media only screen and (max-width: 978px) {
  .sub .sub-sidebar {
    float: none;
    width: 100%;
    margin: 30px 0 0;
  }
}
.sub .sub-sidebar h4 {
  color: #147db1;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.sub .sub-sidebar a.latest {
  display: block;
  padding: 0 0 25px;
}
.sub .sub-sidebar a.latest img {
  width: 100%;
  display: block;
  margin: 0 0 5px;
}
.sub .sub-sidebar a.latest p {
  font-size: 14px;
  line-height: 1.285714286;
  color: #147db1;
  font-weight: 300;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  margin: 0;
}
.sub .sub-sidebar a.latest:hover p {
  color: #000;
}
.news {
  padding: 33px 0 38px;
  *zoom: 1;
}
.news:before,
.news:after {
  content: '';
  display: table;
}
.news:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .news {
    padding: 30px 0;
  }
}
.news .news-main {
  float: left;
  width: 65.350877193%;
}
@media only screen and (max-width: 978px) {
  .news .news-main {
    width: 100%;
    float: none;
  }
}
.news .news-main .items .item {
  padding: 0 0 50px;
  margin: 0 0 50px;
  border-bottom: 1px solid #000;
  *zoom: 1;
}
.news .news-main .items .item:before,
.news .news-main .items .item:after {
  content: '';
  display: table;
}
.news .news-main .items .item:after {
  clear: both;
}
.news .news-main .items .item .img {
  width: 100%;
  display: block;
  margin: 0 0 10px;
}
.news .news-main .items .item h2 {
  margin: 0 0 5px;
}
.news .news-main .items .item h3 {
  font-size: 22px;
}
.news .news-main .items .item p,
.news .news-main .items .item h5 {
  margin: 0 0 10px;
}
.news .news-main .items .item a.link {
  display: inline-block;
  background-color: #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  height: 32px;
  float: left;
  margin: 0 10px 10px 0;
  color: #3a3a3a;
  font-size: 16px;
  padding: 5px 30px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.news .news-main .items .item a.share {
  width: 40px;
  position: relative;
}
.news .news-main .items .item a.share img {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}
.news .news-main .items .item a.link:hover,
.news .news-main .items .item a.link.active {
  background: #f26522;
}
.news .news-main .items .item .share-popup {
  position: relative;
  float: left;
  display: none;
}
.news .news-main .items .item .share-popup .ssba-wrap {
  position: absolute;
  border: 1px solid #000;
  background: #fff;
}
.news .news-sidebar {
  float: right;
  width: 22.192982456%;
}
@media only screen and (max-width: 978px) {
  .news .news-sidebar {
    width: 100%;
    float: none;
    padding: 30px 0 0;
    clear: both;
  }
}
.news .news-sidebar h4 {
  font-weight: 500;
  text-transform: uppercase;
  color: #147db1;
}
.news .news-sidebar ul {
  padding: 0 0 30px;
}
.news .news-sidebar ul li a {
  font-size: 14px;
  line-height: 1.571428571;
  color: #000;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-weight: 300;
  display: block;
}
.news .news-sidebar ul li:hover > a,
.news .news-sidebar ul li.current-cat > a {
  color: #147db1;
}
.wp-pagenavi {
  position: relative;
  top: -10px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  float: left;
  background-color: #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 32px;
  border: none;
  padding: 5px 10px;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 100 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 5px 0 0;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
  color: #fff;
  background: #147db1;
}
.hero {
  margin: 0;
}
.call {
  text-align: center;
  padding: 10px 20px;
}
.call p {
  display: inline-block;
  line-height: 32px;
  font-size: 16px;
  margin: 0;
}
.call a {
  display: inline-block;
  background-color: #f26522;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #ebebeb;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 15px;
  margin: 0 0 0 5px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.call a:hover {
  background: #147db1;
}
.blurb {
  background: #ebebeb;
  padding: 20px 0;
}
.features {
  padding: 27px 0;
  *zoom: 1;
}
.features:before,
.features:after {
  content: '';
  display: table;
}
.features:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .features {
    padding: 30px 0 0;
  }
}
.features .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.features .item:before,
.features .item:after {
  content: '';
  display: table;
}
.features .item:after {
  clear: both;
}
.features .item:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 978px) {
  .features .item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 30px;
  }
  .features .item:before,
  .features .item:after {
    content: '';
    display: table;
  }
  .features .item:after {
    clear: both;
  }
  .features .item:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .features .item:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .features .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .features .item:first-child {
    margin-left: auto;
  }
  .features .item:last-child {
    margin-right: auto;
  }
}
.features .item img {
  float: left;
  width: 45px;
  height: 45px;
  margin: 0 10px 0 0;
}
.features .item .text {
  overflow: hidden;
}
.features .item .text h3 {
  font-size: 18px;
  line-height: 1.222222222;
  font-weight: 500;
  margin: 15px 0;
  color: #1174ad;
}
.features .item .text p {
  font-size: 14px;
  line-height: 1.571428571;
}
#map-canvas {
  margin: 0 0 30px;
}
.map-links {
  margin: 0 0 30px;
}
.map-links a {
  color: #000;
  text-decoration: underline;
}
.map-links a:hover {
  text-decoration: none;
}
.gform_wrapper {
  width: 100%;
  max-width: 700px;
}
.gform_wrapper .gform_validation_container,
.gform_wrapper .gform_ajax_spinner,
.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper .validation_message {
  color: #f00;
}
.gform_wrapper ul {
  list-style: none;
  padding: 0;
}
.gform_wrapper ul li {
  clear: both;
  margin: 0 0 10px;
}
.gform_wrapper ul li .gfield_label {
  display: none !important;
}
.gform_wrapper ul li input[type=text],
.gform_wrapper ul li textarea {
  width: 100% !important;
  border: 1px solid #aaa;
  padding: 8px 16px;
  color: #666;
  font-size: 14px !important;
  font-family: 'museo', 'Arial', sans-serif;
}
.gform_wrapper ul li ::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #666;
}
.gform_wrapper ul li :-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #666;
}
.gform_wrapper ul li ::-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #666;
}
.gform_wrapper ul li :-ms-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #666;
}
.gform_wrapper ul li.left {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper ul li.left {
    float: none;
    width: 100%;
  }
}
.gform_wrapper ul li.right {
  float: right;
  width: 48%;
  clear: none;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper ul li.right {
    float: none;
    width: 100%;
  }
}
.gform_wrapper ul li.styled-select .ginput_container {
  width: 100%;
  height: 43px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  position: relative;
}
.gform_wrapper ul li.styled-select .ginput_container select {
  background: transparent;
  width: 120%;
  padding: 8px 16px;
  font-size: 14px !important;
  line-height: 1;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 43px;
  -webkit-appearance: none;
  color: #666 !important;
}
.gform_wrapper ul li.styled-select .ginput_container:after {
  pointer-events: none;
  position: absolute;
  content: '';
  top: 16px;
  right: 16px;
  border-top: 8px solid #666;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.gform_wrapper .gform_footer {
  clear: both;
}
.gform_wrapper .gform_footer input[type=submit] {
  border: none;
  font-size: 16px;
  text-transform: none;
  display: inline-block;
  padding: 5px 15px;
  background-color: #f26522;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  font-family: 'museo', 'Arial', sans-serif;
  cursor: pointer;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #1174ad;
}
.accordian .item {
  margin: 5px 0 0;
}
.accordian .item h2 {
  background: #c6e0ed url("../img/accordian.png") center left 5px no-repeat;
  padding: 5px 5px 5px 20px;
  margin: 0px;
  cursor: pointer;
  font-size: 1.17em;
}
.accordian .item .text {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s linear;
  -moz-transition: max-height 0.2s linear;
  -o-transition: max-height 0.2s linear;
  -ms-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
}
.accordian .item.active h2 {
  background: #c6e0ed url("../img/accordian-active.png") center left 5px no-repeat;
}
.accordian .item.active .text {
  max-height: 1000px;
}
