/* NEW THEME 020b
====================================================================*/
/* FONT EMBEDDING
====================================================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Abel);
/*BACK TO TOP
====================================================================*/
.back-to-top {
  display: none;
  background: #AC945E;
  background: rgba(172, 148, 94, 0.75);
  padding: 5px 15px;
  text-decoration: none;
  text-transform: none;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 1000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }
  .back-to-top i {
    font-size: 1.500em;
    color: #fff; }
  .back-to-top:active, .back-to-top:focus, .back-to-top:hover {
    background: #b59f6f;
    background: rgba(181, 159, 111, 0.75);
    text-decoration: none;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }

/* BASE STYLES
====================================================================*/
html,
html a {
  -webkit-font-smoothing: antialiased !important; }

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent !important;
  box-sizing: border-box; }

body {
  background: #fff none;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar; }
  @media (min-width: 992px) {
    body {
      min-width: 970px; } }
  @media (min-width: 1200px) {
    body {
      min-width: 1170px; } }

div,
li,
p,
section,
td {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #6E7E85; }

p {
  margin-bottom: 15px; }

a {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  outline: 0;
  color: #AC945E;
  -webkit-tap-highlight-color: transparent !important;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }
  a:active, a:focus, a:hover {
    text-decoration: none;
    color: #b59f6f;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Abel", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #1C0F13;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0; }

h4,
h5,
h6 {
  margin-top: 0; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #1C0F13; }

h1 a:active,
h1 a:focus,
h1 a:hover,
h2 a:active,
h2 a:focus,
h2 a:hover,
h3 a:active,
h3 a:focus,
h3 a:hover,
h4 a:active,
h4 a:focus,
h4 a:hover,
h5 a:active,
h5 a:focus,
h5 a:hover,
h6 a:active,
h6 a:focus,
h6 a:hover {
  text-decoration: none;
  color: #AC945E; }

*,
*:after,
*:before {
  box-sizing: inherit; }

#fancybox-content,
#fancybox-outer,
#fancybox-wrap {
  box-sizing: content-box !important; }

.container {
  width: 100%;
  padding: 0; }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

#content {
  background: #fff;
  min-height: 0; }
  #content .container {
    background: none;
    padding: 60px 0; }
    #content .container article,
    #content .container aside {
      margin: 0;
      padding: 0; }
      #content .container article .rule,
      #content .container aside .rule {
        background: #e5e5e5 none;
        width: 100%;
        height: 1px;
        margin: 40px 0; }
      #content .container article h2,
      #content .container aside h2 {
        margin-top: 0; }
      #content .container article h3,
      #content .container aside h3 {
        margin: 30px 0 10px; }
    @media (min-width: 992px) {
      #content .container article {
        padding-right: 20px; } }
    @media (min-width: 1200px) {
      #content .container article {
        padding-right: 30px; } }
    #content .container aside {
      font-size: 1em; }
      @media (min-width: 992px) {
        #content .container aside {
          padding-left: 20px; } }
      @media (min-width: 1200px) {
        #content .container aside {
          padding-left: 30px; } }
      #content .container aside .rule {
        display: none; }
      #content .container aside section {
        border: 1px solid #e5e5e5;
        background: #fff;
        padding: 30px 20px 20px;
        margin-bottom: 40px; }
        #content .container aside section .wrapper h2 {
          border-bottom: 1px solid #e5e5e5;
          padding-bottom: 15px;
          text-align: center; }
        #content .container aside section.market .wrapper a, #content .container aside section.market .wrapper p {
          text-align: center;
          font-size: 0.8em; }

.row {
  margin-left: 0;
  margin-right: 0; }

.col-xs-12 {
  padding-left: 0;
  padding-right: 0; }

div[style="clear:both"] {
  height: 0; }

