@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  *zoom: 1; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  .row .row {
    margin-right: -15px;
    margin-left: -15px;
    max-width: none;
    width: auto;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: "";
      display: table; }
    .row .row:after {
      clear: both; }

[class*="columns-"] {
  float: left;
  padding-right: 15px;
  padding-left: 15px; }
  [class*="columns-"].column-center {
    float: none;
    margin: 0 auto; }

.columns-1 {
  width: 8.3333333333%; }

.columns-2 {
  width: 16.6666666667%; }

.columns-3 {
  width: 25%; }

.columns-4 {
  width: 33.3333333333%; }

.columns-5 {
  width: 41.6666666667%; }

.columns-6 {
  width: 50%; }

.columns-7 {
  width: 58.3333333333%; }

.columns-8 {
  width: 66.6666666667%; }

.columns-9 {
  width: 75%; }

.columns-10 {
  width: 83.3333333333%; }

.columns-11 {
  width: 91.6666666667%; }

.columns-12 {
  width: 100%; }

[class*="right-"],
[class*="left-"] {
  position: relative; }

.left-1 {
  position: relative;
  right: 8.3333333333%; }

.left-2 {
  position: relative;
  right: 16.6666666667%; }

.left-3 {
  position: relative;
  right: 25%; }

.left-4 {
  position: relative;
  right: 33.3333333333%; }

.left-5 {
  position: relative;
  right: 41.6666666667%; }

.left-6 {
  position: relative;
  right: 50%; }

.left-7 {
  position: relative;
  right: 58.3333333333%; }

.left-8 {
  position: relative;
  right: 66.6666666667%; }

.left-9 {
  position: relative;
  right: 75%; }

.left-10 {
  position: relative;
  right: 83.3333333333%; }

.left-11 {
  position: relative;
  right: 91.6666666667%; }

.left-12 {
  position: relative;
  right: 100%; }

.right-1 {
  position: relative;
  left: 8.3333333333%; }

.right-2 {
  position: relative;
  left: 16.6666666667%; }

.right-3 {
  position: relative;
  left: 25%; }

.right-4 {
  position: relative;
  left: 33.3333333333%; }

.right-5 {
  position: relative;
  left: 41.6666666667%; }

.right-6 {
  position: relative;
  left: 50%; }

.right-7 {
  position: relative;
  left: 58.3333333333%; }

.right-8 {
  position: relative;
  left: 66.6666666667%; }

.right-9 {
  position: relative;
  left: 75%; }

.right-10 {
  position: relative;
  left: 83.3333333333%; }

.right-11 {
  position: relative;
  left: 91.6666666667%; }

.right-12 {
  position: relative;
  left: 100%; }

[class*="block-grid-"] {
  display: block;
  margin: 0 -15px 15px -15px;
  overflow: auto;
  padding: 0; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding-right: 15px;
    padding-left: 15px; }

.block-grid-1 > li {
  width: 100%; }
  .block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

.block-grid-2 > li {
  width: 50%; }
  .block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

.block-grid-3 > li {
  width: 33.3333333333%; }
  .block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

.block-grid-4 > li {
  width: 25%; }
  .block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

.block-grid-5 > li {
  width: 20%; }
  .block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

.block-grid-6 > li {
  width: 16.6666666667%; }
  .block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

.block-grid-7 > li {
  width: 14.2857142857%; }
  .block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

.block-grid-8 > li {
  width: 12.5%; }
  .block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  /*     margin: 0.67em 0; */ }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.flex-video {
  position: relative;
  padding-top: emCalc(25px);
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: emCalc(16px);
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .flex-video iframe:not(.twitter-tweet) {
    height: 100%; }

[data-twttr-id="twttr-sandbox-0"].flex-video {
  height: auto;
  padding: 0; }
  [data-twttr-id="twttr-sandbox-0"].flex-video iframe {
    width: auto !important; }

html {
  font-size: 100%; }

body {
  color: #303232;
  font-size: 100%;
  overflow-x: hidden; }

::selection {
  background: #d1db2d;
  color: white; }

::-moz-selection {
  background: #d1db2d;
  color: white; }

#main {
  margin-top: 148px;
  /* bump #main down the height of our two headers above it */ }

blockquote {
  border: none;
  padding: 0; }
  blockquote p {
    font-style: italic; }
    blockquote p:last-of-type {
      font-style: normal;
      font-weight: 700; }

pre {
  background: #eee;
  border: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-variant-ligatures: common-ligatures; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  color: #303232;
  line-height: 1;
  margin: 0;
  padding-bottom: 25px; }

h2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  color: #303232;
  line-height: 1;
  margin: 0;
  padding-bottom: 25px; }

h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  color: #303232;
  line-height: 1;
  margin: 0;
  padding-bottom: 25px; }

h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
  color: #303232;
  line-height: 1;
  margin: 0;
  padding-bottom: 25px; }

h5 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  color: #303232;
  line-height: 1;
  margin: 0;
  padding-bottom: 25px; }
  h5 a {
    text-decoration: none; }

h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #303232;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0;
  padding-bottom: 25px; }
  h6 a {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  margin-top: 0; }
  img.alignright {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px; }
  img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }
  img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto; }

a, a:hover {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

a {
  color: #125071; }
  a:hover, a:focus, a:active {
    color: #d1db2d;
    outline: none; }

a.button {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  position: relative;
  overflow: visible;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #303232;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 15px 30px;
  background: #d1db2d; }
  a.button:hover {
    background: #adb61f; }
  a.button:hover {
    text-decoration: none; }

a.read-more {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #d1db2d;
  text-decoration: underline;
  text-transform: uppercase; }
  a.read-more:hover {
    text-decoration: none; }

ul {
  list-style: disc;
  margin: 0 0 0 15px;
  padding: 0 0 15px; }
  ul li {
    font-family: Arial, "aktiv-grotesk-std" ,serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75em; }
  ul a {
    text-decoration: none; }

ol {
  margin: 0 0 0 24px;
  padding: 0 0 15px; }
  ol li {
    font-family: Arial, "aktiv-grotesk-std" ,serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75em; }

.pagination {
  list-style: none;
  margin: 15px 0; }
  .pagination li {
    display: inline-block;
    margin-right: 10px; }
    .pagination li:empty {
      display: none; }

p {
  font-size: 16px;
  font-size: 1rem;
  font-family: Arial, "aktiv-grotesk-std" , serif;
  font-weight: 300;
  margin: 0;
  line-height: 1.75em;
  padding-bottom: 15px; }
  p:empty {
    display: none; }

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

.tabs .slider-thumbs {
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0; }
  .tabs .slider-thumbs li {
    font-size: 20px;
    font-size: 1.25rem;
    background: #ebebeb;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    cursor: pointer;
    display: inline;
    display: inline-block;
    line-height: 1;
    padding: 15px 45px;
    position: relative;
    z-index: 1; }
    .tabs .slider-thumbs li:last-child {
      border-right: 1px solid #dfdfdf; }
    .tabs .slider-thumbs li.flex-active {
      background: white;
      border-bottom: 1px solid white; }
.tabs .tab-slider {
  border: 1px solid #dfdfdf; }
.tabs .slides > li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  padding: 45px 50px; }

.tab-slider.flexslider .slides > li {
  height: 0;
  overflow: hidden; }
  .tab-slider.flexslider .slides > li.flex-active-slide {
    height: auto; }

@media screen and (max-width: 767px) {
  .tabs .slider-thumbs {
    overflow: auto; }
    .tabs .slider-thumbs li {
      display: block;
      float: left;
      padding: 15px 0;
      text-align: center;
      width: 33.333%; } }
@media screen and (max-width: 480px) {
  .tabs .slider-thumbs li {
    width: 50%; }
    .tabs .slider-thumbs li:nth-child(odd) {
      clear: both; }
    .tabs .slider-thumbs li:nth-child(even) {
      border-right: 1px solid #dfdfdf; }
    .tabs .slider-thumbs li.flex-active {
      border-bottom: none; } }
:-moz-placeholder {
  /* Firefox 18- */ }

::-moz-placeholder {
  /* Firefox 19+ */ }

form label {
  text-transform: uppercase; }
form input[type="text"],
form input[type="url"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form input[type="password"],
form textarea {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  font-size: 1em;
  padding: 5px 10px; }
form input[type=submit],
form input[type=button] {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  position: relative;
  overflow: visible;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #303232;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 15px 30px;
  background: #d1db2d; }
  form input[type=submit]:hover,
  form input[type=button]:hover {
    background: #adb61f; }

.gform_heading,
.gform_body,
.gform_footer {
  clear: both;
  padding-bottom: 20px; }

ul.gform_fields {
  list-style: none;
  margin: 0 -15px;
  padding: 0; }

li.gfield {
  clear: both;
  overflow: auto;
  padding: 0 5px 5px; }

.ginput_container span {
  margin-bottom: 10px; }
.ginput_container input.large,
.ginput_container select.large,
.ginput_container textarea.large {
  width: 100%; }
.ginput_container input.medium,
.ginput_container select.medium,
.ginput_container textarea.medium {
  width: 66%; }
.ginput_container input.small,
.ginput_container select.small,
.ginput_container textarea.small {
  width: 33%; }
.ginput_container input,
.ginput_container textarea {
  margin: 2px; }

label.gfield_label {
  display: inline-block; }
  .left_label label.gfield_label {
    float: left;
    width: 25%; }
  .right_label label.gfield_label {
    float: right;
    width: 25%; }

.gfield_required {
  padding-left: 5px; }

ul.gfield_checkbox,
ul.gfield_radio {
  list-style: none;
  padding: 0; }
  ul.gfield_checkbox input,
  ul.gfield_radio input {
    margin-right: 10px;
    position: relative;
    top: -1px; }

ul.gfield_radio input {
  margin-left: 2px; }

.gsection h2 {
  border-bottom: 3px solid black;
  padding-bottom: 15px; }

.gf_progressbar_wrapper {
  padding-bottom: 15px; }

.gf_progressbar {
  background: gray; }

.gf_progressbar_percentage {
  background: red;
  padding: 5px 10px;
  text-align: right; }

.gfield_time_hour, .gfield_time_minute, .gfield_time_ampm {
  display: inline;
  display: inline-block; }

.gfield_time_hour label, .gfield_time_minute label {
  display: block; }

.gfield_time_ampm {
  vertical-align: top; }

.gform_hidden {
  display: none; }

.validation_error {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 15px; }

li.gfield.gfield_error {
  background: #FFDFE0;
  margin-bottom: 15px;
  padding-top: 15px; }
  li.gfield.gfield_error label.gfield_label {
    font-weight: bold; }
li.gfield .validation_message {
  font-weight: bold;
  margin-top: 10px; }

.gform_validation_container {
  display: none; }

.ginput_full {
  display: block; }
  .ginput_full input, .ginput_full select, .ginput_full textarea {
    margin-bottom: 5px;
    width: 100%; }
  .ginput_full label {
    display: block; }

.ginput_left {
  float: left;
  padding-right: 10px;
  width: 50%; }
  .ginput_left input, .ginput_left select, .ginput_left textarea {
    margin-bottom: 5px;
    width: 100%; }
  .ginput_left label {
    display: block; }

.ginput_right {
  float: right;
  width: 50%; }
  .ginput_right input, .ginput_right select, .ginput_right textarea {
    margin-bottom: 5px;
    width: 100%; }
  .ginput_right label {
    display: block; }

.ginput_right {
  float: right;
  width: 50%; }

li.gf_left_half {
  clear: none;
  float: left;
  padding-right: 5px;
  width: 50%; }

li.gf_right_half {
  clear: none;
  float: right;
  width: 50%; }

li.gf_left_third {
  clear: none;
  float: left;
  padding-right: 5px;
  width: 33%; }

li.gf_middle_third {
  clear: none;
  float: left;
  padding-right: 5px;
  width: 34%; }

li.gf_right_third {
  clear: none;
  float: right;
  width: 33%; }

li.gf_first_quarter {
  clear: none;
  float: left;
  padding-right: 5px;
  width: 25%; }

li.gf_second_quarter {
  clear: none;
  float: left;
  padding-right: 5px;
  width: 25%; }

li.gf_third_quarter {
  clear: none;
  float: left;
  width: 25%; }

li.gf_fourth_quarter {
  clear: none;
  float: right;
  width: 25%; }

@media screen and (max-width: 480px) {
  li.gf_left_half, li.gf_right_half, li.gf_left_third, li.gf_middle_third, li.gf_right_third, li.gf_first_quarter, li.gf_second_quarter, li.gf_third_quarter, li.gf_fourth_quarter {
    width: 100%; } }
.gf_list_2col ul.gfield_checkbox li,
.gf_list_2col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 50%; }

.gf_list_3col ul.gfield_checkbox li,
.gf_list_3col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 33%; }

.gf_list_4col ul.gfield_checkbox li,
.gf_list_4col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 25%; }

.gf_list_5col ul.gfield_checkbox li,
.gf_list_5col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 20%; }

.gf_list_inline ul.gfield_checkbox li,
.gf_list_inline ul.gfield_radio li {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px; }

@media screen and (max-width: 480px) {
  .gf_list_2col ul.gfield_checkbox li,
  .gf_list_2col ul.gfield_radio li,
  .gf_list_3col ul.gfield_checkbox li,
  .gf_list_3col ul.gfield_radio li,
  .gf_list_4col ul.gfield_checkbox li,
  .gf_list_4col ul.gfield_radio li,
  .gf_list_5col ul.gfield_checkbox li,
  .gf_list_5col ul.gfield_radio li {
    width: 100%; } }
.ui-datepicker {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  font: 9pt Arial,sans-serif;
  height: auto;
  margin: 5px auto 0;
  width: 216px; }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  border-collapse: collapse;
  width: 100%; }

.ui-datepicker-header {
  background-color: #666;
  border-color: #666;
  border-style: solid;
  border-width: 1px 0 0;
  box-shadow: 0 1px 1px 0 rgba(250, 250, 250, 0.2) inset;
  color: #e0e0e0;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px !important;
  text-shadow: 1px -1px 0 #000; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-title select {
  margin-top: 2.5%; }

.ui-datepicker-prev, .ui-datepicker-next {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 600%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 30px; }

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  border-color: transparent #e0e0e0;
  border-style: solid;
  content: '';
  position: absolute;
  top: 30%;
  transform: scale(1.001); }

.ui-datepicker-prev {
  float: left; }
  .ui-datepicker-prev:before {
    border-width: 5px 10px 5px 0;
    left: 40%; }

.ui-datepicker-next {
  float: right; }
  .ui-datepicker-next:before {
    border-width: 5px 0 5px 10px;
    right: 40%; }

.ui-datepicker thead {
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%) repeat scroll 0 0 transparent;
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  color: #666666;
  font-size: 6pt;
  padding: 5px 0;
  text-align: center;
  text-shadow: 1px 0 0 #fff;
  text-transform: uppercase; }

.ui-datepicker tbody td {
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  padding: 0; }

.ui-datepicker tbody td:last-child {
  border-right: 0 none; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0 none; }

.ui-datepicker td span, .ui-datepicker td a {
  color: #666666;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  width: 30px; }

.ui-datepicker-calendar .ui-state-default {
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%) repeat scroll 0 0 transparent;
  box-shadow: 1px 1px 0 0 rgba(250, 250, 250, 0.5) inset; }

.ui-datepicker-calendar .ui-state-hover {
  background: none repeat scroll 0 0 #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: none repeat scroll 0 0 #fff2aa;
  border: 1px solid #c19163;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
  color: #666;
  margin: -1px;
  position: relative;
  text-shadow: 0 1px 0 #fff; }

.ui-datepicker-unselectable .ui-state-default {
  background: none repeat scroll 0 0 #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
  width: 29px; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  margin-right: 0;
  width: 29px; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

/* Negative CAPTCHA to disable submits by bots */
.formNegCap {
  display: none; }

/* ActOn */
#ao_alignment_container .formField > table {
  width: 100%; }
#ao_alignment_container .formField .formFieldLabel {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  text-transform: none; }
  #ao_alignment_container .formField .formFieldLabel b[title='Required Field'] {
    display: none; }
#ao_alignment_container .formField input[type=text], #ao_alignment_container .formField textarea {
  border: 1px solid #c2c2c2; }
  #ao_alignment_container .formField input[type=text]:focus, #ao_alignment_container .formField textarea:focus {
    outline: none; }

.top-banner {
  background: #303232 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 200; }
  .admin-bar .top-banner {
    top: 32px;
    /* adjusted for admin bar */ }
  .top-banner #utility-nav {
    display: inline-block;
    font-size: 1rem;
    list-style: none;
    margin: 0;
    padding: 0; }
    .top-banner #utility-nav > li {
      display: inline-block;
      vertical-align: top; }
      .top-banner #utility-nav > li > a {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 300;
        color: white;
        font-size: 14px; }
        .top-banner #utility-nav > li > a:hover {
          color: #d1db2d; }
  .top-banner #lang_sel {
    text-align: left;
    height: auto;
    position: relative;
    top: 2px; }
    .top-banner #lang_sel a, .top-banner #lang_sel a:hover {
      -webkit-transition: 0s ease;
      -moz-transition: 0s ease;
      -o-transition: 0s ease;
      transition: 0s ease; }

