input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
select,
textarea,
input[type="text"],
.rolldown .trigger {
  max-width: none;
  margin: 0;
  padding: 0 10px;
  font-size: 16px;
  border: 0;
  border-bottom: 3px solid #e5e5e5;
  background: #f4f4f4;
  color: #000;
  text-indent: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus,
input[type="text"]:focus {
  border-color: #f89829;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
select,
.rolldown .trigger {
  height: 45px;
}
select option {
  font-weight: 300;
}
button,
input[type="button"] {
  cursor: pointer;
}
label.select,
.rolldown .trigger {
  background: url(../images/select-bg.png) no-repeat right center;
}
label.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 28px;
}
.btn,
.button,
a.button,
a.btn,
input[type="button"],
input[type="submit"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color .3s, border-color .3s, color .3s;
  -moz-transition: background-color .3s, border-color .3s, color .3s;
  -ms-transition: background-color .3s, border-color .3s, color .3s;
  -o-transition: background-color .3s, border-color .3s, color .3s;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
  height: 45px;
  padding: 0 20px;
  border: 1px solid #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  text-align: center;
}
.btn:hover,
.button:hover,
a.button:hover,
a.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.btn:active,
.button:active,
a.button:active,
a.btn:active,
input[type="button"]:active,
input[type="submit"]:active {
  color: #fff;
  text-decoration: none;
  background: #f89829;
  border-color: #f89829;
}
.btn.solid,
.button.solid,
a.button.solid,
a.btn.solid,
input[type="button"].solid,
input[type="submit"].solid {
  color: #fff;
  background-color: #f89829;
  border: none;
}
.btn.solid:hover,
.button.solid:hover,
a.button.solid:hover,
a.btn.solid:hover,
input[type="button"].solid:hover,
input[type="submit"].solid:hover {
  background-color: #36c848;
}
.btn.solid.alt,
.button.solid.alt,
a.button.solid.alt,
a.btn.solid.alt,
input[type="button"].solid.alt,
input[type="submit"].solid.alt {
  color: #fff;
  background-color: #f89829;
}
.btn.solid.alt:hover,
.button.solid.alt:hover,
a.button.solid.alt:hover,
a.btn.solid.alt:hover,
input[type="button"].solid.alt:hover,
input[type="submit"].solid.alt:hover {
  color: #36c848;
  background-color: #fff;
}
.btn.big,
.button.big,
a.button.big,
a.btn.big,
input[type="button"].big,
input[type="submit"].big {
  height: 60px;
}
.btn.huge,
.button.huge,
a.button.huge,
a.btn.huge,
input[type="button"].huge,
input[type="submit"].huge {
  height: 80px;
}
.btn.dl,
.button.dl,
a.button.dl,
a.btn.dl,
input[type="button"].dl,
input[type="submit"].dl {
  overflow: hidden;
  vertical-align: middle;
  height: auto;
  line-height: 1;
  padding: 0;
  color: #000;
  background: #abecb3;
  border: 0;
  text-align: left;
  white-space: nowrap;
  text-transform: none;
}
.btn.dl:hover,
.button.dl:hover,
a.button.dl:hover,
a.btn.dl:hover,
input[type="button"].dl:hover,
input[type="submit"].dl:hover {
  text-decoration: none;
  background: #f89829;
}
.btn.dl:hover i,
.button.dl:hover i,
a.button.dl:hover i,
a.btn.dl:hover i,
input[type="button"].dl:hover i,
input[type="submit"].dl:hover i {
  background: #e51937;
}
.btn.dl:hover span,
.button.dl:hover span,
a.button.dl:hover span,
a.btn.dl:hover span,
input[type="button"].dl:hover span,
input[type="submit"].dl:hover span,
.btn.dl:hover i,
.button.dl:hover i,
a.button.dl:hover i,
a.btn.dl:hover i,
input[type="button"].dl:hover i,
input[type="submit"].dl:hover i {
  text-decoration: none;
}
.btn.dl i,
.button.dl i,
a.button.dl i,
a.btn.dl i,
input[type="button"].dl i,
input[type="submit"].dl i {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  background: #36c848;
  color: #ffffff;
  text-align: center;
}
.btn.dl span,
.button.dl span,
a.button.dl span,
a.btn.dl span,
input[type="button"].dl span,
input[type="submit"].dl span {
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
}
a.btn,
a.button,
aa.button,
aa.btn,
ainput[type="button"],
ainput[type="submit"] {
  line-height: 43px;
}
a.btn.big,
a.button.big,
aa.button.big,
aa.btn.big,
ainput[type="button"].big,
ainput[type="submit"].big {
  line-height: 58px;
}
a.btn.huge,
a.button.huge,
aa.button.huge,
aa.btn.huge,
ainput[type="button"].huge,
ainput[type="submit"].huge {
  line-height: 78px;
}
a.btn span,
a.button span,
aa.button span,
aa.btn span,
ainput[type="button"] span,
ainput[type="submit"] span {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .btn,
  .button,
  a.button,
  a.btn,
  input[type="button"],
  input[type="submit"] {
    font-size: 14px;
  }
  .btn.huge,
  .button.huge,
  a.button.huge,
  a.btn.huge,
  input[type="button"].huge,
  input[type="submit"].huge {
    height: 60px;
  }
  a.btn.huge,
  a.button.huge,
  aa.button.huge,
  aa.btn.huge,
  ainput[type="button"].huge,
  ainput[type="submit"].huge {
    line-height: 58px;
  }
  .btn.big,
  .button.big,
  a.button.big,
  a.btn.big,
  input[type="button"].big,
  input[type="submit"].big {
    height: 45px;
  }
  a.btn.big,
  a.button.big,
  aa.button.big,
  aa.btn.big,
  ainput[type="button"].big,
  ainput[type="submit"].big {
    line-height: 43px;
  }
  .btn.dl i,
  .button.dl i,
  a.button.dl i,
  a.btn.dl i,
  input[type="button"].dl i,
  input[type="submit"].dl i {
    width: 32px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .btn.dl span,
  .button.dl span,
  a.button.dl span,
  a.btn.dl span,
  input[type="button"].dl span,
  input[type="submit"].dl span {
    padding: 0 8px;
    font-size: 10px;
  }
}
.btn.gform_button,
.button.gform_button,
a.button.gform_button,
a.btn.gform_button,
input[type="button"].gform_button,
input[type="submit"].gform_button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color .3s, border-color .3s, color .3s;
  -moz-transition: background-color .3s, border-color .3s, color .3s;
  -ms-transition: background-color .3s, border-color .3s, color .3s;
  -o-transition: background-color .3s, border-color .3s, color .3s;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
  height: 45px;
  border: 1px solid #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  text-align: center;
  color: #fff;
  background-color: #f89829;
  border: none;
  padding: 0 20px;
}
.btn.gform_button:hover,
.button.gform_button:hover,
a.button.gform_button:hover,
a.btn.gform_button:hover,
input[type="button"].gform_button:hover,
input[type="submit"].gform_button:hover,
.btn.gform_button:active,
.button.gform_button:active,
a.button.gform_button:active,
a.btn.gform_button:active,
input[type="button"].gform_button:active,
input[type="submit"].gform_button:active {
  color: #fff;
  text-decoration: none;
  background: #f89829;
  border-color: #f89829;
}
.btn.gform_button.solid,
.button.gform_button.solid,
a.button.gform_button.solid,
a.btn.gform_button.solid,
input[type="button"].gform_button.solid,
input[type="submit"].gform_button.solid {
  color: #fff;
  background-color: #f89829;
  border: none;
}
.btn.gform_button.solid:hover,
.button.gform_button.solid:hover,
a.button.gform_button.solid:hover,
a.btn.gform_button.solid:hover,
input[type="button"].gform_button.solid:hover,
input[type="submit"].gform_button.solid:hover {
  background-color: #36c848;
}
.btn.gform_button.solid.alt,
.button.gform_button.solid.alt,
a.button.gform_button.solid.alt,
a.btn.gform_button.solid.alt,
input[type="button"].gform_button.solid.alt,
input[type="submit"].gform_button.solid.alt {
  color: #fff;
  background-color: #f89829;
}
.btn.gform_button.solid.alt:hover,
.button.gform_button.solid.alt:hover,
a.button.gform_button.solid.alt:hover,
a.btn.gform_button.solid.alt:hover,
input[type="button"].gform_button.solid.alt:hover,
input[type="submit"].gform_button.solid.alt:hover {
  color: #36c848;
  background-color: #fff;
}
.btn.gform_button.big,
.button.gform_button.big,
a.button.gform_button.big,
a.btn.gform_button.big,
input[type="button"].gform_button.big,
input[type="submit"].gform_button.big {
  height: 60px;
}
.btn.gform_button.huge,
.button.gform_button.huge,
a.button.gform_button.huge,
a.btn.gform_button.huge,
input[type="button"].gform_button.huge,
input[type="submit"].gform_button.huge {
  height: 80px;
}
.btn.gform_button.dl,
.button.gform_button.dl,
a.button.gform_button.dl,
a.btn.gform_button.dl,
input[type="button"].gform_button.dl,
input[type="submit"].gform_button.dl {
  overflow: hidden;
  vertical-align: middle;
  height: auto;
  line-height: 1;
  padding: 0;
  color: #000;
  background: #abecb3;
  border: 0;
  text-align: left;
  white-space: nowrap;
  text-transform: none;
}
.btn.gform_button.dl:hover,
.button.gform_button.dl:hover,
a.button.gform_button.dl:hover,
a.btn.gform_button.dl:hover,
input[type="button"].gform_button.dl:hover,
input[type="submit"].gform_button.dl:hover {
  text-decoration: none;
  background: #f89829;
}
.btn.gform_button.dl:hover i,
.button.gform_button.dl:hover i,
a.button.gform_button.dl:hover i,
a.btn.gform_button.dl:hover i,
input[type="button"].gform_button.dl:hover i,
input[type="submit"].gform_button.dl:hover i {
  background: #e51937;
}
.btn.gform_button.dl:hover span,
.button.gform_button.dl:hover span,
a.button.gform_button.dl:hover span,
a.btn.gform_button.dl:hover span,
input[type="button"].gform_button.dl:hover span,
input[type="submit"].gform_button.dl:hover span,
.btn.gform_button.dl:hover i,
.button.gform_button.dl:hover i,
a.button.gform_button.dl:hover i,
a.btn.gform_button.dl:hover i,
input[type="button"].gform_button.dl:hover i,
input[type="submit"].gform_button.dl:hover i {
  text-decoration: none;
}
.btn.gform_button.dl i,
.button.gform_button.dl i,
a.button.gform_button.dl i,
a.btn.gform_button.dl i,
input[type="button"].gform_button.dl i,
input[type="submit"].gform_button.dl i {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  background: #36c848;
  color: #ffffff;
  text-align: center;
}
.btn.gform_button.dl span,
.button.gform_button.dl span,
a.button.gform_button.dl span,
a.btn.gform_button.dl span,
input[type="button"].gform_button.dl span,
input[type="submit"].gform_button.dl span {
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
}
a.btn.gform_button,
a.button.gform_button,
aa.button.gform_button,
aa.btn.gform_button,
ainput[type="button"].gform_button,
ainput[type="submit"].gform_button {
  line-height: 43px;
}
a.btn.gform_button.big,
a.button.gform_button.big,
aa.button.gform_button.big,
aa.btn.gform_button.big,
ainput[type="button"].gform_button.big,
ainput[type="submit"].gform_button.big {
  line-height: 58px;
}
a.btn.gform_button.huge,
a.button.gform_button.huge,
aa.button.gform_button.huge,
aa.btn.gform_button.huge,
ainput[type="button"].gform_button.huge,
ainput[type="submit"].gform_button.huge {
  line-height: 78px;
}
a.btn.gform_button span,
a.button.gform_button span,
aa.button.gform_button span,
aa.btn.gform_button span,
ainput[type="button"].gform_button span,
ainput[type="submit"].gform_button span {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .btn.gform_button,
  .button.gform_button,
  a.button.gform_button,
  a.btn.gform_button,
  input[type="button"].gform_button,
  input[type="submit"].gform_button {
    font-size: 14px;
  }
  .btn.gform_button.huge,
  .button.gform_button.huge,
  a.button.gform_button.huge,
  a.btn.gform_button.huge,
  input[type="button"].gform_button.huge,
  input[type="submit"].gform_button.huge {
    height: 60px;
  }
  a.btn.gform_button.huge,
  a.button.gform_button.huge,
  aa.button.gform_button.huge,
  aa.btn.gform_button.huge,
  ainput[type="button"].gform_button.huge,
  ainput[type="submit"].gform_button.huge {
    line-height: 58px;
  }
  .btn.gform_button.big,
  .button.gform_button.big,
  a.button.gform_button.big,
  a.btn.gform_button.big,
  input[type="button"].gform_button.big,
  input[type="submit"].gform_button.big {
    height: 45px;
  }
  a.btn.gform_button.big,
  a.button.gform_button.big,
  aa.button.gform_button.big,
  aa.btn.gform_button.big,
  ainput[type="button"].gform_button.big,
  ainput[type="submit"].gform_button.big {
    line-height: 43px;
  }
  .btn.gform_button.dl i,
  .button.gform_button.dl i,
  a.button.gform_button.dl i,
  a.btn.gform_button.dl i,
  input[type="button"].gform_button.dl i,
  input[type="submit"].gform_button.dl i {
    width: 32px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .btn.gform_button.dl span,
  .button.gform_button.dl span,
  a.button.gform_button.dl span,
  a.btn.gform_button.dl span,
  input[type="button"].gform_button.dl span,
  input[type="submit"].gform_button.dl span {
    padding: 0 8px;
    font-size: 10px;
  }
}
.btn.gform_button:hover,
.button.gform_button:hover,
a.button.gform_button:hover,
a.btn.gform_button:hover,
input[type="button"].gform_button:hover,
input[type="submit"].gform_button:hover {
  background-color: #36c848;
}
.btn.gform_button.alt,
.button.gform_button.alt,
a.button.gform_button.alt,
a.btn.gform_button.alt,
input[type="button"].gform_button.alt,
input[type="submit"].gform_button.alt {
  color: #fff;
  background-color: #f89829;
}
.btn.gform_button.alt:hover,
.button.gform_button.alt:hover,
a.button.gform_button.alt:hover,
a.btn.gform_button.alt:hover,
input[type="button"].gform_button.alt:hover,
input[type="submit"].gform_button.alt:hover {
  color: #36c848;
  background-color: #fff;
}
body div.gform_wrapper {
  max-width: none;
  margin: 0;
  overflow: hidden;
}
body div.gform_wrapper input[type="text"],
body div.gform_wrapper input[type="password"],
body div.gform_wrapper input[type="email"],
body div.gform_wrapper select,
body div.gform_wrapper textarea {
  max-width: none;
  margin: 0;
  padding: 0 10px;
  font-size: 16px;
  border: 0;
  border-bottom: 3px solid #e5e5e5;
  background: #f4f4f4;
  color: #000;
  text-indent: 0;
}
body div.gform_wrapper input[type="text"]:focus,
body div.gform_wrapper input[type="password"]:focus,
body div.gform_wrapper input[type="email"]:focus,
body div.gform_wrapper select:focus,
body div.gform_wrapper textarea:focus {
  border-color: #f89829;
}
body div.gform_wrapper textarea {
  padding-top: .5em;
  padding-bottom: .5em;
}
body div.gform_wrapper ul.gform_fields li.gfield {
  background: none;
  padding-left: 0;
}
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error {
  width: 100%;
  border: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-top: 0;
}
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type=text],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type=tel],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type=email],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type=number],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type=password],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container select,
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container textarea {
  border: 2px solid #d9403a;
}
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex input + label,
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex select + label {
  display: none;
}
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex span[class^=ginput_] {
  display: inline-block;
  margin-bottom: 10px;
}
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex span[class^=ginput_].ginput_full {
  width: 100%;
}
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex span[class^=ginput_].ginput_full input[type="text"] {
  width: 100%;
}
body div.gform_wrapper .top_label .gfield_label {
  display: block;
  margin: 0 0;
  font-style: normal;
}
body div.gform_wrapper label.gfield_label + div.ginput_container {
  margin: 0 0 10px;
}
body div.gform_wrapper label.gfield_label + div.ginput_container input,
body div.gform_wrapper label.gfield_label + div.ginput_container select,
body div.gform_wrapper label.gfield_label + div.ginput_container textarea {
  width: 100%;
}
body div.gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
body div.gform_wrapper .gform_validation_container {
  display: none;
}
body div.gform_wrapper div.validation_error {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 14px;
  background: #f6c9cc;
  border: none;
}
body div.gform_wrapper .validation_message {
  display: none;
}
body div.gform_wrapper .gform_confirmation_message {
  padding: 10px;
  background: #d1f3c0;
}
body div.gform_wrapper .recaptchatable input[type="text"] {
  height: auto;
}
@media screen and (max-width: 480px) {
  .gform_wrapper .medium {
    width: 100%;
  }
}
#Header {
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}
#Header.alt,
#Header.open {
  /*#Logo {
        img {
            &.default {
                display: none;
            }
            &.alt {
                display: block;
            }
        }
    }*/
}
#Header.alt {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
}
#Header.open {
  background: #fff;
}
#Header.open #RolldownNav {
  display: block;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
}
#Header.open > .center {
  height: auto;
}
#Header.open #SearchBar {
  display: none;
}
#Header.home.alt #MainNav > ul > li.current-menu-item > a,
#Header.home.open #MainNav > ul > li.current-menu-item > a,
#Header.home.alt #MainNav > ul > li.current-page-item > a,
#Header.home.open #MainNav > ul > li.current-page-item > a,
#Header.home.alt #MainNav > ul > li.current-page-ancestor > a,
#Header.home.open #MainNav > ul > li.current-page-ancestor > a,
#Header.home.alt #MainNav > ul > li.current_page_parent > a,
#Header.home.open #MainNav > ul > li.current_page_parent > a {
  color: #000;
}
#Header.home.alt #MainNav > ul > li.menu-item-has-children > a:after,
#Header.home.open #MainNav > ul > li.menu-item-has-children > a:after {
  color: rgba(0, 0, 0, 0.6);
}
#Header.home.alt #MainNav > ul > li > a,
#Header.home.open #MainNav > ul > li > a {
  color: rgba(0, 0, 0, 0.6);
}
#Header.home.alt #MainNav > ul > li > a:hover,
#Header.home.open #MainNav > ul > li > a:hover {
  color: #f89829;
}
#Header.home.alt .menuTrigger i,
#Header.home.open .menuTrigger i,
#Header.home.alt .searchTrigger i,
#Header.home.open .searchTrigger i {
  color: #000;
}
#Header.home #MainNav > ul > li.current-menu-item > a,
#Header.home #MainNav > ul > li.current-page-item > a,
#Header.home #MainNav > ul > li.current-page-ancestor > a,
#Header.home #MainNav > ul > li.current_page_parent > a {
  color: #fff;
}
#Header.home #MainNav > ul > li.menu-item-has-children > a:after {
  color: rgba(255, 255, 255, 0.6);
}
#Header.home #MainNav > ul > li > a {
  color: rgba(255, 255, 255, 0.6);
}
#Header.home #MainNav > ul > li > a:hover {
  color: #f89829;
}
#Header.home .menuTrigger i,
#Header.home .searchTrigger i {
  color: #ffffff;
}
#Header #Logo {
  position: relative;
  z-index: 11;
  padding: 15px 0;
  float: left;
  margin-right: -250px;
}
#Header #Logo img {
  display: block;
}
#Header #Logo img.alt {
  display: none;
}
#Header .searchTrigger {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
}
#Header .searchTrigger i {
  font-size: 24px;
}
#Header .menuTrigger {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  right: 5vw;
  text-align: center;
}
#Header .menuTrigger i {
  font-size: 40px;
  line-height: 1;
}
#Header .flex {
  position: relative;
  z-index: 10;
  top: 58px;
  float: left;
  width: 100%;
  overflow: visible;
}
#Header .flex:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
#Header .flex .wrap {
  margin-left: 250px;
  padding-left: 5%;
}
#Header .flex #MainNav {
  float: right;
  margin-right: 20px;
}
#Header #RolldownNav {
  display: none;
}
#Header #MainNav > ul > li.current-menu-item > a,
#Header #MainNav > ul > li.current-page-item > a,
#Header #MainNav > ul > li.current-page-ancestor > a,
#Header #MainNav > ul > li.current_page_parent > a {
  color: #000;
}
#Header #MainNav > ul > li.menu-item-has-children > a:after {
  color: rgba(0, 0, 0, 0.6);
}
#Header #MainNav > ul > li > a {
  color: rgba(0, 0, 0, 0.6);
}
#Header #MainNav > ul > li > a:hover {
  color: #f89829;
}
#Header .menuTrigger i,
#Header .searchTrigger i {
  color: #000;
}
#MainNav > ul {
  font-weight: 400;
  font-size: 0;
  text-align: left;
  white-space: nowrap;
}
#MainNav > ul > li {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 40px;
  font-size: 16px;
  font-weight: 400;
}
#MainNav > ul > li.current-menu-item > a:after {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: block;
  content: "\f35f";
  font-family: "IonIcons", sans-serif;
  font-size: 14px;
  text-align: center;
}
#MainNav > ul > li > a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  text-transform: uppercase;
}
#MainNav > ul > li > a:hover {
  color: #f89829;
}
#MainNav .sub-menu {
  position: absolute;
  background: #fff;
  border: #000 solid 1px;
  display: none;
}
#MainNav li:hover > .sub-menu {
  display: block;
}
#MainNav li:hover > .sub-menu li {
  padding: 10px 20px;
  position: relative;
}
#MainNav li:hover > .sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0px;
}
#RolldownNav {
  position: relative;
  z-index: 2;
  display: block;
  padding: 20px 0;
}
#RolldownNav.processing .container > ul > li > .sub-menu,
#RolldownNav.processing .container > ul > li > .bx-wrapper {
  position: static;
}
#RolldownNav .container > ul {
  font-size: 0;
  border-bottom: 1px solid #000;
}
#RolldownNav .container > ul > li {
  vertical-align: top;
  display: inline-block;
  margin-right: 4.68%;
}
#RolldownNav .container > ul > li:last-child {
  margin-right: 0;
}
#RolldownNav .container > ul > li.hover > a,
#RolldownNav .container > ul > li:hover > a,
#RolldownNav .container > ul > li.hover > span,
#RolldownNav .container > ul > li:hover > span {
  position: relative;
  cursor: pointer;
}
#RolldownNav .container > ul > li.hover > a:after,
#RolldownNav .container > ul > li:hover > a:after,
#RolldownNav .container > ul > li.hover > span:after,
#RolldownNav .container > ul > li:hover > span:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -6px;
  display: block;
  content: "";
  width: 10px;
  height: 6px;
  background: url(../images/menu-marker.png) no-repeat center;
}
#RolldownNav .container > ul > li.hover > .sub-menu,
#RolldownNav .container > ul > li:hover > .sub-menu,
#RolldownNav .container > ul > li.hover > .bx-wrapper,
#RolldownNav .container > ul > li:hover > .bx-wrapper {
  display: block;
}
#RolldownNav .container > ul > li > a,
#RolldownNav .container > ul > li > span {
  display: block;
  padding: 8px 0;
  font-size: 12px;
  text-transform: uppercase;
}
#RolldownNav .container > ul > li > .sub-menu {
  display: none;
}
#RolldownNav .container > ul > li > .sub-menu,
#RolldownNav .container > ul > li > .bx-wrapper {
  position: absolute;
  padding-top: 45px;
}
#RolldownNav .container > ul > li .bx-wrapper .bx-pager {
  bottom: -20px;
  padding-bottom: 10px;
}
#RolldownNav .container > ul > li .bx-wrapper .bx-pager a {
  background-color: #ccc;
}
#RolldownNav .container > ul > li .bx-wrapper .bx-pager a.active {
  background-color: #e51937;
}
#RolldownNav .container > ul > li a,
#RolldownNav .container > ul > li span {
  font-weight: 900;
}
#RolldownNav .container > ul > li .sub-menu > li {
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
}
#RolldownNav .container > ul > li .sub-menu > li:last-child {
  padding-right: 0;
}
#RolldownNav .container > ul > li .sub-menu > li > a {
  display: block;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}
