@charset "UTF-8";
/**
 * Core SASS
 */
.full-bg {
  background: center no-repeat;
  background-size: cover;
  -khtml-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover; }

.noanim {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.cls {
  clear: both; }

.clearfix {
  zoom: 1; }
  .clearfix:after, .clearfix:before {
    content: '\0020';
    display: table;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

.full-height {
  height: 100%; }

.full-width {
  width: 100%; }

.cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.is-fixed {
  position: fixed; }

.table.cover,
.table.cover > .cell {
  width: 100%;
  height: 100%; }

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

.centerY {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%); }

.centerX {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0); }

[class*="grid-"] {
  zoom: 1; }
  [class*="grid-"]:after, [class*="grid-"]:before {
    content: '\0020';
    display: table;
    height: 0;
    overflow: hidden; }
  [class*="grid-"]:after {
    clear: both; }
  [class*="grid-"] .item {
    float: left; }
    @media (max-width: 40.063em) {
      [class*="grid-"] .item {
        width: 100% !important;
        margin: auto;
        text-align: center; }
        [class*="grid-"] .item * {
          text-align: center !important; } }
  [class*="grid-"].grid-1 .item {
    width: 100%; }
  [class*="grid-"].grid-2 .item {
    width: 50%; }
  [class*="grid-"].grid-3 .item {
    width: 33.33333%; }
  [class*="grid-"].grid-4 .item {
    width: 25%; }
  [class*="grid-"].grid-5 .item {
    width: 20%; }
  [class*="grid-"].grid-6 .item {
    width: 16.66667%; }
  [class*="grid-"].grid-7 .item {
    width: 14.28571%; }
  [class*="grid-"].grid-8 .item {
    width: 12.5%; }
  [class*="grid-"].grid-9 .item {
    width: 11.11111%; }

* {
  position: relative;
  box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

a img {
  outline: 0;
  border: 0; }

figure {
  margin: 0; }

q:before {
  content: "\201C"; }

q:after {
  content: "\201D"; }

.wf-loading:not(.no-csstransitions) {
  visibility: hidden !important; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.notification {
  padding: 10px;
  margin: 15px 0;
  border: 1px solid transparent; }
  .notification.error {
    color: #981010;
    border-color: #8F0000;
    background: #FFCCCC; }
  .notification.success {
    color: #258815;
    border-color: #9ADF8F;
    background: #D4FFCD; }
  .notification.info {
    color: #2850C1;
    border-color: #9FC7F5;
    background: #DBECFF; }
  .notification.warning {
    color: #878314;
    border-color: #E5DB55;
    background: #FEFCCB; }

.table {
  display: table;
  text-align: center; }

.cell {
  display: table-cell;
  vertical-align: middle; }

.gm-style * {
  max-width: none;
  box-sizing: content-box;
  -khtml-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box; }

.unreverse {
  direction: rtl;
  unicode-bidi: bidi-override; }

.row.full-width {
  max-width: none; }

.row.collapse .columns {
  padding-left: 0;
  padding-right: 0; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

@media (min-width: 40.063em) {
  .collapse-2col .columns:first-child {
    padding-left: 0 !important; }
  .collapse-2col .columns:last-child {
    padding-right: 0 !important; }
  .collapse-2col .columns:only-child {
    width: 100% !important;
    padding: 0 !important;
    padding: 0 !important; } }

@media (max-width: 40.063em) {
  .collapse-2col .columns.small-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (min-width: 40.063em) {
  .collapse-3col .columns:first-child, .collapse-3col .columns:nth-child(3n + 1) {
    padding-left: 0 !important; }
  .collapse-3col .columns:nth-child(2), .collapse-3col .columns:nth-child(3n + 2) {
    padding: 0 .47rem; }
  .collapse-3col .columns:last-child, .collapse-3col .columns:nth-child(3n) {
    padding-right: 0 !important; } }

@media (max-width: 40.063em) {
  .collapse-3col .columns.small-12 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

/**
 * Variables
 */
/**
 * General
 */
body {
  color: #222;
  margin: 0;
  padding: 0; }

.nohover {
  pointer-events: none !important; }

.wrapper {
  zoom: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }
  .wrapper:after, .wrapper:before {
    content: '\0020';
    display: table;
    height: 0;
    overflow: hidden; }
  .wrapper:after {
    clear: both; }
  .wrapper.shrink {
    max-width: 993px; }
  .wrapper.skinny {
    max-width: 730px; }

*::selection {
  color: white;
  background: blue; }

*::-khtml-selection {
  color: white;
  background: blue; }

*::-webkit-selection {
  color: white;
  background: blue; }

*::-moz-selection {
  color: white;
  background: blue; }

*::-ms-selection {
  color: white;
  background: blue; }

*::-o-selection {
  color: white;
  background: blue; }

p, ul, ol, dl, .omsc-toggle-inner {
  color: inherit;
  font: 20px/1.5 "myriad-pro", Arial, sans-serif; }
  #page p:not(.lead), #page ul:not(.lead), #page ol:not(.lead), #page dl:not(.lead), #page .omsc-toggle-inner:not(.lead) {
    color: #4d4d4d;
    font-size: 18px; }
    #page p:not(.lead) > strong, #page ul:not(.lead) > strong, #page ol:not(.lead) > strong, #page dl:not(.lead) > strong, #page .omsc-toggle-inner:not(.lead) > strong {
      color: #222; }

strong {
  font-weight: 600; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  margin: 25px 0 10px;
  padding: 0; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1, h2 {
  color: #0A61AE;
  font: 40px "myriad-pro", Arial, sans-serif;
  margin: 0; }
  #page h1, #page h2 {
    margin-bottom: 20px; }

h3 {
  font: 28px "myriad-pro", Arial, sans-serif; }

h4 {
  font: 15px "myriad-pro", Arial, sans-serif;
  text-transform: uppercase; }

hgroup {
  text-align: center; }
  hgroup h1 {
    font-size: 70px; }
  hgroup small {
    color: #4d4d4d;
    font: 12px "myriad-pro", Arial, sans-serif;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding: 5px 0;
    border-bottom: 1px solid #E6E6E6; }
    hgroup small + h2 {
      margin: 25px 0; }
    hgroup small:only-child {
      display: inline-block;
      margin-bottom: 25px; }
    #page hgroup small a:not(.button) {
      text-decoration: none; }
      #page hgroup small a:not(.button):hover {
        color: #0A61AE; }
  hgroup p {
    color: #4d4d4d;
    font: 21px/1.8 "myriad-pro", Arial, sans-serif; }
  hgroup .button {
    font-size: 15px;
    margin: 10px auto; }

a {
  color: #222;
  text-decoration: none;
  z-index: 5;
   }
  a:hover {
    color: #3c3c3c; }
  #page a:not(.button) {
    color: #4d4d4d;
    text-decoration: underline; }
    #page a:not(.button):hover {
      color: #0A61AE; }

iframe {
  border: 0; }

.row {
  max-width: none; }

[bg-parallax] {
  background-attachment: fixed !important; }

body:not(.ng-scope) [fade-parallax] {
  visibility: hidden; }

@media (max-width: 40.063em) {
  [data-equalizer-watch] {
    height: auto !important; } }

#page .omsc-toggle-inner {
  padding: 1em; }

/**
 * Global styles
 */
a.button,
input.button,
button.button,
li.button > a,
.woocommerce #content #page .button,
#content #searchsubmit {
  color: #FFF;
  font: 20px "myriad-pro", Arial, sans-serif;
  margin: 0;
  padding: 7px 18px 10px;
  border: 0;
  border-radius: 0.2em;
  -khtml-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  -o-border-radius: 0.2em;
  transition: 0.3s ease;
  -khtml-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: #0A61AE; }
  @media (max-width: 40.063em) {
    a.button,
    input.button,
    button.button,
    li.button > a,
    .woocommerce #content #page .button,
    #content #searchsubmit {
      clear: both;
      display: block;
      width: 100%;
      text-align: center;
      margin: 15px auto; } }
  a.button.small,
  input.button.small,
  button.button.small,
  li.button > a.small,
  .woocommerce #content #page .button.small,
  #content #searchsubmit.small {
    padding: 7px; }
  a.button.white,
  input.button.white,
  button.button.white,
  li.button > a.white,
  .woocommerce #content #page .button.white,
  #content #searchsubmit.white {
    color: #222 !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    -khtml-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    background: #FFF; }
  a.button.green,
  input.button.green,
  button.button.green,
  li.button > a.green,
  .woocommerce #content #page .button.green,
  #content #searchsubmit.green {
    color: #FFF;
    background: #91C03F; }
  a.button:hover,
  input.button:hover,
  button.button:hover,
  li.button > a:hover,
  .woocommerce #content #page .button:hover,
  #content #searchsubmit:hover {
    color: #FFF;
    box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    background: #91C03F; }

#content form.processing {
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50); }

#content form input[type=text],
#content form input[type=email],
#content form input[type=tel],
#content form input[type=range],
#content form input[type=number],
#content form select, #content form textarea {
  height: auto;
  font-size: 18px;
  font-family: "myriad-pro", Arial, sans-serif;
  padding: 6.5px 12px;
  box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-color: #DEDEDE;
  border-radius: 0.2em;
  -khtml-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  -o-border-radius: 0.2em;
  transition: 0.3s ease;
  -khtml-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: #FFFFE5; }
  #content form input[type=text]:focus, #content form input[type=text]:active,
  #content form input[type=email]:focus,
  #content form input[type=email]:active,
  #content form input[type=tel]:focus,
  #content form input[type=tel]:active,
  #content form input[type=range]:focus,
  #content form input[type=range]:active,
  #content form input[type=number]:focus,
  #content form input[type=number]:active,
  #content form select:focus,
  #content form select:active, #content form textarea:focus, #content form textarea:active {
    background-color: #FFFFA3; }

#content form select,
#content form .select2-container a,
#content form .select2-container--default .select2-selection--single {
  cursor: pointer;
  padding-right: 23px;
  background: #FFFFE5 url(../images/bg-select.png) 85% center no-repeat;
  height: auto;
  font-size: 18px;
  font-family: "myriad-pro", Arial, sans-serif;
  padding: 6.5px 12px;
  box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-color: #DEDEDE;
  border-radius: 0.2em;
  -khtml-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  -o-border-radius: 0.2em;
  transition: 0.3s ease;
  -khtml-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease; }
  #content form select .select2-selection__arrow,
  #content form .select2-container a .select2-selection__arrow,
  #content form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px; }

[class*="icon-"] {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -999em;
  text-align: left !important;
  background: url(../images/sprites.png) no-repeat; }
  [class*="icon-"].icon-circ-email {
    width: 64px;
    height: 64px;
    background-position: 0 -74px; }
  [class*="icon-"].icon-circ-twitter {
    width: 64px;
    height: 64px;
    background-position: -74px -74px; }
  [class*="icon-"].icon-circ-facebook {
    width: 64px;
    height: 64px;
    background-position: -150px -74px; }
  [class*="icon-"].icon-share {
    width: 28px;
    height: 21px;
    background-position: -232px -85px; }
  [class*="icon-"].icon-star {
    width: 26px;
    height: 24px;
    background-position: -231px -111px; }
  [class*="icon-"].icon-basket {
    width: 33px;
    height: 28px;
    background-position: -196px -138px; }
  [class*="icon-"].icon-facebook {
    width: 18px;
    height: 26px;
    background-position: -7px -152px; }
    a:hover [class*="icon-"].icon-facebook {
      background-position: -51px -152px; }
  [class*="icon-"].icon-twitter {
    width: 32px;
    height: 26px;
    background-position: -100px -153px; }
    a:hover [class*="icon-"].icon-twitter {
      background-position: -144px -153px; }
  [class*="icon-"].icon-linkedin {
    width: 32px;
    height: 32px;
    background-position: -9px -201px; }
    a:hover [class*="icon-"].icon-linkedin {
      background-position: -53px -201px; }
  [class*="icon-"].icon-pinterest {
    width: 32px;
    height: 32px;
    background-position: -109px -201px; }
    a:hover [class*="icon-"].icon-pinterest {
      background-position: -153px -201px; }
  [class*="icon-"].icon-type-farm {
    width: 52px;
    height: 51px;
    background-position: 0 -245px; }
  [class*="icon-"].icon-type-energy {
    width: 52px;
    height: 51px;
    background-position: -56px -245px; }
  [class*="icon-"].icon-type-gas {
    width: 52px;
    height: 51px;
    background-position: -114px -245px; }
  [class*="icon-"].icon-type-other {
    width: 52px;
    height: 51px;
    background-position: -170px -245px; }
  [class*="icon-"].icon-help {
    width: 15px;
    height: 16px;
    background-position: -196px -184px; }

/**
 * Header
 */
#header {
  z-index: 500;
  pointer-events: none;
  padding: 46px 0; }
  #header a {
    pointer-events: auto; }
  @media (min-width: 40.063em) {
    #header {
      position: fixed;
      left: 0;
      top: 0;
      right: 0; }
      #header.switch {
        padding: 20px 0;
        box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
        -khtml-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
        background: #FFF; } }
  #header #nav {
    top: 15px; }
    @media (max-width: 768px) {
      #header #nav {
        display: none; } }
  #header.prelim #nav ul li a {
    transition: none !important; }
  @media (min-width: 40.063em) {
    #header.switch #nav {
      top: 10px; } }
  #header ul, #header li {
    display: inline;
    margin: 0;
    padding: 0; }
  #header ul li a {
    color: #FFF;
    font: 18px "myriad-pro", Arial, sans-serif;
    text-transform: uppercase;
    transition: 0.3s ease;
    -khtml-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease; }
    #header ul li a:hover {
      color: #91C03F; }
    #header ul li a[href="javascript:;"] {
      cursor: default; }
    @media (max-width: 40.063em) {
      #header ul li a {
        color: #0A61AE; }
        #header ul li a:hover {
          color: #91C03F; } }
  #header ul li.login > a:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    text-indent: -999em;
    text-align: left !important;
    background: url(../images/icon-login.png) no-repeat;
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    transition: 0.3s ease;
    -khtml-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease; }
  #header ul li.login > a:hover:before {
    background-position: left center; }
  #header ul li:not(:last-child) > a {
    margin-right: 10px; }
  #header ul li.button {
    background: none; }
    #header ul li.button > a {
      color: #FFF !important;
      border: 2px solid #FFF;
      background: none; }
      #header ul li.button > a:hover {
        border-color: #91C03F;
        background: #91C03F; }
  #header ul li.active > a,
  #header ul li.current-menu-item > a,
  #header ul li.current-menu-parent > a,
  #header ul li.current-menu-ancestor > a,
  #header ul li.current-page-ancestor > a,
  #header ul li.current_page_parent > a,
  #header ul li.current_page_item > a,
  #header ul li.current_page_ancestor > a,
  #header ul li.current-cat > a,
  #header ul li.current-cat-parent > a {
    color: #91C03F; }
  #header ul li.menu-item-has-children.over > a {
    color: #91C03F; }
  #header ul li.menu-item-has-children.over.button > a {
    border-color: #91C03F;
    background: #91C03F; }
  #header ul li.menu-item-has-children.over > ul {
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
    visibility: visible;
    transition: opacity 0.3s ease;
    -khtml-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease; }
  #header ul li > ul {
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    white-space: nowrap;
    text-align: left !important;
    padding-top: 50px;
    transition: none;
    -khtml-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    #header ul li > ul:before {
      content: '';
      z-index: 1;
      pointer-events: none;
      display: block;
      width: 27px;
      height: 13px;
      text-indent: -999em;
      text-align: left !important;
      background: url(../images/bg-dropdown.png) no-repeat;
      position: absolute;
      top: 37px;
      left: 20%; }
    #header ul li > ul:after {
      content: '';
      z-index: 0;
      display: block;
      pointer-events: none;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      top: 50px;
      border-radius: 0.25em;
      -khtml-border-radius: 0.25em;
      -webkit-border-radius: 0.25em;
      -moz-border-radius: 0.25em;
      -ms-border-radius: 0.25em;
      -o-border-radius: 0.25em;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
      -khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
      -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
      -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.29); }
    #header ul li > ul li {
      display: block;
      width: 100%; }
      #header ul li > ul li a {
        display: block;
        width: 100%;
        color: #222;
        font: 17px "myriad-pro", Arial, sans-serif;
        text-transform: none;
        padding: 5px 15px;
        background: #FFF; }
      #header ul li > ul li:first-child > a {
        padding-top: 15px;
        border-radius: 0.25em 0.25em 0 0;
        -khtml-border-radius: 0.25em 0.25em 0 0;
        -webkit-border-radius: 0.25em 0.25em 0 0;
        -moz-border-radius: 0.25em 0.25em 0 0;
        -ms-border-radius: 0.25em 0.25em 0 0;
        -o-border-radius: 0.25em 0.25em 0 0; }
      #header ul li > ul li:last-child > a {
        border-radius: 0 0 0.25em 0.25em;
        -khtml-border-radius: 0 0 0.25em 0.25em;
        -webkit-border-radius: 0 0 0.25em 0.25em;
        -moz-border-radius: 0 0 0.25em 0.25em;
        -ms-border-radius: 0 0 0.25em 0.25em;
        -o-border-radius: 0 0 0.25em 0.25em;
        padding-bottom: 15px; }
      #header ul li > ul li.active > a,
      #header ul li > ul li.current-menu-item > a,
      #header ul li > ul li.current-menu-parent > a,
      #header ul li > ul li.current-menu-ancestor > a,
      #header ul li > ul li.current-page-ancestor > a,
      #header ul li > ul li.current_page_parent > a,
      #header ul li > ul li.current_page_item > a,
      #header ul li > ul li.current_page_ancestor > a,
      #header ul li > ul li.current-cat > a,
      #header ul li > ul li.current-cat-parent > a {
        color: #222; }
  #header ul li > ul.expanded {
    cursor: auto;
    width: auto;
    left: auto;
    right: 0;
    min-width: 515px;
    white-space: normal;
    border-radius: 0.25em;
    -khtml-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    -o-border-radius: 0.25em; }
    #header ul li > ul.expanded:before {
      background-image: url(../images/bg-dropdown2.png);
      left: auto;
      right: 8%; }
    #header ul li > ul.expanded > div.clearfix {
      border-radius: 0.25em;
      -khtml-border-radius: 0.25em;
      -webkit-border-radius: 0.25em;
      -moz-border-radius: 0.25em;
      -ms-border-radius: 0.25em;
      -o-border-radius: 0.25em;
      background: #FFF; }
    #header ul li > ul.expanded > div.clearfix > li {
      position: static;
      width: 50%; }
      #header ul li > ul.expanded > div.clearfix > li > a:first-child {
        margin: 0 !important;
        padding: 0 !important;
        background: none !important; }
      #header ul li > ul.expanded > div.clearfix > li:first-child > a img {
        border-radius: 0.25em 0 0 0;
        -khtml-border-radius: 0.25em 0 0 0;
        -webkit-border-radius: 0.25em 0 0 0;
        -moz-border-radius: 0.25em 0 0 0;
        -ms-border-radius: 0.25em 0 0 0;
        -o-border-radius: 0.25em 0 0 0; }
      #header ul li > ul.expanded > div.clearfix > li:first-child:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: calc(50% - 1px);
        bottom: 0;
        width: 1px;
        background: #CCC; }
      #header ul li > ul.expanded > div.clearfix > li:last-child > a img {
        border-radius: 0 0.25em 0 0;
        -khtml-border-radius: 0 0.25em 0 0;
        -webkit-border-radius: 0 0.25em 0 0;
        -moz-border-radius: 0 0.25em 0 0;
        -ms-border-radius: 0 0.25em 0 0;
        -o-border-radius: 0 0.25em 0 0; }
      #header ul li > ul.expanded > div.clearfix > li .inner {
        padding: 15px; }
      #header ul li > ul.expanded > div.clearfix > li h2 {
        font: 26px "myriad-pro", Arial, sans-serif;
        margin: 0 0 15px; }
        #header ul li > ul.expanded > div.clearfix > li h2 a {
          color: #0A61AE;
          font: inherit;
          padding: 0; }
      #header ul li > ul.expanded > div.clearfix > li li {
        width: 100%; }
        #header ul li > ul.expanded > div.clearfix > li li a {
          display: block;
          padding: 5px 0; }
  #header a.open-mobile-nav {
    color: #0A61AE;
    top: -5px;
    font-size: 31px; }
  #header.switch ul li a {
    color: #222 !important; }
    #header.switch ul li a:hover {
      color: #91C03F; }
  #header.switch ul li.login > a:before {
    background-position: left bottom; }
  #header.switch ul li.login > a:hover:before {
    background-position: left center; }
  #header.switch ul li.button > a {
    color: #222 !important;
    border-color: #91C03F; }
    #header.switch ul li.button > a:hover {
      color: #FFF !important;
      background: #91C03F; }
  #header #logo img:not(:only-child) {
    transition: 0.3s ease;
    -khtml-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease; }
    #header #logo img:not(:only-child):last-child {
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform-origin: left top;
      -moz-transform-origin: left top;
      -ms-transform-origin: left top;
      -o-transform-origin: left top;
      transform-origin: left top; }
    @media (max-width: 40.063em) {
      #header #logo img:not(:only-child):first-child {
        opacity: 0;
        filter: alpha(opacity=0); }
      #header #logo img:not(:only-child):last-child {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: none;
        -khtml-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none; } }
  @media (min-width: 40.063em) {
    #header.switch #logo img:not(:only-child):first-child {
      opacity: 0;
      filter: alpha(opacity=0); }
    #header.switch #logo img:not(:only-child):last-child {
      opacity: 1;
      filter: alpha(opacity=100);
      transform: none;
      -khtml-transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none; } }