.menu-utility-menu-swedish-container,
.menu-utility-menu-container {
  display: inline-block; }

#utility-nav li + li {
  margin-left: 20px; }
#utility-nav a:hover {
  text-decoration: none; }

.site-header {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  height: 100px;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 48px;
  /* The height of the .top-banner above the site-header */
  padding: 20px 0px;
  z-index: 100; }
  .admin-bar .site-header {
    top: 80px;
    /* top adjusted for admin bar */ }
  .site-header .row {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem; }

.menu-main-menu-swedish-container,
.menu-main-menu-container {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  vertical-align: middle; }

.site-branding {
  padding-top: 4px; }

#site-navigation {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  text-align: right; }

#main-nav {
  background: none;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: right;
  position: relative;
  z-index: 2;
  padding-top: 10px; }
  #main-nav > li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: none;
    padding: 0;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #main-nav > li:hover > .sub-menu {
      opacity: 1;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      visibility: visible; }
      #main-nav > li:hover > .sub-menu li {
        height: 39px; }
        #main-nav > li:hover > .sub-menu li:hover .sub-menu {
          opacity: 1;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.5s ease;
          visibility: visible; }
          #main-nav > li:hover > .sub-menu li:hover .sub-menu li {
            height: 39px; }
    #main-nav > li:hover > a {
      background: #303232;
      color: #d1db2d; }
      #main-nav > li:hover > a:hover {
        text-decoration: none; }
  #main-nav li:last-child a {
    background: #d1db2d; }
    #main-nav li:last-child a:hover {
      background: #adb61f; }
  #main-nav a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #303232;
    padding: 10px 20px;
    margin: 0 5px;
    background: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    #main-nav a:hover {
      color: #2ba6cb; }
  #main-nav .sub-menu {
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    visibility: hidden;
    z-index: 1; }
    #main-nav .sub-menu li {
      background: black;
      display: block;
      position: relative;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    #main-nav .sub-menu li {
      height: 0; }
    #main-nav .sub-menu a {
      width: 175px; }
    #main-nav .sub-menu .sub-menu {
      top: 0;
      left: 100%; }

.mobile-nav-container {
  display: none; }

.burger-trigger {
  background: none;
  display: none;
  height: 65px;
  padding-top: 4px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 65px; }
  .burger-trigger:focus {
    outline: none; }
  .burger-trigger span {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    background: #303232;
    display: block;
    height: 3px;
    margin: 12px auto 0;
    position: relative;
    top: 0;
    width: 70%;
    transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%; }
  .burger-trigger.open span:nth-child(1) {
    top: 15px;
    width: 60%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .burger-trigger.open span:nth-child(2) {
    width: 0; }
  .burger-trigger.open span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 60%;
    top: -15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }

.full-width-trigger {
  display: none;
  margin-bottom: 15px;
  position: relative;
  text-align: center; }
  .full-width-trigger a {
    font-size: 20px;
    font-size: 1.25rem;
    background: #303232;
    color: white;
    display: block;
    font-weight: bold;
    padding: 20px 0;
    text-decoration: none;
    text-transform: uppercase; }
    .full-width-trigger a.open:before {
      content: 'Close '; }
    .full-width-trigger a.open + span {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      transform: rotate(360deg); }
    .full-width-trigger a:hover {
      background: #2b2d2d; }

.menu-slide {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 32px;
  font-size: 2rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url(../../images/menu-slide.png) no-repeat center 58% #2b2d2d;
  color: white;
  cursor: pointer;
  height: 35px;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 2%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 35px; }

#mobile-utility-nav {
  border-top: 2px solid #2b2d2d; }

#mobile-nav, #mobile-utility-nav {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #303232;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 5; }
  #mobile-nav > li, #mobile-utility-nav > li {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
    #mobile-nav > li + li, #mobile-utility-nav > li + li {
      border-top: 2px solid #2b2d2d; }
    #mobile-nav > li.call-to-action, #mobile-utility-nav > li.call-to-action {
      background: #1d1e1e; }
    #mobile-nav > li > a, #mobile-utility-nav > li > a {
      font-size: 20px;
      font-size: 1.25rem;
      color: white;
      display: block;
      font-weight: bold;
      padding: 20px 0 17px; }
      #mobile-nav > li > a:hover, #mobile-utility-nav > li > a:hover {
        background: #2b2d2d;
        text-decoration: none; }
  #mobile-nav .menu-slide.open, #mobile-utility-nav .menu-slide.open {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); }
  #mobile-nav .sub-menu, #mobile-utility-nav .sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    #mobile-nav .sub-menu li, #mobile-utility-nav .sub-menu li {
      background: #262828; }
    #mobile-nav .sub-menu .sub-menu li, #mobile-utility-nav .sub-menu .sub-menu li {
      background: #222323; }
  #mobile-nav.aside, #mobile-utility-nav.aside {
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
  #mobile-nav #lang_sel, #mobile-utility-nav #lang_sel {
    text-align: left;
    height: auto;
    position: relative;
    top: 2px;
    padding-top: 20px;
    padding-bottom: 17px; }
    #mobile-nav #lang_sel a, #mobile-nav #lang_sel a:hover, #mobile-utility-nav #lang_sel a, #mobile-utility-nav #lang_sel a:hover {
      -webkit-transition: 0s ease;
      -moz-transition: 0s ease;
      -o-transition: 0s ease;
      transition: 0s ease; }

.mobile-nav-container a {
  color: white;
  display: block;
  text-decoration: none; }
  .mobile-nav-container a:hover {
    text-decoration: none; }
.mobile-nav-container .contact-phone,
.mobile-nav-container .contact-email {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }
  .mobile-nav-container .contact-phone a,
  .mobile-nav-container .contact-email a {
    padding: 20px 0; }
