@font-face
	font-family 'Roboto'
	font-style italic
	font-weight 400
	src url('../fonts/roboto-v18-latin-italic.eot')
	src local('Roboto Italic'), local('Roboto-Italic'),url('../fonts/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto-v18-latin-italic.woff2') format('woff2'),url('../fonts/roboto-v18-latin-italic.woff') format('woff'),url('../fonts/roboto-v18-latin-italic.ttf') format('truetype'),url('../fonts/roboto-v18-latin-italic.svg#Roboto') format('svg')
@font-face
	font-family 'Roboto'
	font-style normal
	font-weight 400
	src url('../fonts/roboto-v18-latin-regular.eot')
	src local('Roboto'), local('Roboto-Regular'),url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'),url('../fonts/roboto-v18-latin-regular.woff') format('woff'),url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'),url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg')
@font-face
	font-family 'Roboto'
	font-style normal
	font-weight 500
	src url('../fonts/roboto-v18-latin-500.eot')
	src local('Roboto Medium'), local('Roboto-Medium'),url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto-v18-latin-500.woff2') format('woff2'),url('../fonts/roboto-v18-latin-500.woff') format('woff'),url('../fonts/roboto-v18-latin-500.ttf') format('truetype'),url('../fonts/roboto-v18-latin-500.svg#Roboto') format('svg')
@font-face
	font-family 'Roboto'
	font-style normal
	font-weight 700
	src url('../fonts/roboto-v18-latin-700.eot')
	src local('Roboto Bold'), local('Roboto-Bold'),url('../fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto-v18-latin-700.woff2') format('woff2'),url('../fonts/roboto-v18-latin-700.woff') format('woff'),url('../fonts/roboto-v18-latin-700.ttf') format('truetype'),url('../fonts/roboto-v18-latin-700.svg#Roboto') format('svg')