/* TOP BAR
====================================================================*/
.top-bar {
  background: #343c3f;
  height: 40px;
  line-height: 40px;
  font-size: 0.85em; }
  @media (max-width: 991px) {
    .top-bar {
      background: transparent;
      font-size: 1em; } }
  .top-bar a {
    color: #bbb; }
    .top-bar a:hover {
      text-decoration: none;
      color: #fff; }
    @media (max-width: 991px) {
      .top-bar a {
        color: #6E7E85; }
        .top-bar a:hover {
          text-decoration: none;
          color: #AC945E; } }
  .top-bar .cms-phone {
    margin-right: 30px; }
    @media (max-width: 480px) {
      .top-bar .cms-phone {
        margin-right: 0;
        display: block; } }
  .top-bar .client-login,
  .top-bar .header-social {
    float: right; }
  .top-bar .client-login {
    margin-right: 12px; }
    @media (max-width: 991px) {
      .top-bar .client-login {
        float: none;
        background: #AC945E;
        margin-right: 0;
        padding: 10px 18px;
        color: #fff; }
        .top-bar .client-login:hover {
          background: #b59f6f;
          color: #fff; } }
  .top-bar .header-social {
    font-size: 1.25em; }
    @media (max-width: 991px) {
      .top-bar .header-social {
        float: none;
        margin-bottom: 10px; } }
    .top-bar .header-social a {
      margin-left: 16px; }
      @media (max-width: 991px) {
        .top-bar .header-social a {
          margin: 0 16px; } }

/* HEADER
====================================================================*/
header {
  background: transparent none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }
  @media (max-width: 991px) {
    header {
      margin: 100px 0 0;
      padding-bottom: 40px; } }
  @media (min-width: 992px) {
    header {
      margin: 0; } }
  header .container {
    background: none;
    padding: 0 20px;
    text-align: center; }
    @media (min-width: 992px) {
      header .container {
        padding: 0; } }
    header .container .header-right {
      border-bottom: 1px solid #e5e5e5; }
      @media (max-width: 768px) {
        header .container .header-right {
          border: 0; } }
      header .container .header-right .headersub-left .cms-email,
      header .container .header-right .headersub-left .cms-phone {
        margin-bottom: 12px; }
      header .container .header-right .headersub-left .cms-phone {
        float: left; }
        header .container .header-right .headersub-left .cms-phone a {
          color: #6E7E85;
          font-size: 0.857em; }
        header .container .header-right .headersub-left .cms-phone:before {
          padding-right: 8px;
          content: "\f095";
          /*phone*/
          font-family: FontAwesome; }
        @media (max-width: 767px) {
          header .container .header-right .headersub-left .cms-phone {
            text-align: center;
            float: none; } }
      header .container .header-right .headersub-left .cms-email {
        float: left;
        clear: both; }
        header .container .header-right .headersub-left .cms-email a {
          color: #6E7E85;
          font-size: 0.857em; }
        header .container .header-right .headersub-left .cms-email:before {
          padding-right: 8px;
          content: "\f0e0";
          /*envelope*/
          font-family: FontAwesome; }
        @media (max-width: 767px) {
          header .container .header-right .headersub-left .cms-email {
            text-align: center;
            float: none;
            display: block; } }
      header .container .header-right .headersub-right {
        float: right; }
        header .container .header-right .headersub-right .client-login {
          position: relative;
          float: right;
          background: #6E7E85;
          color: #fff;
          padding: 10px 18px;
          text-transform: uppercase;
          font-size: 0.857em; }
          header .container .header-right .headersub-right .client-login:hover {
            top: 1px; }
          @media (max-width: 767px) {
            header .container .header-right .headersub-right .client-login {
              float: none;
              display: inline-block; } }
        header .container .header-right .headersub-right .header-social {
          float: right;
          padding: 8px 0;
          margin-right: 14px; }
          header .container .header-right .headersub-right .header-social a {
            position: relative;
            color: #6E7E85;
            background: none;
            text-align: center;
            padding: 14px 7px; }
            header .container .header-right .headersub-right .header-social a:hover {
              top: 1px; }
          header .container .header-right .headersub-right .header-social i {
            font-size: 1.2em; }
          @media (max-width: 767px) {
            header .container .header-right .headersub-right .header-social {
              text-align: center;
              float: none;
              margin: 0; } }

.header-logo {
  max-width: 400px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 2; }
  @media (min-width: 992px) {
    .header-logo {
      float: left;
      width: 165px;
      margin: 40px 0; } }
  .header-logo a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 100%; }
    .header-logo a img {
      width: 100%;
      height: auto; }

/* NAVIGATION
===================================================================*/
nav#main {
  top: -82px !important; }
  @media (max-width: 991px) {
    nav#main {
      top: 0 !important; } }

nav#main #homeButton {
  display: none; }

.navbar-fixed-top {
  border-width: 0; }
  @media (min-width: 992px) {
    .navbar-fixed-top {
      position: relative; } }

@media (min-width: 992px) {
  nav#main .container ul li a + a {
    display: none; } }

nav#main {
  background: #343c3f;
  height: 60px; }
  @media (min-width: 992px) {
    nav#main {
      background: none;
      width: 970px;
      margin: 0 auto; } }
  @media (min-width: 1200px) {
    nav#main {
      width: 1170px; } }
  nav#main .container {
    background: none;
    padding: 0;
    text-align: left; }
    @media (min-width: 992px) {
      nav#main .container {
        width: 835px;
        padding: 0;
        text-align: right; } }
    @media (min-width: 1200px) {
      nav#main .container {
        width: 1020px; } }
    nav#main .container ul li {
      background: none;
      margin: 0;
      padding: 0; }
      @media (min-width: 992px) {
        nav#main .container ul li {
          margin: 0 0 0 14px;
          padding: 0; } }
      nav#main .container ul li a.selected {
        color: #6E7E85;
        /*mobile version of this is body.nav-expanded nav li a.selected */ }
        @media (min-width: 992px) {
          nav#main .container ul li a.selected {
            color: #6E7E85;
            border: 1px solid #AC945E;
            padding: 10px 18px; } }
        nav#main .container ul li a.selected:hover {
          color: #6E7E85; }
      nav#main .container ul li .dropdown-toggle {
        background: none;
        position: absolute;
        top: 0;
        right: 0; }
        nav#main .container ul li .dropdown-toggle i {
          font-size: 1.750em; }
        nav#main .container ul li .dropdown-toggle.selected, nav#main .container ul li .dropdown-toggle:active, nav#main .container ul li .dropdown-toggle:focus {
          background: none; }
    nav#main .container ul li.open .dropdown-toggle {
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    nav#main .container ul li.first {
      padding-top: 0; }
      @media (min-width: 992px) {
        nav#main .container ul li.first {
          margin-left: 0; } }
    nav#main .container ul li.last {
      padding-bottom: 0; }
    nav#main .container ul a {
      display: block;
      background: none;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 0.750em;
      color: #fff;
      -moz-transition-duration: 0s;
      -o-transition-duration: 0s;
      -webkit-transition-duration: 0s;
      transition-duration: 0s; }
      @media (min-width: 992px) {
        nav#main .container ul a {
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          *zoom: 1;
          *display: inline;
          padding: 10px 18px;
          color: #6E7E85;
          line-height: 1; } }
      nav#main .container ul a i {
        font-size: large; }
    nav#main .container ul li:hover a,
    nav#main .container ul li:hover a:active,
    nav#main .container ul li:hover a:focus {
      background: #b59f6f;
      color: #fff; }
      @media (min-width: 992px) {
        nav#main .container ul li:hover a,
        nav#main .container ul li:hover a:active,
        nav#main .container ul li:hover a:focus {
          background: none;
          color: #AC945E; } }
    nav#main .container ul li:hover .dropdown-toggle,
    nav#main .container ul li:hover .dropdown-toggle:active,
    nav#main .container ul li:hover .dropdown-toggle:focus,
    nav#main .container ul li:hover .dropdown-toggle:hover {
      background: none; }
    nav#main .container ul .dropdown.open .dropdown-text {
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0s;
      -o-transition-duration: 0s;
      -webkit-transition-duration: 0s;
      transition-duration: 0s; }
      @media (min-width: 992px) {
        nav#main .container ul .dropdown.open .dropdown-text {
          border-bottom: none; } }

@media (max-width: 991px) {
  body.nav-expanded nav#main .container ul li a.selected {
    background: #9f8752;
    color: #fff;
    font-weight: 600; }
    body.nav-expanded nav#main .container ul li a.selected:hover {
      background: #9f8752;
      color: #fff; } }

.navbar {
  min-height: 0;
  margin-bottom: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  top: 0; }
  @media (min-width: 992px) {
    .navbar {
      height: 0 !important; }
      .navbar .container {
        position: absolute;
        right: 0; } }

