/****************************************************************************************************************

THEME NAME:  Vortala 2.0
THEME URI: http://www.vortala.com
DESCRIPTION: A custom theme by <a href="http://www.pypelineweb.com">Pypeline</a> for <a href="http://wpstartbox.com">Vortala</a>.
TAGS: startbox, one column, two column, three column, widgets, shortcodes, theme options
VERSION: 1.0
AUTHOR: Jarrod Pyper (Vortala)
AUTHOR URI: http://www.pypelineweb.com
LICENSE: GNU General Public License
LICENSE URI: license.txt
TEMPLATE: startbox

****************************************************************************************************************

Default styles from startbox are imported via wp_enque_style() in functions.php

****************************************************************************************************************

Table of Contents

****************************************************************************************************************

0.	General Styling
1. 	Layout
2.	Menu
3.	Widget Areas
4.	Articles
5.	Comments
6.	Footer
7.	Misc Responsive Stuff
7.	Old Theme Styles

****************************************************************************************************************

0. General Styling

****************************************************************************************************************/
@font-face {
  font-family: 'cambo';
  src: url("fonts/cambo-regular-webfont.eot");
  src: url("fonts/cambo-regular-webfont.eot?#iefix") format("embedded-opentype"),
       url("fonts/cambo-regular-webfont.woff") format("woff"),
       url("fonts/cambo-regular-webfont.ttf") format("truetype"),
       url("fonts/cambo-regular-webfont.svg#camboregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DistrictThin';
  src: url("fonts/distth__-webfont.eot");
  src: url("fonts/distth__-webfont.eot?#iefix") format("embedded-opentype"),
       url("fonts/distth__-webfont.woff") format("woff"),
	   url("fonts/distth__-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  background: #fff;
  color: #444;
  font-size: 14px;
  font-family: "Trebuchet MS", sans-serif; }

a, a:visited {
  color: #F60; }

a.toggle {
  float: left;
  clear: both;
  padding-left: 12px;
  margin-left: 10px;
  margin-bottom: 5px;
  line-height: 24px;
  background: url("images/togglearrow-r.png") no-repeat left 7px; }

a.noarrow {
  background: none; }

div.toggled {
  margin: 0 0 10px 40px;
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  clear: none; }

.tagline {
  color: #fff;
  font-family: 'DistrictThin', arial, serif;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 10px; }
  @media screen and (max-width: 725px) {
    .tagline {
      text-align: center; } }

.sub_tagline {
  font-size: 24px;
  line-height: 25px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "DistrictThin", arial, sans-serif;
  margin-top: 10px; }

h2 {
  color: #444444;
  font-family: 'DistrictThin', arial;
  font-size: 30px;
  font-weight: normal; }

h3 {
  color: #55438b;
  font-size: 16px;
  font-family: 'DistrictThin'; }

.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-family: "cambo", serif;
  font-size: 18px;
  padding: 12px 20px;
  margin: 5px 0; }

.button.pp-purple {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7a60c7), to(#55438b));
  background-image: -webkit-linear-gradient(top, #7a60c7, #55438b);
  background-color: #55438b;
  background-image: -moz-linear-gradient(top, #7a60c7, #55438b);
  background-image: -ms-linear-gradient(top, #7a60c7, #55438b);
  background-image: -o-linear-gradient(top, #7a60c7, #55438b);
  background-image: linear-gradient(top, #7a60c7, #55438b);
  background-repeat: repeat-x;
  border-color: #55438b; }

.button.pp-orange {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1852c), to(#f05620));
  background-image: -webkit-linear-gradient(top, #f1852c, #f05620);
  background-color: #f05620;
  background-image: -moz-linear-gradient(top, #f1852c, #f05620);
  background-image: -ms-linear-gradient(top, #f1852c, #f05620);
  background-image: -o-linear-gradient(top, #f1852c, #f05620);
  background-image: linear-gradient(top, #f1852c, #f05620);
  background-repeat: repeat-x;
  border-color: #f15b21; }

#fsCell22486265 a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-family: "cambo", serif;
  font-size: 16px;
  padding: 4px 20px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1852c), to(#f05620));
  background-image: -webkit-linear-gradient(top, #f1852c, #f05620);
  background-color: #f05620;
  background-image: -moz-linear-gradient(top, #f1852c, #f05620);
  background-image: -ms-linear-gradient(top, #f1852c, #f05620);
  background-image: -o-linear-gradient(top, #f1852c, #f05620);
  background-image: linear-gradient(top, #f1852c, #f05620);
  background-repeat: repeat-x;
  border-color: #f15b21;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3); }
#fsCell22486265 .fsSupporting {
  margin-top: 5px; }

.watch_button {
  padding: 10px 0; }

.watch_button img {
  margin: 0 0 -3px 5px; }

.slider_wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.headline {
  text-align: center;
  margin-top: 35px;
  font-size: 33px; }

.headline_shadow {
  margin: -30px auto 40px;
  display: block; }

.flexslider {
  margin-bottom: 40px; }
  @media screen and (max-width: 676px) {
    .flexslider {
      margin-bottom: 20px; } }

.item {
  max-width: 980px;
  width: 100%;
  padding: 15px 0; }

.testimonial {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Cambo", serif; }
  .testimonial.second {
    padding-right: 60px; }
  @media screen and (max-width: 676px) {
    .testimonial {
      width: 100%;
      margin-bottom: 10px; } }

.flexslider .testimonial-image {
  background: #fff;
  float: left;
  margin: 0 25px 0 50px; }
  .flexslider .testimonial-image img {
    width: 72px;
    height: 72px;
    padding: 3px;
    border: 1px solid #ccc;
    margin-bottom: 0; }
  @media screen and (max-width: 676px) {
    .flexslider .testimonial-image {
      margin-left: 30px; } }
  @media screen and (max-width: 480px) {
    .flexslider .testimonial-image {
      margin-right: 15px; } }

.testimonial-text {
  margin: -10px 40px 0 145px;
  padding: 5px 0 0 45px;
  line-height: 30px;
  background: url("images/quotes.png") no-repeat; }
  @media screen and (max-width: 676px) {
    .testimonial-text {
      margin: -10px 20px 0 120px; } }
  @media screen and (max-width: 480px) {
    .testimonial-text {
      margin: -10px 28px 0;
      background: none;
      padding: 5px 0 0;
      line-height: 29px; } }

.test-text {
  color: #555;
  font-size: 20px;
  font-style: italic; }

.test-author {
  color: #55438B;
  font-size: 15px; }

.widget_testimonial_wrap {
  width: 100%;
  max-width: 276px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc; }
  .widget_testimonial_wrap .flexslider {
    float: none;
    margin-bottom: 0; }
  #primary .widget_testimonial_wrap .slides {
    list-style: none;
    padding: 0;
    margin: 0; }
  .widget_testimonial_wrap .w_items {
    position: relative; }
  .widget_testimonial_wrap .w_item {
    width: auto; }

.widget_testimonial_bg_wrap {
  max-width: 276px;
  background: #f3f3f3 url("images/widget-quotes-left.png") top left no-repeat; }

.widget_testimonial {
  background: url("images/widget-quotes-right.png") bottom right no-repeat; }

.widget_testimonial_text {
  color: #55438B;
  font-style: italic;
  font-size: 13px;
  line-height: 16px;
  padding: 10px 25px 2px 35px; }

.widget_testimonial_author {
  color: #333;
  font-size: 12px;
  text-align: right;
  line-height: 14px;
  padding: 0 35px 0 35px; }
#brands a, #brands a:visited {
  color: #fff;
}
/*For sitemap and like pages*/
.page-id-0.layout-three-col-both #container_wrap, .page-id-0.layout-two-col-left #content, .page-id-0.layout-two-col-right #content {
  padding: 20px 0 0 20px;
  margin: 0;
}

/****************************************************************************************************************

1. Layout

****************************************************************************************************************/
/* Return to Top link */
.home #header {
  margin: 0 auto;
  border: none; }
.home #container_wrap {
  border: none; }
.home #content {
  width: 100%; }
.home .page-title {
  position: absolute;
  text-indent: -999em; }

#wrap {
  width: 100%;
  background: #fff; }

#header_wrap {
  width: 100%;
  float: left;
  background: white; }

#header_left {
  width: 315px;
  float: left;
  clear: left; }
  #header_left h1 {
    line-height: 45px;
    margin-bottom: 30px;
    font-family: "DistrictThin", sans-serif; }
  #header_left .button {
    width: 230px; }
  @media screen and (max-width: 980px) {
    #header_left {
      position: absolute; } }
  @media screen and (max-width: 725px) {
    #header_left {
      position: relative;
      float: none;
      margin: 0 auto;
      clear: none; } }

#header_right {
  max-width: 620px;
  float: right;
  margin: -10px -20px 0 0;
  width: 100%;
  position: relative; }
  #header_right img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */ }
  @media screen and (max-width: 980px) {
    #header_right {
      margin: -40px 0 0; } }
  @media screen and (max-width: 920px) {
    #header_right {
      width: 550px;
      margin: -6px 0 0; } }
  @media screen and (max-width: 845px) {
    #header_right {
      width: 480px;
      margin: 27px 0 0; } }
  @media screen and (max-width: 725px) {
    #header_right {
      float: none;
      margin: 27px auto 0; } }
  @media screen and (max-width: 500px) {
    #header_right {
      width: 100%; } }

#header_quote {
  width: 430px;
  float: right;
  margin-top: 42px;
  text-align: right;
  font-size: 14px;
  font-style: italic;
  color: #287bb1; }

#header {
  margin: 0 auto 40px;
  border-bottom: 1px solid #aaa;
  padding: 0 0 15px;
  width: 100%;
  max-width: 980px;
  height: 120px; }
  @media screen and (max-width: 980px) {
    #header {
      padding: 0 10px;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  @media screen and (max-width: 880px) {
    #header {
      height: auto;
      float: left; } }

#logo {
  margin: 52px 0 0; }
  @media screen and (max-width: 880px) {
    #logo {
      margin-top: 10px; } }