.mobile-nav-container .contact-phone {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  background: url(../../images/icon-phone.png) no-repeat 5% center #2b2d2d;
  color: white; }
  .mobile-nav-container .contact-phone:hover {
    background: url(../../images/icon-phone.png) no-repeat 5% center #262828; }
.mobile-nav-container .contact-email {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  background: url(../../images/icon-email.png) no-repeat 5% center #262828; }
  .mobile-nav-container .contact-email:hover {
    background: url(../../images/icon-email.png) no-repeat 5% center #222323; }
.mobile-nav-container .social-menu {
  background: #303232; }
  .mobile-nav-container .social-menu li {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    padding-top: 15px;
    text-align: center; }
    .mobile-nav-container .social-menu li:hover {
      background: #2b2d2d; }
    .mobile-nav-container .social-menu li + li {
      border-left: 2px solid #2b2d2d; }
  .mobile-nav-container .social-menu a {
    font-size: 42px;
    font-size: 2.625rem; }
.mobile-nav-container [class*="block-grid-"] {
  margin-right: 0;
  margin-left: 0; }
.mobile-nav-container .block-grid-2 li:nth-of-type(2n+1) {
  border-left: none; }

.homepage-hero {
  padding-top: 80px;
  background-size: cover !important; }
  .homepage-hero .hero-wrapper {
    padding-bottom: 50px; }
    .homepage-hero .hero-wrapper img {
      vertical-align: bottom; }
  .homepage-hero .hero-content h2 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
    color: white; }
  .homepage-hero .hero-content p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    color: white;
    line-height: 32px; }
  .homepage-hero .hero-content .button {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    background: #d1db2d;
    text-transform: uppercase;
    padding: 20px 30px;
    color: #303232; }
    .homepage-hero .hero-content .button:hover {
      background: #adb61f; }
  .homepage-hero .hero-content .invisible {
    background: none;
    color: white;
    padding: 18px 28px;
    border: 2px solid white; }
    .homepage-hero .hero-content .invisible:hover {
      background: rgba(0, 0, 0, 0.3); }

.homepage-intro {
  padding: 70px 0px 125px;
  text-align: center;
  position: relative; }
  .homepage-intro:after {
    background: url(../../images/bubbles.png) no-repeat;
    width: 96px;
    height: 144px;
    content: '';
    position: absolute;
    bottom: -40px;
    margin-left: -40px;
    left: 50%; }
  .homepage-intro h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
    color: #303232; }
  .homepage-intro p {
    font-family: Arial, "aktiv-grotesk-std" , serif;
    font-size: 18px;
    font-size: 1.125rem;
    color: #303232;
    line-height: 32px; }
  .homepage-intro .button {
    margin: 10px; }

.homepage-blog {
  background: #f4f4f4;
  padding: 70px 0px 100px; }
  .homepage-blog h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    padding-bottom: 45px; }
  .homepage-blog li {
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
    .homepage-blog li .blog-wrapper {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background: white;
      min-height: 500px; }
    .homepage-blog li img {
      -webkit-border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 0;
      -moz-border-radius-topleft: 4px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
    .homepage-blog li .blog-wrapper {
      padding: 25px; }
      .homepage-blog li .blog-wrapper h5 {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        font-size: 1.25rem;
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 15px;
        margin-bottom: 10px; }
        .homepage-blog li .blog-wrapper h5 a {
          color: #303232; }
          .homepage-blog li .blog-wrapper h5 a:hover {
            color: #d1db2d; }
    .homepage-blog li .post-meta {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      position: absolute;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 15px;
      background: rgba(0, 0, 0, 0.7);
      color: white;
      left: 25px;
      top: 10px; }
      .homepage-blog li .post-meta span {
        font-size: 20px;
        font-size: 1.25rem;
        display: block; }

.homepage-case-study {
  padding: 70px 0px 180px; }
  .homepage-case-study h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #d1db2d; }
  .homepage-case-study .case-frame {
    position: relative;
    text-align: center; }
    .homepage-case-study .case-frame img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 15px solid #303232; }
    .homepage-case-study .case-frame .circle-1 {
      background: url(../../images/circle1.png) no-repeat;
      height: 100px;
      width: 100px;
      position: absolute;
      top: -45px;
      left: 60px; }
    .homepage-case-study .case-frame .circle-2 {
      background: url(../../images/circle-2.png) no-repeat;
      height: 160px;
      width: 160px;
      position: absolute;
      bottom: -25px;
      right: 35px; }
    .homepage-case-study .case-frame .circle-3 {
      background: url(../../images/circle3.png) no-repeat;
      height: 94px;
      width: 94px;
      position: absolute;
      bottom: -51px;
      left: 88px; }
    .homepage-case-study .case-frame .circle-4 {
      background: url(../../images/circle4.png) no-repeat;
      height: 70px;
      width: 70px;
      position: absolute;
      bottom: -75px;
      left: 154px; }
  .homepage-case-study .columns-7 {
    position: relative; }
  .homepage-case-study .case-content {
    -moz-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    position: absolute;
    top: -50%;
    width: 75%; }
    .homepage-case-study .case-content h4 {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 28px;
      font-size: 1.75rem; }
    .homepage-case-study .case-content .read-more {
      padding-top: 10px;
      display: block; }

.homepage-testimonial {
  background: #f4f4f4;
  padding: 55px 0px; }
  .homepage-testimonial .testimonial-wrapper {
    text-align: center; }
    .homepage-testimonial .testimonial-wrapper h3 {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 28px;
      font-size: 1.75rem; }
    .homepage-testimonial .testimonial-wrapper .quote {
      position: relative;
      font-family: "Roboto", sans-serif;
      font-style: italic;
      font-weight: 400;
      font-size: 18px;
      font-size: 1.125rem;
      color: #303232; }
      .homepage-testimonial .testimonial-wrapper .quote:before {
        content: "";
        background: url(../../images/left-quote.png) no-repeat;
        height: 43px;
        width: 47px;
        position: absolute;
        left: -55px;
        top: 0px; }
      .homepage-testimonial .testimonial-wrapper .quote:after {
        content: "";
        background: url(../../images/right-quote.png) no-repeat;
        height: 43px;
        width: 47px;
        position: absolute;
        right: -55px;
        top: 0px; }
    .homepage-testimonial .testimonial-wrapper .citation {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 28px;
      font-size: 1.75rem; }

.page-banner {
  padding: 80px 0px;
  margin-bottom: 60px;
  position: relative; }
  .page-banner h1, .page-banner p {
    color: white; }

.page-template-pages_about-php .people h2 {
  text-align: center;
  padding-bottom: 45px; }
.page-template-pages_about-php .people .person {
  text-align: center;
  padding-bottom: 25px; }
  .page-template-pages_about-php .people .person img {
    border-radius: 50%;
    border: 15px solid #303232;
    margin-bottom: 30px; }
.page-template-pages_about-php .partners-callout {
  text-align: center;
  padding: 80px 0px;
  border-top: 1px solid #f4f4f4; }
  .page-template-pages_about-php .partners-callout h4 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    font-size: 1.75rem; }
.page-template-pages_about-php .location-highlights {
  background: #f4f4f4;
  padding: 40px 0px; }
  .page-template-pages_about-php .location-highlights .highlight-year {
    text-align: center;
    padding-bottom: 30px; }
  .page-template-pages_about-php .location-highlights .year-icon {
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    background: #252525;
    color: #d1db2d;
    font-weight: bold;
    letter-spacing: .05em;
    font-size: 26px;
    font-size: 1.625rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block; }
  .page-template-pages_about-php .location-highlights .highlight-title {
    text-align: center; }
  .page-template-pages_about-php .location-highlights .highlight-description {
    padding-bottom: 50px; }
  .page-template-pages_about-php .location-highlights h5 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 15px; }
  .page-template-pages_about-php .location-highlights .address {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 40px; }
  .page-template-pages_about-php .location-highlights .contact-title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    line-height: 1em; }
  .page-template-pages_about-php .location-highlights .contact-content {
    display: inline-block;
    line-height: 1em; }

.location-highlights .columns-8 .row + .row {
  margin-top: 30px; }

.page-template-pages_partners-php .partners {
  padding-bottom: 35px; }
  .page-template-pages_partners-php .partners h5 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    padding-top: 10px;
    padding-bottom: 15px; }
    .page-template-pages_partners-php .partners h5 a {
      color: #125071; }
      .page-template-pages_partners-php .partners h5 a:hover {
        text-decoration: underline; }

.page-template-pages_case-studies-php .case-studies .case-study {
  padding: 30px 0px; }
  .page-template-pages_case-studies-php .case-studies .case-study:nth-child(even) {
    background: #f4f4f4; }
.page-template-pages_case-studies-php .case-studies .image-case {
  text-align: center; }
.page-template-pages_case-studies-php .case-studies .height-case {
  position: relative; }
.page-template-pages_case-studies-php .case-studies img {
  border-radius: 50%;
  border: 20px solid #414141; }
.page-template-pages_case-studies-php .case-studies .case-content-wrapper {
  position: absolute;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  width: 41.6667%; }
  .page-template-pages_case-studies-php .case-studies .case-content-wrapper h2 a {
    color: #303232; }
    .page-template-pages_case-studies-php .case-studies .case-content-wrapper h2 a:hover {
      color: #d1db2d; }

.single-case-studies .content-area {
  position: relative;
  padding-bottom: 30px; }
  .single-case-studies .content-area .single-case-content-wrapper h2 a {
    color: #303232; }
    .single-case-studies .content-area .single-case-content-wrapper h2 a:hover {
      color: #d1db2d; }
.single-case-studies .single-case-image {
  text-align: center;
  padding-bottom: 25px; }
.single-case-studies .case-info-wrapper {
  background: #f4f4f4;
  padding: 50px 100px;
  margin-bottom: 40px; }
  .single-case-studies .case-info-wrapper h1, .single-case-studies .case-info-wrapper h2, .single-case-studies .case-info-wrapper h3, .single-case-studies .case-info-wrapper h4, .single-case-studies .case-info-wrapper h5, .single-case-studies .case-info-wrapper h6 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700; }
.single-case-studies .case-content {
  padding-bottom: 50px; }

#searchform #searchsubmit {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  height: 50px;
  vertical-align: top; }

.sidebar-inner {
  background: none repeat scroll 0 0 #f4f4f4;
  margin-bottom: -4000px;
  padding: 40px 0px 4040px 0;
  position: relative; }
  .sidebar-inner h5, .sidebar-inner form, .sidebar-inner > ul {
    position: relative;
    z-index: 5; }
  .sidebar-inner:before {
    background: none repeat scroll 0 0 #f4f4f4;
    bottom: 0;
    content: "";
    left: -40000px;
    position: absolute;
    right: 0;
    top: 0; }
  .sidebar-inner h5 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 15px; }
  .sidebar-inner ul {
    list-style: none;
    margin: 0;
    padding-top: 25px;
    position: relative;
    margin-bottom: 500px; }
    .sidebar-inner ul:after {
      background: url(../../images/sidebar-bg.png);
      background-repeat: no-repeat;
      content: '';
      height: 479px;
      width: 100%;
      max-width: 341px;
      position: absolute;
      bottom: -471px; }
    .sidebar-inner ul li {
      padding-bottom: 5px; }
      .sidebar-inner ul li a {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        font-size: 1.25rem;
        color: #303232; }
        .sidebar-inner ul li a:hover {
          color: #d1db2d; }
      .sidebar-inner ul li.contact-support-button {
        padding-bottom: 35px; }

.cpt-search {
  overflow: hidden; }

.page-template-pages_resources-php .page-banner, .single-resources .page-banner {
  margin-bottom: 0; }
.page-template-pages_resources-php .cpt-search, .single-resources .cpt-search {
  overflow: hidden; }

.page-template-pages_resources-php #content, .tax-resource-types #content {
  padding-top: 30px; }
  .page-template-pages_resources-php #content .subtitle h4, .tax-resource-types #content .subtitle h4 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    font-size: 1.75rem; }
  .page-template-pages_resources-php #content .resources .resource, .tax-resource-types #content .resources .resource {
    padding: 20px 0px;
    border-bottom: 1px solid #f4f4f4; }
    .page-template-pages_resources-php #content .resources .resource:last-child, .tax-resource-types #content .resources .resource:last-child {
      border: none; }
    .page-template-pages_resources-php #content .resources .resource h2, .tax-resource-types #content .resources .resource h2 {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 22px;
      font-size: 1.375rem; }
      .page-template-pages_resources-php #content .resources .resource h2 a, .tax-resource-types #content .resources .resource h2 a {
        color: #125071; }

.page-template-_resources-new .page-banner {
  margin-bottom: 0; }

.resources-results [class*="block-grid-"] > li {
  padding-bottom: 50px; }
.resources-results img {
  margin-bottom: 15px; }
.resources-results h4 {
  font-weight: 700;
  padding-bottom: 5px; }
.resources-results hr {
  border: none;
  border-top: 1px solid #e2e2e2;
  clear: both;
  margin-bottom: 45px;
  max-width: calc(100% - 30px); }

.resource-type {
  font-size: 14px;
  font-size: 0.875rem;
  color: #383838;
  font-weight: 700;
  padding-bottom: 0;
  text-transform: uppercase; }

.single-resources #content {
  padding-top: 45px;
  padding-bottom: 45px; }
.single-resources .page-banner {
  margin: 0; }
.single-resources h2 {
  color: #125071; }
.single-resources h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  text-transform: uppercase; }
.single-resources .pdf-wrapper {
  padding: 15px 0px; }
  .single-resources .pdf-wrapper .button {
    padding: 15px 70px; }
    .single-resources .pdf-wrapper .button:after {
      background: url(../../images/pdf.png) no-repeat;
      content: "";
      height: 26px;
      width: 28px;
      position: absolute;
      top: 10px;
      right: 10px; }
.single-resources .back-nav-wrapper {
  margin-top: 35px;
  padding: 15px 25px;
  background: #f4f4f4;
  margin-bottom: 25px; }
  .single-resources .back-nav-wrapper .social-sharing {
    display: inline-block;
    padding-top: 10px; }
    .single-resources .back-nav-wrapper .social-sharing .share-label {
      display: inline-block;
      font-weight: bold;
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase;
      margin-right: 15px;
      padding-bottom: 0; }
    .single-resources .back-nav-wrapper .social-sharing ul {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin: 0;
      list-style: none; }
    .single-resources .back-nav-wrapper .social-sharing li {
      display: inline-block;
      vertical-align: bottom; }
      .single-resources .back-nav-wrapper .social-sharing li + li {
        margin-left: 15px; }
    .single-resources .back-nav-wrapper .social-sharing a {
      display: block;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 28px;
      color: #115071; }
      .single-resources .back-nav-wrapper .social-sharing a:hover {
        color: #747474; }
  .single-resources .back-nav-wrapper .back-to {
    float: right;
    color: #115071;
    font-weight: bold;
    padding-top: 15px;
    text-decoration: none; }
.single-resources .resource-topics {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase; }
.single-resources .entry-date {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase; }

.tax-resource-types .page-banner {
  margin: 0; }
.tax-resource-types #content {
  padding-top: 30px; }
  .tax-resource-types #content h5 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    color: #125071; }
    .tax-resource-types #content h5 a {
      color: #125071; }
      .tax-resource-types #content h5 a:hover {
        text-decoration: underline; }
.tax-resource-types .resource {
  padding: 20px 0px;
  border-bottom: 1px solid #f4f4f4 !important; }
  .tax-resource-types .resource:last-child {
    border: none; }

.page-template-pages_support-php .page-banner, .tax-support-types .page-banner {
  margin: 0; }
.page-template-pages_support-php #content, .tax-support-types #content {
  padding-top: 30px; }
  .page-template-pages_support-php #content .sub-title h4, .tax-support-types #content .sub-title h4 {
    font-size: 28px;
    font-size: 1.75rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 15px; }
  .page-template-pages_support-php #content .support, .tax-support-types #content .support {
    padding: 25px 0px;
    border-bottom: 1px solid #f4f4f4; }
    .page-template-pages_support-php #content .support:last-child, .tax-support-types #content .support:last-child {
      border: none; }
    .page-template-pages_support-php #content .support h5, .tax-support-types #content .support h5 {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 22px;
      font-size: 1.375rem;
      color: #125071; }
      .page-template-pages_support-php #content .support h5 a, .tax-support-types #content .support h5 a {
        color: #125071; }
        .page-template-pages_support-php #content .support h5 a:hover, .tax-support-types #content .support h5 a:hover {
          text-decoration: underline; }
    .page-template-pages_support-php #content .support .pdf-button, .tax-support-types #content .support .pdf-button {
      padding: 15px 70px; }
      .page-template-pages_support-php #content .support .pdf-button:after, .tax-support-types #content .support .pdf-button:after {
        background: url(../../images/pdf.png) no-repeat;
        content: "";
        height: 26px;
        width: 28px;
        position: absolute;
        top: 10px;
        right: 10px; }

.single-support .faq-wrapper [class*="columns-"] {
  padding-bottom: 15px; }
.single-support .page-banner {
  margin: 0; }
.single-support #content {
  padding-top: 30px; }
.single-support h2 {
  color: #125071; }
.single-support .faq-title {
  font-size: 20px;
  font-size: 1.25rem; }
.single-support h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  text-transform: uppercase; }
.single-support .support-topics {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase; }
.single-support .entry-date {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase; }
.single-support .back-nav-wrapper {
  padding: 25px 0px; }
.single-support .google-docs-embed {
  display: block;
  margin: 30px 0px; }
  .single-support .google-docs-embed iframe {
    width: 100%;
    min-height: 800px;
    border: 1px solid #EEEEEE; }

form li.gf_left_half {
  clear: left; }
form label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  text-transform: none; }
form textarea {
  border: 1px solid #747474;
  background: white;
  border-radius: 0;
  box-shadow: none;
  background: #f4f4f4; }
form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="password"] {
  height: 50px;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #747474;
  background: #f4f4f4;
  width: 100% !important; }
form .styled-select {
  border: 1px solid #747474;
  background: white;
  height: 50px;
  overflow: hidden;
  background: url(../../images/select.png) no-repeat right;
  border-radius: 0;
  box-shadow: none;
  margin-top: 2px;
  background-color: white; }
form .styled-select select {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  background: transparent;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 46px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none; }
form .gform_footer {
  text-align: center; }
form .button {
  text-align: center;
  padding: 15px 100px; }

.support-redirect {
  background: url(../../images/supp-contact.png) no-repeat right bottom #f1f1f1;
  padding: 35px 175px;
  text-align: center;
  margin-bottom: 60px; }
  .support-redirect h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    font-size: 1.75rem; }
  .support-redirect .button {
    text-transform: none; }

.page-template-pages_careers-php .career-intro {
  background: #ededed;
  padding: 60px 20px 45px;
  margin-bottom: 25px; }
.page-template-pages_careers-php .careers .row {
  padding-bottom: 50px; }
  .page-template-pages_careers-php .careers .row h2 a {
    color: #303232; }
    .page-template-pages_careers-php .careers .row h2 a:hover {
      color: #d1db2d; }

.single-careers .careers-redirect {
  padding-bottom: 35px;
  display: block; }

.page-template-pages_support-contact-php .gform_wrapper {
  padding-bottom: 60px; }
  .page-template-pages_support-contact-php .gform_wrapper .gfield_required {
    display: none; }
  .page-template-pages_support-contact-php .gform_wrapper .gform_footer {
    padding: 25px 0px; }
.page-template-pages_support-contact-php .contact-support-form {
  position: static;
  width: 50%;
  margin: 0 auto; }

.gform_confirmation_wrapper {
  padding-bottom: 50px;
  font-weight: bold; }

.search #content {
  padding: 60px 15px; }
  .search #content .post-meta {
    text-align: center; }
    .search #content .post-meta time {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem;
      color: #303232; }
      .search #content .post-meta time span {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        font-size: 1.375rem;
        color: #303232;
        display: block; }
  .search #content article {
    padding-bottom: 50px; }
    .search #content article h2 a {
      color: #303232; }
      .search #content article h2 a:hover {
        color: #d1db2d; }
    .search #content article .read-more {
      display: block; }