#RolldownNav .container > ul > li .sub-menu > li .sub-menu {
  border-top: 1px solid #ccc;
}
#RolldownNav .container > ul > li .sub-menu > li .sub-menu li {
  display: block;
  padding: 15px 0;
}
#RolldownNav .container > ul > li .sub-menu > li .sub-menu li:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
#RolldownNav .container > ul > li .sub-menu > li .sub-menu li a,
#RolldownNav .container > ul > li .sub-menu > li .sub-menu li .desc {
  color: #1a237e;
}
#RolldownNav .container > ul > li .sub-menu > li .sub-menu li a {
  padding: 0;
  text-transform: none;
  font-size: 16px;
}
#RolldownNav .container > ul > li .sub-menu > li .sub-menu li a:hover {
  color: #f89829;
}
#RolldownNav .container > ul > li .sub-menu > li .thumb,
#RolldownNav .container > ul > li .sub-menu > li .text {
  vertical-align: middle;
  display: inline-block;
}
#RolldownNav .container > ul > li .sub-menu > li .thumb {
  float: left;
  width: 80px;
  margin-right: -80px;
}
#RolldownNav .container > ul > li .sub-menu > li .thumb img {
  display: block;
}
#RolldownNav .container > ul > li .sub-menu > li .text {
  margin-left: 80px;
}
#RolldownNav .container > ul > li .sub-menu > li .desc {
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 0 0 5px;
}
#RolldownNav .container > ul li.restricted {
  display: none !important;
}
#RolldownNav .container a {
  color: #000;
}
#RolldownNav .container a:hover {
  color: #f89829;
  text-decoration: none;
}
#RolldownNav .center {
  height: auto;
}
#SearchBar {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#SearchBar.off {
  height: 0;
  padding: 0;
}
#SearchBar.off form {
  display: none;
}
#SearchBar.on {
  padding: 10px 0;
  height: auto;
}
#SearchBar label {
  display: inline;
}
#SearchBar .pad {
  position: relative;
  z-index: 2;
}
#SearchBar #SearchInput {
  display: block;
  width: 100%;
  border: 0;
  font-size: 18px;
  background: #ccc;
}
#SearchBar #SearchInput::-webkit-input-placeholder {
  color: #fff;
}
#SearchBar #SearchInput:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#SearchBar #SearchInput::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#SearchBar #SearchInput:-ms-input-placeholder {
  color: #fff;
}
#SearchBar #SearchInput:focus {
  background: #fff;
}
#SearchBar #SearchInput:focus::-webkit-input-placeholder {
  color: #dedede;
}
#SearchBar #SearchInput:focus:-moz-placeholder {
  color: #dedede;
  opacity: 1;
}
#SearchBar #SearchInput:focus::-moz-placeholder {
  color: #dedede;
  opacity: 1;
}
#SearchBar #SearchInput:focus:-ms-input-placeholder {
  color: #dedede;
}
#SearchBar .btn {
  position: absolute;
  top: 0;
  right: 0;
}
#SearchBar .center {
  height: auto;
}
@media screen and (max-width: 1080px) {
  #Header #Logo {
    width: 200px;
    margin-right: -200px;
  }
  #Header #Logo img {
    width: 100%;
  }
  #Header .flex {
    top: 45px;
  }
  #MainNav > ul > li {
    margin-right: 20px;
  }
  #MainNav > ul > li > a {
    font-size: 14px;
  }
  #RolldownNav .container > ul > li > a {
    font-size: 10px;
  }
  #RolldownNav .container > ul > li .sub-menu > li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 880px) {
  #Header #Logo {
    width: 170px;
  }
  #MainNav > ul > li {
    margin-right: 17px;
  }
  #MainNav > ul > li > a {
    font-size: 13px;
  }
}
@media screen and (max-width: 780px) {
  #Header.alt .phone {
    display: none;
  }
  #Header .center {
    position: static;
    height: auto;
  }
  #Header #Logo {
    top: 0;
    width: 125px;
    margin-right: 0;
    padding: 7px 0;
  }
  #Header .searchTrigger {
    display: none;
  }
  #Header .menuTrigger {
    display: block;
  }
  #Header .flex {
    position: static;
  }
  #Header .phone {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    clear: both;
    position: static;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #d9d9d9;
  }
  #MainNav {
    display: none;
  }
  #MainNav > ul > li {
    margin-right: 20px;
  }
  #MainNav > ul > li > a {
    font-size: 14px;
  }
}
#Footer {
  position: relative;
  z-index: 1;
  padding: 70px 0;
  text-align: center;
}
#Footer .legal {
  width: 50%;
  margin: 0 auto 20px;
  font-size: 14px;
}
#Footer .legal p {
  margin-bottom: 1em;
}
#Footer .social {
  margin-bottom: 20px;
}
#Footer .social li {
  margin: 0 10px;
  display: inline-block;
}
#Footer .social li a:hover {
  text-decoration: none;
}
#Footer .social li a:hover i {
  color: #59595a;
}
#Footer .social li i {
  font-size: 32px;
  color: #e51937;
}
#Footer .copyright {
  font-size: 12px;
  color: #666666;
}
#Footer .copyright span {
  display: block;
}
@media screen and (max-width: 780px) {
  #Footer .legal {
    width: 100%;
  }
}
#Breadcrumbs {
  padding: 10px 0;
  font-size: 12px;
  color: #fff;
}
#Breadcrumbs a {
  color: #fff;
}
#Breadcrumbs a:hover {
  text-decoration: none;
  color: #f89829;
}
#Breadcrumbs li {
  display: inline-block;
}
#Breadcrumbs li:after {
  margin: 0 5px;
  content: "-";
  display: inline-block;
}
#Breadcrumbs li:last-child:after {
  display: none;
}
#MobileNav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  font-weight: 700;
}
#MobileNav.off {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  visibility: hidden;
}
#MobileNav.on {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
#MobileNav.on + #Container {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
#MobileNav.on .menu {
  padding: 0 5%;
}
#MobileNav.on .menu li {
  position: relative;
}
#MobileNav.on .menu li:last-child {
  margin-bottom: 0;
}
#MobileNav.on .menu li:last-child a {
  border-bottom: 0;
}
#MobileNav.on .menu li.menu-item-has-children.open > .sub-menu {
  display: block;
}
#MobileNav.on .menu li.menu-item-has-children.open > i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#MobileNav.on .menu li.menu-item-has-children > .sub-menu {
  display: none;
}
#MobileNav.on .menu li.menu-item-has-children i {
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  padding: 10px;
  color: #000;
}
#MobileNav.on .menu li.current-menu-item > a {
  color: #f89829;
}
#MobileNav.on .menu li a,
#MobileNav.on .menu li .category {
  color: #000;
  border-bottom: 1px solid #f2f2f2;
}
#MobileNav.on .menu > li.heading > a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
#MobileNav.on .menu > li > a {
  display: block;
  padding: 10px 0;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