.page-id-12338 #header:not(.switch) #nav #menu-item-17263 > a,
.page-id-12338 #header:not(.switch) #nav #menu-item-17274 > a {
  color: #FFF; }

.page-id-12338 #header:not(.switch) #nav #menu-item-17263:hover > a,
.page-id-12338 #header:not(.switch) #nav #menu-item-17274:hover > a {
  color: #91C03F !important; }

/**
 * Mobile menu
 */
#mobileMenu {
  z-index: 1000;
  left: auto;
  width: 220px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 7px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: -3px 0 7px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -3px 0 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -3px 0 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: -3px 0 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: -3px 0 7px rgba(0, 0, 0, 0.15);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -khtml-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #FFF; }
  #mobileMenu:not(.open) {
    transform: translate(100%, 0);
    -khtml-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0); }
  .no-pointerevents #mobileMenu {
    display: none !important; }
  .pointerevents #mobileMenu + #container:before {
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    z-index: 600;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: 0.4s ease;
    -khtml-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    zoom: 1;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000); }
  .pointerevents #mobileMenu.open + #container:before {
    opacity: 1;
    filter: alpha(opacity=100); }
  #mobileMenu .close-mobile-menu {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -40px;
    color: #FFF;
    font-size: 31px; }
  #mobileMenu:not(.open) .close-mobile-menu {
    visibility: hidden; }
  #mobileMenu ul, #mobileMenu li {
    display: inline;
    margin: 0;
    padding: 0; }
  #mobileMenu ul li a {
    display: block;
    color: #0A61AE;
    font: 18px "myriad-pro", Arial, sans-serif;
    padding: 5px 15px; }
  #mobileMenu ul li:not(:last-child) > a {
    border-bottom: 1px solid #EEE; }

/**
 * Masthead
 */
#masthead {
  z-index: 205;
  height: 720px;
  overflow: hidden;
  transform: translateZ(0);
  -khtml-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  background-position: center top;
  background-size: auto 400px;
  -khtml-background-size: auto 400px;
  -webkit-background-size: auto 400px;
  -moz-background-size: auto 400px;
  -ms-background-size: auto 400px;
  -o-background-size: auto 400px; }
  @media (max-width: 40.063em) {
    #masthead {
      height: 420px;
      background-size: cover;
      -khtml-background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -o-background-size: cover;
      background-position: center top !important; } }
  #masthead.no-copy {
    height: 200px; }
  body:not(.home) #masthead {
    height: 400px; }
    @media (max-width: 40.063em) {
      body:not(.home) #masthead {
        height: 300px; } }
  .home #masthead {
    background-size: auto 100%;
    -khtml-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-position: center top !important; }
    @media (min-width: 1450px) {
      .home #masthead {
        background-size: auto 89%;
        -khtml-background-size: auto 89%;
        -webkit-background-size: auto 89%;
        -moz-background-size: auto 89%;
        -ms-background-size: auto 89%;
        -o-background-size: auto 89%; } }
  #masthead:not(.white-bg):before {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background: fixed url(../images/pattern-overlay.png) repeat; }
  #masthead .caption {
    z-index: 2; }
    .no-csstransforms #masthead .caption {
      position: static; }
    @media (min-width: 40.063em) {
      #masthead .caption:not(.basics) {
        position: absolute;
        top: 55%;
        left: 50%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(-50%, -50%, 0);
        -khtml-transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0); } }
    @media (max-width: 40.063em) {
      #masthead .caption {
        opacity: 1 !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        padding: 25% 15px 0;
        transform: translate3d(0, 0, 0);
        -khtml-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0); } }
  #masthead:not(.white-bg):after {
    content: '';
    z-index: 3;
    display: block;
    width: 204px;
    height: 102px;
    text-indent: -999em;
    text-align: left !important;
    background: url(../images/bg-mastheadCut.png) no-repeat;
    position: absolute;
    left: 50%;
    bottom: -70px;
    margin-left: -102px; }
    .page-template-template-partners-php #masthead:not(.white-bg):after,
    .page-template-template-projects-php #masthead:not(.white-bg):after {
      display: none; }
  #masthead h1 {
    color: #FFF;
    font: 90px "myriad-pro", Arial, sans-serif;
    margin: 0; }
    @media (min-width: 1200px) {
      #masthead h1 {
        white-space: nowrap; } }
    @media (max-width: 40.063em) {
      #masthead h1 {
        font-size: 30px; } }
  #masthead.white-bg h1 {
    color: #0A61AE; }
  #masthead p {
    color: #FFF;
    font: 30px/1.8 "myriad-pro", Arial, sans-serif;
    margin: 0 auto 10px; }
    @media (max-width: 40.063em) {
      #masthead p {
        font-size: 17px; } }
    @media (min-width: 40.063em) {
      #masthead p {
        min-width: 900px; } }
  #masthead.white-bg p {
    color: #222; }
  body:not(.home) #masthead h1 {
    font-size: 70px; }
    @media (max-width: 40.063em) {
      body:not(.home) #masthead h1 {
        font-size: 30px; } }
  body:not(.home) #masthead p {
    font-size: 25px; }
    @media (max-width: 40.063em) {
      body:not(.home) #masthead p {
        font-size: 17px; } }
  #masthead video {
    left: -27%;
    width: 142% !important;
    height: auto !important; }

/**
 * Footer
 */
@media (min-width: 40.063em) {
  #container {
    z-index: 5;
    top: -25px;
    margin-bottom: -25px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
    -khtml-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
    background: #FFF; } }

#footer {
  padding: 65px 0;
  background: #113757; }
  #footer.no-bg {
    background: #FFF; }
    #footer.no-bg p {
      color: #58595B; }
  @media (min-width: 40.063em) {
    #footer {
      z-index: 1;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0; }
      .woocommerce-cart #footer,
      .woocommerce-checkout #footer,
      .woocommerce-account #footer {
        position: relative; }
        .woocommerce-cart #footer + #footer-push,
        .woocommerce-checkout #footer + #footer-push,
        .woocommerce-account #footer + #footer-push {
          display: none !important; } }
  #footer a, #footer i {
    transition: 0.3s ease;
    -khtml-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease; }
  #footer p {
    margin: 0; }
    #footer p small {
      font-size: 10px; }
  #footer .follow-block {
    padding: 45px;
    border-radius: 0.25em;
    -khtml-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    -o-border-radius: 0.25em;
    background: #FFF; }
    @media (min-width: 40.063em) {
      #footer .follow-block {
        width: 265px; } }
    @media (max-width: 40.063em) {
      #footer .follow-block {
        margin-bottom: 20px; } }
    #footer .follow-block hgroup {
      margin: 0 0 45px; }
      #footer .follow-block hgroup small {
        color: #848484; }
    #footer .follow-block a {
      display: block;
      color: #848484;
      font: 16px "myriad-pro", Arial, sans-serif; }
      #footer .follow-block a:not(:last-child), #footer .follow-block a:not(:nth-last-child(2)) {
        margin-bottom: 30px; }
      #footer .follow-block a:hover {
        color: #91C03F; }
      #footer .follow-block a i {
        display: block;
        margin: 0 auto 10px; }
    #footer .follow-block .clearfix i {
      height: 32px; }
  @media (min-width: 40.063em) {
    #footer .left:not(:first-child) {
      padding-left: 5%; } }
  @media (max-width: 40.063em) {
    #footer .left:not(:first-child) {
      margin-bottom: 20px; } }
  #footer .left:not(:first-child) hgroup {
    margin: 0 0 25px; }
    #footer .left:not(:first-child) hgroup small {
      display: inline;
      color: #91C03F;
      border-color: #345570; }
  #footer .left:not(:first-child) ul, #footer .left:not(:first-child) li {
    display: inline;
    margin: 0;
    padding: 0; }
  #footer .left:not(:first-child) ul li a {
    display: block;
    color: #81A0BB;
    font: 18px/1.35 "myriad-pro", Arial, sans-serif; }
    #footer .left:not(:first-child) ul li a:hover {
      color: #FFF;
      text-decoration: underline; }
  #footer table {
    margin: 25px 0 0 0;
    padding: 0;
    border: 0;
    background: 0; }
    @media (min-width: 40.063em) {
      #footer table {
        float: left;
        width: calc(75% - 42px);
        margin-left: 42px; } }
    #footer table ul, #footer table li {
      display: inline;
      margin: 0;
      padding: 0; }
    #footer table ul li:not(:last-child):after {
      content: '\2022';
      position: relative;
      top: 2px;
      color: #81A0BB;
      margin: 0 5px; }
    #footer table p, #footer table a {
      color: #4B6881;
      font: 14px "myriad-pro", Arial, sans-serif; }
    #footer table a:hover {
      color: #81A0BB;
      text-decoration: underline; }
    #footer table td {
      padding: 0 15px; }
      #footer table td.blend {
        background-blend-mode: overlay;
        background-color: #113757 !important; }
        #footer table td.blend img {
          visibility: hidden; }

/**
 * Action bar
 */
#action-bar {
  z-index: 200;
  position: fixed;
  top: 105px;
  right: 15px; }
  #action-bar a {
    float: left;
    display: block;
    width: 70px;
    height: 109px;
    text-indent: -999em;
    text-align: left !important;
    background: url(../images/sprites-actions.png) no-repeat;
    transition: none;
    -khtml-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    #action-bar a:not(:last-child) {
      margin-right: 7.5px; }
    #action-bar a.all-products:hover {
      background-position: left bottom; }
    #action-bar a.cart {
      background-position: right top; }
      #action-bar a.cart:hover {
        background-position: right bottom; }
  #action-bar a.cart span {
    display: block;
    position: absolute;
    top: -3px;
    right: -3px;
    width: 26px;
    height: 26px;
    color: #FFF;
    font: 12px/26px "myriad-pro", Arial, sans-serif;
    text-align: center !important;
    text-indent: 0;
    border-radius: 26px;
    -khtml-border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    background: #91C03F; }
  #action-bar a.cart:hover span {
    background: #0A61AE; }
  .woocommerce-cart #action-bar,
  .woocommerce-checkout #action-bar,
  .woocommerce-account #action-bar {
    display: none; }

#share-actions-bar {
  z-index: 200;
  position: fixed;
  bottom: 15px;
  right: 15px; }
  #share-actions-bar a {
    display: block;
    width: 72px;
    height: 76px;
    text-indent: -999em;
    text-align: left !important;
    background: url(../images/sprites-actions2.png) no-repeat;
    transition: none;
    -khtml-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    #share-actions-bar a:not(:last-child) {
      margin-bottom: 15px; }
    #share-actions-bar a.share:hover {
      background-position: top right; }
    #share-actions-bar a.blog {
      background-position: left bottom; }
      #share-actions-bar a.blog:hover {
        background-position: right bottom; }

/**
 * Calculator tab
 */
#calculator-tab {
  z-index: 600;
  position: fixed;
  top: 50%;
  left: -46px;
  color: #FFF;
  font: 17px "myriad-pro", Arial, sans-serif;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 9px 12px 11px;
  border-radius: 0.25em;
  -khtml-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  -o-border-radius: 0.25em;
  transition: 0.3s ease;
  -khtml-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transform: rotate(-90deg) translate(0, -50%);
  -khtml-transform: rotate(-90deg) translate(0, -50%);
  -webkit-transform: rotate(-90deg) translate(0, -50%);
  -moz-transform: rotate(-90deg) translate(0, -50%);
  -ms-transform: rotate(-90deg) translate(0, -50%);
  -o-transform: rotate(-90deg) translate(0, -50%);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #0A61AE; }
  #calculator-tab:hover {
    background: #0d7cde; }
  #calculator-tab:focus, #calculator-tab:active {
    background: #07467e; }
  #calculator-tab:not(.fade-in) {
    left: -128px;
    transition: 0.3s 1.65s ease;
    -khtml-transition: 0.3s 1.65s ease;
    -webkit-transition: 0.3s 1.65s ease;
    -moz-transition: 0.3s 1.65s ease;
    -ms-transition: 0.3s 1.65s ease;
    -o-transition: 0.3s 1.65s ease; }
  #calculator-tab i {
    margin-left: 7px; }
  .woocommerce-cart #calculator-tab,
  .woocommerce-checkout #calculator-tab,
  .woocommerce-account #calculator-tab {
    display: none; }

/**
 * Slideshows
 */
[ng-slideshow] .slide {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.75s ease;
  -khtml-transition: opacity 0.75s ease;
  -webkit-transition: opacity 0.75s ease;
  -moz-transition: opacity 0.75s ease;
  -ms-transition: opacity 0.75s ease;
  -o-transition: opacity 0.75s ease; }
  [ng-slideshow] .slide.active {
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100); }

/**
 * Containers
 */
#content {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.3s ease;
  -khtml-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease; }
  .js #content {
    opacity: 1;
    filter: alpha(opacity=100); }
  #content .alignleft {
    float: left;
    margin: 0 15px 0 0; }
  #content .alignright {
    float: right;
    margin: 0 0 0 15px; }
  #content .aligncenter {
    float: none;
    margin: 15px auto; }

/**
 * Homepage styles
 */
#content .how-it-works {
  padding: 170px 0; }
  #content .how-it-works .wrapper {
    max-width: 1380px;
    padding: 0; }
  #content .how-it-works [in-view] .tout:not(.animated) {
    visibility: hidden; }
  #content .how-it-works hgroup {
    margin-bottom: 88px; }