.navbar.nav-up {
  top: -60px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.navbar-header {
  height: 60px;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  @media (min-width: 992px) {
    .navbar-header {
      width: 0;
      height: 0; } }

.navbar-toggle {
  background: #343c3f !important;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 13px 18px;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0; }
  .navbar-toggle:active, .navbar-toggle:focus, .navbar-toggle:hover {
    background: #343c3f !important; }
  .navbar-toggle .text {
    display: none;
    float: left;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1.250em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 1; }
  .navbar-toggle .icon-bar {
    background: #fff !important;
    width: 100%;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }

.nav-expanded .navbar-toggle .center {
  background: none !important; }

.nav-expanded .navbar-toggle .top {
  -webkit-transform: rotate(45deg) translate(3px, 5px);
  -moz-transform: rotate(45deg) translate(3px, 5px);
  -ms-transform: rotate(45deg) translate(3px, 5px);
  transform: rotate(45deg) translate(3px, 5px);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.nav-expanded .navbar-toggle .bottom {
  -webkit-transform: rotate(-45deg) translate(3px, -6px);
  -moz-transform: rotate(-45deg) translate(3px, -6px);
  -ms-transform: rotate(-45deg) translate(3px, -6px);
  transform: rotate(-45deg) translate(3px, -6px);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.nav-expanded {
  overflow: hidden !important; }
  @media (min-width: 992px) {
    .nav-expanded {
      overflow: auto !important; } }

.off-canvas {
  background: #2b3134;
  background: #2b3134;
  width: 100%;
  height: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 0 60px;
  border: none;
  overflow: auto;
  position: fixed;
  top: 60px;
  left: -100%;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }
  @media (min-width: 768px) {
    .off-canvas {
      width: 400px; } }
  @media (min-width: 992px) {
    .off-canvas {
      background: none;
      width: auto;
      height: auto;
      padding: 0;
      overflow: visible;
      position: static;
      -moz-transition-duration: 0s;
      -o-transition-duration: 0s;
      -webkit-transition-duration: 0s;
      transition-duration: 0s; } }
  .off-canvas .navbar-nav {
    background: none;
    height: auto;
    margin: 0; }
    @media (min-width: 992px) {
      .off-canvas .navbar-nav {
        float: none;
        overflow-x: visible; } }
    .off-canvas .navbar-nav li {
      display: block;
      margin: 0;
      padding: 0; }
      @media (min-width: 992px) {
        .off-canvas .navbar-nav li {
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          *zoom: 1;
          *display: inline;
          float: none; } }
      .off-canvas .navbar-nav li a {
        height: 80px;
        padding: 30px 20px;
        text-decoration: none; }
        .off-canvas .navbar-nav li a:active, .off-canvas .navbar-nav li a:focus, .off-canvas .navbar-nav li a:hover {
          text-decoration: none; }
        @media (min-width: 992px) {
          .off-canvas .navbar-nav li a {
            height: auto; } }
      .off-canvas .navbar-nav li .dropdown-toggle {
        width: auto;
        height: auto;
        padding: 24px; }

@media (min-width: 992px) {
  .off-canvas .navbar-nav .open .dropdown-menu {
    display: none; } }

.nav-expanded .off-canvas {
  left: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

nav#main .container ul li .dropdown-menu {
  background: #222729;
  background: #222729;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0 0 transparent inset;
  -webkit-box-shadow: 0 0 0 transparent inset;
  box-shadow: 0 0 0 transparent inset; }
  @media (min-width: 992px) {
    nav#main .container ul li .dropdown-menu {
      background: #343c3f;
      background: rgba(52, 60, 63, 0.98);
      width: 250px;
      text-align: left;
      border: none;
      top: 33px; } }
  @media (min-width: 992px) {
    nav#main .container ul li .dropdown-menu li {
      display: block;
      margin: 0; } }
  nav#main .container ul li .dropdown-menu li a {
    height: 60px;
    padding: 20px 15px 20px 30px !important;
    font-size: 1em;
    text-transform: none; }
    @media (min-width: 992px) {
      nav#main .container ul li .dropdown-menu li a {
        display: block;
        height: auto;
        padding: 15px 20px !important; } }
nav#main .container ul li:hover .dropdown-menu {
  background: #222729;
  background: #222729;
  left: 0; }
  @media (min-width: 992px) {
    nav#main .container ul li:hover .dropdown-menu {
      display: block;
      background: #343c3f;
      background: rgba(52, 60, 63, 0.98); } }
  nav#main .container ul li:hover .dropdown-menu li a {
    background: none;
    color: #fff; }
    nav#main .container ul li:hover .dropdown-menu li a:active, nav#main .container ul li:hover .dropdown-menu li a:focus, nav#main .container ul li:hover .dropdown-menu li a:hover {
      background: #b59f6f;
      color: #fff; }
    nav#main .container ul li:hover .dropdown-menu li a.selected {
      background: #AC945E;
      color: #fff; }

nav#main .container ul li a.selected + .dropdown-toggle {
  color: #fff; }

.dropdown-menu > li > a {
  white-space: normal; }

.navbar-default {
  border-color: transparent; }

ul.dropdown-menu li.dropdown a.selected {
  border: none !important; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=" ffFFB136 ", endColorstr=" ffFFB136 ", GradientType=0)"; }

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=" ffFFB136 ", endColorstr=" ffFFB136 ", GradientType=0)"; }

/* HERO
===================================================================*/
#hero {
  position: relative;
  display: block;
  background: transparent;
  height: 100%; }
  @media (max-width: 480px) {
    #hero {
      display: block; } }
  #hero .wrapper {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 600px;
    text-align: center;
    position: absolute;
    /*position set in js file*/ }
    #hero .wrapper p + p {
      margin-bottom: 0; }
    @media (min-width: 1200px) {
      #hero .wrapper {
        max-width: 900px; } }
  #hero .hero {
    width: 100%;
    height: 300px; }
    @media (min-width: 480px) {
      #hero .hero {
        height: 400px; } }
    @media (min-width: 640px) {
      #hero .hero {
        height: 500px; } }
    @media (min-width: 768px) {
      #hero .hero {
        height: 600px; } }
    @media (min-width: 992px) {
      #hero .hero {
        height: 700px; } }
    @media (min-width: 1200px) {
      #hero .hero {
        height: 829px; } }
  #hero .backArrow {
    display: block;
    background: none;
    width: auto;
    height: auto;
    margin-top: -15px;
    color: white;
    color: rgba(255, 255, 255, 0.8);
    top: 50%;
    left: 10px; }
    #hero .backArrow:active, #hero .backArrow:focus, #hero .backArrow:hover {
      color: white; }
    @media (min-width: 992px) {
      #hero .backArrow {
        margin-top: -24px;
        left: 30px; } }
    @media (min-width: 992px) {
      #hero .backArrow i {
        font-size: 3em; } }
  #hero .forwardArrow {
    display: block;
    background: none;
    width: auto;
    height: auto;
    margin-top: -15px;
    color: white;
    color: rgba(255, 255, 255, 0.8);
    top: 50%;
    left: auto;
    right: 10px; }
    #hero .forwardArrow:active, #hero .forwardArrow:focus, #hero .forwardArrow:hover {
      color: white; }
    @media (min-width: 992px) {
      #hero .forwardArrow {
        margin-top: -24px;
        right: 30px; } }
    @media (min-width: 992px) {
      #hero .forwardArrow i {
        font-size: 3em; } }
  #hero .backArrow,
  #hero .forwardArrow {
    display: none; }
    @media (max-width: 991px) {
      #hero .backArrow,
      #hero .forwardArrow {
        display: none; } }

#hero #hero1 img.hero {
  background: url("https://fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-20b/images/hero01.jpg") no-repeat center center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important; }
  @media (max-width: 991px) {
    #hero #hero1 img.hero {
      background: url("https://fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-20b/images/hero01.jpg") center center no-repeat !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      -webkit-background-size: cover !important;
      background-size: cover !important; } }

#hero #hero2 img.hero {
  background: url("https://fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-20b/images/hero01.jpg") no-repeat center center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important; }
  @media (max-width: 991px) {
    #hero #hero2 img.hero {
      background: url("https://fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-20b/images/hero01.jpg") center center no-repeat !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      -webkit-background-size: cover !important;
      background-size: cover !important; } }