#MobileNav.on .menu > li > .sub-menu a,
#MobileNav.on .menu > li > .sub-menu .category {
  display: block;
  padding: 10px 0 10px 10px;
  font-size: 10px;
  text-decoration: none;
}
#MobileNav.on .menu > li > .sub-menu .category {
  text-transform: uppercase;
}
#MobileNav.on .menu > li > .sub-menu > li > a {
  text-transform: uppercase;
}
#MobileNav.on .menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 20px;
  text-transform: uppercase;
}
#MobileNav.on .menu > li > .sub-menu > li > .sub-menu > li .sub-menu li {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}
#MobileNav.on .menu > li > .sub-menu > li > .sub-menu > li .sub-menu li a {
  padding: 0 0 0 30px;
  line-height: 1;
  border-bottom: 0;
}
#MobileNav.on .menu > li > .sub-menu .desc {
  font-size: 8px;
  padding-left: 30px;
}
#MobileNav .search {
  position: relative;
  width: 90%;
  margin: 0 auto 20px;
}
#MobileNav .search #MobileSearchInput {
  display: block;
  width: 100%;
  padding: 0 10px;
  font-size: 12px;
  color: #000;
  border: none;
  background: #e5e5e5;
}
#MobileNav .search #MobileSearchInput::-webkit-input-placeholder {
  color: #666;
}
#MobileNav .search #MobileSearchInput:-moz-placeholder {
  color: #666;
  opacity: 1;
}
#MobileNav .search #MobileSearchInput::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#MobileNav .search #MobileSearchInput:-ms-input-placeholder {
  color: #666;
}
#MobileNav .search button {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
  background: none;
  border: none;
}
#MobileNav .search button i {
  font-size: 24px;
  color: #59595a;
}
#MobileNav .buttons {
  margin: 20px 5%;
}
#MobileNav .buttons .btn {
  display: block;
  margin-bottom: 10px;
}
#MobileNav .buttons .btn:last-child {
  margin-bottom: 0;
}
#MobileNav .menuTrigger {
  padding: 0 5%;
  display: block;
  text-align: right;
  text-decoration: none;
}
#MobileNav .menuTrigger i {
  color: #59595a;
  font-size: 32px;
}
#SubNav {
  padding-top: 23px;
  margin-bottom: 20px;
}
#SubNav ul {
  border-bottom: 1px solid #000;
}
#SubNav ul li {
  display: inline-block;
  margin-right: 45px;
}
#SubNav ul li:last-child {
  margin-right: 0;
}
#SubNav ul li.current-menu-item a {
  position: relative;
}
#SubNav ul li.current-menu-item a:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -6px;
  display: block;
  content: "";
  width: 10px;
  height: 6px;
  background: url(../images/menu-marker.png) no-repeat center;
}
#SubNav ul li a {
  display: block;
  padding: 0 0 8px;
  font-size: 12px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}
