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

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

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

.icon-microphone:before {
  content: "\e900";
}
.icon-lightbulb:before {
  content: "\e901";
}

 /* ================================================================== */


body {
  background-color: #ffffff;
  background-image: url('../img/bg_pattern.png');
  background-attachment: fixed;
  color: #58595b;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; font-family: 'Georgia', serif; font-weight: normal; font-style: italic; }

h1 span.headline-main { font-size: 51px; font-style: italic; letter-spacing: -2px; }
h1 span.headline-sub { font-size: 17px; text-transform: uppercase; color: #c9aa78; letter-spacing: 5px; font-family: 'Raleway', sans-serif; font-weight: 800; font-style: normal; }

h2 span.headline-main { font-size: 40px; font-style: italic; }

h3.subheading { font-family: 'Raleway', sans-serif; font-weight: 800; text-transform: uppercase; color: #c9aa78; letter-spacing: 2px; font-size: 20px; font-style: normal; }

.footer h4 { margin: 30px 0px; line-height: 31px; }
.footer h4 span.heading { font-size: 30px; color: #c9aa78; font-style: italic; }
.footer h4 span.sub-heading { font-size: 17px; text-transform: uppercase; color: #fff; letter-spacing: 4px; font-family: 'Raleway', sans-serif; font-weight: 800; font-style: normal; }

span.pipe { color: #a7a9ac; }

.dynamic-content h1, .dynamic-content h2, .dynamic-content h3, .dynamic-content h4, .dynamic-content h5, .dynamic-content h6 { margin-bottom: 10px; color: #6d6e71; }

a {
  color: #c9aa78;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

a:hover { color: #967d54; }

a:focus,
a:hover,
a:visited {
  text-decoration: none;
}
sup {
  font-size: 60%;
}
.wow {
  visibility: hidden;
}
.clear {
  clear: both;
}

.filler { padding: 30px 0px; }
.transparent {
  opacity: 0;
  -o-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -khtml-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
  -ms-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.opaque {
  opacity: 1;
  -o-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -khtml-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
  -ms-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.no-gutter {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.hidden {
  display: none !important;
  -o-transition: display 0.5s;
  -moz-transition: display 0.5s;
  -khtml-transition: display 0.5s;
  -webkit-transition: display 0.5s;
  -ms-transition: display 0.5s;
  transition: display 0.5s;
}
.no-style {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.no-style:hover {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.asterisk {
  top: -0.1em;
  font-size: 85%;
}
.small-caps {
  font-size: 0.8em;
}
.disclaimer {
  font-size: 12px !important;
  font-style:  italic;
  padding-bottom: 7px;
}
small { font-size: 12px; }

.underline,
.underline:hover {
  text-decoration: underline !important;
}
.no-underline {
  text-decoration: none !important;
}
.logo-cfp {
  background: url('../img/logo_cfp.png') no-repeat;
  width: 33px;
  display: inline-block;
  height: 15px;
  margin-left: 5px;
  background-size: 72%;
}
.no-padding {
  padding: 0px !important;
}
.block {
  display: block;
  -o-transition: display 0.5s;
  -moz-transition: display 0.5s;
  -khtml-transition: display 0.5s;
  -webkit-transition: display 0.5s;
  -ms-transition: display 0.5s;
  transition: display 0.5s;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: 800;
}
.no-style-li li {
  list-style-type: none !important;
}
ul.no-style-li {
  padding-left: 0;
}
.no-margin {
  margin: 0;
}
.padding-top {
  padding-top: 10px;
}
.padding-bottom {
  padding-bottom: 10px;
}
.delay {
  -webkit-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -ms-animation-delay: 800ms;
}
.delay02 {
  -webkit-animation-delay: 1000ms;
  -moz-animation-delay: 1000ms;
  -ms-animation-delay: 1000ms;
}
.delay03 {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  -ms-animation-delay: 1200ms;
}
.delay04 {
  -webkit-animation-delay: 1400ms;
  -moz-animation-delay: 1400ms;
  -ms-animation-delay: 1400ms;
}
.delay05 {
  -webkit-animation-delay: 1600ms;
  -moz-animation-delay: 1600ms;
  -ms-animation-delay: 1600ms;
}
.slow {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
}
.slower {
  -webkit-animation-duration: 2000ms;
  -moz-animation-duration: 2000ms;
  -ms-animation-duration: 2000ms;
  -webkit-animation-delay: 2000ms;
  -moz-animation-delay: 2000ms;
  -ms-animation-delay: 2000ms;
}
.quick {
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -ms-animation-duration: 600ms;
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -ms-animation-delay: 100ms;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell !important;
  vertical-align: middle;
  float: center;
}
.display-tablet {
  display: none !important;
}

.well { border: none; box-shadow: none;}

.btn-lg { padding: 10px 50px; }

.smallogo { display: none; }

.btn-default {
  color: #fff;
  background-color: #c9aa78;
  border: none;
  border-radius: 0px;
  text-transform: none;
  font-family: 'Georgia', serif;
  font-style: italic;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
.btn-default:hover { 
  background-color: #ac9166;
  color: #fff;
}

.nav-wrapper { max-width: 950px; margin: 0px auto; padding: 0px; }
.wrapper { max-width: 1200px; margin: 0px auto; }
.wrapper-interior { background-color: #fff; max-width: 980px; margin: 0px auto; padding: 30px 0px; }
.wrapper.shadow { background-color: #fff; box-shadow: 0px 0px 20px #666; }

.interior { max-width: 980px; margin: 0px auto; padding: 0px 30px; }

.interior p { font-size: 16px; line-height: 24px; margin-bottom: 25px; }

p.bio-name { font-size: 35px; font-family: 'Georgia', serif; margin: 0px; margin-bottom: 10px; font-style: italic; }
p.bio-title { color: #c9aa78; font-size: 16px; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; margin-bottom: 10px; }
.bio-social-media { font-size: 23px; }
.bio-social-media span.pipe { padding: 0px 12px; }
.bio-social-media a { color: #6d6e71; }
.bio-social-media a:hover { color: #c9aa78; }
.bio-image { border: 1px solid #c9aa78; min-width: 242px; max-width: 278px; }

.accent-creme { color: #c9aa78; }
.accent-grey { color: #6d6e71 !important; }

.shade-bone { background-color: #f4f4ee; }
.shade-creme { background-color: #c9aa78; }

.header {
    position: fixed;
    display: block;
    z-index: 99;
    width: 100%;
    background-color: #000;
    background-image: url('../img/paper_bg.png');
    background-repeat: repeat-y;
    background-position: center center;
    padding-top: 20px;
}

.footer {
    background-color: #000;
    background-image: url('../img/paper_bg.png');
    background-repeat: repeat-y;
    background-position: center center;
    width: 100%;
    padding: 20px 0px;
}

.wsoffcanvasopener .header { position: static; }

.header:before {
  display: block;
  content: '';
  background-image: url('../img/lined_paper_bg.png');
  background-position: center center;
  height: 20px;
  width: 100%;
  position: absolute;
  top: 0px;
}

.logo-wrapper {
    text-align: center;
    padding: 0 80px;
}

.nav-logo {
  width: 165px;
  height: 85px;
  position: absolute;
  left: 50%;
  top: 12px;
  margin-left: -83px;
}

.nav-tab-bar { position: absolute; width: 100%; }

.nav-tab-bar-item {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c9aa78;
  background-color: #333132; 
  display: inline-block;
  padding: 5px 20px;
  position: relative;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.nav-tab-bar-item:hover {
  color: #fff;
}

.nav-tab-bar-item:before {
  content: '';
  width: 20px;
  height: 27px;
  background-color: #333132;
  position: absolute;
  left: -9px;
  top: 0px;
  border-bottom-left-radius: 5px;
  transform: skewX(20deg);
  z-index: -1;
}

.nav-tab-bar-item:after {
  content: '';
  width: 20px;
  height: 27px;
  background-color: #333132;
  position: absolute;
  right: -9px;
  top: 0px;
  border-bottom-right-radius: 5px;
  transform: skewX(-20deg);
  z-index: -1;
}

.nav-tab-bar-item.contact:after { z-index: 1; }
.nav-tab-bar-item.refer-us { background-color: #100f0f; padding-left: 35px; }
.nav-tab-bar-item.refer-us:after { background-color: #100f0f; }

.nav-tab-bar-item.active { color: #fff; }


.banner {
  width: 100%;
  height: 500px;
  background-position: center 80px;
  background-repeat: no-repeat;
  position: relative;
}

.banner.homepage-image { background-image: url('../img/homepage_bg.png'); }
.banner.ourteam-image { background-image: url('../img/ourteam_bg.png'); }
.banner.aboutrj-image { background-image: url('../img/aboutrj_bg.png'); }
.banner.ourdifference-image { background-image: url('../img/ourdifference_bg.png'); }
.banner.ourclients-image { background-image: url('../img/ourclients_bg.png'); }
.banner.knowledgecenter-image { background-image: url('../img/knowledgecenter_bg.png'); }
.banner.contact-image { background-image: url('../img/contact_bg.png'); }
.banner.refer-image { background-image: url('../img/referus_bg.png'); }

.banner-bar { 
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
  padding: 20px 0px;
  background-color: rgba(0,0,0,0.4);
}

.banner-logo { width: 220px; height: 120px; }

.well { margin-bottom: 0px; padding: 10px; }

.headline { padding: 60px 0px; }

p.intro-callout { 
  padding: 50px 180px; 
  margin: 50px 10px; 
  border: 1px solid #c9aa78;
  font-size: 18px;
  line-height: 34px;
  color: #58595b;
  text-align: center;
}

.line {
  background-color: #c9a978;
  height: 2px;
  margin: 20px auto;
  max-width: 20%;
}

.line.white { background-color: #fff; }
.line.left { margin: 20px 0px; width: 84px; }

.smallline {
  background-color: #c9a978;
  height: 2px;
  margin: 40px auto;
  max-width: 10%;
}

.flag-box {
  background-color: #000;
  background-image: url('../img/paper_bg_lg.png');
  background-repeat: repeat-y;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 30px 0px;
}

.lined-break {
  background-image: url('../img/lined_paper_bg.png');
  height: 50px;
  background-position: center center;
}

.lined-break img { position: relative; top: -9px; }

.homepage-callout {
  display: block;
  width: 100%;
  margin: 30px auto;
  background-repeat: no-repeat;
  position: relative;
}

.homepage-callout:after {
  content: '';
  border: 1px solid #c9aa78;
  margin: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 96.5%;
  height: 100%;
  pointer-events: none;
}

.homepage-callout.shade:before {
  content: '';
  background-color: #f4f4ee;
  margin: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 96.5%;
  height: 100%;
  pointer-events: none;
}

.homepage-callout-inner {
  width: 46%;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  top: -4px;
}

.homepage-callout a.btn { position: relative; z-index: 2; bottom: -20px; }

.homepage-callout .flag { background-image: url('../img/flags.png'); min-height: 460px; position: relative; }
.homepage-callout .video { background-image: url('../img/video-large.gif'); background-size: cover; background-position: bottom center; background-repeat: no-repeat; min-height: 460px; position: relative; }
.homepage-callout .video:after {
  content: '';
  background-image: url('../img/video_overlay.png');
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.homepage-callout h2 { font-size: 30px; color: #fff; position: absolute; bottom: 50px; width: 100%; letter-spacing: 1px; z-index: 2; font-style: italic; padding: 0px 20px; }
.homepage-callout-inner h3 { font-size: 16px; color: #fff; text-transform: uppercase; letter-spacing: 2px; font-family: 'Raleway', sans-serif; font-weight: 800; line-height: 28px; margin-bottom: 50px; font-style: normal; }  


.interior-callout {
  display: block;
  width: 100%;
  margin: 30px auto;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 0px;
}

.interior-callout:after {
  content: '';
  border: 1px solid #c9aa78;
  border-left: none;
  border-right: none;
  margin: 2% 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.interior-callout-inner {
  width: 83%;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  top: 5px;
}

.interior-callout .flag { background-image: url('../img/flags.png'); min-height: 300px; position: relative; background-size: cover; background-position: top center; }
.interior-callout .video { background-image: url('../img/video-large.gif'); background-size: cover; background-repeat: no-repeat; min-height: 300px; position: relative; background-position: top center; }
.interior-callout .video:after {
  content: '';
  background-image: url('../img/video_overlay.png');
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.interior-callout h2 { font-size: 26px; color: #fff; position: absolute; bottom: 24px; width: 100%; letter-spacing: 1px; z-index: 2; font-style: italic; }
.interior-callout-inner h3 { font-size: 14px; color: #fff; text-transform: uppercase; letter-spacing: 2px; font-family: 'Raleway', sans-serif; font-weight: 800; line-height: 24px; margin-bottom: 30px; font-style: normal; }  


ul.bullets li {
    list-style-type: square;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.growLine {
  -webkit-animation-name: growLine;
  animation-name: growLine;
}

@-webkit-keyframes growLine {
  0% {
    opacity: 0;
    width: 0px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    width: 25%;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes growLine {
  0% {
    opacity: 0;
    width: 0px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    width: 25%;
    -webkit-transform: none;
    transform: none;
  }
}


.drivers {
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 460px;
}

.drivers.driver-one { background-image: url('../img/individuals_bg.png'); }
.drivers.driver-two { background-image: url('../img/institutions_bg.png'); }

.drivers h3 { font-family: 'Georgia', serif; font-style: italic; font-size: 35px; color: #fff; width: 50%; margin: 0px auto; padding-top: 150px; }
.drivers p { text-transform: uppercase; letter-spacing: 3px; color: #fff; width: 50%; margin: 0px auto; font-weight: 600; }

.drivers a { 
  min-height: 460px;
  display: block;
  -o-transition: background-color 0.8s;
  -ms-transition: background-color 0.8s;
  -moz-transition: background-color 0.8s;
  -webkit-transition: background-color 0.8s;
}

.drivers a:hover {
  background-color: #8f8785;
  box-shadow: inset 0px 0px 200px #6d5c5b;
}

.drivers a:before { 
  content: '';
  border: 1px solid #c9aa78;
  margin: 4%;
  width: 92%;
  height: 90%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.drivers a:after {
  content: 'Read more';
  display: block;
  background-color: #c9aa78;
  color: #fff;
  width: 200px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -100px;
  font-size: 18px;
  font-family: 'Georgia', serif;
  font-style: italic;
  box-shadow: 7px -2px 10px rgba(0,0,0,0.2);
}

a.interior-driver { 
  display: block;
  padding: 20px 20px 0px 20px;
}

a.interior-driver:hover { border: 1px solid #c9aa78; margin: -1px; }
a.interior-driver:hover h5 { color: #6d6e71; }
a.interior-driver:hover .line { background-color: #6d6e71; }

a.interior-driver i { color: #6d6e71;
  font-size: 90px;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s; }
a.interior-driver:hover i { color: #c9aa78; }
a.interior-driver .btn { width: 150px; background-color: #6d6e71; }
a.interior-driver:hover .btn { background-color: #c9aa78; }
a.interior-driver h5 { font-size: 16px; color: #c9aa78; text-transform: uppercase; letter-spacing: 2px; font-family: 'Raleway', sans-serif; font-weight: 800; margin: 15px 0px; font-style: normal; }

.address-box { 
  background-color: #f4f4ee;
  border: 1px solid #c9aa78;
  padding: 20px;
  width: 75%;
  margin: 0px auto;
  position: relative;
  top: -75px;
}

.address-box p {
  font-size: 17px;
  line-height: 28px;
  margin: 0px;
}

.address-box a, .address-box a:active, .address-box a:visited { color: #58595b; }
.address-box a:hover { color: #c9aa78; }

.footer { color: #f8f8f8; position: relative; }

.footer a { color: #c9aa78;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.footer a:hover { color: #fff; }

p.footer-small { font-size: 12px; line-height: 20px; margin-top: 25px; }

.footer.top { padding-bottom: 70px;}
.footer.bottom { padding-bottom: 50px; font-size: 12px; color: #c9aa78; }

.footer-text { width: 75%; position: relative; top: -20px; margin: 0px auto; padding-bottom: 10px; }




.panel { box-shadow: none; background: none; }

 .panel-group .panel { border-radius: 0px; }
 .panel-default { border: none; }
 .panel-default>.panel-heading { background: none; border-bottom: 1px solid #967d54; }

.panel .panel-title a.collapsed { color: #343434 !important;   -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s; }
.panel .panel-title a, .panel .panel-title a.collapsed:hover { color: #00827b !important; }

.panel-default>.panel-heading+.panel-collapse>.panel-body { border: none; }

@media only screen and (min-width: 780px) and (max-width: 950px) {
  
}

@media only screen and (max-width: 780px) {
  .header { padding-top: 55px; }
  .logo-wrapper, .nav-tab-bar { display: none; }
  .homepage-callout:after, .homepage-callout.shade:before {
    content: '';
    margin: 20px 0px;
    width: 100%;
    border-left: none;
    border-right: none;
  }
}

@media screen and (min-width: 781px) and (max-width: 1024px) {
/* Now the <li> containing the repeated top-level nav item will display */
  .display-tablet { display: block !important; }
}

@media only screen and (max-width: 780px) and (orientation: portrait) {
 p.intro-callout { padding: 30px 100px; }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
 .hide-portrait { display: none !important; }
}

@media only screen and (max-width: 768px) {
  p.intro-callout { padding: 30px 100px; }
  h1 span.headline-main { font-size: 53px; }
  .banner { background-position: center 50px; }
  .drivers h3 { padding-top: 120px; }
  #aboutrjCommercial { display: none; }
  .col-md-4 .flag-box { display: none !important; }
  .banner { height: 330px; background-size: cover; }
}

@media only screen and (max-width: 568px) {
  .pull-right { float: none !important; margin-bottom: 30px; }
  p.intro-callout { padding: 30px 20px; }
}

@media only screen and (max-width: 480px) and (orientation: landscape) {
  h1 span.headline-small { font-size: 13px; }
  h1 span.headline-main { font-size: 38px; letter-spacing: -1px; }
  h1 span.headline-sub { font-size: 13px; letter-spacing: 3px; }
  p.bio-name { font-size: 31px; }
  p.bio-title { font-size: 13px; }
  .mobile-padding { padding: 0px !important; }
}

@media only screen and (max-width: 414px) {
  p.intro-callout { padding: 30px 20px; }
  h1 span.headline-small { font-size: 13px; }
  h1 span.headline-main { font-size: 38px; letter-spacing: -1px; }
  h1 span.headline-sub { font-size: 13px; letter-spacing: 3px; }
  .homepage-callout-inner { width: 84%; }
  .footer.bottom { padding-left: 20px; padding-right: 20px; }
  .pull-right { float: none !important; margin-bottom: 30px; }
  p.bio-name { font-size: 31px; }
  p.bio-title { font-size: 13px; }
  #frmContact input, #frmContact select, #frmContact textarea, #frmReferFriend input, #frmReferFriend select, #frmReferFriend textarea { min-width: auto !important; }
  h2 span.headline-main { font-size: 31px; }
  .mobile-padding { padding: 0px !important; }
}

@media only screen and (max-width: 320px) {
  h1 span.headline-sub { font-size: 11px; letter-spacing: 2px; }
  .drivers h3 { padding-top: 120px; }
  .drivers p { font-size: 12px; }
}

/* RJ SYLES */

#fourOonek-bullets ul li { margin-bottom: 25px; color: #6d6e71; font-size: 18px; }
#fourOonek-bullets span.block { font-weight: normal; font-style: italic; color: #6d6e71; font-size: 13px; margin-top: 5px; }

#aboutrjCommercial {
    float: right;
    width: 273px;
    margin-left: 30px;
    margin-bottom: 20px;
    border: #ccc 1px solid;
    padding: 20px;
}

#milestone {
    float: none !important;
    width: inherit !important;
    padding: 0px 0px 0px 0px !important;
    border-left: none !important;
}

.dynamic-content ul { list-style-type: square; }
.dynamic-content ul li { margin: 10px 0px; margin-left: 20px;  }


#frmContact input, #frmContact select, #frmContact textarea { 
  min-width: 300px; 
  margin-left: 20px; 
  border: 1px solid rgba(0,0,0,0.2);
  background-color: transparent;
  color: #6d6e71;
  border-radius: 0px;
  font-size: 18px;
  font-family: 'Georgia', serif;
  font-style: italic;
  font-weight: normal;
}

#frmReferFriend input, #frmReferFriend select, #frmReferFriend textarea { 
  min-width: 300px; 
  margin-left: 0px; 
  border: 1px solid rgba(0,0,0,0.2);
  background-color: transparent;
  color: #6d6e71;
  border-radius: 0px;
  font-size: 18px;
  font-family: 'Georgia', serif;
  font-style: italic;
  font-weight: normal;
}

#frmContact textarea, #frmReferFriend textarea { margin: 0px; width: 100%; }
#frmContact select#state, #frmReferFriend select#referrerState, #frmReferFriend select#userState { height: 33px; }
#captcha #captchaAnswer { display: inline-block; height: 33px; margin: 0px; }

#btnSubmitSimpleCap {
  margin: 30px 0px !important;
  padding: 10px;
  font-weight: 800;
  color: #fff !important;
  background-color: #c9aa78 !important;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#btnSubmitSimpleCap:hover {
  background-color: #967d54 !important;
  color: #fff;
}

#frmReferFriend .blockTitleInputs { text-transform: uppercase; color: #c9aa78; font-weight: 800; margin-bottom: 20px; }
#frmReferFriend label { font-weight: normal; }

sup.required { font-weight: 800; color: #c9aa78; }

#brokercheck_placeholder { height: auto !important; }

/* Newsletters */
#newsletters .wmsTbl {width:100%; border:1px solid #e5e5e5; padding:4px; max-width: 720px;}
#newsletters .wmsTbl th {font-family:inherit; font-size: 11px; text-align: left !important; background: #D3D3D3; color: #676767 !important; text-transform:uppercase; /*text-align:center !important;*/}
#newsletters .wmsTbl td {font-family:verdana; font-size: 11px; padding:4px; }
#newsletters .wmsTbl tr.tblon td {background: #FFFFFF; padding:10px;}
#newsletters .wmsTbl tr.tbloff td {background: #F9F8F8; padding:10px;}

@media screen and (min-width: 320px) and (max-width: 340px) {
	#KJECalculatorTable {
		margin-left: -10px;
	}
	
	textarea {
		max-width: 280px;
	}
}

@media screen and (max-width: 374px) {
	
	#KJECommandButtons {
		margin-left: -60px !important;
	}
}

@media screen and (min-width: 341px) and (max-width: 374px) {
	
	#KJECalculatorTable {
		margin-left: -35px !important;
	}
}

@media screen and (max-width: 425px) {
	.KJEDefinitions dt, .KJEDefinitions p, .KJEDefinitions td, .KJEDefinitions ul, .KJEDefinitions li, .KJEDefinitions ol {
		font-size: 11px !important;
		line-height: normal;
	}
	
	.KJEReportTableDiv {
		margin-left: -55px !important;
	}
	
	.w100, #treasuryCurve img, #spPerformance img {
		max-width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.rightColumnImgBlock {
		float: none !important;
		padding: 0 0 20px 0 !important;
	}
}

@media screen and (max-width: 1024px) {
	#aboutrjCommercial {
		display: none;
	}
}