@mdia (max-width: $small) {
  #content .how-it-works hgroup {
    margin-bottom: 25px; } }
  @media (max-width: 40.063em) {
    #content .how-it-works {
      padding: 25px 0; }
      #content .how-it-works .left {
        padding: 15px 0; } }
  @media (max-width: 40.063em) {
    #content .how-it-works figure {
      margin-bottom: 15px; } }
  #content .how-it-works figure img {
    margin: auto; }
  #content .how-it-works figure div[class^="EDGE-"] {
    top: -22px;
    margin: auto; }
    #content .how-it-works figure div[class^="EDGE-"] * {
      position: static;
      box-sizing: content-box;
      -khtml-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
      -o-box-sizing: content-box; }
  #content .how-it-works span.step {
    display: inline-block;
    width: 30px;
    height: 30px;
    font: 1.0225rem/26px "myriad-pro", Arial, sans-serif;
    border: 2px solid #91C03F;
    border-radius: 2em;
    -khtml-border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em; }
  #content .how-it-works strong {
    font: 15px "myriad-pro", Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 0 0 10px; }
  #content .how-it-works p {
    max-width: 80%;
    color: #4d4d4d;
    font: 17px/1.35 "myriad-pro", Arial, sans-serif;
    margin: auto; }

#content .calculate + .testimonials-slideshow {
  margin-top: 50px; }

#content .calculate .wrapper {
  max-width: 1380px;
  padding: 0; }
  @media (max-width: 1394px) {
    #content .calculate .wrapper {
      width: 100%;
      text-align: center; } }

#content .calculate figure {
  border: 1px solid #E3E6EA;
  background-color: #F1F4F9;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  border: 15px solid white;
  border-width: 0 10px;
  background-size: 100% auto;
  -khtml-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto; }
  #content .calculate figure .calc-inner {
    height: 100%;
    padding: 84px 0 0 0; }
  #content .calculate figure img {
    vertical-align: bottom;
    width: 100%;
    height: auto; }
  @media (max-width: 1200px) and (min-width: 40.063em) {
    #content .calculate figure {
      margin: 0; }
      #content .calculate figure:not(:last-child) {
        width: 50%;
        margin-bottom: 20px; }
      #content .calculate figure:last-child {
        clear: both;
        width: 100%;
        height: auto !important; }
        #content .calculate figure:last-child img {
          margin-top: -20%; } }
  @media (max-width: 40.063em) {
    #content .calculate figure:not(:last-child) {
      margin-bottom: 10px; } }

#content .calculate .button-group {
  padding: 0 10px; }

#content .calculate h2 {
  margin: 0;
  padding-bottom: 36px !important;
  line-height: 1.25; }

#content .calculate p {
  margin: 0;
  color: #939597;
  font-size: 20px;
  line-height: 1.7; }

#content .calculate h2, #content .calculate p.copy {
  padding: 0 60px;
  font-weight: 100; }

#content .calculate .button {
  background: #FFF;
  color: #303030;
  font-size: 20px;
  border: 1px solid #e3e6ea; }
  @media (max-width: 40.063em) {
    #content .calculate .button {
      display: inline-block;
      width: auto; } }
  #content .calculate .button:not(:last-of-type) {
    margin-right: 7px; }
    @media (max-width: 64em) {
      #content .calculate .button:not(:last-of-type) {
        margin: 0 0 7px 0; } }

#content .calculate .copy {
  padding-bottom: 38px !important; }

@media (min-width: 64em) {
  #content .calculate-personal .copy {
    width: 57.10%; } }

@media (max-width: 40.063em) {
  #content .calculate-personal .copy {
    float: none !important; } }

#content .calculate-personal .packages {
  padding: 30px 30px 30px 0; }
  @media (min-width: 64em) {
    #content .calculate-personal .packages {
      width: 42.89%; } }
  #content .calculate-personal .packages [class*="package"] {
    padding: 40px 30px 40px 50%;
    border-radius: 0.45em;
    -khtml-border-radius: 0.45em;
    -webkit-border-radius: 0.45em;
    -moz-border-radius: 0.45em;
    -ms-border-radius: 0.45em;
    -o-border-radius: 0.45em; }
    @media (max-width: 40.063em) {
      #content .calculate-personal .packages [class*="package"] {
        padding: 30px 15px 30px 50%; } }
    #content .calculate-personal .packages [class*="package"]:not(:last-child) {
      margin-bottom: 15px; }
  #content .calculate-personal .packages .button {
    color: #222;
    font-size: 15px;
    white-space: nowrap;
    background: #FFF; }
  #content .calculate-personal .packages hgroup {
    color: #FFF;
    text-align: left;
    margin: 0 0 20px; }
    #content .calculate-personal .packages hgroup small {
      opacity: 0.7;
      filter: alpha(opacity=70);
      color: inherit;
      font-size: 12px;
      letter-spacing: 0.25em;
      border: none; }
    #content .calculate-personal .packages hgroup strong {
      display: block;
      font: 20px "myriad-pro", Arial, sans-serif; }

#content .calculate-tool.medium-6 {
  background: #F1F4F9; }
  @media (min-width: 1200px) {
    #content .calculate-tool.medium-6 {
      background: #F1F4F9 url(../images/bg-calculator.png) right bottom no-repeat; }
      #content .calculate-tool.medium-6 .copy {
        width: 57.10%; } }

#content .projects-map {
  padding: 236px 15px; }
  #content .projects-map p.small {
    color: #4d4d4d;
    font-size: 17px; }
  @media (min-width: 40.063em) {
    #content .projects-map .left:first-child {
      padding-right: 60px; } }
  @media (max-width: 40.063em) {
    #content .projects-map .left:first-child {
      margin-bottom: 20px; } }

#content .testimonials-slideshow {
  height: 550px;
  border: 1px solid #E1E5E8;
  border-width: 1px 0;
  background: url(../images/bg-testimonials.jpg) no-repeat;
  background-size: cover;
  -khtml-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover; }
  #content .testimonials-slideshow:first-child {
    margin-top: -100px;
    border-top: 0; }
    .page-template-template-partners-php #content .testimonials-slideshow:first-child {
      height: 600px;
      margin-top: -50px; }
  #content .testimonials-slideshow .the-slides {
    height: inherit; }
  #content .testimonials-slideshow .slide img {
    position: absolute;
    bottom: 0; }
    @media (min-width: 1200px) {
      #content .testimonials-slideshow .slide img {
        left: -20px; } }
  #content .testimonials-slideshow .slide figcaption {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%); }
    @media (min-width: 40.063em) {
      #content .testimonials-slideshow .slide figcaption {
        left: 50%; } }
    #content .testimonials-slideshow .slide figcaption p {
      font-size: 25px;
      line-height: 1.3; }
  #content .testimonials-slideshow .slide .testimonial-cite {
    color: #222;
    color: rgba(34, 34, 34, 0.6);
    font: 14px "myriad-pro", Arial, sans-serif; }
    #content .testimonials-slideshow .slide .testimonial-cite strong {
      display: block;
      font-size: 20px; }
  #content .testimonials-slideshow .slide nav {
    margin: 20px 0 0 0; }
    #content .testimonials-slideshow .slide nav a {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 10px;
      -khtml-border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      background: #B6BFC8; }
      #content .testimonials-slideshow .slide nav a.active, #content .testimonials-slideshow .slide nav a:hover:not(.active) {
        background: #0A61AE; }
      #content .testimonials-slideshow .slide nav a:not(:last-child) {
        margin-right: 5px; }

#content .partner-logos {
  padding: 80px 0;
  border-bottom: 1px solid #E6E6E6; }
  #content .partner-logos table {
    width: auto;
    margin: auto;
    border: 0; }
  #content .partner-logos td {
    padding: 0 30px; }
    @media (max-width: 40.063em) {
      #content .partner-logos td {
        display: block;
        padding: 15px;
        margin: auto; } }
  #content .partner-logos a img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    transition: 0.3s ease;
    -khtml-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease; }
  #content .partner-logos a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none; }

#content .take-responsibility {
  padding: 126px 15px; }
  #content .take-responsibility h2 {
    margin: 0 0 25px; }

#content .article-list {
  padding: 15px 0 30px; }
  #content .article-list article:not(:last-child) {
    margin-bottom: 15px; }
  #content .article-list article figure.left {
    width: 83px; }
    #content .article-list article figure.left img:not(.placeholder) {
      border-radius: 10em;
      -khtml-border-radius: 10em;
      -webkit-border-radius: 10em;
      -moz-border-radius: 10em;
      -ms-border-radius: 10em;
      -o-border-radius: 10em; }
    #content .article-list article figure.left img.placeholder {
      top: 3px; }
    #content .article-list article figure.left + .right {
      width: calc(100% - 100px); }
  #content .article-list article aside:only-child {
    float: none !important;
    max-width: 90%; }
  #content .article-list article aside {
    padding: 10px 0 0 0; }
  #content .article-list article:hover a {
    color: #0A61AE; }
  #content .article-list article .post-title {
    display: block;
    color: #222;
    font: 20px "myriad-pro", Arial, sans-serif; }
  #content .article-list article a:not(.post-title) {
    color: #4d4d4d;
    font: 17px "myriad-pro", Arial, sans-serif;
    text-decoration: underline; }

#content .promo-block {
  padding: 30px;
  border: 1px solid #E7E6E4;
  background: #FCFAF4; }
  @media (min-width: 40.063em) {
    #content .promo-block {
      width: 45%; } }
  @media (max-width: 40.063em) {
    #content .promo-block {
      margin: 20px auto; } }
  #content .promo-block img {
    max-width: 50%;
    margin: 0 auto 15px; }
  #content .promo-block h3, #content .promo-block h2 {
    color: #222;
    text-transform: uppercase;
    margin: 0; }
  #content .promo-block h3 {
    font: 22px "myriad-pro", Arial, sans-serif; }
  #content .promo-block h2 {
    font: 27px "myriad-pro", Arial, sans-serif; }
  #content .promo-block p {
    color: #4d4d4d;
    font: 20px/1.35 "myriad-pro", Arial, sans-serif;
    margin: 25px 0; }
  #content .promo-block strong {
    color: #222;
    font: 15px "myriad-pro", Arial, sans-serif;
    text-transform: uppercase; }

#content .stay-in-touch {
  padding: 130px 15px; }
  @media (max-width: 40.063em) {
    #content .stay-in-touch .left:not(:last-child) {
      margin-bottom: 20px; } }
  #content .stay-in-touch figure {
    height: 62px;
    margin: 0; }
  #content .stay-in-touch h4 {
    margin: 20px 0; }
  #content .stay-in-touch p {
    max-width: 80%;
    color: #4d4d4d;
    font: 17px/1.35 "myriad-pro", Arial, sans-serif;
    margin: 0 auto; }
  #content .stay-in-touch form {
    zoom: 1;
    max-width: 80%;
    margin: 25px auto; }
    #content .stay-in-touch form:after, #content .stay-in-touch form:before {
      content: '\0020';
      display: table;
      height: 0;
      overflow: hidden; }
    #content .stay-in-touch form:after {
      clear: both; }
    #content .stay-in-touch form input[type=text],
    #content .stay-in-touch form input[type=email] {
      float: left;
      width: 100%; }
    #content .stay-in-touch form [type=submit] {
      clear: both;
      display: block;
      margin: auto;
      width: 37%;
      font-size: 1.15rem;
      text-transform: uppercase;
      letter-spacing: -1px;
      padding: 9px 0; }

/**
 * Interior styles
 */
body:not(.home) #content {
  padding: 50px 0 0; }
  body:not(.home) #content #page > .wrapper > hgroup:only-child {
    margin-bottom: 80px; }

.page-template-template-projects-php #content,
.single-project #content {
  padding: 0 !important; }

@media (min-width: 64em) {
  #content #page:not(:only-child):not(.full-width) {
    width: 63%;
    padding: 0; } }

#content #page:only-child {
  padding: 0 0 80px; }

@media (min-width: 64em) {
  #content #sidebar:not(:only-child) {
    width: 32.5%;
    padding: 0; } }

@media (max-width: 40.063em) {
  #content #sidebar:not(:only-child) {
    margin-top: 35px; } }

#sidebar .widget {
  list-style: none;
  padding: 50px;
  border: 1px solid #E6E6E6;
  border-radius: 0.25em;
  -khtml-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  -o-border-radius: 0.25em; }
  #sidebar .widget:not(:last-child) {
    margin-bottom: 15px; }
  #sidebar .widget p, #sidebar .widget ul, #sidebar .widget li, #sidebar .widget a {
    font-size: 15px;
    margin: 0; }
  #sidebar .widget p {
    margin: 20px auto; }
  #sidebar .widget hgroup, #sidebar .widget .widgettitle {
    margin: 0 0 25px; }
  #sidebar .widget .widgettitle {
    display: inline-block;
    left: 50%;
    color: #4d4d4d;
    font: 12px "myriad-pro", Arial, sans-serif;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #E6E6E6;
    transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0); }
  #sidebar .widget.promo-block {
    padding: 20px 50px;
    background-size: cover;
    -khtml-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover; }
    #sidebar .widget.promo-block strong {
      font-size: 15px; }
  #sidebar .widget.widget-calculate.packages {
    padding: 50px 0 0 0; }
    #sidebar .widget.widget-calculate.packages > hgroup, #sidebar .widget.widget-calculate.packages p {
      padding: 0 50px; }
  #sidebar .widget.widget-calculate hgroup + img {
    max-width: 50%;
    margin: auto; }
  #sidebar .widget.widget-calculate .package {
    padding: 30px 15px 0; }
    #sidebar .widget.widget-calculate .package:not(:last-child) {
      border-bottom: 1px solid #E6E6E6; }
    #sidebar .widget.widget-calculate .package figure.left {
      width: 100px; }
      #sidebar .widget.widget-calculate .package figure.left img {
        max-width: 90%; }
      #sidebar .widget.widget-calculate .package figure.left + .right {
        width: calc(100% - 115px); }
    #sidebar .widget.widget-calculate .package small {
      border: 0;
      padding: 0; }
    #sidebar .widget.widget-calculate .package strong {
      display: block;
      font: 18px "myriad-pro", Arial, sans-serif; }
    #sidebar .widget.widget-calculate .package .button {
      display: block;
      padding-left: 0;
      padding-right: 0; }
  #sidebar .widget.widget-latest-article article {
    margin: 0 0 15px; }
    #sidebar .widget.widget-latest-article article figure {
      margin: 0 0 15px; }
  #sidebar .widget.widget_categories label {
    display: none; }
  #sidebar .widget.widget_categories select {
    margin-top: 15px;
    padding: 0 10px; }
  #sidebar .widget.widget_search label {
    display: none; }
  #sidebar .widget.widget_search form {
    margin-top: 15px; }

/**
 * Some basic interior modules
 */
#page .cta-button {
  font: 28px "myriad-pro", Arial, sans-serif; }

/**
 * Product list styles
 */
#content .project-list-intro {
  max-width: 686px; }
  #content .project-list-intro h2 {
    margin: 0 0 25px; }
  #content .project-list-intro p {
    color: #222;
    font-size: 20px;
    margin: 0; }

.tout:not(:last-of-type):after {
  content: ' ';
  height: 139px;
  display: inline-block;
  border-right: 1px solid #e6e6e6;
  position: absolute;
  top: 50%;
  right: 0; }

#content .project-filters {
  margin: 50px auto 28px; }
  @media (max-width: 40.063em) {
    #content .project-filters .table, #content .project-filters .cell {
      zoom: 1;
      display: block; }
      #content .project-filters .table:after, #content .project-filters .table:before, #content .project-filters .cell:after, #content .project-filters .cell:before {
        content: '\0020';
        display: table;
        height: 0;
        overflow: hidden; }
      #content .project-filters .table:after, #content .project-filters .cell:after {
        clear: both; } }
  #content .project-filters hgroup small {
    display: block;
    margin-bottom: 9px;
    border: 0; }
  #content .project-filters .filter-cell {
    padding: 21px 20px;
    border: 1px solid #E6E6E6;
    background: #F1F4F9; }
    @media (min-width: 40.063em) {
      #content .project-filters .filter-cell:last-child:not(:only-child) {
        background: #F1F4F9 url(../images/bg-calculator2.png) 25px bottom no-repeat; } }
  #content .project-filters .button {
    font-size: 15px; }
  @media (min-width: 40.063em) {
    #content .project-filters .left.medium-4 {
      padding: 0 7px; } }
  #content .project-filters label {
    color: #303030;
    font: 600 14px "myriad-pro", Arial, sans-serif;
    text-transform: uppercase; }
    @media (max-width: 40.063em) {
      #content .project-filters label {
        display: block; }
        #content .project-filters label:not(:first-child) {
          margin-top: 20px; } }
  #content .project-filters select {
    cursor: pointer;
    display: block;
    font: 15px "myriad-pro", Arial, sans-serif;
    margin: 5px auto;
    padding: 0 7px;
    border: 1px solid #E3E6EA;
    background: #FFF url(../images/bg-select.png) 90% center no-repeat; }
  #content .project-filters p {
    color: #808182;
    font: 15px "myriad-pro", Arial, sans-serif;
    margin: 0; }
  #content .project-filters .filter-cell:last-child p {
    max-width: 51%;
    margin: 0 0 0 115px; }
  #content .project-filters .filter-cell:last-child .button.right {
    z-index: 1; }
    @media (min-width: 40.063em) {
      #content .project-filters .filter-cell:last-child .button.right {
        top: 13px;
        margin-left: 15px; } }
    @media (max-width: 40.063em) {
      #content .project-filters .filter-cell:last-child .button.right {
        float: none !important;
        display: block;
        width: 100%;
        margin-bottom: 15px; } }
  #content .project-filters a.filter-tooltip {
    display: block;
    color: #4d4d4d;
    font: 13px "myriad-pro", Arial, sans-serif;
    text-decoration: underline; }
    #content .project-filters a.filter-tooltip:hover {
      color: #222; }
    #content .project-filters a.filter-tooltip i {
      top: 3px;
      margin-right: 5px; }
    #content .project-filters a.filter-tooltip span {
      z-index: 10;
      display: block;
      width: 411px;
      height: 156px;
      text-indent: -999em;
      text-align: left !important;
      background: url(../images/bg-tooltip.png) no-repeat;
      display: none;
      position: absolute;
      left: -154px;
      font: 15px "myriad-pro", Arial, sans-serif;
      text-align: left !important;
      text-indent: 0 !important;
      padding: 36px; }

