:root {
  --font-stack: 'Roboto', sans-serif;
  --cubsBlue: #0A3784;
  --lt-gray: #f7f7f7;
  --md-gray: #bdbdbd;
  --dk-blue: #004c68;
  --blue: #003366;
  --navy: #031b5e
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Italic.woff2') format('woff2'),
        url('fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?hez7a2');
  src:  url('fonts/icomoon.eot?hez7a2#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?hez7a2') format('truetype'),
    url('fonts/icomoon.woff?hez7a2') format('woff'),
    url('fonts/icomoon.svg?hez7a2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-question-circle-o:before {
  content: "\e900";
}
.icon-file-text-o:before {
  content: "\e901";
}
.icon-play-circle:before {
  content: "\e902";
}
.icon-cc-mastercard:before {
  content: "\e903";
}
.icon-cc-amex:before {
  content: "\e904";
}
.icon-cc-discover:before {
  content: "\e905";
}
.icon-cc-visa:before {
  content: "\e906";
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
body {
    margin: 0;
    font-family: var(--font-stack);
    background: #424c51;
    background: -moz-linear-gradient(top, #424c51 0%, #05090a 100%);
    background: -webkit-linear-gradient(top, #424c51 0%,#05090a 100%);
    background: linear-gradient(to bottom, #424c51 0%,#05090a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424c51', endColorstr='#05090a',GradientType=0 );
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 1em 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: '';
    content: none;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}
menu,
ol,
ul {
    padding: 0 0 0 40px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}
button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ==========================================================================
  STRUCTURE
   ========================================================================== */
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}
#wrapper {
  width: 100%;
  max-width: 1020px;
  position: relative;
  margin: 20px auto 0 auto;
}
/* ==========================================================================
  HEADER & NAV
   ========================================================================== */
   header {
     width: 100%;
     //background: white url(img/bg-header.jpg) repeat-x;
     background: white;
     border-radius: 15px 15px 0 0;
     border: 4px solid white;
     border-bottom: 0 none;
     height: 145px;
     position: relative;
     -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.5);
     box-shadow: 0 5px 5px 0 rgba(0,0,0,.5);
     box-sizing: border-box;
   }
   .logo {
     position: absolute;
     z-index: 100;
     left: 4.6%;
     top: 56px;
     width: 270px;
   }
   header .contact {
     float: right;
     margin: 23px 4% 0 0;
     width: 38%
   }
   .call {
     border-right: 1px solid var(--dk-blue);
     color: var(--navy);
     font-size: 175%;
     font-weight: 400;
     line-height: 20px;
     padding: 14px;
     width: auto;
   }
   .address {
     color: var(--navy);
     font-size: 110%;
     line-height: 1em;
     padding-left: 14px;
     width: auto;
   }
   nav {
    position: absolute;
    z-index: 50;
    top: 98px;
    background: #004c68;
    background: linear-gradient(to bottom, #004c68 1%,#013251 100%);
    height: 44px;
  }
  nav.left {
    width: 4%;
    border-radius: 0 10px 10px 0;
    left: 0;
  }
  nav.right {
    width: 68.1%;
    border-radius: 10px 0 0 10px;
    right: 0;
  }

   nav ul {
     list-style: none;
     padding: 12px 0 0 0;
     margin: 0 0 0 20px;
     display: flex;
     justify-content: space-around;
   }
   nav li {
     color: white;
   }
   nav a {
     margin-right: 46px;
   }
   nav li:last-child a {
     margin-right: 0;
   }
   nav a:link, nav a:visited {
     text-decoration: none;
     color: white;
   }
   nav a:hover {
     text-decoration: none;
     opacity: 0.7;
   }
   nav a:active {
     color: #91aeff;;
   }
   li.active a:link,
   li.active a:visited {
     color: #91aeff;
   }

   .slicknav_menu {
	    display:none;
  }
  /*!
   * SlickNav Responsive Mobile Menu v1.0.10
   * (c) 2016 Josh Cope
   * licensed under MIT
   */
  .slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer; }
    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
      margin-top: 0.188em; }

  .slicknav_menu {
    *zoom: 1; }
    .slicknav_menu .slicknav_menutxt {
      display: block;
      line-height: 1.188em;
      float: left; }
    .slicknav_menu .slicknav_icon {
      float: left;
      width: 1.125em;
      height: 0.875em;
      margin: 0.188em 0 0 0.438em; }
      .slicknav_menu .slicknav_icon:before {
        background: transparent;
        width: 1.125em;
        height: 0.875em;
        display: block;
        content: "";
        position: absolute; }
    .slicknav_menu .slicknav_no-text {
      margin: 0; }
    .slicknav_menu .slicknav_icon-bar {
      display: block;
      width: 1.125em;
      height: 0.125em;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
    .slicknav_menu:before {
      content: " ";
      display: table; }
    .slicknav_menu:after {
      content: " ";
      display: table;
      clear: both; }

  .slicknav_nav {
    clear: both; }
    .slicknav_nav ul {
      display: block; }
    .slicknav_nav li {
      display: block; }
    .slicknav_nav .slicknav_arrow {
      font-size: 0.8em;
      margin: 0 0 0 0.4em; }
    .slicknav_nav .slicknav_item {
      cursor: pointer; }
      .slicknav_nav .slicknav_item a {
        display: inline; }
    .slicknav_nav .slicknav_row {
      display: block; }
    .slicknav_nav a {
      display: block; }
    .slicknav_nav .slicknav_parent-link a {
      display: inline; }

  .slicknav_brand {
    float: left; }

  .slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: var(--dk-blue);
    padding: 5px; }
    .slicknav_menu * {
      box-sizing: border-box; }
    .slicknav_menu .slicknav_menutxt {
      color: #fff;
      font-weight: bold;
      text-shadow: 0 1px 3px #000; }
    .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, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #01384d; }

  .slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden; }
    .slicknav_nav ul {
      list-style: none;
      overflow: hidden;
      padding: 0;
      margin: 0 0 0 20px; }
    .slicknav_nav .slicknav_row {
      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:link,
    .slicknav_nav a:visited {
      padding: 5px 10px;
      margin: 2px 5px;
      text-decoration: none;
      color: #fff; }
      .slicknav_nav a:hover  {
        color: white; }
    .slicknav_nav .slicknav_txtnode {
      margin-left: 15px; }
    .slicknav_nav .slicknav_item a {
      padding: 0;
      margin: 0; }
    .slicknav_nav .slicknav_parent-link a {
      padding: 0;
      margin: 0; }

  .slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px; }
/* ==========================================================================
WOW SLIDER
  ========================================================================== */
  #wowslider-container1 {
  	display: table;
  	zoom: 1;
  	position: relative;
  	width: 100%;
  	max-width: 100%;
  	max-height:259px;
  	margin:0px auto 0px;
  	z-index:90;
  	text-align:left; /* reset align=center */
  	font-size: 10px;
  	text-shadow: none; /* fix some user styles */
    overflow: hidden;
  	/* reset box-sizing (to boostrap friendly) */
  	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  }
  * html #wowslider-container1{ width:1020px }
  #wowslider-container1 .ws_images ul{
  	position:relative;
  	width: 10000%;
  	height:100%;
  	left:0;
  	list-style:none;
  	margin:0;
  	padding:0;
  	border-spacing:0;
  	overflow: visible;
  	/*table-layout:fixed;*/
  }
  #wowslider-container1 .ws_images ul li{
  	position: relative;
  	width:1%;
  	height:100%;
  	line-height:0; /*opera*/
  	overflow: hidden;
  	float:left;
  	/*font-size:0;*/
  	padding:0 0 0 0 !important;
  	margin:0 0 0 0 !important;
  }

  #wowslider-container1 .ws_images{
  	position: relative;
  	left:0;
  	top:0;
  	height:100%;
  	max-height:259px;
  	max-width: 100%;
  	vertical-align: top;
  	border:none;
  	overflow: hidden;
  }
  #wowslider-container1 .ws_images ul a{
  	width:100%;
  	height:100%;
  	max-height:259px;
  	display:block;
  	color:transparent;
  }
  #wowslider-container1 img{
  	max-width: none !important;
  }
  #wowslider-container1 .ws_images .ws_list img,
  #wowslider-container1 .ws_images > div > img{
  	width:100%;
  	border:none 0;
  	max-width: none;
  	padding:0;
  	margin:0;
  }
  #wowslider-container1 .ws_images > div > img {
  	max-height:259px;
  }

  #wowslider-container1 .ws_images iframe {
  	position: absolute;
  	z-index: -1;
  }

  #wowslider-container1 .ws-title > div {
  	display: inline-block !important;
  }

  #wowslider-container1 a{
  	text-decoration: none;
  	outline: none;
  	border: none;
  }

  #wowslider-container1  .ws_bullets {
  	float: left;
  	position:absolute;
  	z-index:70;
  }
  #wowslider-container1  .ws_bullets div{
  	position:relative;
  	float:left;
  	font-size: 0px;
  }
  /* compatibility with Joomla styles */
  #wowslider-container1  .ws_bullets a {
  	line-height: 0;
  }

  #wowslider-container1  .ws_script{
  	display:none;
  }
  #wowslider-container1 sound,
  #wowslider-container1 object{
  	position:absolute;
  }

  /* prevent some of users reset styles */
  #wowslider-container1 .ws_effect {
  	position: static;
  	width: 100%;
  	height: 100%;
  }

  #wowslider-container1 .ws_photoItem {
  	border: 2em solid #fff;
  	margin-left: -2em;
  	margin-top: -2em;
  }
  #wowslider-container1 .ws_cube_side {
  	background: #A6A5A9;
  }


  #wowslider-container1.ws_gestures {
  	cursor: -webkit-grab;
  	cursor: -moz-grab;
  	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
  }
  #wowslider-container1.ws_gestures.ws_grabbing {
  	cursor: -webkit-grabbing;
  	cursor: -moz-grabbing;
  	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
  }

  /* hide controls when video start play */
  #wowslider-container1.ws_video_playing .ws_bullets,
  #wowslider-container1.ws_video_playing .ws_fullscreen,
  #wowslider-container1.ws_video_playing .ws_next,
  #wowslider-container1.ws_video_playing .ws_prev {
  	display: none;
  }


  /* youtube/vimeo buttons */
  #wowslider-container1 .ws_video_btn {
  	position: absolute;
  	display: none;
  	cursor: pointer;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	z-index: 55;
  }
  #wowslider-container1 .ws_video_btn.ws_youtube,
  #wowslider-container1 .ws_video_btn.ws_vimeo {
  	display: block;
  }
  #wowslider-container1 .ws_video_btn div {
  	position: absolute;
  	background-image: url(./playvideo.png);
  	background-size: 200%;
  	top: 50%;
  	left: 50%;
  	width: 7em;
  	height: 5em;
  	margin-left: -3.5em;
  	margin-top: -2.5em;
  }
  #wowslider-container1 .ws_video_btn.ws_youtube div {
  	background-position: 0 0;
  }
  #wowslider-container1 .ws_video_btn.ws_youtube:hover div {
  	background-position: 100% 0;
  }
  #wowslider-container1 .ws_video_btn.ws_vimeo div {
  	background-position: 0 100%;
  }
  #wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
  	background-position: 100% 100%;
  }

  #wowslider-container1 .ws_playpause.ws_hide {
  	display: none !important;
  }
  /* bullets */
  #wowslider-container1  .ws_bullets {
  	padding: 0px;
  }
  #wowslider-container1 .ws_bullets a {
  	position:relative;
  	display: inline-block;
  	width: 0;
  	margin: 3px 5px;
  	padding: 8px;

  	-webkit-perspective: 80px;
  	perspective: 80px;
  }
  #wowslider-container1 .ws_bullets a > span {
  	position:absolute;
  	display: block;
  	top:0;
  	right: 0;
  	height:100%;
  	width:100%;
  	-webkit-transform-style: preserve-3d;
  	transform-style: preserve-3d;

  	-webkit-transition: -webkit-transform 0.5s ease;
    	transition: -webkit-transform 0.5s ease, transform 0.5s ease;
  }

  #wowslider-container1 .ws_bullets a > span:before,
  #wowslider-container1 .ws_bullets a > span:after {
  	content: '';
  	display: block;
  	height:100%;
  	background: #54acd2;

    	-webkit-transform: rotateX(-90deg) translateZ(-8px) translateY(8px);
    	transform: rotateX(-90deg) translateZ(-8px) translateY(8px);
  }
  #wowslider-container1 .ws_bullets a > span:after {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
    	background: #1A2223;
    	-webkit-transform: rotateX(0deg);
    	transform: rotateX(0deg);
  }

  #wowslider-container1 .ws_bullets a.ws_overbull > span,
  #wowslider-container1 .ws_bullets a.ws_selbull > span {
      -webkit-transform: rotateX(-90deg) translateZ(8px) translateY(8px);
      transform: rotateX(-90deg) translateZ(8px) translateY(8px);
  }


  /* play/pause, arrows */
  #wowslider-container1 a.ws_next,
  #wowslider-container1 a.ws_prev,
  #wowslider-container1 .ws_playpause {
  	position:absolute;
  	font: 2em "ws-ctrl-convex";
  	width: 2.5em;
  	height: 2.5em;
  	top:50%;

  	margin-top: -1.25em;
  	color: #ffffff;
  	z-index: 100;

  	-webkit-perspective: 20em;
  	perspective: 20em;
  }
  #wowslider-container1 a.ws_next {
  	right: 0;
  }
  #wowslider-container1 a.ws_prev {
  	left: 0;
  }
  #wowslider-container1 .ws_playpause {
  	left:50%;
  	margin-left:-1.25em;
  }

  #wowslider-container1 a.ws_next > span,
  #wowslider-container1 a.ws_prev > span,
  #wowslider-container1 .ws_playpause > span,
  #wowslider-container1 .ws_bullets a > span {
  	display: block;
  	-webkit-transform-style: preserve-3d;
  	transform-style: preserve-3d;

  	-webkit-transition: -webkit-transform 0.5s ease;
    	transition: -webkit-transform 0.5s ease, transform 0.5s ease;
  }

  #wowslider-container1 a.ws_next > span:before,
  #wowslider-container1 a.ws_prev > span:before,
  #wowslider-container1 .ws_playpause > span:before,
  #wowslider-container1 a.ws_next > span:after,
  #wowslider-container1 a.ws_prev > span:after,
  #wowslider-container1 .ws_playpause > span:after {
  	display: block;
  	text-align: center;
  	line-height: 2.5em;
  	height:100%;
  	background: #54acd2;
  	color: #1A2223;
    	-webkit-transform: rotateX(-90deg) translateZ(-1.25em) translateY(1.25em);
    	transform: rotateX(-90deg) translateZ(-1.25em) translateY(1.25em);
  }
  #wowslider-container1 .ws_play > span:before,
  #wowslider-container1 .ws_play > span:after{
  	content:"\e800";
  }
  #wowslider-container1 .ws_pause > span:before,
  #wowslider-container1 .ws_pause > span:after{
  	content:"\e801";
  }
  #wowslider-container1 a.ws_next > span:before,
  #wowslider-container1 a.ws_next > span:after {
  	content:'\e803';
  }
  #wowslider-container1 a.ws_prev > span:before,
  #wowslider-container1 a.ws_prev > span:after {
  	content:'\e802';
  }

  #wowslider-container1 a.ws_next > span:after,
  #wowslider-container1 a.ws_prev > span:after,
  #wowslider-container1 .ws_playpause > span:after {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
    	-webkit-transform: rotateX(0deg);
    	transform: rotateX(0deg);
    	background: #1A2223;
  	color: #54acd2;
  }
  #wowslider-container1 a.ws_next:hover > span,
  #wowslider-container1 a.ws_prev:hover > span,
  #wowslider-container1 .ws_playpause:hover > span {
      -webkit-transform: rotateX(-90deg) translateZ(1.25em) translateY(1.25em);
      transform: rotateX(-90deg) translateZ(1.25em) translateY(1.25em);
  }/* top right */
  #wowslider-container1  .ws_bullets {
  	top:1.5em;
      right: 1em;
  }
  #wowslider-container1 .ws-title{
  	font: 700 italic 250% var(--font-stack);
    text-shadow: 1px 1px 4px #000;
  	position: absolute;
  	right: 2em;
    border-radius: 10px;
  	margin-right:10em;
  	z-index: 50;
  	color:#fff;
  	padding: 0 20px;
  	bottom: 20px;
  	top: auto;
  	opacity: 1;
    background-color: rgba(10,55,132,0.8);
  }
  #wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
  	display:inline-block;
  	padding: 0;
  }
  #wowslider-container1 .ws-title div{
  	display:block;
  	margin-top:0.5em;
  }
  #wowslider-container1 .ws-title span{
  	font-size: 2em;
  }
  #wowslider-container1 .ws_images > ul{
  	animation: wsBasic 32s infinite;
  	-moz-animation: wsBasic 32s infinite;
  	-webkit-animation: wsBasic 32s infinite;
  }
  @keyframes wsBasic{0%{left:-0%} 6.25%{left:-0%} 12.5%{left:-100%} 18.75%{left:-100%} 25%{left:-200%} 31.25%{left:-200%} 37.5%{left:-300%} 43.75%{left:-300%} 50%{left:-400%} 56.25%{left:-400%} 62.5%{left:-500%} 68.75%{left:-500%} 75%{left:-600%} 81.25%{left:-600%} 87.5%{left:-700%} 93.75%{left:-700%} }
  @-moz-keyframes wsBasic{0%{left:-0%} 6.25%{left:-0%} 12.5%{left:-100%} 18.75%{left:-100%} 25%{left:-200%} 31.25%{left:-200%} 37.5%{left:-300%} 43.75%{left:-300%} 50%{left:-400%} 56.25%{left:-400%} 62.5%{left:-500%} 68.75%{left:-500%} 75%{left:-600%} 81.25%{left:-600%} 87.5%{left:-700%} 93.75%{left:-700%} }
  @-webkit-keyframes wsBasic{0%{left:-0%} 6.25%{left:-0%} 12.5%{left:-100%} 18.75%{left:-100%} 25%{left:-200%} 31.25%{left:-200%} 37.5%{left:-300%} 43.75%{left:-300%} 50%{left:-400%} 56.25%{left:-400%} 62.5%{left:-500%} 68.75%{left:-500%} 75%{left:-600%} 81.25%{left:-600%} 87.5%{left:-700%} 93.75%{left:-700%} }

  #wowslider-container1 .ws_bullets  a img{
  	position:absolute;
  	display:block;
  	text-indent:0;
  	top:15px;
  	left:-95px;
  	visibility:hidden;
  	max-width:none;
  }
  #wowslider-container1 .ws_bullets a:hover img{
  	visibility:visible;
  }

  #wowslider-container1 .ws_bulframe div div{
  	height:48px;
  	overflow:visible;
  	position:relative;
  }
  #wowslider-container1 .ws_bulframe div {
  	left:0;
  	overflow:hidden;
  	position:relative;
  	width:189px;
  }
  #wowslider-container1  .ws_bullets .ws_bulframe{
  	position:absolute;
  	display:none;
  	top:25px;
  	margin-left:8px;
  	cursor:pointer;

  	/* fixed bulframe hidding in Chrome */
  	-webkit-transform: translateZ(0);
  	-ms-transform: translateZ(0);
  	-o-transform: translateZ(0);
  	transform: translateZ(0);
  }
  #wowslider-container1 .ws_bulframe div div{
  	height: auto;
  }

  @media all and (max-width:760px) {
  	#wowslider-container1 .ws_fullscreen {
  		display: block;
  	}
  }
  @media all and (max-width:400px){
  	#wowslider-container1 .ws_controls,
  	#wowslider-container1 .ws_bullets,
  	#wowslider-container1 .ws_thumbs{
  		display: none
  	}
  }