#SubNav ul .sub-menu {
  display: none;
}
#HeroImage.sub {
  position: relative;
  z-index: 1;
  height: 206px;
  background: no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
#HeroImage.sub header {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 40px;
  color: #ffffff;
}
#HeroImage.sub header .title {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1;
}
#HeroImage.sub .center {
  z-index: 2;
  height: 100%;
}
#HeroImage .shade {
  background: rgba(28, 28, 28, 0);
  background: -moz-linear-gradient(top, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(28, 28, 28, 0)), color-stop(100%, rgba(28, 28, 28, 0.4)));
  background: -webkit-linear-gradient(top, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.4) 100%);
  background: linear-gradient(top bottom, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(28, 28, 28, 0)', endColorstr='rgba(28, 28, 28, 0.4)', GradientType=0);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slideshow {
  /*&#SubSlideshow {
        ul {
            li {
                height: 588px;
                background: no-repeat center;
                -webkit-background-size: cover;
                background-size: cover;
            }
        }
    }*/
}
.slideshow.ready li {
  visibility: visible;
}
.slideshow li {
  visibility: hidden;
}
.slideshow .bx-wrapper .bx-pager {
  bottom: 20px;
}
.slideshow .bx-wrapper .bx-pager a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid transparent;
}
.slideshow .bx-wrapper .bx-pager a.active {
  border-color: #fff;
  background-color: transparent;
}
.testimonials .content {
  width: 75%;
  margin: 0 auto;
}
.testimonials .content blockquote {
  margin-bottom: 1em;
  line-height: 25px;
}
.testimonials .content .name {
  font-size: 14px;
  font-weight: 700;
}
.testimonials .content .location {
  font-size: 12px;
}
.testimonials .content .name,
.testimonials .content .location {
  text-align: right;
}
.testimonials#SubTestimonials {
  padding: 80px 0;
}
.divider {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  height: 1px;
}
.rolldown {
  position: relative;
  font-size: 14px;
}
.rolldown .trigger {
  display: block;
  width: 100%;
  line-height: 34px;
  height: 100%;
  padding-right: 28px;
  overflow: hidden;
}
.rolldown .menu {
  display: none;
  position: absolute;
  z-index: 100;
  background: #fff;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.rolldown .category {
  margin: 0 20px;
  padding: 10px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  color: #808080;
}
.rolldown ul li {
  padding: 0 20px;
}
.rolldown ul li:hover {
  background: #e5e5e5;
}
.rolldown ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #36c848 !important;
  white-space: nowrap;
}
.rolldown.on .trigger {
  background: url(../images/select-bg-on.png) no-repeat right center #fff;
  border-color: #fff;
  color: #36c848;
  border-bottom: 1px solid #e5e5e5;
}
.rolldown.on .menu {
  display: block;
}
section.latest {
  color: #7f7f7f;
  padding: 100px 0;
  background: url(../images/latest-bg.jpg);
}
section.latest:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
section.latest section {
  width: 46.095%;
  margin-right: 7.81%;
  float: left;
}
section.latest section:nth-child(2n),
section.latest section:last-child {
  margin-right: 0;
}
section.latest section.news li .title {
  font-size: 18px;
}
section.latest section.news li .date {
  font-size: 12px;
}
section.latest section.events li {
  padding-bottom: 0;
}
section.latest section.events li .title {
  font-size: 18px;
}
section.latest section.events li .date {
  font-size: 20px;
  margin-bottom: 0;
}
section.latest section.events li .location {
  font-size: 25px;
}
section.latest section.events li .excerpt {
  font-size: 20px;
}
section.latest section header .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(89, 89, 90, 0.6);
}
section.latest section ul li {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #d8d8d8;
}
section.latest section ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
section.latest section a {
  font-weight: 700;
  color: #59595a;
}
section.latest section a:hover {
  color: #e51937;
}
section.latest section .date {
  font-weight: 700;
  color: #e51937;
  text-transform: uppercase;
}
@media screen and (max-width: 1080px) {
  #MobileNav,
  #Container {
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: -webkit-transform 0.3s;
  }
  #MobileNav {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  #Breadcrumbs {
    font-size: 10px;
  }
  #HeroImage.sub header {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: auto;
    bottom: 40px;
    padding: 0;
  }
  #HeroImage.sub header .title {
    font-size: 30px;
  }
  #SubNav {
    display: none;
  }
  #SubNav ul li {
    margin-right: 25px;
  }
  .slideshow#SubSlideshow ul li {
    height: 280px;
  }
  .rolldown .menu {
    width: 100%;
  }
  .rolldown ul li a {
    white-space: normal;
  }
  section.latest {
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .slideshow .bx-wrapper .bx-pager {
    bottom: 0;
  }
  .slideshow .bx-wrapper .bx-pager a {
    width: 14px;
    height: 14px;
  }
  .testimonials .content {
    width: auto;
    text-align: center;
  }
  .testimonials .content .name,
  .testimonials .content .location {
    text-align: center;
  }
  .testimonials#SubTestimonials {
    padding: 30px 0;
  }
  section.latest {
    padding: 0;
    background: none;
  }
  section.latest .center {
    width: auto;
  }
  section.latest section {
    float: none;
    width: auto;
    margin-right: 0;
  }
  section.latest section header .title {
    font-size: 10px;
  }
  section.latest section .pad {
    padding: 0 5vw;
  }
  section.latest section.news {
    padding: 20px 0;
    background: url(../images/latest-bg.jpg);
  }
  section.latest section.news li .date {
    font-size: 8px;
  }
  section.latest section.news li .title {
    font-size: 14px;
  }
  section.latest section.news li .excerpt {
    font-size: 12px;
  }
  section.latest section.events {
    padding: 20px 0;
  }
  section.latest section.events li .date {
    font-size: 14px;
  }
  section.latest section.events li .title {
    font-size: 20px;
  }
  section.latest section.events li .location {
    font-size: 20px;
  }
  section.latest section.events li .excerpt {
    font-size: 16px;
  }
}
.cms.posts .article {
  margin-bottom: 40px;
}
.cms.posts .article .thumbnail {
  float: left;
  position: relative;
  z-index: 2;
}
.cms.posts .article .thumbnail a {
  display: block;
}
.cms.posts .article .thumbnail img {
  display: block;
}
.cms.posts .article .post.hasThumbnail {
  float: left;
  width: 100%;
  margin-left: -200px;
}
.cms.posts .article .post.hasThumbnail > .wrap {
  margin-left: 215px;
}
.cms.posts .article .post .date {
  margin-bottom: .5em;
  font-size: 10px;
  font-weight: 700;
  color: #1a237e;
}
.cms.posts .article .post .title {
  margin-bottom: .5em;
  line-height: 1em;
}
.cms.posts .article .post .title a {
  color: #000;
}
.cms.posts .article .post .excerpt p {
  line-height: 1.3;
}
.cms.posts .article .post .more {
  padding-top: 1em;
}
.cms.posts .article:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
.cms header {
  margin-bottom: 40px;
}
.cms header .title {
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1;
}
.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
  color: #000;
}
.cms p,
.cms blockquote {
  margin-bottom: 1em;
  line-height: 1.75;
}
.cms p:last-child {
  margin-bottom: 0;
}
.cms .alignleft {
  float: left;
  margin-right: 15px;
}
.cms .alignright {
  float: right;
  margin-left: 15px;
}
.cms .aligncenter {
  display: block;
  margin: 20px auto;
}
.cms .alignnone {
  display: block;
  margin: 20px 0;
}
.cms .post {
  line-height: 25px;
}
.cms .post a {
  font-weight: 700;
}
.cms .post h1 {
  font-size: 30px;
}
.cms .post h2 {
  font-size: 25px;
}
.cms .post h3 {
  font-size: 22px;
}
.cms .post h4 {
  font-size: 18px;
}
.cms .post h5 {
  font-size: 16px;
}
.cms .post h6 {
  font-size: 14px;
}
.cms .post ul,
.cms .post ol {
  margin: 1em 0;
}
.cms .post ul li,
.cms .post ol li {
  margin-bottom: 10px;
}
.cms .post ul + h2,
.cms .post ol + h2,
.cms .post ul + h3,
.cms .post ol + h3,
.cms .post ul + h4,
.cms .post ol + h4,
.cms .post ul + h5,
.cms .post ol + h5,
.cms .post ul + h6,
.cms .post ol + h6 {
  margin-top: 20px;
}
.cms .post ul li {
  margin-bottom: 1em;
}
.cms .post ul li:before {
  display: inline-block;
  content: "\f30f";
  margin-right: 10px;
  vertical-align: middle;
  font-family: "IonIcons", serif;
  font-size: 14px;
  color: #f89829;
}
.cms .post ul:not([class]) li ul {
  margin-left: 1em;
}
.cms .post ul.columns-2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}
.cms .post ul.columns-3 {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
}
.cms .post ul.nobullet li:before {
  display: none;
}
.cms .post ul.testimonials li {
  margin-bottom: 2em;
}
.cms .post ul.dpArticleShare li {
  padding-left: 0;
}
.cms .post ol li {
  list-style: inside decimal;
}
.cms .post ol.timeline {
  margin-left: 160px;
}
.cms .post ol.timeline li {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 15px 0;
  border-left: 2px solid #e51937;
}
.cms .post ol.timeline li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 1em;
  left: -13px;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #e51937;
  background: #fff;
  content: '';
}
.cms .post ol.timeline li .year {
  display: block;
  position: absolute;
  width: 100px;
  text-align: right;
  left: -160px;
  font-size: 40px;
}
.cms .post ol.timeline li .entry {
  padding-left: 60px;
}
.cms .post img {
  max-width: 100%;
  height: auto;
}
.cms .post iframe {
  display: block;
  max-width: 100%;
}
.cms .post .gallery ul {
  font-size: 0;
}
.cms .post .gallery ul li {
  width: 18%;
  margin-right: 2.5%;
}
.cms .post .gallery ul li:nth-child(5n) {
  margin-right: 0;
}
.cms .post .gallery .title {
  margin-bottom: .5em;
}
.cms .post .gallery ul li {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 2.5%;
  list-style: none;
}
.cms .post .gallery ul li:before {
  display: none;
}
.cms .post .gallery ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.cms .audioSamples h3 {
  margin-bottom: .25em;
}
.cms .audioSamples ul {
  margin-top: 0;
}
.cms .audioSamples ul li {
  margin-bottom: 0;
  padding: 5px 0;
  border-bottom: 1px solid #ededed;
}
.cms .audioSamples ul li:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
.cms .audioSamples ul li.head .before,
.cms .audioSamples ul li.head .after {
  font-weight: 700;
}
.cms .audioSamples ul li.head .after {
  float: right;
}
.cms .audioSamples ul li .before,
.cms .audioSamples ul li .after {
  width: 47.5%;
  float: left;
  margin-bottom: 0;
}
.cms .audioSamples ul li .before a,
.cms .audioSamples ul li .after a {
  font-weight: 400;
}
.cms .audioSamples ul li i {
  float: left;
  width: 5%;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
}
.cms .testimonials li {
  display: block;
}
.cms .pagination {
  text-align: center;
}
.cms .pagination li {
  display: inline-block;
  list-style: none;
}
.cms .pagination li.active a {
  color: #fff;
  font-weight: 700;
  background: #f89829;
}
.cms .pagination a {
  display: block;
  padding: 5px 10px;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}