.tax-product_cat .product-categories {
  margin-bottom: 40px; }
  .tax-product_cat .product-categories .product-category {
    text-align: center; }
    .tax-product_cat .product-categories .product-category img {
      display: block;
      margin: auto;
      margin-bottom: 20px; }
    .tax-product_cat .product-categories .product-category a {
      background: none;
      padding: 0 1px;
      color: #303232;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem; }
      .tax-product_cat .product-categories .product-category a:hover {
        background: none;
        color: #d1db2d; }
.tax-product_cat .product-featured {
  background: #f4f4f4;
  padding: 30px 0px;
  position: relative;
  min-height: 300px; }
.tax-product_cat .prodcuts-wrapper {
  padding: 45px 0px; }
  .tax-product_cat .prodcuts-wrapper .products .product {
    padding-bottom: 40px; }
    .tax-product_cat .prodcuts-wrapper .products .product h3 {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      font-size: 1.5rem;
      color: #303232; }
    .tax-product_cat .prodcuts-wrapper .products .product .button {
      background: none;
      color: #d1db2d;
      padding: 15px 0px;
      text-decoration: underline; }
      .tax-product_cat .prodcuts-wrapper .products .product .button:hover {
        background: none;
        text-decoration: none; }

.single-product .product-categories {
  margin-bottom: 40px; }
  .single-product .product-categories .product-category {
    text-align: center; }
    .single-product .product-categories .product-category img {
      display: block;
      margin: auto;
      margin-bottom: 20px; }
    .single-product .product-categories .product-category a {
      background: none;
      padding: 0 1px;
      color: #303232;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem; }
      .single-product .product-categories .product-category a:hover {
        background: none;
        color: #d1db2d; }
.single-product .summary-height > .row {
  position: relative;
  padding-bottom: 30px; }
  .single-product .summary-height > .row > .columns-6 {
    position: relative; }
    .single-product .summary-height > .row > .columns-6::after {
      content: '';
      display: block;
      width: 217px;
      height: 235px;
      background-repeat: no-repeat;
      position: absolute;
      bottom: 0;
      right: 0; }
.single-product .summary .product-summary .single_add_to_cart_button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  background: #d1db2d;
  padding: 15px 20px;
  color: #303232;
  border: none;
  box-shadow: none; }
  .single-product .summary .product-summary .single_add_to_cart_button:hover {
    background: #adb61f; }
.single-product .summary .product-summary .price span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem; }
.single-product .summary .product-summary .cart input {
  height: 50px;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #747474;
  background: #f4f4f4;
  width: 100% !important;
  max-width: 200px;
  margin-bottom: 25px; }
.single-product .summary .product-summary .variations {
  width: 80%; }
  .single-product .summary .product-summary .variations select {
    width: 100%; }
  .single-product .summary .product-summary .variations .reset_variations {
    display: block;
    padding-top: 20px; }
.single-product .summary .product-summary .sku_wrapper {
  display: block;
  padding-top: 20px; }
.single-product .evaluation-button-wrap {
  text-align: center;
  padding: 0 0 60px; }
.single-product .tabs .slider-thumbs li {
  text-align: center;
  background: white;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #303232;
  border: 1px solid #747474;
  margin-bottom: 1px;
  padding: 25px 0px;
  clear: none; }
.single-product .tabs .slider-thumbs .flex-active {
  background: rgba(0, 0, 0, 0.4);
  color: #d1db2d; }
.single-product .tabs .tab-slider {
  border: none;
  margin-bottom: 0; }
  .single-product .tabs .tab-slider .included-product {
    padding: 25px 0px; }
    .single-product .tabs .tab-slider .included-product:nth-child(even) {
      background: #f4f4f4; }
  .single-product .tabs .tab-slider .related-product h4 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem; }
    .single-product .tabs .tab-slider .related-product h4 a {
      color: #125071; }
  .single-product .tabs .tab-slider .related-product .read-more {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem; }

.woocommerce-breadcrumb {
  padding-top: 25px;
  padding-bottom: 60px; }

.woocommerce-pagination {
  text-align: center;
  padding: 25px 0px; }
  .woocommerce-pagination .page-numbers {
    list-style: none; }
    .woocommerce-pagination .page-numbers li {
      display: inline-block;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      font-size: 1rem; }
      .woocommerce-pagination .page-numbers li a {
        color: #303232;
        padding: 10px; }
        .woocommerce-pagination .page-numbers li a:hover {
          color: #d1db2d; }
      .woocommerce-pagination .page-numbers li .current {
        color: #d1db2d;
        background: #303232;
        padding: 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }

.product-cat-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 150px;
  margin: 0 auto 20px;
  width: 150px; }
  .product-cat-image img {
    position: absolute;
    top: 0;
    left: 0; }
    .product-cat-image img.thumbnail {
      z-index: 10; }
    .product-cat-image img.hover {
      z-index: 1; }

.woocommerce-message, .woocommerce-info, .woocommerce-error {
  padding: 15px; }

.woocommerce-account .entry-title {
  display: none; }
.woocommerce-account .login-wrapper {
  background: #303232;
  padding: 45px 80px;
  margin-bottom: 60px; }
  .woocommerce-account .login-wrapper h2 {
    color: white;
    text-align: center;
    padding-bottom: 35px; }
  .woocommerce-account .login-wrapper form label {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: white; }
  .woocommerce-account .login-wrapper form .button {
    padding: 15px 60px;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 15px; }
  .woocommerce-account .login-wrapper form .inline {
    display: inline-block;
    float: right;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem; }
  .woocommerce-account .login-wrapper form .lost_password {
    text-align: center; }
.woocommerce-account .addresses .address {
  padding-bottom: 25px; }
  .woocommerce-account .addresses .address .title h3 {
    display: inline-block; }
  .woocommerce-account .addresses .address .title a {
    display: inline-block; }
.woocommerce-account .save_account_details {
  padding: 25px 0px; }
.woocommerce-account .forgot-button {
  display: block;
  clear: both;
  padding-bottom: 45px; }
.woocommerce-account .forgot-input {
  width: 100%; }

.woocommerce-cart .shop_table {
  border: none; }
  .woocommerce-cart .shop_table tr th {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    color: #125071; }
  .woocommerce-cart .shop_table tr .product-quantity {
    text-align: center; }
  .woocommerce-cart .shop_table tr .actions .coupon label {
    color: #125071;
    display: inline-block;
    padding-top: 10px; }
  .woocommerce-cart .shop_table tr .actions .coupon input {
    max-width: 150px;
    display: inline-block;
    height: 46px; }
  .woocommerce-cart .shop_table tr .actions .coupon .button {
    background: #125071;
    color: white;
    display: inline-block; }
  .woocommerce-cart .shop_table tr .actions > .button {
    background: #303232;
    color: #d1db2d; }
  .woocommerce-cart .shop_table tr .actions .checkout-button {
    background: #d1db2d;
    color: #303232; }
.woocommerce-cart .cart-collaterals {
  padding-bottom: 35px; }
  .woocommerce-cart .cart-collaterals table {
    float: right; }
    .woocommerce-cart .cart-collaterals table th {
      width: 50%;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 300; }
    .woocommerce-cart .cart-collaterals table td {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 300; }
    .woocommerce-cart .cart-collaterals table .order-total {
      border-top: 1px solid #747474; }
      .woocommerce-cart .cart-collaterals table .order-total th {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: uppercase;
        border-top: 1px solid #747474;
        vertical-align: top;
        padding-top: 15px; }
      .woocommerce-cart .cart-collaterals table .order-total td {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.125rem;
        border-top: 1px solid #747474;
        text-align: center;
        padding-top: 15px; }
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    display: none; }

.woocommerce-checkout .styled-select {
  display: none; }
.woocommerce-checkout .select2-choice {
  border: 1px solid #747474;
  background: white;
  width: 250px;
  height: 45px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  margin-top: 2px;
  background-color: white; }
.woocommerce-checkout .select2-chosen {
  padding-top: 5px; }
.woocommerce-checkout #payment {
  background: none;
  margin-bottom: 60px; }
.woocommerce-checkout .customer_details tr:first-child td {
  border-top: none; }
.woocommerce-checkout .addresses address {
  padding-bottom: 25px; }

.pagination {
  text-align: center; }
  .pagination li a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    color: #303232;
    padding: 5px 10px; }
  .pagination .current a {
    background: #303232;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #d1db2d; }
  .pagination .prev {
    vertical-align: middle; }
    .pagination .prev a {
      font-size: 0;
      background: url(../../images/prev.png) no-repeat;
      width: 15px;
      height: 15px;
      background-position: center;
      display: block;
      padding: 0; }
  .pagination .next {
    vertical-align: middle; }
    .pagination .next a {
      font-size: 0;
      background: url(../../images/next.png) no-repeat;
      width: 15px;
      height: 15px;
      background-position: center;
      display: block;
      padding: 0; }

.category-list {
  margin-top: 50px; }
  .category-list li {
    padding: 0 0 1px; }
    .category-list li a {
      width: 100%;
      border-radius: 0;
      text-align: center;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 25px 20px;
      background: none;
      border-top: 1px solid #414141;
      border-bottom: 1px solid #414141;
      border-left: 1px solid #414141; }
      .category-list li a:hover {
        background: #414141;
        color: #d1db2d; }
    .category-list li:last-of-type a {
      border-right: 1px solid #414141; }
    .category-list li .active {
      background: #414141;
      color: #d1db2d; }
    .category-list li:nth-child(n+5) a {
      border-top: none; }
    .category-list li:nth-child(4n) a {
      border-right: 1px solid #414141; }

.blog .page-banner, .search .page-banner, .archive .page-banner {
  margin-bottom: 0; }
.blog article, .search article, .archive article {
  padding: 20px 0px;
  border-bottom: 1px solid #f4f4f4; }
  .blog article .post-meta, .search article .post-meta, .archive article .post-meta {
    text-align: center;
    line-height: 1em;
    padding: 5px 5px 10px;
    border: 10px solid #747474;
    border-radius: 50%;
    margin-top: 48px;
    max-width: 70px;
    max-height: 70px;
    min-width: 70px; }
    .blog article .post-meta time, .search article .post-meta time, .archive article .post-meta time {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem;
      color: #d1db2d; }
      .blog article .post-meta time span, .search article .post-meta time span, .archive article .post-meta time span {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        font-size: 1.375rem;
        color: #d1db2d;
        display: block; }
  .blog article h2, .search article h2, .archive article h2 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 15px; }
    .blog article h2 a, .search article h2 a, .archive article h2 a {
      color: #125071; }
  .blog article .read-more, .search article .read-more, .archive article .read-more {
    display: block; }
  .blog article:last-child, .search article:last-child, .archive article:last-child {
    border: none; }
  .blog article .mobile-date, .search article .mobile-date, .archive article .mobile-date {
    display: none;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: .05em; }
    .blog article .mobile-date span, .search article .mobile-date span, .archive article .mobile-date span {
      margin-left: 5px; }
.blog .site-footer, .search .site-footer, .archive .site-footer {
  margin-top: 60px; }

.single-post .post-intro {
  padding-top: 30px; }
  .single-post .post-intro .featured-image {
    display: block;
    float: right;
    max-width: 360px;
    padding-left: 15px;
    padding-bottom: 15px; }
  .single-post .post-intro ul a {
    text-decoration: underline; }
.single-post img {
  padding-bottom: 30px; }
.single-post h2 {
  color: #125071; }
.single-post .entry-date {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem; }
.single-post .back-nav-wrapper {
  padding: 15px 25px;
  background: #f4f4f4;
  margin-bottom: 25px; }
  .single-post .back-nav-wrapper .social-sharing {
    display: inline-block;
    padding-top: 10px; }
    .single-post .back-nav-wrapper .social-sharing .share-label {
      display: inline-block;
      font-weight: bold;
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase;
      margin-right: 15px;
      padding-bottom: 0; }
    .single-post .back-nav-wrapper .social-sharing ul {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin: 0;
      list-style: none; }
    .single-post .back-nav-wrapper .social-sharing li {
      display: inline-block;
      vertical-align: bottom; }
      .single-post .back-nav-wrapper .social-sharing li + li {
        margin-left: 15px; }
    .single-post .back-nav-wrapper .social-sharing a {
      display: block;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 28px;
      color: #115071; }
      .single-post .back-nav-wrapper .social-sharing a:hover {
        color: #747474; }
  .single-post .back-nav-wrapper .back-to {
    float: right;
    color: #115071;
    font-weight: bold;
    padding-top: 15px;
    text-decoration: none; }
.single-post .navigation-post {
  padding: 15px 0;
  margin-bottom: 20px; }
  .single-post .navigation-post:after {
    content: "";
    display: table;
    clear: both; }
  .single-post .navigation-post a {
    text-decoration: none;
    font-weight: 500;
    line-height: 1.3;
    color: #125071; }
  .single-post .navigation-post .nav-previous {
    position: relative;
    max-width: 33.3333333333%;
    float: left;
    padding-left: 25px; }
    .single-post .navigation-post .nav-previous:before {
      content: "";
      border: 5px solid transparent;
      border-right-color: #747474;
      position: absolute;
      display: block;
      top: 5px;
      left: 0; }
  .single-post .navigation-post .nav-next {
    position: relative;
    max-width: 33.3333333333%;
    float: right;
    text-align: right;
    padding-right: 25px; }
    .single-post .navigation-post .nav-next:before {
      content: "";
      border: 5px solid transparent;
      border-left-color: #747474;
      position: absolute;
      display: block;
      top: 5px;
      right: 0; }

.single-content-offers .landing-banner,
.page-template-pages_landing-php .landing-banner {
  padding: 120px 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 721px; }
.single-content-offers .banner-content,
.page-template-pages_landing-php .banner-content {
  overflow: hidden; }
  .single-content-offers .banner-content h1, .single-content-offers .banner-content h3, .single-content-offers .banner-content p,
  .page-template-pages_landing-php .banner-content h1,
  .page-template-pages_landing-php .banner-content h3,
  .page-template-pages_landing-php .banner-content p {
    color: white; }
  .single-content-offers .banner-content h1, .single-content-offers .banner-content p,
  .page-template-pages_landing-php .banner-content h1,
  .page-template-pages_landing-php .banner-content p {
    padding-bottom: 0; }
  .single-content-offers .banner-content h1,
  .page-template-pages_landing-php .banner-content h1 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.5; }
  .single-content-offers .banner-content h3,
  .page-template-pages_landing-php .banner-content h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .single-content-offers .banner-content .landing-border,
  .page-template-pages_landing-php .banner-content .landing-border {
    position: relative;
    background: url(../../images/landing_hr_bg.png) no-repeat center;
    background-size: contain;
    border: none;
    display: block;
    margin: 15px auto;
    width: 16px;
    height: 16px; }
    .single-content-offers .banner-content .landing-border:before, .single-content-offers .banner-content .landing-border:after,
    .page-template-pages_landing-php .banner-content .landing-border:before,
    .page-template-pages_landing-php .banner-content .landing-border:after {
      content: '';
      position: absolute;
      border-bottom: 1px solid white;
      width: 1850%; }
    .single-content-offers .banner-content .landing-border:before,
    .page-template-pages_landing-php .banner-content .landing-border:before {
      top: 50%;
      right: 150%; }
    .single-content-offers .banner-content .landing-border:after,
    .page-template-pages_landing-php .banner-content .landing-border:after {
      top: 50%;
      left: 150%; }
.single-content-offers .banner-form,
.page-template-pages_landing-php .banner-form {
  position: relative; }
  .single-content-offers .banner-form .form-wrap,
  .page-template-pages_landing-php .banner-form .form-wrap {
    position: absolute;
    top: -30px;
    left: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden; }
  .single-content-offers .banner-form .form-heading,
  .page-template-pages_landing-php .banner-form .form-heading {
    background-color: #d1db2d;
    padding: 25px 0;
    text-align: center; }
    .single-content-offers .banner-form .form-heading h2,
    .page-template-pages_landing-php .banner-form .form-heading h2 {
      font-size: 40px;
      font-size: 2.5rem;
      font-weight: 400;
      padding-bottom: 5px; }
    .single-content-offers .banner-form .form-heading h3,
    .page-template-pages_landing-php .banner-form .form-heading h3 {
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: 400;
      padding-bottom: 0; }
  .single-content-offers .banner-form .form-body,
  .page-template-pages_landing-php .banner-form .form-body {
    border: 10px solid white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .single-content-offers .banner-form .form-body .gform_heading,
    .single-content-offers .banner-form .form-body .validation_error,
    .page-template-pages_landing-php .banner-form .form-body .gform_heading,
    .page-template-pages_landing-php .banner-form .form-body .validation_error {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 10px 10px 0; }
    .single-content-offers .banner-form .form-body .gform_body,
    .page-template-pages_landing-php .banner-form .form-body .gform_body {
      padding: 30px; }
      .single-content-offers .banner-form .form-body .gform_body .gfield_required,
      .page-template-pages_landing-php .banner-form .form-body .gform_body .gfield_required {
        color: red; }
      .single-content-offers .banner-form .form-body .gform_body .gfield_html_formatted p,
      .page-template-pages_landing-php .banner-form .form-body .gform_body .gfield_html_formatted p {
        padding: 15px 0; }
        .single-content-offers .banner-form .form-body .gform_body .gfield_html_formatted p a,
        .page-template-pages_landing-php .banner-form .form-body .gform_body .gfield_html_formatted p a {
          color: green;
          text-decoration: underline; }
          .single-content-offers .banner-form .form-body .gform_body .gfield_html_formatted p a:hover,
          .page-template-pages_landing-php .banner-form .form-body .gform_body .gfield_html_formatted p a:hover {
            text-decoration: none; }
      .single-content-offers .banner-form .form-body .gform_body #field_3_12 > label,
      .page-template-pages_landing-php .banner-form .form-body .gform_body #field_3_12 > label {
        display: none; }
    .single-content-offers .banner-form .form-body .gform_footer,
    .page-template-pages_landing-php .banner-form .form-body .gform_footer {
      padding-bottom: 20px; }
    .single-content-offers .banner-form .form-body .gform_confirmation_wrapper,
    .page-template-pages_landing-php .banner-form .form-body .gform_confirmation_wrapper {
      padding: 10px 30px 20px; }
    .single-content-offers .banner-form .form-body form textarea,
    .page-template-pages_landing-php .banner-form .form-body form textarea {
      border: 1px solid #c2c2c2;
      background: white; }
    .single-content-offers .banner-form .form-body form input[type="text"], .single-content-offers .banner-form .form-body form input[type="email"], .single-content-offers .banner-form .form-body form input[type="tel"], .single-content-offers .banner-form .form-body form input[type="password"],
    .page-template-pages_landing-php .banner-form .form-body form input[type="text"],
    .page-template-pages_landing-php .banner-form .form-body form input[type="email"],
    .page-template-pages_landing-php .banner-form .form-body form input[type="tel"],
    .page-template-pages_landing-php .banner-form .form-body form input[type="password"] {
      border: 1px solid #c2c2c2;
      background: #f4f4f4; }
.single-content-offers .content-area,
.page-template-pages_landing-php .content-area {
  padding: 40px 80px; }
  .single-content-offers .content-area h2, .single-content-offers .content-area h3, .single-content-offers .content-area h4,
  .page-template-pages_landing-php .content-area h2,
  .page-template-pages_landing-php .content-area h3,
  .page-template-pages_landing-php .content-area h4 {
    font-weight: 700;
    padding-bottom: 15px; }
  .single-content-offers .content-area .button,
  .page-template-pages_landing-php .content-area .button {
    padding: 20px 55px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700; }
    .single-content-offers .content-area .button .dl-icon,
    .page-template-pages_landing-php .content-area .button .dl-icon {
      display: inline-block;
      height: 22px;
      width: 21px;
      background: url(../../images/download-icon.png) no-repeat center;
      vertical-align: middle; }
.single-content-offers .secondary-content,
.page-template-pages_landing-php .secondary-content {
  padding-top: 280px; }
.single-content-offers .requirements-list,
.page-template-pages_landing-php .requirements-list {
  background: #f1f1f1;
  padding: 20px; }
  .single-content-offers .requirements-list .checklist-title,
  .page-template-pages_landing-php .requirements-list .checklist-title {
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding-bottom: 25px; }
  .single-content-offers .requirements-list ul li,
  .page-template-pages_landing-php .requirements-list ul li {
    padding-bottom: 10px;
    line-height: 1.5;
    list-style-image: url(../../images/bullet.png); }
.single-content-offers .resources-section,
.page-template-pages_landing-php .resources-section {
  background-color: #115071;
  padding-bottom: 40px; }
.single-content-offers .resources-intro,
.page-template-pages_landing-php .resources-intro {
  padding: 50px 0 20px;
  text-align: center; }
  .single-content-offers .resources-intro img,
  .page-template-pages_landing-php .resources-intro img {
    display: inline-block;
    margin-bottom: 20px; }
  .single-content-offers .resources-intro p,
  .page-template-pages_landing-php .resources-intro p {
    color: white;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
.single-content-offers .resource-list,
.page-template-pages_landing-php .resource-list {
  display: none;
  margin-top: 30px; }
  .single-content-offers .resource-list > li,
  .page-template-pages_landing-php .resource-list > li {
    background: white;
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 0 #d4d4d4;
    -moz-box-shadow: 0 3px 0 #d4d4d4;
    box-shadow: 0 3px 0 #d4d4d4; }
  .single-content-offers .resource-list .content-holder,
  .page-template-pages_landing-php .resource-list .content-holder {
    padding: 30px 40px;
    position: relative; }
    .single-content-offers .resource-list .content-holder h4,
    .page-template-pages_landing-php .resource-list .content-holder h4 {
      font-family: "proxima-nova", sans-serif;
      font-weight: 500;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.25; }
      .single-content-offers .resource-list .content-holder h4 a,
      .page-template-pages_landing-php .resource-list .content-holder h4 a {
        color: #303232; }
        .single-content-offers .resource-list .content-holder h4 a:hover,
        .page-template-pages_landing-php .resource-list .content-holder h4 a:hover {
          color: #303232;
          text-decoration: underline; }
    .single-content-offers .resource-list .content-holder p,
    .page-template-pages_landing-php .resource-list .content-holder p {
      font-size: 16px;
      font-size: 1rem; }
    .single-content-offers .resource-list .content-holder a.read-more,
    .page-template-pages_landing-php .resource-list .content-holder a.read-more {
      font-family: "proxima-nova", sans-serif;
      font-weight: 700; }
    .single-content-offers .resource-list .content-holder.has-image:before,
    .page-template-pages_landing-php .resource-list .content-holder.has-image:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
.single-content-offers .resource-toggle-holder,
.page-template-pages_landing-php .resource-toggle-holder {
  text-align: center; }
.single-content-offers .resource-toggle .triangle,
.page-template-pages_landing-php .resource-toggle .triangle {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: middle; }
.single-content-offers .resource-toggle.open .triangle,
.page-template-pages_landing-php .resource-toggle.open .triangle {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }
.single-content-offers .callout-section,
.page-template-pages_landing-php .callout-section {
  padding: 100px 0; }
  .single-content-offers .callout-section .callout-wrapper,
  .page-template-pages_landing-php .callout-section .callout-wrapper {
    background: white;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    padding: 70px 0; }
  .single-content-offers .callout-section .callout-content,
  .page-template-pages_landing-php .callout-section .callout-content {
    text-align: center; }
    .single-content-offers .callout-section .callout-content h3,
    .page-template-pages_landing-php .callout-section .callout-content h3 {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 32px;
      font-size: 2rem; }
    .single-content-offers .callout-section .callout-content p,
    .page-template-pages_landing-php .callout-section .callout-content p {
      font-family: "proxima-nova", sans-serif;
      font-weight: 300;
      font-size: 22px;
      font-size: 1.375rem; }

.page-template-_support-dev .term-nav-list {
  border: 2px solid #313232;
  margin: 35px 0 60px; }
  .page-template-_support-dev .term-nav-list li {
    border-left: 1px solid #313232;
    border-right: 1px solid #313232;
    text-align: center; }
    .page-template-_support-dev .term-nav-list li:first-child {
      border-left: none; }
    .page-template-_support-dev .term-nav-list li:last-child {
      border-right: none; }
    .page-template-_support-dev .term-nav-list li a {
      display: block;
      color: #313232;
      font-family: "proxima-nova", sans-serif;
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 20px 0;
      text-transform: uppercase; }
    .page-template-_support-dev .term-nav-list li:hover {
      background: #313232; }
      .page-template-_support-dev .term-nav-list li:hover a {
        color: #d1db2d; }
.page-template-_support-dev .product-row {
  border-top: 1px solid #eaeaea;
  padding-bottom: 40px;
  text-align: center; }
  .page-template-_support-dev .product-row h2 {
    padding: 40px 0; }
  .page-template-_support-dev .product-row .product-name a {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    color: #313232;
    padding-top: 20px;
    text-transform: uppercase; }
  .page-template-_support-dev .product-row .top-button {
    border-radius: 0;
    background: #303232;
    color: white;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 15px; }

.single-docs h2, .single-docs h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700; }
.single-docs h2 {
  font-size: 28px;
  font-size: 1.75rem; }
.single-docs h3 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #125071; }
.single-docs .page-banner {
  margin-bottom: 40px; }
.single-docs .support-heading {
  border-bottom: 1px solid #e2e2e2;
  padding-top: 80px;
  padding-bottom: 15px;
  margin-bottom: 25px; }
.single-docs .callout {
  text-align: center;
  border: 10px solid #f1f1f1;
  border-radius: 15px;
  padding: 20px 30px; }
  .single-docs .callout .callout-title {
    display: inline-block;
    font-size: 28px;
    font-size: 1.75rem;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700; }
  .single-docs .callout p {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-weight: 300;
    padding: 20px 0; }
.single-docs .select-wrap {
  text-align: center; }
  .single-docs .select-wrap > span {
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 200;
    padding-bottom: 5px; }
  .single-docs .select-wrap .custom-select {
    width: 100%; }
    .single-docs .select-wrap .custom-select label {
      display: inline-block;
      margin-bottom: 5px; }
  .single-docs .select-wrap select.cs-select {
    display: none; }
  .single-docs .select-wrap div.cs-select {
    margin-bottom: 15px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 100;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .single-docs .select-wrap div.cs-select:focus {
      outline: none; }
    .single-docs .select-wrap div.cs-select.cs-active {
      z-index: 200; }
    .single-docs .select-wrap div.cs-select span {
      cursor: pointer;
      display: block;
      overflow: hidden;
      position: relative;
      padding: 10px;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .single-docs .select-wrap div.cs-select > span {
      background: #d1db2d;
      border-radius: 5px;
      color: #303232;
      font-size: 19px;
      font-size: 1.1875rem;
      font-family: "proxima-nova", sans-serif;
      font-weight: 700;
      font-weight: 700;
      text-align: center; }
      .single-docs .select-wrap div.cs-select > span:after {
        content: '\25BE';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        right: 15px;
        speak: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%; }
    .single-docs .select-wrap div.cs-select.cs-active > span:after {
      -webkit-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
  .single-docs .select-wrap .cs-options {
    background: #dfe66e;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 100%; }
    .single-docs .select-wrap .cs-options ul {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%; }
    .single-docs .select-wrap .cs-options li.cs-selected, .single-docs .select-wrap .cs-options li:hover {
      background: #d1db2d;
      color: white; }
  .single-docs .select-wrap .cs-active .cs-options {
    visibility: visible; }
.single-docs .callout-wrapper {
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px; }
  .single-docs .callout-wrapper .link-list li {
    list-style-image: url(../../images/link-list-image.png); }
  .single-docs .callout-wrapper .link-list a {
    text-decoration: underline; }
    .single-docs .callout-wrapper .link-list a:hover {
      text-decoration: none;
      color: #125071; }
.single-docs .accordion {
  padding-bottom: 4px; }
  .single-docs .accordion h5 {
    padding-bottom: 15px; }
  .single-docs .accordion .title {
    background: #bcbec0;
    cursor: pointer;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 0px;
    position: relative;
    padding-top: 12px;
    padding-right: 45px;
    padding-bottom: 12px;
    padding-left: 20px; }
    .single-docs .accordion .title:after {
      font-size: 32px;
      font-size: 2rem;
      content: '+';
      font-weight: 700;
      position: absolute;
      top: 5px;
      right: 10px;
      text-align: center;
      width: 25px; }
  .single-docs .accordion .content {
    display: none; }
    .single-docs .accordion .content p:last-child {
      padding-bottom: 0; }
  .single-docs .accordion .active .title {
    position: relative;
    background: #d1db2d; }
    .single-docs .accordion .active .title:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }
  .single-docs .accordion .active .content {
    background: #f5f5f5;
    display: block;
    padding: 20px; }
    .single-docs .accordion .active .content ul li {
      list-style-image: url(../../images/link-list-image.png); }
      .single-docs .accordion .active .content ul li a {
        text-decoration: underline; }
        .single-docs .accordion .active .content ul li a:hover {
          text-decoration: none;
          color: #125071; }
.single-docs .docs-navigation nav > ul {
  margin-left: 0; }
  .single-docs .docs-navigation nav > ul > li > a {
    background: #bcbec0;
    font-weight: 700; }
  .single-docs .docs-navigation nav > ul > li.current_page_item > a {
    background: #d1db2d; }
  .single-docs .docs-navigation nav > ul > li.current_page_ancestor > a {
    background: #d1db2d; }
.single-docs .docs-navigation nav ul {
  list-style: none; }
.single-docs .docs-navigation nav li + li {
  margin-top: 2px; }
.single-docs .docs-navigation nav li a {
  font-size: 20px;
  font-size: 1.25rem;
  background: #f1f1f1;
  color: #303232;
  display: block;
  line-height: 1;
  padding: 10px 0px 10px 25px;
  text-decoration: none; }
  .single-docs .docs-navigation nav li a:hover {
    background: #dddede; }
  .single-docs .docs-navigation nav li a .nav-link-wrap {
    position: relative;
    display: inline-block; }
.single-docs .docs-navigation nav li .children {
  padding-bottom: 0;
  margin-left: 0;
  display: none; }
  .single-docs .docs-navigation nav li .children li {
    margin-top: 2px; }
    .single-docs .docs-navigation nav li .children li a {
      padding-left: 35px; }
  .single-docs .docs-navigation nav li .children .children li a {
    padding-left: 50px; }
  .single-docs .docs-navigation nav li .children .children li .children li a {
    padding-left: 65px; }
  .single-docs .docs-navigation nav li .children .children li .children li .children li a {
    padding-left: 80px; }
  .single-docs .docs-navigation nav li .children .children li .children li .children li .children li a {
    padding-left: 95px; }
  .single-docs .docs-navigation nav li .children .children li a:before {
    left: 15px; }
.single-docs .docs-navigation nav li.current_page_item > a {
  background: #dddede; }
.single-docs .docs-navigation nav li.current_page_item > .children {
  display: block; }
.single-docs .docs-navigation nav li.page_item_has_children:hover .children, .single-docs .docs-navigation nav li.current_page_ancestor .children {
  display: block; }
.single-docs .docs-navigation nav li.page_item_has_children > a span:before {
  content: '▸';
  position: absolute;
  top: 0;
  left: -15px; }
.single-docs .docs-navigation nav li.page_item_has_children:hover > a span:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg); }
.single-docs .docs-navigation nav li.current_page_ancestor > a span:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg); }
.single-docs .related-articles {
  background: #f5f5f5;
  padding: 20px; }
  .single-docs .related-articles span {
    display: inline-block;
    color: #808285;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding-bottom: 15px; }
  .single-docs .related-articles a {
    color: #303232;
    text-decoration: underline; }
    .single-docs .related-articles a:hover {
      color: #303232;
      text-decoration: none; }
.single-docs .site-footer {
  margin-top: 110px; }

.page-template-pages_contact-php .gf-contact-form-wrap {
  max-width: 452px;
  margin: 0 auto;
  padding-bottom: 50px; }
.page-template-pages_contact-php .contact-info-wrap {
  border-top: 1px solid #e2e2e2;
  padding: 50px 0 50px; }
  .page-template-pages_contact-php .contact-info-wrap h3 {
    font-weight: 700; }
  .page-template-pages_contact-php .contact-info-wrap .numbers {
    list-style: none;
    margin: 0; }
    .page-template-pages_contact-php .contact-info-wrap .numbers > li {
      zoom: 1;
      width: 100%; }
      .page-template-pages_contact-php .contact-info-wrap .numbers > li:before {
        content: '';
        display: block; }
      .page-template-pages_contact-php .contact-info-wrap .numbers > li:after {
        content: '';
        display: table;
        clear: both; }
      .page-template-pages_contact-php .contact-info-wrap .numbers > li span {
        float: left; }
      .page-template-pages_contact-php .contact-info-wrap .numbers > li .label {
        width: 27%;
        font-weight: 700; }
      .page-template-pages_contact-php .contact-info-wrap .numbers > li .number {
        width: 73%; }

.error404 .entry-title {
  font-size: 132px;
  font-size: 8.25rem;
  text-align: center; }
.error404 .entry-content {
  text-align: center;
  padding: 40px 0; }
  .error404 .entry-content p {
    font-size: 36px;
    font-size: 2.25rem;
    font-style: italic;
    line-height: 72px; }
.error404 .s404 input[type=search] {
  display: block;
  width: 50%;
  max-width: 100%;
  padding: 10px 20px;
  margin: 0 auto 30px; }
.error404 .s404 input[type=submit] {
  width: 100%;
  max-width: 100px; }

.double-full-width {
  position: relative; }
  .double-full-width:before, .double-full-width:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%; }
  .double-full-width:before {
    background: #115071;
    left: 0; }
  .double-full-width:after {
    background: #154865;
    right: 0; }
  .double-full-width .row {
    overflow: hidden; }
  .double-full-width [class*="columns-"] {
    padding-top: 15px;
    position: relative;
    z-index: 1; }
    .double-full-width [class*="columns-"]:first-child {
      background: #115071;
      margin-bottom: -4000px;
      padding-bottom: 4000px; }
    .double-full-width [class*="columns-"]:last-child {
      background: #154865; }
  .double-full-width p {
    color: white; }

@media screen and (max-width: 767px) {
  .double-full-width [class*="columns-"] {
    position: static;
    width: 100%;
    position: relative; } }
.blog-search-holder {
  padding: 35px 0;
  background: #f1f1f1;
  margin-bottom: 60px; }
  .blog-search-holder .keyword-column,
  .blog-search-holder .resource-types-column,
  .blog-search-holder .resource-topics-column,
  .blog-search-holder .resource-languages-column,
  .blog-search-holder .keyword-column,
  .blog-search-holder .postdate-column,
  .blog-search-holder .tags-column {
    padding-left: 5px;
    padding-right: 5px; }
  .blog-search-holder .submit-column {
    padding-left: 5px; }
  .blog-search-holder label {
    display: block;
    margin-bottom: 5px; }
  .blog-search-holder input[type='text'], .blog-search-holder select {
    height: 50px; }
  .blog-search-holder .styled-select {
    background-color: transparent; }
  .blog-search-holder .button {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    border: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    position: relative;
    overflow: visible;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    color: #303232;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 15px 30px;
    background: #d1db2d;
    min-width: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 25px; }
    .blog-search-holder .button:hover {
      background: #adb61f; }

.blog-category-lists {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
  font-size: 0; }
  .blog-category-lists li {
    display: inline-block;
    margin-left: -2px;
    margin-top: -2px; }
    .blog-category-lists li:nth-child(2) a {
      -webkit-border-radius: 3px 0 0 3px;
      -moz-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
    .blog-category-lists li:last-child a {
      -webkit-border-radius: 0 3px 3px 0;
      -moz-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
  .blog-category-lists a {
    display: block;
    padding: 10px 30px;
    border: 2px solid #f4f4f4;
    text-transform: uppercase;
    font-weight: bold;
    color: #303232;
    font-size: 14px;
    font-size: 0.875rem; }
    .blog-category-lists a:hover, .blog-category-lists a.active {
      background: #747474;
      color: #d1db2d; }
  .blog-category-lists .all a {
    border: none;
    width: 80px;
    text-align: center;
    padding: 10px 0;
    margin-right: 15px; }
    .blog-category-lists .all a:hover, .blog-category-lists .all a.active {
      background: none;
      color: #303232; }

.tags {
  font-size: 14px;
  font-size: 0.875rem;
  clear: both; }
  .tags a {
    margin-left: 5px;
    font-size: 16px;
    font-size: 1rem; }

.tags-title {
  font-weight: bold;
  text-transform: uppercase; }

.author-block {
  padding: 25px 0; }
  .author-block .author-headshot {
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 0;
    padding-bottom: -webkit-calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 5px solid #787878;
    overflow: hidden; }
  .author-block img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-bottom: 0; }
  .author-block .read-more {
    text-decoration: none; }

.author-meta {
  padding-top: 5px;
  padding-bottom: 5px; }

.author-name {
  font-size: 22px;
  font-size: 1.375rem;
  color: #115071;
  font-weight: bold;
  padding-bottom: 10px; }

.author-bio {
  min-height: 15px; }

.realted-article {
  background: #f4f4f4;
  padding: 50px 0; }
  .realted-article h2 {
    text-align: center;
    color: #303232; }
  .realted-article .blog-wrap {
    background: white;
    padding: 20px; }
  .realted-article h5 {
    line-height: 1.5;
    font-weight: bold; }
    .realted-article h5 a {
      color: #303232; }
      .realted-article h5 a:hover {
        color: #d1db2d; }

.content-offer-modal-container {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999; }

.content-offer-modal {
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  margin: 0 auto;
  max-width: 850px;
  padding: 50px 55px 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%; }
  .content-offer-modal ul.gform_fields {
    margin: 0 -5px; }
  .content-offer-modal .ginput_container input,
  .content-offer-modal .ginput_container textarea {
    margin: 0; }
  .content-offer-modal form .gform_footer {
    text-align: left; }
  .content-offer-modal form input[type="submit"] {
    padding: 15px 30px 11px;
    max-width: 270px;
    text-transform: none;
    width: 100%; }

.com-close {
  font-size: 16px;
  font-size: 1rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  background: url(../../images/modal-close.png) no-repeat right center;
  color: white;
  cursor: pointer;
  padding: 7px 35px 5px 0;
  position: absolute;
  top: -40px;
  right: 10px; }

.com-upper h2 {
  padding-bottom: 10px; }

.com-subtitle {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #d1db2d;
  margin-bottom: 10px;
  text-transform: uppercase; }

.com-lower {
  zoom: 1; }
  .com-lower:before {
    content: '';
    display: block; }
  .com-lower:after {
    content: '';
    display: table;
    clear: both; }

.com-left,
.com-right {
  float: left; }

.com-left {
  width: 37.1794871795%; }
  .com-left img {
    padding-bottom: 0; }

.com-right {
  width: 62.8205128205%; }

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0; }

.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .flexslider .slides img {
    display: block;
    width: 100%; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1; }
  .flexslider .slides {
    zoom: 1; }

.flex-viewport {
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  max-height: 2000px; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    background: black;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: block;
    height: 85px;
    margin-top: -42px;
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    width: 75px;
    z-index: 10; }
  .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 0px; }
    .flex-direction-nav .flex-next:after {
      background-image: url("../../images/slider-next.png");
      background-position: center center;
      background-repeat: no-repeat;
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px; }
  .flex-direction-nav .flex-prev {
    left: 0px; }
    .flex-direction-nav .flex-prev:after {
      background-image: url("../../images/slider-prev.png");
      background-position: center center;
      background-repeat: no-repeat;
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px; }

.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
  opacity: 0.8; }
  .flexslider:hover .flex-prev:hover,
  .flexslider:hover .flex-next:hover {
    opacity: 1; }

.flex-direction-nav .flex-disabled {
  cursor: default;
  filter: alpha(opacity=30);
  opacity: 0.3 !important; }

.flex-control-nav {
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%; }
  .flex-control-nav li {
    *display: inline;
    display: inline-block;
    margin: 0 6px;
    zoom: 1; }
    .flex-control-nav li a {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background: #666;
      background: rgba(0, 0, 0, 0.5);
      cursor: pointer;
      display: block;
      height: 5px;
      text-indent: -9999px;
      width: 5px; }
      .flex-control-nav li a:hover {
        background: white; }
      .flex-control-nav li a.flex-active {
        background: white;
        cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  overflow: hidden;
  position: static; }
  .flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%; }
  .flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: .7;
    width: 100%; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    cursor: default;
    opacity: 1; }

@media screen and (max-width: 1075px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
/* 
 * Default slideshow styles
 */
.slideshow-wrapper .slides {
  position: relative; }
  .slideshow-wrapper .slides > li {
    position: relative;
    min-height: 450px; }
.slideshow-wrapper .text-container {
  display: block;
  padding: 20px;
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%; }
  .slideshow-wrapper .text-container h1, .slideshow-wrapper .text-container p {
    color: white; }
  .slideshow-wrapper .text-container h1 {
    font-size: 72px;
    font-size: 4.5rem;
    padding-bottom: 0; }
  .slideshow-wrapper .text-container p {
    font-size: 32px;
    font-size: 2rem;
    font-style: italic; }

.woocommerce form label {
  display: block; }
.woocommerce form input[type=text],
.woocommerce form input[type=number],
.woocommerce form input[type=password],
.woocommerce form input[type=email] {
  border: 1px solid #cecece; }
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  float: left;
  overflow: visible;
  width: 50%; }
.woocommerce form .form-row-first {
  padding-right: 15px; }
.woocommerce form .form-row-last {
  padding-left: 15px; }

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  list-style: none;
  margin: 0 0 2em;
  padding: 1em 1em 1em 3.5em;
  position: relative;
  width: auto; }
  .woocommerce-message li,
  .woocommerce-info li,
  .woocommerce-error li {
    padding: 0;
    margin: 0; }

.woocommerce-message {
  border: #8fae1b solid 1px; }

.woocommerce-info {
  border: #1e85be solid 1px; }

.woocommerce-error {
  border: #b81c23 solid 1px; }

.shop_table {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%; }
  .shop_table td, .shop_table th {
    vertical-align: middle; }
  .shop_table th {
    font-weight: bold;
    padding: 9px 12px; }
  .shop_table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px 12px; }
  .shop_table .remove {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: red;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    height: 1em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    width: 1em; }
  .shop_table .variation {
    margin: 0.25em 0; }
    .shop_table .variation:after {
      content: "";
      display: table;
      clear: both; }
    .shop_table .variation dt, .shop_table .variation dd {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      float: left;
      margin-bottom: 1em; }
    .shop_table .variation dt {
      clear: left;
      font-weight: bold;
      margin: 0 4px 0 0;
      padding: 0 0 0.25em; }
    .shop_table .variation dd {
      padding: 0 0 0.25em; }
  .shop_table .actions {
    text-align: right; }
  .shop_table .coupon {
    text-align: left;
    float: left; }

.cart-collaterals:after {
  content: "";
  display: table;
  clear: both; }

.cart_totals {
  float: right;
  text-align: right;
  width: 48%; }
  .cart_totals table {
    border-collapse: separate;
    border-radius: 5px;
    margin: 0 0 6px;
    padding: 0; }
    .cart_totals table th {
      padding: 6px 12px 0 0;
      width: 25%; }
    .cart_totals table td {
      padding: 6px 0; }

.shipping_calculator {
  clear: right;
  float: right;
  width: 48%; }
  .shipping_calculator:after {
    content: "";
    display: table;
    clear: both; }
  .shipping_calculator .shipping-calculator-button:after {
    content: "↯";
    margin-left: 7px; }

[id='customer_details'] input[type=text],
[id='customer_details'] input[type=number],
[id='customer_details'] textarea {
  width: 100%; }

[id='payment'] {
  background: #f7f6f7; }
  [id='payment'] [type='radio'] + label {
    display: inline; }
  [id='payment'] .payment_methods {
    padding: 1em;
    margin: 0;
    list-style-type: none; }
  [id='payment'] .payment_box {
    padding: 1em 2%;
    margin: 1em 0;
    position: relative;
    background: #ebe9eb; }
  [id='payment'] .payment_method_paypal img {
    max-height: 50px;
    vertical-align: middle; }
  [id='payment'] .about_paypal {
    float: right;
    font-size: 0.83em; }

ul.order_details {
  list-style-type: none;
  margin: 0 0 25px;
  padding: 0 0 15px; }
  ul.order_details:after {
    content: " ";
    display: table;
    clear: both; }
  ul.order_details li {
    border-right: 1px dashed #dfdbdf;
    float: left;
    margin-right: 2em;
    padding-right: 2em;
    text-transform: uppercase; }
    ul.order_details li:last-of-type {
      border: none; }
  ul.order_details strong {
    display: block;
    text-transform: none; }

[id='customer_login'] input[type='text'],
[id='customer_login'] input[type='email'],
[id='customer_login'] input[type='password'] {
  width: 100%; }

#secondary .widget_nav_menu li {
  display: none; }
#secondary .widget_nav_menu li.current_page_item,
#secondary .widget_nav_menu .current-page-ancestor,
#secondary .widget_nav_menu .current_page_parent {
  display: block; }
  #secondary .widget_nav_menu li.current_page_item ul, #secondary .widget_nav_menu li.current_page_item li, #secondary .widget_nav_menu li.current_page_item a,
  #secondary .widget_nav_menu .current-page-ancestor ul,
  #secondary .widget_nav_menu .current-page-ancestor li,
  #secondary .widget_nav_menu .current-page-ancestor a,
  #secondary .widget_nav_menu .current_page_parent ul,
  #secondary .widget_nav_menu .current_page_parent li,
  #secondary .widget_nav_menu .current_page_parent a {
    display: block; }
#secondary .widget + .widget {
  margin-top: 25px; }

.footer-blocks .footer-block, .footer-blocks-career .footer-block {
  text-align: center;
  padding: 60px 0px; }
  .footer-blocks .footer-block img, .footer-blocks-career .footer-block img {
    min-height: 63px; }
  .footer-blocks .footer-block h3, .footer-blocks-career .footer-block h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
    color: white;
    padding-bottom: 15px;
    padding-top: 20px; }
  .footer-blocks .footer-block p, .footer-blocks-career .footer-block p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem; }
  .footer-blocks .footer-block.career-block, .footer-blocks .footer-block.custom-block, .footer-blocks-career .footer-block.career-block, .footer-blocks-career .footer-block.custom-block {
    position: relative; }
    .footer-blocks .footer-block.career-block .link-text, .footer-blocks .footer-block.custom-block .link-text, .footer-blocks-career .footer-block.career-block .link-text, .footer-blocks-career .footer-block.custom-block .link-text {
      color: #d1db2d; }
    .footer-blocks .footer-block.career-block .block-link, .footer-blocks .footer-block.custom-block .block-link, .footer-blocks-career .footer-block.career-block .block-link, .footer-blocks-career .footer-block.custom-block .block-link {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      text-decoration: none; }

.get-in-touch {
  background-size: cover;
  padding: 95px 0px; }
  .get-in-touch .get-in-wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: white;
    padding: 70px 100px;
    text-align: center;
    position: relative;
    z-index: 10; }
    .get-in-touch .get-in-wrapper h3 {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 32px;
      font-size: 2rem; }
    .get-in-touch .get-in-wrapper:after {
      content: "";
      background: rgba(255, 255, 255, 0.2);
      top: -5px;
      bottom: -5px;
      left: -5px;
      right: -5px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      position: absolute;
      z-index: -1; }
    .get-in-touch .get-in-wrapper p {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.5em; }

.site-info {
  background: #252525 !important;
  padding-top: 35px;
  text-align: center; }
  .site-info small {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
    color: white; }
    .site-info small a {
      color: white;
      text-decoration: none; }
      .site-info small a:hover {
        color: #d1db2d; }

#footer-nav {
  margin: 0;
  text-align: left; }
  #footer-nav li {
    display: block;
    padding-bottom: 15px; }
    #footer-nav li a {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      font-size: 1rem;
      color: white; }
      #footer-nav li a:hover {
        color: #d1db2d; }
  #footer-nav a {
    text-decoration: none; }

.site-footer {
  background: #383838 !important;
  padding-top: 80px; }
  .site-footer .newsletter h4 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    color: white; }
  .site-footer .newsletter p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    color: white; }
  .site-footer #gform_4 {
    padding: 0 100px; }
    .site-footer #gform_4 .validation_error {
      color: white; }
    .site-footer #gform_4 label {
      text-transform: none !important;
      padding-bottom: 10px;
      display: block; }
    .site-footer #gform_4 .gform_body .gfield_label {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      font-size: 1rem;
      color: white;
      text-transform: none !important; }
    .site-footer #gform_4 .gform_body input {
      box-shadow: none;
      background: #747474 !important;
      height: 40px;
      color: white;
      border: none !important;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
    .site-footer #gform_4 .gform_body input[type="email"] {
      width: 100%;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
    .site-footer #gform_4 .gform_body input[type="submit"] {
      margin-top: 30px;
      display: block;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 20px 60px;
      background: #d1db2d;
      color: #303232; }
      .site-footer #gform_4 .gform_body input[type="submit"]:hover {
        background: #adb61f; }
  .site-footer .social-wrapper {
    text-align: center;
    padding: 70px 0px 20px; }
  .site-footer .social-menu {
    display: inline-block;
    margin: 0;
    text-align: center; }
    .site-footer .social-menu li {
      display: inline-block;
      padding: 0px 20px; }
      .site-footer .social-menu li a {
        font-size: 24px;
        font-size: 1.5rem;
        color: #747474; }
        .site-footer .social-menu li a:hover {
          color: #d1db2d; }

.top-banner {
  background: #2ba6cb; }

.site-header {
  background: #f2f2f2; }

#secondary {
  background: #f2f2f2;
  padding: 15px; }

.site-footer {
  background: #f2f2f2; }

.blocks [class*="block-grid-"] > li {
  background: none repeat scroll 0 0 #CCCCCC;
  border: 1px solid #999999;
  padding-bottom: 5px;
  padding-top: 5px; }

@media screen and (max-width: 1100px) {
  .homepage-hero [class*="columns-"] {
    position: static;
    width: 50%; }

  #main-nav li a {
    padding: 10px;
    margin: 0; } }
@media screen and (max-width: 1100px) {
  .tax-product_cat .product-featured {
    text-align: center; }
    .tax-product_cat .product-featured [class*="columns-"] {
      position: static;
      width: 100%; }
      .tax-product_cat .product-featured [class*="columns-"] .featured-content {
        transform: none !important;
        -moz-transform: none !important;
        -webkit-trasform: none !important;
        position: static;
        top: 0;
        margin: auto;
        width: 65%; }
      .tax-product_cat .product-featured [class*="columns-"] img {
        max-width: 500px;
        margin-bottom: 25px;
        width: 100%; }
    .tax-product_cat .product-featured .featured-content {
      -moz-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

  .single-product .summary-height > .row [class*="columns-"] {
    position: static;
    width: 100%;
    position: relative; }
    .single-product .summary-height > .row [class*="columns-"] .images {
      text-align: center;
      margin-bottom: 25px; }
      .single-product .summary-height > .row [class*="columns-"] .images .flex-video {
        text-align: left; }
  .single-product .summary-height .summary {
    text-align: center; } }
@media screen and (max-width: 1070px) {
  .page-template-pages_landing-php .banner-content,
  .page-template-pages_landing-php .banner-form {
    position: static;
    width: 100%; }
  .page-template-pages_landing-php .banner-form .form-wrap {
    position: static; }
  .page-template-pages_landing-php .secondary-content {
    padding-top: 0; } }
@media screen and (max-width: 1050px) {
  .homepage-hero {
    padding: 80px 0px;
    background-position: top !important; }
    .homepage-hero [class*="columns-"] {
      position: static;
      width: 100%; }
    .homepage-hero .hero-wrapper {
      text-align: center;
      padding-bottom: 25px; }
    .homepage-hero .hero-content {
      width: 70%;
      margin: auto;
      text-align: center; }

  .homepage-case-study {
    padding: 40px 0px; }
    .homepage-case-study .case-image-col, .homepage-case-study .case-content-col {
      position: static;
      width: 100%; }
      .homepage-case-study .case-image-col .case-content, .homepage-case-study .case-content-col .case-content {
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        top: 0;
        position: static; }
      .homepage-case-study .case-image-col .case-frame, .homepage-case-study .case-content-col .case-frame {
        margin: auto;
        max-width: 450px;
        width: 100%; }
    .homepage-case-study .case-image-col {
      padding-top: 25px; }
    .homepage-case-study .case-content-col {
      padding-top: 65px;
      text-align: center; }
      .homepage-case-study .case-content-col .case-content {
        margin: auto; }

  .single-case-studies .case-info-wrapper .columns-2 {
    position: static;
    width: 25%; }

  .blog article .columns-1, .search article .columns-1, .archive article .columns-1 {
    position: static;
    width: 16.6666666667%; }
  .blog article .columns-2, .search article .columns-2, .archive article .columns-2 {
    position: static;
    width: 25%; }
  .blog article .columns-8, .search article .columns-8, .archive article .columns-8 {
    position: static;
    width: 58.3333333333%; }

  .blog-search-form [class*='columns-'] {
    left: 0; }
  .blog-search-form .columns-2 {
    width: 25%; }
  .blog-search-form .keyword-column,
  .blog-search-form .resource-types-column,
  .blog-search-form .resource-topics-column,
  .blog-search-form .resource-languages-column {
    width: 25%; }
  .blog-search-form .submit-column {
    padding-left: 15px;
    width: 100%;
    text-align: center; }

  .single-post .post-intro {
    width: 83.3333333333%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    left: 0; }

  .page-template-pages_contact-php .contact-info-wrap .grid-container {
    position: static;
    width: 100%; }
  .page-template-pages_contact-php .contact-info-wrap .numbers > li .label,
  .page-template-pages_contact-php .contact-info-wrap .numbers > li .number {
    display: block;
    float: none;
    width: 100%; } }
@media screen and (max-width: 1020px) {
  .page-template-pages_landing-php .main-content,
  .page-template-pages_landing-php .secondary-content {
    position: static;
    width: 100%; }
  .page-template-pages_landing-php .secondary-content {
    padding-top: 20px; } }
@media screen and (max-width: 950px) {
  .cpt-search > .row [class*="columns-"] {
    position: static;
    width: 100%; }
    .cpt-search > .row [class*="columns-"] .sidebar-inner {
      margin-bottom: 0;
      padding-bottom: 0;
      text-align: center; }
      .cpt-search > .row [class*="columns-"] .sidebar-inner:before, .cpt-search > .row [class*="columns-"] .sidebar-inner:after {
        background: none; }
      .cpt-search > .row [class*="columns-"] .sidebar-inner ul {
        margin-bottom: 0; }
        .cpt-search > .row [class*="columns-"] .sidebar-inner ul:after {
          background: none; }
      .cpt-search > .row [class*="columns-"] .sidebar-inner form {
        text-align: center;
        margin-bottom: 10px !important; }
        .cpt-search > .row [class*="columns-"] .sidebar-inner form input {
          float: none !important; }
        .cpt-search > .row [class*="columns-"] .sidebar-inner form #searchform {
          margin-bottom: 5px; }
        .cpt-search > .row [class*="columns-"] .sidebar-inner form #searchsubmit {
          left: -4px; }
  .cpt-search > .row .columns-4 {
    padding: 0; }

  .woocommerce-cart .cart .actions .coupon {
    width: 100%;
    margin-bottom: 15px; }
  .woocommerce-cart .cart .actions > .button {
    float: left; }
  .woocommerce-cart .cart .actions .checkout-button {
    margin-left: 15px; }

  .woocommerce-account #customer_login [class*="columns-"] {
    position: static;
    width: 100%; }
    .woocommerce-account #customer_login [class*="columns-"] .login-wrapper {
      padding: 45px; }

  .single-docs .callout .callout-title {
    font-size: 24px;
    font-size: 1.5rem; }
  .single-docs .callout p {
    font-size: 16px;
    font-size: 1rem; } }
@media screen and (max-width: 850px) {
  .page-template-pages_landing-php .resource-list .image-holder {
    display: none; }
  .page-template-pages_landing-php .resource-list .content-holder {
    position: static;
    width: 100%; }
    .page-template-pages_landing-php .resource-list .content-holder.has-image:before {
      position: static;
      display: block;
      width: 100%;
      margin-bottom: 20px;
      min-height: 150px; }

  .page-template-_support-dev .product-grid {
    display: block;
    margin: 0 -15px 15px -15px;
    overflow: auto; }
    .page-template-_support-dev .product-grid li:nth-of-type(2n+1) {
      clear: none; }
    .page-template-_support-dev .product-grid > li {
      display: block;
      float: left;
      height: auto;
      padding-right: 15px;
      padding-left: 15px;
      width: 33.3333333333%; }
      .page-template-_support-dev .product-grid > li:nth-of-type(3n+1) {
        clear: both; } }
@media screen and (max-width: 800px) {
  #main-nav li a {
    margin: 0 !important;
    font-size: 14px;
    font-size: 0.875rem; }

  .single-post .back-nav-wrapper .social-sharing {
    display: block;
    padding-left: 0 !important;
    padding-top: 15px; } }
@media screen and (max-width: 768px) {
  #main {
    margin-top: 100px; }

  .top-banner {
    display: none; }

  .menu-main-menu-swedish-container,
  .menu-main-menu-container {
    display: none; }

  .fs-mobile-trigger, .full-width-trigger {
    display: block; }

  .site-header {
    min-height: 100px;
    height: auto;
    top: 0px; }
    .admin-bar .site-header {
      top: 46px;
      /* adjusted for admin bar */ }

  .site-content,
  .widget-area {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }

  .site-branding {
    position: static;
    width: 83.3333333333%; }
    .site-branding img {
      padding-bottom: 0;
      max-width: 200px;
      padding-top: 5px; }

  .homepage-intro [class*="columns-"] {
    position: static;
    width: 100%; }

  .homepage-blog .blog {
    width: 100%;
    margin: auto;
    float: none;
    margin-bottom: 25px;
    max-width: 400px; }

  .homepage-testimonial [class*="columns-"] {
    position: static;
    width: 83.3333333333%; }
    .homepage-testimonial [class*="columns-"] .testimonial-wrapper p:before {
      left: -35px; }
    .homepage-testimonial [class*="columns-"] .testimonial-wrapper p:after {
      right: -35px; }
    .homepage-testimonial [class*="columns-"] .testimonial-wrapper .citation {
      font-size: 20px;
      font-size: 1.25rem; }

  .double-full-width:before, .double-full-width:after {
    background: none;
    position: static; }
  .double-full-width [class*="columns-"] {
    position: static;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0; }

  .get-in-touch .get-in-wrapper {
    padding: 70px 50px; }

  .site-footer [class*="columns-"] {
    position: static;
    width: 100%; }
    .site-footer [class*="columns-"] #footer-nav {
      text-align: center; }
      .site-footer [class*="columns-"] #footer-nav li a {
        font-size: 20px;
        font-size: 1.25rem; }

  .page-banner {
    padding-bottom: 0; }
    .page-banner [class*="columns-"] {
      position: static;
      width: 100%; }
    .page-banner .sale-callout-image {
      padding-top: 40px;
      position: relative; }

  .product-categories [class*="columns-"] {
    position: static;
    width: 100%; }

  .tax-product_cat .product-featured [class*="columns-"] .featured-content {
    width: 95%; }
  .tax-product_cat .prodcuts-wrapper .products .product {
    width: 50%; }
    .tax-product_cat .prodcuts-wrapper .products .product:nth-child(3n+1) {
      clear: both; }

  .page-template-pages_case-studies-php .case-studies .case-study .image-case {
    position: static;
    width: 100%; }
    .page-template-pages_case-studies-php .case-studies .case-study .image-case img {
      margin-bottom: 15px; }
  .page-template-pages_case-studies-php .case-studies .case-study [class*="columns-"] {
    position: static;
    width: 100%; }
    .page-template-pages_case-studies-php .case-studies .case-study [class*="columns-"] .case-content-wrapper {
      transform: none;
      -moz-transform: none;
      -webkit-transform: none;
      top: 0;
      position: static;
      width: 65%;
      text-align: center;
      margin: auto; }

  .page-template-pages_about-php .location-highlights [class*="columns-"] {
    position: static;
    width: 100%; }
  .page-template-pages_about-php .location-highlights .highlight-year {
    text-align: left; }
  .page-template-pages_about-php .location-highlights .highlight-title {
    padding-top: 25px; }

  .page-template-pages_partners-php .partners .partner {
    width: 100% !important; }

  .page-template-pages_careers-php .careers [class*="columns-"] {
    position: static;
    width: 100%; }

  .single-careers [class*="columns-"] {
    position: static;
    width: 100%; }

  .single-post .post-intro .featured-image {
    float: none;
    max-width: 100%;
    padding: 0 0 30px 0;
    margin: 0 0 15px !important; }

  .single-docs .docs-navigation,
  .single-docs .main-content {
    position: static;
    width: 100%; }
  .single-docs nav > ul {
    margin-bottom: 40px; }
  .single-docs .callout {
    margin-bottom: 40px; }

  .blog article .columns-1, .search article .columns-1, .archive article .columns-1 {
    display: none; }
  .blog article .columns-2, .search article .columns-2, .archive article .columns-2 {
    position: static;
    width: 25%; }
  .blog article .columns-8, .search article .columns-8, .archive article .columns-8 {
    float: right;
    position: static;
    width: 75%; }
  .blog article h2, .search article h2, .archive article h2 {
    padding-bottom: 10px; }
  .blog article .mobile-date, .search article .mobile-date, .archive article .mobile-date {
    display: block; }

  .single-post .post-intro {
    width: 91.6666666667%; }
  .single-post .back-nav-wrapper .back-to {
    float: none;
    text-align: center;
    display: block; }
  .single-post .back-nav-wrapper .social-sharing {
    text-align: center; }
  .single-post .navigation-post .nav-previous {
    max-width: none;
    padding-bottom: 15px; }
  .single-post .navigation-post .nav-next {
    max-width: none; }

  .author-block .columns-3 {
    width: 100%;
    float: none; }
  .author-block .columns-8 {
    width: 100%;
    float: none;
    text-align: center; }
  .author-block .author-headshot {
    width: 150px;
    height: 150px;
    padding-bottom: 15px;
    margin: 0 auto; }

  .realted-article .block-grid-3 li:nth-of-type(3n+1) {
    clear: none; }
  .realted-article .block-grid-3 > li {
    width: 100%; }
    .realted-article .block-grid-3 > li:nth-of-type(1n+1) {
      clear: both; }

  .blog-search {
    width: 100%;
    float: none;
    margin: 0 auto 15px; }

  #searchform .columns-9, #searchform .columns-3 {
    float: none;
    margin: 0 auto 15px; }
  #searchform .columns-9 {
    width: 100%; }
  #searchform .columns-3 {
    width: 100%; }

  .resources-results .columns-10 {
    width: 100%; } }
@media screen and (max-width: 695px) {
  .page-template-_support-dev .term-nav-list {
    display: block;
    margin: 0 -15px 15px -15px;
    overflow: auto;
    margin: 35px 0 40px; }
    .page-template-_support-dev .term-nav-list li:nth-of-type(2n+1) {
      clear: none; }
    .page-template-_support-dev .term-nav-list > li {
      display: block;
      float: left;
      height: auto;
      padding-right: 15px;
      padding-left: 15px;
      width: 100%; }
      .page-template-_support-dev .term-nav-list > li:nth-of-type(1n+1) {
        clear: both; }
    .page-template-_support-dev .term-nav-list li {
      border-left: none;
      border-right: none;
      border-top: 1px solid #313232;
      border-bottom: 1px solid #313232; }
      .page-template-_support-dev .term-nav-list li:first-child {
        border-top: none; }
      .page-template-_support-dev .term-nav-list li:last-child {
        border-bottom: none; }

  .single-docs .heading-wrap,
  .single-docs .select-wrap {
    position: static;
    width: 100%; } }
@media screen and (max-width: 650px) {
  .single-case-studies .case-info-wrapper {
    padding: 50px; }
    .single-case-studies .case-info-wrapper [class*="columns-"] {
      position: static;
      width: 100%; }
  .single-case-studies .content-area [class*="columns-"] {
    position: static;
    width: 100%; }
    .single-case-studies .content-area [class*="columns-"] img {
      margin-bottom: 10px; }
    .single-case-studies .content-area [class*="columns-"] .single-case-content-wrapper {
      transform: none;
      -moz-transform: none;
      -webkit-transform: none;
      top: 0;
      position: static;
      width: 65%;
      text-align: center;
      margin: auto; }

  .support-redirect {
    padding: 35px 100px !important; }

  .blog .category-list, .archive .category-list {
    padding: 0 15px; }
    .blog .category-list li, .archive .category-list li {
      width: 100%;
      clear: none;
      margin-bottom: 10px; }
      .blog .category-list li a, .archive .category-list li a {
        border: 1px solid #414141; }

  .woocommerce-account #customer_login [class*="columns-"] {
    position: static;
    width: 100%; }
    .woocommerce-account #customer_login [class*="columns-"] .login-wrapper {
      padding: 45px 15px; }

  .page-template-pages_landing-php .landing-banner {
    padding-left: 0;
    padding-right: 0; }
  .page-template-pages_landing-php .content-area {
    padding-left: 0;
    padding-right: 0; }
  .page-template-pages_landing-php .resources-intro {
    position: static;
    width: 83.3333333333%; }
  .page-template-pages_landing-php .resources-wrapper {
    position: static;
    width: 100%; }

  .resources-results .block-grid-3 > li {
    width: 100%; }
  .resources-results .block-grid-3 hr {
    display: none; } }
@media screen and (max-width: 600px) {
  .homepage-hero {
    padding: 40px 0px; }
    .homepage-hero .hero-content {
      width: 90%;
      margin: auto;
      text-align: center; }

  .homepage-case-study .columns-6 {
    position: static;
    width: 100%; }

  .get-in-touch {
    padding: 25px 0px; }
    .get-in-touch [class*="columns-"] {
      position: static;
      width: 100%; }
    .get-in-touch .get-in-wrapper {
      padding: 70px 25px; }

  .gform_wrapper .ginput_left, .gform_wrapper .ginput_right {
    width: 100% !important;
    float: none !important; }
  .gform_wrapper .gfield {
    width: 100%; }

  .support-redirect {
    padding: 35px 50px !important; }

  .page-template-pages_about-php .people li {
    width: 50%;
    clear: none; }

  .woocommerce-cart .cart .product-thumbnail {
    display: none; }
  .woocommerce-cart .cart tr td, .woocommerce-cart .cart tr th {
    font-size: 12px;
    font-size: 0.75rem; }

  .woocommerce-checkout .woocommerce-billing-fields p, .woocommerce-checkout .woocommerce-shipping-fields p {
    width: 100%;
    padding: 0px 15px 15px; }

  .page-template-pages_contact-php .contact-info-wrap .contact-info {
    display: block;
    margin: 0 -15px 15px -15px;
    overflow: auto; }
    .page-template-pages_contact-php .contact-info-wrap .contact-info > li {
      display: block;
      float: left;
      height: auto;
      padding-right: 15px;
      padding-left: 15px;
      width: 100%; }
      .page-template-pages_contact-php .contact-info-wrap .contact-info > li:nth-of-type(1n+1) {
        clear: both; }
    .page-template-pages_contact-php .contact-info-wrap .contact-info > li {
      padding-bottom: 30px;
      text-align: center; }

  .blog article .columns-2, .search article .columns-2, .archive article .columns-2 {
    float: none;
    position: static;
    width: 100%;
    margin-bottom: 15px; }
  .blog article .columns-8, .search article .columns-8, .archive article .columns-8 {
    float: none;
    position: static;
    width: 100%; }

  .blog-search-form [class*='columns-'] {
    width: 100% !important;
    padding: 0 15px 10px !important; } }
@media screen and (max-width: 500px) {
  .blog .category-list li {
    width: 50%;
    clear: none; }
  .blog .blog-search {
    position: static;
    width: 83.3333333333%; }

  .single-post .content-area [class*="columns-"] {
    position: static;
    width: 100%; }

  .page-template-pages_about-php .partners-callout [class*="columns-"] {
    position: static;
    width: 100%;
    padding-bottom: 25px; }

  .page-template-pages_partners-php .partners .partner {
    padding-bottom: 35px; }
    .page-template-pages_partners-php .partners .partner [class*="columns-"] {
      position: static;
      width: 100%; }

  .woocommerce-account .shop_table .order-status {
    display: none; }
  .woocommerce-account .shop_table td, .woocommerce-account .shop_table th {
    font-size: 12px;
    font-size: 0.75rem; }

  .woocommerce-cart .actions .coupon label {
    display: block !important; }
  .woocommerce-cart .actions .coupon input[type="text"] {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 5px; }
  .woocommerce-cart .actions .button {
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
    margin-bottom: 15px !important; }
  .woocommerce-cart .cart_totals {
    width: 100%; }

  .page-template-pages_case-studies-php .case-studies .case-study .case-content-wrapper {
    width: 100% !important; }

  .single-case-studies .single-case-content-wrapper {
    width: 100% !important; }
  .single-case-studies .case-info-wrapper {
    padding: 50px 25px !important; }

  .page-template-_support-dev .product-grid {
    display: block;
    margin: 0 -15px 15px -15px;
    overflow: auto; }
    .page-template-_support-dev .product-grid li:nth-of-type(2n+1) {
      clear: none; }
    .page-template-_support-dev .product-grid > li {
      display: block;
      float: left;
      height: auto;
      padding-right: 15px;
      padding-left: 15px;
      width: 50%; }
      .page-template-_support-dev .product-grid > li:nth-of-type(2n+1) {
        clear: both; } }
@media screen and (max-width: 450px) {
  .homepage-case-study .case-frame .circle-1 {
    left: 10px; }
  .homepage-case-study .case-frame .circle-2 {
    bottom: -65px;
    right: 0px; }
  .homepage-case-study .case-frame .circle-3 {
    left: 23px; }
  .homepage-case-study .case-frame .circle-4 {
    left: 88px;
    bottom: -60px; }
  .homepage-case-study .case-content-col .case-content {
    width: 100%; }

  .product-categories .product-category .button {
    font-size: 10px;
    font-size: 0.625rem;
    font-size: 10px !important; }

  .tax-product_cat .prodcuts-wrapper .products .product {
    width: 100%; }

  .single-product .tabs .slider-thumbs li {
    width: 100%; }
  .single-product .tabs .tab-slider .slides li {
    padding: 15px; }
  .single-product .summary-height > .row > .columns-6::after {
    width: 155px;
    height: 164px;
    background-size: 150px; }

  .support-redirect {
    padding: 35px !important; }

  .page-template-pages_about-php .people li {
    width: 100%;
    clear: none; }

  .woocommerce-account #customer_login [class*="columns-"] .login-wrapper .inline {
    display: block;
    width: 100%; }
  .woocommerce-account #customer_login [class*="columns-"] .login-wrapper .lost_password {
    display: block;
    text-align: left;
    padding-top: 10px; }

  .blog-search #searchform #s {
    width: 100% !important;
    margin-bottom: 10px;
    float: none; }
  .blog-search #searchform #searchsubmit {
    width: 100% !important;
    float: none; }

  .page-template-pages_contact-php .formInputBlock, .page-template-pages_contact-php .formInputBlock, .page-template-pages_contact-php textarea {
    max-width: 250px !important; } }
@media screen and (max-width: 400px) {
  .homepage-hero .hero-content .button {
    display: block;
    margin-bottom: 20px; }

  .homepage-intro .button {
    display: block;
    margin-bottom: 20px; }

  .page-template-_support-dev .product-grid {
    display: block;
    margin: 0 -15px 15px -15px;
    overflow: auto; }
    .page-template-_support-dev .product-grid li:nth-of-type(2n+1) {
      clear: none; }
    .page-template-_support-dev .product-grid > li {
      display: block;
      float: left;
      height: auto;
      padding-right: 15px;
      padding-left: 15px;
      width: 100%; }
      .page-template-_support-dev .product-grid > li:nth-of-type(1n+1) {
        clear: both; } }
.lt-ie9 .block-grid-2 > li:first-child + li {
  float: right; }

.lt-ie9 .block-grid-2 > li:first-child + li + li {
  clear: both; }

.lt-ie9 .block-grid-3 > li:first-child + li + li {
  float: right; }

.lt-ie9 .block-grid-3 > li:first-child + li + li + li {
  clear: both; }

.lt-ie9 .block-grid-4 > li:first-child + li + li + li {
  float: right; }

.lt-ie9 .block-grid-4 > li:first-child + li + li + li + li {
  clear: both; }

.lt-ie9 .block-grid-5 > li:first-child + li + li + li + li {
  float: right; }

.lt-ie9 .block-grid-5 > li:first-child + li + li + li + li + li {
  clear: both; }

.lt-ie9 .block-grid-6 > li:first-child + li + li + li + li + li {
  float: right; }

.lt-ie9 .block-grid-6 > li:first-child + li + li + li + li + li + li {
  clear: both; }

.lt-ie9 .block-grid-7 > li:first-child + li + li + li + li + li + li {
  float: right; }

.lt-ie9 .block-grid-7 > li:first-child + li + li + li + li + li + li + li {
  clear: both; }

.lt-ie9 .block-grid-8 > li:first-child + li + li + li + li + li + li + li {
  float: right; }

.lt-ie9 .block-grid-8 > li:first-child + li + li + li + li + li + li + li + li {
  clear: both; }

.lt-ie9 .block-grid-9 > li:first-child + li + li + li + li + li + li + li + li {
  float: right; }

.lt-ie9 .block-grid-9 > li:first-child + li + li + li + li + li + li + li + li + li {
  clear: both; }

.lt-ie9 .block-grid-10 > li:first-child + li + li + li + li + li + li + li + li + li {
  float: right; }

.lt-ie9 .block-grid-10 > li:first-child + li + li + li + li + li + li + li + li + li + li {
  clear: both; }

.lt-ie9 .block-grid-11 > li:first-child + li + li + li + li + li + li + li + li + li + li {
  float: right; }

.lt-ie9 .block-grid-11 > li:first-child + li + li + li + li + li + li + li + li + li + li + li {
  clear: both; }

.lt-ie9 .block-grid-12 > li:first-child + li + li + li + li + li + li + li + li + li + li + li {
  float: right; }

.lt-ie9 .block-grid-12 > li:first-child + li + li + li + li + li + li + li + li + li + li + li + li {
  clear: both; }