/* ==========================================================================
 MAIN CONTENT
  ========================================================================== */
  .slider img {
    width: 100%;
  }
  main {
    width: 100%;
    max-width: 1021px;
    margin: 0 auto;
    background-color: white;
    border-radius: 0 0 15px 15px;
  }
  main p {
    padding-right: 25px;
  }
  .content, .bottom-content {
    padding: 10px 30px;
    box-sizing: border-box;
  }
  h1, .home h2 {
    font: 700 italic 170%/1.25em var(--font-stack);
    color: var(--cubsBlue);
    margin: 1em 0 0 0;
  }
  h2 {
    font: 700 italic 130%/1.25em var(--font-stack);
    color: var(--cubsBlue);
    margin-bottom: 0;
  }
  h3 {
    font: 700 115%/1em var(--font-stack);
    margin: 0.25em 0;
  }
  .content h1:first-child, .bottom-content h2:first-child {
    margin-top: 0;
  }
  .intro {
    font-size: 130%;
  }
  p {
    margin: 0 0 20px 0;
  }
  .a2la, .accreditations,
  .contact .sidebar,
  .services .sidebar {
    text-align: center;
    background-color: white;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .a2la p {
    margin-bottom: 10px;
    padding: 0;
  }
  .a2la img {
    width: 100%;
    max-width: 224px;
  }
  .accreditations img {
    width: 100%;
    max-width: 204px;
  }
  .header {
    background-color: var(--md-gray);
    color: black;
  }
  a:link, a:visited {
    color: var(--blue);
    text-decoration: underline;
  }
  a:hover, a:focus {
    color: var(--cubsBlue);
  }
  .note {
    font-size: 81.25%;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    margin-top: 5px;
  }
  .row {
    display: block;
    clear: both;
    padding: 10px 0 20px 0;
  }
  .sales .row {
    padding: 15px 0;
    border-bottom: 1px solid var(--cubsBlue);
  }
  .featured {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 15px 0 40px 0;
  }
  .sales .row.featured {
    border-bottom: 0 none;
  }
  .featured .photo {
    width: 45%;
    max-width: 725px;
  }
  #photo-big {
    display: block;
    width: 100%;
    aspect-ratio: 145 / 144;
  }
  .featured .photo ul {
    list-style: none;
    padding: 0;
    margin: 6px 0 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .featured .photo li {
    display: inline;
    width: 25%;
    border: 1px solid var(--blue);
  }
  .featured .photo li img {
    width: 100%;
  }
  .featured .content {
    width: 50%;
    padding: 0;
  }
  .featured .content img {
    width: 80%;
  }
  .featured .content ul.buttons {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .featured .content ul.buttons li {
    width: 31%;
  }
  .featured .content ul.buttons li a {
     width: 100%;
     background-color: var(--navy);
     color: white;
     border: 1px solid var(--navy);
     text-decoration: none;
     align-items: center;
     display: flex;
     justify-content: center;
     height: auto;
     min-height: 40px;
     text-align: center;
     font-size: 125%;
     font-weight: bold;
  }
  .featured .content ul.buttons li a:visited {
     background-color: var(--navy);
     color: white;
     border: 1px solid var(--navy);
     text-decoration: none;
  }
  .featured .content ul.buttons li a:hover,
  .featured .content ul.buttons li a:active {
    background-color: white;
    color: var(--navy);
    text-decoration: none;
  }
  .featured .content ul.buttons li.quote {
    width: 100%;
    margin-bottom: 8px;
  }
  .featured .content ul.buttons li.quote a {
    width: 100%;
    background-color: var(--cubsBlue);
    color: white;
    border: 1px solid var(--cubsBlue);
    align-self: center;
  }
  .featured .content ul.buttons li.quote a:visited {
    background-color: var(--cubsBlue);
    color: white;
    border: 1px solid var(--cubsBlue);
  }
  .featured .content ul.buttons li.quote a:hover,
  .featured .content ul.buttons li.quote a:active {
    background-color: white;
    color: var(--cubsBlue);
  }
  .right {
    float: right;
  }
  img.right {
    margin-left: 10px;
  }
  .left {
    float: left;
  }
  img.left {
    margin-right: 15px;
  }
  .services .sidebar {
    padding-top: 0;
  }
  .services .sidebar ul {
    text-align: left;
    padding: 0 10px 0 5px;
    margin: 0 0 0 20px;
    list-style: square;
    font-size: 90%;
  }
  .contact .sidebar,
  .services .sidebar {
    border: 1px solid var(--md-gray);
    box-sizing: border-box;
  }
  .contact .sidebar h3,
  .services .sidebar h3 {
    padding: 10px;
  }
  ul.columns li {
    float: left;
    width: 50%;
  }
  .contact .sidebar h2 {
    margin-top: 0;
  }
  .contact .sidebar p {
    padding: 0;
    margin: 0;
  }
  .contact .sidebar .row,
  .services .sidebar .row  {
    padding-bottom: 10px;
  }
  .grecaptcha-badge {
    display: none !important;
  }
  label {
    display: inline-block;
    margin: 5px 10px 5px;
    width: 150px;
  }
  input, textarea {
    border: 1px solid var(--md-gray);
    padding: 5px;
    margin: 5px 0;
    color: #777;
    font-family: var(--font-stack);
  }
  input[type="submit"] {
    color: white;
    margin: 20px 0 0 170px;
    padding: 10px 20px;
    border: 1px solid #006c94;
    background: #004c68;
    background: linear-gradient(to bottom, #004c68 1%, var(--navy) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c68', endColorstr='#013251',GradientType=0 );
  }
  input[type="submit"]:hover {
    border: 1px solid var(--cubsBlue);
    background: var(--cubsBlue);
  }
  .note {
    font-size: 75%;
    font-style:italic;
  }
  .g-recaptcha {
    margin-left: 170px;
  }
  p.badges img {
    width: 150px;
    margin-right: 15px;
  }
  /* ==========================================================================
   SCROLLER
    ========================================================================== */
  .scroller-wrap {
    border: 4px solid #a2a2a2;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
  }
  .simply-scroll-container { /* Container DIV - automatically generated */
  	position: relative;
  }

  	.simply-scroll-clip { /* Clip DIV - automatically generated */
  		position: relative;
  		overflow: hidden;
      height: 140px;
      padding: 15px 0;
  	}

  	.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
  		overflow: hidden;
  		margin: 0;
  		padding: 0;
  		list-style: none;
  	}

  		.simply-scroll-list li {
  			padding: 0;
  			margin: 0 5px;
  			list-style: none;
        display: inline-block;
  		}

  		.simply-scroll-list li img {
  			border: none;
  			display: block;
  		}

  	.simply-scroll-btn {
  		position: absolute;
  		background-image: url(buttons.png);
  		width: 42px;
  		height: 44px;
  		z-index:3;
  		cursor: pointer;
  	}

  	.simply-scroll-btn-left {
  		left: 6px;
  		bottom: 6px;
  		background-position: 0 -44px;
  	}
  	.simply-scroll-btn-left.disabled {
  		background-position: 0 0 !important;
  	}
  	.simply-scroll-btn-left:hover, .simply-scroll-btn-left:focus {
  		background-position: 0 -88px;
  	}

  	.simply-scroll-btn-right {
  		right: 6px;
  		bottom: 6px;
  		background-position: -84px -44px;
  	}
  	.simply-scroll-btn-right.disabled {
  		background-position: -84px 0 !important;
  	}
  	.simply-scroll-btn-right:hover, .simply-scroll-btn-right:focus {
  		background-position: -84px -88px;
  	}

  	.simply-scroll-btn-up {
  		right: 6px;
  		top: 6px;
  		background-position: -126px -44px;
  	}
  	.simply-scroll-btn-up.disabled {
  		background-position: -126px 0 !important;
  	}
  	.simply-scroll-btn-up:hover, .simply-scroll-btn-up:focus {
  		background-position: -126px -88px;
  	}

  	.simply-scroll-btn-down {
  		right: 6px;
  		bottom: 6px;
  		background-position: -42px -44px;
  	}
  	.simply-scroll-btn-down.disabled {
  		background-position: -42px 0 !important;
  	}
  	.simply-scroll-btn-down:hover, .simply-scroll-btn-down:focus {
  		background-position: -42px -88px;
  	}

  	.simply-scroll-btn-pause {
  		right: 6px;
  		bottom: 6px;
  		background-position: -168px -44px;
  	}
  	.simply-scroll-btn-pause:hover, .simply-scroll-btn-pause:focus {
  		background-position: -168px -88px;
  	}

  	.simply-scroll-btn-pause.active {
  		background-position: -84px -44px;
  	}
  	.simply-scroll-btn-pause.active:hover, .simply-scroll-btn-pause.active:focus {
  		background-position: -84px -88px;
  	}
/* ==========================================================================
 FOOTER
  ========================================================================== */

  footer {
    font-size: 90%;
  }
  footer ul.nav {
    list-style: none;
    margin: 10px auto;
    text-align: center;
  }
  footer p {
    color: #ccc;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  footer .nav li {
    display: inline-block;
    margin: 0 5px;
  }
  footer a:link, footer a:visited {
    color: #ccc;
    text-decoration: underline;
    cursor: pointer;
  }
  footer a:hover, footer a:active {
    color: white;
  }
  .cc {
    color: #ccc;
    text-align: center;
    font-size: 150%;
  }
  .cc span {
    margin: 5px 10px;
  }
  .line-bottom {
    width: 100%;
    background: url(img/bg-footer.gif) bottom repeat-x;
    margin-bottom: 15px;
    height: 15px;
  }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media only screen and (max-width: 1000px) {
  header .contact {
    width: 40%;
  }
  nav.right {
    width: 66%;
  }
  nav a {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 950px) {
  header .contact {
    width: 45%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 900px) {
  nav.right {
    width: 65%;
  }
}
@media only screen and (max-width: 875px) {
  header .contact {
    width: 45%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 860px) {
  nav.right {
    width: 64%;
  }
  nav a {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 835px) {
  nav.right {
    width: 61%;
  }
  nav a {
    margin-right: 23px;
  }
}
@media only screen and (max-width: 810px) {
  nav.right {
    width: 62%;
  }
  nav a {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 800px) {
  .logo {
    top: 35px;
  }
  .call {
    border-right: 0 none;
  }
  nav {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .div {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .call {
    border-right: 0 none;
  }
  .address {
    margin-left: 0;
  }
}
@media only screen and (max-width: 630px) {
  .featured .photo {
    width: 100%;
    order: 2;
  }
  .featured .content {
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  header .contact {
    margin-top: 40px;
  }
  .call {
    display: none;
  }
  header {
    text-align: center;
  }
  .logo {
    position: relative;
    left: 0;
  }
}
@media only screen and (max-width: 517px) {
  header {
    height: 260px;
  }
  header .contact {
    width: 100%;
  }
  .call {
    display: block;
  }
  .contact .span_6_of_12 {
    width: 100%;
  }
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%;
	}
  .badges {
    text-align: center;
  }
  .badges img {
    margin: 0 0 15px 0;
  }
  .row img {
    width: 100%;
  }
  .g-recaptcha {
    margin-left: 0;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@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;
    }
}