/* -------------------- imports -------------------- */
/* 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;
}

/* Slidebars 0.10.3 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.com/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */
#sb-site,.sb-site-container,.sb-slidebar,body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}html{height:100%}body{min-height:100%;height:auto;position:relative}html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden}#sb-site,.sb-site-container{width:100%;min-height:100vh;position:relative;z-index:1;background-color:#fff}#sb-site:after,#sb-site:before,.sb-site-container:after,.sb-site-container:before{content:' ';display:table;clear:both}.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;display:none;background-color:#222}.sb-slidebar,.sb-slidebar *{-webkit-transform:translateZ(0px)}.sb-left{left:0}.sb-right{right:0}.sb-slidebar.sb-static,html.sb-static .sb-slidebar{position:absolute}.sb-slidebar.sb-active{display:block}.sb-style-overlay{z-index:9999}.sb-momentum-scrolling{-webkit-overflow-scrolling:touch}.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}@media (max-width:480px){.sb-slidebar{width:70%}.sb-width-thin{width:55%}.sb-width-wide{width:85%}}@media (min-width:481px){.sb-slidebar{width:55%}.sb-width-thin{width:40%}.sb-width-wide{width:70%}}@media (min-width:768px){.sb-slidebar{width:40%}.sb-width-thin{width:25%}.sb-width-wide{width:55%}}@media (min-width:992px){.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}}@media (min-width:1200px){.sb-slidebar{width:20%}.sb-width-thin{width:5%}.sb-width-wide{width:35%}}#sb-site,.sb-site-container,.sb-slide,.sb-slidebar{-webkit-transform:translate(0px);-moz-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left,right;-webkit-backface-visibility:hidden}.sb-hide{display:none}
/* -------------------- 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: 'Roboto', 'Arial', sans-serif;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
input[type=text],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
}
textarea {
  overflow: auto;
}
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #fff !important;
}
.fade {
  -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;
}
.fade:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
/* -------------------- wordpress -------------------- */
.gform_validation_container,
.gform_ajax_spinner,
.validation_error {
  display: none;
}
.alignleft {
  margin: 0 15px 5px 0 !important;
  float: left;
}
.alignright {
  margin: 0 0 5px 15px !important;
  float: right;
}
.aligncenter {
  margin: 0 auto 5px !important;
  display: block;
  text-align: center;
}
/* -------------------- layout -------------------- */
.wrapper {
  *zoom: 1;
  width: auto;
  max-width: 944px;
  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: 984px) {
  .wrapper {
    padding: 0 20px;
  }
}
/* -------------------- modules -------------------- */
.sb-slidebar {
  background: #003452;
  border-left: 1px solid rgba(255,255,255,0.1);
  padding: 15px 0 0;
}
.sb-slidebar ul li a {
  padding: 10px 20px;
  color: #fff !important;
  display: block;
}
body {
  padding-top: 181px;
}
@media only screen and (max-width: 984px) {
  body {
    padding-top: 69px;
  }
}
.subscribe {
  position: fixed;
  top: 0px;
  right: -400px;
  z-index: 1000;
  -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;
  display: none;
}
.subscribe .subscribe-tab {
  background-color: #e6e7e8;
  padding: 19px 20px;
  color: #1390c9;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-box-shadow: 0 2px 9px 1px rgba(0,0,0,0.4);
  box-shadow: 0 2px 9px 1px rgba(0,0,0,0.4);
  left: -83px;
  top: 102px;
  z-index: -1;
  -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;
}
.subscribe .subscribe-tab:hover {
  background: #003452;
  color: #fff;
}
.subscribe .subscribe-content {
  width: 400px;
  background: #fff;
  padding: 20px;
  z-index: 1;
  min-height: 200px;
}
.subscribe .subscribe-content .subscribe-logo {
  margin: 0 0 10px;
}
.subscribe .subscribe-content .subscribe-logo img {
  margin: 0 10px 0 0;
  width: 230px;
  height: 29px;
  width: 300px;
  height: 37px;
}
.subscribe .subscribe-content .gform_wrapper .validation_message {
  color: #f00;
  font-size: 12px;
  margin: 2px 0 0;
}
.subscribe .subscribe-content .gform_wrapper ul li {
  margin: 0 0 10px;
}
.subscribe .subscribe-content .gform_wrapper ul li input[type=text],
.subscribe .subscribe-content .gform_wrapper ul li textarea {
  border: none;
  background: #cdd7dc;
  padding: 8px 15px;
  font-size: 16px;
  font-family: 'Roboto', 'Arial', sans-serif;
  width: 100%;
  color: #000;
}
.subscribe .subscribe-content .gform_wrapper ul li ::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.subscribe .subscribe-content .gform_wrapper ul li :-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.subscribe .subscribe-content .gform_wrapper ul li ::-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.subscribe .subscribe-content .gform_wrapper ul li :-ms-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.subscribe .subscribe-content .gform_wrapper ul li .gfield_label {
  display: none;
}
.subscribe .subscribe-content .gform_wrapper input[type=submit] {
  background: #1390c9;
  border: none;
  cursor: pointer;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 15px;
  color: #fff;
  -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;
}
.subscribe .subscribe-content .gform_wrapper input[type=submit]:hover {
  background: #003452;
}
.subscribe.active {
  right: 0;
}
.home .subscribe,
.page-id-90 .subscribe {
  display: block;
}
@media only screen and (max-width: 1084px) {
  .home .subscribe,
  .page-id-90 .subscribe {
    display: none;
  }
}
.subscribe-mask {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  -ms-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
.subscribe-mask.active {
  left: 0;
}
header {
  position: fixed;
  height: 181px;
  background: #fff;
  z-index: 99;
  width: 100%;
  top: 0px;
  -webkit-transition: top 0.2s ease-in-out !important;
  -moz-transition: top 0.2s ease-in-out !important;
  -o-transition: top 0.2s ease-in-out !important;
  -ms-transition: top 0.2s ease-in-out !important;
  transition: top 0.2s ease-in-out !important;
}
@media only screen and (max-width: 984px) {
  header {
    top: 0 !important;
    height: 83px;
  }
}
@media only screen and (max-width: 500px) {
  header {
    height: 69px;
  }
}
header .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1074px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
header .wrapper:before,
header .wrapper:after {
  content: '';
  display: table;
}
header .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1114px) {
  header .wrapper {
    padding: 0 20px;
  }
}
header .top {
  height: 131px;
  background: #fff;
}
@media only screen and (max-width: 984px) {
  header .top {
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    height: 83px;
  }
}
@media only screen and (max-width: 500px) {
  header .top {
    height: 69px;
  }
}
header .top .header-logo {
  float: left;
  margin: 27px 0 0;
}
@media only screen and (max-width: 984px) {
  header .top .header-logo {
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  header .top .header-logo {
    margin: 16px 0 0;
  }
}
@media only screen and (max-width: 500px) {
  header .top .header-logo {
    margin: 20px 0 0;
  }
}
header .top .header-logo img {
  width: 600px;
  height: 76px;
}
@media only screen and (max-width: 984px) {
  header .top .header-logo img {
    width: 500px;
    height: 63px;
  }
}
@media only screen and (max-width: 600px) {
  header .top .header-logo img {
    width: 400px;
    height: 51px;
  }
}
@media only screen and (max-width: 500px) {
  header .top .header-logo img {
    width: 230px;
    height: 29px;
  }
}
header .top .header-search {
  float: right;
  clear: right;
  margin: 11px 0 0;
  width: 157px;
}
@media only screen and (max-width: 984px) {
  header .top .header-search {
    display: none;
  }
}
header .top .header-search form input {
  width: 127px;
  float: left;
  border: none;
  background-color: #e6e7e8;
  font-size: 14px;
  height: 29px;
  padding: 0 10px;
}
header .top .header-search form button {
  width: 30px;
  height: 29px;
  color: #e6e7e8;
  font-size: 14px;
  background: #003452 url("../img/search.png") center left 7px no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  padding: 5px 7px;
  border: none;
  text-align: right;
  cursor: pointer;
}
header .top .header-share {
  float: right;
  background-color: #00aeef;
  margin: 12px 0 0;
  padding: 10px 15px;
}
@media only screen and (max-width: 767px) {
  header .top .header-share {
    display: none;
  }
}
header .top .header-share p {
  font-size: 24px;
  color: #003452;
  font-weight: 700;
  position: relative;
  padding: 0 20px 0 0;
}
header .top .header-share p span {
  color: #fff;
}
header .top .header-share p.up:after,
header .top .header-share p.down:after,
header .top .header-share p.same:after {
  position: absolute;
  content: '';
  top: 4px;
  right: 0px;
  border-bottom: 15px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  -moz-transform: scale(0.999);
}
header .top .header-share p.down:after {
  border-bottom: none;
  border-top: 15px solid #fff;
  top: 4px;
}
header .top .header-share p.same:after {
  border: none;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 15px solid #fff;
  top: 5px;
}
header .top .header-share small {
  color: #e6e7e8;
  font-size: 9px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 0 0 18px;
}
header nav {
  height: 50px;
  background-color: #003452;
}
@media only screen and (max-width: 984px) {
  header nav {
    display: none;
  }
}
header nav .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1122px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
header nav .wrapper:before,
header nav .wrapper:after {
  content: '';
  display: table;
}
header nav .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1162px) {
  header nav .wrapper {
    padding: 0 20px;
  }
}
header nav .wrapper .header-nav {
  text-align: center;
}
header nav .wrapper .header-nav ul {
  display: inline-block;
  vertical-align: top;
}
header nav .wrapper .header-nav ul li {
  float: left;
  position: relative;
  -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;
}
header nav .wrapper .header-nav ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  padding: 0 24px;
  display: block;
}
@media only screen and (max-width: 1162px) {
  header nav .wrapper .header-nav ul li a {
    padding: 0 13px;
  }
}
header nav .wrapper .header-nav ul li ul {
  position: absolute;
  background-color: rgba(0,174,239,0.85);
  display: none;
}
header nav .wrapper .header-nav ul li ul li {
  background: none !important;
}
header nav .wrapper .header-nav ul li ul li a {
  padding: 7px 15px !important;
  line-height: 1.25;
  font-weight: 300;
  width: 200px;
  text-align: left;
  -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;
}
header nav .wrapper .header-nav ul li ul li a:hover {
  color: #003452;
}
header nav .wrapper .header-nav ul li ul li ul {
  left: 100%;
}
header nav .wrapper .header-nav ul li:hover {
  background: #00aeef;
}
header nav .wrapper .header-nav ul li:hover > ul {
  display: block;
}
header .sb-toggle-right {
  padding: 30px 0 15px 20px;
  float: right;
  display: none;
}
@media only screen and (max-width: 984px) {
  header .sb-toggle-right {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  header .sb-toggle-right {
    padding: 22px 0 15px 20px;
  }
}
header .sb-toggle-right img {
  width: 22px;
  height: 24px;
}
.banner-outer .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1350px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.banner-outer .wrapper:before,
.banner-outer .wrapper:after {
  content: '';
  display: table;
}
.banner-outer .wrapper:after {
  clear: both;
}
.scrolling header {
  top: -131px;
}
.hero .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1350px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.hero .wrapper:before,
.hero .wrapper:after {
  content: '';
  display: table;
}
.hero .wrapper:after {
  clear: both;
}
.hero .hero-carousel {
  margin: 0;
}
.hero .hero-carousel .slick-dots {
  bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .hero .hero-carousel .slick-dots {
    bottom: 0;
  }
}
.hero .hero-carousel .slick-dots li {
  margin: 0 2px;
}
.hero .hero-carousel .slick-dots li button {
  width: 15px;
  height: 15px;
  background: #fff;
  margin: 0;
}
.hero .hero-carousel .slick-dots li button:before {
  display: none;
}
.hero .hero-carousel .slick-dots li.slick-active button {
  background: #00aeef;
}
.hero .hero-carousel .slick-prev,
.hero .hero-carousel .slick-next {
  left: 0;
  background: url("../img/hero-nav.png") center center no-repeat;
  width: 75px;
  height: 100px;
  margin-top: -50px;
  -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;
}
@media only screen and (max-width: 978px) {
  .hero .hero-carousel .slick-prev,
  .hero .hero-carousel .slick-next {
    display: none !important;
  }
}
.hero .hero-carousel .slick-next {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hero .hero-carousel .slick-prev:hover,
.hero .hero-carousel .slick-next:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.hero .hero-carousel .slick-prev:before,
.hero .hero-carousel .slick-next:before {
  display: none;
}
.hero .hero-carousel a {
  display: block;
  position: relative;
  height: 400px;
}
@media only screen and (max-width: 978px) {
  .hero .hero-carousel a {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .hero-carousel a {
    height: 200px;
  }
}
.hero .hero-carousel a figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero .hero-carousel a figcaption .text {
  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%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255,255,255,0.6);
  padding: 20px 30px;
  width: 50%;
  right: 0;
}
@media only screen and (max-width: 978px) {
  .hero .hero-carousel a figcaption .text {
    padding: 30px 40px;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .hero .hero-carousel a figcaption .text {
    padding: 20px 30px;
    width: 70%;
  }
}
.hero .hero-carousel a figcaption .text p {
  color: #1390c9;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
  width: 100%;
}
@media only screen and (max-width: 978px) {
  .hero .hero-carousel a figcaption .text p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .hero-carousel a figcaption .text p {
    font-size: 20px;
  }
}
.hero .hero-carousel a figcaption .text p i,
.hero .hero-carousel a figcaption .text p em {
  color: #003452;
  font-size: 18px;
}
@media only screen and (max-width: 978px) {
  .hero .hero-carousel a figcaption .text p i,
  .hero .hero-carousel a figcaption .text p em {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .hero-carousel a figcaption .text p i,
  .hero .hero-carousel a figcaption .text p em {
    font-size: 14px;
  }
}
.features {
  padding: 33px 0 0;
}
@media only screen and (max-width: 984px) {
  .features {
    padding: 20px 0 0;
  }
}
.features .wrapper .links {
  width: 573px;
  float: left;
}
@media only screen and (max-width: 984px) {
  .features .wrapper .links {
    width: 100%;
    float: none;
    *zoom: 1;
  }
  .features .wrapper .links:before,
  .features .wrapper .links:after {
    content: '';
    display: table;
  }
  .features .wrapper .links:after {
    clear: both;
  }
}
.features .wrapper .links a {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 47.199999999999996%;
  margin-left: 0%;
  margin-right: 5.6%;
  display: block;
  height: 270px;
  background-color: #003452;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 33px;
  position: relative;
}
.features .wrapper .links a:before,
.features .wrapper .links a:after {
  content: '';
  display: table;
}
.features .wrapper .links a:after {
  clear: both;
}
.features .wrapper .links a:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.features .wrapper .links a:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 984px) {
  .features .wrapper .links a {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .features .wrapper .links a:before,
  .features .wrapper .links a:after {
    content: '';
    display: table;
  }
  .features .wrapper .links a:after {
    clear: both;
  }
  .features .wrapper .links a:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .features .wrapper .links a:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 560px) {
  .features .wrapper .links a {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .features .wrapper .links a:first-child {
    margin-left: auto;
  }
  .features .wrapper .links a:last-child {
    margin-right: auto;
  }
}
.features .wrapper .links a span {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  top: 20px;
  left: 20px;
}
.features .wrapper .links a:nth-of-type(2),
.features .wrapper .links a:nth-of-type(3) {
  background-color: #00aeef !important;
}
.features .wrapper .latest-announcements {
  float: right;
  width: 338px;
  margin-bottom: 33px;
  background-color: #768f0d;
  height: 573px;
  padding: 20px;
}
@media only screen and (max-width: 984px) {
  .features .wrapper .latest-announcements {
    width: 100%;
    float: none;
    height: auto;
    margin: 0 0 20px;
    padding: 20px;
  }
}
.features .wrapper .latest-announcements img {
  text-align: center;
  display: block;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 984px) {
  .features .wrapper .latest-announcements img {
    margin: 0 0 20px;
  }
}
.features .wrapper .latest-announcements h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 30px;
}
@media only screen and (max-width: 984px) {
  .features .wrapper .latest-announcements h3 {
    margin: 0 0 20px;
  }
}
.features .wrapper .latest-announcements a {
  display: block;
  margin: 0 0 20px;
  *zoom: 1;
}
.features .wrapper .latest-announcements a:before,
.features .wrapper .latest-announcements a:after {
  content: '';
  display: table;
}
.features .wrapper .latest-announcements a:after {
  clear: both;
}
.features .wrapper .latest-announcements a label {
  width: 120px;
  float: left;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.111111111;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .features .wrapper .latest-announcements a label {
    float: none;
    width: auto;
  }
}
.features .wrapper .latest-announcements a span {
  overflow: hidden;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1.25;
}
.features .wrapper .latest-news {
  clear: both;
  background-color: #768f0d;
  min-height: 237px;
  padding: 30px 40px;
}
@media only screen and (max-width: 984px) {
  .features .wrapper .latest-news {
    padding: 20px;
  }
}
.features .wrapper .latest-news img {
  float: left;
  margin: 12px 80px 0 0;
  width: 193px;
  height: 150px;
}
@media only screen and (max-width: 984px) {
  .features .wrapper .latest-news img {
    float: none;
    margin: 0 0 20px;
  }
}
.features .wrapper .latest-news .text {
  overflow: hidden;
}
.features .wrapper .latest-news .text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 25px;
}
@media only screen and (max-width: 984px) {
  .features .wrapper .latest-news .text h3 {
    margin: 0 0 20px;
  }
}
.features .wrapper .latest-news .text a {
  display: block;
  margin: 0 0 10px;
  *zoom: 1;
}
.features .wrapper .latest-news .text a:before,
.features .wrapper .latest-news .text a:after {
  content: '';
  display: table;
}
.features .wrapper .latest-news .text a:after {
  clear: both;
}
.features .wrapper .latest-news .text a label {
  width: 110px;
  float: left;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .features .wrapper .latest-news .text a label {
    float: none;
    width: auto;
  }
}
.features .wrapper .latest-news .text a span {
  overflow: hidden;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1.1;
}
footer {
  padding: 33px 0;
  background-color: #003452;
}
@media only screen and (max-width: 984px) {
  footer {
    padding: 20px 0;
  }
}
footer .footer-nav {
  padding: 0 0 50px;
}
@media only screen and (max-width: 984px) {
  footer .footer-nav {
    display: none;
  }
}
footer .footer-nav ul {
  *zoom: 1;
}
footer .footer-nav ul:before,
footer .footer-nav ul:after {
  content: '';
  display: table;
}
footer .footer-nav ul:after {
  clear: both;
}
footer .footer-nav ul li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 13.285714286%;
  margin-left: 0%;
  margin-right: 1%;
}
footer .footer-nav ul li:before,
footer .footer-nav ul li:after {
  content: '';
  display: table;
}
footer .footer-nav ul li:after {
  clear: both;
}
footer .footer-nav ul li:last-child {
  margin-right: 0%;
}
footer .footer-nav ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin: 0 0 15px;
}
footer .footer-nav ul li ul li {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 0 0 8px;
}
footer .footer-nav ul li ul li:first-child {
  margin-left: auto;
}
footer .footer-nav ul li ul li:last-child {
  margin-right: auto;
}
footer .footer-nav ul li ul li a {
  margin: 0 0 2px;
}
footer .footer-nav ul li ul li:before {
  position: absolute;
  content: '-';
  color: #fff;
  top: -3px;
  left: 0;
}
footer .footer-copyright {
  clear: both;
  float: left;
  margin: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  footer .footer-copyright {
    float: none;
  }
}
footer .footer-copyright p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 0 0 15px;
}
@media only screen and (max-width: 600px) {
  footer .footer-copyright p em {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  footer .footer-copyright p span {
    display: none;
  }
}
footer .footer-copyright p a {
  color: inherit;
}
footer .footer-copyright p strong {
  color: #1390c9;
}
footer .footer-design {
  float: right;
}
@media only screen and (max-width: 767px) {
  footer .footer-design {
    float: none;
    padding: 0;
  }
}
footer .footer-design a {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
footer .footer-design a img {
  width: 104px;
  height: 32px;
  position: relative;
  top: 8px;
  left: 2px;
}
.section-pages {
  margin: 33px 0 0;
}
@media only screen and (max-width: 978px) {
  .section-pages {
    margin: 20px 0 0;
  }
}
.section-pages .wrapper {
  *zoom: 1;
}
.section-pages .wrapper:before,
.section-pages .wrapper:after {
  content: '';
  display: table;
}
.section-pages .wrapper:after {
  clear: both;
}
.section-pages .wrapper a {
  float: left;
  clear: both;
  width: 48.25%;
  height: 380px;
  display: block;
  margin: 0 0 33px;
  position: relative;
  overflow: hidden;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -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;
}
@media only screen and (max-width: 978px) {
  .section-pages .wrapper a {
    margin: 0 0 20px;
    width: 48.25% !important;
    height: 300px;
  }
}
@media only screen and (max-width: 620px) {
  .section-pages .wrapper a {
    width: 100% !important;
    float: none;
  }
}
.section-pages .wrapper a .hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -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;
}
.section-pages .wrapper a .hover .text {
  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%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
  right: 40px;
}
@media only screen and (max-width: 978px) {
  .section-pages .wrapper a .hover .text {
    left: 20px;
    right: 20px;
  }
}
.section-pages .wrapper a .hover .text h5 {
  color: #00aeef;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2;
}
@media only screen and (max-width: 978px) {
  .section-pages .wrapper a .hover .text h5 {
    font-size: 20px;
  }
}
.section-pages .wrapper a .hover .text p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2;
}
@media only screen and (max-width: 978px) {
  .section-pages .wrapper a .hover .text p {
    font-size: 20px;
  }
}
.section-pages .wrapper a .hover .text span {
  color: #fff;
  font-size: 14px;
  font-style: italic;
}
@media only screen and (max-width: 978px) {
  .section-pages .wrapper a .hover .text span {
    font-size: 20px;
  }
}
.section-pages .wrapper a h2 {
  position: absolute;
  top: 20px;
  left: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: bottom 0.2s ease-in-out;
  -moz-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;
  -ms-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}