#main_banner {
  width: 100%;
  height: 370px;
  float: left;
  background: url("images/banner-bg.png") repeat-x;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 725px) {
    #main_banner {
      height: auto;
      background: url("images/banner-bg-extra.png"); } }

#banner_inside {
  width: 100%;
  max-width: 980px;
  padding-top: 70px;
  margin: 0 auto;
  background: url("images/banner-bg.png") repeat-x; }
  @media screen and (max-width: 980px) {
    #banner_inside {
      padding: 70px 10px 0;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  @media screen and (max-width: 725px) {
    #banner_inside {
      margin-top: 0px;
      padding-top: 20px;
      height: auto; } }

#below_banner {
  width: 100%;
  background: #fff;
  float: left;
  padding-top: 40px;
  position: relative; }
  @media screen and (max-width: 715px) {
    #below_banner {
      padding-top: 20px; } }

#below_banner_inside {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 35px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    #below_banner_inside {
      padding: 0 10px; } }

#bill_image {
  position: relative; }
  @media screen and (max-width: 715px) {
    #bill_image {
      display: none; } }

#bill {
  float: left;
  margin-bottom: -41px; }

.bill_text {
  text-align: right;
  font-size: 11px;
  line-height: 14px;
  color: #976122;
  position: absolute;
  top: 135px;
  left: 10px;
  font-style: italic; }

#bill_copy {
  float: right;
  width: 56.66%;
  margin-top: 60px; }
  #bill_copy h2 {
    color: #444; }
  #bill_copy h4 {
    color: #f1852c;
    display: inline;
    margin-right: 10px;
    font-size: 18px;
    font-weight: normal;
    font-family: "Cambo", serif; }
  #bill_copy img {
    margin-bottom: -4px; }
  @media screen and (max-width: 715px) {
    #bill_copy {
      width: 100%;
      margin: 0 auto 20px; } }

#container_wrap {
  width: 100%;
  max-width: 980px;
  overflow: hidden;
  margin: 0 auto;
  padding: 3px 0 0; }

.layout-two-col-left div#primary, .layout-two-col-left div#secondary {
  width: 287px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #dedede;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(#efefef));
  background-image: -webkit-linear-gradient(left, white, #efefef);
  background-image: -moz-linear-gradient(left, white, #efefef);
  background-image: -ms-linear-gradient(left, white, #efefef);
  background-image: -o-linear-gradient(left, white, #efefef);
  background-image: linear-gradient(left, white, #efefef);
  background-repeat: repeat-x;
  position: absolute;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .layout-two-col-left div#primary, .layout-two-col-left div#secondary {
      width: 100%;
      max-width: 100%;
      margin: 0;
      min-height: 0 !important;
      clear: both;
      position: relative; } }
.layout-two-col-left div#primary {
  padding-left: 5px; }
  @media screen and (max-width: 980px) {
    .layout-two-col-left div#primary {
      margin-left: 5px; } }
.layout-two-col-left div#content {
  margin-left: 312px;
  padding-right: 30px; }
  @media screen and (max-width: 768px) {
    .layout-two-col-left div#content {
      margin: 0 auto;
      padding: 0 20px; } }

.layout-two-col-right div#container {
  margin: 0 -340px 0 30px; }
.layout-two-col-right div#content {
  margin-right: 270px; }

#content {
  width: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .blog #content {
    padding-left: 50px; }
  @media screen and (max-width: 768px) {
    #content {
      max-width: 100%; } }

.layout-one-col #content {
  width: 100%;
  max-width: 100%; }

.layout-two-col-right
div#content {
  margin-right: 270px; }

.wp-pagenavi {
  text-align: center;
  background: #eeede8;
  padding: 15px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  color: #387aa5;
  padding: 3px; }

.gform_wrapper {
  width: 690px; }

.gform_wrapper .gform_heading {
  margin-bottom: 5px; }

.gform_wrapper .top_label .gfield_label {
  font-size: 16px;
  color: #eb5507; }

.gform_wrapper .gfield_required {
  color: #eb5507 !important; }

.ginput_container input, .ginput_container textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 1px 0 #999999 inset;
  -moz-box-shadow: 0 1px 1px 0 #999999 inset;
  box-shadow: 0 1px 1px 0 #999999 inset; }

.gform_button {
  background: -moz-linear-gradient(center top, #ff9900 20%, #ee7700 100%) repeat scroll 0 0 transparent;
  border-color: #FF9900;
  width: auto;
  padding: 12px 25px; }

.gform_wrapper h3.gform_title {
  font-size: 30px;
  font-family: "DistrictThin", sans-serif;
  color: #1d6899; }

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
  width: 95%; }

#contact-modal {
  padding: 0 40px; }

#cboxLoadedContent {
  background: #f7f6f2; }

#cboxClose {
  top: 0; }

/*****Video.js******/
.video-js {
  /*width: 100% !important;*/
  /*height: 100% !important;*/
  position: absolute !important;
  top: 0;
  left: 0;
  background-color: transparent;
  visibility: hidden; }

.videowidth {
  margin-bottom: 10px;
  margin-top: 10px; }

.videoWrapper {
  position: relative;
  padding: 0;
  height: 0;
  width: 100%;
  z-index: 1000; }

.videowidth {
  max-width: 100%; }

img.vjs-poster {
  margin: 0 auto;
  position: absolute; }

.fill_important {
  width: 100% !important;
  height: 100% !important; }

.video_thumb {
  cursor: pointer;
  margin: 0; }

.video_play {
  width: 149px;
  height: 149px;
  background: url(images/videoplay.png) center -149px no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -75px;
  cursor: pointer; }

.video_play:hover {
  background-position: 0 0; }

.close_video {
  right: 8px;
  position: absolute;
  top: -8px;
  z-index: 1;
  cursor: pointer; }

.embed_wrapper {
  position: relative; }

/*controls form*/
#wrapper, #framewrap, .embed_wrapper {
  width: 618px;
  height: 347px; }

#frameform {
  position: absolute;
  top: 0;
  right: 0;
  font: normal 12px Arial;
  height: 255px;
  width: 290px;
  margin: 60px 20px 0; }

#framewrap {
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  position: absolute; }

/****************************************************************************************************************

2. Menu

****************************************************************************************************************/
/* Menu */
.nav {
  font-family: "cambo", serif;
  margin: 10px 0; }