#hero #hero3 img.hero {
  background: url("https://fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-20b/images/hero01.jpg") no-repeat center center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important; }
  @media (max-width: 991px) {
    #hero #hero3 img.hero {
      background: url("https://fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-20b/images/hero01.jpg") center center no-repeat !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      -webkit-background-size: cover !important;
      background-size: cover !important; } }

#hero #hero4 img.hero {
  background: url("https://fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-20b/images/hero01.jpg") no-repeat center center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important; }
  @media (max-width: 991px) {
    #hero #hero4 img.hero {
      background: url("https://fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-20b/images/hero01.jpg") center center no-repeat !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      -webkit-background-size: cover !important;
      background-size: cover !important; } }

/* HOMEPAGE
===================================================================*/
.homepage #agentPhoto {
  display: none; }

#hero .container .herobox {
  margin: 0 auto; }
  @media (min-width: 992px) {
    #hero .container .herobox {
      width: 970px; } }
  @media (min-width: 1200px) {
    #hero .container .herobox {
      width: 1170px; } }
  #hero .container .herobox h2 {
    color: #fff;
    font-size: 6em;
    line-height: 1em;
    text-transform: uppercase;
    background: none;
    padding: 0;
    margin: 0 0 10px; }
    @media (max-width: 1199px) {
      #hero .container .herobox h2 {
        font-size: 5em; } }
    @media (max-width: 991px) {
      #hero .container .herobox h2 {
        font-size: 4em; } }
    @media (max-width: 639px) {
      #hero .container .herobox h2 {
        font-size: 3em;
        width: 100%;
        margin: 0 auto; } }
  #hero .container .herobox p {
    color: #fff;
    font-size: 1em;
    padding: 0; }
    #hero .container .herobox p a + a {
      display: none; }
    @media (max-width: 640px) {
      #hero .container .herobox p:first-of-type {
        display: none; } }
  #hero .container .herobox a {
    position: relative;
    background: #AC945E;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 18px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1em;
    text-transform: none; }
    #hero .container .herobox a:hover {
      background: #b59f6f;
      color: #fff; }
  #hero .container .herobox .down-arrow a {
    background: none;
    border: 0;
    padding: 0;
    margin: 40px 0 0; }
    #hero .container .herobox .down-arrow a:hover {
      background: none; }
    #hero .container .herobox .down-arrow a img {
      width: 50px;
      height: 50px;
      background: none; }

.homepage #content .container .welcome .container {
  position: relative;
  padding: 0; }
  @media (max-width: 991px) {
    .homepage #content .container .welcome .container {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .homepage #content .container .welcome .container {
      text-align: center; } }
.homepage #content .container .welcome h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 2.500em; }
  @media (max-width: 767px) {
    .homepage #content .container .welcome h2 {
      margin: 0 0 20px;
      text-align: center; } }
.homepage #content .container .welcome a.contactus {
  display: inline-block;
  background: #AC945E;
  margin-top: 10px;
  padding: 10px 18px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-transform: none; }
  .homepage #content .container .welcome a.contactus:hover {
    background: #b59f6f; }
.homepage #content .container .welcome p {
  line-height: 1.571em;
  text-align: left; }
  @media (max-width: 767px) {
    .homepage #content .container .welcome p {
      text-align: center; } }
  .homepage #content .container .welcome p:first-child {
    margin-top: 50px; }
    @media (max-width: 980px) {
      .homepage #content .container .welcome p:first-child {
        margin-top: 0; } }
.homepage #content .container .welcome .welcome-copy {
  padding: 100px 0 80px; }
  @media (max-width: 1199px) {
    .homepage #content .container .welcome .welcome-copy {
      padding: 40px 0 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .homepage #content .container .welcome .welcome-copy {
      padding: 60px 0 20px; } }
.homepage #content .container .welcome .welcome-images {
  position: relative; }
  .homepage #content .container .welcome .welcome-images img {
    position: relative;
    margin: 60px auto 0; }
    @media (min-width: 768px) {
      .homepage #content .container .welcome .welcome-images img {
        margin-top: 40px; } }
    @media (min-width: 992px) {
      .homepage #content .container .welcome .welcome-images img {
        margin-top: 60px; } }
    @media (min-width: 1200px) {
      .homepage #content .container .welcome .welcome-images img {
        margin: 100px 0 0; } }

.homepage #content .our-services {
  display: block;
  background: url("https://fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-20b/images/our-services-bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (max-width: 980px) {
    .homepage #content .our-services {
      background-position: center center !important;
      min-height: inherit;
      padding: 40px inherit; } }
  .homepage #content .our-services .container {
    padding: 120px 0; }
    @media (max-width: 991px) {
      .homepage #content .our-services .container {
        padding: 40px 20px; } }
    .homepage #content .our-services .container h2 {
      margin-bottom: 20px;
      text-transform: uppercase;
      font-size: 2.500em;
      color: #fff; }
      @media (max-width: 767px) {
        .homepage #content .our-services .container h2 {
          margin: 20px 0;
          text-align: center; } }
    .homepage #content .our-services .container p {
      margin-bottom: 0;
      line-height: 1.571em;
      color: #fff; }
      @media (max-width: 767px) {
        .homepage #content .our-services .container p {
          text-align: center; } }
    .homepage #content .our-services .container h3 {
      position: relative;
      display: block;
      background: rgba(28, 15, 19, 0.5);
      padding: 30px;
      color: #fff;
      margin: 0 30px 30px 0; }
      .homepage #content .our-services .container h3:hover {
        background: #AC945E;
        background: rgba(172, 148, 94, 0.75); }
      @media (max-width: 767px) {
        .homepage #content .our-services .container h3 {
          margin: 0 auto 20px 0; } }
      .homepage #content .our-services .container h3 a.service-box {
        margin-left: 10px;
        text-transform: uppercase;
        font-family: "Abel", sans-serif;
        font-size: 0.75em;
        display: inline-block;
        color: #fff; }
        @media (max-width: 767px) {
          .homepage #content .our-services .container h3 a.service-box {
            margin: 0 auto; } }
        .homepage #content .our-services .container h3 a.service-box:nth-child(even) {
          margin: 0 30px 0 0; }
          @media (max-width: 767px) {
            .homepage #content .our-services .container h3 a.service-box:nth-child(even) {
              margin: 0 auto 20px; } }
        .homepage #content .our-services .container h3 a.service-box .fa {
          font-size: 1.4em;
          color: #fff;
          margin-right: 10px; }

