﻿@charset "UTF-8";
/* ---------------------------------------------------------------------------------- 
	Reset common element styles to better avoid browser inconsistencies.
	Based on http://www.maxdesign.com.au/articles/css-reset
---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- 
	Restyle common elements, based on YUI Fonts and Base
	http://developer.yahoo.com/yui/3/cssfonts/
	http://developer.yahoo.com/yui/3/cssbase/
	
	For font size percentage to pixel values, see:
	http://developer.yahoo.com/yui/3/cssfonts/#fontsize
---------------------------------------------------------------------------------- */
/* bright blue */
/* bright green */
/* ---------------------------------------------------------------------------------- 
   Common Page Structure and Styling
---------------------------------------------------------------------------------- */
/*
#hd .search {
	width: 224px;
	height: 32px;
	background: url("../images/sprite-common.png") -304px 0 no-repeat scroll;
	position: relative;
	float: right;
	text-align: left;
}
#hd .search input {
	margin: 7px 3px 7px 7px;
	padding: 1px 7px;
	font-size: 93%;  //12px 
	border: 1px solid #fff;
	background: url("../images/sprite-gradients.png") #fff 0 -912px repeat-x scroll;
	width: 170px;
	height: 15px;
	text-align: left;
}
#hd .search button {
	margin: 4px 4px 4px 0;
	padding: 0;
	border: medium none;
	width: 24px;
	height: 24px;
	text-indent: 32px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
	background: url("../images/sprite-common.png") #1b2225 -304px -52px no-repeat scroll;
}
#hd .search button:hover {
	cursor: pointer;
	background-position: -336px -52px;
	background-color: #a3e240;
}
*/
/* ---------------------------------------------------------------------------------- 
   Variables
---------------------------------------------------------------------------------- */
/* Common */
/* Header */
/* Mobile Menu */
/* Main Screen - Offering */
/* Main Screen - RSS*/
/* Forms */
/* Go To Top */
/* sub-page margin */
/* ---------------------------------------------------------------------------------- 
   Page-specific styles
---------------------------------------------------------------------------------- */
/* modal window styling */
html {
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font: 13px/1.385 'Segoe UI', Segoe, Arial, Helvetica, clean, sans-serif; }
  body.details-page #bd .content .content-inner {
    margin-left: 15%;
    margin-right: 15%; }
  body.home #hd {
    /*max-width: 960px;*/ }
    body.home #hd #nav {
      position: fixed; }
    body.home #hd .nav {
      margin: 0 auto;
      z-index: 999; }
    body.home #hd .hd-main {
      margin: 0 auto; }
      body.home #hd .hd-main .hd-social .hd-login {
        margin-left: auto;
        margin-right: auto; }
    body.home #hd .hd-login {
      margin: 0 auto; }
  body.home #bd {
    /*max-width: 960px;*/ }
    body.home #bd .bd-inner {
      margin: 0 auto; }
  body.home #ft {
    /*max-width: 960px;*/ }
    body.home #ft ul {
      margin: 0 auto; }

.nav {
  border-bottom-color: silver;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.wikiSearch {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  background: #f5f5f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAb0lEQVR42p2RMQ7AIAhFWXsG1h7Gtffo6urqyJGpwyetomnwJ38BH/wgfZSaS7PABbVOqkqm3Fzx6IQTatlDb5PJi21YBy1iuNgjJIgzFXqyCcXj1Z1DXNGTiw01aP252DCCgH7Fk41h8KaAGMDxADnaOPucd/m3AAAAAElFTkSuQmCC) no-repeat 7px 6px;
  border: none;
  border-radius: 5em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-family: inherit;
  font-size: inherit;
  height: 1.71428571428571em;
  line-height: 1.71428571428571;
  padding: 2px 10px 2px 25px;
  vertical-align: baseline;
  width: 220px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5)); }

.searchForm {
  float: right;
  clear: right;
  margin-top: 10px;
  margin-right: 20px;
  position: relative;
  z-index: 2;
  height: 22px;
  margin-bottom: 6px; }

.searchForm input:focus {
  background-color: #fff;
  outline: none; }

.home .rssButtonLeft {
  font-size: 36px;
  cursor: pointer; }
  .home .rssButtonLeft > i {
    margin: 14px 0px 0px 0px; }

.home .rssButtonRight {
  font-size: 36px;
  cursor: pointer; }
  .home .rssButtonRight > i {
    margin: 14px 0px 0px 0px; }

.home .rssButtonPause {
  font-size: 36px;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px; }
  .home .rssButtonPause > i {
    margin: 14px 0px 0px 0px; }
  .home .rssButtonPause.paused {
    color: white; }

.home .rssButtonPaused {
  color: black; }

.home .rssLeft {
  float: left;
  width: 120px;
  display: inline-block; }

.home .rssRow {
  overflow: auto;
  height: 400px;
  position: relative; }

.home .rssBody {
  background-color: black; }
  .home .rssBody > ul {
    display: flex; }

ul {
  margin: 0;
  padding: 0; }