.cms .pagination a:hover {
  text-decoration: underline;
}
.cms .pagination a.num {
  background: rgba(248, 152, 41, 0.15);
}
.cms .jobs ul li {
  margin-bottom: 2em;
}
.cms .jobs header {
  margin-bottom: 1em;
}
.cms .jobs header h3 {
  margin-bottom: .2em;
}
.cms .jobs header p {
  margin-bottom: 0;
  font-size: 16px;
}
.cms .jobs .excerpt {
  margin-bottom: 1em;
}
.cms .subpages h2 {
  margin-bottom: .8em;
  font-weight: 400;
  font-size: 30px;
}
.cms .subpages ul {
  font-size: 0;
}
.cms .subpages ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin-bottom: 40px;
}
.cms .subpages ul li:before {
  display: none;
}
.cms .subpages h3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
  color: #303f9f;
}
.cms .subpages article {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 25px;
  color: #7a8195;
}
.cms .subpages .divider {
  /*display: block;
            width: 50px;
            height: 1px;
            margin-bottom: 10px;
            font-size: 0;
            background-color: @color1;*/
}
.cms .subpages .pad {
  margin-right: 44px;
}
.cms:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
#Content {
  position: relative;
  z-index: 1;
}
#Content.sub .wrapper {
  padding-right: 80px;
}
#Content.sub.full .wrapper {
  padding-right: 0;
}
#Content.job .cms .details {
  margin-bottom: 1em;
  border-bottom: 1px solid #dedede;
}
#Content.job .cms .details p {
  margin-bottom: .5em;
}
#Content.job .application {
  width: 70%;
}
#Content.job .application h1,
#Content.job .application h2,
#Content.job .application h3,
#Content.job .application h4,
#Content.job .application h5,
#Content.job .application h6 {
  color: #fff;
}
#Content.job .application h3 {
  font-size: 22px;
}
#Content.team section.image {
  float: left;
  width: 30%;
}
#Content.team section.image .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
#Content.team section.image .contact {
  padding-top: 1em;
}
#Content.team section.image .contact p {
  margin-bottom: .5em;
}
#Content.team section.image .contact p i {
  margin-right: 10px;
}
#Content.team section.image .contact .social li {
  display: inline-block;
  margin-right: 10px;
}
#Content.team section.cms {
  float: left;
  width: 70%;
  padding-left: 35px;
}
#Content.team section .social a:hover i {
  color: #f89829;
}
#Team ul li {
  display: block;
  margin-bottom: 2em;
}
#Team ul li:before {
  display: none;
}
#Team ul li:nth-child(2n) {
  margin-right: 0;
}
#Team ul li.hasThumbnail .details {
  margin-left: 340px;
}
#Team ul li .pad {
  overflow: hidden;
  font-size: 16px;
}
#Team ul li .pad:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
#Team ul li .thumbnail {
  float: left;
}
#Team ul li .thumbnail img {
  display: block;
}
#Team ul li .details {
  position: relative;
}
#Team ul li .details header {
  margin-bottom: 1em;
}
#Team ul li .details header .name {
  margin-bottom: 0;
}
#Team ul li .details header .meta {
  font-weight: 700;
}
#Team ul li .details .name {
  margin-bottom: .5em;
  font-size: 30px;
}
#Team ul li .details .jobTitle,
#Team ul li .details .email,
#Team ul li .details .phone {
  font-size: .9em;
}
#Team ul li .details .excerpt {
  margin-bottom: 1em;
}
#Team ul li .thumbnail,
#Team ul li .details {
  vertical-align: top;
}
#page-contact .cms .post .inner {
  float: left;
  width: 50%;
  padding-right: 40px;
}
#page-contact .cms .post .gform_wrapper {
  float: right;
  width: 50%;
  max-width: 800px;
}
#page-contact .cms .post .gform_wrapper li:before {
  display: none;
}
@media screen and (max-width: 1080px) {
  #Content.sub > .wrapper {
    padding-right: 40px;
  }
  #Content.sub.team section.cms {
    padding-left: 40px;
  }
  #Team ul li.hasThumbnail .details {
    margin-left: 170px;
  }
  #Team ul li .thumbnail {
    width: 150px;
  }
  #page-contact .cms .contacts {
    float: none;
    margin-right: 0;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 780px) {
  .cms header {
    margin-bottom: 20px;
  }
  .cms header .title {
    font-size: 20px;
  }
  .cms .post .gallery ul li:nth-child(5n) {
    margin-right: 2.5%;
  }
  .cms .post .gallery ul {
    font-size: 0;
  }
  .cms .post .gallery ul li {
    width: 31.66666667%;
    margin-right: 2.5%;
  }
  .cms .post .gallery ul li:nth-child(3n) {
    margin-right: 0;
  }
  .cms .post ul:not([class]) {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  .cms .post ul.columns-3 {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
  .cms .subpages ul li {
    display: block;
    width: auto;
  }
  .cms .subpages ul li .pad {
    margin-right: 0;
  }
  .cms .subpages .action {
    text-align: center;
  }
  #Content.sub {
    margin-bottom: 30px;
  }
  #Content.sub > .wrapper {
    padding-right: 0;
  }
  #Content.sub.job .application {
    width: auto;
  }
  #page-contact .cms .post .inner {
    float: none;
    padding-right: 0;
    width: auto;
  }
  #page-contact .cms .post .gform_wrapper {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #Content.sub.team section.image,
  #Content.sub.team section.cms {
    float: none;
    width: auto;
  }
  #Content.sub.team section.image {
    margin-bottom: 2em;
  }
  #Content.sub.team section.cms {
    padding-left: 0;
  }
  #Team ul li .thumbnail {
    float: none;
    width: auto;
  }
  #Team ul li .thumbnail img {
    width: 100%;
  }
  #Team ul li.hasThumbnail .details {
    margin-left: 0;
  }
  .cms img {
    max-width: 100%;
    height: auto;
  }
  .cms.posts .article .thumbnail {
    float: none;
    display: none;
  }
  .cms.posts .article .post.hasThumbnail {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .cms.posts .article .post.hasThumbnail > .wrap {
    margin-left: 0;
  }
  .cms .post .thumbnail {
    float: none;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .cms .post .gallery ul li:nth-child(3n) {
    margin-right: 2.5%;
  }
  .cms .post .gallery ul {
    font-size: 0;
  }
  .cms .post .gallery ul li {
    width: 48.75%;
    margin-right: 2.5%;
  }
  .cms .post .gallery ul li:nth-child(2n) {
    margin-right: 0;
  }
  .cms .post ul.columns-2,
  .cms .post ul.columns-3 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  .cms .post ol.timeline {
    margin-left: 90px;
  }
  .cms .post ol.timeline li .year {
    width: 80px;
    left: -110px;
    font-size: 25px;
  }
  .cms .post ol.timeline li .entry {
    padding-left: 20px;
  }
  .cms .alignleft,
  .cms .alignright {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
}
#Content.home section.hero {
  background: #59595a;
  overflow: hidden;
}
#Content.home section.hero ul li {
  position: relative;
  z-index: 1;
  height: 900px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
#Content.home section.hero .title {
  margin: 0;
  font-size: 70px;
  line-height: 1;
  text-shadow: 0 5px 40px rgba(0, 0, 0, 0.36);
}
#Content.home section.hero .title a {
  color: #fff;
}
#Content.home section.hero .title a:hover {
  text-decoration: none;
  color: #f89829;
}
#Content.home section.hero .desc {
  padding: 20px 0 30px;
  font-size: 20px;
}
#Content.home section.hero .center {
  position: relative;
  height: 100%;
}
#Content.home section.hero .pad {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  z-index: 2;
  color: #fff;
  text-align: center;
}
#Content.home section.hero .shade {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/hero-shade.png) no-repeat center bottom rgba(46, 49, 55, 0.2);
  -webkit-background-size: cover;
  background-size: cover;
}
#Content.home section.hero .btn {
  color: #fff;
  border-color: #ffffff;
}
#Content.home section.hero .btn:hover {
  color: #36c848;
  background-color: #fff;
}
#Content.home section.focus {
  position: relative;
  z-index: 3;
  margin-top: -120px;
  margin-bottom: 80px;
}
#Content.home section.focus ul {
  font-size: 0;
}
#Content.home section.focus ul li {
  width: 50%;
  margin-right: 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 460px;
  background: no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