#content .project-list,
#content .products {
  max-width: 1175px;
  margin: 0 auto 50px; }
  #content .project-list li,
  #content .products li {
    float: none !important;
    display: inline-block;
    vertical-align: top !important;
    padding: 38px;
    margin-right: -5px;
    margin-bottom: -1px;
    border: 1px solid #CCC;
    transition: 0.3s ease;
    /*
    -khtml-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    */
    background: #FFF; }
    @media (min-width: 40.063em) {
      #content .project-list li.product,
      #content .products li.product {
        padding-bottom: 112px; }
      #content .project-list li.post,
      #content .products li.post {
        padding-bottom: 76px; }
      #content .project-list li a.button:last-child,
      #content .products li a.button:last-child {
        position: absolute;
        left: 50%;
        white-space: nowrap;
        transform: translate(-50%, 0);
        -khtml-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0); } }
    #content .project-list li figure,
    #content .products li figure {
      position: static;
      min-height: 194px;
      margin: 0 0 20px; }
    #content .project-list li.post figure,
    #content .products li.post figure {
      min-height: 0; }
    #content .project-list li img,
    #content .products li img {
      margin: 0 auto 24px; }
    #content .project-list li .product-title,
    #content .products li .product-title {
      display: block;
      font: 20px/1 "myriad-pro", Arial, sans-serif; }
      #content .project-list li .product-title:hover,
      #content .products li .product-title:hover {
        color: #0A61AE; }
    #content .project-list li small,
    #content .products li small {
      display: block;
      color: #4d4d4d;
      font: 15px "myriad-pro", Arial, sans-serif;
      margin: 6px 0 12px; }
    #content .project-list li a,
    #content .products li a {
      text-decoration: none; }
    #content .project-list li p,
    #content .products li p {
      color: #4d4d4d;
      font: 15px "myriad-pro", Arial, sans-serif;
      margin: 25px 0; }
    #content .project-list li .button,
    #content .products li .button {
      font-size: 14px; }

#content #page .products li {
  width: 33.33%;
  margin: 0; }
  #content #page .products li:only-child {
    width: 100%;
    min-height: 0; }

#content .related.products h2 {
  text-align: center; }

#content .circ-img {
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 170px;
  -khtml-border-radius: 170px;
  -webkit-border-radius: 170px;
  -moz-border-radius: 170px;
  -ms-border-radius: 170px;
  -o-border-radius: 170px;
  overflow: hidden;
  margin: 0 auto 20px; }

#content a.tag,
#content .tags a,
#content .price .tag {
  display: inline-block;
  color: #91C03F;
  font: 14px "myriad-pro", Arial, sans-serif;
  padding: 0 8px;
  border: 2px solid #91C03F;
  border-radius: 10em;
  -khtml-border-radius: 10em;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  -o-border-radius: 10em;
  transition: 0.3s ease;
  -khtml-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: #FFF; }
  #content a.tag .amount,
  #content .tags a .amount,
  #content .price .tag .amount {
    color: inherit; }
  #content a.tag:not(:last-child),
  #content .tags a:not(:last-child),
  #content .price .tag:not(:last-child) {
    margin-right: 5px; }
  .page-template-template-projects-php #content a.tag,
  .single-project #content a.tag, .page-template-template-projects-php
  #content .tags a,
  .single-project
  #content .tags a, .page-template-template-projects-php
  #content .price .tag,
  .single-project
  #content .price .tag {
    color: #222;
    padding-left: 17px;
    border-color: #A186E5; }
    .page-template-template-projects-php #content a.tag:before,
    .single-project #content a.tag:before, .page-template-template-projects-php
    #content .tags a:before,
    .single-project
    #content .tags a:before, .page-template-template-projects-php
    #content .price .tag:before,
    .single-project
    #content .price .tag:before {
      content: '';
      display: block;
      position: absolute;
      top: 6.5px;
      left: 7px;
      width: 5px;
      height: 5px;
      border-radius: 5px;
      -khtml-border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      transition: 0.3s ease;
      -khtml-transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      background: #A186E5; }
    .page-template-template-projects-php #content a.tag[href^="clean-energy"],
    .single-project #content a.tag[href^="clean-energy"], .page-template-template-projects-php
    #content .tags a[href^="clean-energy"],
    .single-project
    #content .tags a[href^="clean-energy"], .page-template-template-projects-php
    #content .price .tag[href^="clean-energy"],
    .single-project
    #content .price .tag[href^="clean-energy"] {
      border-color: #0A61AE; }
      .page-template-template-projects-php #content a.tag[href^="clean-energy"]:before,
      .single-project #content a.tag[href^="clean-energy"]:before, .page-template-template-projects-php
      #content .tags a[href^="clean-energy"]:before,
      .single-project
      #content .tags a[href^="clean-energy"]:before, .page-template-template-projects-php
      #content .price .tag[href^="clean-energy"]:before,
      .single-project
      #content .price .tag[href^="clean-energy"]:before {
        background: #0A61AE; }
    .page-template-template-projects-php #content a.tag[href*="landfill-gas"],
    .single-project #content a.tag[href*="landfill-gas"], .page-template-template-projects-php
    #content .tags a[href*="landfill-gas"],
    .single-project
    #content .tags a[href*="landfill-gas"], .page-template-template-projects-php
    #content .price .tag[href*="landfill-gas"],
    .single-project
    #content .price .tag[href*="landfill-gas"] {
      border-color: #39C38D; }
      .page-template-template-projects-php #content a.tag[href*="landfill-gas"]:before,
      .single-project #content a.tag[href*="landfill-gas"]:before, .page-template-template-projects-php
      #content .tags a[href*="landfill-gas"]:before,
      .single-project
      #content .tags a[href*="landfill-gas"]:before, .page-template-template-projects-php
      #content .price .tag[href*="landfill-gas"]:before,
      .single-project
      #content .price .tag[href*="landfill-gas"]:before {
        background: #39C38D; }
    .page-template-template-projects-php #content a.tag[href*="farm-power"],
    .single-project #content a.tag[href*="farm-power"], .page-template-template-projects-php
    #content .tags a[href*="farm-power"],
    .single-project
    #content .tags a[href*="farm-power"], .page-template-template-projects-php
    #content .price .tag[href*="farm-power"],
    .single-project
    #content .price .tag[href*="farm-power"] {
      border-color: #0A61AE; }
      .page-template-template-projects-php #content a.tag[href*="farm-power"]:before,
      .single-project #content a.tag[href*="farm-power"]:before, .page-template-template-projects-php
      #content .tags a[href*="farm-power"]:before,
      .single-project
      #content .tags a[href*="farm-power"]:before, .page-template-template-projects-php
      #content .price .tag[href*="farm-power"]:before,
      .single-project
      #content .price .tag[href*="farm-power"]:before {
        background: #0A61AE; }

/**
 * Partners styles
 */
#content .featured-partners {
  padding: 75px 0; }
  @media (min-width: 40.063em) {
    #content .featured-partners .partner {
      padding: 0 10px; }
      #content .featured-partners .partner:first-child {
        padding-left: 0; }
      #content .featured-partners .partner:last-child {
        padding-right: 0; } }
  #content .featured-partners hgroup small {
    border: 0; }
  #content .featured-partners hgroup + .clearfix {
    margin: 25px auto; }
  #content .featured-partners .button {
    font-size: 15px; }

#content .partner {
  line-height: 1.25; }
  #content .partner img {
    display: block;
    width: auto;
    max-height: 50px;
    margin: 0 0 25px 0; }
  #content .partner strong {
    display: block;
    font: 15px/1.35 "myriad-pro", Arial, sans-serif;
    text-transform: uppercase; }
  #content .partner p {
    color: #4d4d4d;
    font: 15px/1.35 "myriad-pro", Arial, sans-serif;
    margin: 0; }
  #content .partner a:not(.button) {
    color: #4d4d4d;
    font: 15px "myriad-pro", Arial, sans-serif;
    text-decoration: underline; }
    #content .partner a:not(.button):hover {
      color: #91C03F; }

#content .project-list + hgroup h2 {
  margin: 0 0 15px; }

#content .project-list + hgroup p {
  display: inline;
  text-transform: uppercase;
  margin: 0; }
  #content .project-list + hgroup p strong {
    color: #222; }

#content .project-list + hgroup .button {
  margin: 0 15px 0 0; }

/**
 * Single partners styles
 */
#content .offset-stats .year-seal {
  display: block;
  width: 74px;
  height: 74px;
  text-indent: -999em;
  text-align: left !important;
  background: url(../images/bg-seal.jpg) no-repeat;
  color: #0A61AE;
  font: 600 14px/74px "myriad-pro", Arial, sans-serif;
  text-align: center !important;
  text-indent: 0; }

#content .offset-stats .the-stats {
  margin: 25px auto; }

#content .offset-stats .stat {
  padding: 15px 0 15px 25px;
  border-left: 1px solid #E3E6EA; }
  #content .offset-stats .stat:first-child {
    padding-top: 0; }
  #content .offset-stats .stat:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: -6px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background: #91C03F; }
  #content .offset-stats .stat:first-child:before {
    top: 5px; }
  #content .offset-stats .stat strong {
    display: block;
    color: #222;
    font: 15px "myriad-pro", Arial, sans-serif; }
  #content .offset-stats .stat p {
    color: #4d4d4d;
    font: 18px "myriad-pro", Arial, sans-serif;
    margin: 0; }

#content .offset-stats .totals {
  max-width: 60%; }
  #content .offset-stats .totals strong {
    display: inline-block;
    top: 3px;
    font: 15px "myriad-pro", Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 10px 0 0; }
  #content .offset-stats .totals span {
    display: inline-block;
    color: #4d4d4d;
    font: 28px "myriad-pro", Arial, sans-serif;
    padding: 0 6px;
    margin: 0 2px;
    border: 1px solid #E3E6EA;
    border-radius: 0.2em;
    -khtml-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -o-border-radius: 0.2em; }
  #content .offset-stats .totals small {
    top: -2px;
    color: #808182;
    font: 18px "myriad-pro", Arial, sans-serif;
    margin: 0 0 0 10px; }
  #content .offset-stats .totals .medium-6:only-child {
    width: 100% !important; }

/**
 * Project list styles
 */
#content projects-map {
  display: block;
  height: 550px;
  border: 1px solid #E1E5E8;
  border-width: 1px 0;
  background: url(../images/bg-testimonials.jpg) no-repeat;
  background-size: cover;
  -khtml-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover; }
  #content projects-map:first-child {
    border-top: 0; }
  .home #content projects-map {
    border-width: 5px;
    border-color: #FFF;
    outline: 1px solid #E1E5E8;
    background: #FFF; }
  #content projects-map .marker-content {
    padding: 5px; }
    #content projects-map .marker-content .inner {
      max-width: 200px;
      padding: 25px 0;
      margin: auto; }
    #content projects-map .marker-content img {
      max-width: 300px;
      margin: auto; }
    #content projects-map .marker-content small {
      color: #4d4d4d;
      font: 12px "myriad-pro", Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.15em; }
    #content projects-map .marker-content a {
      text-decoration: none; }
    #content projects-map .marker-content h2 {
      color: #0A61AE;
      font: 18px "myriad-pro", Arial, sans-serif;
      margin: 5px 0; }
      #content projects-map .marker-content h2 a {
        color: inherit; }
        #content projects-map .marker-content h2 a:hover {
          text-decoration: underline; }
    #content projects-map .marker-content h2 + a {
      color: #4d4d4d;
      font: 14px "myriad-pro", Arial, sans-serif;
      text-transform: uppercase; }
      #content projects-map .marker-content h2 + a:hover {
        color: #0A61AE;
        text-decoration: underline; }

#content .project-types {
  padding: 107px 15px; }
  @media (min-width: 40.063em) {
    #content .project-types .left {
      padding: 0 15px; } }
  #content .project-types figure {
    height: 51px; }
  #content .project-types h3 {
    color: #222;
    font: 15px "myriad-pro", Arial, sans-serif;
    text-transform: uppercase;
    margin: 15px 0; }
  #content .project-types p {
    color: #4d4d4d;
    font: 15px "myriad-pro", Arial, sans-serif;
    margin: 0; }

#content .video-banner {
  position: static;
  height: 206px;
  overflow: hidden;
  margin: auto;
  padding: 63px 0;
  transition: 0.3s ease;
  -khtml-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background-image: url(../images/bg-video.jpg); }
  .single-project #content .video-banner {
    max-width: 835px; }
  .page-template-template-business-php #content .video-banner {
    height: 201px; }
  #content .video-banner.open {
    height: 500px;
    padding: 0; }
    #content .video-banner.open + .video-banner-overlay {
      opacity: 1;
      filter: alpha(opacity=100); }
  #content .video-banner figcaption {
    cursor: pointer;
    margin: auto; }
    #content .video-banner figcaption h2 {
      color: #FFF;
      font: 40px "myriad-pro", Arial, sans-serif;
      margin: 0 0 5px; }
    #content .video-banner figcaption small {
      color: #FFF;
      color: rgba(255, 255, 255, 0.5);
      font: 15px "myriad-pro", Arial, sans-serif;
      text-transform: uppercase; }
    #content .video-banner figcaption iframe {
      z-index: 2000;
      width: 700px;
      height: 500px;
      margin: auto; }
  #content .video-banner:not(.open) figcaption {
    width: 450px;
    padding-left: 91px; }
    #content .video-banner:not(.open) figcaption:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 76px;
      height: 76px;
      transition: 0.3s ease;
      -khtml-transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transform: translate(0, -50%);
      -khtml-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      background: url(../images/sprites.png) 0 -309px; }
    #content .video-banner:not(.open) figcaption:hover:before {
      background-position: -84px -307px; }
  #content .video-banner.open figcaption {
    text-align: center; }

#content .video-banner-overlay {
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: 0.3s ease;
  -khtml-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  zoom: 1;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6000000,endColorstr=#E6000000); }

#content .co-benefits {
  max-width: 700px;
  padding: 60px 15px; }
  #content .co-benefits .benefit {
    padding: 15px 0; }
    #content .co-benefits .benefit figure.left {
      width: 74px; }
      #content .co-benefits .benefit figure.left + .right {
        width: calc(100% - 74px); }
    #content .co-benefits .benefit .right:only-child {
      float: none !important; }
    #content .co-benefits .benefit strong {
      display: block;
      font: 15px "myriad-pro", Arial, sans-serif;
      text-transform: uppercase; }
    #content .co-benefits .benefit p {
      color: #4d4d4d;
      font: 15px "myriad-pro", Arial, sans-serif; }

/**
 * Single project styles
 */
#content .type {
  z-index: 3;
  margin: -25px 0 50px; }
  #content .type img {
    display: block;
    margin: 0 auto 15px; }
  #content .type span {
    color: #222;
    font: 15px "myriad-pro", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em; }

@media (min-width: 40.063em) {
  #content .products li.product img {
    width: calc(100% + 42px);
    max-width: none;
    margin: -31px 0 0 -32px; } }

/**
 * For business template
 */
#content .content-tabs nav {
  box-shadow: inset 0 -1px #E6E6E6;
  -khtml-box-shadow: inset 0 -1px #E6E6E6;
  -webkit-box-shadow: inset 0 -1px #E6E6E6;
  -moz-box-shadow: inset 0 -1px #E6E6E6;
  -ms-box-shadow: inset 0 -1px #E6E6E6;
  -o-box-shadow: inset 0 -1px #E6E6E6; }
  #content .content-tabs nav ul, #content .content-tabs nav li {
    display: inline;
    margin: 0;
    padding: 0; }
  #content .content-tabs nav ul li a {
    display: inline-block;
    color: #4d4d4d;
    font: 20px "myriad-pro", Arial, sans-serif;
    text-decoration: none;
    padding: 20px;
    border-bottom: 1px solid transparent; }
    #content .content-tabs nav ul li a:hover {
      color: #222; }
  #content .content-tabs nav ul li.active > a,
  #content .content-tabs nav ul li.current-menu-item > a,
  #content .content-tabs nav ul li.current-menu-parent > a,
  #content .content-tabs nav ul li.current-menu-ancestor > a,
  #content .content-tabs nav ul li.current-page-ancestor > a,
  #content .content-tabs nav ul li.current_page_parent > a,
  #content .content-tabs nav ul li.current_page_item > a,
  #content .content-tabs nav ul li.current_page_ancestor > a,
  #content .content-tabs nav ul li.current-cat > a,
  #content .content-tabs nav ul li.current-cat-parent > a {
    color: #222;
    border-bottom-color: #222; }