ol {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

form {
  margin: 0;
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 1em; }

legend {
  margin: 0;
  padding: 0;
  color: #000; }

h1 {
  margin-top: 0;
  font-size: 184.6%;
  color: #5c727e; }

h2 {
  margin-top: 0;
  font-size: 138.5%; }

h3 {
  margin-top: 0;
  font-size: 123.1%; }

h4 {
  margin-top: 0; }

h5 {
  margin-top: 0; }

h6 {
  margin-top: 0; }

p {
  margin-top: 0;
  margin-bottom: 1em; }

img {
  border: 0; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em; }

caption {
  text-align: left;
  vertical-align: top; }

th {
  text-align: left;
  vertical-align: top; }

td {
  text-align: left;
  vertical-align: top; }

abbr {
  border-bottom: 1px dotted;
  cursor: help; }

acronym {
  border-bottom: 1px dotted;
  cursor: help; }

a {
  color: #0094de; }
  a:hover {
    color: #88c62a; }
  a.gmstudio-banner {
    float: right; }

#hd {
  /*max-width: 1260px;*/
  margin: 0 auto;
  color: #fff;
  /*margin-top: 16px;*/
  position: relative; }
  #hd .nav {
    margin-left: 32px;
    margin: 0; }
    #hd .nav-level-1 {
      font-size: 13px; }
    @media screen and (max-width: 1250px) {
      #hd .nav-level-1 {
        font-size: 85%; }
        #hd .nav-level-1 li {
          padding-left: 0.5% !important;
          padding-right: 0.5% !important; }
        #hd .nav-level-1 a span {
          padding-left: 15px !important;
          padding-right: 15px !important; } }
    @media screen and (max-width: 1000px) {
      #hd .nav-level-1 {
        font-size: 75%; }
        #hd .nav-level-1 li {
          padding-left: 0.1% !important;
          padding-right: 0.1% !important; }
        #hd .nav-level-1 a span {
          padding-left: 10px !important;
          padding-right: 10px !important; } }
  #hd .hd-login {
    margin-left: 32px;
    margin: 0; }
  #hd .hd-main {
    margin-left: 32px;
    height: 96px;
    position: relative;
    background: url("../images/sprite-gradients.png") #495a63 0 0 repeat-x scroll;
    /*
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-topleft: 6px;
        -webkit-border-top-right-radius: 6px;
        -webkit-border-top-left-radius: 6px;
        */
    z-index: 1;
    margin: 0; }
    #hd .hd-main .hd-social {
      margin-left: 32px;
      margin: 0;
      margin: 2px 12px 0 0;
      padding-right: 12px; }
  #hd a {
    color: #fff; }
  #hd .hd-sub {
    position: absolute;
    top: 0;
    left: 304px;
    right: 32px;
    text-align: right; }
  #hd .social-networking li {
    display: inline; }
  #hd .social-networking a {
    color: #e3e3e3;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
    line-height: 32px;
    margin-left: 18px; }
    #hd .social-networking a:hover {
      color: #fff;
      text-decoration: underline; }

#bd {
  /*max-width: 1260px;*/
  margin: 0 auto;
  /*margin: 16px auto;*/
  /*margin-bottom: 8px;*/ }
  #bd .bd-inner {
    margin-left: 32px;
    margin: 0; }
  #bd .sidebar {
    width: 208px;
    float: left;
    margin-left: -100%;
    display: none; }
    #bd .sidebar.right {
      width: 208px;
      float: left;
      margin-left: -208px;
      display: none; }
    #bd .sidebar.left {
      display: none; }
  #bd .content {
    float: left;
    width: 100%; }
    #bd .content .content-inner {
      margin-right: 15%;
      margin-left: 15%; }
  #bd #sub-navigation {
    background-color: #d9e5eb;
    padding: 15px 0; }
  #bd .sidebar-banners {
    margin: 64px 0 0; }
    #bd .sidebar-banners img {
      margin-bottom: 16px; }

#sub-navigation ul {
  border-top: 1px solid #c5dceb;
  border-bottom: 1px solid #f1f6f8; }
  #sub-navigation ul ul {
    border: medium none; }
    #sub-navigation ul ul a {
      background-image: none;
      color: #5d727e;
      font-weight: normal;
      padding: 1px 16px 2px 32px; }
      #sub-navigation ul ul a:hover {
        color: #88c62a !important;
        text-decoration: underline; }

#sub-navigation li.active {
  background-position: 0 -720px;
  background-color: #f8f9fb; }
  #sub-navigation li.active ul li a:hover {
    cursor: pointer; }
  #sub-navigation li.active a {
    background-color: #eef3f6;
    border-bottom: medium none !important;
    color: #2e95e7; }
    #sub-navigation li.active a:hover {
      color: #2e95e7;
      cursor: default;
      text-decoration: none; }

#sub-navigation a {
  color: #5d727e;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 5px 16px 5px 32px;
  border-top: 1px solid #f1f6f8;
  border-bottom: 1px solid #c5dceb;
  text-shadow: #fff 1px 1px 1px; }
  #sub-navigation a :before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px; }
  #sub-navigation a:hover {
    color: #88c62a;
    background-position: 11px -90px;
    text-decoration: underline; }

.content h1 {
  font-weight: normal;
  padding: 15px 32px 0;
  margin-bottom: 4px;
  min-height: 45px; }
  .content h1 img {
    float: left;
    margin: -5px 0 -5px -13px; }

.content h2 {
  color: #88c62a;
  font-size: 123.1%;
  margin: 0 32px; }

.content h3 {
  margin: 0 32px; }

.content table {
  margin: 0 32px; }

.content p {
  font-size: 108%;
  line-height: 1.5em;
  margin: 0 32px 28px; }

.content ul {
  font-size: 108%;
  line-height: 1.5em;
  margin: 0 32px 28px;
  margin-left: 64px; }
  .content ul li {
    margin-bottom: 0.5em;
    list-style: outside square; }

.content .inline-image {
  position: relative;
  float: right;
  padding: 0 0 32px 32px;
  vertical-align: bottom; }
  .content .inline-image .enlarge-icon {
    position: absolute;
    bottom: 0;
    left: 0; }

.contentlbl {
  margin: 0 32px; }