.homepage #content .app-block {
  display: block;
  background: #f6f2f1 url("https://fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-20b/images/app-bg.jpg") no-repeat center right !important; }
  @media (max-width: 980px) {
    .homepage #content .app-block {
      background-position: 150% 100% !important;
      min-height: inherit;
      padding: 0; } }
  @media (max-width: 767px) {
    .homepage #content .app-block {
      background-image: none !important;
      text-align: center;
      max-height: none; } }
  .homepage #content .app-block .container {
    padding: 100px 0; }
    @media (max-width: 991px) {
      .homepage #content .app-block .container {
        padding: 40px 20px; } }
    .homepage #content .app-block .container .app-copy {
      padding: 0; }
      .homepage #content .app-block .container .app-copy h2 {
        text-align: left;
        text-transform: uppercase;
        font-size: 2.500em;
        margin-bottom: 20px;
        color: #1C0F13; }
        @media (max-width: 767px) {
          .homepage #content .app-block .container .app-copy h2 {
            text-align: center; } }
      .homepage #content .app-block .container .app-copy p {
        line-height: 1.571em;
        color: #1C0F13; }
    .homepage #content .app-block .container #app-icons {
      margin-top: 30px; }
      @media (max-width: 980px) {
        .homepage #content .app-block .container #app-icons {
          padding: 0; } }
      .homepage #content .app-block .container #app-icons a:first-child {
        margin-right: 10px; }
        @media (max-width: 640px) {
          .homepage #content .app-block .container #app-icons a:first-child {
            margin-bottom: 5px;
            margin-right: 0;
            display: block; } }

.homepage #content .newsletter-block {
  display: block;
  background: #f7f7f7;
  text-align: center; }
  .homepage #content .newsletter-block .container {
    padding: 100px 0; }
    @media (max-width: 991px) {
      .homepage #content .newsletter-block .container {
        padding: 40px 20px; } }
    .homepage #content .newsletter-block .container .col-sm-12 {
      padding-right: 0;
      padding-left: 0; }
    .homepage #content .newsletter-block .container h2 {
      text-align: center;
      text-transform: uppercase;
      font-size: 2.500em;
      margin-bottom: 20px;
      color: #1C0F13; }
    .homepage #content .newsletter-block .container p {
      line-height: 1.571em;
      margin-bottom: 0; }
    .homepage #content .newsletter-block .container label {
      display: none; }
    .homepage #content .newsletter-block .container input[type="email"],
    .homepage #content .newsletter-block .container input[type="text"] {
      border: 1px solid #e5e5e5;
      background: #fff;
      height: 44px;
      padding-left: 10px;
      font-size: 0.875em;
      margin: 2px 0;
      width: 100%;
      max-width: 300px; }
      @media (min-width: 768px) {
        .homepage #content .newsletter-block .container input[type="email"],
        .homepage #content .newsletter-block .container input[type="text"] {
          margin: 0; } }
    .homepage #content .newsletter-block .container button {
      height: auto;
      padding: 10px 18px;
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 1em;
      text-transform: none;
      position: relative;
      top: 2px; }
      @media (max-width: 767px) {
        .homepage #content .newsletter-block .container button {
          margin: 30px auto 0;
          display: block; } }

.newsletterSignUp form input {
  padding: 4px 8px; }

.homepage #additional {
  display: none; }

.homepage #content {
  background: transparent; }
  .homepage #content .container {
    padding: 0; }
    @media (min-width: 992px) {
      .homepage #content .container {
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 768px) {
      .homepage #content .container {
        padding: 0; } }
    .homepage #content .container article {
      margin-bottom: 0;
      width: 100%;
      /*now that sidebar is hidden*/ }
      @media (min-width: 992px) {
        .homepage #content .container article {
          margin-bottom: 0; } }
      .homepage #content .container article div[style="clear:both"] {
        display: none; }
      .homepage #content .container article .rule {
        display: none; }
    .homepage #content .container h2 {
      margin-bottom: 20px;
      font-size: 1.750em; }
    .homepage #content .container aside {
      display: none;
      /*hide sidebar*/ }
  .homepage #content .rule {
    display: none; }

/* SUBPAGES
===================================================================*/
.subpage header {
  border-bottom: solid 1px #e5e5e5; }

.subpage #content {
  background: #f7f7f7; }

.subpage #content .container {
  padding: 40px 20px 60px; }
  @media (min-width: 992px) {
    .subpage #content .container {
      padding: 60px 0; } }
  .subpage #content .container article {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .subpage #content .container article {
        margin-bottom: 0; } }
    .subpage #content .container article h1 {
      margin: 0 0 30px; }
    .subpage #content .container article h2 {
      margin-top: 20px; }
      .subpage #content .container article h2 a {
        font-size: large; }

.subpage #agentContent img {
  float: none;
  margin-left: 0; }
  @media (min-width: 480px) {
    .subpage #agentContent img {
      float: right;
      margin-left: 30px; } }

.subpage #learningContent .matter {
  width: 100%;
  margin: 0; }
  .subpage #learningContent .matter h2 a {
    font-size: x-large !important; }

.page-team #teamContent {
  margin-top: 50px; }
  .page-team #teamContent .principal .info {
    float: left;
    width: 100%; }
    .page-team #teamContent .principal .info a img {
      margin-right: 100%;
      margin-bottom: 20px; }
      @media (min-width: 480px) {
        .page-team #teamContent .principal .info a img {
          margin-right: 20px; } }
      .page-team #teamContent .principal .info a img:hover {
        opacity: 0.9; }
    .page-team #teamContent .principal .info h4 {
      margin-left: 0; }
      @media (min-width: 700px) {
        .page-team #teamContent .principal .info h4 {
          margin-left: 220px; } }
      .page-team #teamContent .principal .info h4 a {
        font-size: 1.250em;
        font-family: "Abel", sans-serif; }
    .page-team #teamContent .principal .info p {
      margin-left: 0; }
      @media (min-width: 700px) {
        .page-team #teamContent .principal .info p {
          margin-left: 220px; } }
    @media (min-width: 700px) {
      .page-team #teamContent .principal .info {
        float: none; } }
  .page-team #teamContent .principal .team-description {
    margin-left: 0; }
    @media (min-width: 700px) {
      .page-team #teamContent .principal .team-description {
        margin-left: 220px; } }
  .page-team #teamContent .agent {
    margin: 20px 0; }
    .page-team #teamContent .agent .info {
      float: left;
      width: 100%; }
      @media (min-width: 700px) {
        .page-team #teamContent .agent .info {
          width: 300px; } }
      .page-team #teamContent .agent .info a img {
        margin-right: 100%;
        margin-bottom: 20px; }
        @media (min-width: 400px) {
          .page-team #teamContent .agent .info a img {
            margin-right: 20px; } }
        .page-team #teamContent .agent .info a img:hover {
          opacity: 0.9; }
      .page-team #teamContent .agent .info h4 {
        margin-left: 0; }
        @media (min-width: 700px) {
          .page-team #teamContent .agent .info h4 {
            margin-left: 160px; } }
        .page-team #teamContent .agent .info h4 a {
          font-size: 1.250em;
          font-family: "Abel", sans-serif; }
      .page-team #teamContent .agent .info p {
        margin-left: 0; }
        @media (min-width: 700px) {
          .page-team #teamContent .agent .info p {
            margin-left: 160px; } }
    .page-team #teamContent .agent .team-description {
      margin-left: 0; }
      @media (min-width: 700px) {
        .page-team #teamContent .agent .team-description {
          margin-left: 320px; } }