#content .content-tabs .the-content {
  padding-top: 40px;
  padding-bottom: 40px; }
  #content .content-tabs .the-content hr {
    margin: 60px auto; }
  #content .content-tabs .the-content p {
    color: #262626;
    font-size: 18px; }

#content .custom-quote {
  margin: 50px auto;
  padding: 95px 0;
  background-color: #0060AF; }
  #content .custom-quote:last-child {
    margin-bottom: 0; }
  #content .custom-quote h2, #content .custom-quote p {
    color: #FFF; }
  #content .custom-quote h2 {
    margin: 0; }
    #content .custom-quote h2 + p {
      margin: 30px auto; }
  #content .custom-quote p.cta-paragraph {
    color: #C4D2E6;
    text-transform: uppercase; }
    #content .custom-quote p.cta-paragraph a.button {
      margin-right: 15px; }
    #content .custom-quote p.cta-paragraph a {
      color: #FFF;
      text-decoration: none; }
  #content .custom-quote a:not(.button) {
    color: #FFF;
    text-decoration: underline; }
  #content .custom-quote + .testimonials-slideshow {
    margin-top: -50px; }
  #content .custom-quote .gform_wrapper {
    max-width: 80%;
    margin: 1em auto; }
    #content .custom-quote .gform_wrapper label {
      display: none; }
    #content .custom-quote .gform_wrapper .gform_footer {
      text-align: center; }
    #content .custom-quote .gform_wrapper input[type=text],
    #content .custom-quote .gform_wrapper input[type=email],
    #content .custom-quote .gform_wrapper input[type=tel],
    #content .custom-quote .gform_wrapper input[type=range],
    #content .custom-quote .gform_wrapper input[type=number] {
      display: block;
      margin: 0;
      width: 100%; }
    #content .custom-quote .gform_wrapper [type=submit] {
      display: inline-block;
      color: #FFF;
      font: 20px "myriad-pro", Arial, sans-serif;
      margin: auto;
      padding: 7px 18px 10px;
      border-radius: 0.2em;
      -khtml-border-radius: 0.2em;
      -webkit-border-radius: 0.2em;
      -moz-border-radius: 0.2em;
      -ms-border-radius: 0.2em;
      -o-border-radius: 0.2em;
      transition: 0.3s ease;
      -khtml-transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      background: #91C03F; }
      #content .custom-quote .gform_wrapper [type=submit]:hover {
        color: #FFF;
        box-shadow: none;
        -khtml-box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        background: #91C03F; }

/**
 * WC tweaks
 */
#content {
  /* voucher-fields */ }
  #content .product_meta {
    display: none; }
  #content .product_note img {
    top: -8px;
    margin: 0 5px 0 0; }
  #content .product_note p {
    color: #949698;
    font-size: 14px;
    margin: 0 0 0 10px; }
  .single-product #content form:not(.checkout) table {
    border: 0; }
    @media (min-width: 40.063em) {
      .single-product #content form:not(.checkout) table {
        width: auto;
        white-space: nowrap; } }
    .single-product #content form:not(.checkout) table label, .single-product #content form:not(.checkout) table td {
      top: -1px;
      color: #4d4d4d;
      font: 18px/1.5 "myriad-pro", Arial, sans-serif;
      border: 0 !important;
      padding-top: 0;
      background: #FFF !important; }
    .single-product #content form:not(.checkout) table td label {
      margin-right: 10px; }
  #content abbr.required {
    display: none; }
  .single-product #content .voucher-fields p {
    display: flex; }
    .single-product #content .voucher-fields p label {
      margin-right: 10px;
      max-width: 100%;
      min-width: 165px;
      font-size: 18px;
      text-transform: uppercase;
      top: 0; }
    .single-product #content .voucher-fields p span {
      width: 250px;
      max-width: 100%; }
  #content #weight_needed {
    top: 8px; }
  #content #price_calculator span.wc-measurement-price-calculator-input-help {
    display: none; }
  #content .amount {
    color: #91C03F;
    font-weight: 600; }
  #content .single_variations_wrap .single_variation {
    margin-bottom: 15px; }
  #content .woocommerce-tabs .tabs {
    text-align: center; }
    #content .woocommerce-tabs .tabs:before {
      border-bottom-color: #E6E6E6; }
    #content .woocommerce-tabs .tabs li {
      margin: 0 25px 0 0;
      padding: 0;
      border: 0;
      border-radius: 0;
      -khtml-border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      background: none; }
      #content .woocommerce-tabs .tabs li:before, #content .woocommerce-tabs .tabs li:after {
        display: none; }
      #content .woocommerce-tabs .tabs li a {
        display: inline-block;
        color: #AAA;
        font: 20px "myriad-pro", Arial, sans-serif;
        text-decoration: none;
        padding: 25px 0;
        border-bottom: 1px solid #E6E6E6;
        transition: 0.3s ease;
        -khtml-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease; }
      #content .woocommerce-tabs .tabs li:hover a {
        color: #303030; }
      #content .woocommerce-tabs .tabs li.active a {
        color: #303030;
        border-bottom-color: #303030; }
  #content .woocommerce-tabs .panel {
    padding: 30px 60px;
    border: 0;
    background: none; }
    @media (max-width: 40.063em) {
      #content .woocommerce-tabs .panel {
        padding: 15px; } }
    #content .woocommerce-tabs .panel p {
      color: #4d4d4d;
      font: 18px/32px "myriad-pro", Arial, sans-serif; }
  #content #coupon_code {
    padding: 6px 12px;
    width: 138px;
    height: 31px; }
  #content .input-text.qty {
    text-align: center; }
  #content .cart_upsells {
    float: left;
    width: 52%; }
  #content .cart_totals table {
    width: 100%;
    border-left: 1px solid #DDD; }
    #content .cart_totals table th, #content .cart_totals table td {
      padding: 6px; }
  #content .the-cards .card {
    float: left;
    width: 33.33%;
    padding: 5px; }

.woocommerce-cart #content,
.woocommerce-checkout #content,
.woocommerce-account #content {
  padding-bottom: 50px !important; }
  .woocommerce-cart #content #page,
  .woocommerce-checkout #content #page,
  .woocommerce-account #content #page {
    float: none !important;
    width: auto !important; }
  .woocommerce-cart #content #sidebar,
  .woocommerce-checkout #content #sidebar,
  .woocommerce-account #content #sidebar {
    display: none !important; }

.woocommerce-cart table.cart img {
  width: auto !important; }

.single-product #content form:not(.checkout) label {
  top: 14px; }

.single-product #content form:not(.checkout) .voucher-fields label {
  top: auto; }

.single-product #content .variations tr {
  background: #FFF !important; }
  .single-product #content .variations tr .reset_variations {
    float: right;
    padding-top: 15px; }

.single-product #content .summary h3 {
  margin: 25px 0; }

@media (min-width: 40.063em) {
  .single-product #content #page > .product > .wrapper:first-child {
    max-width: 1000px; }
  .single-product #content .product .images {
    width: 31% !important; }
    .single-product #content .product .images + .summary {
      width: 69% !important;
      padding-left: 50px; } }

.woocommerce-checkout #content .payment_method_authorize_net_cim fieldset > div:first-child {
  float: left;
  width: 52%; }

.woocommerce-checkout #content .payment_method_authorize_net_cim fieldset p.form-row {
  float: left;
  margin: 0; }

.woocommerce-checkout #content .payment_method_authorize_net_cim fieldset .clear {
  display: none; }

.woocommerce-checkout #content .payment_method_authorize_net_cim fieldset p.form-row#authorize-net-cim-cc-cvv-section {
  left: -16px; }

.woocommerce-checkout #content .payment_method_authorize_net_cim fieldset input {
  padding: 9px 10px; }

.woocommerce-checkout #content .payment_method_authorize_net_cim fieldset select {
  border-color: #BBB3B9; }

.woocommerce-checkout #content #place_order {
  z-index: 50;
  cursor: pointer; }

.woocommerce-checkout #content h3#ship-to-different-address label {
  font-size: inherit; }
  .woocommerce-checkout #content h3#ship-to-different-address label [type=checkbox] {
    margin-right: 15px; }

#content .order_item .variation dd p,
#content .cart_item .variation dd p {
  top: 5px; }

#content .order_item .variation dt,
#content .cart_item .variation dt {
  margin: 5px 4px 0 0;
  text-decoration: underline; }

#content .order_item .product-name,
#content .cart_item .product-name {
  font-weight: 700;
  font-size: 18px;
  padding: 25px; }
  #content .order_item .product-name dt,
  #content .cart_item .product-name dt {
    font-weight: 400; }
  #content .order_item .product-name dd,
  #content .cart_item .product-name dd {
    font-weight: 700; }
  #content .order_item .product-name small a,
  #content .cart_item .product-name small a {
    font-size: 18px;
    color: #0A61AE; }

#content .order_item .product-thumbnail,
#content .cart_item .product-thumbnail {
  min-width: 90px; }

#content .order_item p.desc,
#content .cart_item p.desc {
  font-weight: 400; }

#content .order_item .product-purchase-note,
#content .cart_item .product-purchase-note {
  padding: 25px; }
  #content .order_item .product-purchase-note p,
  #content .cart_item .product-purchase-note p {
    margin: 0; }

#content .order_item .product-quantity,
#content .cart_item .product-quantity {
  white-space: nowrap; }

.woocommerce-account #content [type=submit] {
  margin-top: 15px; }

.woocommerce-account #content p.myaccount_user ~ h2 {
  margin-top: 60px !important; }

/**
 * Infscr styles
 */
@-webkit-keyframes infscr {
  from {
    opacity: 0;
    transform: scale(0);
    -khtml-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0); }
  to {
    opacity: 1;
    transform: none;
    -khtml-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none; } }

@-moz-keyframes infscr {
  from {
    opacity: 0;
    transform: scale(0);
    -khtml-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0); }
  to {
    opacity: 1;
    transform: none;
    -khtml-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none; } }

@keyframes infscr {
  from {
    opacity: 0;
    transform: scale(0);
    -khtml-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0); }
  to {
    opacity: 1;
    transform: none;
    -khtml-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none; } }

#content [infscr] [load-here] li:not(.old),
#content [fake-load] li:not(.old) {
  animation: infscr 0.7s ease 1;
  -webkit-animation: infscr 0.7s ease 1;
  -khtml-animation: infscr 0.7s ease 1;
  -moz-animation: infscr 0.7s ease 1;
  -ms-animation: infscr 0.7s ease 1;
  -o-animation: infscr 0.7s ease 1; }

/**
 * Accordion styles
 */
#content .accordion {
  padding: 10px 20px;
  border: 1px solid #DDD; }
  #content .accordion:hover, #content .accordion.open {
    background: #FDFAF5; }
  #content .accordion h2 {
    cursor: pointer;
    line-height: 1;
    margin: 0; }
  #content .accordion.open h2 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDD; }
  #content .accordion .inner-accordion {
    padding: 10px 0; }
    #content .accordion .inner-accordion p:last-child {
      margin-bottom: 0; }

/**
 * Blog styles
 */
#content .sortby-category {
  margin-bottom: 50px; }
  #content .sortby-category label {
    font: 20px "myriad-pro", Arial, sans-serif; }
  #content .sortby-category select {
    display: inline-block;
    width: 373px;
    margin: 0 0 0 180px; }
    @media (max-width: 40.063em) {
      #content .sortby-category select {
        display: block;
        width: 100%;
        margin: 0; } }

#content .posts .post .tags a {
  color: #222;
  border-color: #0A61AE; }
  #content .posts .post .tags a:hover {
    color: #FFF;
    background: #0A61AE; }

#imagemap area {
  outline: none; }

#itro_popup {
  padding: 0px !important;
  border: none !important;
  border-radius: 0px !important;
  background-color: transparent !important; }

.popup-leftside {
  padding-top: 150px;
  color: white;
  width: 310px;
  float: left;
  height: 480px; }

.popup-rightside {
  width: 485px;
  float: left;
  padding-top: 50px; }

.left-inner {
  margin: auto;
  width: 200px; }

.right-inner {
  margin: auto;
  width: 300px; }
  .right-inner p {
    text-align: center;
    margin-bottom: 1px;
    line-height: 1.25em; }
  .right-inner img {
    display: block;
    margin: auto; }
  .right-inner a {
    text-align: center;
    display: block;
    margin: auto;
    width: 120px;
    margin-top: 20px; }

.front-page-tout {
  height: 100% !important;
  border: 15px solid transparent;
  border-width: 0 15px; }
  .front-page-tout.product-icon {
    margin-bottom: 36px; }
  @media (max-width: 40.063em) {
    .front-page-tout:after {
      border: 0; } }

.front-page-copy {
  margin: 0px auto !important; }

/**
 * Special products page edits
 */
.single-product.postid-30166 #calculator-tab,
.single-product.postid-30166 #action-bar .all-products,
.single-product.postid-30166 .project-list.related,
.single-product.postid-30166 #header #nav > div > ul > li:not(.login):not(.button) {
  display: none; }

.single-product.postid-30166 #masthead {
  background-size: 100% auto;
  -khtml-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto; }

/**
 * WC share links
 */
#page .woo_sc_links a:not(.btn) {
  color: #FFF;
  font-weight: 400;
  text-decoration: none; }

/**
 * Sponsor template
 */