.hide-content {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.radius-box {
  /*
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    */ }

.sidebar .callout {
  margin-bottom: 16px;
  width: 100%; }

.sidebar .callout-content {
  margin: 16px 16px 0; }

.sidebar .callout-action {
  margin: -0.5em 1em 1em;
  padding-top: 15px; }
  .sidebar .callout-action a {
    color: #666633;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #fff 1px 1px 1px;
    text-decoration: none;
    line-height: 22px;
    height: 22px;
    display: block; }
    .sidebar .callout-action a:hover {
      color: #d28c36;
      background-position: right -160px; }
    .sidebar .callout-action a :after {
      float: right;
      content: "\f138";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      display: inline-block;
      vertical-align: middle; }

.callout {
  float: right;
  color: #999933;
  background-color: #e7e7cb;
  box-shadow: inset 0 0 40px #dedeb4;
  -moz-box-shadow: inset 0 0 40px #dedeb4; }

.callout-content h2 {
  color: #d28c36;
  font-size: 100%;
  margin: 0;
  padding: 0 0 4px;
  text-transform: uppercase;
  text-shadow: #fff 1px 1px 1px;
  line-height: 1.1em;
  border-bottom: 1px solid #d7d7af; }

.callout-content h3 {
  color: #666633;
  font-size: 123.1%;
  line-height: 1.1em;
  padding: 10px 0 0;
  border-top: 1px solid #fff;
  margin: 0; }

.callout-content p {
  margin: 4px 0 13px; }

.wrap-bottom {
  padding-bottom: 60px;
  background-color: #97a5ad;
  border-bottom: 67px solid #677c86; }

.jumbotron {
  text-align: center;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal; }
  .jumbotron-subheading {
    font-size: 30px;
    font-weight: 600;
    color: white; }
    .jumbotron-subheading .sub-header-font {
      font-family: 'Open Sans', 'Arial', sans-serif;
      font-weight: 600;
      font-style: normal; }
  .jumbotron-heading {
    font-size: 50px;
    font-variant: normal;
    color: #4d606a;
    margin-bottom: 5px; }
    .jumbotron-heading .header-font {
      font-family: 'Open Sans', 'Arial', sans-serif;
      font-weight: 700;
      font-style: normal; }

.p-left {
  margin-left: 32px; }

.container {
  display: table;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container-left {
    margin-left: 32px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .container .left {
    display: block; }
  .container #uxi_widget_wysiwyg_text_area-4 {
    width: 360px;
    margin-top: 58px; }
  .container .button {
    display: block;
    width: 165px;
    padding: 15px 40px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 160%; }
    .container .button-left {
      margin-left: 0px !important; }
  .container .button-33 {
    background-color: #3a4a53;
    border-top: 1px solid #4d606a;
    border-right: 1px solid #4d606a;
    border-bottom: 1px solid #4d606a;
    border-left: 1px solid #4d606a;
    border-radius: 0px;
    color: #fff !important;
    white-space: nowrap; }
  .container .button-32 {
    background-color: #cce6a6;
    border-top: 1px solid #4d606a;
    border-right: 1px solid #4d606a;
    border-bottom: 1px solid #4d606a;
    border-left: 1px solid #4d606a;
    border-radius: 0px;
    color: #4d606a !important; }
  .container .grid-tab-3 {
    display: table;
    width: 25%;
    float: left; }
  .container .cta2 {
    position: relative;
    text-decoration: none;
    text-align: center; }
    .container .cta2-image-wrap {
      margin-bottom: 10px; }
    .container .cta2-heading-wrap {
      position: relative;
      margin-bottom: 15px; }
      .container .cta2-heading-wrap a {
        text-decoration: none; }
    .container .cta2 .sub-header-font {
      font-family: 'Open Sans', 'Arial', sans-serif;
      font-weight: 600;
      font-style: normal; }
    .container .cta2-heading h2 {
      font-variant: normal;
      text-transform: capitalize;
      color: #a6c68e; }
    .container .cta2 .uxi-widget {
      padding-bottom: 35px;
      text-align: center;
      color: #6f7174; }
  .container .wrap {
    clear: left;
    float: left;
    width: 100%; }
    .container .wrap-14 {
      margin-top: 80px; }
    .container .wrap-21 {
      margin-top: 30px; }
  .container .page-header {
    text-align: center;
    margin-bottom: 0.9em; }
    .container .page-header h1 {
      font-size: 3.5em;
      font-family: 'Open Sans', 'Arial', sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #3a4a53;
      font-variant: normal;
      text-transform: uppercase;
      background: none;
      padding: unset;
      margin: unset;
      min-height: unset; }

.wrap-68 {
  margin-top: 60px; }

.wrap-60 {
  margin-bottom: 130px; }

.column-1-of-4 {
  width: 25%;
  float: left; }
  .column-1-of-4 h2 {
    margin-left: 40px;
    font-style: italic; }

.home-links-inner {
  display: flex;
  justify-content: center; }

.column-1-of-3 {
  margin-left: 40px;
  margin-right: 40px;
  float: left;
  text-align: center;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal; }
  .column-1-of-3 h2 {
    margin-bottom: 0;
    left: -15px;
    position: relative;
    font-size: 30px;
    font-variant: normal;
    text-transform: capitalize;
    color: #cce6a6;
    font-weight: 700;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal; }
  .column-1-of-3 > div {
    display: inline-block;
    text-align: left; }
    .column-1-of-3 > div a {
      font-family: 'Open Sans', 'Arial', sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 20px;
      color: #3a4a53;
      text-decoration: none !important;
      font-variant: normal;
      text-transform: uppercase;
      margin-top: 10px; }
      .column-1-of-3 > div a:before {
        content: "\f054";
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        margin-right: 3px;
        font-size: 20px;
        top: -1px;
        left: -2px;
        position: relative; }
      .column-1-of-3 > div a:hover {
        color: #cce6a6;
        text-decoration: none; }
      .column-1-of-3 > div a:link {
        text-decoration: none; }
      .column-1-of-3 > div a:visited {
        text-decoration: none; }
      .column-1-of-3 > div a:hover {
        text-decoration: none; }
      .column-1-of-3 > div a:active {
        text-decoration: none; }

.last {
  display: table-cell !important;
  float: none !important;
  width: auto !important; }

#mobnav.is-open {
  display: none !important; }

.home .learn-more-action a {
  background: url("../images/sprite-common.png") -304px -224px no-repeat scroll;
  height: 38px;
  width: 165px;
  float: right;
  position: relative;
  left: -29px;
  top: -54px; }
  .home .learn-more-action a:hover {
    background-position: -304px -288px; }

.home .try-it-out-action a {
  background: url("../images/sprite-common.png") -304px -352px no-repeat scroll;
  height: 38px;
  width: 200px;
  float: right;
  position: relative;
  left: -26px;
  top: -54px; }
  .home .try-it-out-action a:hover {
    background-position: -304px -416px; }

.home .home-features {
  width: 288px;
  height: 320px;
  float: left; }

.home .callout {
  width: 100%;
  height: 520px;
  position: relative;
  min-width: 388px;
  float: none; }

.home .callout-content {
  margin: 16px;
  height: 424px;
  overflow: hidden; }
  .home .callout-content h2 {
    color: #666633;
    font-size: 138.5%;
    margin: 0;
    padding: 0;
    border: medium none;
    text-transform: none;
    text-shadow: none; }

.home .callout-title {
  float: left;
  margin-left: 16px;
  font-size: 20px; }
  .home .callout-title > span:first-of-type {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 10px;
    float: left;
    margin-top: 18px; }

.home .callout-action {
  background-color: #dcdcae;
  height: 64px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px; }
  .home .callout-action a {
    background: url("../images/ReadMore-Normal.png") no-repeat;
    background-size: 133px 31.00613px;
    display: block;
    height: 31.00613px;
    width: 133px;
    line-height: 51px;
    margin-right: 15px;
    margin-top: 14.49693px;
    float: right; }
    .home .callout-action a:hover {
      background: url("../images/ReadMore-Hover.png") no-repeat;
      background-size: 133px 31.00613px; }

.home .home-links {
  background-color: #97a5ad;
  padding: 16px 0;
  /*margin: 16px auto 0;*/
  /*max-width: 960px;*/ }
  .home .home-links h3 {
    display: block;
    padding: 0px 32px 4px;
    margin: 0;
    font-size: 100%; }
  .home .home-links a {
    display: block;
    font-size: 150%;
    font-weight: bold; }
    .home .home-links a:hover {
      background-position: 11px -94px;
      text-decoration: underline; }
    .home .home-links a.partner-logo {
      background-image: none;
      margin: 8px 16px;
      padding: 0; }

.slant {
  width: 100%;
  overflow: hidden;
  height: 5vw;
  display: inline; }
  .slant div {
    width: 0;
    height: 0;
    display: inline;
    border-style: solid;
    border-width: 4vw 0 0 100vw;
    border-color: transparent transparent transparent #97a5ad;
    background-color: transparent;
    position: relative;
    top: 1px; }

.ft-top {
  padding-top: 10px;
  background-color: #97a5ad;
  border-bottom: 40px solid #292a2c; }

#ft {
  /*max-width: 1260px;*/
  margin: 0 auto;
  height: 200px;
  background-color: #97a5ad; }
  #ft ul {
    margin-left: 32px;
    padding: 4px 0;
    line-height: 24px;
    color: #fff;
    margin: 0; }
  #ft li {
    display: inline; }
    #ft li a {
      padding: 0 18px;
      color: #d9e2e7;
      font-weight: bold;
      text-decoration: none;
      text-shadow: #2a353b 1px 1px 1px; }
      #ft li a:hover {
        color: #fff;
        text-decoration: underline; }

#simplemodal-overlay {
  background-color: #000; }

#simplemodal-container {
  background-color: #333;
  border: 4px solid #fff;
  padding: 1px;
  box-shadow: 0 0 16px #000;
  -moz-box-shadow: 0 0 16px #000;
  -webkit-box-shadow: 0 0 16px #000; }
  #simplemodal-container a.modalCloseImg {
    background: url("../images/sprite-common.png") -758px -214px no-repeat scroll;
    width: 41px;
    height: 41px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -23px;
    right: -23px;
    cursor: pointer; }

.modal-markup {
  display: none; }

.simplemodal-container .modal-markup {
  display: block; }

.hd-login {
  float: left;
  margin-bottom: 3px;
  float: left; }
  .hd-login div {
    color: #0094de;
    font-family: "Segoe UI", Segoe, Arial, Helvetica, clean, Sans-Serif;
    line-height: 1.5em;
    font-size: 14px; }
  .hd-login input[type=text] {
    border-bottom-color: #b3b3b3;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #b3b3b3;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b3b3b3;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #b3b3b3;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    width: 100px; }
  .hd-login input[type=password] {
    border-bottom-color: #b3b3b3;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #b3b3b3;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b3b3b3;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #b3b3b3;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    width: 100px; }

.hd-login_link {
  cursor: pointer;
  font-size: 14px;
  color: #0094de; }

.hd-contact-us {
  float: right;
  clear: right;
  text-align: right;
  margin-bottom: 8px;
  margin-top: 2px;
  margin-right: 27px;
  z-index: 2;
  position: relative;
  top: 9px; }
  .hd-contact-us .body-font {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal; }
  .hd-contact-us #button-id-1 {
    padding: 5px 20px; }
  .hd-contact-us .button {
    background-color: #cce6a6;
    border-top: 1px solid #4d606a;
    border-right: 1px solid #4d606a;
    border-bottom: 1px solid #4d606a;
    border-left: 1px solid #4d606a;
    border-radius: 0px;
    color: #4d606a !important;
    font-weight: bold;
    text-decoration: none; }

.button:hover {
  outline-style: solid;
  outline-color: white;
  outline-width: 1px; }

.container .button:hover {
  outline-color: black;
  outline-offset: 1px; }

.hd-social {
  float: right;
  clear: right;
  text-align: right;
  margin-bottom: 3px;
  margin-right: 10px;
  z-index: 2;
  position: relative; }
  .hd-social.bottom {
    display: none; }
  .hd-social span {
    color: black;
    font-family: "Segoe UI", Segoe, Arial, Helvetica, clean, Sans-Serif;
    line-height: 1.5em;
    font-size: 108%; }
  .hd-social img {
    position: unset !important;
    vertical-align: text-bottom;
    margin-right: 3px;
    margin-left: 3px;
    height: 19px;
    width: 19px;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5)); }
  .hd-social input {
    border: 1px solid #888888;
    vertical-align: text-bottom;
    margin-left: 5px; }

.hd-main {
  padding-top: 60px;
  /*clear: both;*/ }
  .hd-main .header-phone-icon {
    display: none; }
    .hd-main .header-phone-icon .phone-icon-box {
      margin: 0;
      padding: 0;
      width: 48px;
      height: 48px;
      font-size: 28px;
      top: 40px;
      position: relative;
      margin-right: 10px;
      color: #eaf8d4;
      /*
            display: block;
            position: relative;
            overflow: hidden;
            font-size: 0;
            text-indent: -9999px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            box-shadow: none;
            border-radius: none;
            border: none;
            cursor: pointer;
            -webkit-transition: background .3s;
            transition: background .3s;
            cursor: pointer;
                */
      float: right;
      z-index: 9999; }
  .hd-main .header-contact {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    color: white;
    cursor: default;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: auto;
    width: 50%;
    top: 20%; }
    @media screen and (max-width: 1000px) {
      .hd-main .header-contact {
        display: none; } }
    .hd-main .header-contact .header-phone a {
      background-color: transparent;
      box-sizing: border-box;
      color: #cce6a6 !important;
      cursor: pointer;
      display: inline;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      height: auto;
      line-height: 33px;
      overflow-wrap: break-word;
      text-align: center;
      text-decoration: none;
      text-decoration-color: #cce6a6;
      text-decoration-line: none;
      text-decoration-style: solid;
      text-size-adjust: 100%;
      width: auto;
      -webkit-tap-highlight-color: transparent; }
      .hd-main .header-contact .header-phone a:hover {
        text-decoration: inherit;
        text-decoration-line: underline; }
  .hd-main img {
    position: absolute;
    left: 0px; }
  .hd-main a.pageurl {
    pointer-events: auto; }

.translation-links {
  cursor: pointer; }

.social-icons {
  float: right; }
  .social-icons img {
    width: 24px; }

/*
.searchForm {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 30px;
}
*/
.menutrigger {
  display: none; }

#return-to-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  width: 35px;
  height: 35px;
  display: block;
  text-decoration: none;
  border-radius: 100%;
  display: none;
  transition: all 0.3s ease;
  color: #FFF;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif; }
  #return-to-top:hover {
    background: rgba(0, 0, 0, 0.9); }
  #return-to-top span {
    font-size: 19px;
    text-align: center;
    display: block;
    line-height: 40px; }

.overview .content h1 img {
  display: none; }

.g-recaptcha {
  width: 0px; }

.about .contact {
  width: 100%;
  overflow: hidden; }
  .about .contact .address {
    width: 400px;
    float: left; }
  .about .contact .map {
    float: left; }

.footer-go-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #cce6a6;
  color: #4d606a;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px; }
  .footer-go-to-top:hover {
    background-color: #555;
    color: white; }

.splash {
  background-image: url(../images/GM-code-background.jpg);
  background-attachment: fixed;
  background-clip: border-box;
  background-origin: border-box;
  background-position-x: 50%;
  background-position-y: 0%;
  background-size: auto;
  text-align: center;
  font-family: 'Open Sans',Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400; }
  .splash.is-home {
    padding-top: 220px;
    padding-bottom: 220px;
    min-height: 300px; }
  .splash.isnt-home {
    padding-top: 20px;
    padding-bottom: 20px; }
    .splash.isnt-home .lsm {
      margin-bottom: 5px; }
  .splash > * {
    font-family: 'Open Sans',Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-size-adjust: 100%;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 4px black, 0 0 5px black; }
  .splash > h2 > * {
    font-weight: 600 !important; }
  .splash .spcontent > p {
    text-align: center !important;
    display: inline-block;
    width: 580px; }
    .splash .spcontent > p > span {
      box-sizing: border-box;
      font-size: 14px;
      overflow-wrap: break-word;
      color: white; }
  .splash .offer, .splash .offer > * {
    font-size: 24px;
    font-variant: normal;
    color: white;
    margin-bottom: 0px;
    font-weight: 600 !important; }
  .splash .lsm {
    font-size: 43px;
    font-variant: normal;
    color: #cce6a6; }
  .splash .header-font {
    font-weight: 700;
    font-style: normal; }
  .splash #button {
    padding: 15px 40px;
    font-size: 17px; }
  .splash .button {
    text-shadow: none;
    display: inline-block;
    margin-bottom: 0;
    padding: .775em .875em;
    background-color: #cce6a6;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-top: 1px solid #4d606a;
    border-right: 1px solid #4d606a;
    border-bottom: 1px solid #4d606a;
    border-left: 1px solid #4d606a;
    border-radius: 0px;
    color: #4d606a;
    font-weight: bold; }

.width-auto {
  width: auto !important; }

/* Common */
/* Header */
/* Mobile Menu */
/* Main Screen - Offering */
/* Main Screen - RSS*/
/* Forms */
/* Go To Top */
/* sub-page margin */
@media screen and (min-width: 769px) {
  #hd .nav {
    background-color: #ededed;
    text-align: center;
    position: fixed;
    z-index: 999;
    height: 60px;
    /*
            border-bottom-right-radius: 6px;
            border-bottom-left-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-right-radius: 6px;
            -webkit-border-bottom-left-radius: 6px;
            */ }
    #hd .nav ul.nav-level-1 {
      /*padding-top: 3px;*/
      margin: 0 auto;
      display: flex;
      justify-content: center;
      width: 100vw; }
      #hd .nav ul.nav-level-1 li {
        position: relative;
        display: inline;
        line-height: 29px;
        padding-left: 0.5%;
        padding-right: 0.5%;
        padding-top: 15px;
        padding-bottom: 15px;
        border-right: 1px solid white;
        border-left: 1px solid #e3e3e3; }
        #hd .nav ul.nav-level-1 li:hover {
          background-color: white; }
      #hd .nav ul.nav-level-1 a {
        font-weight: bold;
        font-size: 147%;
        line-height: 29px;
        text-decoration: none;
        padding: 4px 0 7px;
        color: #4d606a;
        font-size: 15px;
        font-variant: normal;
        text-transform: uppercase;
        font-family: 'Open Sans', 'Arial', sans-serif;
        font-weight: 500;
        font-style: normal; }
        #hd .nav ul.nav-level-1 a span {
          line-height: 29px;
          padding: 2px 22px 6px; }
        #hd .nav ul.nav-level-1 a.parent {
          pointer-events: none;
          cursor: not-allowed;
          text-decoration: none; }
    #hd .nav a.active {
      /*
                background: url("../images/sprite-gradients.png") #fff 0 -256px repeat-x scroll;
                border: 1px solid #fff;
                border-bottom: none medium;
                color: #0094de;
                border-top-right-radius: 3px;
                border-top-left-radius: 3px;
                -moz-border-radius-topright: 3px;
                -moz-border-radius-topleft: 3px;
                -webkit-border-top-right-radius: 3px;
                -webkit-border-top-left-radius: 3px;
                text-shadow: #fff 1px 1px 0px !important;

                &:hover {
                    span {
                        color: #88c62a !important;
                    }
                }
                */ }
    #hd .nav a.parent span:after {
      content: "\f0dd";
      font-family: 'Font Awesome 5 Free';
      font-weight: 600;
      left: 7px;
      top: -3px;
      position: relative;
      color: darkgray; }
    #hd .nav li:hover a.parent span:after {
      background-position: right -32px;
      color: #0094de; }
    #hd .nav ul.nav-level-2 {
      background: #292a2c;
      border-color: #6f7174;
      visibility: hidden;
      position: absolute;
      top: 60px;
      left: -1px;
      border-top: medium none;
      z-index: 101;
      border-bottom: 1px solid darkgray; }
      #hd .nav ul.nav-level-2 li {
        display: block;
        padding: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
        line-height: 20px;
        width: 225px;
        border-right: 1px solid darkgray;
        border-left: 1px solid darkgray; }
        #hd .nav ul.nav-level-2 li:hover {
          background: #a6c68e;
          text-decoration: none; }
      #hd .nav ul.nav-level-2 a {
        font-size: 100%;
        font-weight: normal;
        text-decoration: none;
        display: block;
        padding: 4px 22px;
        line-height: 1.231em; }
        #hd .nav ul.nav-level-2 a:hover {
          text-decoration: none; }
        #hd .nav ul.nav-level-2 a span {
          line-height: 1.231em;
          padding: 0;
          color: white; }
      #hd .nav ul.nav-level-2 li.parent a {
        background: url("../images/sprite-common.png") 200px -396px no-repeat scroll; }
        #hd .nav ul.nav-level-2 li.parent a:hover {
          background-position: 210px -92px;
          background-color: #daedfc; }
        #hd .nav ul.nav-level-2 li.parent a span {
          display: block; }
    #hd .nav ul.nav-level-3 {
      background-color: #F2F2F2;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
      border: 1px solid #a9d2e8;
      visibility: hidden;
      position: absolute;
      left: 100%;
      top: 0;
      z-index: 101;
      visibility: hidden; }
      #hd .nav ul.nav-level-3 a {
        background-image: none !important; } }