#Content.home section.focus ul li:nth-child(2n),
#Content.home section.focus ul li:last-child {
  margin-right: 0;
}
#Content.home section.focus ul li.b1 .fx {
  background: rgba(229, 25, 55, 0.5);
}
#Content.home section.focus ul li.b1 .btn {
  background-color: #e51937;
}
#Content.home section.focus ul li.b2 .fx {
  background: rgba(248, 152, 41, 0.5);
}
#Content.home section.focus ul li.b2 .btn {
  background-color: #f89829;
}
#Content.home section.focus ul .content {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 80%;
  text-align: center;
}
#Content.home section.focus ul .shade {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/focus-shade.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
#Content.home section.focus ul .fx {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#Content.home section.focus ul .title {
  font-size: 40px;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  #Content.home section.hero ul li {
    height: 600px;
  }
  #Content.home section.hero .pad {
    width: 95%;
  }
  #Content.home section.hero .title {
    font-size: 45px;
  }
  #Content.home section.featuredServices ul li {
    padding: 0 10px;
  }
  #Content.home section.featuredServices .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  #Content.home section {
    text-align: center;
  }
  #Content.home section.hero ul li {
    height: 460px;
  }
  #Content.home section.hero .pad {
    bottom: 20px;
    width: 100%;
  }
  #Content.home section.hero .title {
    margin-bottom: 1em;
    font-size: 25px;
  }
  #Content.home section.hero .desc {
    font-size: 12px;
  }
  #Content.home section.focus {
    margin-bottom: 20px;
  }
  #Content.home section.focus ul li {
    height: 200px;
  }
  #Content.home section.focus ul .title {
    font-size: 16px;
  }
  #Content.home section.focus ul .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  #Content.home section.hero .more .btn {
    display: block;
  }
  #Content.home section.focus ul li {
    display: block;
    width: auto;
  }
}
.sidebar {
  padding-top: 80px;
}
.sidebar a {
  color: #999;
}
.sidebar a:hover {
  color: #f89829;
  text-decoration: none;
}
.sidebar .widget {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar .widget ul li {
  padding: 5px 0;
}
.sidebar .widget ul li:last-child {
  padding-bottom: 0;
}
.sidebar .widget ul li:first-child {
  padding-top: 0;
}
.sidebar .widget .widgettitle {
  margin-bottom: .5em;
  font-size: 24px;
  line-height: 1;
  color: #000;
}
.sidebar .widget .widgettitle a {
  color: #000;
}
.sidebar .widget .widgettitle a:hover {
  color: #f89829;
}
.sidebar .widget article {
  font-size: 16px;
  color: #000;
}
.sidebar .widget.contact .widgettitle {
  margin-bottom: 1em;
}
.sidebar .widget.contact .gform_wrapper label.gfield_label {
  font-size: 16px;
}
.sidebar .widget.contact .gform_wrapper li.gfield {
  padding: 0;
}
.sidebar .widget.contact .gform_wrapper .gform_button {
  display: block;
  width: 100%;
}
#SideNav > ul > li {
  margin: 0 0 2px 0;
}
#SideNav > ul > li.current-menu-item > a {
  color: #000;
}
#SideNav > ul > li.current-page-ancestor > a,
#SideNav > ul > li.current-menu-item > a {
  background: #f4f4f4;
}
#SideNav > ul > li.current-page-ancestor .sub-menu,
#SideNav > ul > li.current-menu-item .sub-menu {
  display: block;
}
#SideNav > ul > li > a {
  display: block;
  padding: 10px 20px;
  background: #e5e5e5;
  color: #000;
  text-transform: uppercase;
}
#SideNav > ul > li .sub-menu {
  display: none;
  font-size: 75%;
  background: #f4f4f4;
}
#SideNav > ul > li .sub-menu li.current-menu-item a {
  color: #000;
  font-weight: 700;
}
#SideNav > ul > li .sub-menu li a {
  display: block;
  padding: 5px 20px 5px 40px;
}
#SideNav.jobs p {
  font-size: .85em;
  font-weight: 400;
  color: #36c848;
}
@media screen and (max-width: 1080px) {
  .sidebar .pad {
    padding-left: 40px;
  }
}
@media screen and (max-width: 780px) {
  .sidebar .pad {
    padding: 0;
  }
  #SideNav {
    font-size: 1.5em;
  }
}
#Content.product header.mobile {
  display: none;
}
#Content.product header.desktop {
  display: block;
}
#Content.product header .excerpt {
  margin-bottom: 0;
}
#Content.product .col {
  float: left;
  width: 50%;
  overflow: hidden;
}
#Content.product .col.text {
  padding-right: 120px;
  padding-bottom: 40px;
}
#Content.product .col.text header .excerpt {
  padding-top: .8em;
  font-size: 25px;
  line-height: 1;
}
#Content.product #FeaturedImage {
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#Content.product #FeaturedImage img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
#Content.product #ProductGallery {
  padding-top: 2.03%;
  font-size: 0;
}
#Content.product #ProductGallery li {
  width: 23.4775%;
  margin-right: 2.03%;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 2.03%;
}
#Content.product #ProductGallery li:nth-child(4n),
#Content.product #ProductGallery li:last-child {
  margin-right: 0;
}
#Content.product #ProductGallery li:last-child,
#Content.product #ProductGallery li:nth-child(6n) {
  margin-right: 0;
}
#Content.product #ProductGallery li img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}
#Content.product .text .links {
  padding-top: 2em;
}
#Content.product .text .links .btn {
  margin-bottom: 10px;
  display: block;
  width: 50%;
  min-width: 280px;
}
#Content.product .desc {
  margin-bottom: 40px;
}
#Content.product .downloads {
  padding: 30px 0 40px;
}
#Content.product .downloads:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
#Content.product .downloads .docs {
  float: left;
}
#Content.product .downloads .docs li {
  display: block;
}
#Content.product .downloads .docs li a {
  color: #000;
}
#Content.product .downloads .docs li img,
#Content.product .downloads .docs li span {
  display: inline-block;
  vertical-align: middle;
}
#Content.product .downloads .docs li span {
  font-size: 14px;
}
#Content.product .downloads .versions {
  float: right;
}
#Content.product .downloads .versions p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 1em;
  font-size: 14px;
}
#Content.product .comparison {
  margin-bottom: 35px;
  font-size: 12px;
}
#Content.product .comparison .comparison-chart-heading .feature-description {
  display: inline-block;
  width: 61%;
}
#Content.product .comparison .comparison-chart-heading .feature-support {
  display: inline-block;
  width: 13%;
  text-align: center;
  font-size: 12px;
}
#Content.product .comparison .comparison-chart .row {
  display: block;
  margin-top: 25px;
}
#Content.product .comparison .comparison-chart .row .section-title {
  font-weight: bold;
  color: #e51937;
}
#Content.product .comparison .comparison-chart .row .sub-row {
  border-top: #ccc solid 1px;
  margin: 4px 0;
}
#Content.product .comparison .comparison-chart .row .sub-row .feature-description {
  display: inline-block;
  width: 61%;
  vertical-align: middle;
  font-weight: normal;
  padding-right: 25px;
}
#Content.product .comparison .comparison-chart .row .sub-row .feature-support {
  display: inline-block;
  width: 13%;
  vertical-align: middle;
  text-align: center;
}
#Content.product .comparison .comparison-chart .row .sub-row .feature-support .fa-check {
  color: green;
}
#Content.product .comparison .comparison-chart .row .sub-row .feature-support .fa-close {
  color: red;
}
#Content.product .comparison .comparison-chart .datasheets-row .feature-support {
  font-size: 20px;
}
#Content.product .comparison .comparison-chart .datasheets-row .feature-support a:hover i {
  color: #000;
}
#Content.product .related h3 {
  margin-bottom: .5em;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}