.section-pages .wrapper a.dark h2 {
  color: #003452;
}
.section-pages .wrapper a:hover .hover {
  background-color: rgba(0,52,82,0.9);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.section-pages .wrapper a:hover h2 {
  bottom: -50px;
}
.section-pages .wrapper a:nth-of-type(6n+2),
.section-pages .wrapper a:nth-of-type(6n+4),
.section-pages .wrapper a:nth-of-type(6n+6) {
  float: right;
  clear: none;
}
.section-pages .wrapper a:nth-of-type(6n+3),
.section-pages .wrapper a:nth-of-type(6n+6) {
  width: 36%;
}
.section-pages .wrapper a:nth-of-type(6n+4),
.section-pages .wrapper a:nth-of-type(6n+5) {
  width: 60.5%;
}
/*
	.row:nth-of-type(3n+2)

		a
			width 36%

		a:last-of-type
			width 60.5%

	.row:nth-of-type(3n+3)

		a
			width 60.5%

		a:last-of-type
			width 36%

			*/
.blurb {
  margin: 0 0 33px;
}
@media only screen and (max-width: 978px) {
  .blurb {
    margin: 0 0 20px;
  }
}
.blurb .wrapper .text {
  background-color: #00aeef;
  *zoom: 1;
  padding: 30px 33% 30px 35px;
  position: relative;
}
.blurb .wrapper .text:before,
.blurb .wrapper .text:after {
  content: '';
  display: table;
}
.blurb .wrapper .text:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .blurb .wrapper .text {
    padding: 20px 33% 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blurb .wrapper .text {
    text-align: center;
    padding: 20px;
  }
}
.blurb .wrapper .text h4 {
  color: #003452;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}
.blurb .wrapper .text p {
  color: #fff;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 1.2;
}
.blurb .wrapper .text 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%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 60px;
}
@media only screen and (max-width: 767px) {
  .blurb .wrapper .text img {
    right: 0;
    position: relative;
    top: auto;
    margin: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 0 15px 0;
  }
}
.intro {
  background-color: #00aeef;
  padding: 20px 0 0;
}
.intro h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.2;
}
.intro p {
  color: #fff;
  font-size: 18px;
  margin: 0 0 20px;
  line-height: 1.1;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .intro p {
    font-size: 20px;
  }
}
.generic {
  *zoom: 1;
  padding: 33px 0;
}
.generic:before,
.generic:after {
  content: '';
  display: table;
}
.generic:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .generic {
    padding: 20px 0;
  }
}
.generic .generic-main {
  float: left;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .generic .generic-main {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
.generic .generic-main img {
  margin: 0 0 20px;
}
.generic .generic-main h1 {
  color: #1390c9;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2;
}
.generic .generic-main h2 {
  color: #003452;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2;
}
.generic .generic-main h3 {
  color: #1390c9;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px;
  line-height: 1.2;
}
.generic .generic-main p,
.generic .generic-main ul li {
  color: #003452;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.generic .generic-main p strong,
.generic .generic-main ul li strong {
  font-weight: 700;
}
.generic .generic-main p i,
.generic .generic-main ul li i,
.generic .generic-main p em,
.generic .generic-main ul li em {
  font-style: italic;
}
.generic .generic-main p a,
.generic .generic-main ul li a {
  color: #1390c9;
  -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;
}
.generic .generic-main p a:hover,
.generic .generic-main ul li a:hover {
  color: #003452;
}
.generic .generic-main ul {
  list-style: disc;
  padding: 0 0 0px 15px;
}
.generic .generic-main ul li {
  margin: 0 0 5px;
}
.generic .generic-main ul li ul {
  padding: 5px 0 0 15px;
}
.generic .generic-main hr {
  border: none;
  border-top: 1px solid #003452;
  margin: 20px 0;
}
.generic .generic-main table {
  border-bottom: 1px solid #000;
}
.generic .generic-main table h3 {
  color: #000;
}
.generic .generic-main table tr td {
  border-top: 1px solid #000;
  padding: 4px 10px;
  font-size: 12px;
  color: #000;
  line-height: 1.2;
  background: #e9f5fb;
}
.generic .generic-main table tr td a {
  color: inherit;
  text-decoration: underline;
}
.generic .generic-main table tr td a:hover {
  text-decoration: none;
}
.generic .generic-main table tr td p {
  font-size: 12px;
  color: #000;
  line-height: 1.2;
}
.generic .generic-main table tr.altrow td {
  background: #c7e4f1;
}
.generic .generic-main table tr:first-child td {
  border-top: none;
  background: none;
}
.generic .generic-sidebar {
  float: right;
  width: 36.546610169%;
}
@media only screen and (max-width: 767px) {
  .generic .generic-sidebar {
    float: none;
    width: 100%;
  }
}
.generic .generic-sidebar .sub-nav {
  background-color: #003452;
  padding: 30px 35px;
  margin: 0 0 33px;
}
@media only screen and (max-width: 767px) {
  .generic .generic-sidebar .sub-nav {
    padding: 20px;
    margin: 0 0 20px;
  }
}
.generic .generic-sidebar .sub-nav h2 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 10px;
}
.generic .generic-sidebar .sub-nav ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 5px 0;
  -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;
}
.generic .generic-sidebar .sub-nav ul li.active a,
.generic .generic-sidebar .sub-nav ul li:hover a {
  color: #1390c9;
}
.generic .generic-sidebar .downloads,
.generic .generic-sidebar .announcement-cats {
  background-color: rgba(19,144,201,0.5);
  padding: 30px 35px 22px;
  margin: 0 0 33px;
}
@media only screen and (max-width: 767px) {
  .generic .generic-sidebar .downloads,
  .generic .generic-sidebar .announcement-cats {
    padding: 20px;
    margin: 0 0 20px;
  }
}
.generic .generic-sidebar .downloads h3,
.generic .generic-sidebar .announcement-cats h3 {
  color: #003452;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 25px;
}
.generic .generic-sidebar .downloads a,
.generic .generic-sidebar .announcement-cats a {
  display: block;
  background: url("../img/download-logo.png") center left no-repeat;
  -webkit-background-size: 36px 36px;
  -moz-background-size: 36px 36px;
  background-size: 36px 36px;
  min-height: 36px;
  margin: 0 0 25px;
  position: relative;
  padding: 0 0 0 50px;
  -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;
}
.generic .generic-sidebar .downloads a span,
.generic .generic-sidebar .announcement-cats a span {
  color: #003452;
  font-size: 18px;
  font-style: italic;
  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%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.generic .generic-sidebar .downloads a:hover,
.generic .generic-sidebar .announcement-cats a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.generic .generic-sidebar .announcement-cats a {
  background: none;
  padding: 0;
  margin: 0;
  min-height: 24px;
}
.generic .generic-sidebar .announcement-cats a span {
  font-style: normal;
}
.generic .generic-sidebar .announcement-cats a.active span {
  font-weight: 700;
}
.announcements a {
  display: block;
  margin: 0 0 10p;
  -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;
  *zoom: 1;
}
.announcements a:before,
.announcements a:after {
  content: '';
  display: table;
}
.announcements a:after {
  clear: both;
}
.announcements a span {
  width: 100px;
  display: inline-block;
  color: #1390c9;
  float: left;
}
.announcements a p {
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  color: #003452;
}
.announcements a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.sub-title {
  background-color: #00aeef;
  padding: 26px 0;
}
.sub-title h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.contact {
  margin: 33px 0 0;
}
@media only screen and (max-width: 984px) {
  .contact {
    margin: 20px 0 0;
  }
}
.contact .map {
  margin: 0 0 33px;
}
@media only screen and (max-width: 984px) {
  .contact .map {
    margin: 0 0 20px;
  }
}
.contact .map iframe {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 984px) {
  .contact .map iframe {
    height: 300px;
  }
}
.contact .cols {
  *zoom: 1;
}
.contact .cols:before,
.contact .cols:after {
  content: '';
  display: table;
}
.contact .cols:after {
  clear: both;
}
.contact .cols .left {
  float: left;
  width: 36.430834213%;
  margin: 0 0 33px;
  background-color: rgba(19,144,201,0.4);
  height: 573px;
  padding: 35px 37px;
}
@media only screen and (max-width: 984px) {
  .contact .cols .left {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0 0 20px;
  }
}
.contact .cols .left h2 {
  color: #003452;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.contact .cols .left h3 {
  color: #1390c9;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px;
  line-height: 1.2;
}
.contact .cols .left p {
  color: #003452;
  font-size: 18px;
  line-height: 1.4;
}
.contact .cols .left p strong {
  font-weight: 700;
}
.contact .cols .left p a {
  color: inherit;
  -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;
}
.contact .cols .left p a:hover {
  color: #fff;
}
.contact .cols .right {
  float: right;
  width: 60.1%;
}
@media only screen and (max-width: 984px) {
  .contact .cols .right {
    float: none;
    width: 100%;
  }
}
.contact .cols .right a {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 47.1%;
  margin-left: 0%;
  margin-right: 5.8%;
  display: block;
  margin-bottom: 33px;
  background: #003452;
  height: 270px;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  -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;
}
.contact .cols .right a:before,
.contact .cols .right a:after {
  content: '';
  display: table;
}
.contact .cols .right a:after {
  clear: both;
}
.contact .cols .right a:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.contact .cols .right a:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 984px) {
  .contact .cols .right a {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .contact .cols .right a:before,
  .contact .cols .right a:after {
    content: '';
    display: table;
  }
  .contact .cols .right a:after {
    clear: both;
  }
  .contact .cols .right a:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .contact .cols .right a:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 560px) {
  .contact .cols .right a {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact .cols .right a:first-child {
    margin-left: auto;
  }
  .contact .cols .right a:last-child {
    margin-right: auto;
  }
}
.contact .cols .right a span {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.contact .cols .right a:nth-of-type(2),
.contact .cols .right a:nth-of-type(3) {
  background-color: #00aeef !important;
}
.contact .cols .right a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.news-listing {
  display: block;
  margin: 0 0 33px;
  *zoom: 1;
  -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;
}
.news-listing:before,
.news-listing:after {
  content: '';
  display: table;
}
.news-listing:after {
  clear: both;
}
@media only screen and (max-width: 984px) {
  .news-listing {
    margin: 0 0 20px;
  }
}
.news-listing h4 {
  color: #00aeef;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
}
.news-listing img {
  float: left;
}
@media only screen and (max-width: 767px) {
  .news-listing img {
    float: none;
    margin: 0 0 10px;
  }
}
.news-listing .text {
  overflow: hidden;
  padding: 0 0 0 33px;
}
@media only screen and (max-width: 984px) {
  .news-listing .text {
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .news-listing .text {
    padding: 0;
  }
}
.news-listing .text h3 {
  color: #003452;
  font-size: 18px;
  font-weight: 700;
}
.news-listing .text p {
  color: #003452;
  font-size: 14px;
}
.news-listing:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.pagination {
  display: block;
  clear: both;
  *zoom: 1;
}
.pagination:before,
.pagination:after {
  content: '';
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination ul {
  float: right;
}
.pagination ul li {
  float: left;
}
.pagination ul li a,
.pagination ul li span {
  display: block;
  background: #1390c9;
  color: #e6e7e8;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  width: 40px;
  line-height: 40px;
  margin: 0 0 0 14px;
}
.pagination ul li span {
  background: #003452;
}
.form-pdf-download {
  border: 1px solid #003452;
  padding: 20px;
}
.form-pdf-download ul {
  list-style: none !important;
  padding: 0 !important;
}
.form-pdf-download ul li {
  padding: 0;
}
.form-pdf-download .gfield_label {
  display: none;
}
.form-pdf-download input[type=submit] {
  display: none;
}
.news-listing {
	margin: 0px;
}

.news-listing h4 {
	margin: 0px;
	position: relative;
	float: left;
	line-height: 1.2;
}

.news-listing .text {
	overflow: hidden;
	padding: 0 0 0 20px;
}

.news-listing .text h3 {
	margin: 0 0 10px;
}

.news-listing h3 span {
	color: #003452;
	font-size: 14px;
	font-weight: 400;
}

.news-year {
	color: #00aeef !important;
	font-weight: 700 !important;
	font-size: 28px !important;
	margin: 15px 0 !important;
}