.sponsor-template {
  background: #000; }
  .sponsor-template #container {
    box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none; }
  .sponsor-template #header {
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/fxgradient.png) left top repeat-x; }
    @media (max-width: 40.063em) {
      .sponsor-template #header {
        padding: 20px 0; } }
  .sponsor-template #wprmenu_bar {
    display: none !important; }
  .sponsor-template #masthead {
    height: auto !important;
    padding: 225px 0 98px;
    background-size: 100% auto;
    -khtml-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto; }
    @media (max-width: 1600px) {
      .sponsor-template #masthead {
        background-size: cover;
        -khtml-background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover; } }
    @media (max-width: 40.063em) {
      .sponsor-template #masthead {
        padding: 182px 15px 100px; }
        .sponsor-template #masthead .caption {
          padding: 0; } }
    .sponsor-template #masthead:after {
      display: none !important; }
    .sponsor-template #masthead h1 {
      color: #f3d288;
      font-weight: 300;
      font-size: 61px;
      line-height: 1;
      margin: 0; }
    .sponsor-template #masthead .masthead-scroll {
      z-index: 1;
      position: absolute;
      left: 50%;
      bottom: 30px;
      color: #FFF;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      transform: translateX(-50%) translateZ(0);
      -khtml-transform: translateX(-50%) translateZ(0);
      -webkit-transform: translateX(-50%) translateZ(0);
      -moz-transform: translateX(-50%) translateZ(0);
      -ms-transform: translateX(-50%) translateZ(0);
      -o-transform: translateX(-50%) translateZ(0); }
      .no-csstransforms3d .sponsor-template #masthead .masthead-scroll {
        transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%); }
      .sponsor-template #masthead .masthead-scroll span {
        display: block;
        width: 35px;
        height: 35px;
        margin: auto;
        border: 1px solid #FFF;
        border-width: 0 0 1px 1px;
        transform: rotate(-45deg) translateZ(0);
        -khtml-transform: rotate(-45deg) translateZ(0);
        -webkit-transform: rotate(-45deg) translateZ(0);
        -moz-transform: rotate(-45deg) translateZ(0);
        -ms-transform: rotate(-45deg) translateZ(0);
        -o-transform: rotate(-45deg) translateZ(0); }
        .no-csstransforms3d .sponsor-template #masthead .masthead-scroll span {
          transform: rotate(-45deg);
          -khtml-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg); }
  .sponsor-template #content {
    padding: 0 !important;
    background: #000 url(../images/bg-sponsor-content.png) center bottom no-repeat; }
    .sponsor-template #content.no-bg-img {
      background-image: none; }
    .sponsor-template #content #page:only-child {
      padding-bottom: 0; }
    .sponsor-template #content h1, .sponsor-template #content h2, .sponsor-template #content h3, .sponsor-template #content h4, .sponsor-template #content h5, .sponsor-template #content h6, .sponsor-template #content form label, .sponsor-template #content a {
      color: #b47f31; }
    .sponsor-template #content p, .sponsor-template #content ul, .sponsor-template #content ol, .sponsor-template #content dl, .sponsor-template #content .omsc-toggle-inner {
      color: #FFF;
      font-size: 17px;
      line-height: 1.35; }
      @media (max-width: 40.063em) {
        .sponsor-template #content p, .sponsor-template #content ul, .sponsor-template #content ol, .sponsor-template #content dl, .sponsor-template #content .omsc-toggle-inner {
          font-size: 100%; } }
      .sponsor-template #content p > strong, .sponsor-template #content ul > strong, .sponsor-template #content ol > strong, .sponsor-template #content dl > strong, .sponsor-template #content .omsc-toggle-inner > strong {
        color: #FFF; }
    .sponsor-template #content a:hover {
      color: #FFF; }
    @media (min-width: 40.063em) {
      .sponsor-template #content .grid.grid-3 .item > p:empty + p {
        display: block;
        min-height: 146px; }
        .sponsor-template #content .grid.grid-3 .item > p:empty + p img {
          display: inline-block;
          vertical-align: middle;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -khtml-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%); } }
    .sponsor-template #content .omsc-toggle-title {
      color: #b47f31; }
    .sponsor-template #content .text-banner {
      padding: 56px 0;
      background: #272827; }
      @media (max-width: 40.063em) {
        .sponsor-template #content .text-banner {
          padding: 28px 0; } }
      .sponsor-template #content .text-banner h2 {
        font-weight: 300; }
      .sponsor-template #content .text-banner .omsc-toggle-title {
        display: inline-block;
        font-weight: 300;
        font-size: 30px;
        font-family: "myriad-pro", Arial, sans-serif; }
      .sponsor-template #content .text-banner p {
        margin: 0 0 20px; }
        .sponsor-template #content .text-banner p:last-child {
          margin: 0; }
    .sponsor-template #content .sponsor-content {
      max-width: 1224px;
      padding-top: 50px;
      padding-bottom: 50px; }
      .sponsor-template #content .sponsor-content h2 {
        font-weight: 300;
        font-size: 30px;
        margin: 45px auto 30px; }
        @media (max-width: 40.063em) {
          .sponsor-template #content .sponsor-content h2 {
            font-size: 27.65px; } }
      .sponsor-template #content .sponsor-content h3 {
        font-weight: 300;
        font-size: 22px;
        margin: 0 0 8px; }
    .sponsor-template #content span.num {
      display: inline-block;
      width: 30px;
      height: 30px;
      color: #231f20;
      font-weight: 700;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      margin: auto;
      border-radius: 30px;
      -khtml-border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      background: #b47f31; }
    .sponsor-template #content .btn, .sponsor-template #content .button,
    .sponsor-template #content input[type=submit].button {
      display: inline-block;
      width: auto;
      height: auto;
      color: #FFF;
      font-size: 17px;
      text-decoration: none;
      padding: 15px 84px;
      border: 1px solid #90672D;
      box-shadow: none;
      -khtml-box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      transition: 0.3s ease;
      -khtml-transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      background: none !important; }
      @media (max-width: 40.063em) {
        .sponsor-template #content .btn, .sponsor-template #content .button,
        .sponsor-template #content input[type=submit].button {
          padding: 15px !important; } }
      .sponsor-template #content .btn img, .sponsor-template #content .button img,
      .sponsor-template #content input[type=submit].button img {
        display: block;
        margin: 8px auto 0; }
      .sponsor-template #content .btn:hover, .sponsor-template #content .button:hover,
      .sponsor-template #content input[type=submit].button:hover {
        color: #FFF;
        background: rgba(0, 0, 0, 0.2) !important; }
    .sponsor-template #content .package-types {
      table-layout: fixed;
      width: 100%;
      margin: 36px auto 27px; }
      @media (max-width: 40.063em) {
        .sponsor-template #content .package-types .cell {
          display: block; } }
      .sponsor-template #content .package-types .cell:not(.no-deco) {
        vertical-align: top;
        padding: 35px 26px;
        border: 2px solid #9F712F;
        border-radius: 4em;
        -khtml-border-radius: 4em;
        -webkit-border-radius: 4em;
        -moz-border-radius: 4em;
        -ms-border-radius: 4em;
        -o-border-radius: 4em; }
      @media (min-width: 40.063em) {
        .sponsor-template #content .package-types .cell.no-deco {
          width: 78px; } }
      @media (max-width: 40.063em) {
        .sponsor-template #content .package-types .cell.no-deco {
          padding: 25px 0; } }
      .sponsor-template #content .package-types .cell.no-deco span.num {
        font-size: 16px; }
      .sponsor-template #content .package-types h2 {
        font-weight: 300;
        font-size: 22px;
        margin: 20px auto 25px; }
      .sponsor-template #content .package-types.fan-single {
        padding: 57px 15px;
        background: #282828 url(../images/bg-sponsor-content2.png) center no-repeat; }
        .sponsor-template #content .package-types.fan-single .cell {
          border: 0;
          padding: 0; }
        .sponsor-template #content .package-types.fan-single h2 {
          font-weight: 300;
          font-size: 30px;
          margin: 0 0 17px; }
        .sponsor-template #content .package-types.fan-single p {
          color: #FFF;
          font-weight: 300;
          font-size: 17px;
          margin: 0 0 50px; }
      .sponsor-template #content .package-types select {
        display: block;
        color: #a7a9ac;
        font-weight: 500;
        font-size: 22px;
        border-radius: 0;
        -khtml-border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        margin: 0 auto 22px;
        padding: 13.5px 0 13.5px 10px;
        border: 1px solid #868789;
        transition: 0.3s ease;
        -khtml-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAATCAYAAAB7u5a2AAACJ0lEQVQ4T62T32oTQRTGvzMrpVb0BRQEvZDa+hBeiEqhYHczmzQhkKfwoqhQRbzWB8hNmnSn2aJEpHrhKwhSRMQ/oG+gNqbYzsj82e3uZmtTNDe7mTnzm++c71tSStG6iJ8QcBZjPwmA2VVym8q96yckQAww7+6/eTIQ6LE50o36nIDIVhUpyUEFIoJKQdnagxqn5INH8kpCQi/aeAXgmoHr1RRSbCcrPT2eK5LAjXoYvEx3hRCX9sHeApgqgongFCc3ZqFZFQQibFZ54GcnaW7urvcfEGElkW3HUNa+ri6MyXSrhh6pWc751zH4YDCY+bmz+w6E87bPPFh3YFazDbjLbXfqbi2s3E9mNDa0nhCLUOxZ6qurTG1W0K3nL7EiPo2GP+ZbrdboULje6EUbzwFaSF3KGey6KZgugYV6GLzIOltq91ocX2B7chugk3kzi0myc4eSg2rIF4u5Ks+SVX8HwGp57nMJGckTNFf3/c8Tw9vt9vT0zOltQF08CH6i3I5Gi5YSq8vV4F4RPJaWYsFa1L/OgK3cenbWhC8e5Bzn/Nex4cZc0Y8BLKXJzERUAbeWw+BpGfhI5bqgE8fnvH31Hgqn0tzbD2arFlZuHgaeCO6ieRvAIwsyGdj1SM5zzj/+M1wIMbWn2BsCLhsYo4e1ir/yN/DEynVhFMVXJdRrEL79Hg1nm83mzn+Du/F0QWyzxv3+UeBjKTfmdjpnGo3G90nAuuYP/qvDWIE3FxwAAAAASUVORK5CYII=) 95% center no-repeat; }
        .sponsor-template #content .package-types select:hover {
          background-color: rgba(0, 0, 0, 0.2); }
        @media (max-width: 40.063em) {
          .sponsor-template #content .package-types select {
            font-size: 100%; } }
      .sponsor-template #content .package-types.fan-single select {
        max-width: 802px;
        border-color: #8F9194;
        background-color: #414143; }
      .sponsor-template #content .package-types a.btn,
      .sponsor-template #content .package-types input[type=submit].button {
        display: block;
        width: 100%;
        font-weight: 300;
        font-size: 22px;
        padding: 47px 80px; }
        @media (max-width: 64em) {
          .sponsor-template #content .package-types a.btn,
          .sponsor-template #content .package-types input[type=submit].button {
            padding: 47px 20px; } }
        @media (max-width: 40.063em) {
          .sponsor-template #content .package-types a.btn,
          .sponsor-template #content .package-types input[type=submit].button {
            font-size: 100%;
            padding: 0 20px; } }
    .sponsor-template #content .text-banner.pkg-includes {
      border-bottom: 1px solid #282828;
      background: none; }
      @media (min-width: 40.063em) {
        .sponsor-template #content .text-banner.pkg-includes {
          margin-top: -77px; } }
    .sponsor-template #content .learn-more h2 {
      margin-top: 0; }
    .sponsor-template #content .info-tabs .tab-contents {
      text-align: left;
      padding: 50px;
      border: 1px solid #B37E31; }
      @media (max-width: 40.063em) {
        .sponsor-template #content .info-tabs .tab-contents {
          padding: 15px; } }
    @media (min-width: 40.063em) {
      .sponsor-template #content .info-tabs ul.tabs {
        display: table;
        width: 100%; }
        .sponsor-template #content .info-tabs ul.tabs li.tab-title {
          float: none;
          display: table-cell; }
          .sponsor-template #content .info-tabs ul.tabs li.tab-title > a.hide-for-small {
            display: block !important;
            width: 100%; } }
    .sponsor-template #content .info-tabs .tab-title {
      text-align: left; }
      @media (max-width: 40.063em) {
        .sponsor-template #content .info-tabs .tab-title {
          float: none;
          display: block;
          width: 100%; } }
      .sponsor-template #content .info-tabs .tab-title > a {
        color: #b47f31;
        font-weight: 500;
        font-size: 17px;
        text-align: center;
        text-decoration: none;
        padding: 15px 0;
        transition: 0.3s ease;
        -khtml-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        background: none; }
        .sponsor-template #content .info-tabs .tab-title > a:hover {
          background: rgba(255, 255, 255, 0.1); }
        @media (max-width: 40.063em) {
          .sponsor-template #content .info-tabs .tab-title > a {
            font-size: 100%;
            padding: 10px; } }
      .sponsor-template #content .info-tabs .tab-title.active > a {
        color: #FFF;
        background: #B37E31; }
    .sponsor-template #content .info-tabs .project-list {
      max-width: none;
      margin: auto; }
      .sponsor-template #content .info-tabs .project-list li {
        border-color: #b47f31;
        background: none; }
        @media (min-width: 40.063em) {
          .sponsor-template #content .info-tabs .project-list li {
            border-width: 0 1px 0 0;
            padding-bottom: 115px; } }
        @media (max-width: 40.063em) {
          .sponsor-template #content .info-tabs .project-list li {
            border-width: 0 0 1px 0; } }
        .sponsor-template #content .info-tabs .project-list li:last-child {
          border: 0; }
        .sponsor-template #content .info-tabs .project-list li .tags {
          display: none; }
        .sponsor-template #content .info-tabs .project-list li .product-title {
          font-size: 17px;
          background: none !important; }
          .sponsor-template #content .info-tabs .project-list li .product-title:hover {
            color: #FFF; }
        @media (min-width: 64em) {
          .sponsor-template #content .info-tabs .project-list li figcaption {
            min-height: 100px;
            vertical-align: middle; } }
        .sponsor-template #content .info-tabs .project-list li small {
          color: #a7a9ac;
          font-size: 17px; }
        .sponsor-template #content .info-tabs .project-list li p {
          color: #FFF;
          font-size: 17px; }
        .sponsor-template #content .info-tabs .project-list li .button {
          font-size: 17px; }
          @media (min-width: 64em) {
            .sponsor-template #content .info-tabs .project-list li .button {
              position: absolute;
              left: 50%;
              bottom: 0;
              transform: translate3d(-50%, 0, 0);
              -khtml-transform: translate3d(-50%, 0, 0);
              -webkit-transform: translate3d(-50%, 0, 0);
              -moz-transform: translate3d(-50%, 0, 0);
              -ms-transform: translate3d(-50%, 0, 0);
              -o-transform: translate3d(-50%, 0, 0); } }
    .sponsor-template #content .req-custom-package {
      margin: 50px auto 0; }
      .sponsor-template #content .req-custom-package .gform_heading {
        text-align: center;
        margin-bottom: 57px; }
        .sponsor-template #content .req-custom-package .gform_heading h2 {
          margin: 127px 0 15px; }
        .sponsor-template #content .req-custom-package .gform_heading p {
          margin: 0; }
      .sponsor-template #content .req-custom-package .gform_body {
        max-width: 802px;
        margin: auto; }
      .sponsor-template #content .req-custom-package input[type=text],
      .sponsor-template #content .req-custom-package input[type=email],
      .sponsor-template #content .req-custom-package input[type=password],
      .sponsor-template #content .req-custom-package select, .sponsor-template #content .req-custom-package textarea {
        display: block;
        width: 100%;
        color: #a7a9ac;
        font-size: 18px;
        border: 1px solid #7C7E80;
        padding: 10px 15px;
        transition: 0.3s ease;
        -khtml-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        background: #000; }
        .sponsor-template #content .req-custom-package input[type=text]:focus,
        .sponsor-template #content .req-custom-package input[type=email]:focus,
        .sponsor-template #content .req-custom-package input[type=password]:focus,
        .sponsor-template #content .req-custom-package select:focus, .sponsor-template #content .req-custom-package textarea:focus {
          border-color: #b47f31; }
      .sponsor-template #content .req-custom-package select option {
        color: #000;
        background: #FFF; }
      .sponsor-template #content .req-custom-package [type=submit] {
        margin: 25px auto 0; }
        @media (min-width: 40.063em) {
          .sponsor-template #content .req-custom-package [type=submit] {
            display: inline-block;
            width: auto;
            padding: 15px 30px; } }
      .sponsor-template #content .req-custom-package .gfield {
        margin-top: 0;
        margin-bottom: 15px;
        border: 0;
        background: none; }
        @media (max-width: 40.063em) {
          .sponsor-template #content .req-custom-package .gfield {
            float: none;
            width: 100%; } }
        .sponsor-template #content .req-custom-package .gfield * {
          margin: 0; }
        .sponsor-template #content .req-custom-package .gfield label {
          font-size: 18px; }
      .sponsor-template #content .req-custom-package .gform_footer {
        text-align: center; }
      .sponsor-template #content .req-custom-package .validation_error {
        color: #FF6C6C;
        border-color: #FF6C6C; }
      .sponsor-template #content .req-custom-package .validation_message {
        color: #FF6C6C;
        font-size: 13px; }
  .sponsor-template #sponsor-footer {
    color: #f3d288;
    font-weight: 400;
    font-size: 13px;
    padding: 32px 15px 285px;
    background: #000 url(../images/bg-sponsor-footer.jpg) center no-repeat; }
    .sponsor-template #sponsor-footer p, .sponsor-template #sponsor-footer ul, .sponsor-template #sponsor-footer li, .sponsor-template #sponsor-footer a {
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      margin: 0; }
    .sponsor-template #sponsor-footer ul, .sponsor-template #sponsor-footer li {
      display: inline;
      margin: 0;
      padding: 0; }
    .sponsor-template #sponsor-footer ul li a:hover {
      color: #FFF;
      text-decoration: underline; }
    .sponsor-template #sponsor-footer ul li:not(:last-child):after {
      content: '\2022';
      margin: 0 8px; }

.fa {
  display: none !important; }

@media (max-width: 40.063em) {
  #logo {
    display: none; }
  #container {
    bottom: 75px; } }

#content .product_note img {
  display: none; }

.gchoice_17_1_1 input {
  margin-top: 1em !important; }

#label_17_1_1 {
  top: 13px !important; }

.gchoice_18_4_1 input {
  margin-top: .275em !important; }