/* Default Links */
/* Active Links */
/* Sub-menu */
/* Sub-menu Links */
/* Sub-menu Active Links */
/* Top Nav Menu Styles */
.nav-primary {
  border: none;
  width: auto;
  float: right;
  clear: none;
  margin-right: 190px;
  margin-bottom: 20px; }
  @media screen and (max-width: 880px) {
    .nav-primary {
      margin-top: 35px; } }
  @media screen and (max-width: 625px) {
    .nav-primary {
      margin-top: 5px;
      margin-bottom: 2px; } }
  @media screen and (max-width: 420px) {
    .nav-primary {
      margin-right: 0; } }

/* Main Nav Links */
.nav-primary li a, .nav-primary li a:visited {
  font-weight: bold;
  text-transform: none;
  font-size: 14px;
  color: #55438b;
  padding: 10px 5px;
  margin-right: 10px; }
  .gecko .nav-primary li a, .gecko .nav-primary li a:visited {
    font-weight: normal; }
  @media screen and (max-width: 715px) {
    .nav-primary li a, .nav-primary li a:visited {
      margin-right: 0; } }
  @media screen and (max-width: 320px) {
    .nav-primary li a, .nav-primary li a:visited {
      padding: 0 4px;
      border-right: 1px solid #aaa; } }

@media screen and (max-width: 320px) {
  .nav-primary li.last a {
    border: none; } }

.nav li.current-menu-item a, .nav li.current-menu-item a:visited,
.nav li.current-menu-ancestor a, .nav li.current-menu-ancestor a:visited {
  color: #55438b;
  border-bottom: none; }

/* Main Nav Active Links */
.nav-primary li:hover a, .nav-primary li:hover a:visited,
.nav-primary li a:hover, .nav-primary li a:active, .nav-primary li a:focus {
  color: #fff;
  border-bottom: none;
  background: #777; }

/* Main Nav Menu Styles */
.nav-secondary {
  border: 1px solid #e0e0e0;
  width: auto;
  float: right;
  clear: none;
  height: auto;
  margin: 0 auto; }
  @media screen and (max-width: 625px) {
    .nav-secondary {
      float: left;
      border: none; } }

@media screen and (max-width: 625px) {
  #secondary_nav {
    display: none;
    margin-top: 70px;
    max-width: 75%;
    float: left;
    background: #aaa;
    border: 1px solid #e0e0e0;
    position: absolute; } }

@media screen and (max-width: 625px) {
  .nav-secondary ul li ul {
    position: relative;
    background: inherit;
    max-width: 100%;
    width: auto;
    left: 0;
    top: 0; } }

@media screen and (max-width: 625px) {
  .nav-secondary ul li ul li a, .nav-secondary ul li ul li a:visited {
    padding: 0 10px; } }

@media screen and (max-width: 625px) {
  .nav-secondary li {
    float: none; } }

.menu-sep {
  padding: 4px 0 2px;
  border-right: 1px solid #b2aebe; }
  @media screen and (max-width: 625px) {
    .menu-sep {
      display: none; } }

.last.menu-sep {
  display: none; }

/* Main Nav Links */
.nav-secondary li a, .nav-secondary li a:visited {
  font-weight: bold;
  display: inline-block;
  text-transform: none;
  font-size: 18px;
  color: #444;
  padding: 8px 21px; }
  .gecko .nav-secondary li a, .gecko .nav-secondary li a:visited {
    font-weight: normal; }
  @media screen and (max-width: 625px) {
    .nav-secondary li a, .nav-secondary li a:visited {
      border-right: none;
      padding: 5px 20px;
      display: block; } }

/* Main Nav Active Links */
.nav-secondary li:hover a, .nav-secondary li:hover a:visited,
.nav-secondary li a:hover, .nav-secondary li a:active, .nav-secondarysecondary li a:focus {
  color: #fff;
  border-bottom: none;
  background: url("images/main-nav-hover.png"); }

/* Main Nav Sub-menu */
/* Main Nav Sub-menu Links */
/* Main Nav Sub-menu Active Links */
/* Footer Nav Menu Styles */
#footer_wrap .nav {
  float: right;
  width: 65%;
  border: none;
  margin: 0;
  clear: none; }

.nav-footer {
  float: right; }

/* Footer Nav Links */
.nav-footer li a, .nav-footer li a:visited {
  color: #fff;
  font-size: 1em;
  border-right: 1px solid #fff; }

.nav-footer li.last a {
  border: none; }

/* Footer Nav Active Links */
.nav-footer li:hover a, .nav-footer li:hover a:visited,
.nav-footer li a:hover, .nav-footer li a:active, .nav-footer li a:focus,
.nav-footer li.current-menu-item a, .nav-footer li.current-menu-item a:visited,
.nav-footer li.current-menu-ancestor a, .nav-footer li.current-menu-ancestor a:visited {
  color: #aaa; }

/* Footer Nav Sub-menu */
/* Footer Nav Sub-menu Links */
/* Footer Nav Sub-menu Active Links */
/* Nav Extras */
.header-search {
  position: absolute;
  right: 50%;
  top: 10px;
  margin-right: -480px;
  list-style-type: none; }
  @media screen and (max-width: 980px) {
    .header-search {
      margin-right: -49%; } }
  @media screen and (max-width: 880px) {
    .header-search {
      top: 35px; } }
  @media screen and (max-width: 674px) {
    .header-search {
      top: 101px; } }
  @media screen and (max-width: 625px) {
    .header-search {
      top: 70px; } }
  @media screen and (max-width: 420px) {
    .header-search {
      display: none; } }

li.menu-item-type-search .searchtext {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: white url("images/search-icon.png") no-repeat 8px center;
  padding: 0 0 0 25px;
  width: 125px;
  height: 26px;
  font-size: 13px;
  margin-right: 34px; }
  @media screen and (max-width: 320px) {
    li.menu-item-type-search .searchtext {
      width: 45px;
      background-position-x: 4px;
      padding-left: 20px; } }

li.menu-item-type-search .button {
  display: inline;
  height: 28px;
  padding: 0;
  position: absolute;
  right: 0;
  font-size: 15px;
  top: -5px;
  width: 35px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7b60c4), to(#a98feb));
  background-image: -webkit-linear-gradient(top, #7b60c4, #a98feb);
  background-color: #a98feb;
  background-image: -moz-linear-gradient(top, #7b60c4, #a98feb);
  background-image: -ms-linear-gradient(top, #7b60c4, #a98feb);
  background-image: -o-linear-gradient(top, #7b60c4, #a98feb);
  background-image: linear-gradient(top, #7b60c4, #a98feb);
  background-repeat: repeat-x;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

#dd-secondary_nav {
  display: none;
  height: 30px;
  position: relative;
  clear: both;
  border: 1px solid #e0e0e0;
  width: 50%; }
  #dd-secondary_nav a, #dd-secondary_nav a:visited {
    display: block;
    font-weight: bold;
    background: url(images/mobile-icon-menu.png) no-repeat 4px 50% !important;
    max-width: 50%;
    text-indent: 30px;
    padding: 0 5px 0 10px;
    display: block;
    font-family: "Cambo", serif;
    font-size: 16px;
    line-height: 32px; }
  #dd-secondary_nav .searchform {
    display: none;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11px; }
    @media screen and (max-width: 420px) {
      #dd-secondary_nav .searchform {
        display: block; } }
  @media screen and (max-width: 625px) {
    #dd-secondary_nav {
      display: block; } }
  @media screen and (max-width: 420px) {
    #dd-secondary_nav {
      width: 100%; } }

/****************************************************************************************************************

3. Widget Areas

****************************************************************************************************************/
.widget-title {
  padding-bottom: 8px;
  font-family: "Cambo", serif; }

#footer_wrap .widget-title {
  padding-bottom: 14px;
  margin-bottom: 14px;
  font-size: 14px; }

.addthis_toolbox {
  margin-bottom: 10px; }
  .addthis_toolbox a {
    padding: 0 5px; }

.layout-two-col-right div#primary {
  width: 240px;
  margin: 0 30px 0 0;
  position: relative; }

.layout-two-col-left div#primary, .layout-two-col-left div#secondary {
  overflow: visible; }

#primary .widget-title, #secondary .widget-title {
  line-height: 40px;
  padding: 0 0 0 20px;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 20px; }
@media screen and (max-width: 768px) {
  #primary .widget, #secondary .widget {
    float: left;
    width: 46%;
    min-height: 220px;
    margin-right: 20px; } }