/* INCLUDE MEDIA STOPS - RESPONSIVE STYLES */
/* Common */
/* Header */
/* Mobile Menu */
/* Main Screen - Offering */
/* Main Screen - RSS*/
/* Forms */
/* Go To Top */
/* sub-page margin */
/* Full Screen */
@media screen and (max-width: 1299px) {
  .cboxleft {
    width: 50% !important;
    float: left; }
  .cboxright {
    width: 50% !important;
    float: left;
    margin: 0 !important; }
    .cboxright iframe {
      width: 100% !important; }
  table.contactable {
    width: 97% !important;
    margin: 0 0 0 3% !important; }
  textarea {
    width: 300px !important; }
  .style5 {
    width: 20% !important; }
  .style3 {
    width: 40% !important; }
  .style6 {
    width: 40% !important; } }

/* Common */
/* Header */
/* Mobile Menu */
/* Main Screen - Offering */
/* Main Screen - RSS*/
/* Forms */
/* Go To Top */
/* sub-page margin */
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    body.details-page #bd .content .content-inner {
      margin-left: 0%;
      margin-right: 0%; }
  .splash .spcontent > p {
    width: 100%; }
  .hd-contact-us {
    display: none; }
  .searchForm {
    width: 100%;
    text-align: center;
    height: 25px;
    z-index: 9;
    position: relative; }
  #ft {
    padding-bottom: 10px !important;
    height: auto; }
    #ft li {
      display: inline-block; }
  .home-links.radius-box .column-1-of-4 {
    width: 100%;
    margin-bottom: 10px;
    background: none !important; }
    .home-links.radius-box .column-1-of-4 h2 {
      margin-bottom: 5px; }
  .home .home-links a {
    padding-right: 0; }
  .home .home-links-inner {
    flex-direction: column;
    align-items: flex-start; }
  .home .home-links h2 {
    font-size: 23px;
    left: unset;
    margin-top: 25px; }
  .slant {
    display: none; }
  .column-1-of-4 {
    left: 30%;
    position: relative; }
    .column-1-of-4.last.clearfix {
      width: 200px !important; }
  .last {
    float: left !important; }
  .hd-main a {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 26px; }
    .hd-main a.pageurl {
      pointer-events: none; }
  .hd-main img {
    position: relative;
    max-width: 300px;
    padding-top: 25px;
    pointer-events: none; }
  .hd-main .header-phone-icon {
    display: block; }
    .hd-main .header-phone-icon .phone-icon-box {
      top: 40px; }
  #hd .hd-main {
    padding-top: 0px;
    height: 120px;
    z-index: 1; }
    #hd .hd-main .hd-social {
      padding-right: 0px;
      display: none; }
      #hd .hd-main .hd-social.bottom {
        display: block;
        text-align: center;
        float: none;
        clear: none;
        margin-top: 20px; }
      #hd .hd-main .hd-social img {
        margin-right: 10px;
        margin-left: 10px;
        width: 30px;
        height: 30px; }
  #hd .nav ul.nav-level-1 {
    width: 100vw; }
    #hd .nav ul.nav-level-1 a span {
      padding: 0; }
  #ft ul {
    padding: 0px 0; }
  #ft li {
    display: block;
    font-size: 16px;
    padding: 5px 0 5px 0;
    border-bottom-color: grey;
    border-bottom-width: 1px;
    border-style: solid;
    border-top-style: none;
    left: -3px;
    position: relative; }
  .menutrigger {
    display: block;
    position: absolute;
    top: 60px;
    left: 15px;
    z-index: 9999;
    cursor: pointer; }
  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    cursor: pointer; }
    .c-hamburger:focus {
      outline: 0; }
    .c-hamburger span {
      display: block;
      position: absolute;
      top: 22px;
      left: 9px;
      right: 9px;
      height: 4px;
      background: #50636d; }
      .c-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #50636d;
        content: "";
        bottom: -10px; }
      .c-hamburger span::before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #50636d;
        content: "";
        top: -10px; }
    .c-hamburger--htla.is-active span::after {
      width: 50%; }
    .c-hamburger--htla.is-active span::before {
      width: 50%; }
    .c-hamburger--htra.is-active span::after {
      width: 50%; }
    .c-hamburger--htra.is-active span::before {
      width: 50%; }
    .c-hamburger--htx {
      background-color: #eaf8d4;
      border-radius: 4px; }
      .c-hamburger--htx span {
        -webkit-transition: background 0s .3s;
        transition: background 0s .3s; }
        .c-hamburger--htx span::after {
          -webkit-transition-duration: .3s, .3s;
          transition-duration: .3s, .3s;
          -webkit-transition-delay: .3s, 0s;
          transition-delay: .3s, 0s;
          -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform; }
        .c-hamburger--htx span::before {
          -webkit-transition-duration: .3s, .3s;
          transition-duration: .3s, .3s;
          -webkit-transition-delay: .3s, 0s;
          transition-delay: .3s, 0s;
          -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform; }
    .c-hamburger--htx.is-active {
      background-color: #eaf8d4; }
      .c-hamburger--htx.is-active span {
        background: 0 0; }
        .c-hamburger--htx.is-active span::before {
          top: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition-delay: 0s, .3s;
          transition-delay: 0s, .3s; }
        .c-hamburger--htx.is-active span::after {
          bottom: 0;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-transition-delay: 0s, .3s;
          transition-delay: 0s, .3s; }
  #mobnav.is-open {
    display: block !important; }
  .nav {
    position: absolute;
    background: #3a484f;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    box-sizing: border-box;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    z-index: 999;
    display: none;
    margin-top: -5px !important; }
    .nav li {
      margin: 0;
      padding: 0;
      list-style: none;
      padding-bottom: 8px; }
      .nav li a {
        color: #fff !important;
        font-size: 20px;
        font-weight: bold;
        display: inline; }
      .nav li li {
        border-bottom: 0;
        padding-bottom: 0; }
        .nav li li a {
          color: #ccc !important;
          font-size: 19px;
          font-weight: normal;
          display: block;
          padding: 4px 0 4px 30px; }
          .nav li li a:before {
            content: "\f0da";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            display: inline-block;
            vertical-align: middle;
            padding: 0px 0px 0 20px; }
      .nav li.has-children.opened:before {
        content: "";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
        vertical-align: middle;
        padding: 0px 0px 0 20px; }
      .nav li.has-children.closed:before {
        content: "";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
        vertical-align: middle;
        padding: 0px 0px 0 20px; }
      .nav li.has-no-children:before {
        content: "";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
        vertical-align: middle;
        padding: 0px 0px 0 20px; }
      .nav li ul {
        visibility: visible !important; }
  #bd .content .content-inner {
    margin: 0;
    margin-right: 0%;
    margin-left: 0%; }
  #bd .sidebar.right {
    float: none;
    margin: 0 auto;
    max-width: 208px;
    clear: both; }
  #bd .sidebar {
    float: none;
    margin: 0 auto;
    max-width: 208px;
    clear: both; }
  #bd .sidebar-banners {
    margin-top: 24px; }
  #bd .sidebar.left {
    clear: both;
    padding-top: 25px; }
  .content h1 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px; }
    .content h1 span {
      text-align: center;
      display: block; }
    .content h1 img {
      margin: 0;
      float: none; }
  .content p {
    margin-left: 12px;
    margin-right: 12px; }
  .content ul {
    margin-left: 34px; }
  .content h2 {
    margin: 0 12px; }
  .content .inline-image {
    margin: 0 auto;
    float: none;
    display: block;
    padding-top: 10px; }
  .about .contact {
    width: 90%;
    left: 5%;
    position: relative; }
  .cboxleft {
    width: 100% !important; }
  .cboxright {
    width: 100% !important; }
  table.contactable {
    margin-left: 0 !important;
    width: 100% !important; }
  textarea {
    width: 250px !important; }
  #ft ul {
    display: flex;
    flex-direction: column;
    text-align: center; }
  .wrap-60 {
    margin-bottom: 60px; }
  .jumbotron-subheading {
    font-size: 20px;
    margin-top: 5px; }
  .jumbotron-heading {
    font-size: 30px; }
  .container {
    padding-left: 0px;
    padding-right: 0px; }
    .container .left {
      display: block; }
    .container #uxi_widget_wysiwyg_text_area-4 {
      text-align: center; }
    .container .cta2 {
      width: 350px; }
    .container .grid-tab-3 {
      display: flex;
      width: 99.9vw;
      float: none;
      justify-content: center; }
    .container .button {
      margin-left: -2vw;
      margin-right: 0px;
      margin-bottom: 10px;
      padding-left: 80px;
      padding-right: 80px; }
    .container .wrap-21 .row {
      display: flex;
      flex-direction: column-reverse; }
    .container .page-header {
      text-align: center;
      margin-bottom: 0.9em; }
      .container .page-header h1 {
        font-size: 2.5em; } }

