/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body {
  font-family: 'Open Sans', Arial, sans-serif;
  padding-top: 95px;
  color: #333;
}
a,
a:hover {
  cursor: pointer;
}
.blue-texture {
  background: #1e669d url("../img/header-rpt.png") 0 0 repeat scroll;
}
.space-30 {
  padding: 15px 0;
}
.center-block {
  margin: 0 auto;
  display: block;
}
.btn-success:hover {
  background-image: linear-gradient(to bottom, #6fab21 0%, #538019 100%);
  background-repeat: repeat-x;
  border-color: #406313;
}
.container {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  /* Bootstrap fix when modal is open */
  margin-right: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
.padtop {
  padding-top: 30px;
}
.navbar-main {
  background: #1e669d url("../img/header-rpt.png") 0 0 repeat scroll;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  height: 95px;
}
.headline {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 10px 10px;
  color: #000000;
  font-size: 9.5pt;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  width: 650px;
}
.nav.contact {
  padding: 18px 0 10px 0;
}
.nav.contact a {
  background-color: #134265;
  color: #4fa0de;
  height: 12px;
  padding: 4px 14px;
  font-size: 17px;
  line-height: 17px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.nav.menu {
  clear: right;
  border-top: 1px solid #257fc3;
  width: auto;
}
.navbar-inverse .navbar-nav > li > a {
  font: 15px/1em;
  text-shadow: 0 0 3px #002D49;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  padding-top: 4px;
  border-top: 1px transparent solid;
}
.navbar-inverse .navbar-nav > li > a:hover {
  text-shadow: 0 0 5px #000000;
  border-top: 1px #FFF solid;
}
.logo {
  background: url("../img/logo.png") no-repeat scroll center center;
  background-size: auto 68px;
  display: block;
  float: left;
  height: 93px;
  overflow: hidden;
  position: absolute;
  text-indent: -5000px;
  width: 183px;
}
.loading {
  background: url("/wp-content/themes/ocf/img/loading.gif") no-repeat scroll center center #ffffff;
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  position: absolute;
  width: 20px;
  display: none;
}
.get-in-touch .loading {
  margin: -26px 0 0 16px;
}
#carousel {
  background-color: #191A1C;
  background-size: 100% auto;
  width: 100%;
  height: 1000px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#carousel.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
#carousel.carousel-fade .carousel-inner .active {
  opacity: 1;
}
#carousel.carousel-fade .carousel-inner .active.left,
#carousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#carousel.carousel-fade .carousel-inner .next.left,
#carousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#carousel.carousel-fade .carousel-control {
  z-index: 2;
}
/* Bootstrap override */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  /* max-width: 1280px !important; */
  width: 100%;
  margin: 0 auto;
}
.navbar-nav > li {
  float: right;
}
.survey {
  margin: 60px 0 0 0;
  width: 490px;
  height: 450px;
  position: relative;
}
.survey .matte {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  width: 490px;
  height: 320px;
  padding: 0 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.survey .matte #mobile-view-fix {
  display: none;
}
.survey .matte h1 {
  color: #57871B;
  font: 700 12pt/12pt 'Open Sans', Arial, sans-serif;
  margin: 0;
  padding: 20px 0 60px;
  text-shadow: 0 0 5px #FFFFFF;
}
.survey .matte h1 b {
  color: #417004;
  font: 700 14pt/12pt 'Open Sans', Arial, sans-serif;
  position: relative;
  top: 1px;
}
.survey p {
  font: 500 10pt/1em 'Open Sans', Arial, sans-serif;
  text-align: center;
}
.survey span {
  color: #1d6398;
  font-weight: 700;
}
.survey p.title {
  background: #1e669d url("../img/header-rpt.png") 0 0 repeat scroll;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  left: -15px;
  top: 52px;
  color: #fff;
  padding: 10px;
  width: 520px;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  text-shadow: 0 0 3px #002D49;
}
.survey dl {
  padding-bottom: 25px;
  padding-right: 20px;
}
.survey dt {
  font: 500 10pt/30px 'Open Sans', Arial, sans-serif;
}
.survey .active {
  background-color: #61961d;
  color: #fff;
  text-shadow: 0 0 3px #2a410c;
}
.survey #check-rate {
  margin-top: 10px;
}
.survey .ui-widget-content {
  background-color: #fff;
  height: 5px;
  border: 1px solid #ddd;
}
.survey .ui-slider-handle {
  background-color: #61961d;
  top: -0.4em;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  outline: 0 !important;
}
.survey .ui-slider {
  margin: 12px 0 24px;
}
.featured {
  width: 100%;
  height: 140px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.featured .title {
  font-size: 12pt;
  text-align: center;
  color: #444444;
  margin: 10px 0 0;
  opacity: 0.75;
}
.featured ul {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.featured ul li {
  display: inline;
  list-style: none outside none;
}
.featured ul li img {
  height: 48px;
  margin: 18px 6px 0;
  opacity: 0.75;
}
.content.homepage {
  background-color: #FFF;
}
.content.homepage .mission {
  padding: 70px 0;
}
.content.homepage .mission p {
  font: 12pt/1.5em 'Open Sans', Arial, sans-serif;
  margin: 20px 0;
}
.content.homepage .mission img {
  width: 100%;
  margin: 20px auto;
  display: block;
}
.content.homepage .mission .cta {
  color: #00436D;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.content.homepage .mission h2 {
  font-weight: bold;
  color: #54902A;
}
.content.homepage.gray {
  background-color: #EEE;
  border-bottom: 8px #D3D3D3 solid;
}
.content.homepage.navy {
  background-color: #00436D;
  color: #FFF;
  border-top: 8px #00253D solid;
  border-bottom: 8px #00253D solid;
}
.content.homepage.navy p {
  color: #FFF;
}
.content.homepage.navy a {
  color: #FFF;
  font-weight: bold;
}
.content.homepage.green {
  background-color: #7CBA43;
  color: #FFF;
  border-bottom: 8px #346B22 solid;
  border-top: 8px #346B22 solid;
}
.content.homepage.green p {
  color: #FFF;
}
.content.homepage.green a {
  color: #FFF;
  font-weight: bold;
}
.content .compete {
  padding: 20px 0 0;
}
.content .compete img {
  margin: 0 auto;
  display: block;
}
.content .compete h2 {
  color: #FFF;
  font-size: 22pt;
  font-weight: 700;
  text-align: center;
  background-color: #71AA3B;
  height: 52px;
  line-height: 52px;
  margin: 0 0 40px 0;
  border-radius: 26px 26px 26px 26px;
}
.content .compete .block-a,
.content .compete .block-b {
  background-color: #FFFFFF;
  border-radius: 20px;
  color: #558426;
  padding: 20px;
  width: 85%;
  font-size: 10pt;
}
.content .compete .block-a b,
.content .compete .block-b b {
  color: #4F7C21;
}
.content .compete .block-a .tip,
.content .compete .block-b .tip {
  display: block;
  height: 11px;
  margin-top: -5px;
  position: absolute;
  width: 14px;
}
.content .compete .block-a {
  margin: 0 auto 8px 0;
}
.content .compete .block-a .tip {
  background: url("../img/tip-white.png") 0 0 no-repeat scroll;
  right: 15%;
}
.content .compete .block-b {
  margin: 0 0 8px auto;
}
.content .compete .block-b .tip {
  background: url("../img/tip-white.png") 0 -11px no-repeat scroll;
  left: 15%;
}
.content .compete .chef {
  margin: 0 auto 54px;
  z-index: 999;
  width: 400px;
  height: 370px;
}
.content .compete .speech-bubble {
  z-index: 0;
  position: absolute;
  bottom: 12px;
}
.content .compete .speech-bubble .bubble,
.content .compete .speech-bubble .pointer {
  background-color: #FFF;
  float: left;
}
.content .compete .speech-bubble .bubble {
  border-radius: 10px;
  height: auto;
  padding: 10px 0 5px;
  position: relative;
  width: 275px;
  text-align: center;
}
.content .compete .speech-bubble .bubble p {
  font-size: 9.5pt;
  color: #333;
}
.content .compete .speech-bubble .bubble:after {
  clear: both;
}
.content .steps {
  padding: 50px 5%;
}
.content .steps p {
  text-align: justify;
}
.content .steps .row.padtop {
  padding-top: 50px;
}
.content .steps h2 {
  color: #FFFFFF;
  font-size: 22pt;
  font-weight: 700;
  text-align: center;
  background-color: #0D5684;
  height: 52px;
  line-height: 52px;
  margin: -40px 0 40px 0;
  border-radius: 26px 26px 26px 26px;
}
.content .steps h3 {
  font: 700 20px/32px 'Open Sans', Arial, sans-serif;
  text-align: left;
  text-shadow: 0 0 5px #00243a;
  padding: 0;
  margin: 5px 0;
}
.content .steps h3 .circle {
  border-radius: 16px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  margin: 0 5px 0 0;
  text-shadow: 0 0 0;
}
.content .steps .yellow h3 {
  color: #EFC426;
}
.content .steps .yellow h3 .circle {
  background-color: #EFC426;
}
.content .steps .orange h3 {
  color: #F4872D;
}
.content .steps .orange h3 .circle {
  background-color: #F4872D;
}
.content .steps .green h3 {
  color: #72BE56;
}
.content .steps .green h3 .circle {
  background-color: #72BE56;
}
.content .steps .pink h3 {
  color: #FF0071;
}
.content .steps .pink h3 .circle {
  background-color: #FF0071;
}
.content .steps img {
  width: 180px;
  clear: both;
  margin: 0 auto;
}
.content .steps img.pull-left {
  margin: 0 10px 10px 0;
}
.content .steps img.pull-right {
  margin: 0 0 10px 10px;
}
.content .quickfacts {
  padding: 30px 0;
}
.content .quickfacts img {
  width: 50%;
  margin: 30px auto 0;
  display: block;
}
.content .quickfacts h2 {
  text-align: center;
}
.content .quickfacts h3 {
  font-weight: 700;
  margin: 0 0 5px;
}
.content .quickfacts ul {
  padding: 0 0 0 60px;
}
.content .quickfacts ul li {
  list-style: none;
  line-height: 2em;
}
.content .quickfacts ul li:before {
  content: '';
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #176698;
  margin: 0 4px 0 0;
}
.content.ticker {
  padding: 60px 0 40px;
  background: #7CBA43;
  border-bottom: 8px #346B22 solid;
  text-align: center;
}
.content.ticker label {
  color: #FFF;
  font: 400 24px/24px "Open Sans";
  text-align: center;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  height: 40px;
}
.content.ticker label small {
  font: 400 12px/16px "Open Sans";
  display: block;
}
.content.ticker .ribbon {
  height: 100px;
  width: 120px;
  background: url("/wp-content/themes/ocf/img/ribbon.png") center center no-repeat scroll;
}
.content.ticker .ribbon label {
  font: italic 300 16px/100px "Georgia", serif;
  transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  /* IE 9 */
  -webkit-transform: rotate(-4deg);
  /* Safari and Chrome */
}
.content.ticker .number-display {
  list-style: none;
  padding: 0;
  margin: 4px 0;
  display: inline-block;
}
.content.ticker .number-display li {
  background: linear-gradient(to bottom, #356d23 0%, #264f19 50%, #2b561c 51%, #264f19 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 6px;
  box-shadow: 0 0 4px #619630;
  color: #FFFFFF;
  display: block;
  float: left;
  font: 46px/48px "Unica One", Arial;
  height: 54px;
  margin: 0 1px;
  padding: 3px 2px;
  text-align: center;
  width: 30px;
}
.content.ticker .number-display li:after {
  background-color: #1F490F;
  content: "";
  display: block;
  height: 1px;
  margin: -24px 0 0 -2px;
  opacity: 0.6;
  position: absolute;
  width: 30px;
  z-index: 1;
}
.modal .modal-body {
  padding: 0 20px 20px;
}
.modal .close-modal {
  background: url("/wp-content/themes/ocf/img/cancel.png") no-repeat scroll 0 0;
  float: right;
  height: 16px;
  margin: 7px 0 0 7px;
  position: absolute;
  width: 16px;
  cursor: hand;
}
.testimonials {
  padding: 10px 0;
}
.testimonials h3 {
  color: #57A33D;
  font-weight: 700;
  letter-spacing: -0.05em;
  font-size: 32pt;
  padding-bottom: 40px;
}
.testimonials .row.blue .bubble,
.testimonials .row.blue .pointer,
.testimonials .row.blue .pointer-left {
  background: #003c6e;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #003c6e), color-stop(1, #1f5489));
  background: -ms-linear-gradient(bottom, #003c6e, #1f5489);
  background: -moz-linear-gradient(center bottom, #003c6e 0%, #1f5489 100%);
  background: -o-linear-gradient(#1f5489, #003c6e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f5489', endColorstr='#003c6e', GradientType=0);
  float: left;
}
.testimonials .row.blue .person {
  border: 2px #003c6e solid;
}
.testimonials .row.orange .bubble,
.testimonials .row.orange .pointer,
.testimonials .row.orange .pointer-left {
  background: #e96200;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e96200), color-stop(1, #ff7700));
  background: -ms-linear-gradient(bottom, #e96200, #ff7700);
  background: -moz-linear-gradient(center bottom, #e96200 0%, #ff7700 100%);
  background: -o-linear-gradient(#ff7700, #e96200);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7700', endColorstr='#e96200', GradientType=0);
  float: left;
}
.testimonials .row.orange .person {
  border: 2px #e96200 solid;
}
.testimonials .row.magenta .bubble,
.testimonials .row.magenta .pointer,
.testimonials .row.magenta .pointer-left {
  background: #b60063;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b60063), color-stop(1, #c90072));
  background: -ms-linear-gradient(bottom, #b60063, #c90072);
  background: -moz-linear-gradient(center bottom, #b60063 0%, #c90072 100%);
  background: -o-linear-gradient(#c90072, #b60063);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c90072', endColorstr='#b60063', GradientType=0);
  float: left;
}
.testimonials .row.magenta .person {
  border: 2px #b60063 solid;
}
.testimonials .bubble {
  height: auto;
  border-radius: 10px;
  width: 90%;
  padding: 10px;
  color: #FFF;
  position: relative;
}
.testimonials .bubble p {
  font-size: 9.5pt;
}
.testimonials .bubble:after {
  clear: both;
}
.testimonials .pointer,
.testimonials .pointer-left {
  height: 98px;
  width: 10%;
}
.testimonials .pointer {
  margin: 11px 0 11px;
  position: relative;
}
.testimonials .pointer .mask {
  background: url('/wp-content/themes/ocf/img/tipmask-left.png') 0 center no-repeat scroll;
  width: 100%;
  height: 100%;
}
.testimonials .pointer-left {
  margin: 11px 0 11px;
  position: relative;
  z-index: 999;
}
.testimonials .pointer-left .mask {
  background: url('/wp-content/themes/ocf/img/tipmask-right.png') right center no-repeat scroll;
  width: 100%;
  height: 100%;
}
.testimonials .row .person {
  margin: 0 auto;
  right: 25%;
  border-radius: 92px;
  width: 92px;
  height: 92px;
  overflow: hidden;
  position: relative;
}
.testimonials .row .person img {
  width: 95px;
}
.testimonials .row.odd .person {
  right: 0;
  left: 25%;
}
.quick-contact {
  border-top: 8px #D3D3D3 solid;
}
.quick-contact .get-in-touch, .quick-contact .get-in-touch-frm {
  background-color: #4A9E47;
  padding: 12px;
  border-radius: 16px;
  color: #FFF;
  margin: 100px 0;
}
.quick-contact .get-in-touch h4, .quick-contact .get-in-touch-frm h4  {
  background: none repeat scroll 0 0 #5FAD5B;
  color: #FFFFFF;
  font-size: 19pt;
  font-weight: bold;
  margin-top: 0;
  padding: 4px 0;
  text-align: center;
}
.quick-contact .get-in-touch .submit-btn,.quick-contact .get-in-touch-frm .submit-btn  {
  margin-bottom: 0;
}
.quick-contact .get-in-touch .submit-btn input,.quick-contact .get-in-touch-frm .submit-btn input {
  color: #195116;
  font-weight: bold;
  width: 50%;
  margin: 0 auto;
}
.quick-contact .get-in-touch .has-error .form-control , .quick-contact .get-in-touch-frm .has-error .form-control {
  background-color: #FFEAEA;
  border-color: #FF0000;
  border-width: 2px;
}
#fixedbg {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fffdea url('/wp-content/themes/ocf/img/happy.jpg') bottom left no-repeat scroll;
  z-index: -1;
}
#approval_form h1 p {
  text-shadow: 0px 0px 5px #C6C6C6;
  font-weight: 700;
  letter-spacing: -0.05em;
  font-size: 39pt;
  margin: 0;
  padding: 0;
  line-height: 1em;
  color: #538119;
}
#approval_form h3 .text-primary {
  font-weight: 700;
  margin: 0;
}
#approval_form h3 .text-primary b {
  color: #195583;
  font-weight: 700;
}
#approval_form h4 .text-primary {
  font: 700 16px/16px "open sans";
  margin: 0 0 30px;
}
#approval_form .input-group-sm {
  height: 36px;
  clear: both;
}
#approval_form .input-group-sm label small {
  display: block;
  font: 300 10px/10px arial, sans-serif;
}
#approval_form ul li {
  margin: 0 0 9px;
}
#approval_form ul li .glyphicon {
  color: #4fa0de;
  margin: 0 3px 0 -20px;
}
#approval_form .loading {
  margin: -33px 0 0;
  right: 10%;
}
#faqs .panel-heading {
  cursor: pointer;
  opacity: 0.8;
}
#faqs .panel-heading:hover {
  opacity: 1;
}
footer {
  border-top: 8px #D3D3D3 solid;
  background-color: #FFF;
  padding: 40px 0;
  min-height: 100px;
  text-align: center;
  font-size: 10px;
}.wpcf7-form-control {    background-color: #fff;    border: 1px solid #ccc;    border-radius: 4px;    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;    color: #555;    display: block;    font-size: 14px;    height: 34px;    line-height: 1.42857;    padding: 6px 12px;    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;    vertical-align: middle;    width: 100%;}
@media (max-width: 992px) {
  .navbar-nav li a {
    font-size: 12px;
  }
  .featured {
    height: auto;
  }
  .featured ul li img {
    height: 32px;
    margin: 12px 6px 0;
  }
  .testimonials .col-md-5.col-xs-8 {
    padding-top: 10px;
  }
  .testimonials .row .person {
    position: static;
    float: left;
    margin: 10px 0 0 -30px;
  }
  .testimonials .row.odd .person {
    float: right;
    margin: 10px -30px 0 0;
  }
  .content.homepage .mission img {
    margin: 20px auto -30px;
    width: 50%;
  }
  .content .quickfacts img {
    width: 40%;
  }
  .content .quickfacts ul {
    padding: 0;
  }
  .content .quickfacts ul li {
    text-align: center;
  }
  .content .steps .row.padtop {
    padding-top: 0;
  }
  .content .steps .col-md-6 {
    clear: both;
  }
  .content .steps img {
    width: 150px;
  }
  .content .compete {
    padding: 15px 5% 0;
  }
  .content .compete .block-a {
    margin-top: 0;
  }
  .content .compete h2 {
    margin-top: 0;
    font-size: 16pt;
    text-align: center;
  }
  .content .compete .speech-bubble {
    bottom: -42px;
    position: absolute;
    z-index: 0;
    left: 100px;
  }
  .content.ticker .ribbon {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .headline {
    width: 90%;
    font-size: 8pt;
  }
  .mission img {
    margin: -40px auto -20px;
  }
  .mission .cta,
  .mission h2,
  .mission p {
    text-align: center;
  }
  .navbar-right {
    text-align: right;
    margin: 0 2% 0 0;
  }
  .nav.menu {
    border-top: 0 none;
    width: auto;
  }
  .nav.contact {
    padding: 24px 0 10px;
  }
  .logo {
    margin: 0 0 0 5%;
  }
  #carousel {
    left: -66%;
    top: 90px;
    width: 166%;
  }
  .nav.menu li {
    display: inline-block;
  }
  .nav.menu li a {
    margin: 0;
    padding: 0 0 0 14px;
  }
  #approval_form .btn.wpcf7-submit {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  #approval_form ul li {
    display: block;
    text-align: center;
  }
  #approval_form ul li .glyphicon {
    color: #4FA0DE;
    margin: 0 3px 0 -20px;
  }
  #approval_form .control-label {
    display: none;
  }
  .survey {
    margin: 60px 0 0 20px;
  }
  .featured ul li img {
    height: 26px;
    margin: 6px 6px 0;
  }
}
@media (max-width: 599px) {
  .navbar-main .nav.menu {
    display: none;
  }
  .navbar-main select {
    display: block !important;
    float: right;
    margin: 0 2% 0 0;
  }
  .logo {
    background-size: 100%;
    width: 140px;
  }
  .survey {
    height: auto;
    margin: 30px 0 0;
    width: auto;
  }
  .survey .matte {
    padding: 0 20px 10px;
    height: auto;
    width: auto;
  }
  .survey .matte #mobile-view-fix {
    display: block;
    padding: 20px 0;
  }
  .survey .matte h1 {
    padding: 20px 0;
  }
  .survey .matte dl {
    height: 68px;
  }
  .survey .matte dl dd,
  .survey .matte dl dt {
    width: 100%;
    clear: both;
    text-align: center;
  }
  .survey .matte dt,
  .survey .matte dd,
  .survey .matte p {
    font-size: 12px;
    line-height: 14px;
  }
  .survey p.title {
    font-size: 16px;
    left: -1%;
    width: 102%;
    top: inherit;
  }
  .survey #check-rate {
    margin-bottom: 30px;
    width: 100%;
  }
  #approval_form h1 p {
    font-size: 24pt;
  }
  #approval_form h3 {
    font-size: 15pt;
    line-height: 1.25em;
  }
  #approval_form .list-unstyled {
    margin: 0 auto;
    max-width: 90%;
  }
  .testimonials h3 {
    font-size: 20pt;
    padding-bottom: 10px;
  }
  .testimonials .bubble {
    height: auto;
    padding: 5px;
    width: auto;
  }
  .testimonials .pointer,
  .testimonials .pointer-left {
    display: none;
  }
  .testimonials .row .person {
    border: 0;
    border-radius: 66px;
    height: 66px;
    overflow: hidden;
    right: 0;
    width: 66px;
    margin: 10px 0 0 -20px;
  }
  .testimonials .row .person img {
    width: 66px;
  }
  .testimonials .row .person.odd {
    margin: 10px -20px 0 0;
  }
  .content .quickfacts li {
    font-size: 9.5pt;
  }
  .content .quickfacts .cta {
    font-size: 18pt;
    line-height: 1.25em;
  }
  .content .quickfacts .col-xs-4 {
    clear: both;
    float: none;
    margin: 0 auto;
    width: 90%;
  }
  .content .compete .speech-bubble {
    left: 5px;
  }
  .content .compete .block-a,
  .content .compete .block-b {
    font-size: 10pt;
  }
  .content.homepage .mission img {
    margin: -40px auto -30px;
    width: 90%;
  }
  .content.homepage .mission p {
    margin: 50px 0 0;
  }
  .content.homepage .mission .cta {
    font-size: 19pt;
  }
  .content.homepage .mission h2 {
    font-size: 16pt;
  }
  .content.homepage .steps {
    padding: 20px 0;
  }
  .content.homepage .steps img {
    display: none;
  }
  .content.homepage .steps h2 {
    margin: -10px 5% 0;
  }
  .content.homepage .steps h3,
  .content.homepage .steps p {
    text-align: left;
    margin: 0 20px;
  }
  .content.homepage .steps h3 {
    margin: 20px 20px 0;
  }
  .quick-contact .get-in-touch ,  .quick-contact .get-in-touch-frm {
    margin: 40px 0;
  }
  #fixedbg {
    background: #fffdea url('/wp-content/themes/ocf/img/happy-mobile.jpg') bottom center no-repeat scroll;
    background-size: 100% auto;
  }
}