#Content.product .related ul {
  font-size: 0;
}
#Content.product .related ul li {
  display: inline-block;
  vertical-align: top;
  width: 48.75%;
  max-height: 214px;
  margin-bottom: 2.5%;
  margin-right: 2.5%;
  overflow: hidden;
}
#Content.product .related ul li:nth-child(2n) {
  margin-right: 0;
}
#Content.product .related ul li img {
  display: block;
  width: auto;
  max-height: 100%;
  margin: 0 auto;
}
#ProductFeatures {
  padding: 80px 0;
  background: url(../images/features-bg.png) no-repeat center #f2f2f2;
}
#ProductFeatures ul {
  float: left;
}
#ProductFeatures ul:nth-child(2n) {
  float: right;
}
#ProductFeatures ul li .name {
  font-size: 16px;
}
#ProductFeatures ul li .items {
  float: none;
  display: block;
}
#ProductFeatures ul li .items.cols-2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}
#ProductFeatures ul li .items.cols-3 {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
}
#ProductFeatures ul li .items li {
  min-width: 240px;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 2px solid #e51937;
}
#ProductFeatures ul li .items li span {
  font-size: 14px;
}
#ProductCompatibility header {
  padding: 60px 0;
}
#ProductCompatibility header .title {
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1;
  text-align: center;
}
#ProductCompatibility .compatibility {
  width: 100%;
  border-spacing: 0;
}
#ProductCompatibility .compatibility th {
  text-align: left;
}
#ProductCompatibility .compatibility th,
#ProductCompatibility .compatibility td {
  padding: 12px;
  font-weight: 400;
  line-height: 1;
}
#ProductCompatibility .compatibility thead th,
#ProductCompatibility .compatibility thead td {
  font-size: 20px;
  color: #ffffff;
  background: #e51937;
}
#ProductCompatibility .compatibility tbody tr:nth-child(2n) th,
#ProductCompatibility .compatibility tbody tr:nth-child(2n) td {
  background: #fce8eb;
}
#ProductCompatibility .compatibility tbody tr th,
#ProductCompatibility .compatibility tbody tr td {
  font-size: 16px;
  background: #fef3f5;
}
#ProductCompatibility .compatibility tbody tr td i {
  font-size: 32px;
  color: #000;
}
@media screen and (max-width: 1320px) {
  #Content.product .downloads .versions p {
    display: block;
    text-align: right;
    margin-right: 0;
  }
  #ProductFeatures ul {
    width: 50%;
  }
  #ProductFeatures ul li .items {
    width: auto;
  }
  #ProductFeatures ul li .items li {
    min-width: 0;
  }
}
@media screen and (max-width: 1080px) {
  #Content.product .col.text {
    padding-right: 40px;
  }
  #Content.product .downloads {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    padding-top: 0;
  }
  #Content.product .downloads .docs,
  #Content.product .downloads .versions {
    float: none;
  }
  #Content.product .downloads .versions {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
  }
  #Content.product .downloads .versions p {
    display: inline-block;
    text-align: left;
    margin-right: 10px;
  }
  #Content.product .downloads .docs {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -ms-flex-order: 2;
    padding-top: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  #Content.product header.mobile {
    display: block;
    margin-bottom: 20px;
  }
  #Content.product header.desktop {
    display: none;
  }
  #Content.product .cms {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
  }
  #Content.product .col {
    overflow: visible;
  }
  #Content.product .col.images,
  #Content.product .col.text {
    float: none;
    width: auto;
    display: block;
  }
  #Content.product .col.images {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
  }
  #Content.product .col.text {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -ms-flex-order: 2;
    padding-right: 0;
    padding-bottom: 0;
  }
  #Content.product .col.text header .excerpt {
    font-size: 14px;
  }
  #Content.product #FeaturedImage {
    height: auto;
    padding: 0;
  }
  #Content.product #FeaturedImage img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
    left: 0;
    position: relative;
  }
  #ProductFeatures {
    padding: 20px 0;
  }
  #ProductFeatures ul {
    width: auto;
    float: none !important;
    margin-bottom: 20px;
  }
  #ProductFeatures ul:last-child {
    margin-bottom: 0;
  }
  #ProductFeatures ul li .name {
    text-align: center;
  }
  #ProductFeatures ul li .items li span {
    font-size: 10px;
  }
  #ProductCompatibility header {
    padding: 30px 0;
  }
  #ProductCompatibility header .title {
    font-size: 18px;
  }
  #ProductCompatibility .compatibility thead th,
  #ProductCompatibility .compatibility thead td {
    font-size: 14px;
  }
  #ProductCompatibility .compatibility tbody tr th,
  #ProductCompatibility .compatibility tbody tr td {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  #Content.product .downloads .versions p {
    font-size: 10px;
  }
  #ProductFeatures ul li .items.cols-2,
  #ProductFeatures ul li .items.cols-3 {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}