@media screen and (max-width: 600px) {
  #primary .widget, #secondary .widget {
    float: none;
    min-height: 0;
    width: auto;
    margin: 0 auto 20px; } }
#primary .widget ul, #secondary .widget ul {
  border: none;
  list-style: disc;
  padding-left: 12px;
  margin-left: 5px; }
#primary .widget li a, #primary .widget li a:visited, #secondary .widget li a, #secondary .widget li a:visited {
  font-size: 16px;
  font-family: "DistrictThin", sans-serif;
  border-top: none; }
#primary .widget li a:hover, #secondary .widget li a:hover {
  color: #55438b; }
#primary .menu-arrow, #secondary .menu-arrow {
  position: absolute;
  right: -20px;
  height: 42px;
  top: 0; }
#primary .widget_nav_menu li, #secondary .widget_nav_menu li {
  background-color: #efefef;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(#efefef));
  background-image: -webkit-linear-gradient(left, white, #efefef);
  background-image: -moz-linear-gradient(left, white, #efefef);
  background-image: -ms-linear-gradient(left, white, #efefef);
  background-image: -o-linear-gradient(left, white, #efefef);
  background-image: linear-gradient(left, white, #efefef);
  background-repeat: repeat-x;
  position: relative; }
#primary .widget_nav_menu li.first, #secondary .widget_nav_menu li.first {
  border-top: 2px solid #fff; }
#primary .widget_nav_menu li a, #primary .widget_nav_menu li a:visited, #secondary .widget_nav_menu li a, #secondary .widget_nav_menu li a:visited {
  line-height: 40px;
  padding: 0 0 0 20px;
  border-bottom: 2px solid #fff;
  color: #777777;
  background: url("images/arrow-inner.png") no-repeat 90% center; }
#primary .widget_nav_menu li a:hover, #primary .widget_nav_menu .current_page_item a, #secondary .widget_nav_menu li a:hover, #secondary .widget_nav_menu .current_page_item a {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cdcdcd), to(#e9e9e9));
  background-image: -webkit-linear-gradient(top, #cdcdcd, #e9e9e9);
  background-color: #e9e9e9;
  background-image: -moz-linear-gradient(top, #cdcdcd, #e9e9e9);
  background-image: -ms-linear-gradient(top, #cdcdcd, #e9e9e9);
  background-image: -o-linear-gradient(top, #cdcdcd, #e9e9e9);
  background-image: linear-gradient(top, #cdcdcd, #e9e9e9);
  background-repeat: repeat-x;
  margin-right: -15px;
  color: #55438b; }
#primary .widget_nav_menu .widget-title, #secondary .widget_nav_menu .widget-title {
  background: url("images/widget-title-bg.png") repeat-x;
  border: 1px solid #dcd8dc;
  margin-right: -6px;
  color: #fff; }
  @media screen and (max-width: 768px) {
    #primary .widget_nav_menu .widget-title, #secondary .widget_nav_menu .widget-title {
      max-width: 285px; } }
#primary .widget_nav_menu .widget-title-right, #secondary .widget_nav_menu .widget-title-right {
  background: url("images/arrow-down.png") no-repeat 93% center;
  display: block; }
#primary .widget_nav_menu ul, #secondary .widget_nav_menu ul {
  list-style: none;
  padding-left: 0; }
  @media screen and (max-width: 768px) {
    #primary .widget_nav_menu ul, #secondary .widget_nav_menu ul {
      max-width: 300px; } }
#primary .post-date, #secondary .post-date {
  display: none; }
@media screen and (max-width: 768px) {
  #primary, #secondary {
    height: auto !important; } }

#primary_inner {
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  border-right: 5px solid #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    #primary_inner {
      position: relative; } }

.widget {
  margin-bottom: 20px; }

.widget li a:hover, .widget li a:active {
  background: none;
  color: #eb5507; }

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

.home_columns .column {
  padding-left: 4%;
  max-width: 285px;
  min-height: 250px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }
  .home_columns .column .widget-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 8px; }
    .gecko .home_columns .column .widget-title {
      font-weight: normal; }
  @media screen and (max-width: 767px) {
    .home_columns .column {
      max-width: 46%;
      width: 46%;
      padding-left: 6%; } }
  @media screen and (max-width: 767px) {
    .home_columns .column {
      padding-left: 7%; } }
  @media screen and (max-width: 480px) {
    .home_columns .column {
      max-width: 100%;
      width: 100%;
      padding-left: 35px; } }

.home_columns .last {
  margin-right: 0; }

#home_tleft_column {
  background: url("images/icon-brush.png") no-repeat left 35px; }

#home_tcenter_column {
  background: url("images/icon-search.png") no-repeat left 35px; }

#home_tright_column {
  background: url("images/icon-book.png") no-repeat left 35px; }
  @media screen and (max-width: 767px) {
    #home_tright_column {
      margin-right: 4%; } }

#home_bleft_column {
  background: url("images/icon-thumb.png") no-repeat left 35px; }

#home_bcenter_column {
  background: url("images/icon-letter.png") no-repeat left 35px; }

#home_bright_column {
  background: url("images/icon-person.png") no-repeat left 35px; }

#footer_sidebar {
  color: #fff;
  overflow: hidden;
  border-bottom: 1px solid #392c5a;
  line-height: 2em;
  padding-bottom: 30px; }
  #footer_sidebar p {
    margin-bottom: 10px; }
  #footer_sidebar .widget-title {
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid #9c7aeb;
    font-size: 18px; }
  #footer_sidebar .widget ul {
    border-bottom: none; }
  #footer_sidebar .widget a, #footer_sidebar .widget a:visited {
    border: none;
    color: #fff; }
  #footer_sidebar .pp-purple {
    font-size: 18px;
    width: 100%;
    padding: 12px 0; }
    #footer_sidebar .pp-purple img {
      margin-bottom: -1px; }
  #footer_sidebar .pp-orange {
    width: 100%;
    font-size: 18px;
    padding: 12px 0; }
  #footer_sidebar .widget_nav_menu {
    line-height: 15px; }
  @media screen and (max-width: 767px) {
    #footer_sidebar .column {
      width: 45%; } }
  @media screen and (max-width: 450px) {
    #footer_sidebar .column {
      width: 100%; } }

@media screen and (max-width: 767px) {
  #footer_sidebar #footer_widget_area_2 {
    float: right;
    margin-right: 0; }

  #footer_widget_area_3 {
    clear: left; }

  #footer_sidebar #footer_widget_area_4 {
    float: right;
    margin-right: 0; } }
.widget_social {
  height: 32px;
  display: block;
  background: url("images/social.png") no-repeat;
  margin-bottom: 10px; }
  .widget_social.twitter {
    background-position: 0 -41px; }
  .widget_social.google {
    background-position: 0 -82px; }

.featured-item {
  border: none;
  margin-bottom: 10px; }
  .featured-item a {
    font-weight: bold; }

.featured-title {
  margin-bottom: 5px; }

.featured_meta {
  color: #b7c8d3;
  font-size: 13px; }

.sb_featured_content_widget .more-link {
  float: left; }

.sb_search_widget .searchtext {
  width: 50%;
  float: left; }