/* Common */
/* Header */
/* Mobile Menu */
/* Main Screen - Offering */
/* Main Screen - RSS*/
/* Forms */
/* Go To Top */
/* sub-page margin */
/* Mobile View */
@media screen and (max-width: 414px) {
  table.contactable {
    float: left;
    display: block !important; }
  .column-1-of-4 {
    left: 17%; }
  .style5 {
    width: 100% !important;
    float: left;
    display: block !important; }
  .style6 {
    width: 100% !important;
    float: left;
    display: block !important; }
  .style3 {
    width: 100% !important;
    float: left;
    display: block !important; }
  .splash {
    padding-top: 80px;
    padding-bottom: 80px; }
  .autosize-inmobile {
    width: 100%;
    height: auto; }
  .container .button {
    margin-left: -2vw;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-left: 80px;
    padding-right: 80px; }
  .content table {
    margin: 0px 0px 0px 5px; }
  .table_info label {
    font-size: 18px;
    margin-left: 5px; }
  .table_info input[type=text] {
    height: 20px;
    font-size: 18px; }
  .table_info input[type=submit] {
    height: 35px;
    font-size: 18px; }
  .table_info input[type=radio], .table_info input[type=checkbox] {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Chrome, Safari, Opera */
    transform: scale(1.5); }
  #bd .sidebar {
    font-size: 16px;
    float: none;
    max-width: none;
    width: 100%; }
    #bd .sidebar.right {
      margin: unset;
      max-width: none;
      width: 100%;
      font-size: 18px; }
  #bd .gmstudio-banner {
    float: none; }
    #bd .gmstudio-banner > img {
      width: 70%;
      margin-left: 15%; }
  #bd .content .content-inner {
    margin: 0;
    margin-right: 0%;
    margin-left: 0%; }
  .searchForm {
    margin-right: 0px; }
  .home .home-links {
    padding: 0px 0;
    /*margin: 16px auto 0;*/
    /*max-width: 960px;*/ }
    .home .home-links h3 {
      display: block;
      padding: 0px 0px 4px;
      margin: 0;
      font-size: 100%; }
    .home .home-links a {
      max-width: 280px; }
  .column-1-of-4 {
    left: 0%;
    font-size: 150%;
    float: left;
    background-repeat: no-repeat; }
    .column-1-of-4.banner {
      left: 16%; }
    .column-1-of-4 h2 {
      font-style: italic; }
  #hd .hd-social {
    padding-right: 0px; }
  .menutrigger {
    top: 45px; }
  #hd .hd-main {
    height: 110px; }
  .hd-social {
    padding-right: 0px;
    display: none; }
    .hd-social.bottom {
      display: block;
      text-align: center;
      float: none;
      clear: none;
      margin-top: 20px; }
    .hd-social img {
      margin-right: 10px;
      margin-left: 10px;
      width: 30px;
      height: 30px; }
  .hd-main .header-phone-icon .phone-icon-box {
    top: 25px; }
  .hd-main .header-contact .phone-icon-box {
    top: 25px; }
  .hd-main img {
    pointer-events: none;
    max-width: 70%;
    padding-top: 10px; }
  .hd-main a {
    top: 26px; }
  .about .contact .map {
    width: 100%; }
    .about .contact .map > * {
      width: 100%; } }

/* Common */
/* Header */
/* Mobile Menu */
/* Main Screen - Offering */
/* Main Screen - RSS*/
/* Forms */
/* Go To Top */
/* sub-page margin */
@media screen and (max-width: 359px) {
  #hd .hd-main {
    margin-top: 0px !important;
    position: relative; }
  .searchForm {
    margin-top: 10px !important; } }

/*   */