.ui-datepicker-header {
  color: #666666 !important; }

.hide-for-project .project-30682 {
  display: none !important; }

/**
 * dreamforce template
 */
.dreamforce-template {
  background: #fff; }
  .dreamforce-template #container {
    box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none; }
  .dreamforce-template #header {
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/fxgradient.png) left top repeat-x; }
    @media (max-width: 40.063em) {
      .dreamforce-template #header {
        padding: 20px 0; } }
  .dreamforce-template #wprmenu_bar {
    display: none !important; }
  .dreamforce-template #masthead {
    height: auto !important;
    padding: 225px 0 98px;
    background-size: 100% auto;
    -khtml-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto; }
    @media (max-width: 1600px) {
      .dreamforce-template #masthead {
        background-size: cover;
        -khtml-background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover; } }
    @media (max-width: 40.063em) {
      .dreamforce-template #masthead {
        padding: 182px 15px 100px; }
        .dreamforce-template #masthead .caption {
          padding: 0; } }
    .dreamforce-template #masthead:after {
      display: none !important; }
    .dreamforce-template #masthead h1 {
      color: #fff;
      font-weight: 300;
      font-size: 61px;
      line-height: 1;
      margin: 0; }
    .dreamforce-template #masthead .masthead-scroll {
      z-index: 1;
      position: absolute;
      left: 50%;
      bottom: 30px;
      color: #FFF;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      transform: translateX(-50%) translateZ(0);
      -khtml-transform: translateX(-50%) translateZ(0);
      -webkit-transform: translateX(-50%) translateZ(0);
      -moz-transform: translateX(-50%) translateZ(0);
      -ms-transform: translateX(-50%) translateZ(0);
      -o-transform: translateX(-50%) translateZ(0); }
      .no-csstransforms3d .dreamforce-template #masthead .masthead-scroll {
        transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%); }
      .dreamforce-template #masthead .masthead-scroll span {
        display: block;
        width: 35px;
        height: 35px;
        margin: auto;
        border: 1px solid #FFF;
        border-width: 0 0 1px 1px;
        transform: rotate(-45deg) translateZ(0);
        -khtml-transform: rotate(-45deg) translateZ(0);
        -webkit-transform: rotate(-45deg) translateZ(0);
        -moz-transform: rotate(-45deg) translateZ(0);
        -ms-transform: rotate(-45deg) translateZ(0);
        -o-transform: rotate(-45deg) translateZ(0); }
        .no-csstransforms3d .dreamforce-template #masthead .masthead-scroll span {
          transform: rotate(-45deg);
          -khtml-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg); }
  .dreamforce-template #content {
    padding: 0 !important;
    background: #fff url(../images/bg-dreamforce-content.png) center bottom no-repeat; }
    .dreamforce-template #content.no-bg-img {
      background-image: none; }
    .dreamforce-template #content #page:only-child {
      padding-bottom: 0; }
    .dreamforce-template #content h1, .dreamforce-template #content h2, .dreamforce-template #content h3, .dreamforce-template #content h4, .dreamforce-template #content h5, .dreamforce-template #content h6, .dreamforce-template #content form label, .dreamforce-template #content a {
      color: #00a1e0; }
    .dreamforce-template #content p, .dreamforce-template #content ul, .dreamforce-template #content ol, .dreamforce-template #content dl, .dreamforce-template #content .omsc-toggle-inner {
      color: #salesforcegray;
      font-size: 17px;
      line-height: 1.35; }
      @media (max-width: 40.063em) {
        .dreamforce-template #content p, .dreamforce-template #content ul, .dreamforce-template #content ol, .dreamforce-template #content dl, .dreamforce-template #content .omsc-toggle-inner {
          font-size: 100%; } }
      .dreamforce-template #content p > strong, .dreamforce-template #content ul > strong, .dreamforce-template #content ol > strong, .dreamforce-template #content dl > strong, .dreamforce-template #content .omsc-toggle-inner > strong {
        color: #FFF; }
    .dreamforce-template #content a:hover {
      color: #FFF; }
    @media (min-width: 40.063em) {
      .dreamforce-template #content .grid.grid-2 .item > p:empty + p {
        display: block;
        min-height: 146px; }
        .dreamforce-template #content .grid.grid-2 .item > p:empty + p img {
          display: inline-block;
          vertical-align: middle;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -khtml-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%); } }
    .dreamforce-template #content .omsc-toggle-title {
      color: #00a1e0; }
    .dreamforce-template #content .text-banner {
      padding: 56px 0;
      background: #7c868d; }
      @media (max-width: 40.063em) {
        .dreamforce-template #content .text-banner {
          padding: 28px 0; } }
      .dreamforce-template #content .text-banner h2 {
        font-weight: 300; }
      .dreamforce-template #content .text-banner .omsc-toggle-title {
        display: inline-block;
        font-weight: 300;
        font-size: 30px;
        font-family: "myriad-pro", Arial, sans-serif; }
      .dreamforce-template #content .text-banner p {
        margin: 0 0 20px;
        font-size: 24px; }
        .dreamforce-template #content .text-banner p:last-child {
          margin: 0; }
    .dreamforce-template #content .dreamforce-content {
      max-width: 1224px;
      padding-top: 50px;
      padding-bottom: 50px; }
      .dreamforce-template #content .dreamforce-content h2 {
        font-weight: 300;
        font-size: 30px;
        margin: 45px auto 30px; }
        @media (max-width: 40.063em) {
          .dreamforce-template #content .dreamforce-content h2 {
            font-size: 27.65px; } }
      .dreamforce-template #content .dreamforce-content h3 {
        font-weight: 300;
        font-size: 22px;
        margin: 0 0 8px; }
    .dreamforce-template #content span.num {
      display: inline-block;
      width: 30px;
      height: 30px;
      color: #231f20;
      font-weight: 700;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      margin: auto;
      border-radius: 30px;
      -khtml-border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      background: #00a1e0; }
    .dreamforce-template #content .btn, .dreamforce-template #content .button,
    .dreamforce-template #content input[type=submit].button {
      display: inline-block;
      width: auto;
      height: auto;
      color: #00a1e0 !important;
      font-size: 17px;
      text-decoration: none;
      padding: 15px 84px;
      border: 1px solid #00a1e0;
      box-shadow: none;
      -khtml-box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      transition: 0.3s ease;
      -khtml-transition: 0.3s ease;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      background: none !important; }
      @media (max-width: 40.063em) {
        .dreamforce-template #content .btn, .dreamforce-template #content .button,
        .dreamforce-template #content input[type=submit].button {
          padding: 15px !important; } }
      .dreamforce-template #content .btn img, .dreamforce-template #content .button img,
      .dreamforce-template #content input[type=submit].button img {
        display: block;
        margin: 8px auto 0; }
      .dreamforce-template #content .btn:hover, .dreamforce-template #content .button:hover,
      .dreamforce-template #content input[type=submit].button:hover {
        color: #FFF;
        background: rgba(0, 0, 0, 0.2) !important; }
    .dreamforce-template #content .package-types {
      table-layout: fixed;
      width: 100%;
      margin: 36px auto 27px; }
      @media (max-width: 40.063em) {
        .dreamforce-template #content .package-types .cell {
          display: block; } }
      .dreamforce-template #content .package-types .cell:not(.no-deco) {
        vertical-align: top;
        padding: 35px 26px;
        border: 2px solid #9F712F;
        border-radius: 4em;
        -khtml-border-radius: 4em;
        -webkit-border-radius: 4em;
        -moz-border-radius: 4em;
        -ms-border-radius: 4em;
        -o-border-radius: 4em; }
      @media (min-width: 40.063em) {
        .dreamforce-template #content .package-types .cell.no-deco {
          width: 78px; } }
      @media (max-width: 40.063em) {
        .dreamforce-template #content .package-types .cell.no-deco {
          padding: 25px 0; } }
      .dreamforce-template #content .package-types .cell.no-deco span.num {
        font-size: 16px; }
      .dreamforce-template #content .package-types h2 {
        font-weight: 300;
        font-size: 22px;
        font-family: 'SalesForce';
        margin: 20px auto 25px; }
      .dreamforce-template #content .package-types.fan-single {
        padding: 57px 15px;
        background: #7c868d; }
        .dreamforce-template #content .package-types.fan-single .cell {
          border: 0;
          padding: 0; }
        .dreamforce-template #content .package-types.fan-single h2 {
          font-weight: 300;
          font-size: 30px;
          font-family: 'SalesForceLight';
          margin: 0 0 17px; }
        .dreamforce-template #content .package-types.fan-single p {
          color: #salesforcegray;
          font-family: 'SalesForceLight';
          font-weight: 300;
          font-size: 17px;
          margin: 0 0 50px; }
      .dreamforce-template #content .package-types select {
        display: block;
        color: #a7a9ac;
        font-weight: 500;
        font-size: 22px;
        border-radius: 0;
        -khtml-border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        margin: 0 auto 22px;
        padding: 13.5px 0 13.5px 10px;
        border: 1px solid #868789;
        transition: 0.3s ease;
        -khtml-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAATCAYAAAB7u5a2AAACJ0lEQVQ4T62T32oTQRTGvzMrpVb0BRQEvZDa+hBeiEqhYHczmzQhkKfwoqhQRbzWB8hNmnSn2aJEpHrhKwhSRMQ/oG+gNqbYzsj82e3uZmtTNDe7mTnzm++c71tSStG6iJ8QcBZjPwmA2VVym8q96yckQAww7+6/eTIQ6LE50o36nIDIVhUpyUEFIoJKQdnagxqn5INH8kpCQi/aeAXgmoHr1RRSbCcrPT2eK5LAjXoYvEx3hRCX9sHeApgqgongFCc3ZqFZFQQibFZ54GcnaW7urvcfEGElkW3HUNa+ri6MyXSrhh6pWc751zH4YDCY+bmz+w6E87bPPFh3YFazDbjLbXfqbi2s3E9mNDa0nhCLUOxZ6qurTG1W0K3nL7EiPo2GP+ZbrdboULje6EUbzwFaSF3KGey6KZgugYV6GLzIOltq91ocX2B7chugk3kzi0myc4eSg2rIF4u5Ks+SVX8HwGp57nMJGckTNFf3/c8Tw9vt9vT0zOltQF08CH6i3I5Gi5YSq8vV4F4RPJaWYsFa1L/OgK3cenbWhC8e5Bzn/Nex4cZc0Y8BLKXJzERUAbeWw+BpGfhI5bqgE8fnvH31Hgqn0tzbD2arFlZuHgaeCO6ieRvAIwsyGdj1SM5zzj/+M1wIMbWn2BsCLhsYo4e1ir/yN/DEynVhFMVXJdRrEL79Hg1nm83mzn+Du/F0QWyzxv3+UeBjKTfmdjpnGo3G90nAuuYP/qvDWIE3FxwAAAAASUVORK5CYII=) 95% center no-repeat; }
        .dreamforce-template #content .package-types select:hover {
          background-color: rgba(0, 0, 0, 0.2); }
        @media (max-width: 40.063em) {
          .dreamforce-template #content .package-types select {
            font-size: 100%; } }
      .dreamforce-template #content .package-types.fan-single select {
        max-width: 802px;
        border-color: #8F9194;
        background-color: #414143; }
      .dreamforce-template #content .package-types a.btn,
      .dreamforce-template #content .package-types input[type=submit].button {
        display: block;
        width: 100%;
        font-weight: 300;
        font-size: 22px;
        padding: 47px 80px; }
        @media (max-width: 64em) {
          .dreamforce-template #content .package-types a.btn,
          .dreamforce-template #content .package-types input[type=submit].button {
            padding: 47px 20px; } }
        @media (max-width: 40.063em) {
          .dreamforce-template #content .package-types a.btn,
          .dreamforce-template #content .package-types input[type=submit].button {
            font-size: 100%;
            padding: 0 20px; } }
    .dreamforce-template #content .text-banner.pkg-includes {
      border-bottom: 1px solid #282828;
      background: none; }
      @media (min-width: 40.063em) {
        .dreamforce-template #content .text-banner.pkg-includes {
          margin-top: -77px; } }
    .dreamforce-template #content .learn-more h2 {
      margin-top: 0; }
    .dreamforce-template #content .info-tabs .tab-contents {
      text-align: left;
      padding: 50px;
      border: 1px solid #00a1e0; }
      @media (max-width: 40.063em) {
        .dreamforce-template #content .info-tabs .tab-contents {
          padding: 15px; } }
    @media (min-width: 40.063em) {
      .dreamforce-template #content .info-tabs ul.tabs {
        display: table;
        width: 100%; }
        .dreamforce-template #content .info-tabs ul.tabs li.tab-title {
          float: none;
          display: table-cell; }
          .dreamforce-template #content .info-tabs ul.tabs li.tab-title > a.hide-for-small {
            display: block !important;
            width: 100%; } }
    .dreamforce-template #content .info-tabs .tab-title {
      text-align: left; }
      @media (max-width: 40.063em) {
        .dreamforce-template #content .info-tabs .tab-title {
          float: none;
          display: block;
          width: 100%; } }
      .dreamforce-template #content .info-tabs .tab-title > a {
        color: #00a1e0;
        font-weight: 500;
        font-family: 'SalesForceLight';
        font-size: 17px;
        text-align: center;
        text-decoration: none;
        padding: 15px 0;
        transition: 0.3s ease;
        -khtml-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        background: none; }
        .dreamforce-template #content .info-tabs .tab-title > a:hover {
          background: rgba(255, 255, 255, 0.1); }
        @media (max-width: 40.063em) {
          .dreamforce-template #content .info-tabs .tab-title > a {
            font-size: 100%;
            padding: 10px; } }
      .dreamforce-template #content .info-tabs .tab-title.active > a {
        color: #ffffff !important;
        background: #00a1e0; }
    .dreamforce-template #content .info-tabs .project-list {
      max-width: none;
      margin: auto; }
      .dreamforce-template #content .info-tabs .project-list li {
        border-color: #00a1e0;
        background: none; }
        @media (min-width: 40.063em) {
          .dreamforce-template #content .info-tabs .project-list li {
            border-width: 0 1px 0 0;
            padding-bottom: 115px; } }
        @media (max-width: 40.063em) {
          .dreamforce-template #content .info-tabs .project-list li {
            border-width: 0 0 1px 0; } }
        .dreamforce-template #content .info-tabs .project-list li:last-child {
          border: 0; }
        .dreamforce-template #content .info-tabs .project-list li .tags {
          display: none; }
        .dreamforce-template #content .info-tabs .project-list li .product-title {
          font-size: 17px;
          background: none !important; }
          .dreamforce-template #content .info-tabs .project-list li .product-title:hover {
            color: #FFF; }
        @media (min-width: 64em) {
          .dreamforce-template #content .info-tabs .project-list li figcaption {
            min-height: 100px;
            vertical-align: middle; } }
        .dreamforce-template #content .info-tabs .project-list li small {
          color: #a7a9ac;
          font-size: 17px; }
        .dreamforce-template #content .info-tabs .project-list li p {
          color: #salesforgray;
          font-size: 17px;
          font-family: 'SalesForceLight'; }
        .dreamforce-template #content .info-tabs .project-list li .button {
          font-size: 17px; }
          @media (min-width: 64em) {
            .dreamforce-template #content .info-tabs .project-list li .button {
              position: absolute;
              left: 50%;
              bottom: 0;
              transform: translate3d(-50%, 0, 0);
              -khtml-transform: translate3d(-50%, 0, 0);
              -webkit-transform: translate3d(-50%, 0, 0);
              -moz-transform: translate3d(-50%, 0, 0);
              -ms-transform: translate3d(-50%, 0, 0);
              -o-transform: translate3d(-50%, 0, 0); } }
    .dreamforce-template #content .req-custom-package {
      margin: 50px auto 0; }
      .dreamforce-template #content .req-custom-package .gform_heading {
        text-align: center;
        margin-bottom: 57px; }
        .dreamforce-template #content .req-custom-package .gform_heading h2 {
          margin: 127px 0 15px; }
        .dreamforce-template #content .req-custom-package .gform_heading p {
          margin: 0; }
      .dreamforce-template #content .req-custom-package .gform_body {
        max-width: 802px;
        margin: auto; }
      .dreamforce-template #content .req-custom-package input[type=text],
      .dreamforce-template #content .req-custom-package input[type=email],
      .dreamforce-template #content .req-custom-package input[type=password],
      .dreamforce-template #content .req-custom-package select, .dreamforce-template #content .req-custom-package textarea {
        display: block;
        width: 100%;
        color: #a7a9ac;
        font-size: 18px;
        border: 1px solid #7C7E80;
        padding: 10px 15px;
        transition: 0.3s ease;
        -khtml-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        background: #000; }
        .dreamforce-template #content .req-custom-package input[type=text]:focus,
        .dreamforce-template #content .req-custom-package input[type=email]:focus,
        .dreamforce-template #content .req-custom-package input[type=password]:focus,
        .dreamforce-template #content .req-custom-package select:focus, .dreamforce-template #content .req-custom-package textarea:focus {
          border-color: #00a1e0; }
      .dreamforce-template #content .req-custom-package select option {
        color: #000;
        background: #FFF; }
      .dreamforce-template #content .req-custom-package [type=submit] {
        margin: 25px auto 0; }
        @media (min-width: 40.063em) {
          .dreamforce-template #content .req-custom-package [type=submit] {
            display: inline-block;
            width: auto;
            padding: 15px 30px; } }
      .dreamforce-template #content .req-custom-package .gfield {
        margin-top: 0;
        margin-bottom: 15px;
        border: 0;
        background: none; }
        @media (max-width: 40.063em) {
          .dreamforce-template #content .req-custom-package .gfield {
            float: none;
            width: 100%; } }
        .dreamforce-template #content .req-custom-package .gfield * {
          margin: 0; }
        .dreamforce-template #content .req-custom-package .gfield label {
          font-size: 18px; }
      .dreamforce-template #content .req-custom-package .gform_footer {
        text-align: center; }
      .dreamforce-template #content .req-custom-package .validation_error {
        color: #FF6C6C;
        border-color: #FF6C6C; }
      .dreamforce-template #content .req-custom-package .validation_message {
        color: #FF6C6C;
        font-size: 13px; }
  .dreamforce-template #dreamforce-footer {
    color: #7c868d;
    font-weight: 400;
    font-size: 13px;
    padding: 32px 15px 285px;
    background: #fff url(../images/TopCitiesSpread.jpg) center no-repeat; }
    .dreamforce-template #dreamforce-footer p, .dreamforce-template #dreamforce-footer ul, .dreamforce-template #dreamforce-footer li, .dreamforce-template #dreamforce-footer a {
      color: inherit;
      font-size: inherit;
      font-family: 'SalesForceLight';
      font-weight: inherit;
      margin: 0; }
    .dreamforce-template #dreamforce-footer ul, .dreamforce-template #dreamforce-footer li {
      display: inline;
      margin: 0;
      padding: 0; }
    .dreamforce-template #dreamforce-footer ul li a:hover {
      color: #00a1e0;
      text-decoration: underline; }
    .dreamforce-template #dreamforce-footer ul li:not(:last-child):after {
      content: '\2022';
      margin: 0 8px; }

.variation-RecipientName {
  display: none !important; }

.variation-RecipientEmail {
  display: none !important; }

.woocommerce span.onsale {
  left: -2.5em !important; }

.cart_item .product-name {
  max-width: 450px; }

.clear,
.woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-error::after,
.woocommerce .woocommerce-info::after,
.woocommerce .woocommerce-message::after {
  clear: both; }

@keyframes spin {
  100 {
    transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg); } }

@keyframes spin {
  100 {
    transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg); } }

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

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

p.demo_store {
  background-color: #a46497;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1em;
  left: 0;
  margin: 0;
  padding: 1em 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99998; }

p.demo_store a {
  color: #fff; }

.admin-bar p.demo_store {
  top: 32px; }

.woocommerce .blockUI.blockOverlay {
  position: relative; }

.woocommerce .blockUI.blockOverlay::before, .woocommerce .loader::before {
  animation: 1s ease-in-out 0s normal none infinite running spin;
  background: rgba(0, 0, 0, 0) url("../images/icons/loader.svg") repeat scroll center center/cover;
  color: rgba(0, 0, 0, 0.75);
  content: "";
  display: block;
  font-size: 2em;
  height: 1em;
  left: 50%;
  line-height: 1;
  margin-left: -0.5em;
  margin-top: -0.5em;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 1em; }

.woocommerce a.remove {
  border: 0 none;
  border-radius: 100%;
  color: red !important;
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  height: 1em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  width: 1em; }

.woocommerce a.remove:hover {
  background: red none repeat scroll 0 0;
  color: #fff !important; }

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background-color: #f7f6f7;
  border-top: 3px solid #a46497;
  color: #515151;
  list-style: outside none none !important;
  margin: 0 0 2em !important;
  padding: 1em 2em 1em 3.5em !important;
  position: relative;
  width: auto;
  word-wrap: break-word; }

.woocommerce .woocommerce-error::after, .woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::after, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::after, .woocommerce .woocommerce-message::before {
  content: " ";
  display: table; }

.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before {
  content: "";
  display: inline-block;
  font-family: WooCommerce;
  left: 1.5em;
  position: absolute;
  top: 1em; }

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
  float: right; }