.page-events #eventContent .event {
  overflow: hidden; }
  .page-events #eventContent .event .info h4,
  .page-events #eventContent .event .info p {
    line-height: 1.4em;
    font-size: 1em; }
  .page-events #eventContent .event .info p {
    margin: 10px 0 0; }
  .page-events #eventContent .event .description {
    float: left;
    clear: left;
    margin: 0; }
    @media (min-width: 480px) {
      .page-events #eventContent .event .description {
        float: none;
        clear: none;
        margin: 0 0 0 180px; } }
    .page-events #eventContent .event .description h3 {
      margin-top: 0; }
      .page-events #eventContent .event .description h3 a {
        font-family: "Abel", sans-serif;
        font-size: 1em; }
.page-events #eventContent .rule {
  border-bottom: 1px solid #ecf0f1;
  display: block; }

.page-events-event-title #eventContent .info h4,
.page-events-event-title #eventContent .info p {
  line-height: 1.4em;
  font-size: 1em; }
.page-events-event-title #eventContent .info p {
  margin: 10px 0 0; }

.page-tools-glossary #glossaryContent p:first-of-type a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 1.250em;
  font-family: "Open Sans", sans-serif;
  text-decoration: none; }
  .page-tools-glossary #glossaryContent p:first-of-type a:active, .page-tools-glossary #glossaryContent p:first-of-type a:focus, .page-tools-glossary #glossaryContent p:first-of-type a:hover {
    text-decoration: underline; }
.page-tools-glossary #glossaryContent h3 {
  font-size: 1.250em;
  font-weight: 400; }
  .page-tools-glossary #glossaryContent h3 a {
    font-family: "Abel", sans-serif;
    text-transform: none;
    cursor: default;
    font-size: 1em;
    font-weight: 400;
    color: inherit; }

.page-tools-tax-resources #content .container article h3 a {
  font-size: 1em;
  font-family: "Abel", sans-serif;
  font-weight: 400; }

.page-contact .map-canvas {
  float: none;
  width: 100%;
  margin: 0 0 30px; }
  .page-contact .map-canvas a {
    text-decoration: none !important; }
.page-contact .socialMedia {
  display: none; }

.slideText p {
  color: #fff; }

@media (min-width: 992px) {
  .ie8 .page-team aside {
    position: absolute;
    top: 40px;
    right: 0; } }

/* RESOURCES
===================================================================*/
#matterContent {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    #matterContent {
      margin-bottom: 0;
      margin-top: 40px; } }
  #matterContent .featured a {
    font-family: "Abel", sans-serif;
    font-weight: 400; }
    #matterContent .featured a img {
      display: block;
      width: 100%;
      max-width: 300px;
      height: auto;
      max-height: 229px;
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        #matterContent .featured a img {
          margin-right: 20px; } }
  #matterContent .featured h2 {
    clear: left; }
    @media (min-width: 768px) {
      #matterContent .featured h2 {
        clear: none;
        margin-top: 0 !important; } }
    #matterContent .featured h2 a {
      font-size: x-large !important; }
  #matterContent .featured .featuredFlag {
    text-decoration: none; }
    #matterContent .featured .featuredFlag .flagBody {
      background: #AC945E;
      font-family: "Abel", sans-serif;
      font-size: 0.850em;
      font-weight: 400;
      text-transform: uppercase;
      color: #fff;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -moz-transition-timing-function: ease-in;
      -o-transition-timing-function: ease-in;
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in; }
      #matterContent .featured .featuredFlag .flagBody:active, #matterContent .featured .featuredFlag .flagBody:focus, #matterContent .featured .featuredFlag .flagBody:hover {
        background: #b59f6f;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.1s;
        -o-transition-duration: 0.1s;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }

#suggested {
  overflow: hidden;
  display: none; }

.subpage #suggested {
  display: block; }

#suggested .content {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0 0 30px;
  overflow: hidden; }
  @media (min-width: 768px) {
    #suggested .content {
      float: left;
      width: 30%;
      margin-left: 5%;
      padding: 0; }
      #suggested .content.left {
        margin-left: 0; } }
  #suggested .content a img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0; }
  #suggested .content h3 {
    margin-top: 10px !important; }
    #suggested .content h3 a {
      font-size: large; }
  #suggested .content p {
    margin-bottom: 0;
    font-size: 1em; }

@media (min-width: 768px) {
  #suggested .left {
    margin-left: 0; } }

#additional {
  background: none; }
  #additional .wrapper {
    padding: 0;
    overflow: hidden; }
    #additional .wrapper h4 a {
      font-family: "Abel", sans-serif;
      font-weight: 400; }
    #additional .wrapper nav {
      margin-bottom: 30px; }
      #additional .wrapper nav ul {
        margin: 0; }
        #additional .wrapper nav ul li {
          display: block;
          padding: 0;
          text-transform: uppercase;
          border: none; }
          @media (min-width: 768px) {
            #additional .wrapper nav ul li {
              display: inline-block;
              vertical-align: middle;
              *vertical-align: auto;
              *zoom: 1;
              *display: inline;
              text-align: center; } }
          #additional .wrapper nav ul li a {
            font-family: "Abel", sans-serif;
            display: block;
            background: transparent;
            color: #1C0F13;
            margin: 0 0 5px;
            padding: 10px 20px;
            font-size: large;
            font-weight: 400;
            text-transform: uppercase;
            text-decoration: none; }
            #additional .wrapper nav ul li a.selected, #additional .wrapper nav ul li a:active, #additional .wrapper nav ul li a:focus, #additional .wrapper nav ul li a:hover {
              background: #b59f6f;
              text-decoration: none;
              color: #fff; }
            @media (min-width: 768px) {
              #additional .wrapper nav ul li a {
                display: inline-block;
                vertical-align: middle;
                *vertical-align: auto;
                *zoom: 1;
                *display: inline; } }
    #additional .wrapper .matterContent .content {
      width: 100%;
      margin: 0 0 5px; }
      #additional .wrapper .matterContent .content h4 a {
        color: #1C0F13; }
        #additional .wrapper .matterContent .content h4 a:active, #additional .wrapper .matterContent .content h4 a:focus, #additional .wrapper .matterContent .content h4 a:hover {
          text-decoration: none;
          color: #AC945E; }
      #additional .wrapper .matterContent .content p {
        color: #6E7E85; }
    #additional .wrapper .matterContent .viewAll {
      float: left;
      width: 100%;
      margin: 5px 0 0; }
      #additional .wrapper .matterContent .viewAll a {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        background: #AC945E;
        margin: 0 0 1px;
        padding: 10px 20px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 1em;
        text-transform: none;
        color: #fff; }
        #additional .wrapper .matterContent .viewAll a:active, #additional .wrapper .matterContent .viewAll a:focus, #additional .wrapper .matterContent .viewAll a:hover {
          background: #b59f6f;
          color: #fff; }
      #additional .wrapper .matterContent .viewAll a + a {
        display: none; }

#allTypeContent .matter {
  width: 100%;
  margin: 0; }