.sb_search_widget .searchform .button {
  margin: 0;
  float: left;
  padding: 6px;
  font-weight: normal;
  font-size: 16px;
  width: 40%;
  margin-left: -1px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7b60c4), to(#a98feb));
  background-image: -webkit-linear-gradient(top, #7b60c4, #a98feb);
  background-color: #a98feb;
  background-image: -moz-linear-gradient(top, #7b60c4, #a98feb);
  background-image: -ms-linear-gradient(top, #7b60c4, #a98feb);
  background-image: -o-linear-gradient(top, #7b60c4, #a98feb);
  background-image: linear-gradient(top, #7b60c4, #a98feb);
  background-repeat: repeat-x;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
  .gecko .sb_search_widget .searchform .button {
    padding: 2px; }

/****************************************************************************************************************

4. Articles

****************************************************************************************************************/
.blog-page-title {
  height: 30px;
  line-height: 30px; }

div.post {
  font-family: "OpenSans", sans-serif;
  margin-bottom: 0;
  border-bottom: none; }
  .blog div.post {
    overflow: visible; }

.single-post .page-title {
  font-size: 18px;
  color: #eb5507;
  font-weight: normal;
  padding: 0 0 10px 0; }

.page-title {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  color: #333;
  font-family: "Cambo", serif;
  font-size: 20px; }
  .category .page-title, .search .page-title {
    margin-bottom: 15px; }

.blog-page-title {
  color: #444;
  font-family: "DistrictThin", sans-serif;
  letter-spacing: -1px;
  font-size: 34px;
  margin-bottom: 15px; }

.entry-title {
  font-size: 16px;
  font-family: "OpenSans", sans-serif;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 15px; }
  .blog .entry-title, .category .entry-title, .archive .entry-title, .search .entry-title {
    border-bottom: none;
    padding-bottom: 4px; }

.entry-title a, .entry-title a:visited {
  color: #eb5507; }

.entry-meta {
  font-size: 13px;
  text-transform: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px; }

.entry-meta a, .entry-meta a:visited {
  text-transform: none; }

.entry-comments a, .entry-comments a:visited {
  background: url("images/comment-balloon.png") no-repeat 5px;
  padding-left: 25px;
  float: none;
  font-size: 13px;
  font-weight: normal;
  color: #eb5507;
  font-family: "OpenSans", sans-serif; }

#content .post-date {
  line-height: 18px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #DEDDD7;
  width: 60px;
  padding-top: 5px;
  padding-bottom: 13px;
  position: absolute;
  margin-left: -68px;
  margin-top: -30px; }

.post_month {
  font-size: 13px; }

.post_day {
  display: block;
  font-size: 24px; }

.entry-content h1 {
  color: #444;
  font-family: "DistrictThin", sans-serif;
  letter-spacing: -1px;
  font-size: 34px;
  margin-bottom: 10px; }
  .gecko .entry-content h1 {
    font-weight: normal; }
.entry-content h2 {
  color: #55438b;
  font-family: "DistrictThin",  sans-serif;
  font-size: 25px; }
.entry-content strong {
  color: inherit; }
.entry-content ol {
  list-style-type: decimal; }

.contact-table, .contact-table td {
  border: none; }

.wp-caption {
  background: #f3f3f3;
  font-family: "Cambo", serif;
  font-style: italic;
  font-size: 12px; }
  .wp-caption img {
    border: 4px solid #e7e7e7; }
  .wp-caption .wp-caption-text {
    text-align: left;
    line-height: 15px; }

a.highslide-credits {
  display: none !important; }

/****************************************************************************************************************

5. Comments

****************************************************************************************************************/
#comments {
  clear: both; }

@media screen and (max-width: 568px) {
  #commentform {
    padding-left: 0; }

  .comment-meta {
    position: relative;
    left: 0; }

  .comment-arrow {
    display: none; }

  .commentlist li {
    padding-left: 0; } }
/****************************************************************************************************************

6. Footer

****************************************************************************************************************/
.footer-video {
  width: 100%;
  background: #392c5a;
  clear: both;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .footer-video h2 {
    max-width: 980px;
    margin: 0 auto;
    padding: 8px 0 24px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    font-family: "Cambo", serif; }
  .footer-video .button {
    margin: 0 20px; }
  .footer-video img {
    margin: 0 10px -22px 0; }
    @media screen and (max-width: 480px) {
      .footer-video img {
        float: left;
        margin: 0; } }

#footer_wrap {
  width: 100%;
  padding-top: 20px;
}

div#footer, #wp_footer {
  max-width: 980px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#wp_footer {
  border-top: 1px solid #7c6da1;
  margin: 0; }

#footer_right {
  width: 65%; }

#credits {
  color: #b7c8d3; }

#credits a, #credits a:visited {
  color: #b7c8d3; }

.rights {
  display: none; }

.copyright {
  float: left;
  color: #fff; }

#after_footer {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 100px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 540px) {
    #after_footer .nav, #after_footer .nav-footer {
      width: 100%;
      float: left; } }

/****************************************************************************************************************

7. Misc. Responsive Stuff

****************************************************************************************************************/
.menu-toggle {
  position: absolute;
  margin-top: 2px;
  left: 0;
  cursor: pointer; }
  @media screen and (max-width: 625px) {
    .menu-toggle {
      display: block !important; } }

#comments {
  max-width: 100%;
  width: 600px;
  clear: both; }

#commentform input {
  width: 70%; }

#commentform textarea {
  width: 90%; }

#commentform .comment-form-author .required, #commentform .comment-form-email .required, #commentform .comment-form-url .required {
  left: 2px; }

#container_wrap img, .aside img, .column img.floatl, .column img.floatr, #logo img, #premium_wrap img, .premium_shadow, .slides img, .headline_shadow {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

input {
  -webkit-border-radius: 0; }

input[type=checkbox] {
  -webkit-appearance: checkbox; }

iframe {
  max-width: 100%; }

/****************************************************************************************************************

8. Old Theme Styles

****************************************************************************************************************/
.entry-content form td {
  border: none; }

entry-content ul.doctors-speak {
  margin: 0;
  list-style: none; }

ul.doctors-speak li {
  display: block;
  float: left;
  width: 380px;
  margin-right: 48px;
  border: 1px solid #EEE;
  padding: 10px;
  margin-bottom: 20px; }

ul.doctors-speak li img {
  margin: 0 10px 10px 0;
  float: left; }

ul.doctors-speak li br {
  display: none; }

.entry-content .fsBody {
  overflow: hidden; }
  .entry-content .fsBody .fsForm {
    max-width: 650px;
    margin: 18px 0;
    border: none; }
    .entry-content .fsBody .fsForm .fsSubmit {
      background: none; }

.fsPage .fsOptionLabel {
  margin-right: 10px; }
  .fsPage .fsOptionLabel input {
    margin-right: 5px; }

/* Simplified Pricing Table */
.vright {
  width: 200px;
  float: right; }

#table-head-simple {
  clear: both;
  margin-top: 10px;
  width: 558px;
  font-weight: bold;
  background: url(images/premiumoptions/pricing-tbl-bg.jpg) 0 0 no-repeat; }

#table-head-simple .pricing-simple {
  text-transform: uppercase;
  color: #d8d6e4;
  padding: 5px 0px 0 8px; }

#pricing-box {
  width: 558px;
  background: #D9D6E6;
  margin-bottom: 20px; }

#pricing-box .pricing-info {
  float: left;
  width: 380px;
  margin: 8px 0 3px 8px; }

.pricing-info em {
  font-style: italic; }

#pricing-box a.btn-orderform {
  float: right;
  margin-left: 10px;
  margin-right: 8px;
  margin-top: 8px;
  width: 149px;
  height: 36px;
  background: url(images/premiumoptions/btn-orderform.jpg) 0 0 no-repeat; }

#pricing-box .pricing-bottom {
  width: 558px;
  height: 6px;
  background: url(images/premiumoptions/pricing-tbl-bottom.jpg) 0 0 no-repeat;
  clear: both; }

#pricing-box p {
  margin-bottom: 0; }

#simple-table {
  border: 1px solid #9D93BD;
  width: 380px; }

#simple-table thead tr {
  background: #CAC5DC;
  border-bottom: 1px solid #9D93BD; }

#simple-table td {
  padding: 3px;
  border-top: 1px solid #9D93BD; }

#simple-table td.flag-usa {
  background: url(images/premiumoptions/us.png) 4px 4px no-repeat;
  padding-left: 24px; }

#simple-table td.flag-gbr {
  background: url(images/premiumoptions/gb.png) 4px 4px no-repeat;
  padding-left: 24px; }

#simple-table td.flag-can {
  background: url(images/premiumoptions/ca.png) 4px 4px no-repeat;
  padding-left: 24px; }

#simple-table td.flag-aus {
  background: url(images/premiumoptions/au.png) 4px 4px no-repeat;
  padding-left: 24px; }

#simple-table td.flag-nzd {
  background: url(images/premiumoptions/nz.png) 4px 4px no-repeat;
  padding-left: 24px; }

/* ------------------------------------------------------------------------
	Pricing & Plan Table - New and Improved for Premium
------------------------------------------------------------------------- */
table#premium-table {
  padding: 0;
  margin: 0 0 25px 0;
  border-collapse: collapse;
  width: 890px;
  border: none; }

/*table#premium-table th img { margin-top:160px;}  sign up button */
table#premium-table th {
  padding: 0; }