.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
  list-style: outside none none !important;
  margin-left: 0 !important;
  padding-left: 0 !important; }

.woocommerce .woocommerce-message {
  border-top-color: #8fae1b; }

.woocommerce .woocommerce-message::before {
  color: #8fae1b;
  content: ""; }

.woocommerce .woocommerce-info {
  border-top-color: #1e85be; }

.woocommerce .woocommerce-info::before {
  color: #1e85be; }

.woocommerce .woocommerce-error {
  border-top-color: #b81c23; }

.woocommerce .woocommerce-error::before {
  color: #b81c23;
  content: ""; }

.woocommerce small.note {
  color: #777;
  display: block;
  font-size: 0.857em;
  margin-top: 10px; }

.woocommerce .woocommerce-breadcrumb {
  color: #777;
  font-size: 0.92em;
  margin: 0 0 1em;
  padding: 0; }

.woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-breadcrumb::before {
  content: " ";
  display: table; }

.woocommerce .woocommerce-breadcrumb a {
  color: #777; }

.woocommerce .quantity .qty {
  text-align: center;
  width: 3.631em; }

.woocommerce div.product {
  margin-bottom: 0;
  position: relative; }

.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0; }

.woocommerce #reviews #comments .add_review::after, .woocommerce .products ul::after, .woocommerce div.product form.cart::after, .woocommerce div.product p.cart::after, .woocommerce nav.woocommerce-pagination ul, .woocommerce ul.products::after {
  clear: both; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #77a464;
  font-size: 1.25em; }

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  background: inherit;
  font-weight: 700; }

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 0.5; }

.woocommerce div.product p.stock {
  font-size: 0.92em; }

.woocommerce div.product .stock {
  color: #77a464; }

.woocommerce div.product .out-of-stock {
  color: red; }

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em; }

.woocommerce div.product div.images, .woocommerce div.product div.summary {
  margin-bottom: 2em; }

.woocommerce div.product div.images img {
  box-shadow: none;
  display: block;
  height: auto;
  width: 100%; }

.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em; }

.woocommerce div.product div.social {
  margin: 0 0 1em;
  text-align: right; }

.woocommerce div.product div.social span {
  margin: 0 0 0 2px; }

.woocommerce div.product div.social span span {
  margin: 0; }

.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0; }

.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: outside none none;
  margin: 0 0 1.618em;
  overflow: hidden;
  padding: 0 0 0 1em;
  position: relative; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #ebe9eb;
  border: 1px solid #d3ced2;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  margin: 0 -5px;
  padding: 0 1em;
  position: relative;
  z-index: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #515151;
  display: inline-block;
  font-weight: 700;
  padding: 0.5em 0;
  text-decoration: none; }

.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before, .woocommerce div.product p.cart::after, .woocommerce div.product p.cart::before {
  content: " ";
  display: table; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #6b6b6b;
  text-decoration: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff none repeat scroll 0 0;
  border-bottom-color: #fff;
  z-index: 2; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #d3ced2;
  bottom: -1px;
  content: " ";
  height: 5px;
  position: absolute;
  width: 5px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #ebe9eb;
  left: -6px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #ebe9eb;
  right: -6px; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #d3ced2;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1; }

.woocommerce div.product .woocommerce-tabs .panel {
  max-width: 993px;
  margin: 2em auto !important;
  padding: 0; }

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
  margin-bottom: 2em; }

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0; }

.woocommerce div.product form.cart table {
  border-width: 0 0 1px; }

.woocommerce div.product form.cart table td {
  padding-left: 0; }

.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0; }

.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none; }

.woocommerce div.product form.cart .variations {
  border: 0 none;
  margin-bottom: 1em;
  width: 100%; }

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  border: 0 none;
  line-height: 2em;
  vertical-align: top; }

.woocommerce div.product form.cart .variations label {
  font-weight: 700; }

.woocommerce div.product form.cart .variations select {
  display: inline-block;
  margin-right: 1em;
  max-width: 100%;
  min-width: 75%; }

.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em; }

.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em; }

.woocommerce div.product form.cart .reset_variations {
  font-size: 0.83em;
  visibility: hidden; }

.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none; }

.woocommerce div.product form.cart .button {
  float: left;
  vertical-align: middle; }

.woocommerce div.product form.cart .group_table td.label {
  padding-left: 1em;
  padding-right: 1em; }

.woocommerce div.product form.cart .group_table td {
  border: 0 none;
  padding-bottom: 0.5em;
  vertical-align: top; }

/**
 * Wedding offset styles
 */
@media (min-width: 40.063em) {
  .page-template-template-weddings-php #header.switch #nav {
    top: 1px; } }

.page-template-template-weddings-php #container {
  box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none; }
  @media (min-width: 768px) {
    .page-template-template-weddings-php #container #content {
      padding-top: 150px; } }
  .page-template-template-weddings-php #container #content .wrapper {
    max-width: 1310px; }

.page-template-template-weddings-php #page p {
  font-size: 16px; }

.page-template-template-weddings-php #footer {
  position: static;
  padding-top: 0; }
  .page-template-template-weddings-php #footer p {
    line-height: .5; }

#content #page .inline-masthead {
  margin: 0 auto 50px; }

#content #page .bonus-box {
  border: 1px solid #4681BE;
  padding: 20px 20px 20px 110px;
  margin: 50px auto;
  border-radius: 2em;
  -khtml-border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em; }
  @media (max-width: 40.063em) {
    #content #page .bonus-box {
      padding: 20px; } }
  #content #page .bonus-box:before, #content #page .bonus-box:after {
    content: '';
    display: block;
    z-index: 2;
    position: absolute;
    top: -24px;
    left: -27px;
    width: 110px;
    height: 82px;
    background: url(../images/logo-icon.png) no-repeat; }
    @media (max-width: 40.063em) {
      #content #page .bonus-box:before, #content #page .bonus-box:after {
        display: none; } }
  #content #page .bonus-box:after {
    z-index: 1;
    top: -5px;
    left: -9px;
    width: 76px;
    height: 42px;
    background: #FFF; }
  #content #page .bonus-box p {
    font-size: 16px;
    margin: 0; }

#content #page .wedding-offset-widget {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #DDDDDD; }
  #content #page .wedding-offset-widget h3 {
    color: #0A61AE;
    font-size: 25px;
    margin: 50px auto 20px; }
    @media (max-width: 40.063em) {
      #content #page .wedding-offset-widget h3 {
        text-align: center; } }
  #content #page .wedding-offset-widget .wedding-guests-input {
    background: #0A61AE; }
    @media (min-width: 40.063em) {
      #content #page .wedding-offset-widget .wedding-guests-input {
        width: 465px;
        margin: 0; } }
    #content #page .wedding-offset-widget .wedding-guests-input .column {
      padding: 0; }
      #content #page .wedding-offset-widget .wedding-guests-input .column + .column {
        padding: 5px; }
    #content #page .wedding-offset-widget .wedding-guests-input label {
      display: block;
      color: #FFF;
      font-size: 25px;
      line-height: 70px;
      padding: 0 0 0 15px; }
    #content #page .wedding-offset-widget .wedding-guests-input input {
      display: block;
      width: 100%;
      height: 60px;
      color: #0A61AE;
      font-size: 40px;
      text-align: center;
      margin: 0;
      padding: 0;
      background: #FFF; }
      #content #page .wedding-offset-widget .wedding-guests-input input:invalid {
        color: #A9A9A9;
        font-style: italic;
        font-size: 14px; }
  @media (min-width: 40.063em) {
    #content #page .wedding-offset-widget .wedding-offset-packages {
      display: table;
      width: 100%; }
      #content #page .wedding-offset-widget .wedding-offset-packages .package {
        display: table-cell;
        float: none;
        vertical-align: top; }
        #content #page .wedding-offset-widget .wedding-offset-packages .package .inner {
          position: static;
          max-width: 338px;
          padding-bottom: 75px; }
        #content #page .wedding-offset-widget .wedding-offset-packages .package .package-cta {
          position: absolute;
          right: 0;
          left: 0;
          bottom: 0; } }
  @media (max-width: 40.063em) {
    #content #page .wedding-offset-widget .wedding-offset-packages .package {
      padding: 0; }
      #content #page .wedding-offset-widget .wedding-offset-packages .package:not(:last-child) {
        margin-bottom: 100px; } }
  #content #page .wedding-offset-widget .wedding-offset-packages .package .inner {
    margin: auto; }
  #content #page .wedding-offset-widget .wedding-offset-packages .package img {
    display: block;
    margin: 15px auto 25px; }
  #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body {
    border: 1px solid #9F9D9D;
    border-radius: 1em 1em 0 0;
    -khtml-border-radius: 1em 1em 0 0;
    -webkit-border-radius: 1em 1em 0 0;
    -moz-border-radius: 1em 1em 0 0;
    -ms-border-radius: 1em 1em 0 0;
    -o-border-radius: 1em 1em 0 0; }
    #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body .percentage-off {
      z-index: 1;
      display: block;
      position: absolute;
      width: 62px;
      height: 62px;
      top: -31px;
      left: -31px;
      color: #FFF;
      font-size: 19px;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      padding-top: 12px;
      border-radius: 62px;
      -khtml-border-radius: 62px;
      -webkit-border-radius: 62px;
      -moz-border-radius: 62px;
      -ms-border-radius: 62px;
      -o-border-radius: 62px; }
      @media (max-width: 40.063em) {
        #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body .percentage-off {
          top: -12px;
          left: -5px; } }
      #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body .percentage-off strong {
        display: block; }
    #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body header {
      color: #FFF;
      padding: 10px 10px 10px 26px;
      border-radius: 1em 1em 0 0;
      -khtml-border-radius: 1em 1em 0 0;
      -webkit-border-radius: 1em 1em 0 0;
      -moz-border-radius: 1em 1em 0 0;
      -ms-border-radius: 1em 1em 0 0;
      -o-border-radius: 1em 1em 0 0;
      background: #0A61AE; }
      #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body header.no-sub {
        height: 67px;
        padding-top: 21px; }
      #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body header h4 {
        font-weight: 500;
        font-size: 18px;
        margin: 0; }
      #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body header em {
        font-weight: 300;
        font-size: 13px; }
    #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body .prices {
      color: #58595B;
      font-size: 14px;
      padding: 40px 14px 40px 0;
      margin: 0; }
      #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body .prices .column {
        padding: 10px 5px; }
        #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body .prices .column:nth-child(2) {
          border: 1px solid #0A61AE;
          border-radius: 1em;
          -khtml-border-radius: 1em;
          -webkit-border-radius: 1em;
          -moz-border-radius: 1em;
          -ms-border-radius: 1em;
          -o-border-radius: 1em; }
      #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body .prices strong {
        display: block;
        overflow: hidden;
        color: #0A61AE;
        font-weight: 500;
        font-size: 25px;
        white-space: nowrap;
        text-overflow: ellipsis; }
    #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body footer p, #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body footer li, #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body footer strong {
      color: inherit;
      font-size: 13px; }
    #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body footer strong {
      display: block;
      text-align: center; }
    #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body footer .included-items {
      color: #58595B;
      padding: 10px 15px;
      border-top: 1px solid #AFAFAF;
      background: #E7E7E8; }
      #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body footer .included-items ul {
        margin-bottom: 0; }
    #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body footer .bonus {
      color: #FFF;
      padding: 10px 15px;
      background: #0A61AE; }
      #content #page .wedding-offset-widget .wedding-offset-packages .package .package-body footer .bonus p {
        margin: 5px auto 0; }
  @media (min-width: 40.063em) {
    #content #page .wedding-offset-widget .wedding-offset-packages .package .package-cta {
      padding: 25px 15px 0; } }
  #content #page .wedding-offset-widget .wedding-offset-packages .package .package-cta .button {
    font-size: 25px; }
    @media (max-width: 40.063em) {
      #content #page .wedding-offset-widget .wedding-offset-packages .package .package-cta .button {
        display: block;
        width: 100%; } }
  #content #page .wedding-offset-widget .wedding-offset-packages .package:nth-child(1) .package-body .percentage-off {
    background: #d2deed;
    background: -moz-radial-gradient(center, ellipse cover, #d2deed 0%, #bbc7d5 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #d2deed 0%, #bbc7d5 100%);
    background: radial-gradient(ellipse at center, #d2deed 0%, #bbc7d5 100%); }
  #content #page .wedding-offset-widget .wedding-offset-packages .package:nth-child(2) .package-body .percentage-off {
    background: #C4892F;
    background: -moz-radial-gradient(center, ellipse cover, #EDD18E 0%, #C4892F 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #EDD18E 0%, #C4892F 100%);
    background: radial-gradient(ellipse at center, #EDD18E 0%, #C4892F 100%); }
  #content #page .wedding-offset-widget .wedding-offset-packages .package:nth-child(3) .package-body .percentage-off {
    background: #B4B7BD;
    background: -moz-radial-gradient(center, ellipse cover, #B4B7BD 0%, #6B767D 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #B4B7BD 0%, #6B767D 100%);
    background: radial-gradient(ellipse at center, #B4B7BD 0%, #6B767D 100%); }

/* One Page Checkout */
.wcopc-product-single #content,
#content.wpopc {
  background-color: #fff; }

.wcopc-product-single #content form label {
  top: 0; }

.wcopc-product-single .woocommerce table.shop_table th {
  width: 100%; }

.wcopc-product-single #masthead,
#masthead.wpopc {
  background-size: cover; }

.wcopc-product-single #logo,
#logo.wpopc {
  max-width: 66%;
  position: relative;
  top: 1.2rem; }

.wcopc-product-single #header .wrapper,
#header .wrapper.wpopc {
  max-width: 1000px; }

.wcopc-product-single .product-remove {
  top: -6px; }

.wcopc-product-single .product-remove a {
  text-decoration: none !important; }

.wcopc-product-single.woocommerce a.remove {
  line-height: 0.7;
  margin-right: 0.5rem; }

.wcopc-product-single #footer table {
  margin-top: 0; }

#masthead:not(.white-bg).wpopc:before {
  display: none; }

#masthead:not(.white-bg).wpopc:after {
  display: none; }

#opc-header-logo {
  z-index: 500;
  float: none !important;
  position: absolute;
  top: 43%;
  left: 58%;
  transform: translate(-50%, -50%); }

#opc-header-logo img {
  max-width: 32%; }

#opc-header-logo-mobile, .opc-images-mobile {
  display: none; }

.opc-images-mobile {
  margin: 0 auto 20px; }

#opc-header-logo-mobile img {
  display: block;
    display-margin: 0 auto;
    display-max-width: 200px; }

.opc-logo-left {
  border-right: 1px solid #ddd; }

.opc-company-name {
  text-align: center; }

.opc-company-name p {
  margin: 20px 0 0 0;
  display: none;
  background: #D9F0FD;
  padding: 5px 15px;
  border-radius: 25px;
  color: #0A61AE; }

.opc-images, .opc-images-mobile {
  border: 1px solid #eee;
  text-align: center; }

#opc-carbon-trees-mobile, #opc-carbon-trees {
  font-size: 1.5em !important; }

.wcopc-product-single .shrink.wrapper .wrapper {
  padding: 0; }

@media (max-width: 641px) {
  #opc-header-logo-mobile, .opc-images-mobile {
    display: block; }
  #opc-header-logo, .opc-images {
    display: none; } }

/* Footer white space */
.wcopc-product-single #footer-push {
  display: none !important; }

@media (min-width: 642px) {
  .button.jumbo {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 2rem;
    margin: 0.5rem; } }

.wcopc-product-single footer {
  position: relative !important; }

/* styles to make uat broken like prod :/ */
p {
  font: 1.8rem myriad-pro, Arial, sans-serif; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  line-height: 1; }

/* can't find where this is being injected into the head */
#price_calculator td {
  vertical-align: middle !important; }

/* My Account Navigation */

nav.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding-left: 0;
	max-width:200px;
	font-size: 17px;
	line-height: 26px;
}

nav.woocommerce-MyAccount-navigation ul li {
	padding: 0;
	background-color: rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

#page nav.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 8px 20px;
	text-decoration: none;
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
	background-color: rgba(0,0,0,0.1);
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
	color: rgba(0,0,0,0.8);
	cursor: default;
}

nav.woocommerce-MyAccount-navigation ul li.is-active:after {
	content: "";
	height: 0;
	width: 0;
	border-top: 20px solid transparent;
	border-left: 14px solid rgba(0,0,0,0.1);
	border-bottom: 20px solid transparent;
	display: block;
	position: absolute;
	top: 1px;
	right: -14px;
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
	background-color: rgba(0,0,0,0.07);
}


/*for Terrapass carbon calculator: resize on mobile devices*/
@media only screen and (max-width: 768px) {
  .calculator {

    height: 800px;
    width: 340px;

  }
}