#allVideoContent .videoContent {
  width: 100%;
  margin: 0;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    #allVideoContent .videoContent {
      float: left;
      width: 190px;
      margin-left: 20px; } }
  @media (min-width: 1200px) {
    #allVideoContent .videoContent {
      width: 220px;
      margin-left: 30px; } }
  #allVideoContent .videoContent a img {
    display: block;
    -moz-background-size: 220px 167px;
    -o-background-size: 220px 167px;
    -webkit-background-size: 220px 167px;
    background-size: 220px 167px;
    width: 100%;
    max-width: 220px;
    height: auto;
    max-height: 167px;
    margin: 0; }
    @media (min-width: 768px) {
      #allVideoContent .videoContent a img {
        -moz-background-size: 190px 145px;
        -o-background-size: 190px 145px;
        -webkit-background-size: 190px 145px;
        background-size: 190px 145px;
        width: 190px;
        height: 145px; } }
    @media (min-width: 1200px) {
      #allVideoContent .videoContent a img {
        -moz-background-size: 220px 167px;
        -o-background-size: 220px 167px;
        -webkit-background-size: 220px 167px;
        background-size: 220px 167px;
        width: 220px;
        height: 167px; } }
  #allVideoContent .videoContent h3 {
    margin-top: 10px !important; }
    #allVideoContent .videoContent h3 a {
      font-size: large; }
  #allVideoContent .videoContent p {
    margin-bottom: 0; }

@media (min-width: 768px) {
  #allVideoContent .left {
    margin-left: 0; } }

#articleContent strong {
  color: #1C0F13; }

.presentation-responsive {
  display: block; }
  @media (min-width: 992px) {
    .presentation-responsive {
      display: none; } }

#presentationShell {
  display: none; }
  @media (min-width: 992px) {
    #presentationShell {
      display: block; } }

#videoContent iframe {
  width: 100%; }

.addthis_toolbox {
  height: auto;
  overflow: hidden; }

#fancybox-wrap {
  width: 100% !important;
  max-width: 610px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

#fancybox-content {
  width: auto !important; }

#presentation {
  width: auto;
  height: 100%; }

#presentation .slide {
  float: none;
  width: 100%;
  max-width: 610px;
  height: auto; }

#presentation .aside {
  width: 100%;
  margin-left: 0; }

#presentation .slideText {
  width: auto; }

#presentation .forwardArrow {
  left: auto;
  right: 0; }

@media screen and (min-width: 992px) {
  #fancybox-wrap {
    width: auto !important;
    max-width: none; }

  #fancybox-content {
    width: auto !important; }

  #presentation {
    width: 960px;
    height: 458px; }

  #presentation .slide {
    float: left; }

  #presentation .aside {
    width: 350px;
    margin-left: 610px; }

  #presentation .slideText {
    width: 310px; }

  #presentation .forwardArrow {
    left: 584px;
    right: auto; } }
/* SIDEBAR
===================================================================*/
#content .container aside section {
  width: 100%;
  max-width: 400px; }
  #content .container aside section .wrapper {
    padding: 0; }
    #content .container aside section .wrapper h2,
    #content .container aside section .wrapper h2 a {
      margin: 0 0 20px;
      font-family: "Abel",sans-serif;
      text-transform: uppercase;
      font-weight: 400;
      color: #1C0F13; }
    #content .container aside section .wrapper p {
      font-size: 1em; }
    #content .container aside section .wrapper label {
      font-size: 0.875em;
      font-weight: 400; }
    #content .container aside section .wrapper input[type="email"],
    #content .container aside section .wrapper input[type="text"] {
      font-size: 0.875em; }
    #content .container aside section .wrapper table {
      margin-bottom: 0; }
#content .container aside section:last-child {
  margin-bottom: 0; }

#content .container aside section .wrapper input {
  width: 100%;
  margin: 0 0 15px;
  color: #6E7E85; }
#content .container aside section .wrapper textarea {
  width: 100%;
  margin: 0;
  color: #6E7E85; }
#content .container aside section .wrapper button.submit,
#content .container aside section .wrapper input.submit {
  background: #AC945E;
  display: block;
  width: 100%;
  max-width: none;
  height: 44px;
  margin: 15px auto 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  text-transform: none;
  text-align: center;
  color: #fff;
  line-height: 1;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }
  #content .container aside section .wrapper button.submit:active, #content .container aside section .wrapper button.submit:focus, #content .container aside section .wrapper button.submit:hover,
  #content .container aside section .wrapper input.submit:active,
  #content .container aside section .wrapper input.submit:focus,
  #content .container aside section .wrapper input.submit:hover {
    background: #b59f6f;
    color: #fff;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
#content .container aside section .wrapper .formSuccess {
  font-size: large;
  font-weight: 600;
  color: #AC945E; }

.market .firstIndexName {
  font-size: large; }

.app {
  overflow: hidden; }
  .app .phone-svg {
    display: block;
    float: left;
    width: 105px;
    height: 130px;
    margin: 0 20px 20px 0; }
  .app p {
    margin: 0 0 20px; }
  .app .buttons {
    float: left; }
    .app .buttons a {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin: 0 10px 0 0; }

.team-members .team-member h4 a {
  font-size: 1em;
  font-family: "Abel", sans-serif;
  font-weight: 400; }

.blog-posts h2 a {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #1C0F13;
  cursor: default; }
.blog-posts h4 a {
  font-size: 1em;
  font-family: "Abel", sans-serif;
  font-weight: 400; }
.blog-posts .date {
  margin: 0 0 5px; }
.blog-posts .blog-post .date {
  font-size: 0.8em; }