table#premium-table th.light h4,
table#premium-table th.standard h4,
table#premium-table th.premium h4 {
  font-weight: bold;
  font-size: 22px;
  color: #FFF;
  margin-top: 15px;
  margin-bottom: 10px;
  text-shadow: #000 0px -1px 2px; }

table#premium-table th p {
  font-weight: normal;
  font-size: 12px;
  color: #212121; }

table#premium-table th img {
  margin-bottom: 10px; }

table#premium-table th.overview {
  background: #e6e6e6 url(images/bg-key.png) 0 0 no-repeat;
  width: 280px;
  text-align: left;
  padding-left: 18px;
  padding-right: 20px; }

table#premium-table th.overview h4 {
  font-size: 16px;
  font-weight: bold;
  color: #7970A6;
  margin-bottom: 10px; }

table#premium-table th.overview p {
  font-size: 12px;
  color: #212121; }

table#premium-table th.heading {
  padding-top: 4px;
  height: 31px;
  vertical-align: middle;
  text-align: left;
  color: #B2ACCC;
  background: #2c2359 url(images/table_tr_head.jpg) 0 0 repeat-x;
  font-size: 12px;
  font-weight: bold; }

table#premium-table th.heading img {
  margin: 5px 8px 10px 10px; }

table#premium-table .endcap {
  background: #2c2359 url(images/bg-endcap.png) 0 0 repeat-x; }

table#premium-table .endcap td {
  background: url(images/bg-endcap-arrow.png) top right no-repeat;
  color: #B2ADCC;
  font-weight: bold;
  border-right: 1px solid #130F27; }

table#premium-table .endcap .table-col-1 {
  background: #2c2359 url(images/bg-endcap-fade.png) 0 0 no-repeat;
  text-align: center;
  border-right: 1px solid #2C2359; }

table#premium-table .endcap .table-col-2 {
  background: #2C2359;
  text-align: center;
  border-right: 1px solid #2C2359; }

table#premium-table .endcap .table-col-3 {
  background: #2C2359;
  text-align: center;
  border-right: 1px solid #FFF; }

table#premium-table .endcap .table-col-1 img,
table#premium-table .endcap .table-col-2 img,
table#premium-table .endcap .table-col-3 img {
  margin-top: 4px;
  margin-bottom: -4px; }

table#premium-table th.key {
  background: url(images/key.png) bottom left no-repeat;
  width: 318px;
  height: 40px; }

table#premium-table th.value {
  background: url(images/bg-bestresults.png) bottom left no-repeat;
  width: 189px;
  height: 25px;
  padding: 15px 0 0;
  color: #B2ACCC;
  text-transform: uppercase;
  font-weight: bold; }

table#premium-table th.popular {
  background: url(images/bg-mostpopular.png) bottom left no-repeat;
  width: 189px;
  /*height: 40px;*/
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold; }

table#premium-table th.best {
  background: url(images/bg-bestresults.png) bottom left no-repeat;
  width: 189px;
  height: 25px;
  padding-top: 15px;
  color: #B2ACCC;
  text-transform: uppercase;
  font-weight: bold; }

table#premium-table th.light {
  background: #9f99c0 url(images/bg-lite.png) 0 0 repeat-x;
  width: 189px; }

table#premium-table th.standard {
  background: #8c84b3 url(images/bg-standard.png) 0 0 repeat-x;
  width: 189px; }

table#premium-table th.premium {
  background: #9f99c0 url(images/bg-lite.png) 0 0 repeat-x;
  width: 189px; }

table#premium-table th, table#premium-table td {
  border-right: 1px solid #FFF;
  text-align: center;
  font-size: 12px; }

table#premium-table td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  color: #212121; }

table#premium-table .even td {
  background: #e6e6e6; }

table#premium-table .odd .table-col-0 {
  background: #e4f0d5; }

table#premium-table .odd .table-col-1 {
  background: #d9d6e6 url(images/bg-col1-odd.png) repeat-y top right;
  text-align: center; }

table#premium-table .odd .table-col-2 {
  background: #C6C2D9;
  text-align: center; }

table#premium-table .odd .table-col-3 {
  background: #d9d6e6 url(images/bg-col3-odd.png) repeat-y top left;
  text-align: center; }

table#premium-table .even .table-col-0 {
  background: #cbe1ab; }

table#premium-table .even .table-col-1 {
  background: #b2adcc url(images/bg-col1-even.png) repeat-y top right;
  text-align: center; }

table#premium-table .even .table-col-2 {
  background: #9F99C0;
  text-align: center; }

table#premium-table .even .table-col-3 {
  background: #b2adcc url(images/bg-col3-even.png) repeat-y top left;
  text-align: center; }

table#premium-table img {
  vertical-align: middle;
  margin: 0; }

table#premium-table img.iteminfo {
  border: medium none;
  vertical-align: middle;
  margin: 0 8px 0; }

/* Galleries Filter
-------------------------------------------------------------- */
ul#filter {
  float: left;
  font-size: 16px;
  list-style: none;
  margin-left: 0;
  width: 100%; }
  ul#filter li {
    border-right: 1px solid #dedede;
    float: left;
    line-height: 16px;
    margin-right: 10px;
    padding-right: 10px; }
  ul#filter li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0; }
  ul#filter a {
    color: #999;
    text-decoration: none; }
  ul#filter li.current a {
    color: #333;
    font-weight: 700;
    text-decoration: underline; }
  ul#filter a:hover {
    text-decoration: underline; }

#sitegallery ul {
  /*float:left; list-style:none; margin-left:0; width:672px;*/
  margin: 0;
  list-style: none; }

#sitegallery ul li {
  border: 1px solid #dedede;
  float: left;
  width: 202px;
  margin: 0 10px 10px 0;
  padding: 5px;
  list-style-type: none;
  min-height: 295px; }

.page-site-image-gallery #sitegallery ul li {
  min-height: 0; }

#sitegallery a {
  display: block;
  width: 100%; }

#sitegallery a:hover {
  text-decoration: none; }

#sitegallery img {
  display: block;
  padding-bottom: 5px;
  width: 200px;
  margin: 0; }

#slideshow-container {
  width: 260px;
  float: left;
  margin: 0 10px 0 0; }

#slideshow-container p {
  font-size: 10px;
  color: #000;
  text-align: left;
  line-height: normal; }

.slideshow {
  background: #aaaaaa url(../images/video-bg.png) no-repeat left top;
  width: 260px;
  min-height: 240px;
  margin: 0 10px 10px 0; }

/* CHAD EDITS */
#tooltip h3 {
  font-size: 14px !important;
  color: #333; }

#tooltip {
  background: #d2c9ff; }

table#premium-table {
  width: 980px;
  font: normal 16px "Trebuchet MS",serif;
  color: #211B3F; }

table#premium-table .even td, table#premium-table .odd td {
  border: none;
  border-bottom: 1px solid #ccc;
  background: #f8f8f8 url(newplan/images/bg-linetd.jpg) repeat-y 0 0; }

table#premium-table td.table-col-2, table#premium-table th.standard {
  border: none; }

table#premium-table .even .table-col-1, table#premium-table .odd .table-col-1,
table#premium-table .even .table-col-2, table#premium-table .odd .table-col-2,
table#premium-table .even .table-col-3, table#premium-table .odd .table-col-3 {
  background: none; }

table#premium-table .even .table-col-1, table#premium-table .odd .table-col-1 {
  background: white url(newplan/images/bg-col1.jpg) repeat-y left;
  width: 200px; }

table#premium-table .even .table-col-2, table#premium-table .odd .table-col-2 {
  background: #f2f0fa url(newplan/images/bg-col2.jpg) repeat-y;
  width: 200px;
  border-bottom: 1px solid #ccc; }

table#premium-table .even .table-col-3, table#premium-table .odd .table-col-3 {
  background: white url(newplan/images/bg-col3.jpg) repeat-y right;
  width: 200px; }

table#premium-table th.overview {
  padding: 0 20px 0 0;
  vertical-align: top;
  background: none; }

table#premium-table th.heading {
  padding: 0;
  background: none;
  height: auto; }

table#premium-table th.heading .headtxt {
  position: relative;
  overflow: hidden;
  padding: 25px;
  height: 15px;
  font: 400 18px/1 "cambo", serif;
  color: #fff;
  background: #423974 url(newplan/images/bg-heading.jpg) no-repeat center; }