#SupportTabs header ul {
  margin-bottom: 0;
  font-size: 0;
}
#SupportTabs header ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}
#SupportTabs header ul li:before {
  display: none;
}
#SupportTabs header ul li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 36px;
  padding: 0 20px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  background: #e9e9e9;
}
#SupportTabs header ul li a:hover {
  text-decoration: none;
  background: #e0e0e0;
}
#SupportTabs header ul li a.active {
  color: #ffffff;
  background-color: #f89829;
}
#SupportTabs header .tabsHeading {
  margin-bottom: .5em;
  font-size: 30px;
  color: #303f9f;
}
#SupportTabs .tabContent {
  display: none;
}
#SupportTabs .tabContent.active {
  display: block;
}
#SupportTabs table {
  width: 100%;
  border-spacing: 0;
}
#SupportTabs table.support thead th {
  padding-top: 0;
  text-align: left;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #a0a0a0;
}
#SupportTabs table.support tbody tr:nth-child(2n) td {
  background: #f2f2f2;
}
#SupportTabs table.support tbody tr td {
  font-size: 14px;
  background: #f7f7f7;
}
#SupportTabs table.support tbody tr td.c4 .btn {
  clear: left;
  display: block;
  float: left;
}
#SupportTabs table.support tbody tr td.c4 .btn:last-child {
  margin-top: 10px;
}
#SupportTabs table.support th,
#SupportTabs table.support td {
  padding: 20px;
}
#SupportTabs .accordion ul li {
  margin-bottom: 10px;
}
#SupportTabs .accordion ul li.active .text {
  display: block;
}
#SupportTabs .accordion .heading {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  cursor: pointer;
}
#SupportTabs .accordion .heading a {
  display: block;
  padding: 5px 10px;
  font-weight: 400;
  background: #e9e9e9;
  color: #000;
}
#SupportTabs .accordion .heading a:hover {
  background: #e5e5e5;
  text-decoration: none;
}
#SupportTabs .accordion .heading i {
  position: absolute;
  right: 10px;
  font-size: 16px;
  line-height: 30px;
}
#SupportTabs .accordion .text {
  display: none;
  padding: 10px;
}
#SupportForm {
  padding-top: 60px;
}
#SupportForm .col {
  float: left;
  width: 50%;
}
#SupportForm .col.form .pad {
  padding-right: 40px;
}
#SupportForm .col.desc .pad {
  padding: 70px 0 0 18%;
}
#SupportForm .col.desc .title {
  font-size: 30px;
  color: #303f9f;
}
#SupportForm .gform_wrapper label.gfield_label {
  display: none;
}
@media screen and (max-width: 780px) {
  #SupportTabs header {
    margin-bottom: 20px;
  }
  #SupportTabs header .tabsHeading {
    font-size: 14px;
  }
  #SupportTabs header ul li {
    margin-bottom: 10px;
  }
  #SupportTabs table.support thead th {
    font-size: 8px;
    padding-bottom: 10px;
  }
  #SupportTabs table.support tbody tr td {
    font-size: 10px;
  }
  #SupportTabs table.support .c2 {
    display: none;
  }
  #SupportTabs div.table {
    margin-left: -5vw;
    margin-right: -5vw;
  }
  #SupportForm {
    padding-top: 20px;
  }
  #SupportForm .clearfix {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
  }
  #SupportForm .col {
    float: none;
    width: auto;
  }
  #SupportForm .col.form {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -ms-flex-order: 2;
  }
  #SupportForm .col.desc {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
  }
  #SupportForm .col.desc .title {
    font-size: 16px;
    text-align: center;
  }
  #SupportForm .col.desc .text {
    display: none;
  }
  #SupportForm .col.form .pad,
  #SupportForm .col.desc .pad {
    padding: 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
a {
  color: #e51937;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0;
}
i {
  color: #b2b2b2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1em;
  line-height: normal;
}
li {
  list-style-type: none;
}
body,
html {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.38;
  font-family: "Open Sans", sans-serif;
}
body {
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}
.center {
  display: block;
  position: relative;
  margin: 0 auto;
}
.center:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
.hidden {
  display: none !important;
}
#Container {
  position: relative;
  min-height: 100%;
}
#Main:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
#Wrap {
  padding: 47px 0;
}
#Wrap.hasSidebar {
  padding: 47px 0;
}
#Wrap.hasSubNav {
  padding-top: 0;
}
#Wrap.hasSubNav.hasSidebar {
  padding-top: 0;
}
.cols:after,
.clearfix:after,
.wrapper:after,
form:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
  line-height: 0;
  font-size: 0;
}
.center {
  width: 1280px;
}
.flex {
  position: relative;
  z-index: 1;
  width: 100%;
}
.flex > .wrapper {
  margin-right: 360px;
  overflow: hidden;
}
.flex.full > .wrapper {
  margin-right: 0;
}
.sidebar {
  float: right;
  position: relative;
  z-index: 2;
  width: 360px;
  margin-left: -360px;
}
body.sub #Main {
  padding-top: 110px;
}
@media screen and (max-width: 1320px) {
  .center {
    width: 95%;
  }
  .flex {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .flex > .wrapper {
    margin-right: 320px;
    overflow: hidden;
  }
  .flex.full > .wrapper {
    margin-right: 0;
  }
  .sidebar {
    float: right;
    position: relative;
    z-index: 2;
    width: 320px;
    margin-left: -320px;
  }
  body.sub #Main {
    padding-top: 110px;
  }
}
@media screen and (max-width: 1080px) {
  .center {
    width: 90%;
  }
  .flex {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .flex > .wrapper {
    margin-right: 280px;
    overflow: hidden;
  }
  .flex.full > .wrapper {
    margin-right: 0;
  }
  .sidebar {
    float: right;
    position: relative;
    z-index: 2;
    width: 280px;
    margin-left: -280px;
  }
  body.sub #Main {
    padding-top: 94px;
  }
}
@media screen and (max-width: 780px) {
  .center {
    width: 90%;
  }
  .flex {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .flex > .wrapper {
    margin-right: 100%;
    overflow: hidden;
  }
  .flex.full > .wrapper {
    margin-right: 0;
  }
  .sidebar {
    float: right;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-left: -100%;
  }
  body.sub #Main {
    padding-top: 54px;
  }
  #Main > .center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
  }
  .flex,
  .flex.full {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
    overflow: visible;
    width: auto;
  }
  .flex > .wrapper,
  .flex.full > .wrapper {
    margin-right: 0;
    overflow: visible;
  }
  .sidebar {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -ms-flex-order: 2;
    float: none;
    margin-left: 0;
  }
  body {
    overflow-x: hidden;
    font-size: 12px;
  }
  #Wrap {
    padding: 30px 0 !important;
  }
}