ul.pagination-blog {
  margin-left: 0; }
  ul.pagination-blog li {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #ecf0f1; }
    ul.pagination-blog li h2 {
      font-size: 1.5em; }
      ul.pagination-blog li h2 a {
        font-size: 1em !important;
        color: #1C0F13;
        font-family: "Abel", sans-serif;
        font-weight: 400; }
  ul.pagination-blog .rule {
    display: none !important; }

ul.pagination li a {
  color: #6E7E85;
  background: transparent;
  border: 1px solid #6E7E85;
  margin-right: 4px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }
  ul.pagination li a:hover {
    background-color: #AC945E !important;
    color: #fff !important;
    border-color: #AC945E !important; }
ul.pagination li.active a {
  color: #AC945E !important;
  cursor: default;
  background-color: transparent !important;
  border-color: #AC945E !important; }

.events h2 a {
  color: #1C0F13; }
.events h3 {
  margin-top: 0 !important; }
  .events h3 a {
    font-size: 0.8em;
    font-weight: 400;
    font-family: "Abel", sans-serif; }

/* FOOTER
===================================================================*/
footer {
  background: #343c3f;
  min-height: 0;
  padding: 80px 0; }
  footer a,
  footer li,
  footer p,
  footer td {
    font-size: small;
    text-transform: none;
    color: #bbb; }
  footer a:active,
  footer a:focus,
  footer a:hover {
    text-decoration: none;
    color: #fff; }
  footer .container {
    background: none;
    padding: 0 20px; }
    @media (min-width: 992px) {
      footer .container {
        padding: 0; } }
    footer .container .note {
      float: none;
      width: 100%;
      margin-bottom: 40px; }
      footer .container .note a:active,
      footer .container .note a:focus,
      footer .container .note a:hover {
        text-decoration: none; }
      @media (min-width: 992px) {
        footer .container .note {
          float: left;
          width: 60%;
          margin-bottom: 0;
          padding-right: 30px; } }
      @media (min-width: 1200px) {
        footer .container .note {
          width: 65%; } }
    footer .container aside {
      width: 100%;
      margin: 0; }
      @media (min-width: 992px) {
        footer .container aside {
          float: right;
          width: 40%;
          padding-left: 30px; } }
      @media (min-width: 1200px) {
        footer .container aside {
          width: 35%; } }
      footer .container aside .wrapper {
        padding: 0; }
        footer .container aside .wrapper h4 {
          margin-bottom: 15px;
          size: 1.250em;
          weight: 400;
          text-transform: uppercase !important;
          color: #bbb; }
        footer .container aside .wrapper .contact {
          float: none;
          width: 100%;
          margin-bottom: 40px; }
          @media (min-width: 992px) {
            footer .container aside .wrapper .contact {
              float: left;
              width: 50%;
              margin-bottom: 0;
              padding-right: 20px; } }
          footer .container aside .wrapper .contact table {
            margin-bottom: 15px; }
            footer .container aside .wrapper .contact table td {
              display: inline-block;
              vertical-align: middle;
              *vertical-align: auto;
              *zoom: 1;
              *display: inline; }
        footer .container aside .wrapper .quickLinks {
          width: 100%;
          margin: 0; }
          @media (min-width: 992px) {
            footer .container aside .wrapper .quickLinks {
              float: right;
              width: 50%;
              padding-left: 20px; } }
          footer .container aside .wrapper .quickLinks ul {
            margin: 0; }
            footer .container aside .wrapper .quickLinks ul li:last-child {
              margin-bottom: 0; }
    footer .container div[class="rule2"] {
      height: 0; }
  footer .socialMedia {
    display: none; }
  footer .header-social {
    float: none; }
    footer .header-social a {
      margin-right: 6px; }

/* CUSTOMIZED STYLES
===================================================================*/
.submit {
  background: #AC945E;
  padding: 8px 12px;
  height: auto;
  color: #fff; }
  .submit:hover {
    background: #b59f6f; }

/* BLOG UPDATES */
.page-blog .post {
  line-height: 1.5; }

.post {
  overflow: hidden; }
  .post .post-container,
  .post .post-image {
    min-height: 0;
    padding: 0; }
  @media (max-width: 640px) {
    .post .post-container h2 {
      margin-top: 0 !important; } }
  .post .post-container h2 a {
    font-size: 1em !important; }
  .post .blogimage {
    margin: 0; }
  .post .authorimage {
    margin: 0 5px 0 0; }
  .post .date {
    font-size: 1em; }
  .post .post-summary {
    margin: 15px 0 30px;
    line-height: 1.5; }
  .post .readmore {
    background: #AC945E;
    height: 44px;
    padding: 0 40px;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    line-height: 40px; }
    .post .readmore:active, .post .readmore:hover {
      background: #b59f6f;
      color: #fff; }

.blogPost .blogimage {
  margin: 0; }
.blogPost hr {
  margin: 30px 0; }
.blogPost .authorimage {
  margin: 0 5px 0 0; }
.blogPost .dateTime .addthis_toolbox {
  padding: 0 0 0 10px;
  vertical-align: middle; }
.blogPost .genre {
  margin: 20px 0 10px; }

/* Events page updates */
.page-events #eventContent .event {
  overflow: hidden;
  margin-bottom: 20px; }

#eventContent .description,
.page-events #eventContent .event .description {
  float: left;
  clear: left;
  margin: 0; }
  #eventContent .description h3,
  .page-events #eventContent .event .description h3 {
    margin-top: 0 !important; }

.page-events #eventContent .event .description h3 {
  margin-top: 0; }

#EventRegistrationSignupForm button,
#eventContent button.submit,
#eventsContent button.submit {
  background: #AC945E;
  width: auto;
  height: 44px;
  margin: 0;
  padding: 0 40px;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  line-height: 40px; }
  #EventRegistrationSignupForm button:active, #EventRegistrationSignupForm button:hover,
  #eventContent button.submit:active,
  #eventContent button.submit:hover,
  #eventsContent button.submit:active,
  #eventsContent button.submit:hover {
    background: #b59f6f;
    color: #fff; }
  #EventRegistrationSignupForm button:focus,
  #eventContent button.submit:focus,
  #eventsContent button.submit:focus {
    outline: none; }

#EventRegistrationSignupForm input {
  width: 230px;
  height: 40px;
  margin: 0 0 10px;
  padding: 0 20px;
  outline: none; }
#EventRegistrationSignupForm textarea {
  width: 230px;
  height: 100px;
  padding: 20px;
  outline: none; }
#EventRegistrationSignupForm #KeepMePosted {
  width: auto;
  height: auto;
  margin: 5px 0 0; }
#EventRegistrationSignupForm label[for="KeepMePosted"] {
  font-weight: 400; }
#EventRegistrationSignupForm button {
  margin: 15px 0; }

#eventContent {
  margin-top: 0; }
  #eventContent .info {
    margin: 0;
    font-size: 1em; }
    #eventContent .info img {
      width: 100%;
      max-width: 500px; }
  #eventContent .regBtn {
    margin: 15px 0 0 !important; }
  #eventContent .addthis_toolbox {
    padding-top: 0 !important; }
  #eventContent h4 {
    margin-top: 10px;
    font-size: 1.5em; }
  #eventContent hr {
    margin: 30px 0;
    border-color: #e5e5e5; }
  #eventContent .organizer {
    margin: 0 0 20px; }
    #eventContent .organizer h3 {
      margin-top: 0 !important; }
    #eventContent .organizer a {
      margin: 0; }
  #eventContent .presenter h3 {
    margin-top: 0 !important; }
  #eventContent .description p {
    margin-bottom: 15px; }
    #eventContent .description p:last-child {
      margin-bottom: 0; }
  #eventContent .register {
    float: left; }

#eventsContent .event {
  overflow: hidden;
  margin-bottom: 20px; }
  #eventsContent .event .description,
  #eventsContent .event .info {
    padding: 0; }
  #eventsContent .event .info {
    margin: 0 0 15px; }
    @media (min-width: 640px) {
      #eventsContent .event .info {
        float: left;
        width: 30%;
        margin: 0;
        padding: 0 30px 0 0; } }
  #eventsContent .event h3 {
    margin-top: 0 !important; }
    #eventsContent .event h3 a {
      font-size: 1em; }
  #eventsContent .event img {
    margin: 0 0 15px; }
  @media (min-width: 640px) {
    #eventsContent .event .description {
      float: right;
      width: 70%; } }
  #eventsContent .event .description p:first-of-type {
    margin: 0 0 30px; }

.page-contact article .rule2 {
  background: #e5e5e5;
  height: 1px;
  margin: 40px 0; }