table#premium-table th.heading .headtxt span {
  width: 590px;
  position: absolute;
  right: 0;
  top: 0;
  font: 300 15px/1.2 "DistrictThin", sans-serif;
  padding: 13px 10px 0 0; }

table#premium-table .endcap td, table#premium-table .endcap .table-col-1, table#premium-table .endcap .table-col-2, table#premium-table .endcap .table-col-3 {
  background: none;
  border: none;
  padding: 20px 0 0 0;
  vertical-align: top; }

table#premium-table tr.endcap {
  background: none;
  height: 113px; }

table#premium-table {
  background: url(newplan/images/bg-endcap.jpg) no-repeat bottom left; }

table#premium-table td.endcaphead {
  font: 300 18px/1.5 "cambo", serif;
  color: #fff;
  width: 250px;
  padding: 22px 40px 0 20px; }

table#premium-table th.light h4, table#premium-table th.standard h4, table#premium-table th.premium h4, table#premium-table td h4 {
  font: 400 28px/1 "cambo", serif;
  width: 120px;
  text-align: center;
  margin: 10px auto;
  color: #FFF;
  text-shadow: #000 0px -1px 2px; }

table#premium-table td.headcol {
  background: url(newplan/images/bg-headcol.jpg) no-repeat 0 0;
  padding: 0;
  text-align: center; }

table#premium-table th, table#premium-table td {
  border: none;
  padding: 10px 0;
  font: normal 16px "DistrictThin", sans-serif; }

table#premium-table td.key {
  width: 350px;
  vertical-align: top;
  background: url(newplan/images/bg-legend.jpg) no-repeat bottom left; }

table#premium-table .headcoltxt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 112px;
  width: 198px;
  overflow: hidden;
  text-align: center;
  padding: 22px 0 0 0;
  color: #fff; }

table#premium-table .headcoltxt span {
  display: block;
  text-transform: uppercase;
  font: 300 13px/1.2 "DistrictThin", sans-serif;
  padding: 0 0 10px 0;
  color: #E8E6F0; }

table#premium-table .std {
  padding: 8px 0 0 0;
  height: 126px; }

table#premium-table .std span {
  padding: 0 0 24px 0; }

table#premium-table td.key p {
  font-size: 14px; }

table#premium-table td.key h1 {
  font: 300 40px/1.2 "DistrictThin", sans-serif;
  color: #000; }

table#premium-table th.light p,
table#premium-table th.standard p,
table#premium-table th.premium p {
  margin: 10px 5px; }

table#premium-table th.light {
  background: url(newplan/images/bg-basic.jpg) no-repeat 0 0;
  padding: 0;
  width: 200px;
  font: normal 13px "Trebuchet MS",serif;
  color: #1F1A3F;
  padding-top: 15px; }

table#premium-table th.standard {
  background: url(newplan/images/bg-standard.jpg) no-repeat 0 0;
  padding: 0;
  width: 200px;
  font: normal 13px "Trebuchet MS",serif;
  color: #1F1A3F;
  padding-top: 15px; }

table#premium-table th.premium {
  background: url(newplan/images/bg-premium.jpg) no-repeat 0 0;
  padding: 0;
  width: 200px;
  font: normal 13px "Trebuchet MS",serif;
  color: #1F1A3F;
  padding-top: 15px; }

table#premium-table img.tooltip {
  margin: -2px 8px 0 22px; }

table#premium-table .headcoltxt br {
  display: none; }

table#premium-table td.key p {
  font: normal 14px "Trebuchet MS",serif;
  color: #333; }

table#premium-table td .std h4 {
  margin-top: 6px; }

table#premium-table th img {
  margin: 10px 0; }

.tooltipster-default {
  background: #cfcade !important;
  color: #333333 !important;
  border-color: #3f3571 !important; }

/*premium-plan*/
.page-id-128 table#premium-table .even .table-col-1,
.page-id-128 table#premium-table .odd .table-col-1 {
  background: white url(newplan/images/bg-col.jpg) repeat-y left; }

.page-id-128 table#premium-table .even .table-col-2,
.page-id-128 table#premium-table .odd .table-col-2 {
  background: white url(newplan/images/bg-col1.jpg) repeat-y left; }

.page-id-128 table#premium-table .even .table-col-3,
.page-id-128 table#premium-table .odd .table-col-3 {
  background: #f2f0fa url(newplan/images/bg-col2.jpg) repeat-y; }

.page-id-128 table#premium-table th.standard {
  background: url(newplan/images/bg-basic3.jpg) no-repeat right top; }

.page-id-128 table#premium-table th.premium {
  background: url(newplan/images/bg-standard.jpg) no-repeat 0 0; }

.page-id-128 table#premium-table td.headcol {
  background: url(newplan/images/bg-headcol2.jpg) no-repeat 0 0; }

.page-id-128 table#premium-table {
  background: url(newplan/images/bg-endcap2.jpg) no-repeat bottom left; }

.page-id-128 table#premium-table th.light {
  background: url(newplan/images/bg-basic2.jpg) no-repeat 0 0; }

.page-id-128 table#premium-table .std span {
  padding: 0 0 16px 0; }

/*CHAD*/

h1, h2, h3, h4, h5, h6,
.nav,
.test_author,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
#intro,
#brands li,
.test_author {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight:normal;
}

body, .test-text{
	font-family: 'Trebuchet MS', serif;
	font-size:15px;
	color:#666;
}

.test-text {
	font-size:18px;
}

.test_author {
	font-size:18px;
}

.entry-content h1 {
	font-size:32px;
	color:#0c1f57;
}

.nav-secondary {
	border:none;
	float:none;
	clear:both;
}

.nav-primary li a, .nav-primary li a:visited,
.nav-secondary li a, .nav-secondary li a:visited {
	font-size:18px;
	font-weight:normal;
	color:#666;
}

.nav-primary li a {
	margin: 0 0 0 20px;
}

.nav li.current-menu-item a, .nav li.current-menu-item a:visited, .nav li.current-menu-ancestor a, .nav li.current-menu-ancestor a:visited {
	color:#333;
}

.nav-primary li:hover a, .nav-primary li:hover a:visited, .nav-primary li a:hover, .nav-primary li a:active, .nav-primary li a:focus,
.nav-secondary li:hover a, .nav-secondary li:hover a:visited, .nav-secondary li a:hover, .nav-secondary li a:active, .nav-secondarysecondary li a:focus {
	color:#333;
	background:none;
}

#footer_wrap {
	background:#0c1f57;
	margin:40px 0 0 0;
}

#wp_footer {
	border-color:#646663;
}

.footer-logos {
	background: #e1e1e1;
	padding: 20px 0;
	margin: -20px 0 40px 0;
  text-align: center;
}

.footer-logos-wrap {
	max-width: 980px;
	padding: 0 10px;
	margin: 0 auto;
}

#header_wrap {
	border-top:6px solid #0b1f51;
}

#header {
	padding:0;
}

#logo {
	margin: 18px 0;
	height:82px;
}

.layout-two-col-left div#primary, .layout-two-col-left div#secondary {
	background:none;
	border:none;
}

#primary .widget {
	border:1px solid #bbb;
	border-top:none;
	padding:10px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

#container_wrap {
	overflow:visible;
}

#primary .widget-title, #secondary .widget-title,
#primary .widget_nav_menu .widget-title, #secondary .widget_nav_menu .widget-title {
	padding: 0 15px;
	margin: -10px -10px 0 -10px;
	background: #464d55;
	color: #fff;
	border:none;
	line-height:2.5;
}

#primary .widget_nav_menu .widget-title-right, #secondary .widget_nav_menu .widget-title-right {
	background:none;
}

#primary .recentcomments {
	border:none;
	padding:0;
}

#primary .widget ul, #secondary .widget ul {
	margin:0;
	list-style:none;
	padding:0;
}

#primary .widget li a, #primary .widget li a:visited {
	padding:0 10px;
}

#primary .widget li a, #primary .widget li a:visited, #secondary .widget li a, #secondary .widget li a:visited {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	background-color:#fff;
}

#primary .widget_nav_menu li a:hover, #primary .widget_nav_menu .current_page_item a, #secondary .widget_nav_menu li a:hover, #secondary .widget_nav_menu .current_page_item a {
	background:#eaeaea url("https://doc.vortala.com/static/uploads/5/2013/12/arrow-hover.png") no-repeat 90% center;
	margin:0;
}

#primary .widget_nav_menu li, #secondary .widget_nav_menu li {
	border-top: 1px solid #bbb;
	margin: 0 -10px -2px -10px;
	background:none;
}

#primary .widget_nav_menu li.first, #secondary .widget_nav_menu li.first {
	border:none;
}

#primary .widget_nav_menu {
	padding-bottom:2px;
}

#primary .widget_nav_menu li a, #primary .widget_nav_menu li a:visited, #secondary .widget_nav_menu li a, #secondary .widget_nav_menu li a:visited {
	border-bottom:none;
	margin:4px 4px 6px;
}

#primary .widget_nav_menu li a:hover, #primary .widget_nav_menu .current_page_item a, #secondary .widget_nav_menu li a:hover, #secondary .widget_nav_menu .current_page_item a {
	margin:4px 4px 6px;
	color:#0c1f57;
}

.nav-primary {
	margin:45px 0 0 0;
}

#content blockquote {
	color:#0c1f57;
	font:italic bold 21px/1.5 'Trebuchet MS', serif;
	text-align:center;
	margin:0 1.5em;
}

#intro {
	background:#464d55;
	color:#fff;
	padding:40px 0;
	text-align:center;
	font-size:35px;
	line-height: 1.2;
	clear:both;
}

#intro span {
	display:block;
	width: 100%;
	max-width: 980px;
	margin:0 auto;
}

#brands ul {
	list-style:none;
	margin:0;
	color:#fff;
	text-align:center;
}

#brands li {
	width:auto;
	height:auto;
	text-align:left;
	display:block;
	margin:5px;
	background:#5f6972;
	font-size:18px;
}

#brands li.bwide {
	background:#eee;
}

#brands li h3 {
	color: #fff;
	font-size: 26px;
	margin:0;
	background: url(images/bg-arrowL.png) no-repeat top left;
	padding:24px 0 0 0;
}

#brands li .txtr h3 {
	background: url(images/bg-arrowR.png) no-repeat top right;
}

#brands .txtr {
	text-align:right;
}

#brands .txt, #brands .txtr {
	padding:20px;
}

#brands .txtr.vet {
	border-bottom: 10px solid #fff;
	padding: 10px 20px;
}

#brands .txt.eye {
	padding: 10px 20px;
}

#brands h2 {
	text-align: center;
	font-weight: normal;
	font-size: 45px;
	color:#7e7e7e;
	background: url(images/bg-line.jpg) no-repeat center 38px;
	margin: .5em 0;
}

#brands h2 span {
	display:inline-block;
	*display:inline;
	*zoom:1;
	background:#fff;
	padding:10px 20px;
}

#brands h4 {
	text-align: center;
	font-weight: normal;
	font-size: 32px;
	color:#464d53;
	padding: 0 0 60px 0;
	margin:1em 0;
}

#footer_sidebar .widget-title {
	font:normal 18px/1 'cambo', serif;
	border-color:#666;
}

#footer_sidebar .widget {
	font:normal 13px/1.5 'Trebuchet MS', serif;
}

.flexslider {
	border: 1px solid #e7e7e7;
	padding: 0 60px;
	margin: 40px 0;
}

.flexslider .flex-direction-nav .flex-next, .flexslider:hover .flex-next {
	right:20px;
}

.flexslider .flex-direction-nav .flex-prev, .flexslider:hover .flex-prev {
	left:20px;
}

.flex-direction-nav a {
	background-image:url(https://doc.vortala.com/static/uploads/5/2013/12/arrow.png);
}

.layout-two-col-left div#primary {
	padding:0;
	margin:0;
}

#primary .widget_nav_menu ul, #secondary .widget_nav_menu ul,
#primary .widget_nav_menu .widget-title, #secondary .widget_nav_menu .widget-title {
	max-width:none;
}

.layout-two-col-left div#primary, .layout-two-col-left div#secondary {
	width:auto;
	float:none;
}

#primary .widget, #secondary .widget {
	min-height:initial;
	float:none;
	width:100%;
}

#dd-secondary_nav {
	width:auto;
}

#header {
	height:150px;
	border:none;
}

#secondary_nav {
	margin:0;
	left:0;
	top:150px;
}

#content .entry-content img, #content .entry-content .wp-caption {
  max-width: 40%;
}

#content img.fullwidth {
  max-width: 100%;  
}

body.page-id-49 .entry-content img {
	max-width:none!important;
}

.entry-content img.aligncenter {
	max-width:100%!important;
}

.entry-content .slider_wrap img, .entry-content .wp-caption img {
	max-width:none!important;
}

.entry-content .wp-caption img {
	width:95%;
}

#primary .widget hr {
	border: none;
	height: 1px;
	background: #bbb;
	margin: 0 -10px;
}

#primary .widget  img {
	margin:5px 0;
}

#primary .demopp, #primary .demosm {
	display: block;
	background: url(https://doc.vortala.com/static/uploads/5/2013/12/widget-video-pp.jpg) no-repeat 0 0;
	padding: 0 0 0 60px;
	line-height: 50px;
	margin: 10px 0 0 0;
	color: #777;
	font-size: 16px;
}

#primary .demosm {
	background: url(https://doc.vortala.com/static/uploads/5/2013/12/widget-video-smile.jpg) no-repeat 0 0;
}

#footer_sidebar .widget a.social-facebook,
#footer_sidebar .widget a.social-twitter,
#footer_sidebar .widget a.social-google {
	display:block;
	background:url(https://doc.vortala.com/static/uploads/5/2013/12/icon-facebook.png) no-repeat 0 0;
	line-height:32px;
	padding:0 0 0 38px;
	margin:0 0 10px 0;
}

#footer_sidebar .widget a.social-twitter {
	background:url(https://doc.vortala.com/static/uploads/5/2013/12/icon-twitter.png) no-repeat 0 0;
}

#footer_sidebar .widget a.social-google {
	background:url(https://doc.vortala.com/static/uploads/5/2015/10/social-google2.png) no-repeat 0 0;
}

.layout-one-col #content {
	padding:0 20px;
}

.nav, #intro, #brands h2, #brands h4, .entry-content h1,
#primary .widget li a, #primary .widget li a:visited, #secondary .widget li a, #secondary .widget li a:visited,
#primary .demopp, #primary .demosm,
#brands li, #brands li h3, .test_author {
	font-family: 'DistrictThin', arial, serif;
}

.entry-content h1,
#primary .widget li a, #primary .widget li a:visited, #secondary .widget li a, #secondary .widget li a:visited,
#primary .demopp, #primary .demosm {
	font-weight:bold;
}

.nav-secondary li a {
	font-size:20px;
}

@media screen and (min-width: 768px) {
	.nav-secondary {
		margin:60px 0 0 0;
	}
	#primary .widget, #secondary .widget {
		width: 260px;
	}
	.layout-two-col-left div#primary, .layout-two-col-left div#secondary {
		width:282px;
	}
	.layout-two-col-left div#content {
		margin-left: 340px;
	}
	#primary .widget-title, #secondary .widget-title,
	#primary .widget_nav_menu .widget-title, #secondary .widget_nav_menu .widget-title {
		background: #464d55 url(https://doc.vortala.com/static/uploads/5/2013/12/bgwidget2.png) no-repeat bottom;
		margin: -11px -19px -9px -19px;
		padding: 0 19px 8px 19px;
	}
	.nav-secondary {
		float:right;
		clear:none;
	}
}

@media screen and (min-width: 650px) {
	#brands li {
		width:316px;
		height:200px;
		display:inline-block;
		*display:inline;
		*zoom:1;
		vertical-align:top;
	}

	#brands li.bwide {
		width:642px;
	}
}

@media screen and (min-width: 625px) {
	#brands h4 {
		background: url(images/bg-line.jpg) no-repeat center 150px;
	}
	#brands .txt, #brands .txtr {
		height:160px;
	}
	#brands .txtr.vet, #brands .txt.eye {
		height: 75px;
	}
	#secondary_nav {
		top:auto;
		left:auto;
		display:block!important;
	}
	#header {
		border-bottom: 1px solid #aaa;
	}
}

.fsboxshadow body.page-id-543 .fsBody .fsForm {
    max-width: 100%;
    box-shadow: none;
}