/**
 * Built using iMarc Boilerplate v1.2 
 *
 * Copyright 2014 iMarc LLC
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * = Table of Contents =
 * General Comments
 * Base
 ** Web Fonts
 ** Variables
 ** Mixins
 ** Base
 ** Typography
 ** Iconography
 ** Forms
 ** Messaging
 ** Tables
 ** Print Styles
 * Layout
 * Mobile Navigation
 * Desktop Navigation
 * Global Media Queries
 * Specific Page Import
 *
 */
/* General Comments */
/**
*
* Properties are organized by a type hierarchy that affects the layout the most to least.
* Properties are grouped in descending order and then sorted alphabetically as follows:
*
* - Positioning
* - Display
* - Box Model
* - Table Layout
* - Color
* - Transformation and Animations
* - Borders and Background
* - Text
*
* There is a grunt task that will organize and standardize syntax for you.
*
* In terminal run:
* $ grunt
*
*/
/**
*
* _base.scss is the default iMarc BoilerPlate styles.
<<<<<<< .mine
* _layout.scss holds styles repeated on various pages
* styles.scss overrides site wide styles
=======
* styles.scss overrides BoilerPlate styles.
>>>>>>> .r1871
* Page specific or Feature Specific Styles & Media Queries are in the css/include directory prepended with '_'.
*
*/
/* = Base = */
/* = Web Fonts = */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(//www.whatsupgold.com/vendor/font-awesome.css);
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg"); }
/* = Variables = */
/* = Mixins = */
.container:before, .container:after, .group:before, .group:after {
  display: table;
  content: ""; }
.container:after, .group:after {
  clear: both; }

.container {
  position: relative;
  max-width: 965px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px; }

/* = Base = */
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, cite, code, dd, div, dl, dt, em, fieldset, footer, form, h1, h2, h3, h4, h5, h6, header, html, hr, i, iframe, img, label, li, nav, object, ol, p, pre, section, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, ul, video {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%; }

h1, h2, h3, h4, blockquote, p {
  line-height: 1.75; }

article, aside, audio, canvas, footer, header, nav, section, video {
  display: block; }

html {
  color: #555555;
  background: #ffffff;
  font-family: 'Cantarell', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  }

body {
  min-width: 300px;
  background: #ffffff; }

img {
  max-width: 100%;
  vertical-align: middle; }

::-moz-selection {
  background: #fff1b5;
  text-shadow: none; }

::selection {
  background: #fff1b5;
  text-shadow: none; }

.clear {
  clear: both; }

.stop-scrolling {
  overflow: hidden;
  height: 100%; }
select#ucMOVEitEvalForm_ddlCountry{width:100%;}
#ucMOVEitEvalForm_upnlCountry{margin-top:10px;}
/* = Typography = */
h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
  margin-top: -16px;
  padding-top: 0; }

h1 {
  font-size: 40px;
  line-height: 1.2;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: 'Cantarell', sans-serif;
  font-weight: bold;
  }
  h1:first-child {
    padding-top: 0; }

h2 {
  font-size: 32px;
  line-height: 1.2;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: 'Cantarell', sans-serif;
  font-weight: normal; }
  h2:first-child {
    padding-top: 0; }

h3 {
  font-size: 24px;
  line-height: 1.3;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: 'Cantarell', sans-serif;
  font-weight: normal; }
  h3:first-child {
    padding-top: 0; }

h4 {
  font-size: 20px;
  line-height: 1.4;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: 'Cantarell', sans-serif;
  font-weight: normal;
  }
  
h5, h6 {
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: 'Cantarell', sans-serif;
  font-weight: normal; }
  h5:first-child, h6:first-child {
    padding-top: 0; }

.meta {
  margin-top: -0.667em;
  margin-bottom: 0.5em;
  color: #888888;
  font-size: 12px; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold;font-size:smaller; }

i, em {
  font-style: italic; }

blockquote, pre {
  margin-bottom: 1.5em;
  color: #888888; }
  blockquote:before, blockquote:after, pre:before, pre:after {
    display: table;
    content: ""; }
  blockquote:after, pre:after {
    clear: both; }

blockquote {
  padding-left: 16px;
  border-left: 1px solid #dddddd;
  font-style: italic; }

article {
  margin-bottom: 3em; }

.intro {
  color: #888888; }
  .intro p {
    margin-bottom: 0.8em;
    font-size: 20px;
    line-height: 1.6; }

.highlight {
  margin-bottom: 1em;
  padding: 0.67em;
  color: #888888;
  border-radius: 4px;
  background: #e4e4e4;
  text-shadow: 0 1px 0 #fbfbfb;
  font-size: 24px;
  line-height: 1.34; }
  .highlight a {
    text-shadow: 0 1px 0 #b8eafe; }
  .highlight p {
    margin-bottom: 0; }

pre, code {
  font-family: Menlo, "Ubuntu Mono", Consolas, "Courier New", monospace;
  font-size: 14px; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

p {
  margin-bottom: 1.5em; }

address {
  margin-bottom: 1.5em; }

hr {
  display: block;
  width: 100%;
  height: 0;
  margin: 2em auto 3em;
  border: 0;
  border-top: 1px solid #888888; }

a {
  text-decoration: none;
  color: gray; }
  a:hover, a:active {
    color: lightgray; }
  a:focus {
    outline: thin dotted; }

#requestaquote {
  color: #108c03; }

#requestaquote:hover {
  opacity: 0.7; }

a:hover {
  color: lightgray; }

ol, ul, dl {
  margin-bottom: 1.5em; }

ol, ul {
  padding-left: 2em; }
  ol li, ol dt, ol dd, ul li, ul dt, ul dd {
    margin-bottom: 0.5em; }

ul {
  list-style: disc; }

dt {
  padding-left: 0.5em;
  font-weight: bold; }

dd {
  padding-left: 2em; }

sup, sub {
  font-size: 80%; }

sup {
  vertical-align: top; }

sub {
  vertical-align: bottom; }

nav {
  position: relative; }
  nav:before, nav:after {
    display: table;
    content: ""; }
  nav:after {
    clear: both; }
  nav ul {
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    nav ul li:before {
      display: none; }
    nav ul li {
      display: block;
      float: left;
      margin-bottom: 0;
      white-space: nowrap; }
      nav ul li a {
        padding: 0.5em 10px; }
  nav ul.container {
    padding-right: 6px;
    padding-left: 6px; }

.main nav ul li ~ li {
  border-left: 1px solid #dddddd; }

/* = Iconography = */
a.doc:before, a.docx:before, a.pdf:before, a.word:before, [class*="icon-"]:before {
  text-transform: none;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none; }

a.doc:after, a.docx:after, a.pdf:after, a.word:after, [class*="icon-"]:after {
  text-transform: none;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none; }

a.doc:before, a.docx:before, a.pdf:before, a.word:before, a[class*="icon-"]:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.1em;
  text-align: center; }

a.doc:after, a.docx:after, a.pdf:after, a.word:after, a[class*="icon-"]:after {
  display: inline-block;
  width: 1em;
  text-align: center; }

.icon-only {
  overflow: visible;
  font-size: 0; }
  .icon-only:before {
    font-size: 32px; }
  .icon-only:after {
    font-size: 32px; }

.icons {
  padding-left: 9px; }
  .icons li {
    list-style: none; }
    .icons li a.doc:before, .icons li a.docx:before, .icons li a.pdf:before, .icons li a.word:before, .icons li a[class*="icon-"]:before {
      padding-right: 0.5em;
      color: #555555; }
    .icons li a.doc:after, .icons li a.docx:after, .icons li a.pdf:after, .icons li a.word:after, .icons li a[class*="icon-"]:after {
      padding-right: 0.5em;
      color: #555555; }

a.button[class*="icon-"]:before, div.full-panel .panel-content a[class*="icon-"].button:before {
  padding-right: 0.5em; }

a.button[class*="icon-"]:after, div.full-panel .panel-content a[class*="icon-"].button:after {
  padding-right: 0.5em; }

/* = Icon Definitions = */
.icon-download-alt:before {
  content: "\f019"; }

.icon-file:before {
  content: "\f15b"; }

a.doc:before, a.word:before, a.docx:before, a.pdf:before, .icon-file-alt:before {
  content: "\f016"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-file-text-alt:before {
  content: "\f0f6"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-info:before {
  content: "\f129"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-question:before {
  content: "\f128"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-twitter:before {
  margin: 0 0.2em 0 0;
  content: "\f099"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-cog:before {
  content: "\f013"; }

.icon-comment:before {
  content: "\f075"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-phone:before {
  content: "\f095"; }

.icon-play:before {
  content: "\f04b"; }

.icon-search:before {
  content: "\f002"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-chevron-right:after {
  margin: 0 0 0 0.4em;
  content: "\f054"; }

.icon-chevron-down:after {
  margin: 0 0 0 0.4em;
  content: "\f078"; }

/* = Forms = */
button, input, select, textarea {
  font-size: 100%;
}

.button, .checkboxes, .file, .password, .radios, .reset, .select, .submit, .text, .textarea {
  margin-bottom: 1.5em; }

label {
  display: block;
  cursor: pointer;
  color: #333333;
  font-weight: bold;
  line-height: 2; }

.required {
  color: #ac181b; }

fieldset .help {
  display: block;
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 12px;
  line-height: 1.34; }

input[type="password"], input[type="text"], textarea {
 display: inline-block;
    max-width: 100%;
    height: 35px;
    padding-bottom: 10px;
    background: #FFFFFF;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #a7a9ab;
    font: 300 16px "Cantarell";
    color: #a7a9ab;
    outline: none;
    margin: 0;
    box-sizing: border-box;
    transition: color 0.3s;}
#moveitLanding{padding: 0 7%;background: white;
    box-shadow: 0px 7px 6px -1px rgba(155,154,154,0.75);}
select {
  margin-bottom: 0;
  font-family: 'Cantarell', sans-serif; }

.multiple select {
  padding-right: 10px;
  padding-left: 5px; }

textarea {
  overflow: auto;
  height: 12em;
  resize: vertical; }

.radio, .checkbox {
  font-weight: normal; }

input[type="checkbox"], input[type="radio"] {
  padding: 0; }

input[type="file"] {
  display: block;
  width: 100%;
  color: #333333;
  font-size: 16px; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button; }

button, input[type="button"], input[type="reset"], input[type="submit"], a.button, div.full-panel .panel-content a.button {
      margin: 0;
    box-shadow: none;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: white;
    border-radius: 1px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    padding: 13px 30px;
    min-width: 250px;
    border: 2px solid #f0554c;
    background: #f0554c;
  font-family: 'Cantarell', sans-serif;
  line-height: 1; }
  button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover, div.full-panel .panel-content a.button:hover {
    border: 2px solid #4cc4d1;
    background: #2b9aa6; 
	border-radius: 2px;}
  .quoteButton.button{
      border: 2px solid #2b9aa6;
    background: #4cc4d1;border-radius:2px;

  }
@media (max-width: 900px), (max-height: 600px){
.caption {
    padding: 6px 50px;
    font-size: 16px;
    bottom: 20px !important;
}
.caption {
    position: absolute;
    bottom: 20px;
    text-align: center;
    background-color: rgba(34,34,34,0.3);
    width: 100%;
    padding: 6px 90px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #ccc;
    font-size: 24px;
    box-sizing: border-box;
}}

input[type="submit"] {
  background: #f0554c; 
  border-radius:2px;
  border: 2px solid #CB372F;}
  input[type="submit"]:hover {
    border: 2px solid #f0554c;
    background: #fd453b;
	border-radius:2px; }

button.disabled, input[type="button"][disabled], input[type="reset"][disabled], input[type="submit"][disabled], a.button.disabled, div.full-panel .panel-content a.disabled.button {
  cursor: default;
  border-color: #6f6f6f; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* = Messaging = */
.success {
  background: #d2f8b0;
  position: relative;
  margin-bottom: 1.5em;
  padding: 1em 3.25em;
  border-radius: 4px; }
  .success a {
    text-decoration: underline; }
  .success:before {
    position: absolute;
    top: 0.6em;
    left: 1em;
    display: block;
    width: 23px;
    height: 23px;
    content: "";
    font-size: 20px;
    text-transform: none;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none; }
  .success:before {
    content: "\f00c"; }

.error {
  background: #ffd8d9;
  position: relative;
  margin-bottom: 1.5em;
  padding: 1em 3.25em;
  border-radius: 4px;
  font-size: .8em;
  padding: .3em 2.25em .3em 2em; }
  .error a {
    text-decoration: underline; }
  .error:before {
    position: absolute;
    top: 0.6em;
    left: 1em;
    display: block;
    width: 23px;
    height: 23px;
    content: "";
    font-size: 20px;
    text-transform: none;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none; }
  .error:before {
    content: "\f12a";
    font-size: 1em;
    top: .3em;
    display: inline; }

.info {
  background: #b8e0f9;
  position: relative;
  margin-bottom: 1.5em;
  padding: 1em 3.25em;
  border-radius: 4px; }
  .info a {
    text-decoration: underline; }
  .info:before {
    position: absolute;
    top: 0.6em;
    left: 1em;
    display: block;
    width: 23px;
    height: 23px;
    content: "";
    font-size: 20px;
    text-transform: none;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none; }
  .info:before {
    content: "\f129"; }

/* = Tables = */
table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse; }
  table caption {
    margin-bottom: 0.75em;
    font-size: 12px; }
  table td, table th {
    padding: 0.5em 1em;
    text-align: left;
    vertical-align: top; }
  table th {
    /*text-transform: uppercase;*/
    color: #ffffff;
    border: 1px solid #555555;
    /*background: #555555;*/
    font-weight: bold; }
  table td {
    border: 1px solid #e3e3e3; }
  table tr:nth-child(even) td {
    background: #f3f3f3; }

/* = Print Styles = */
@media print {
  * {
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  pre, blockquote, tr, img, h1, h2, h3, h4, h5, h6 {
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; } }
/* = Layout = */
/**
*
* All CSS properties defaults to Mobile View.
*
*/
header.primary .free-trial-bar {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 40px;
  background: #323232; }
  header.primary .free-trial-bar h1 {
    padding-bottom: 0; }
    header.primary .free-trial-bar h1 a, header.primary .free-trial-bar h1 a:hover {
      display: block;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      color: #fcfcfc; }
  header.primary .free-trial-bar .container {
    font-size: 0.8em;
    font-weight: 300; }
    header.primary .free-trial-bar .container a {
      color: #ffffff; }
    header.primary .free-trial-bar .container div {
      padding: 5px; }
    header.primary .free-trial-bar .container .trial-brand {
      float: left;
      width: 150px;
      margin: 2px 0 0 0;
      padding: 8px 0 0 0; }
    header.primary .free-trial-bar .container .trial-info {
      display: none; }
    header.primary .free-trial-bar .container .trial-download {
      float: right;
      margin: 7px 0 0 0;
      color: #ffffff;
      font-size: 0.7em; }
      header.primary .free-trial-bar .container .trial-download img {
        display: none; }

.torso {
  padding: 1.5em 0; }

.torso section {
  padding: 0px 0 25px; }
  .torso section h2 {
    margin: 0 0 50px;
    text-align: center;
    color: #12618c;
    font-size: 2.5em; }
  .torso section h3 {
    text-align: center;
    font-size: 16px; }

.torso section.alt {
  background: #f4f4f4;
  /* -webkit-box-shadow: inset 1px 0 12px 0 rgba(50, 50, 50, 0.5);
     -moz-box-shadow: inset 1px 0 12px 0 rgba(50, 50, 50, 0.5);
          box-shadow: inset 1px 0 12px 0 rgba(50, 50, 50, 0.5);   */ }
  .torso section.alt .popout {
    background: #ffffff; }

.main section:after {
  display: block;
  height: 1px;
  /*margin-top: 1.5em;
  margin-bottom: 1.5em;*/
  content: ""; }

/**
New section added to extend the two-panel layout to a full panel layout for the newly generated marketo - WUG layout pages
**/
div.full-panel {
  width: 100% !important; }
  div.full-panel .panel-content {
    width: 100% !important; }
    div.full-panel .panel-content a.button {
      background-color: #108c03;
      color: #ffffff;
      display: inline-block;
      font-family: 'Cantarell', sans-serif;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      line-height: 56px;
      width: 309px !important;
      -webkit-text-size-adjust: none; }
      div.full-panel .panel-content a.button:hover {
        opacity: 0.8 !important;
        background-color: #108c03 !important; }

aside.primary {
  display: none; }

.main aside {
  margin-bottom: 1em;
  padding: 1.333em;
  color: #888888;
  border-radius: 4px;
  background: #e4e4e4;
  font-size: 14px; }

footer ul {
  padding-left: 0;
  list-style: none; }
  footer ul li:before {
    display: none; }
footer .break {
  display: block;
  width: 100%;
  height: 10px;
  margin: 10px 0;
  background-color: #f4f4f4; }

footer.links h4 {
  padding-bottom: 5px;
  font-size: 1.6em;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 20px; }
footer.links h5 {
  padding: 0; }
footer.links .container div {
  float: left;
  width: 100%;
  padding: 0; }
  footer.links .container div ul {
    padding: 0; }
    footer.links .container div ul li {
      margin-bottom: 0;
      font-size: 1em; }
footer.links .container div.no-header {
  padding-top: 40px; }

footer.primary {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  color: #888888;
  background: #f4f4f4;
  font-size: 14px; }
  footer.primary .container ul {
    display: inline;
    padding: 0; }
    footer.primary .container ul li {
      display: inline;
      margin: 0 2.5px;
      font-weight: 600; }
      footer.primary .container ul li a {
        color: #12618c;
        font-size: 0.9em; }
      footer.primary .container ul li a:hover {
        opacity: 0.8; }

footer.secondary {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  color: #888888;
  background: #ffffff;
  font-size: 14px; }
  footer.secondary .container ul {
    display: inline;
    padding: 0; }
    footer.secondary .container ul li {
      display: inline;
      margin: 0 10px;
      font-weight: 600; }
      footer.secondary .container ul li a {
        color: #12618c; }
      footer.secondary .container ul li a:hover {
        opacity: 0.8; }

.modal img {
  width: 600px;
  height: 200px; }

/* = Mobile Navigation = */
/**
*
* MOBILE MENU STYLES
*
**/
.mobile-menu, .mobile-menu-secondary, .mobile-menu-tertiary {
  position: fixed;
  z-index: 999;
  display: none;
  overflow: scroll;
  background: white; }
  .mobile-menu .mobile-menu-content, .mobile-menu-secondary .mobile-menu-content, .mobile-menu-tertiary .mobile-menu-content {
    display: none;
    margin: 20px 0 0 0;
    padding: 10px 0;
    -webkit-box-shadow: inset 0 0 6px 1px #cccccc;
    box-shadow: inset 0 0 6px 1px #cccccc; }
    .mobile-menu .mobile-menu-content ul, .mobile-menu-secondary .mobile-menu-content ul, .mobile-menu-tertiary .mobile-menu-content ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .mobile-menu .mobile-menu-content ul li, .mobile-menu-secondary .mobile-menu-content ul li, .mobile-menu-tertiary .mobile-menu-content ul li {
        margin: 0;
        color: #323232;
        border-bottom: 1px solid #cccccc; }
        .mobile-menu .mobile-menu-content ul li a, .mobile-menu-secondary .mobile-menu-content ul li a, .mobile-menu-tertiary .mobile-menu-content ul li a {
          display: block;
          width: 100%;
          margin: 0;
          padding: 5px 0 5px 20px;
          color: #323232;
          font-size: 1.5em; }
          .mobile-menu .mobile-menu-content ul li a span, .mobile-menu-secondary .mobile-menu-content ul li a span, .mobile-menu-tertiary .mobile-menu-content ul li a span {
            color: #323232; }
            .mobile-menu .mobile-menu-content ul li a span img, .mobile-menu-secondary .mobile-menu-content ul li a span img, .mobile-menu-tertiary .mobile-menu-content ul li a span img {
              width: 150px; }
          .mobile-menu .mobile-menu-content ul li a i, .mobile-menu-secondary .mobile-menu-content ul li a i, .mobile-menu-tertiary .mobile-menu-content ul li a i {
            float: right;
            padding: 5px 20px 5px 0; }
    .mobile-menu .mobile-menu-content .primary-mobile-menu li span, .mobile-menu-secondary .mobile-menu-content .primary-mobile-menu li span, .mobile-menu-tertiary .mobile-menu-content .primary-mobile-menu li span {
      color: #323232;
      font-weight: bold; }
    .mobile-menu .mobile-menu-content .primary-mobile-menu li i, .mobile-menu-secondary .mobile-menu-content .primary-mobile-menu li i, .mobile-menu-tertiary .mobile-menu-content .primary-mobile-menu li i {
      font-size: 0.6em; }
    .mobile-menu .mobile-menu-content .secondary-mobile-menu, .mobile-menu-secondary .mobile-menu-content .secondary-mobile-menu, .mobile-menu-tertiary .mobile-menu-content .secondary-mobile-menu {
      margin: 0 0; }
      .mobile-menu .mobile-menu-content .secondary-mobile-menu li a span, .mobile-menu-secondary .mobile-menu-content .secondary-mobile-menu li a span, .mobile-menu-tertiary .mobile-menu-content .secondary-mobile-menu li a span {
        color: #7b7b7b;
        font-weight: bold; }
    .mobile-menu .mobile-menu-content .utility-mobile-menu li input, .mobile-menu-secondary .mobile-menu-content .utility-mobile-menu li input, .mobile-menu-tertiary .mobile-menu-content .utility-mobile-menu li input {
      float: left;
      width: 70%;
      height: 35px;
      margin: 0 20px 30px 0;
      padding: 0 0 0 5px;
      border: none;
      background: #efefef; }
    .mobile-menu .mobile-menu-content .utility-mobile-menu li button, .mobile-menu-secondary .mobile-menu-content .utility-mobile-menu li button, .mobile-menu-tertiary .mobile-menu-content .utility-mobile-menu li button {
      float: left;
      height: 35px;
      margin: 0 0 5px 20px;
      border-radius: 0;
      background-color: #108c03;
      background-image: none;
      -webkit-appearance: none;
      moz-appearance: none; }
    .mobile-menu .mobile-menu-content .utility-mobile-menu li a, .mobile-menu-secondary .mobile-menu-content .utility-mobile-menu li a, .mobile-menu-tertiary .mobile-menu-content .utility-mobile-menu li a {
      padding: 5px 0 5px 20px;
      color: grey;
      font-size: 1.2em; }
    .mobile-menu .mobile-menu-content .header-mobile-menu, .mobile-menu-secondary .mobile-menu-content .header-mobile-menu, .mobile-menu-tertiary .mobile-menu-content .header-mobile-menu {
      height: 50px; }
      .mobile-menu .mobile-menu-content .header-mobile-menu li, .mobile-menu-secondary .mobile-menu-content .header-mobile-menu li, .mobile-menu-tertiary .mobile-menu-content .header-mobile-menu li {
        display: inline-block; }
        .mobile-menu .mobile-menu-content .header-mobile-menu li a span, .mobile-menu-secondary .mobile-menu-content .header-mobile-menu li a span, .mobile-menu-tertiary .mobile-menu-content .header-mobile-menu li a span {
          float: none; }
        .mobile-menu .mobile-menu-content .header-mobile-menu li a i, .mobile-menu-secondary .mobile-menu-content .header-mobile-menu li a i, .mobile-menu-tertiary .mobile-menu-content .header-mobile-menu li a i {
          float: none; }
      .mobile-menu .mobile-menu-content .header-mobile-menu .header-close, .mobile-menu-secondary .mobile-menu-content .header-mobile-menu .header-close, .mobile-menu-tertiary .mobile-menu-content .header-mobile-menu .header-close {
        position: absolute;
        left: 95%; }
      .mobile-menu .mobile-menu-content .header-mobile-menu .header-title, .mobile-menu-secondary .mobile-menu-content .header-mobile-menu .header-title, .mobile-menu-tertiary .mobile-menu-content .header-mobile-menu .header-title {
        position: absolute;
        z-index: -1;
        width: 100%;
        text-align: center;
        font-size: 1.54em; }

.mobile-menu {
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0; }

.mobile-menu-secondary {
  z-index: 998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  background: #5e5e5e; }
  .mobile-menu-secondary .secondary-mobile-menu-content, .mobile-menu-secondary .secondary-mobile-menu-content-htb {
    margin: 20px 0 0 0; }
    .mobile-menu-secondary .secondary-mobile-menu-content ul, .mobile-menu-secondary .secondary-mobile-menu-content-htb ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .mobile-menu-secondary .secondary-mobile-menu-content ul li, .mobile-menu-secondary .secondary-mobile-menu-content-htb ul li {
        color: white;
        border-bottom: 1px grey solid; }
        .mobile-menu-secondary .secondary-mobile-menu-content ul li a, .mobile-menu-secondary .secondary-mobile-menu-content-htb ul li a {
          display: block;
          width: 100%;
          margin: 0;
          padding: 10px;
          font-size: 1.5em; }
          .mobile-menu-secondary .secondary-mobile-menu-content ul li a span, .mobile-menu-secondary .secondary-mobile-menu-content-htb ul li a span {
            float: left;
            color: white; }
          .mobile-menu-secondary .secondary-mobile-menu-content ul li a i, .mobile-menu-secondary .secondary-mobile-menu-content-htb ul li a i {
            float: right; }
    .mobile-menu-secondary .secondary-mobile-menu-content .header-secondary-mobile-menu, .mobile-menu-secondary .secondary-mobile-menu-content-htb .header-secondary-mobile-menu {
      height: 50px; }
      .mobile-menu-secondary .secondary-mobile-menu-content .header-secondary-mobile-menu li, .mobile-menu-secondary .secondary-mobile-menu-content-htb .header-secondary-mobile-menu li {
        display: inline-block;
        border-bottom: none; }
        .mobile-menu-secondary .secondary-mobile-menu-content .header-secondary-mobile-menu li a span, .mobile-menu-secondary .secondary-mobile-menu-content-htb .header-secondary-mobile-menu li a span {
          float: none; }
        .mobile-menu-secondary .secondary-mobile-menu-content .header-secondary-mobile-menu li a i, .mobile-menu-secondary .secondary-mobile-menu-content-htb .header-secondary-mobile-menu li a i {
          float: none; }
      .mobile-menu-secondary .secondary-mobile-menu-content .header-secondary-mobile-menu .header-secondary-close, .mobile-menu-secondary .secondary-mobile-menu-content-htb .header-secondary-mobile-menu .header-secondary-close {
        position: absolute;
        left: 5%;
        padding: 5px;
        cursor: pointer;
        background: #323232; }
        .mobile-menu-secondary .secondary-mobile-menu-content .header-secondary-mobile-menu .header-secondary-close i, .mobile-menu-secondary .secondary-mobile-menu-content-htb .header-secondary-mobile-menu .header-secondary-close i {
          float: none;
          font-size: 1.7em; }
      .mobile-menu-secondary .secondary-mobile-menu-content .header-secondary-mobile-menu .header-secondary-title, .mobile-menu-secondary .secondary-mobile-menu-content-htb .header-secondary-mobile-menu .header-secondary-title {
        position: absolute;
        z-index: -1;
        width: 100%;
        text-align: center;
        font-size: 1.5em; }
      .mobile-menu-secondary .secondary-mobile-menu-content .header-secondary-mobile-menu .header-secondary-home, .mobile-menu-secondary .secondary-mobile-menu-content-htb .header-secondary-mobile-menu .header-secondary-home {
        position: absolute;
        left: 90%;
        padding: 5px;
        background: #323232; }
        .mobile-menu-secondary .secondary-mobile-menu-content .header-secondary-mobile-menu .header-secondary-home i, .mobile-menu-secondary .secondary-mobile-menu-content-htb .header-secondary-mobile-menu .header-secondary-home i {
          float: none;
          font-size: 1.7em; }

.mobile-menu-tertiary {
  z-index: 997;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  background: #353535; }
  .mobile-menu-tertiary .tertiary-mobile-menu-content {
    margin: 20px 0 0 0; }
    .mobile-menu-tertiary .tertiary-mobile-menu-content ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .mobile-menu-tertiary .tertiary-mobile-menu-content ul li {
        color: white;
        border-bottom: 1px grey solid; }
        .mobile-menu-tertiary .tertiary-mobile-menu-content ul li a {
          display: block;
          width: 100%;
          margin: 0;
          padding: 10px;
          font-size: 1.5em; }
          .mobile-menu-tertiary .tertiary-mobile-menu-content ul li a span {
            float: left;
            color: white; }
          .mobile-menu-tertiary .tertiary-mobile-menu-content ul li a i {
            float: right; }
    .mobile-menu-tertiary .tertiary-mobile-menu-content .header-tertiary-mobile-menu {
      height: 50px; }
      .mobile-menu-tertiary .tertiary-mobile-menu-content .header-tertiary-mobile-menu li {
        display: inline-block;
        border-bottom: none; }
        .mobile-menu-tertiary .tertiary-mobile-menu-content .header-tertiary-mobile-menu li a span {
          float: none; }
        .mobile-menu-tertiary .tertiary-mobile-menu-content .header-tertiary-mobile-menu li a i {
          float: none; }
      .mobile-menu-tertiary .tertiary-mobile-menu-content .header-tertiary-mobile-menu .header-tertiary-close {
        position: absolute;
        left: 5%;
        padding: 5px;
        cursor: pointer;
        background: #323232; }
        .mobile-menu-tertiary .tertiary-mobile-menu-content .header-tertiary-mobile-menu .header-tertiary-close i {
          float: none;
          font-size: 1.7em; }
      .mobile-menu-tertiary .tertiary-mobile-menu-content .header-tertiary-mobile-menu .header-tertiary-title {
        position: absolute;
        z-index: -1;
        width: 100%;
        text-align: center;
        font-size: 1.5em; }
      .mobile-menu-tertiary .tertiary-mobile-menu-content .header-tertiary-mobile-menu .header-tertiary-home {
        position: absolute;
        left: 90%;
        padding: 5px;
        background: #323232; }
        .mobile-menu-tertiary .tertiary-mobile-menu-content .header-tertiary-mobile-menu .header-tertiary-home i {
          float: none;
          font-size: 1.7em; }

/* = Desktop Navigation = */
/**
*
* Desktop Navigation Page
*
**/
nav.primary {
  padding: 0px 0 0 0;
  }
  nav.primary img {
    float: left;
    /* width: 130px; */
    margin: 0 20px 10px 0;
    }
  nav.primary .desktop-nav {
    display: none; }
  nav.primary .mobile-nav {
    display: inline;
    float: right;
    cursor: pointer; }
    nav.primary .mobile-nav i {
      margin: 0 5px 0 20px;
      padding: 5px;
      color: white; }
    nav.primary .mobile-nav .active-nav {
      background: #f9d64f; }
    nav.primary .mobile-nav .inactive-nav {
      background: #323232; }
  nav.primary .nav-search {
    float: left;
    width: 240px;
    height: 35px;
    margin: 0;
    padding: 0 0 0 5px;
    border: none;
    background: #efefef; }
  nav.primary .nav-search-button {
    float: left;
    height: 35px;
    margin: 0;
    border-radius: 0;
    background-color: #108c03;
    background-image: none;
    -webkit-appearance: none;
    moz-appearance: none; }

nav.secondary {
  display: none; }

nav.utility {
  display: none; }

nav.supplemental ul li {
  float: none; }
  nav.supplemental ul li a {
    display: block;
    padding: 0.25em 0; }
  nav.supplemental ul li a:hover {
    color: #0394cd; }
nav.supplemental ul ul a {
  padding: 0;
  color: #888888;
  font-size: 12px;
  line-height: 2; }
nav.supplemental > ul > li {
  padding-bottom: 0.5em; }
nav.supplemental > ul > li ~ li {
  padding-top: 0.5em;
  border-top: 1px solid #dddddd; }

div.desktop-dropdown-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 96%;
  height: 400px;
  border-top: 5px #f9d64f solid;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.28);
  -moz-box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.28);
  box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.28); }

div.menu-container a:hover {
  opacity: 0.8; }
div.menu-container div {
  float: left;
  width: 50%; }
div.menu-container div.menu-column-left {
  padding: 20px;
  color: gray; }
  div.menu-container div.menu-column-left h4 a {
    color: #108c03;
    font-size: 1em;
    font-weight: 600; }
  div.menu-container div.menu-column-left h5 {
    font-weight: 700; }
  div.menu-container div.menu-column-left div {
    float: left;
    width: 50%;
    padding: 0 5px; }
    div.menu-container div.menu-column-left div ul {
      padding-left: 0;
      list-style: none; }
      div.menu-container div.menu-column-left div ul li {
        padding: 0 0 15px 0;
        font-size: 0.93em;
        line-height: 1.2em; }
        div.menu-container div.menu-column-left div ul li strong {
          color: #108c03; }
div.menu-container div.menu-column-right ul {
  padding-top: 10px;
  padding-left: 20px;
  list-style: none;
  background: #f4f4f4; }
  div.menu-container div.menu-column-right ul li {
    padding: 0 5px 10px;
    font-size: 0.93em; }
    div.menu-container div.menu-column-right ul li a {
      color: #108c03;
      font-size: 1.3em;
      font-weight: 600; }
div.menu-container div.menu-column-right div {
  float: left;
  width: 50%;
  padding: 10px 0 0 25px;
  font-size: 0.90em;
  font-weight: 700; }
  div.menu-container div.menu-column-right div .gold-emphasis {
    color: #f9d64f; }
  div.menu-container div.menu-column-right div a.button {
    padding: 15px 20px;
    color: white;
    border-radius: 0;
    background: #108c03;
    font-weight: 400; }
  div.menu-container div.menu-column-right div a.button:hover {
    opacity: 0.8; }

/* = Global && NAV Media Queries = */
@media only screen and (min-width: 721px) and (max-width: 1024px) {
  header.primary .free-trial-bar .container {
    width: 600px; }

  .torso .main header .hero {
    padding: 30px; }
    .torso .main header .hero .container h1 {
      font-size: 2.3em; }
    .torso .main header .hero .container p {
      font-size: 1.3em; }

  footer.links .container div ul li {
    font-size: 1em; } }
html.lt-ie9 header.primary .free-trial-bar .container {
  width: 600px; }
html.lt-ie9 .torso .main header .hero {
  padding: 30px; }
  html.lt-ie9 .torso .main header .hero .container h1 {
    font-size: 2.3em; }
  html.lt-ie9 .torso .main header .hero .container p {
    font-size: 1.3em; }
html.lt-ie9 footer.links .container div ul li {
  font-size: 1em; }

@media only screen and (min-width: 721px) {
  header.primary img {
    margin: 0 0 10px; }
  header.primary .free-trial-bar .container {
    font-size: 0.8em;
    font-weight: 300; }
    header.primary .free-trial-bar .container a {
      color: #ffffff; }
    header.primary .free-trial-bar .container div {
      padding: 5px; }
    header.primary .free-trial-bar .container .trial-info {
      float: left;
      width: 500px;
      margin: 5px 0 0 0;
      color: #888888; }
      header.primary .free-trial-bar .container .trial-info a i {
        vertical-align: middle; }
    header.primary .free-trial-bar .container .trial-download {
      margin: 5px 0 0 0;
      font-size: 1em; }
      header.primary .free-trial-bar .container .trial-download img {
        display: inline-block;
        margin: 0 0 0 5px; }

  nav.primary .primary-navigation {
    float: right; }
  nav.primary .nav-search {
    float: left;
    width: 205px;
    margin: 0; }
  nav.primary .nav-search-button {
    float: left; }

  footer.links .container div {
    float: left;
    width: 25%;
    padding: 0 10px 0; }
    footer.links .container div ul {
      padding-left: 0; }
      footer.links .container div ul li {
        margin-bottom: 0; } }
html.lt-ie9 header.primary img {
  margin: 0 0 10px; }
html.lt-ie9 header.primary .free-trial-bar .container {
  font-size: 0.8em;
  font-weight: 300; }
  html.lt-ie9 header.primary .free-trial-bar .container a {
    color: #ffffff; }
  html.lt-ie9 header.primary .free-trial-bar .container div {
    padding: 5px; }
  html.lt-ie9 header.primary .free-trial-bar .container .trial-info {
    float: left;
    width: 500px;
    margin: 5px 0 0 0;
    color: #888888; }
    html.lt-ie9 header.primary .free-trial-bar .container .trial-info a i {
      vertical-align: middle; }
  html.lt-ie9 header.primary .free-trial-bar .container .trial-download {
    margin: 5px 0 0 0;
    font-size: 1em; }
    html.lt-ie9 header.primary .free-trial-bar .container .trial-download img {
      display: inline-block;
      margin: 0 0 0 5px; }
html.lt-ie9 nav.primary .primary-navigation {
  float: right; }
html.lt-ie9 nav.primary .nav-search {
  float: left;
  width: 205px;
  margin: 0; }
html.lt-ie9 nav.primary .nav-search-button {
  float: left; }
html.lt-ie9 footer.links .container div {
  float: left;
  width: 25%;
  padding: 0 10px 0; }
  html.lt-ie9 footer.links .container div ul {
    padding-left: 0; }
    html.lt-ie9 footer.links .container div ul li {
      margin-bottom: 0; }

@media only screen and (min-width: 1025px) {
  header.primary .free-trial-bar .container {
    width: 965px; }
    header.primary .free-trial-bar .container .trial-info {
      display: block; }
  header.primary nav.primary img {
    /* width: 95px; */
    }
  header.primary nav.primary .primary-navigation {
    display: block; }
    header.primary nav.primary .primary-navigation ul {
      margin: 30px 0 0;
      color: grey; }
      header.primary nav.primary .primary-navigation ul .border-right {
        border-right: lightgrey 2px solid; }
      header.primary nav.primary .primary-navigation ul li {
        display: inline-block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        header.primary nav.primary .primary-navigation ul li a {
          padding: 0 10px;
          font-size: 0.9em; }
        header.primary nav.primary .primary-navigation ul li select {
          width: 75px;
          padding: 0 5px 0;
          cursor: pointer;
          color: grey;
          border: none;
          background: #ffffff;
          background: url(//www.whatsupgold.com/img/select-down-grey.png) no-repeat 90% 50%;
          font-family: 'Cantarell', sans-serif;
          font-size: 0.9em;
          -webkit-appearance: none;
          moz-appearance: none; }
        header.primary nav.primary .primary-navigation ul li select:hover {
          color: lightgray; }
  header.primary nav.primary .desktop-nav {
    display: block; }
  header.primary nav.primary .mobile-nav {
    display: none; }
  header.primary nav.secondary {
    display: block;
    padding: 25px 40px 0; }
    header.primary nav.secondary .left-menu li {
      height: 40px; }
      header.primary nav.secondary .left-menu li a {
        margin: 0 10px;
        padding: 10px 0;
        color: black;
        border-bottom: 4px #ffffff solid;
        font-size: 1.1em;
        font-weight: 800;
        -webkit-transition: all 250ms ease;
        transition: all 250ms ease; }
      header.primary nav.secondary .left-menu li a:hover {
        border-bottom: 5px #f9d64f solid;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease; }
      header.primary nav.secondary .left-menu li a.active-menu-item {
        border-bottom: 5px #f9d64f solid; }
    header.primary nav.secondary .right-menu {
      float: right; }
      header.primary nav.secondary .right-menu li a {
        font-size: 0.9em; }
      header.primary nav.secondary .right-menu li:hover {
        color: #f9d64f; }

  footer.links .container div {
    padding: 0; }
    footer.links .container div ul li {
      font-size: 100%; }

  footer ul {
    padding-left: 0;
    list-style: none; }
    footer ul li:before {
      display: none; }
  footer .break {
    display: block;
    width: 100%;
    height: 10px;
    margin: 50px 0 50px 0;
    background-color: #f4f4f4; } }
html.lt-ie9 header.primary .free-trial-bar .container {
  width: 965px; }
  html.lt-ie9 header.primary .free-trial-bar .container .trial-info {
    display: block; }
html.lt-ie9 header.primary nav.primary img {
  width: 250px; }
html.lt-ie9 header.primary nav.primary .primary-navigation {
  display: block; }
  html.lt-ie9 header.primary nav.primary .primary-navigation ul {
    margin: 30px 0 0;
    color: grey; }
    html.lt-ie9 header.primary nav.primary .primary-navigation ul .border-right {
      border-right: lightgrey 2px solid; }
    html.lt-ie9 header.primary nav.primary .primary-navigation ul li {
      display: inline-block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      html.lt-ie9 header.primary nav.primary .primary-navigation ul li a {
        padding: 0 10px;
        font-size: 0.9em; }
      html.lt-ie9 header.primary nav.primary .primary-navigation ul li select {
        width: 75px;
        padding: 0 5px 0;
        cursor: pointer;
        color: grey;
        border: none;
        background: #ffffff;
        background: url(../img/select-down-grey.png) no-repeat 90% 50%;
        font-family: 'Cantarell', sans-serif;
        font-size: 0.9em;
        -webkit-appearance: none;
        moz-appearance: none; }
      html.lt-ie9 header.primary nav.primary .primary-navigation ul li select:hover {
        color: lightgray; }
html.lt-ie9 header.primary nav.primary .desktop-nav {
  display: block; }
html.lt-ie9 header.primary nav.primary .mobile-nav {
  display: none; }
html.lt-ie9 header.primary nav.secondary {
  display: block;
  padding: 25px 40px 0; }
  html.lt-ie9 header.primary nav.secondary .left-menu li {
    height: 40px; }
    html.lt-ie9 header.primary nav.secondary .left-menu li a {
      margin: 0 10px;
      padding: 10px 0;
      color: black;
      border-bottom: 4px #ffffff solid;
      font-size: 1.1em;
      font-weight: 800;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
    html.lt-ie9 header.primary nav.secondary .left-menu li a:hover {
      border-bottom: 5px #f9d64f solid;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
    html.lt-ie9 header.primary nav.secondary .left-menu li a.active-menu-item {
      border-bottom: 5px #f9d64f solid; }
  html.lt-ie9 header.primary nav.secondary .right-menu {
    float: right; }
    html.lt-ie9 header.primary nav.secondary .right-menu li a {
      font-size: 0.9em; }
    html.lt-ie9 header.primary nav.secondary .right-menu li:hover {
      color: #f9d64f; }
html.lt-ie9 footer.links .container div {
  padding: 0; }
  html.lt-ie9 footer.links .container div ul li {
    font-size: 100%; }
html.lt-ie9 footer ul {
  padding-left: 0;
  list-style: none; }
  html.lt-ie9 footer ul li:before {
    display: none; }
html.lt-ie9 footer .break {
  display: block;
  width: 100%;
  height: 10px;
  margin: 50px 0 50px 0;
  background-color: #f4f4f4; }

/* = Specific Page Import = */
/**
*
* REPEATED PAGE STYLES
*
**/
.torso .main header.homepage {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  text-align: left;
  color: #ffffff;
  background-image: url(/images/home/hero-homepage-1.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover; }
  .torso .main header.homepage div.hero div.container {
    position: relative;
    z-index: 5;
    height: 200px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.6); }
    .torso .main header.homepage div.hero div.container h1 {
      font-size: 1em;
      font-weight: 400; }
    .torso .main header.homepage div.hero div.container p {
      font-size: 1em;
      font-weight: 300;
      margin-bottom: 0.5em; }
    .torso .main header.homepage div.hero div.container div.freeTrialButton {
      margin: 0;
      position: absolute;
      right: 15%;
      z-index: 20; }
      .torso .main header.homepage div.hero div.container div.freeTrialButton a.button {
        background: #f2cc47;
        border: none;
        border-radius: 0;
        color: black; }
        .torso .main header.homepage div.hero div.container div.freeTrialButton a.button:hover {
          color: #ffffff;
          background: #12618c; }
        .torso .main header.homepage div.hero div.container div.freeTrialButton a.button i.fa {
          margin: -10px -10px -10px 20px;
          border-left: 1px solid #c3a329;
          padding: 15px;
          color: #ffffff; }
.torso .main section div.full {
  text-align: center;
  width: 75%;
  margin: 0 auto; }
  .torso .main section div.full h2 {
    padding: 0 50px; }
  .torso .main section div.full p.description {
    font-size: 1.5em;
    font-weight: 300; }
.torso .main section p {
  font-size: 2em;
  font-weight: 400; }
  .torso .main section p a {
    color: #016a77;
    font-weight: bold; }
.torso .main section li {
  font-size: 1.15em;
  font-weight: 300; }
.torso .main section div.right-panel div.button-group, .torso .main section div.full-panel div.button-group, .torso .main section div.left-panel div.button-group {
  float: none;
  width: 100%;
  margin: 30px 0;
  padding: 0; }
  .torso .main section div.right-panel div.button-group button, .torso .main section div.full-panel div.button-group button, .torso .main section div.left-panel div.button-group button {
    width: 100%;
    margin: 5px 0;
    padding: 20px 20px;
    color: #ffffff;
    border-radius: 0;
    background: #108c03;
    font-size: 1em;
    font-weight: 600; }
.torso .main section .button-group button .fa-chevron-right {
  margin-left: 5px; }
.torso .main section div.button-group {
  float: none;
  width: 100%;
  margin: 30px 0;
  padding: 0; }
  .torso .main section div.button-group button {
    width: 100%;
    margin: 5px 0;
    padding: 20px 20px;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    background: #108c03;
    font-size: 1em;
    font-weight: 600;
    text-align: left;
    width: 70%;
    border-radius: 0; }
.torso .main section.homepage-panels div.container h3 {
  text-align: left;
  font-size: 1.4em; }
.torso .main section.homepage-panels div.container div.link-panels {
  margin: 35px 0 0; }
  .torso .main section.homepage-panels div.container div.link-panels div {
    background: #f9d64f;
    text-align: center;
    margin-bottom: 10px;
    padding: 20px; }
    .torso .main section.homepage-panels div.container div.link-panels div a {
      display: block;
      font-size: 2.2em;
      color: black;
      line-height: 0.8; }
      .torso .main section.homepage-panels div.container div.link-panels div a i {
        font-size: 0.6em;
        font-style: normal; }
    .torso .main section.homepage-panels div.container div.link-panels div div.faux-img {
      display: block;
      margin: 10px auto 0;
      width: 35px;
      height: 35px;
      padding: 0; }
  .torso .main section.homepage-panels div.container div.link-panels div:nth-child(1) div.faux-img {
    background: url(../images/link-panel-arrow.png) 0 -35px no-repeat; }
  .torso .main section.homepage-panels div.container div.link-panels div:nth-child(2) div.faux-img {
    background: url(../images/link-panel-app.png) 0 -35px no-repeat; }
  .torso .main section.homepage-panels div.container div.link-panels div:nth-child(3) div.faux-img {
    background: url(../images/link-panel-check.png) 0 -35px no-repeat; }
  .torso .main section.homepage-panels div.container div.link-panels div:nth-child(1):hover div.faux-img {
    background: url(../images/link-panel-arrow.png) 0 0 no-repeat; }
  .torso .main section.homepage-panels div.container div.link-panels div:nth-child(2):hover div.faux-img {
    background: url(../images/link-panel-app.png) 0 0 no-repeat; }
  .torso .main section.homepage-panels div.container div.link-panels div:nth-child(3):hover div.faux-img {
    background: url(../images/link-panel-check.png) 0 0 no-repeat; }
  .torso .main section.homepage-panels div.container div.link-panels div:hover {
    background: #12618c; }
    .torso .main section.homepage-panels div.container div.link-panels div:hover a {
      color: #ffffff; }
.torso .main section.homepage-product {
  padding: 20px 0 0; }
  .torso .main section.homepage-product div.container div a {
    color: #108c03; }
  .torso .main section.homepage-product div.container div a:hover {
    opacity: 0.8; }
  .torso .main section.homepage-product div.container div h3 {
    font-size: 2.1em;
    font-weight: 400;
    text-align: left;
    line-height: 1; }
    .torso .main section.homepage-product div.container div h3 a {
      color: #108c03;
      padding: 10px 10px 1px;
      border-bottom: 2px solid #108c03; }
    .torso .main section.homepage-product div.container div h3 a:hover {
      border-bottom: 0;
      padding: 10px 10px 10px;
      background: #f2cc47;
      color: black;
      text-decoration: none; }
  .torso .main section.homepage-product div.container div h3#discover {
    font-size: 24px;
    margin-left: -11px; }
    .torso .main section.homepage-product div.container div h3#discover a {
      text-decoration: none;
      border-bottom: 0;
      /*padding: 0;*/ }
    .torso .main section.homepage-product div.container div h3#discover a:hover {
      /*padding: 0;*/ }
  .torso .main section.homepage-product div.container div div.button-group {
    width: auto;
    margin-bottom: 20px; }
    .torso .main section.homepage-product div.container div div.button-group button {
      width: 100%;
      margin: 5px 0;
      padding: 20px 20px;
      color: #ffffff;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600;
      border: 0; }
    .torso .main section.homepage-product div.container div div.button-group button:hover {
      background: #12618c; }
  .torso .main section.homepage-product div.container div.fullW a:hover {
    color: #12618c; }
  .torso .main section.homepage-product div.container div.left-div-image {
    display: none; }
  .torso .main section.homepage-product div.container div.right-div-image {
    display: none; }
.torso .main section.homepage-press {
  padding: 50px 0 0; }
  .torso .main section.homepage-press div.container h1 {
    font-size: 3em;
    font-weight: 300;
    text-align: center;
    padding-bottom: 15px; }
  .torso .main section.homepage-press div.container h3 {
    padding-top: 10px;
    padding-bottom: 25px;
    font-size: 1.5em;
    text-align: center; }
    .torso .main section.homepage-press div.container h3 a {
      color: #108c03;
      padding: 10px 10px 1px;
      border-bottom: 2px solid #108c03; }
    .torso .main section.homepage-press div.container h3 a:hover {
      border-bottom: 0;
      padding: 10px 10px 10px;
      background: #f2cc47;
      color: black;
      text-decoration: none; }
  .torso .main section.homepage-press div.container div.blocks {
    overflow: hidden; }
    .torso .main section.homepage-press div.container div.blocks div {
      color: #d0e8f4; }
      .torso .main section.homepage-press div.container div.blocks div a {
        color: #ffffff;
        font-weight: normal; }
      .torso .main section.homepage-press div.container div.blocks div a:hover {
        color: #12618c; }
      .torso .main section.homepage-press div.container div.blocks div h3 {
        text-align: left;
        color: #ffffff;
        font-size: 1.4em;
        font-weight: bolder;
        padding-bottom: 0;
        padding-top: 0;
        line-height: 1; }
      .torso .main section.homepage-press div.container div.blocks div p.credit {
        color: #77b8db;
        font-size: 0.9em; }
      .torso .main section.homepage-press div.container div.blocks div i.fa {
        margin-left: 10px; }
      .torso .main section.homepage-press div.container div.blocks div div {
        padding: 25px; }
        .torso .main section.homepage-press div.container div.blocks div div div.tweet {
          background: url(../images/twitter-sprite.png) no-repeat 15px 35px;
          padding: 25px 25px 25px 65px;
          border-bottom: 4px dotted #3dc6f0; }
          .torso .main section.homepage-press div.container div.blocks div div div.tweet p.time {
            margin-bottom: 0; }
        .torso .main section.homepage-press div.container div.blocks div div div.tweet:nth-last-child(1) {
          border-bottom: none; }
      .torso .main section.homepage-press div.container div.blocks div div.left1 {
        background: #003f60; }
      .torso .main section.homepage-press div.container div.blocks div div.left2 {
        background: #186289;
        padding-bottom: 1000px;
        margin-bottom: -980px; }
        .torso .main section.homepage-press div.container div.blocks div div.left2 a:hover {
          color: #1db1ea; }
      .torso .main section.homepage-press div.container div.blocks div div.right1 {
        background: #002f47; }
      .torso .main section.homepage-press div.container div.blocks div div.right2 {
        background: #1db1ea;
        padding-bottom: 1000px;
        margin-bottom: -1000px; }
  .torso .main section.homepage-press div.container div.three-col-row {
    display: block; }
    .torso .main section.homepage-press div.container div.three-col-row div.row-container div.col {
      color: #ffffff;
      display: block;
      padding: 25px 0; }
      .torso .main section.homepage-press div.container div.three-col-row div.row-container div.col h3 {
        text-align: left;
        padding: 0 25px 16px;
        font-size: 1em; }
      .torso .main section.homepage-press div.container div.three-col-row div.row-container div.col a.more {
        padding: 0 25px;
        color: #ffffff;
        font-size: 1em; }
      .torso .main section.homepage-press div.container div.three-col-row div.row-container div.col a.more:hover {
        color: #12618c; }
    .torso .main section.homepage-press div.container div.three-col-row div.row-container div.col:nth-child(1) {
      background: #323232; }
    .torso .main section.homepage-press div.container div.three-col-row div.row-container div.col:nth-child(2) {
      background: #434343; }
    .torso .main section.homepage-press div.container div.three-col-row div.row-container div.col:nth-child(3) {
      background: #6a6a6a; }
  .torso .main section.homepage-press div.container div.cycle-container {
    padding: 25px 0; }
    .torso .main section.homepage-press div.container div.cycle-container div {
      float: left; }
    .torso .main section.homepage-press div.container div.cycle-container div.prev, .torso .main section.homepage-press div.container div.cycle-container div.next {
      width: 7%;
      height: 60px;
      margin-top: 15px; }
    .torso .main section.homepage-press div.container div.cycle-container div.prev:hover, .torso .main section.homepage-press div.container div.cycle-container div.next:hover {
      cursor: pointer; }
    .torso .main section.homepage-press div.container div.cycle-container div.prev {
      background: url(../images/customers/prev.png) no-repeat 0 50%; }
    .torso .main section.homepage-press div.container div.cycle-container div.next {
      background: url(../images/customers/next.png) no-repeat 100% 50%;
      float: right; }
    .torso .main section.homepage-press div.container div.cycle-container div.cycle-slideshow {
      width: 84%; }
.torso .main section.two-column div.container div p.emP {
  font-size: 1.4em;
  font-weight: 300; }
.torso .main section.two-column div.container div div.button-group {
  float: none;
  width: 100%;
  margin: 30px 0;
  padding: 0; }
  .torso .main section.two-column div.container div div.button-group button {
    width: 100%;
    margin: 5px 0;
    padding: 20px 20px;
    color: #ffffff;
    border-radius: 0;
    background: #108c03;
    font-size: 1em;
    font-weight: 600; }
.torso .main section.two-column div.container div div.video-container-noJs {
  width: 100%;
  box-shadow: 0 3px 12px #666;
  padding: 0;
  float: none; }
.torso .main section.two-column div.container div div.detailFloat {
  width: 100%;
  padding: 25px 0;
  float: none;
  margin: 25px 0 0;
  border-top: 1px solid lightgray; }
  .torso .main section.two-column div.container div div.detailFloat img {
    display: none;
    float: left;
    width: 12%; }
  .torso .main section.two-column div.container div div.detailFloat div {
    width: 86%;
    padding: 0 15px; }
    .torso .main section.two-column div.container div div.detailFloat div p {
      margin-bottom: 0; }
    .torso .main section.two-column div.container div div.detailFloat div p.detail-small {
      font-size: 0.8em;
      margin-top: 5px; }

/********************************
  *
  * TABLETS ONLY
  *
  */
@media only screen and (min-width: 721px) and (max-width: 1024px) {
  .torso .main section.homepage-product div.container div {
    width: 60%;
    float: left;
    display: block; }
  .torso .main section.homepage-product div.container div.left-div-image, .torso .main section.homepage-product div.container div.right-div-image {
    width: 40%;
    float: left;
    display: block; } }
html.lt-ie9 .torso .main section.homepage-product div.container div {
  width: 60%;
  float: left;
  display: block; }
html.lt-ie9 .torso .main section.homepage-product div.container div.left-div-image, html.lt-ie9 .torso .main section.homepage-product div.container div.right-div-image {
  width: 40%;
  float: left;
  display: block; }

@media only screen and (max-width: 720px) {
  .torso .main header.homepage div.container h1 {
    font-size: 2em; }
  .torso .main section.homepage-panels h3 {
    font-size: 2em; }
  .torso .main section.homepage-product div.container div h3 {
    font-size: 3em; } }
/********************************
  *
  * TABLETS AND UP
  *
  */
@media only screen and (min-width: 721px) {
  .torso .main header.homepage {
    height: 350px; }
    .torso .main header.homepage div.hero {
      padding: 100px 10px 0;
      /*margin-left: -30%;*/ }
      .torso .main header.homepage div.hero div.container {
        width: 470px;
        height: 100%;
        padding: 25px 15px 15px;
        background-color: rgba(0, 0, 0, 0.6); }
        .torso .main header.homepage div.hero div.container h1 {
          font-size: 2em; }
        .torso .main header.homepage div.hero div.container p {
          font-size: 1.2em; }
        .torso .main header.homepage div.hero div.container div.freeTrialButton {
          margin: 0;
          right: -50px;
          bottom: -30px; }
  .torso .main section.homepage-product div.container div.left-div-image {
    display: block; }
  .torso .main section.homepage-product div.container div.right-div-image {
    display: block; } }
html.lt-ie9 .torso .main header.homepage {
  height: 350px; }
  html.lt-ie9 .torso .main header.homepage div.hero {
    padding: 100px 10px 0;
    /*margin-left: -30%;*/ }
    html.lt-ie9 .torso .main header.homepage div.hero div.container {
      width: 470px;
      height: 100%;
      padding: 25px 15px 15px;
      background-color: rgba(0, 0, 0, 0.6); }
      html.lt-ie9 .torso .main header.homepage div.hero div.container h1 {
        font-size: 2em; }
      html.lt-ie9 .torso .main header.homepage div.hero div.container p {
        font-size: 1.2em; }
      html.lt-ie9 .torso .main header.homepage div.hero div.container div.freeTrialButton {
        margin: 0;
        right: -50px;
        bottom: -30px; }
html.lt-ie9 .torso .main section.homepage-product div.container div.left-div-image {
  display: block; }
html.lt-ie9 .torso .main section.homepage-product div.container div.right-div-image {
  display: block; }

/********************************
  *
  * DESKTOPS AND UP
  *
  */
@media only screen and (min-width: 1025px) {
  body div.container div.desktop-dropdown-menu {
    height: 455px; }
    body div.container div.desktop-dropdown-menu div.menu-container {
      display: table; }
      body div.container div.desktop-dropdown-menu div.menu-container div.menu-body {
        display: table-row;
        width: 100%; }
        body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col {
          display: table-cell;
          width: 33.33%;
          padding: 15px; }
          body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col h2 {
            font-size: 1.3em;
            font-weight: bold;
            padding-bottom: 10px; }
          body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.title {
            border-bottom: 1px solid #f2cc47;
            padding-bottom: 15px; }
            body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.title h3 {
              font-size: 1.5em;
              font-weight: bold;
              color: #108c03;
              padding-bottom: 0;
              padding-top: 10px;
              line-height: 1; }
              body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.title h3 a {
                color: #108c03; }
              body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.title h3 a:hover {
                color: #12618c; }
            body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.title p.subtitle {
              font-size: 0.8em;
              margin-bottom: 10px;
              line-height: 1.3;
              color: #7b7b7b; }
            body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.title div.button-group {
              display: block;
              float: right;
              width: 32%;
              padding-top: 10px;
              text-align: right; }
              body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.title div.button-group a.button {
                border-radius: 0;
                background: #108c03; }
                body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.title div.button-group a.button strong em {
                  font-style: normal;
                  color: #f2cc47; }
          body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.content h3 {
            font-size: 1.2em;
            font-weight: bold;
            padding-bottom: 0;
            padding-left: 20px;
            margin-top: 20px;
            line-height: 1; }
          body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.content p.subtitle {
            font-size: 0.9em;
            margin-bottom: 15px;
            line-height: 1.3;
            color: #7b7b7b;
            padding-left: 20px; }
          body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.content div {
            padding-left: 30px; }
            body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.content div a {
              font-weight: bold;
              color: #108c03;
              font-size: 0.9em; }
            body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.content div a:hover {
              color: #12618c; }
            body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.content div p.description {
              colro: #7b7b7b;
              font-size: 0.75em;
              line-height: 1;
              margin-bottom: 10px; }
          body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.aside-links {
            width: 100%;
            padding-top: 35px;
            padding-left: 20px; }
            body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.aside-links a {
              font-weight: bold;
              color: #108c03;
              font-size: 0.9em; }
            body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.aside-links a:hover {
              color: #12618c; }
            body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.aside-links p.description {
              colro: #7b7b7b;
              font-size: 0.75em;
              line-height: 1;
              margin-bottom: 10px; }
        body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col-1 {
          width: 66.66%; }
          body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col-1 div {
            width: 100%; }
          body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col-1 div.content div {
            width: 50%; }
      body div.container div.desktop-dropdown-menu div.menu-container div.menu-footer {
        display: table-row;
        width: 100%;
        vertical-align: bottom; }
        body div.container div.desktop-dropdown-menu div.menu-container div.menu-footer div.menu-col {
          display: table-cell;
          width: 33.33%;
          text-align: center;
          background: #21486f;
          padding: 15px 0; }
          body div.container div.desktop-dropdown-menu div.menu-container div.menu-footer div.menu-col a {
            color: #ffffff;
            font-weight: bolder;
            font-size: 1em; }
          body div.container div.desktop-dropdown-menu div.menu-container div.menu-footer div.menu-col a:hover {
            color: #888888; }
  body div.container ul.small-dropdown {
    display: none;
    width: 120px;
    position: absolute;
    right: -20px;
    top: 20px;
    background: #ffffff;
    padding: 25px 0 10px;
    z-index: 200; }
    body div.container ul.small-dropdown li {
      display: block;
      width: 100%; }

  .torso .main header.homepage {
    height: 423px; }
    .torso .main header.homepage div.hero {
      padding: 130px 0 0 0;
      /*margin-left: -34%;*/ }
      .torso .main header.homepage div.hero div.container {
        width: 730px; }
        .torso .main header.homepage div.hero div.container h1 {
          font-size: 2.1em;
          padding-left: 35px; }
        .torso .main header.homepage div.hero div.container p {
          font-size: 1.5em; }
        .torso .main header.homepage div.hero div.container div.freeTrialButton {
          margin: 0;
          right: -51px;
          bottom: -30px; }
  .torso .main section p {
    font-size: inherit;
    font-weight: 400; }
  .torso .main section li {
    font-size: inherit;
    font-weight: 300;
    }
  .torso .main section div.right-panel div.button-group, .torso .main section div.full-panel div.button-group, .torso .main section div.left-panel div.button-group {
    float: none;
    width: 100%;
    margin: 30px 0;
    padding: 0; }
    .torso .main section div.right-panel div.button-group button, .torso .main section div.full-panel div.button-group button, .torso .main section div.left-panel div.button-group button {
      width: 65%;
      text-align: left; }
  .torso .main section.two-column div.container div {
    float: left;
    width: 50%;
    padding: 0 10px; }
    .torso .main section.two-column div.container div div.button-group {
      float: none;
      width: 100%;
      margin: 30px 0;
      padding: 0; }
      .torso .main section.two-column div.container div div.button-group button {
        width: 65%;
        text-align: left; }
    .torso .main section.two-column div.container div div.detailFloat img {
      display: block; }
  .torso .main section.homepage-panels div.link-panels div {
    display: inline-block;
    width: 33%; }
  .torso .main section.homepage-product {
    padding: 50px 0 0; }
    .torso .main section.homepage-product div.container div {
      position: relative;
      float: left;
      width: 50%;
      box-sizing: border-box;
      margin: 0;
      vertical-align: top; }
      .torso .main section.homepage-product div.container div div.button-group button {
        width: 100%; }
    .torso .main section.homepage-product div.container div.right-div-image {
      text-align: right; }
      .torso .main section.homepage-product div.container div.right-div-image img {
        margin-right: -25px; }
    .torso .main section.homepage-product div.container div.left-div-image img {
      margin-left: -25px; }
    .torso .main section.homepage-product div.container div.fullW {
      width: 100%; }
  .torso .main section.homepage-press div.container div.blocks div {
    width: 50%;
    float: left; }
    .torso .main section.homepage-press div.container div.blocks div div {
      width: 100%; }
  .torso .main section.homepage-press div.container div.three-col-row {
    display: table; }
    .torso .main section.homepage-press div.container div.three-col-row div.row-container {
      display: table-row; }
      .torso .main section.homepage-press div.container div.three-col-row div.row-container div.col {
        display: table-cell;
        position: relative;
        width: 33.33%;
        padding: 25px 0 40px;
        -webkit-box-shadow: inset 3px 2px 12px 0 #323232;
        -moz-box-shadow: inset 3px 2px 12px 0 #323232;
        box-shadow: inset 3px 2px 12px 0 #323232; }
        .torso .main section.homepage-press div.container div.three-col-row div.row-container div.col a.more {
          /*position: absolute;
          bottom: 15px;*/ } }
html.lt-ie9 body div.container div.desktop-dropdown-menu {
  height: 455px; }
  html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container {
    display: table; }
    html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body {
      display: table-row;
      width: 100%; }
      html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col {
        display: table-cell;
        width: 33.33%;
        padding: 15px; }
        html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col h2 {
          font-size: 1.3em;
          font-weight: bold;
          padding-bottom: 10px; }
        html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.title {
          border-bottom: 1px solid #f2cc47;
          padding-bottom: 15px; }
          html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.title h3 {
            font-size: 1.5em;
            font-weight: bold;
            color: #108c03;
            padding-bottom: 0;
            padding-top: 10px;
            line-height: 1; }
            html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.title h3 a {
              color: #108c03; }
            html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.title h3 a:hover {
              color: #12618c; }
          html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.title p.subtitle {
            font-size: 0.8em;
            margin-bottom: 10px;
            line-height: 1.3;
            color: #7b7b7b; }
          html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.title div.button-group {
            display: block;
            float: right;
            width: 32%;
            padding-top: 10px;
            text-align: right; }
            html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.title div.button-group a.button {
              border-radius: 0;
              background: #108c03; }
              html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.title div.button-group a.button strong em {
                font-style: normal;
                color: #f2cc47; }
        html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.content h3 {
          font-size: 1.2em;
          font-weight: bold;
          padding-bottom: 0;
          padding-left: 20px;
          margin-top: 20px;
          line-height: 1; }
        html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.content p.subtitle {
          font-size: 0.9em;
          margin-bottom: 15px;
          line-height: 1.3;
          color: #7b7b7b;
          padding-left: 20px; }
        html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.content div {
          padding-left: 30px; }
          html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.content div a {
            font-weight: bold;
            color: #108c03;
            font-size: 0.9em; }
          html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.content div a:hover {
            color: #12618c; }
          html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.content div p.description {
            colro: #7b7b7b;
            font-size: 0.75em;
            line-height: 1;
            margin-bottom: 10px; }
        html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.aside-links {
          width: 100%;
          padding-top: 35px;
          padding-left: 20px; }
          html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.aside-links a {
            font-weight: bold;
            color: #108c03;
            font-size: 0.9em; }
          html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.aside-links a:hover {
            color: #12618c; }
          html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col div.aside-links p.description {
            colro: #7b7b7b;
            font-size: 0.75em;
            line-height: 1;
            margin-bottom: 10px; }
      html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col-1 {
        width: 66.66%; }
        html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col-1 div {
          width: 100%; }
        html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-body div.menu-col-1 div.content div {
          width: 50%; }
    html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-footer {
      display: table-row;
      width: 100%;
      vertical-align: bottom; }
      html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-footer div.menu-col {
        display: table-cell;
        width: 33.33%;
        text-align: center;
        background: #21486f;
        padding: 15px 0; }
        html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-footer div.menu-col a {
          color: #ffffff;
          font-weight: bolder;
          font-size: 1em; }
        html.lt-ie9 body div.container div.desktop-dropdown-menu div.menu-container div.menu-footer div.menu-col a:hover {
          color: #888888; }
html.lt-ie9 body div.container ul.small-dropdown {
  display: none;
  width: 120px;
  position: absolute;
  right: -20px;
  top: 20px;
  background: #ffffff;
  padding: 25px 0 10px;
  z-index: 200; }
  html.lt-ie9 body div.container ul.small-dropdown li {
    display: block;
    width: 100%; }
html.lt-ie9 .torso .main header.homepage {
  height: 423px; }
  html.lt-ie9 .torso .main header.homepage div.hero {
    padding: 130px 0 0 0;
    /*margin-left: -34%;*/ }
    html.lt-ie9 .torso .main header.homepage div.hero div.container {
      width: 730px; }
      html.lt-ie9 .torso .main header.homepage div.hero div.container h1 {
        font-size: 2.1em;
        padding-left: 35px; }
      html.lt-ie9 .torso .main header.homepage div.hero div.container p {
        font-size: 1.5em; }
      html.lt-ie9 .torso .main header.homepage div.hero div.container div.freeTrialButton {
        margin: 0;
        right: -51px;
        bottom: -30px; }
html.lt-ie9 .torso .main section p {
  font-size: inherit;
  font-weight: 400; }
html.lt-ie9 .torso .main section li {
  font-size: inherit;
  font-weight: 400; }
html.lt-ie9 .torso .main section div.right-panel div.button-group, html.lt-ie9 .torso .main section div.full-panel div.button-group, html.lt-ie9 .torso .main section div.left-panel div.button-group {
  float: none;
  width: 100%;
  margin: 30px 0;
  padding: 0; }
  html.lt-ie9 .torso .main section div.right-panel div.button-group button, html.lt-ie9 .torso .main section div.full-panel div.button-group button, html.lt-ie9 .torso .main section div.left-panel div.button-group button {
    width: 65%;
    text-align: left; }
html.lt-ie9 .torso .main section.two-column div.container div {
  float: left;
  width: 50%;
  padding: 0 10px; }
  html.lt-ie9 .torso .main section.two-column div.container div div.button-group {
    float: none;
    width: 100%;
    margin: 30px 0;
    padding: 0; }
    html.lt-ie9 .torso .main section.two-column div.container div div.button-group button {
      width: 65%;
      text-align: left; }
  html.lt-ie9 .torso .main section.two-column div.container div div.detailFloat img {
    display: block; }
html.lt-ie9 .torso .main section.homepage-panels div.link-panels div {
  display: inline-block;
  width: 33%; }
html.lt-ie9 .torso .main section.homepage-product {
  padding: 50px 0 0; }
  html.lt-ie9 .torso .main section.homepage-product div.container div {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    vertical-align: top; }
    html.lt-ie9 .torso .main section.homepage-product div.container div div.button-group button {
      width: 100%; }
  html.lt-ie9 .torso .main section.homepage-product div.container div.right-div-image {
    text-align: right; }
    html.lt-ie9 .torso .main section.homepage-product div.container div.right-div-image img {
      margin-right: -25px; }
  html.lt-ie9 .torso .main section.homepage-product div.container div.left-div-image img {
    margin-left: -25px; }
  html.lt-ie9 .torso .main section.homepage-product div.container div.fullW {
    width: 100%; }
html.lt-ie9 .torso .main section.homepage-press div.container div.blocks div {
  width: 50%;
  float: left; }
  html.lt-ie9 .torso .main section.homepage-press div.container div.blocks div div {
    width: 100%; }
html.lt-ie9 .torso .main section.homepage-press div.container div.three-col-row {
  display: table; }
  html.lt-ie9 .torso .main section.homepage-press div.container div.three-col-row div.row-container {
    display: table-row; }
    html.lt-ie9 .torso .main section.homepage-press div.container div.three-col-row div.row-container div.col {
      display: table-cell;
      position: relative;
      width: 33.33%;
      padding: 25px 0 40px;
      -webkit-box-shadow: inset 3px 2px 12px 0 #323232;
      -moz-box-shadow: inset 3px 2px 12px 0 #323232;
      box-shadow: inset 3px 2px 12px 0 #323232; }
      html.lt-ie9 .torso .main section.homepage-press div.container div.three-col-row div.row-container div.col a.more {
        /*position: absolute;
        bottom: 15px;*/ }

/**
*
* PRODUCTS LANDING PAGE STYLES
*
**/
form[action='whatsup-gold-ms-lync-performance-monitor.aspx'] section.group.product-detail.alt.first span {
  font-size: 18px;
  color: #12618c; }
form[action='whatsup-gold-ms-lync-performance-monitor.aspx'] section.group.product-detail.alt.first .button {
  color: white !important;
  padding: 20px !important;
  width: 250px; }
form[action='whatsup-gold-ms-lync-performance-monitor.aspx'] section.group.product-detail.alt.first hr {
  background-color: #F4F4F4;
  color: #f4f4f4;
  height: 2px;
  border-top: none; }

.torso .products-main {
  /** header image for ms-lync product**/
  /**----------------------------------------**/ }
  .torso .products-main header.product {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    background-image: url("../images/product_landing_hero_bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover; }
    .torso .products-main header.product div.hero div.container {
      height: 200px;
      padding: 40px;
      background-color: rgba(0, 0, 0, 0.6); }
      .torso .products-main header.product div.hero div.container h1 {
        font-size: 1em;
        font-weight: 400; }
      .torso .products-main header.product div.hero div.container p {
        font-size: 1em;
        font-weight: 300; }
  .torso .products-main header.product.ms-lync {
    background-image: url("../images/products/ms-lync/Lnyc-Hero-Banner-No-Text.png") !important; }
  .torso .products-main section h2 {
    padding-bottom: 20px;
    font-size: 2em; }
  .torso .products-main section h3 {
    padding-bottom: 15px;
    font-weight: 300; }
    .torso .products-main section h3 a {
      color: #108c03;
      font-weight: 600; }
  .torso .products-main section li {
    font-size: 0.9em; }
  .torso .products-main section div.popout {
    margin: 25px 0 0 0;
    background: #f4f4f4; }
    .torso .products-main section div.popout div.popout-head div {
      width: 100%;
      margin: 0 auto; }
    .torso .products-main section div.popout div.popout-head div.video-image {
      text-align: center;
      background: #e9e9e9; }
      .torso .products-main section div.popout div.popout-head div.video-image img {
        width: 100%;
        height: 100%; }
    .torso .products-main section div.popout div.popout-head div.head-list {
      padding: 15px 20px;
      text-align: center;
      background: #f9d64f;
      font-size: 0.9em;
      font-weight: 600; }
      .torso .products-main section div.popout div.popout-head div.head-list h4 {
        margin: 0 0 20px 0;
        padding: 0;
        font-size: 1.5em;
        font-weight: bolder; }
      .torso .products-main section div.popout div.popout-head div.head-list p {
        font-size: 1.1em;
        font-weight: bold;
        line-height: 1; }
      .torso .products-main section div.popout div.popout-head div.head-list p.cta a {
        color: #555555; }
      .torso .products-main section div.popout div.popout-head div.head-list p.cta-data {
        background: url(/images/video-aside-sprite.png) no-repeat 0 -54px;
        margin: 0 0 15px;
        padding: 5px 0 5px 40px;
        height: 27px; }
      .torso .products-main section div.popout div.popout-head div.head-list p.cta-study {
        background: url(/images/video-aside-sprite.png) no-repeat 0 -27px;
        margin: 0 0 15px;
        padding: 5px 0 5px 40px;
        height: 27px; }
      .torso .products-main section div.popout div.popout-head div.head-list p.cta-whitepaper {
        background: url(/images/video-aside-sprite.png) no-repeat 0 0px;
        margin: 0 0 15px;
        padding: 5px 0 5px 40px;
        height: 27px; }
      .torso .products-main section div.popout div.popout-head div.head-list ul {
        padding: 0 0 0 0;
        text-align: left; }
        .torso .products-main section div.popout div.popout-head div.head-list ul li {
          list-style-position: inside;
          text-decoration: underline; }
    .torso .products-main section div.popout div.popout-list h3 {
      padding: 40px;
      font-size: 1.75em;
      font-weight: 600; }
    .torso .products-main section div.popout div.popout-list div a.button strong em {
      font-style: normal;
      color: #f2cc47; }
    .torso .products-main section div.popout div.popout-list div ul {
      padding: 0 40px; }
      .torso .products-main section div.popout div.popout-list div ul li p a {
        color: #108c03;
        font-weight: 600; }
    .torso .products-main section div.popout div.popout-list div h4 {
      padding-bottom: 5px;
      /*color: $headline-green;*/
      font-size: 1.6em;
      font-weight: 700; }
      .torso .products-main section div.popout div.popout-list div h4 a {
        color: #108c03; }
      .torso .products-main section div.popout div.popout-list div h4 a:hover {
        opacity: 0.8; }
  .torso .products-main section.first {
    padding-top: 30px; }
    .torso .products-main section.first h1 {
      padding-bottom: 0; }
    .torso .products-main section.first h2 {
      padding-bottom: 10px;
      margin-bottom: 0; }
    .torso .products-main section.first h3 {
      padding-top: 12px; }
    .torso .products-main section.first ul li {
      margin-bottom: 0.2em; }
    .torso .products-main section.first img.thumb {
      width: 32%;
      float: left; }
    .torso .products-main section.first img.thumb.first {
      margin-right: 4px; }
    .torso .products-main section.first img.thumb.last {
      float: right; }
    .torso .products-main section.first .center {
      text-align: center;
      font-size: 0.9em;
      font-style: italic; }
    .torso .products-main section.first p.toppadding {
      padding-top: 10px; }
  .torso .products-main section.whatsupgold div.link-panels {
    margin: 50px 0; }
    .torso .products-main section.whatsupgold div.link-panels a {
      display: block;
      width: 100%;
      height: 100px;
      margin: 0 0 10px 0;
      padding: 30px 0 0;
      text-align: center;
      color: black;
      background: #f9d64f;
      font-size: 1.5em;
      font-weight: bold;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .torso .products-main section.two-panel-products div.two-panel div, .torso .products-main section.two-panel-products div.full-panel div {
    width: 100%;
    padding: 40px; }
    .torso .products-main section.two-panel-products div.two-panel div h4, .torso .products-main section.two-panel-products div.full-panel div h4 {
      color: white; }
    .torso .products-main section.two-panel-products div.two-panel div p, .torso .products-main section.two-panel-products div.full-panel div p {
      color: white; }
    .torso .products-main section.two-panel-products div.two-panel div a, .torso .products-main section.two-panel-products div.full-panel div a {
      padding: 5px;
      color: white;
      background: #108c03;
      font-size: 0.8em;
      font-weight: 400; }
  .torso .products-main section.two-panel-products div.two-panel div.left-panel, .torso .products-main section.two-panel-products div.full-panel div.left-panel {
    background: #154e6d; }
  .torso .products-main section.two-panel-products div.two-panel div.right-panel, .torso .products-main section.two-panel-products div.full-panel div.right-panel, .torso .products-main section.two-panel-products div.two-panel div.full-panel, .torso .products-main section.two-panel-products div.full-panel div.full-panel {
    background: #186289; }
  .torso .products-main section.two-panel-detail {
    padding: 0; }
    .torso .products-main section.two-panel-detail div.two-panel div, .torso .products-main section.two-panel-detail div.full-panel div {
      width: 100%;
      height: auto;
      padding: 40px; }
      .torso .products-main section.two-panel-detail div.two-panel div h4, .torso .products-main section.two-panel-detail div.full-panel div h4 {
        color: #ffffff;
        font-size: 3em;
        padding-bottom: 0; }
      .torso .products-main section.two-panel-detail div.two-panel div p, .torso .products-main section.two-panel-detail div.full-panel div p {
        color: #ffffff;
        font-size: 1em; }
      .torso .products-main section.two-panel-detail div.two-panel div a.button, .torso .products-main section.two-panel-detail div.full-panel div a.button {
        width: 60%;
        border: none;
        margin: 5px 0;
        padding: 20px 20px;
        color: white;
        border-radius: 0;
        background: #108c03;
        font-size: 1em;
        font-weight: 600; }
      .torso .products-main section.two-panel-detail div.two-panel div span, .torso .products-main section.two-panel-detail div.full-panel div span {
        display: block;
        width: 60%;
        margin: 30px 0 0 0;
        color: white;
        font-size: 0.7em; }
    .torso .products-main section.two-panel-detail div.two-panel div.left-panel, .torso .products-main section.two-panel-detail div.full-panel div.left-panel {
      background: #154e6d; }
    .torso .products-main section.two-panel-detail div.two-panel div.right-panel, .torso .products-main section.two-panel-detail div.full-panel div.right-panel, .torso .products-main section.two-panel-detail div.two-panel div.full-panel, .torso .products-main section.two-panel-detail div.full-panel div.full-panel {
      background: #186289; }
      .torso .products-main section.two-panel-detail div.two-panel div.right-panel div.panel-content span a, .torso .products-main section.two-panel-detail div.full-panel div.right-panel div.panel-content span a, .torso .products-main section.two-panel-detail div.two-panel div.full-panel div.panel-content span a, .torso .products-main section.two-panel-detail div.full-panel div.full-panel div.panel-content span a {
        color: #FFFFFF; }
      .torso .products-main section.two-panel-detail div.two-panel div.right-panel div.panel-content span a.hover, .torso .products-main section.two-panel-detail div.full-panel div.right-panel div.panel-content span a.hover, .torso .products-main section.two-panel-detail div.two-panel div.full-panel div.panel-content span a.hover, .torso .products-main section.two-panel-detail div.full-panel div.full-panel div.panel-content span a.hover {
        opacity: 0.7; }
  .torso .products-main section.related-products {
    margin: 0 auto; }
    .torso .products-main section.related-products div {
      float: left;
      width: 100%; }
    .torso .products-main section.related-products div.related-products-right-column {
      padding: 0 0 0 10px; }
      .torso .products-main section.related-products div.related-products-right-column div.related-products-list {
        float: none;
        overflow-x: hidden;
        width: 100% !important;
        padding: 30px;
        border-left: 5px #f9d64f solid;
        background: white;
        -webkit-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
        -moz-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
        box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3); }
        .torso .products-main section.related-products div.related-products-right-column div.related-products-list ul {
          width: 100%;
          padding: 10px 0 0 0; }
        .torso .products-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-left {
          float: none;
          width: 100%;
          margin-bottom: 0;
          padding: 0;
          list-style-image: url(/images/square-bullet-green.jpg); }
          .torso .products-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-left li {
            padding-left: 0;
            list-style-position: inside; }
            .torso .products-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-left li a {
              color: #108c03;
              font-weight: 600; }
        .torso .products-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-right {
          float: none;
          width: 100%;
          margin-bottom: 0;
          padding: 0;
          list-style-image: url(/images/square-bullet-green.jpg); }
          .torso .products-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-right li {
            padding-left: 0;
            list-style-position: inside; }
            .torso .products-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-right li a {
              color: #108c03;
              font-weight: 600; }
        .torso .products-main section.related-products div.related-products-right-column div.related-products-list p {
          margin-bottom: 0; }
    .torso .products-main section.related-products h2 {
      margin: 25px 0 20px 0;
      text-align: left;
      color: #323232;
      font-size: 1.7em;
      font-weight: 300; }
    .torso .products-main section.related-products h3 {
      padding-bottom: 0;
      text-align: left;
      font-size: 1.2em;
      font-weight: 800; }
      .torso .products-main section.related-products h3 a {
        color: #108c03; }
  .torso .products-main section.resources div.container h2 {
    margin: 0 0 20px 0;
    text-align: center;
    color: #323232;
    font-size: 2em;
    font-weight: 300; }
  .torso .products-main section.resources div.container h3 a {
    text-decoration: underline;
    color: #108c03;
    font-weight: 500;
    line-height: 1.3;
    padding: 5px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  .torso .products-main section.resources div.container h3 a:hover {
    text-decoration: none;
    background: #f9d64f;
    color: black; }
  .torso .products-main section.resources div.container div.resource-list {
    padding: 20px 0;
    border-bottom: 2px #f4f4f4 solid; }
    .torso .products-main section.resources div.container div.resource-list img {
      display: none;
      float: left;
      width: 6%; }
    .torso .products-main section.resources div.container div.resource-list div {
      float: left;
      width: 90%;
      margin: 0 auto;
      padding: 0 20px 0 20px; }
      .torso .products-main section.resources div.container div.resource-list div p {
        margin-bottom: 0; }
      .torso .products-main section.resources div.container div.resource-list div p:nth-child(1) {
        line-height: 1;
        font-size: 1.2em; }
        .torso .products-main section.resources div.container div.resource-list div p:nth-child(1) a {
          color: #108c03;
          font-weight: 600; }
      .torso .products-main section.resources div.container div.resource-list div p:nth-child(2) {
        padding: 10px 0 5px;
        line-height: 1; }
      .torso .products-main section.resources div.container div.resource-list div p:nth-child(3) a {
        color: #108c03;
        font-weight: 300; }
    .torso .products-main section.resources div.container div.resource-list button {
      float: none;
      width: 85%;
      margin: 0 auto;
      padding: 15px 5px;
      font-size: 0.8em;
      color: #ffffff;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600; }
  .torso .products-main section.resources div.container button {
    display: block;
    width: 85%;
    margin: 100px auto 50px;
    padding: 20px 20px;
    color: white;
    border-radius: 0;
    background: #108c03;
    font-size: 1em;
    font-weight: 600; }
  .torso .products-main section.resources-alt div.container {
    border-bottom: 1px solid gray; }
  .torso .products-main section.resources-alt div.group div:nth-child(1) {
    display: block;
    width: 8%;
    float: left;
    padding-top: 5px; }
  .torso .products-main section.resources-alt div.group div:nth-child(2) {
    display: block;
    width: 77%;
    float: left;
    padding: 0 15px 0 5px;
    line-height: 1.2; }
    .torso .products-main section.resources-alt div.group div:nth-child(2) h4 a {
      color: #108c03; }
  .torso .products-main section.resources-alt div.group div:nth-child(3) {
    display: block;
    width: 12.5%;
    float: left; }
  .torso .products-main section.resources-alt div.group div a.button {
    padding: 15px 5px;
    font-size: 0.65em;
    width: 100%;
    margin: 5px 0;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    background: #108c03;
    font-weight: 600;
    border: none;
    text-align: center; }
  .torso .products-main section.product-video div.container a img {
    display: block;
    margin: 0 auto; }
  .torso .products-main section.product-video div.container div {
    margin: 30px auto 0; }
    .torso .products-main section.product-video div.container div a.button:nth-child(1) {
      margin-right: 0;
      font-size: 0.7em; }
    .torso .products-main section.product-video div.container div a.button:nth-child(2) {
      margin-right: 0;
      background: #003f62; }
      .torso .products-main section.product-video div.container div a.button:nth-child(2) span:nth-child(1) {
        display: block;
        /*float: left;*/
        margin: 8px 0; }
      .torso .products-main section.product-video div.container div a.button:nth-child(2) span:nth-child(2) {
        display: block;
        /*float: right;*/
        margin: 8px; }
    .torso .products-main section.product-video div.container div a.button {
      width: 100%;
      height: 75px;
      border: none;
      padding: 20px 20px;
      color: #ffffff;
      border-radius: 0;
      background: #108c03;
      font-weight: 600; }
    .torso .products-main section.product-video div.container div div.aside-cta {
      height: 272px;
      width: 100%;
      margin: 0;
      padding: 20px;
      background: #f9d64f; }
      .torso .products-main section.product-video div.container div div.aside-cta h3 {
        text-align: left;
        padding: 0;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 1.6em; }
      .torso .products-main section.product-video div.container div div.aside-cta p {
        font-weight: bold;
        line-height: 1;
        font-size: 1.1em; }
      .torso .products-main section.product-video div.container div div.aside-cta p.cta {
        font-weight: normal;
        margin: 0 0 15px;
        padding: 5px 0 5px 40px;
        height: 27px;
        font-weight: bolder;
        font-size: 1em; }
        .torso .products-main section.product-video div.container div div.aside-cta p.cta a {
          color: #555555; }
        .torso .products-main section.product-video div.container div div.aside-cta p.cta a:hover {
          color: #888888; }
      .torso .products-main section.product-video div.container div div.aside-cta p.cta-data {
        background: url(/images/video-aside-sprite.png) no-repeat 0 -54px; }
      .torso .products-main section.product-video div.container div div.aside-cta p.cta-study {
        background: url(/images/video-aside-sprite.png) no-repeat 0 -27px; }
      .torso .products-main section.product-video div.container div div.aside-cta p.cta-whitepaper {
        background: url(/images/video-aside-sprite.png) no-repeat 0 0; }
  .torso .products-main section.product-video div.container div:nth-child(2) a.button {
    background: #108c03; }
    .torso .products-main section.product-video div.container div:nth-child(2) a.button span {
      margin: 8px 0;
      float: none !important; }
  .torso .products-main section.details-list-all {
    padding-top: 10px; }
    .torso .products-main section.details-list-all div.details-list-single {
      margin: 0 0 20px 0;
      padding: 20px 0;
      border-bottom: 2px #f4f4f4 solid; }
      .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) {
        float: left;
        width: 100%; }
        .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) h3 {
          font-size: 1.5em;
          text-align: left;
          font-weight: bolder; }
        .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) a {
          color: #108c03;
          font-weight: bold; }
        .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) p {
          line-height: 1.4; }
        .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) div div.toggleText {
          width: 100%; }
          .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) div div.toggleText p {
            padding: 0; }
        .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) div img {
          display: none;
          float: left;
          width: 7%; }
        .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) div p {
          float: left;
          width: 93%;
          padding: 0 0 0 0;
          vertical-align: top;
          line-height: 1.4; }
          .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) div p a {
            color: #108c03;
            font-weight: normal; }
      .torso .products-main section.details-list-all div.details-list-single div:nth-child(2) {
        display: none;
        float: left;
        text-align: right; }
      .torso .products-main section.details-list-all div.details-list-single div div.showMoreToggle {
        display: none; }
    .torso .products-main section.details-list-all div.details-list-single-alt {
      margin: 0 0 20px 0;
      padding: 20px 0;
      border-bottom: 2px #f4f4f4 solid; }
      .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(1) {
        display: none;
        float: left;
        padding: 0 0 0 0; }
      .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) {
        float: left;
        width: 100%;
        padding: 0 0 0 0; }
        .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) h3 {
          text-align: left;
          font-size: 1.5em;
          font-weight: bolder; }
        .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) a {
          color: #108c03;
          font-weight: bold; }
        .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) p {
          line-height: 1.4; }
        .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) div div.toggleText {
          width: 100%; }
          .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) div div.toggleText p {
            padding: 0; }
        .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) div img {
          display: none;
          float: left;
          width: 7%; }
        .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p {
          vertical-align: top;
          line-height: 1.4; }
          .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p a {
            color: #108c03;
            font-weight: normal; }
      .torso .products-main section.details-list-all div.details-list-single-alt div div.showMoreToggle {
        display: none; }
  .torso .products-main section.product-detail {
    padding-bottom: 0; }
    .torso .products-main section.product-detail div.container h2 {
      color: black;
      font-size: 2em;
      text-align: left;
      margin-bottom: 20px; }
    .torso .products-main section.product-detail div.container h3 {
      color: black;
      font-size: 1.3em;
      text-align: left; }
    .torso .products-main section.product-detail div.container div.thumbsprice {
      float: right;
      width: 32%;
      text-align: center; }
      .torso .products-main section.product-detail div.container div.thumbsprice p.thumbcaption {
        font-size: .75em; }
    .torso .products-main section.product-detail div.container div.startingat {
      color: white;
      display: block;
      padding: 5px 8px;
      margin-bottom: 20px;
      float: right; }
      .torso .products-main section.product-detail div.container div.startingat span {
        background-color: gray;
        padding: 0.5em; }
    .torso .products-main section.product-detail div.container a.button {
      color: white;
      text-transform: uppercase;
      font-size: 0.8em;
      font-weight: bold;
      padding: 0.8em 0.7em 0.8em 3.2em; }
    .torso .products-main section.product-detail div.container a.download {
      background: #108c03 url(/img/download-btn-new.png) top left no-repeat; }
    .torso .products-main section.product-detail div.container a.demo {
      background: #12618c url(/img/demo-btn.png) top left no-repeat; }
  .torso .products-main div.yellowtop {
    height: 5px;
    background-color: #f9d64f;
    width: 100%;
    padding: 0;
    margin: 0; }

/**
*
* TABLETS ONLY
*
*/
@media only screen and (min-width: 721px) and (max-width: 1024px) {
  .torso .products-main section div.popout div.popout-list h3 {
    padding: 30px; }
  .torso .products-main section div.popout div.popout-list div {
    float: left;
    width: 50%; } }
html.lt-ie9 .torso .products-main section div.popout div.popout-list h3 {
  padding: 30px; }
html.lt-ie9 .torso .products-main section div.popout div.popout-list div {
  float: left;
  width: 50%; }

/**
*
* TABLETS AND UP
*
*/
@media only screen and (min-width: 721px) {
  .torso .products-main header.product {
    height: 350px; }
    .torso .products-main header.product div.hero {
      padding: 50px 0 0 0; }
      .torso .products-main header.product div.hero div.container {
        width: 550px;
        height: 100%;
        padding: 40px 40px 20px;
        background-color: rgba(0, 0, 0, 0.6); }
        .torso .products-main header.product div.hero div.container h1 {
          font-size: 2em; }
        .torso .products-main header.product div.hero div.container p {
          font-size: 1.2em; }
  .torso .products-main section div.container h2 {
    font-size: 3em;
    font-weight: 600; }
  .torso .products-main section div.container h3 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 400; }
  .torso .products-main section div.popout div.head-list {
    padding: 25px;
    text-align: center;
    background: #f9d64f;
    font-size: 0.9em;
    font-weight: 600; }
    .torso .products-main section div.popout div.head-list h4 {
      margin: 0 0 20px 0;
      padding: 0;
      font-size: 1.5em;
      font-weight: bolder; }
    .torso .products-main section div.popout div.head-list p {
      font-size: 0.9em;
      font-weight: bold; }
    .torso .products-main section div.popout div.head-list ul {
      padding: 0 0 0 20%;
      text-align: left; }
      .torso .products-main section div.popout div.head-list ul li {
        list-style-position: inside;
        text-decoration: underline; }
  .torso .products-main section.whatsupgold h3 {
    text-align: center; }
  .torso .products-main section.product-video div.container div button:nth-child(1) {
    font-size: 1em; }
  .torso .products-main section.product-video div.container div button:nth-child(2) {
    font-size: 1em; }
  .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) {
    width: 60%; }
  .torso .products-main section.details-list-all div.details-list-single div:nth-child(2) {
    display: block;
    width: 40%; }
  .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(1) {
    display: block;
    width: 40%; }
  .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) {
    width: 60%;
    padding: 0 0 0 10px; }
  .torso .products-main section.related-products h2 {
    font-size: 2em; }
  .torso .products-main section.related-products h3 {
    font-size: 1.5em; } }
html.lt-ie9 .torso .products-main header.product {
  height: 350px; }
  html.lt-ie9 .torso .products-main header.product div.hero {
    padding: 50px 0 0 0; }
    html.lt-ie9 .torso .products-main header.product div.hero div.container {
      width: 550px;
      height: 100%;
      padding: 40px 40px 20px;
      background-color: rgba(0, 0, 0, 0.6); }
      html.lt-ie9 .torso .products-main header.product div.hero div.container h1 {
        font-size: 2em; }
      html.lt-ie9 .torso .products-main header.product div.hero div.container p {
        font-size: 1.2em; }
html.lt-ie9 .torso .products-main section div.container h2 {
  font-size: 3em;
  font-weight: 600; }
html.lt-ie9 .torso .products-main section div.container h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 400; }
html.lt-ie9 .torso .products-main section div.popout div.head-list {
  padding: 25px;
  text-align: center;
  background: #f9d64f;
  font-size: 0.9em;
  font-weight: 600; }
  html.lt-ie9 .torso .products-main section div.popout div.head-list h4 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: bolder; }
  html.lt-ie9 .torso .products-main section div.popout div.head-list p {
    font-size: 0.9em;
    font-weight: bold; }
  html.lt-ie9 .torso .products-main section div.popout div.head-list ul {
    padding: 0 0 0 20%;
    text-align: left; }
    html.lt-ie9 .torso .products-main section div.popout div.head-list ul li {
      list-style-position: inside;
      text-decoration: underline; }
html.lt-ie9 .torso .products-main section.whatsupgold h3 {
  text-align: center; }
html.lt-ie9 .torso .products-main section.product-video div.container div button:nth-child(1) {
  font-size: 1em; }
html.lt-ie9 .torso .products-main section.product-video div.container div button:nth-child(2) {
  font-size: 1em; }
html.lt-ie9 .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) {
  width: 60%; }
html.lt-ie9 .torso .products-main section.details-list-all div.details-list-single div:nth-child(2) {
  display: block;
  width: 40%; }
html.lt-ie9 .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(1) {
  display: block;
  width: 40%; }
html.lt-ie9 .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) {
  width: 60%;
  padding: 0 0 0 10px; }
html.lt-ie9 .torso .products-main section.related-products h2 {
  font-size: 2em; }
html.lt-ie9 .torso .products-main section.related-products h3 {
  font-size: 1.5em; }

/**
*
* DESKTOPS AND UP
*
*/
@media only screen and (min-width: 1025px) {
  div.torso {
    padding: 0 0 1.5em 0; }

  .torso .products-main header.product div.hero {
    padding: 30px 0 0 0; }
    .torso .products-main header.product div.hero div.container {
      width: 750px; }
      .torso .products-main header.product div.hero div.container h1 {
        font-size: 2.7em; }
      .torso .products-main header.product div.hero div.container p {
        font-size: 1.5em; }
  .torso .products-main section.whatsupgold h3 {
    text-align: center; }
  .torso .products-main section.whatsupgold div.link-panels {
    margin: 0 auto; }
    .torso .products-main section.whatsupgold div.link-panels a {
      display: inline-block;
      width: 178px;
      height: 75px;
      margin: 0 5px 30px 0;
      padding: 25px 0 0;
      text-align: center;
      vertical-align: middle;
      color: black;
      background: #f9d64f;
      font-size: 0.95em;
      font-weight: 800;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
    .torso .products-main section.whatsupgold div.link-panels a:hover {
      color: white;
      background: #12618c;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .torso .products-main section.two-panel-products div.two-panel div, .torso .products-main section.two-panel-products div.full-panel div {
    float: left;
    width: 50%;
    height: 450px; }
    .torso .products-main section.two-panel-products div.two-panel div h4, .torso .products-main section.two-panel-products div.full-panel div h4 {
      color: white;
      font-size: 3em;
      font-weight: 300; }
    .torso .products-main section.two-panel-products div.two-panel div p, .torso .products-main section.two-panel-products div.full-panel div p {
      color: white; }
    .torso .products-main section.two-panel-products div.two-panel div a, .torso .products-main section.two-panel-products div.full-panel div a {
      width: 100%;
      padding: 15px;
      color: white;
      background: #108c03;
      font-size: 0.9em;
      font-weight: 400; }
  .torso .products-main section.two-panel-products div.two-panel div.left-panel, .torso .products-main section.two-panel-products div.full-panel div.left-panel {
    padding: 5%;
    background: #154e6d; }
    .torso .products-main section.two-panel-products div.two-panel div.left-panel p.cta a, .torso .products-main section.two-panel-products div.full-panel div.left-panel p.cta a {
      background-color: #154e6d;
      padding: 0 !important; }
    .torso .products-main section.two-panel-products div.two-panel div.left-panel p.cta-data, .torso .products-main section.two-panel-products div.full-panel div.left-panel p.cta-data {
      background: url(/images/video-aside-sprite.png) no-repeat 0 -54px;
      padding: 0 0 0px 40px !important;
      height: 27px; }
  .torso .products-main section.two-panel-products div.two-panel div.right-panel, .torso .products-main section.two-panel-products div.full-panel div.right-panel, .torso .products-main section.two-panel-products div.two-panel div.full-panel, .torso .products-main section.two-panel-products div.full-panel div.full-panel {
    padding: 5%;
    background: #186289; }
  .torso .products-main section {
    padding: 50px 0 0; }
    .torso .products-main section div.popout div.popout-head div {
      float: left;
      width: 466px;
      height: 250px; }
      .torso .products-main section div.popout div.popout-head div img {
        cursor: pointer; }
      .torso .products-main section div.popout div.popout-head div img:hover {
        opacity: 0.8; }
    .torso .products-main section div.popout div.popout-head div.head-list {
      text-align: left;
      font-size: 1.1em; }
      .torso .products-main section div.popout div.popout-head div.head-list ul {
        padding: 0 0 0 0;
        font-size: 0.8em; }
    .torso .products-main section div.popout div.popout-list h3 {
      text-align: left; }
    .torso .products-main section div.popout div.popout-list div {
      float: left;
      width: 460px; }
  .torso .products-main section.product-video div.container h3 {
    padding: 0 80px; }
  .torso .products-main section.product-video div.container div {
    width: 50%;
    float: left; }
    .torso .products-main section.product-video div.container div a.button:nth-child(2) span:nth-child(1) {
      /*float: left;*/ }
    .torso .products-main section.product-video div.container div a.button:nth-child(2) span:nth-child(2) {
      /*float: right;*/ }
  .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) {
    float: left;
    width: 60%;
    padding: 0 10px 0 0; }
    .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) div img {
      display: block; }
    .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) div p {
      float: left;
      padding: 0 0 0 10px; }
  .torso .products-main section.details-list-all div.details-list-single div:nth-child(2) {
    float: left;
    width: 40%; }
  .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(1) {
    float: left;
    width: 40%;
    padding: 0 10px 0 0; }
  .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) {
    width: 60%;
    padding: 0 10px 0 0;
    float: left; }
    .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) div img {
      display: block; }
    .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p {
      float: left;
      width: 90%;
      padding: 0 0 0 10px; }
      .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p a {
        color: #108c03; }
  .torso .products-main section.details-list-all div.details-list-single:nth-last-child(1) {
    border-bottom: none; }
  .torso .products-main section.details-list-all div.details-list-single-alt:nth-last-child(1) {
    border-bottom: none; }
  .torso .products-main section.two-panel-detail div.two-panel div, .torso .products-main section.two-panel-detail div.full-panel div {
    float: left;
    width: 50%;
    height: auto; }
    .torso .products-main section.two-panel-detail div.two-panel div h4, .torso .products-main section.two-panel-detail div.full-panel div h4 {
      font-size: 4em;
      font-weight: 300; }
  .torso .products-main section.two-panel-detail div.two-panel div.left-panel div.panel-content, .torso .products-main section.two-panel-detail div.full-panel div.left-panel div.panel-content {
    width: 450px;
    padding: 0; }
  .torso .products-main section.two-panel-detail div.two-panel div.right-panel div.panel-content, .torso .products-main section.two-panel-detail div.full-panel div.right-panel div.panel-content, .torso .products-main section.two-panel-detail div.two-panel div.full-panel div.panel-content, .torso .products-main section.two-panel-detail div.full-panel div.full-panel div.panel-content {
    width: 450px;
    padding: 0; }
  .torso .products-main section.related-products {
    padding: 50px 0; }
    .torso .products-main section.related-products div {
      width: 50%; }
    .torso .products-main section.related-products div.related-products-right-column {
      padding: 0 0 0 0; }
      .torso .products-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-left {
        float: left;
        width: 40%;
        margin-bottom: 1.5em; }
      .torso .products-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-right {
        float: left;
        width: 40%;
        margin-bottom: 1.5em; }
  .torso .products-main section.resources div.container h2 {
    font-size: 3em; }
  .torso .products-main section.resources div.container div.resource-list img {
    display: block; }
  .torso .products-main section.resources div.container div.resource-list div {
    float: left;
    width: 80%;
    padding: 0 20px 0 20px; }
    .torso .products-main section.resources div.container div.resource-list div p {
      margin-bottom: 0; }
    .torso .products-main section.resources div.container div.resource-list div p:nth-child(1) {
      line-height: 0.8; }
  .torso .products-main section.resources div.container div.resource-list button {
    float: left;
    width: 13%;
    margin: 0 0;
    font-size: 0.6em; }
  .torso .products-main section.resources div.container button {
    width: 50%; }

  aside.primary {
    display: block;
    float: right;
    width: 25%; }

  aside.primary ~ .main {
    float: left;
    width: 75%;
    padding-right: 2em; } }
html.lt-ie9 div.torso {
  padding: 0 0 1.5em 0; }
html.lt-ie9 .torso .products-main header.product div.hero {
  padding: 30px 0 0 0; }
  html.lt-ie9 .torso .products-main header.product div.hero div.container {
    width: 750px; }
    html.lt-ie9 .torso .products-main header.product div.hero div.container h1 {
      font-size: 2.7em; }
    html.lt-ie9 .torso .products-main header.product div.hero div.container p {
      font-size: 1.5em; }
html.lt-ie9 .torso .products-main section.whatsupgold h3 {
  text-align: center; }
html.lt-ie9 .torso .products-main section.whatsupgold div.link-panels {
  margin: 0 auto; }
  html.lt-ie9 .torso .products-main section.whatsupgold div.link-panels a {
    display: inline-block;
    width: 178px;
    height: 75px;
    margin: 0 5px 30px 0;
    padding: 25px 0 0;
    text-align: center;
    vertical-align: middle;
    color: black;
    background: #f9d64f;
    font-size: 0.95em;
    font-weight: 800;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
  html.lt-ie9 .torso .products-main section.whatsupgold div.link-panels a:hover {
    color: white;
    background: #12618c;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
html.lt-ie9 .torso .products-main section.two-panel-products div.two-panel div, html.lt-ie9 .torso .products-main section.two-panel-products div.full-panel div {
  float: left;
  width: 50%;
  height: 450px; }
  html.lt-ie9 .torso .products-main section.two-panel-products div.two-panel div h4, html.lt-ie9 .torso .products-main section.two-panel-products div.full-panel div h4 {
    color: white;
    font-size: 3em;
    font-weight: 300; }
  html.lt-ie9 .torso .products-main section.two-panel-products div.two-panel div p, html.lt-ie9 .torso .products-main section.two-panel-products div.full-panel div p {
    color: white; }
  html.lt-ie9 .torso .products-main section.two-panel-products div.two-panel div a, html.lt-ie9 .torso .products-main section.two-panel-products div.full-panel div a {
    width: 100%;
    padding: 15px;
    color: white;
    background: #108c03;
    font-size: 0.9em;
    font-weight: 400; }
html.lt-ie9 .torso .products-main section.two-panel-products div.two-panel div.left-panel, html.lt-ie9 .torso .products-main section.two-panel-products div.full-panel div.left-panel {
  padding: 5%;
  background: #154e6d; }
  html.lt-ie9 .torso .products-main section.two-panel-products div.two-panel div.left-panel p.cta a, html.lt-ie9 .torso .products-main section.two-panel-products div.full-panel div.left-panel p.cta a {
    background-color: #154e6d;
    padding: 0 !important; }
  html.lt-ie9 .torso .products-main section.two-panel-products div.two-panel div.left-panel p.cta-data, html.lt-ie9 .torso .products-main section.two-panel-products div.full-panel div.left-panel p.cta-data {
    background: url(/images/video-aside-sprite.png) no-repeat 0 -54px;
    padding: 0 0 0px 40px !important;
    height: 27px; }
html.lt-ie9 .torso .products-main section.two-panel-products div.two-panel div.right-panel, html.lt-ie9 .torso .products-main section.two-panel-products div.full-panel div.right-panel, html.lt-ie9 .torso .products-main section.two-panel-products div.two-panel div.full-panel, html.lt-ie9 .torso .products-main section.two-panel-products div.full-panel div.full-panel {
  padding: 5%;
  background: #186289; }
html.lt-ie9 .torso .products-main section {
  padding: 50px 0 0; }
  html.lt-ie9 .torso .products-main section div.popout div.popout-head div {
    float: left;
    width: 466px;
    height: 250px; }
    html.lt-ie9 .torso .products-main section div.popout div.popout-head div img {
      cursor: pointer; }
    html.lt-ie9 .torso .products-main section div.popout div.popout-head div img:hover {
      opacity: 0.8; }
  html.lt-ie9 .torso .products-main section div.popout div.popout-head div.head-list {
    text-align: left;
    font-size: 1.1em; }
    html.lt-ie9 .torso .products-main section div.popout div.popout-head div.head-list ul {
      padding: 0 0 0 0;
      font-size: 0.8em; }
  html.lt-ie9 .torso .products-main section div.popout div.popout-list h3 {
    text-align: left; }
  html.lt-ie9 .torso .products-main section div.popout div.popout-list div {
    float: left;
    width: 460px; }
html.lt-ie9 .torso .products-main section.product-video div.container h3 {
  padding: 0 80px; }
html.lt-ie9 .torso .products-main section.product-video div.container div {
  width: 50%;
  float: left; }
  html.lt-ie9 .torso .products-main section.product-video div.container div a.button:nth-child(2) span:nth-child(1) {
    /*float: left;*/ }
  html.lt-ie9 .torso .products-main section.product-video div.container div a.button:nth-child(2) span:nth-child(2) {
    /*float: right;*/ }
html.lt-ie9 .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) {
  float: left;
  width: 60%;
  padding: 0 10px 0 0; }
  html.lt-ie9 .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) div img {
    display: block; }
  html.lt-ie9 .torso .products-main section.details-list-all div.details-list-single div:nth-child(1) div p {
    float: left;
    padding: 0 0 0 10px; }
html.lt-ie9 .torso .products-main section.details-list-all div.details-list-single div:nth-child(2) {
  float: left;
  width: 40%; }
html.lt-ie9 .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(1) {
  float: left;
  width: 40%;
  padding: 0 10px 0 0; }
html.lt-ie9 .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) {
  width: 60%;
  padding: 0 10px 0 0;
  float: left; }
  html.lt-ie9 .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) div img {
    display: block; }
  html.lt-ie9 .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p {
    float: left;
    width: 90%;
    padding: 0 0 0 10px; }
    html.lt-ie9 .torso .products-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p a {
      color: #108c03; }
html.lt-ie9 .torso .products-main section.details-list-all div.details-list-single:nth-last-child(1) {
  border-bottom: none; }
html.lt-ie9 .torso .products-main section.details-list-all div.details-list-single-alt:nth-last-child(1) {
  border-bottom: none; }
html.lt-ie9 .torso .products-main section.two-panel-detail div.two-panel div, html.lt-ie9 .torso .products-main section.two-panel-detail div.full-panel div {
  float: left;
  width: 50%;
  height: auto; }
  html.lt-ie9 .torso .products-main section.two-panel-detail div.two-panel div h4, html.lt-ie9 .torso .products-main section.two-panel-detail div.full-panel div h4 {
    font-size: 4em;
    font-weight: 300; }
html.lt-ie9 .torso .products-main section.two-panel-detail div.two-panel div.left-panel div.panel-content, html.lt-ie9 .torso .products-main section.two-panel-detail div.full-panel div.left-panel div.panel-content {
  width: 450px;
  padding: 0; }
html.lt-ie9 .torso .products-main section.two-panel-detail div.two-panel div.right-panel div.panel-content, html.lt-ie9 .torso .products-main section.two-panel-detail div.full-panel div.right-panel div.panel-content, html.lt-ie9 .torso .products-main section.two-panel-detail div.two-panel div.full-panel div.panel-content, html.lt-ie9 .torso .products-main section.two-panel-detail div.full-panel div.full-panel div.panel-content {
  width: 450px;
  padding: 0; }
html.lt-ie9 .torso .products-main section.related-products {
  padding: 50px 0; }
  html.lt-ie9 .torso .products-main section.related-products div {
    width: 50%; }
  html.lt-ie9 .torso .products-main section.related-products div.related-products-right-column {
    padding: 0 0 0 0; }
    html.lt-ie9 .torso .products-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-left {
      float: left;
      width: 40%;
      margin-bottom: 1.5em; }
    html.lt-ie9 .torso .products-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-right {
      float: left;
      width: 40%;
      margin-bottom: 1.5em; }
html.lt-ie9 .torso .products-main section.resources div.container h2 {
  font-size: 3em; }
html.lt-ie9 .torso .products-main section.resources div.container div.resource-list img {
  display: block; }
html.lt-ie9 .torso .products-main section.resources div.container div.resource-list div {
  float: left;
  width: 80%;
  padding: 0 20px 0 20px; }
  html.lt-ie9 .torso .products-main section.resources div.container div.resource-list div p {
    margin-bottom: 0; }
  html.lt-ie9 .torso .products-main section.resources div.container div.resource-list div p:nth-child(1) {
    line-height: 0.8; }
html.lt-ie9 .torso .products-main section.resources div.container div.resource-list button {
  float: left;
  width: 13%;
  margin: 0 0;
  font-size: 0.6em; }
html.lt-ie9 .torso .products-main section.resources div.container button {
  width: 50%; }
html.lt-ie9 aside.primary {
  display: block;
  float: right;
  width: 25%; }
html.lt-ie9 aside.primary ~ .main {
  float: left;
  width: 75%;
  padding-right: 2em; }

/**
*
* PRODUCTS LANDING PAGE STYLES
*
**/
.torso .products-main header.product {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background-image: url(../img/product_landing_hero_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover; }
  .torso .products-main header.product div.hero div.container {
    height: 200px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.6); }
    .torso .products-main header.product div.hero div.container h1 {
      font-size: 1em;
      font-weight: 400; }
    .torso .products-main header.product div.hero div.container p {
      font-size: 1em;
      font-weight: 300; }
.torso .products-main section h2 {
  padding-bottom: 20px;
  font-size: 2em; }
.torso .products-main section h3 {
  padding-bottom: 15px;
  font-weight: 300; }
  .torso .products-main section h3 a {
    color: #108c03;
    font-weight: 600; }
.torso .products-main section div.popout {
  margin: 25px 0 0 0;
  background: #f4f4f4; }
  .torso .products-main section div.popout div.popout-head div {
    width: 100%;
    margin: 0 auto; }
  .torso .products-main section div.popout div.popout-head div.video-image {
    text-align: center;
    background: #e9e9e9; }
    .torso .products-main section div.popout div.popout-head div.video-image img {
      width: 100%;
      height: 100%; }
  .torso .products-main section div.popout div.popout-head div.head-list {
    padding: 15px 20px;
    text-align: center;
    background: #f9d64f;
    font-size: 0.9em;
    font-weight: 600; }
    .torso .products-main section div.popout div.popout-head div.head-list h4 {
      margin: 0 0 20px 0;
      padding: 0;
      font-size: 1.5em;
      font-weight: bolder; }
    .torso .products-main section div.popout div.popout-head div.head-list p {
      font-size: 0.9em;
      font-weight: bold; }
    .torso .products-main section div.popout div.popout-head div.head-list ul {
      padding: 0 0 0 0;
      text-align: left; }
      .torso .products-main section div.popout div.popout-head div.head-list ul li {
        list-style-position: inside;
        text-decoration: underline; }
  .torso .products-main section div.popout div.popout-list h3 {
    padding: 40px;
    font-size: 1.75em;
    font-weight: 600; }
  .torso .products-main section div.popout div.popout-list div ul {
    padding-left: 0;
    list-style: none; }
    .torso .products-main section div.popout div.popout-list div ul li:before {
      display: none; }
  .torso .products-main section div.popout div.popout-list div ul {
    padding: 0 40px; }
    .torso .products-main section div.popout div.popout-list div ul li p a {
      color: #108c03;
      font-weight: 600; }
  .torso .products-main section div.popout div.popout-list div h4 {
    padding-bottom: 5px;
    /*color: $headline-green;*/
    font-size: 1.6em;
    font-weight: 700; }
    .torso .products-main section div.popout div.popout-list div h4 a {
      color: #108c03; }
    .torso .products-main section div.popout div.popout-list div h4 a:hover {
      opacity: 0.8; }
.torso .products-main section.whatsupgold div.link-panels {
  margin: 50px 0; }
  .torso .products-main section.whatsupgold div.link-panels a {
    display: block;
    width: 100%;
    height: 100px;
    margin: 0 0 10px 0;
    padding: 30px 0 0;
    text-align: center;
    color: black;
    background: #f9d64f;
    font-size: 1.5em;
    font-weight: bold;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
.torso .products-main section.two-panel-products div.two-panel div, .torso .products-main section.two-panel-products div.full-panel div {
  width: 100%;
  padding: 40px; }
  .torso .products-main section.two-panel-products div.two-panel div h4, .torso .products-main section.two-panel-products div.full-panel div h4 {
    color: white; }
  .torso .products-main section.two-panel-products div.two-panel div p, .torso .products-main section.two-panel-products div.full-panel div p {
    color: white; }
  .torso .products-main section.two-panel-products div.two-panel div a, .torso .products-main section.two-panel-products div.full-panel div a {
    padding: 5px;
    color: white;
    background: #108c03;
    font-size: 0.8em;
    font-weight: 400; }
.torso .products-main section.two-panel-products div.two-panel div.left-panel, .torso .products-main section.two-panel-products div.full-panel div.left-panel {
  background: #154e6d; }
.torso .products-main section.two-panel-products div.two-panel div.right-panel, .torso .products-main section.two-panel-products div.full-panel div.right-panel, .torso .products-main section.two-panel-products div.two-panel div.full-panel, .torso .products-main section.two-panel-products div.full-panel div.full-panel {
  background: #186289; }

/**
*
* TABLETS ONLY
*
*/
@media only screen and (min-width: 721px) and (max-width: 1024px) {
  .torso .products-main section div.popout div.popout-list h3 {
    padding: 30px; }
  .torso .products-main section div.popout div.popout-list div {
    float: left;
    width: 50%; } }
html.lt-ie9 .torso .products-main section div.popout div.popout-list h3 {
  padding: 30px; }
html.lt-ie9 .torso .products-main section div.popout div.popout-list div {
  float: left;
  width: 50%; }

/**
*
* TABLETS AND UP
*
*/
@media only screen and (min-width: 721px) {
  .torso .products-main header.product {
    height: 350px; }
    .torso .products-main header.product div.hero {
      padding: 50px 0 0 0; }
      .torso .products-main header.product div.hero div.container {
        width: 550px;
        height: 100%;
        padding: 40px 40px 20px;
        background-color: rgba(0, 0, 0, 0.6); }
        .torso .products-main header.product div.hero div.container h1 {
          font-size: 2em; }
        .torso .products-main header.product div.hero div.container p {
          font-size: 1.2em; }
  .torso .products-main section div.container h2 {
    font-size: 3em;
    font-weight: 600; }
  .torso .products-main section div.container h3 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 400; }
  .torso .products-main section div.popout div.head-list {
    padding: 25px;
    text-align: center;
    background: #f9d64f;
    font-size: 0.9em;
    font-weight: 600; }
    .torso .products-main section div.popout div.head-list h4 {
      margin: 0 0 20px 0;
      padding: 0;
      font-size: 1.5em;
      font-weight: bolder; }
    .torso .products-main section div.popout div.head-list p {
      font-size: 0.9em;
      font-weight: bold; }
    .torso .products-main section div.popout div.head-list ul {
      padding: 0 0 0 20%;
      text-align: left; }
      .torso .products-main section div.popout div.head-list ul li {
        list-style-position: inside;
        text-decoration: underline; }
  .torso .products-main section.whatsupgold h3 {
    text-align: center; } }
html.lt-ie9 .torso .products-main header.product {
  height: 350px; }
  html.lt-ie9 .torso .products-main header.product div.hero {
    padding: 50px 0 0 0; }
    html.lt-ie9 .torso .products-main header.product div.hero div.container {
      width: 550px;
      height: 100%;
      padding: 40px 40px 20px;
      background-color: rgba(0, 0, 0, 0.6); }
      html.lt-ie9 .torso .products-main header.product div.hero div.container h1 {
        font-size: 2em; }
      html.lt-ie9 .torso .products-main header.product div.hero div.container p {
        font-size: 1.2em; }
html.lt-ie9 .torso .products-main section div.container h2 {
  font-size: 3em;
  font-weight: 600; }
html.lt-ie9 .torso .products-main section div.container h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 400; }
html.lt-ie9 .torso .products-main section div.popout div.head-list {
  padding: 25px;
  text-align: center;
  background: #f9d64f;
  font-size: 0.9em;
  font-weight: 600; }
  html.lt-ie9 .torso .products-main section div.popout div.head-list h4 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: bolder; }
  html.lt-ie9 .torso .products-main section div.popout div.head-list p {
    font-size: 0.9em;
    font-weight: bold; }
  html.lt-ie9 .torso .products-main section div.popout div.head-list ul {
    padding: 0 0 0 20%;
    text-align: left; }
    html.lt-ie9 .torso .products-main section div.popout div.head-list ul li {
      list-style-position: inside;
      text-decoration: underline; }
html.lt-ie9 .torso .products-main section.whatsupgold h3 {
  text-align: center; }

/**
*
* DESKTOPS AND UP
*
*/
@media only screen and (min-width: 1025px) {
  div.torso {
    padding: 0 0 1.5em 0; }

  .torso .products-main header.product div.hero {
    padding: 30px 0 0 0; }
    .torso .products-main header.product div.hero div.container {
      width: 750px; }
      .torso .products-main header.product div.hero div.container h1 {
        font-size: 2.7em; }
      .torso .products-main header.product div.hero div.container p {
        font-size: 1.5em; }
  .torso .products-main section.whatsupgold h3 {
    text-align: center; }
  .torso .products-main section.whatsupgold div.link-panels {
    margin: 0 auto;
    text-align: center; }
    .torso .products-main section.whatsupgold div.link-panels a {
      display: inline-block;
      width: 300px;
      height: 75px;
      margin: 0 5px 30px 0;
      padding: 25px 0 0;
      text-align: center;
      vertical-align: middle;
      color: black;
      background: #f9d64f;
      font-size: 0.95em;
      font-weight: 800;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
    .torso .products-main section.whatsupgold div.link-panels a:hover {
      color: white;
      background: #12618c;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .torso .products-main section.two-panel-products div.two-panel div, .torso .products-main section.two-panel-products div.full-panel div {
    float: left;
    width: 50%;
    height: auto; }
    .torso .products-main section.two-panel-products div.two-panel div h4, .torso .products-main section.two-panel-products div.full-panel div h4 {
      color: white;
      font-size: 3em;
      font-weight: 300; }
    .torso .products-main section.two-panel-products div.two-panel div p, .torso .products-main section.two-panel-products div.full-panel div p {
      color: white; }
    .torso .products-main section.two-panel-products div.two-panel div a, .torso .products-main section.two-panel-products div.full-panel div a {
      width: 100%;
      padding: 15px;
      color: white;
      background: #108c03;
      font-size: 0.9em;
      font-weight: 400; }
  .torso .products-main section.two-panel-products div.two-panel div.left-panel, .torso .products-main section.two-panel-products div.full-panel div.left-panel {
    padding: 5%;
    background: #154e6d; }
  .torso .products-main section.two-panel-products div.two-panel div.right-panel, .torso .products-main section.two-panel-products div.full-panel div.right-panel, .torso .products-main section.two-panel-products div.two-panel div.full-panel, .torso .products-main section.two-panel-products div.full-panel div.full-panel {
    padding: 5%;
    background: #186289; }
  .torso .products-main section {
    padding: 50px 0; }
    .torso .products-main section a:hover {
      opacity: 0.8; }
    .torso .products-main section div.popout div.popout-head div {
      float: left;
      width: 466px;
      height: 250px; }
      .torso .products-main section div.popout div.popout-head div img {
        cursor: pointer; }
      .torso .products-main section div.popout div.popout-head div img:hover {
        opacity: 0.8; }
    .torso .products-main section div.popout div.popout-head div.head-list {
      text-align: left;
      font-size: 1.1em; }
      .torso .products-main section div.popout div.popout-head div.head-list ul {
        padding: 0 0 0 0;
        font-size: 0.8em; }
    .torso .products-main section div.popout div.popout-list h3 {
      text-align: left; }
    .torso .products-main section div.popout div.popout-list div {
      float: left;
      width: 460px; }

  aside.primary {
    display: block;
    float: right;
    width: 25%; }

  aside.primary ~ .main {
    float: left;
    width: 75%;
    padding-right: 2em; } }
html.lt-ie9 div.torso {
  padding: 0 0 1.5em 0; }
html.lt-ie9 .torso .products-main header.product div.hero {
  padding: 30px 0 0 0; }
  html.lt-ie9 .torso .products-main header.product div.hero div.container {
    width: 750px; }
    html.lt-ie9 .torso .products-main header.product div.hero div.container h1 {
      font-size: 2.7em; }
    html.lt-ie9 .torso .products-main header.product div.hero div.container p {
      font-size: 1.5em; }
html.lt-ie9 .torso .products-main section.whatsupgold h3 {
  text-align: center; }
html.lt-ie9 .torso .products-main section.whatsupgold div.link-panels {
  margin: 0 auto;
  text-align: center; }
  html.lt-ie9 .torso .products-main section.whatsupgold div.link-panels a {
    display: inline-block;
    width: 300px;
    height: 75px;
    margin: 0 5px 30px 0;
    padding: 25px 0 0;
    text-align: center;
    vertical-align: middle;
    color: black;
    background: #f9d64f;
    font-size: 0.95em;
    font-weight: 800;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
  html.lt-ie9 .torso .products-main section.whatsupgold div.link-panels a:hover {
    color: white;
    background: #12618c;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
html.lt-ie9 .torso .products-main section.two-panel-products div.two-panel div, html.lt-ie9 .torso .products-main section.two-panel-products div.full-panel div {
  float: left;
  width: 50%;
  height: auto; }
  html.lt-ie9 .torso .products-main section.two-panel-products div.two-panel div h4, html.lt-ie9 .torso .products-main section.two-panel-products div.full-panel div h4 {
    color: white;
    font-size: 3em;
    font-weight: 300; }
  html.lt-ie9 .torso .products-main section.two-panel-products div.two-panel div p, html.lt-ie9 .torso .products-main section.two-panel-products div.full-panel div p {
    color: white; }
  html.lt-ie9 .torso .products-main section.two-panel-products div.two-panel div a, html.lt-ie9 .torso .products-main section.two-panel-products div.full-panel div a {
    width: 100%;
    padding: 15px;
    color: white;
    background: #108c03;
    font-size: 0.9em;
    font-weight: 400; }
html.lt-ie9 .torso .products-main section.two-panel-products div.two-panel div.left-panel, html.lt-ie9 .torso .products-main section.two-panel-products div.full-panel div.left-panel {
  padding: 5%;
  background: #154e6d; }
html.lt-ie9 .torso .products-main section.two-panel-products div.two-panel div.right-panel, html.lt-ie9 .torso .products-main section.two-panel-products div.full-panel div.right-panel, html.lt-ie9 .torso .products-main section.two-panel-products div.two-panel div.full-panel, html.lt-ie9 .torso .products-main section.two-panel-products div.full-panel div.full-panel {
  padding: 5%;
  background: #186289; }
html.lt-ie9 .torso .products-main section {
  padding: 50px 0; }
  html.lt-ie9 .torso .products-main section a:hover {
    opacity: 0.8; }
  html.lt-ie9 .torso .products-main section div.popout div.popout-head div {
    float: left;
    width: 466px;
    height: 250px; }
    html.lt-ie9 .torso .products-main section div.popout div.popout-head div img {
      cursor: pointer; }
    html.lt-ie9 .torso .products-main section div.popout div.popout-head div img:hover {
      opacity: 0.8; }
  html.lt-ie9 .torso .products-main section div.popout div.popout-head div.head-list {
    text-align: left;
    font-size: 1.1em; }
    html.lt-ie9 .torso .products-main section div.popout div.popout-head div.head-list ul {
      padding: 0 0 0 0;
      font-size: 0.8em; }
  html.lt-ie9 .torso .products-main section div.popout div.popout-list h3 {
    text-align: left; }
  html.lt-ie9 .torso .products-main section div.popout div.popout-list div {
    float: left;
    width: 460px; }
html.lt-ie9 aside.primary {
  display: block;
  float: right;
  width: 25%; }
html.lt-ie9 aside.primary ~ .main {
  float: left;
  width: 75%;
  padding-right: 2em; }

/**
*
* FREE TRIAL PAGE STYLES
*
**/
.torso .main-evaluation header.trial {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background-image: url(../img/trial-hero.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover; }
  .torso .main-evaluation header.trial div.hero div.container {
    height: 200px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.6); }
    .torso .main-evaluation header.trial div.hero div.container h1 {
      font-size: 1.3em;
      font-weight: 400; }
    .torso .main-evaluation header.trial div.hero div.container p {
      font-size: 0.9em;
      font-weight: 300; }
.torso .main-evaluation section.tools-bar {
  padding-bottom: 0; }
  .torso .main-evaluation section.tools-bar h3 {
    margin: 60px 0; }
.torso .main-evaluation section.tools-list {
  padding-top: 0; }
.torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-thumbnail, .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-thumbnail {
  display: none; }
.torso .main-evaluation section.tools-bar div.service-bar {
  background: #f4f4f4;
  width: 100%; }
  .torso .main-evaluation section.tools-bar div.service-bar div.container div {
    float: left;
    padding: 30px 0 0; }
    .torso .main-evaluation section.tools-bar div.service-bar div.container div h5 {
      padding-bottom: 0.5em;
      font-size: 1em;
      font-weight: 600;
      line-height: 1; }
  .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-info {
    width: 60%;
    font-size: 0.8em; }
  .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-link {
    float: right; }
    .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-link a.button {
      width: 100%;
      margin: 5px 0;
      padding: 20px 20px;
      text-transform: uppercase;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600; }
    .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-link a.button {
      margin: 0 20px 0 0;
      padding: 10px;
      font-size: 0.8em; }
      .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-link a.button:hover {
        background: #12618c; }
.torso .main-evaluation section.tools-bar div.service-bar-alt {
  background: #ffffff;
  width: 100%; }
  .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div {
    float: left;
    padding: 30px 0 0; }
    .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div h5 {
      padding-bottom: 0.5em;
      font-size: 1em;
      font-weight: 600;
      line-height: 1; }
  .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-info {
    width: 60%;
    font-size: 0.8em; }
  .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-link {
    float: right; }
    .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-link a.button {
      width: 100%;
      margin: 5px 0;
      padding: 20px 20px;
      text-transform: uppercase;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600; }
    .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-link a.button {
      margin: 0 20px 0 0;
      padding: 10px;
      font-size: 0.8em; }
      .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-link a.button:hover {
        background: #12618c; }
.torso .main-evaluation section.tools-list div.free-tools {
  width: 100%;
  height: 650px;
  color: #ffffff;
  background-image: url(../img/mousepad.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  font-weight: 300; }
  .torso .main-evaluation section.tools-list div.free-tools h2 {
    margin: 25px 0 10px;
    color: #ffffff;
    font-weight: 600; }
  .torso .main-evaluation section.tools-list div.free-tools p {
    text-align: center; }
  .torso .main-evaluation section.tools-list div.free-tools div ul {
    margin-bottom: 0;
    list-style-image: url(../img/square-bullet.jpg); }

/**
*
* TABLETS ONLY
*
*/
@media only screen and (min-width: 721px) and (max-width: 1024px) {
  .torso .main-evaluation section.tools-bar div.service-bar div.container div {
    padding: 30px 10px 0; }
    .torso .main-evaluation section.tools-bar div.service-bar div.container div h5 {
      font-size: 1.5em;
      font-weight: 600; }
  .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-info {
    width: 50%; }
  .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-link {
    float: right;
    padding: 40px 0; }
    .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-link button {
      width: 100%;
      margin: 5px 0;
      padding: 20px 20px;
      text-transform: uppercase;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600; }
    .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-link button {
      margin: 5% 0;
      padding: 20px; }
  .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div {
    padding: 30px 10px 0; }
    .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div h5 {
      font-size: 1.5em;
      font-weight: 600; }
  .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-info {
    width: 50%; }
  .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-link {
    float: right;
    padding: 40px 0; }
    .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-link button {
      width: 100%;
      margin: 5px 0;
      padding: 20px 20px;
      text-transform: uppercase;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600; }
    .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-link button {
      margin: 5% 0;
      padding: 20px; } }
html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar div.container div {
  padding: 30px 10px 0; }
  html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar div.container div h5 {
    font-size: 1.5em;
    font-weight: 600; }
html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-info {
  width: 50%; }
html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-link {
  float: right;
  padding: 40px 0; }
  html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-link button {
    width: 100%;
    margin: 5px 0;
    padding: 20px 20px;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    background: #108c03;
    font-size: 1em;
    font-weight: 600; }
  html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-link button {
    margin: 5% 0;
    padding: 20px; }
html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div {
  padding: 30px 10px 0; }
  html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div h5 {
    font-size: 1.5em;
    font-weight: 600; }
html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-info {
  width: 50%; }
html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-link {
  float: right;
  padding: 40px 0; }
  html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-link button {
    width: 100%;
    margin: 5px 0;
    padding: 20px 20px;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    background: #108c03;
    font-size: 1em;
    font-weight: 600; }
  html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-link button {
    margin: 5% 0;
    padding: 20px; }

/**
*
* TABLETS AND UP
*
*/
@media only screen and (min-width: 721px) {
  .torso .main-evaluation header.trialblank {
    margin-top: 50px; }
  .torso .main-evaluation header.trial {
    height: 350px; }
    .torso .main-evaluation header.trial div.hero {
      padding: 70px 0 0 0; }
      .torso .main-evaluation header.trial div.hero div.container {
        width: 550px;
        height: 100%;
        padding: 40px 40px 20px;
        background-color: rgba(0, 0, 0, 0.6); }
        .torso .main-evaluation header.trial div.hero div.container h1 {
          font-size: 2.5em; }
        .torso .main-evaluation header.trial div.hero div.container p {
          font-size: 1.1em; }
  .torso .main-evaluation section h3 {
    font-size: 24px; }
  .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-thumbnail, .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-thumbnail {
    display: block;
    overflow: hidden; }
  .torso .main-evaluation section.tools-list div.free-tools h2 {
    margin: 60px 0 5px;
    color: #ffffff;
    font-size: 3em;
    font-weight: 600; }
  .torso .main-evaluation section.tools-list div.free-tools p {
    text-align: center;
    font-size: 1.5em; }
  .torso .main-evaluation section.tools-list div.free-tools div ul {
    float: left;
    width: 50%;
    margin: 0 auto;
    list-style-image: url(../img/square-bullet.jpg); }
    .torso .main-evaluation section.tools-list div.free-tools div ul li {
      font-size: 1.4em; } }
html.lt-ie9 .torso .main-evaluation header.trialblank {
  margin-top: 50px; }
html.lt-ie9 .torso .main-evaluation header.trial {
  height: 350px; }
  html.lt-ie9 .torso .main-evaluation header.trial div.hero {
    padding: 70px 0 0 0; }
    html.lt-ie9 .torso .main-evaluation header.trial div.hero div.container {
      width: 550px;
      height: 100%;
      padding: 40px 40px 20px;
      background-color: rgba(0, 0, 0, 0.6); }
      html.lt-ie9 .torso .main-evaluation header.trial div.hero div.container h1 {
        font-size: 2.5em; }
      html.lt-ie9 .torso .main-evaluation header.trial div.hero div.container p {
        font-size: 1.1em; }
html.lt-ie9 .torso .main-evaluation section h3 {
  font-size: 24px; }
html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-thumbnail, html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-thumbnail {
  display: block;
  overflow: hidden; }
html.lt-ie9 .torso .main-evaluation section.tools-list div.free-tools h2 {
  margin: 60px 0 5px;
  color: #ffffff;
  font-size: 3em;
  font-weight: 600; }
html.lt-ie9 .torso .main-evaluation section.tools-list div.free-tools p {
  text-align: center;
  font-size: 1.5em; }
html.lt-ie9 .torso .main-evaluation section.tools-list div.free-tools div ul {
  float: left;
  width: 50%;
  margin: 0 auto;
  list-style-image: url(../img/square-bullet.jpg); }
  html.lt-ie9 .torso .main-evaluation section.tools-list div.free-tools div ul li {
    font-size: 1.4em; }

/**
*
* DESKTOPS AND UP
*
*/
@media only screen and (min-width: 1025px) {
  .torso {
    padding: 0 0 1.5em 0; }

  .torso .main-evaluation header.trial {
    height: 350px; }
    .torso .main-evaluation header.trial div.hero {
      padding: 40px 0 0 0; }
      .torso .main-evaluation header.trial div.hero div.container {
        width: 750px; }
        .torso .main-evaluation header.trial div.hero div.container h1 {
          font-size: 4em; }
        .torso .main-evaluation header.trial div.hero div.container p {
          font-size: 1.5em; }
  .torso .main-evaluation section.tools-bar {
    padding-bottom: 50px; }
    .torso .main-evaluation section.tools-bar div.service-bar div.container div {
      float: left;
      padding: 30px 20px 20px 0; }
      .torso .main-evaluation section.tools-bar div.service-bar div.container div h5 {
        padding-bottom: 0;
        font-size: 2em;
        font-weight: 600; }
      .torso .main-evaluation section.tools-bar div.service-bar div.container div p {
        font-size: 1em; }
    .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-info {
      width: 60%;
      margin-top: 20px; }
    .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-link {
      float: right;
      padding: 50px 0;
      margin: auto 0; }
      .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-link a.button {
        padding: 20px;
        font-size: 1em; }
    .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div {
      float: left;
      padding: 30px 20px 20px 0; }
      .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div h5 {
        padding-bottom: 0;
        font-size: 2em;
        font-weight: 600; }
      .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div p {
        font-size: 1em; }
    .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-info {
      width: 60%;
      margin-top: 20px; }
    .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-link {
      float: right;
      padding: 50px 0;
      margin: auto 0; }
      .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-link a.button {
        padding: 20px;
        font-size: 1em; }
  .torso .main-evaluation section.tools-list div.free-tools h2 {
    margin: 60px 0 5px;
    color: #ffffff;
    font-size: 3em;
    font-weight: 600; }
  .torso .main-evaluation section.tools-list div.free-tools p {
    margin: 0 0 50px;
    text-align: center;
    font-size: 1.5em; }
  .torso .main-evaluation section.tools-list div.free-tools div ul {
    float: left;
    width: 50%;
    margin: 0 auto;
    padding: 0 60px;
    list-style-image: url(../img/square-bullet.jpg); }
    .torso .main-evaluation section.tools-list div.free-tools div ul li {
      font-size: 1.5em; } }
html.lt-ie9 .torso {
  padding: 0 0 1.5em 0; }
html.lt-ie9 .torso .main-evaluation header.trial {
  height: 350px; }
  html.lt-ie9 .torso .main-evaluation header.trial div.hero {
    padding: 40px 0 0 0; }
    html.lt-ie9 .torso .main-evaluation header.trial div.hero div.container {
      width: 750px; }
      html.lt-ie9 .torso .main-evaluation header.trial div.hero div.container h1 {
        font-size: 4em; }
      html.lt-ie9 .torso .main-evaluation header.trial div.hero div.container p {
        font-size: 1.5em; }
html.lt-ie9 .torso .main-evaluation section.tools-bar {
  padding-bottom: 50px; }
  html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar div.container div {
    float: left;
    padding: 30px 20px 20px 0; }
    html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar div.container div h5 {
      padding-bottom: 0;
      font-size: 2em;
      font-weight: 600; }
    html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar div.container div p {
      font-size: 1em; }
  html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-info {
    width: 60%;
    margin-top: 20px; }
  html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-link {
    float: right;
    padding: 50px 0;
    margin: auto 0; }
    html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar div.container div.free-trial-link a.button {
      padding: 20px;
      font-size: 1em; }
  html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div {
    float: left;
    padding: 30px 20px 20px 0; }
    html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div h5 {
      padding-bottom: 0;
      font-size: 2em;
      font-weight: 600; }
    html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div p {
      font-size: 1em; }
  html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-info {
    width: 60%;
    margin-top: 20px; }
  html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-link {
    float: right;
    padding: 50px 0;
    margin: auto 0; }
    html.lt-ie9 .torso .main-evaluation section.tools-bar div.service-bar-alt div.container div.free-trial-link a.button {
      padding: 20px;
      font-size: 1em; }
html.lt-ie9 .torso .main-evaluation section.tools-list div.free-tools h2 {
  margin: 60px 0 5px;
  color: #ffffff;
  font-size: 3em;
  font-weight: 600; }
html.lt-ie9 .torso .main-evaluation section.tools-list div.free-tools p {
  margin: 0 0 50px;
  text-align: center;
  font-size: 1.5em; }
html.lt-ie9 .torso .main-evaluation section.tools-list div.free-tools div ul {
  float: left;
  width: 50%;
  margin: 0 auto;
  padding: 0 60px;
  list-style-image: url(../img/square-bullet.jpg); }
  html.lt-ie9 .torso .main-evaluation section.tools-list div.free-tools div ul li {
    font-size: 1.5em; }

/**
*
* SUPPORT PAGE STYLES
*
**/
.torso .main-support .support {
  background-image: url(../images/support-hero.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover; }

.torso .main-support a.button:not(.product-search-button):hover {
  opacity: 0.8; }
.torso .main-support header.support {
  background-image: url(../img/support-hero.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover; }
  .torso .main-support header.support div.product-support-search {
    padding: 40px 0 0; }
    .torso .main-support header.support div.product-support-search div.container fieldset {
      padding: 0 0; }
      .torso .main-support header.support div.product-support-search div.container fieldset input.product-support-input {
        float: left;
        width: 75%;
        height: 40px;
        margin: 0;
        padding: 0 5px 0 5px;
        border: none;
        background: #ffffff;
        font-size: 0.8em; }
      .torso .main-support header.support div.product-support-search div.container fieldset button.product-search-button {
        float: left;
        width: 20%;
        height: 40px;
        margin: 0;
        border: none;
        border-radius: 0;
        background-color: #f9d64f;
        background-image: none;
        font-size: 1em;
        -webkit-appearance: none;
        moz-appearance: none; }
  .torso .main-support header.support div.product-support-info {
    margin: 10px auto 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6); }
    .torso .main-support header.support div.product-support-info h1 {
      padding: 0 0;
      text-align: center;
      color: #ffffff;
      font-size: 0.8em;
      font-weight: 300; }
    .torso .main-support header.support div.product-support-info p {
      color: #ffffff; }
.torso .main-support a {
  color: #108c03; }
.torso .main-support a:hover {
  color: #0394cd; }
.torso .main-support section.technical-account-support {
  padding: 20px 0; }
  .torso .main-support section.technical-account-support div.left-panel h2, .torso .main-support section.technical-account-support div.right-panel h2, .torso .main-support section.technical-account-support div.full-panel h2 {
    margin: 0;
    text-align: center;
    color: #323232;
    font-size: 2em;
    font-weight: 400; }
  .torso .main-support section.technical-account-support div.left-panel h3, .torso .main-support section.technical-account-support div.right-panel h3, .torso .main-support section.technical-account-support div.full-panel h3 {
    text-align: left;
    color: #12618c;
    font-size: 1.5em;
    font-weight: 800; }
  .torso .main-support section.technical-account-support div.left-panel p, .torso .main-support section.technical-account-support div.right-panel p, .torso .main-support section.technical-account-support div.full-panel p {
    margin-bottom: 0.8em; }
    .torso .main-support section.technical-account-support div.left-panel p a, .torso .main-support section.technical-account-support div.right-panel p a, .torso .main-support section.technical-account-support div.full-panel p a {
      /*color: $headline-green;
      font-weight: bold;*/ }
  .torso .main-support section.technical-account-support div.container div div.button-group {
    float: none;
    width: 100%;
    margin: 30px 0;
    padding: 0; }
    .torso .main-support section.technical-account-support div.container div div.button-group a.button {
      width: 100%;
      margin: 5px 0;
      padding: 20px 20px;
      text-transform: uppercase;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600; }
  .torso .main-support section.technical-account-support div.container form {
    width: 50%;
    padding: 0; }
    .torso .main-support section.technical-account-support div.container form label {
      font-weight: normal; }
    .torso .main-support section.technical-account-support div.container form input {
      box-shadow: 2px 2px 5px #666; }
    .torso .main-support section.technical-account-support div.container form input.noshadow {
      box-shadow: none; }
    .torso .main-support section.technical-account-support div.container form .button-group a.button {
      width: 50%; }
  .torso .main-support section.technical-account-support div.container div.inline-form {
    width: 100%;
    padding: 0; }
    .torso .main-support section.technical-account-support div.container div.inline-form label {
      display: inline-block; }
    .torso .main-support section.technical-account-support div.container div.inline-form input {
      display: inline-block;
      width: 30%; }
    .torso .main-support section.technical-account-support div.container div.inline-form .button-group {
      width: 30% !important;
      margin: 0 !important;
      padding: 0 !important;
      display: inline-block;
      vertical-align: bottom; }
      .torso .main-support section.technical-account-support div.container div.inline-form .button-group a.button {
        margin: 0 0 -3px;
        padding: 10px;
        width: 50%; }
  .torso .main-support section.technical-account-support div.container h2 {
    margin: 0;
    text-align: center;
    color: #323232;
    font-size: 2em;
    font-weight: 400; }
  .torso .main-support section.technical-account-support div.container h3 {
    text-align: left;
    color: #12618c;
    font-size: 1.5em;
    font-weight: 800; }
  .torso .main-support section.technical-account-support div.container p {
    margin-bottom: 0.8em; }
    .torso .main-support section.technical-account-support div.container p a {
      /*color: $headline-green;*/
      font-weight: bold; }
  .torso .main-support section.technical-account-support div.container p.otherProducts {
    line-height: 1.1; }
    .torso .main-support section.technical-account-support div.container p.otherProducts strong {
      font-size: 1.4em; }
    .torso .main-support section.technical-account-support div.container p.otherProducts a strong {
      font-size: 1em; }
  .torso .main-support section.technical-account-support div.container div.phone-number-container {
    float: none;
    width: 100%;
    margin: 10px 0;
    padding: 0 !important; }
    .torso .main-support section.technical-account-support div.container div.phone-number-container p {
      margin: 0; }
      .torso .main-support section.technical-account-support div.container div.phone-number-container p a {
        /*color: $headline-green;*/
        font-weight: bold; }
      .torso .main-support section.technical-account-support div.container div.phone-number-container p a.phone-number {
        color: #12618c;
        font-size: 1.5em;
        font-weight: 800; }
  .torso .main-support section.technical-account-support div.container div.panel h3 {
    text-align: left;
    color: #12618c;
    font-size: 1.5em;
    font-weight: 800; }
  .torso .main-support section.technical-account-support div.container div.panel .phone-number-container {
    float: none;
    width: 100%;
    margin: 10px 0;
    padding: 0 !important; }
    .torso .main-support section.technical-account-support div.container div.panel .phone-number-container p a.phone-number {
      color: #12618c;
      font-size: 1.5em;
      font-weight: 800; }
  .torso .main-support section.technical-account-support div.container div.panel div.button-group {
    float: none;
    width: 100%;
    margin: 30px 0;
    padding: 0; }
    .torso .main-support section.technical-account-support div.container div.panel div.button-group a.button {
      width: 100%;
      margin: 5px 0;
      padding: 20px 20px;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600; }
  .torso .main-support section.technical-account-support div.container div.panel p a {
    /*color: $headline-green;*/
    font-weight: bold; }
  .torso .main-support section.technical-account-support div.container .key-recovery {
    padding: 0 0; }
.torso .main-support section.support-section {
  margin: 0 auto; }
  .torso .main-support section.support-section p {
    margin-bottom: 0.8em; }
    .torso .main-support section.support-section p a {
      /*color: $headline-green;*/
      font-weight: bold; }
  .torso .main-support section.support-section h2 {
    margin: 0 0 0 0;
    text-align: left;
    color: #323232;
    font-weight: 300; }
  .torso .main-support section.support-section h3 {
    text-align: left;
    color: #12618c;
    font-size: 1.5em;
    font-weight: 800; }
  .torso .main-support section.support-section div {
    float: left;
    width: 100%; }
  .torso .main-support section.support-section div.support-section-right-column {
    padding: 0 0 0 10px; }
    .torso .main-support section.support-section div.support-section-right-column div.product-support-list {
      float: none;
      overflow-x: hidden;
      width: 100% !important;
      padding: 30px;
      border-left: 5px #f9d64f solid;
      background: white;
      -webkit-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
      -moz-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
      box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3); }
  .torso .main-support section.support-section div.left-panel-border {
    border-right: 5px #f9d64f solid;
    background: white;
    -webkit-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
    -moz-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
    box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3); }
  .torso .main-support section.support-section div.right-panel-border {
    border-left: 5px #f9d64f solid;
    background: white;
    -webkit-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
    -moz-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
    box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3); }
  .torso .main-support section.support-section .product-support-list {
    overflow-x: hidden;
    width: auto !important;
    padding: 30px;
    left: 53%;
    right: 0;
    border-left: 5px #f9d64f solid;
    background: white;
    -webkit-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
    -moz-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
    box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3); }
    .torso .main-support section.support-section .product-support-list .pickProduct {
      width: 100%; }
    .torso .main-support section.support-section .product-support-list div.supportDocsContainer {
      width: 100%; }
      .torso .main-support section.support-section .product-support-list div.supportDocsContainer ul {
        width: 100%;
        padding: 20px 0 0 0;
        list-style: none; }
        .torso .main-support section.support-section .product-support-list div.supportDocsContainer ul li a {
          /*color: $headline-green;*/
          font-weight: 600; }
.torso .main-support select {
  width: 60%;
  padding: 10px 10px 10px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: url(../images/select-down-green.png) no-repeat 90% 50%, #f4f4f4;
  font-size: 0.9em;
  -webkit-appearance: none;
  moz-appearance: none; }
.torso .main-support section.support-links {
  padding: 50px 0 0 0; }
  .torso .main-support section.support-links div.key-recovery {
    padding: 0 0; }
  .torso .main-support section.support-links ul {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    list-style-image: url(../images/square-bullet-green.jpg); }
.torso .main-support section.technical-account-support div.container div div.button-group {
  float: none;
  width: 100%;
  margin: 30px 0;
  padding: 0; }
.torso .main-support section.technical-account-support div.container div div.video-list {
  width: 100%; }
  .torso .main-support section.technical-account-support div.container div div.video-list p a.selected {
    color: black; }
  .torso .main-support section.technical-account-support div.container div div.video-list p img {
    display: none; }
.torso .main-support section.technical-account-support div.container div div.video-container {
  width: 100%; }
  .torso .main-support section.technical-account-support div.container div div.video-container div.fluid-width-video-wrapper {
    width: 100%; }
.torso .main-support section.training-info div {
  float: left;
  width: 100%;
  padding: 0 20px; }
  .torso .main-support section.training-info div ul {
    padding-left: 0;
    list-style-position: inside; }
.torso .main-support section.training-info div.training-section-left-column ul li {
  padding-left: 1.2em;
  text-indent: -1.2em; }
.torso .main-support section.training-info div.training-section-left-column h3 {
  text-align: center;
  color: #12618c;
  font-size: 1.25em;
  font-weight: 800; }
.torso .main-support section.training-info div.training-section-right-column {
  padding: 0 0; }
.torso .main-support section.training-info p {
  line-height: 1.7em; }
  .torso .main-support section.training-info p a {
    /*color: $headline-green;*/
    font-weight: bold; }
.torso .main-support section.training-info h2 {
  margin: 0 0 0 0;
  text-align: center;
  color: #323232;
  font-size: 2em;
  font-weight: 400; }
.torso .main-support section.training-info h3 {
  text-align: left;
  color: #12618c;
  font-size: 1.5em;
  font-weight: 800; }
.torso .main-support section.training-info blockquote {
  margin-bottom: 0;
  padding: 20px 0;
  color: #323232;
  border: none;
  border-bottom: 1px lightgrey solid;
  font-size: 1.3em;
  font-weight: 400; }
  .torso .main-support section.training-info blockquote footer {
    color: grey;
    font-size: 0.9em;
    font-weight: 300;
    font-style: normal; }
.torso .main-support section.training-info div.training-list {
  overflow-x: hidden;
  width: 100%;
  padding: 10px;
  border-left: 5px #f9d64f solid;
  background: white;
  -webkit-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
  box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3); }
  .torso .main-support section.training-info div.training-list p {
    margin-bottom: 1em; }
  .torso .main-support section.training-info div.training-list ul {
    width: 100%;
    padding: 20px 0 0 0;
    list-style: none; }
    .torso .main-support section.training-info div.training-list ul li {
      line-height: 1.7em; }
      .torso .main-support section.training-info div.training-list ul li a {
        /*color: $headline-green;*/
        font-weight: 600; }
  .torso .main-support section.training-info div.training-list div.one-two-three-list {
    width: 100%;
    padding: 0; }
    .torso .main-support section.training-info div.training-list div.one-two-three-list img {
      display: none;
      float: left;
      width: 11.5%; }
    .torso .main-support section.training-info div.training-list div.one-two-three-list ul {
      margin-left: 50px; }
      .torso .main-support section.training-info div.training-list div.one-two-three-list ul li {
        padding: 0 0 0 4em; }
      .torso .main-support section.training-info div.training-list div.one-two-three-list ul li:first-child {
        background: url(/img/1.png) top left no-repeat; }
      .torso .main-support section.training-info div.training-list div.one-two-three-list ul li:nth-child(2) {
        background: url(/img/2.png) top left no-repeat; }
      .torso .main-support section.training-info div.training-list div.one-two-three-list ul li:nth-child(3) {
        background: url(/img/3.png) top left no-repeat; }
  .torso .main-support section.training-info div.training-list div.button-group {
    width: 100%;
    margin: 20px 0 0;
    padding: 0; }
    .torso .main-support section.training-info div.training-list div.button-group a {
      float: left;
      width: 100%;
      height: 100px;
      margin-right: 10px;
      padding: 0 0;
      font-size: 0.8em; }
      .torso .main-support section.training-info div.training-list div.button-group a button {
        width: 100%;
        margin: 5px 0;
        padding: 20px 20px;
        text-transform: uppercase;
        color: white;
        border-radius: 0;
        background: #108c03;
        font-size: 1em;
        font-weight: 600; }
      .torso .main-support section.training-info div.training-list div.button-group a button {
        padding: 25px 10px;
        font-weight: 300px; }
    .torso .main-support section.training-info div.training-list div.button-group a:hover {
      opacity: 0.8; }
  .torso .main-support section.training-info div.training-list p.table-footer {
    padding: 0;
    text-align: right;
    font-size: 0.3;
    font-style: italic; }
  .torso .main-support section.training-info div.training-list table.train-list-table-mobile {
    display: table; }
    .torso .main-support section.training-info div.training-list table.train-list-table-mobile tr th {
      text-align: left; }
    .torso .main-support section.training-info div.training-list table.train-list-table-mobile tr td:nth-child(2) {
      text-align: center;
      vertical-align: middle;
      color: #108c03; }
  .torso .main-support section.training-info div.training-list table.train-list-table {
    display: none; }
.torso .main-support section.training-courses h2 {
  padding: 10px 0 0 0;
  text-align: left;
  color: #323232;
  font-weight: 300;
  margin: 0 0 50px;
  font-size: 2.5em; }
.torso .main-support section.training-courses h3 {
  text-align: left;
  color: #12618c;
  font-size: 1.6em;
  font-weight: 800; }
.torso .main-support section.training-courses h4 {
  margin-bottom: 0;
  font-size: 16px; }
.torso .main-support section.training-courses ul li {
  padding-left: 1.2em;
  text-indent: -1.2em; }
.torso .main-support section.training-courses div.training-courses-block {
  width: 100%;
  margin: 0;
  padding: 40px 20px 20px;
  border-top: 5px #12618c solid;
  background: #ffffff; }
  .torso .main-support section.training-courses div.training-courses-block div {
    float: none;
    width: 100%;
    padding: 0; }
    .torso .main-support section.training-courses div.training-courses-block div ul {
      padding-left: 0;
      list-style-position: inside; }
  .torso .main-support section.training-courses div.training-courses-block div.class-info {
    padding: 0; }
    .torso .main-support section.training-courses div.training-courses-block div.class-info div:nth-child(1) {
      width: 35%; }
    .torso .main-support section.training-courses div.training-courses-block div.class-info div:nth-child(2) {
      width: 60%; }
      .torso .main-support section.training-courses div.training-courses-block div.class-info div:nth-child(2) ul {
        padding-left: 0;
        list-style-position: inside; }
  .torso .main-support section.training-courses div.training-courses-block div.class-links ul {
    padding-left: 0;
    list-style: none; }
    .torso .main-support section.training-courses div.training-courses-block div.class-links ul li {
      padding-left: 0;
      text-indent: 0; }
      .torso .main-support section.training-courses div.training-courses-block div.class-links ul li i {
        float: left;
        width: 10%;
        font-size: 1.2em;
        line-height: 1.6em; }
      .torso .main-support section.training-courses div.training-courses-block div.class-links ul li a {
        float: left;
        width: 90%;
        margin: 0 0 1em 0;
        vertical-align: top;
        /*color: $headline-green;*/
        font-weight: bolder; }
      .torso .main-support section.training-courses div.training-courses-block div.class-links ul li a:hover {
        opacity: 0.8; }
  .torso .main-support section.training-courses div.training-courses-block div.class-links div.button-group {
    width: 100%;
    margin: 20px 0;
    padding: 0; }
    .torso .main-support section.training-courses div.training-courses-block div.class-links div.button-group a {
      float: left;
      width: 100%;
      height: 100px;
      margin: 0 10px 20px 0;
      padding: 0 0;
      font-size: 0.8em; }
      .torso .main-support section.training-courses div.training-courses-block div.class-links div.button-group a a.button {
        width: 100%;
        margin: 5px 0;
        padding: 20px 20px;
        text-transform: uppercase;
        color: white;
        border-radius: 0;
        background: #108c03;
        font-size: 1em;
        font-weight: 600; }
      .torso .main-support section.training-courses div.training-courses-block div.class-links div.button-group a a.button {
        padding: 25px 10px;
        font-weight: 300px; }
    .torso .main-support section.training-courses div.training-courses-block div.class-links div.button-group a:hover {
      opacity: 0.8; }
.torso .main-support section.training-courses div.training-courses-left-column, .torso .main-support section.training-courses div.training-courses-right-column {
  float: none;
  width: 100%; }
.torso .main-support section.partner-program h2 {
  padding: 10px 0 20px 0;
  text-align: center;
  color: #323232;
  font-weight: 300; }
.torso .main-support section.partner-program div.partner-program-left-column, .torso .main-support section.partner-program div.partner-program-right-column {
  float: none;
  width: 100%; }
  .torso .main-support section.partner-program div.partner-program-left-column a.button, .torso .main-support section.partner-program div.partner-program-right-column a.button {
    width: 100%;
    margin: 5px 0;
    padding: 20px 20px;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    background: #108c03;
    font-size: 1em;
    font-weight: 600; }
  .torso .main-support section.partner-program div.partner-program-left-column a.button, .torso .main-support section.partner-program div.partner-program-right-column a.button {
    width: 100%; }
.torso .main-support div.product-support-list {
  float: none;
  overflow-x: hidden;
  width: 100% !important;
  padding: 30px;
  border-left: 5px #f9d64f solid;
  background: white;
  -webkit-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
  box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3); }
  .torso .main-support div.product-support-list select {
    width: 60%;
    padding: 10px 10px 10px;
    cursor: pointer;
    border: none;
    border-radius: 0;
    background: url(../images/select-down-green.png) no-repeat 90% 50%, #f4f4f4;
    font-size: 0.9em;
    -webkit-appearance: none;
    moz-appearance: none; }
  .torso .main-support div.product-support-list ul {
    width: 100%;
    padding: 20px 0 0 0;
    list-style: none; }
    .torso .main-support div.product-support-list ul li a {
      /*color: $headline-green;*/
      font-weight: 600; }
.torso .main-support section.support-links {
  padding: 50px 0 0 0; }
  .torso .main-support section.support-links h2 {
    margin: 0 0 0 0;
    text-align: center;
    text-align: left;
    color: #323232;
    font-weight: 300; }
  .torso .main-support section.support-links h3 {
    text-align: left;
    color: #12618c;
    font-size: 1.5em;
    font-weight: 800; }
  .torso .main-support section.support-links p {
    margin-bottom: 0.8em; }
    .torso .main-support section.support-links p a {
      /*color: $headline-green;*/
      font-weight: bold; }
  .torso .main-support section.support-links ul {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    list-style-image: url(../img/square-bullet-green.jpg); }
    .torso .main-support section.support-links ul li {
      padding-left: 0;
      list-style-position: inside; }
      .torso .main-support section.support-links ul li a {
        /*color: $headline-green;*/
        font-weight: 600; }
  .torso .main-support section.support-links div.key-recovery {
    padding: 0 0; }

/**
  *
  * TABLETS ONLY
  *
  */
@media only screen and (min-width: 721px) and (max-width: 1024px) {
  .torso .main-support .support .product-support-search {
    padding: 70px 0 0;
    text-align: center; }
    .torso .main-support .support .product-support-search .container form {
      padding: 0 15%; }
      .torso .main-support .support .product-support-search .container form .product-support-input {
        height: 75px; }

  .torso .main-support header.support {
    height: 350px; }
    .torso .main-support header.support div.product-support-search {
      padding: 70px 0 0; }
      .torso .main-support header.support div.product-support-search div.container form {
        padding: 0 15%; }
        .torso .main-support header.support div.product-support-search div.container form input.product-support-input {
          width: 75%;
          height: 75px;
          font-size: 1em; }
        .torso .main-support header.support div.product-support-search div.container form .product-search-button {
          height: 75px;
          -webkit-box-shadow: 4px 3px 6px 0 rgba(50, 50, 50, 0.76);
          -moz-box-shadow: 4px 3px 6px 0 rgba(50, 50, 50, 0.76);
          box-shadow: 4px 3px 6px 0 rgba(50, 50, 50, 0.76);
          font-size: 1.5em; }
        .torso .main-support header.support div.product-support-search div.container form button.product-search-button {
          width: 15%;
          height: 75px;
          font-size: 2em; }
    .torso .main-support header.support div.product-support-info {
      margin: 25px 0 0;
      padding: 35px; }
      .torso .main-support header.support div.product-support-info h1 {
        padding: 0 15%;
        font-size: 1.7em; } }
html.lt-ie9 .torso .main-support .support .product-support-search {
  padding: 70px 0 0;
  text-align: center; }
  html.lt-ie9 .torso .main-support .support .product-support-search .container form {
    padding: 0 15%; }
    html.lt-ie9 .torso .main-support .support .product-support-search .container form .product-support-input {
      height: 75px; }
html.lt-ie9 .torso .main-support header.support {
  height: 350px; }
  html.lt-ie9 .torso .main-support header.support div.product-support-search {
    padding: 70px 0 0; }
    html.lt-ie9 .torso .main-support header.support div.product-support-search div.container form {
      padding: 0 15%; }
      html.lt-ie9 .torso .main-support header.support div.product-support-search div.container form input.product-support-input {
        width: 75%;
        height: 75px;
        font-size: 1em; }
      html.lt-ie9 .torso .main-support header.support div.product-support-search div.container form .product-search-button {
        height: 75px;
        -webkit-box-shadow: 4px 3px 6px 0 rgba(50, 50, 50, 0.76);
        -moz-box-shadow: 4px 3px 6px 0 rgba(50, 50, 50, 0.76);
        box-shadow: 4px 3px 6px 0 rgba(50, 50, 50, 0.76);
        font-size: 1.5em; }
      html.lt-ie9 .torso .main-support header.support div.product-support-search div.container form button.product-search-button {
        width: 15%;
        height: 75px;
        font-size: 2em; }
  html.lt-ie9 .torso .main-support header.support div.product-support-info {
    margin: 25px 0 0;
    padding: 35px; }
    html.lt-ie9 .torso .main-support header.support div.product-support-info h1 {
      padding: 0 15%;
      font-size: 1.7em; }

/**
  *
  * TABLETS AND UP
  *
  */
@media only screen and (min-width: 721px) {
  .torso .main-support .support .product-support-search {
    padding: 70px 0 0;
    text-align: center; }
    .torso .main-support .support .product-support-search .container form {
      padding: 0 15%; }
      .torso .main-support .support .product-support-search .container form .product-support-input {
        height: 75px; }

  .torso .main-support header.support div.product-support-search {
    padding: 70px 0 0; }
    .torso .main-support header.support div.product-support-search div.container form {
      padding: 0 15%; }
      .torso .main-support header.support div.product-support-search div.container form input.product-support-input {
        height: 75px;
        -webkit-box-shadow: 4px 3px 6px 0 rgba(50, 50, 50, 0.76);
        -moz-box-shadow: 4px 3px 6px 0 rgba(50, 50, 50, 0.76);
        box-shadow: 4px 3px 6px 0 rgba(50, 50, 50, 0.76);
        font-size: 1.5em; }
      .torso .main-support header.support div.product-support-search div.container form .product-search-button {
        width: 15%;
        height: 75px;
        font-size: 1em; }
      .torso .main-support header.support div.product-support-search div.container form button.product-search-button {
        height: 75px;
        font-size: 2em; }
  .torso .main-support header.support div.product-support-info {
    max-width: 933px;
    margin: 40px auto 0;
    padding: 30px 30px 0;
    text-align: center;
    min-height: 111px; }
    .torso .main-support header.support div.product-support-info h1 {
      padding: 0 2%;
      color: #ffffff;
      font-size: 2.4em;
      font-weight: 300; }
    .torso .main-support header.support div.product-support-info p {
      color: #ffffff;
      font-size: 1.5em;
      padding: 0 2% 3%; }

  .torso .main-support .support {
    height: 350px; } }
html.lt-ie9 .torso .main-support .support .product-support-search {
  padding: 70px 0 0;
  text-align: center; }
  html.lt-ie9 .torso .main-support .support .product-support-search .container form {
    padding: 0 15%; }
    html.lt-ie9 .torso .main-support .support .product-support-search .container form .product-support-input {
      height: 75px; }
html.lt-ie9 .torso .main-support header.support div.product-support-search {
  padding: 70px 0 0; }
  html.lt-ie9 .torso .main-support header.support div.product-support-search div.container form {
    padding: 0 15%; }
    html.lt-ie9 .torso .main-support header.support div.product-support-search div.container form input.product-support-input {
      height: 75px;
      -webkit-box-shadow: 4px 3px 6px 0 rgba(50, 50, 50, 0.76);
      -moz-box-shadow: 4px 3px 6px 0 rgba(50, 50, 50, 0.76);
      box-shadow: 4px 3px 6px 0 rgba(50, 50, 50, 0.76);
      font-size: 1.5em; }
    html.lt-ie9 .torso .main-support header.support div.product-support-search div.container form .product-search-button {
      width: 15%;
      height: 75px;
      font-size: 1em; }
    html.lt-ie9 .torso .main-support header.support div.product-support-search div.container form button.product-search-button {
      height: 75px;
      font-size: 2em; }
html.lt-ie9 .torso .main-support header.support div.product-support-info {
  max-width: 933px;
  margin: 40px auto 0;
  padding: 30px 30px 0;
  text-align: center;
  min-height: 111px; }
  html.lt-ie9 .torso .main-support header.support div.product-support-info h1 {
    padding: 0 2%;
    color: #ffffff;
    font-size: 2.4em;
    font-weight: 300; }
  html.lt-ie9 .torso .main-support header.support div.product-support-info p {
    color: #ffffff;
    font-size: 1.5em;
    padding: 0 2% 3%; }
html.lt-ie9 .torso .main-support .support {
  height: 350px; }

/**
  *
  * DESKTOPS AND UP
  *
  */
@media only screen and (min-width: 1025px) {
  .torso .main-support {
    padding: 0 0 0 0 !important; }
    .torso .main-support header.support div.product-support-info div.container p {
      font-size: 1.2em;
      margin: 1em 0; }
    .torso .main-support section {
      padding: 50px 0 25px; }
      .torso .main-support section div.container div {
        float: left;
        width: 50%;
        padding: 0 10px; }
        .torso .main-support section div.container div div.button-group {
          float: none;
          width: 100% !important;
          margin: 30px 0 !important;
          padding: 0 !important; }
          .torso .main-support section div.container div div.button-group a.button {
            width: 75%; }
    .torso .main-support section.technical-account-support div.container div h2 {
      text-align: left;
      font-weight: 300; }
    .torso .main-support section.technical-account-support div.container div div.button-group a.button {
      width: 60%;
      text-align: left; }
    .torso .main-support section.technical-account-support div.container div.leftDiv {
      padding: 30px;
      border-right: 5px #f9d64f solid;
      border-top: 1px lightgray solid;
      border-left: 1px lightgray solid;
      border-bottom: 1px lightgray solid; }
    .torso .main-support section.technical-account-support div.container div.rightDiv {
      padding: 30px;
      float: right; }
    .torso .main-support section.technical-account-support div.container div.account-support {
      padding: 0; }
    .torso .main-support section.technical-account-support div.panel {
      float: left;
      width: 50%;
      padding: 0 10px; }
      .torso .main-support section.technical-account-support div.panel div.button-group {
        float: none;
        width: 100% !important;
        margin: 30px 0 !important;
        padding: 0 !important; }
        .torso .main-support section.technical-account-support div.panel div.button-group a.button {
          width: 65%;
          text-align: left; }
    .torso .main-support section.technical-account-support {
      padding: 20px 0; }
      .torso .main-support section.technical-account-support .account-support {
        padding: 0; }
      .torso .main-support section.technical-account-support div.panel div.button-group a.button {
        width: 65%;
        text-align: left;
        margin: 5px 0;
        padding: 20px 20px;
        text-transform: uppercase;
        color: white;
        border-radius: 0;
        background: #108c03;
        font-size: 1em;
        font-weight: 600;
        text-align: left;
        font-family: 'Cantarell', sans-serif;
        line-height: 1;
        border: 0;
        cursor: pointer;
        align-items: flex-start;
        box-sizing: border-box; }
      .torso .main-support section.technical-account-support div.panel div.button-group a.button:hover {
        background-color: #12618c; }
      .torso .main-support section.technical-account-support div.container div.panel div.button-group a.button {
        width: 65%;
        text-align: left;
        margin: 5px 0;
        padding: 20px 20px;
        text-transform: uppercase;
        color: white;
        border-radius: 0;
        background: #108c03;
        font-size: 1em;
        font-weight: 600;
        text-align: left;
        font-family: 'Cantarell', sans-serif;
        line-height: 1;
        border: 0;
        cursor: pointer;
        align-items: flex-start;
        box-sizing: border-box; }
      .torso .main-support section.technical-account-support div.container div.panel div.button-group a.button:hover {
        background-color: #12618c; }
    .torso .main-support section.technical-account-support {
      padding: 50px 0 0; }
    .torso .main-support section.support-section div {
      width: 50%; }
    .torso .main-support section.support-section div.support-section-right-column {
      padding: 0 0 0 0; }
    .torso .main-support section.support-links {
      padding: 50px 0 0 0; }
      .torso .main-support section.support-links div {
        padding: 0 10px; }
      .torso .main-support section.support-links div.more-support-links {
        padding: 0 0; }
    .torso .main-support section.training-info div {
      width: 50%; }
    .torso .main-support section.training-info h2 {
      margin: 0 0 0 0;
      padding: 0.5em 0;
      text-align: left;
      color: #323232;
      font-size: 2.5em;
      font-weight: 300; }
    .torso .main-support section.training-info div.training-section-left-column h3 {
      text-align: left;
      font-size: 1.7em; }
    .torso .main-support section.training-info div.button-group a.button {
      /*width: 47%;
      height: 150px;*/
      /*float: left;*/
      text-align: left;
      margin: 5px 0;
      padding: 25px 10px;
      text-transform: uppercase;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 0.8em;
      font-weight: 600;
      text-align: left;
      font-family: 'Cantarell', sans-serif;
      /*line-height: 1;*/
      border: 0;
      cursor: pointer;
      align-items: flex-start;
      box-sizing: border-box;
      /*display: inline-block;*/ }
    .torso .main-support section.training-info a.button:hover {
      background-color: #12618c; }
    .torso .main-support section.training-info table {
      margin-bottom: 0; }
      .torso .main-support section.training-info table tr th {
        width: 30%;
        text-align: center;
        vertical-align: bottom;
        text-transform: none;
        border: none;
        background: #323232;
        font-size: 0.9em;
        font-weight: 400; }
      .torso .main-support section.training-info table tr td {
        text-align: center;
        color: #108c03;
        border: none;
        background: #f4f4f4; }
      .torso .main-support section.training-info table tr td:nth-child(1) {
        text-align: left;
        color: #323232;
        font-size: 0.8em; }
    .torso .main-support section.training-info div.training-list ul {
      padding-left: 0; }
    .torso .main-support section.training-info div.training-list span.italic-span {
      font-size: 0.8em;
      font-style: italic; }
    .torso .main-support section.training-info div.training-list div.button-group a {
      width: 47%;
      height: 80px;
      margin-right: 10px;
      margin-bottom: 20px; }
    .torso .main-support section.training-info div.training-list div.button-group a.button {
      text-align: center;
      padding: 25px 10px;
      text-transform: uppercase;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 0.8em;
      font-weight: 600;
      text-align: left;
      font-family: 'Cantarell', sans-serif;
      border: 0;
      cursor: pointer;
      align-items: flex-start;
      box-sizing: border-box; }
    .torso .main-support section.training-info div.training-list table.train-list-table-mobile {
      display: none; }
    .torso .main-support section.training-info div.training-list table.train-list-table {
      display: table; }
    .torso .main-support section.training-info div.training-list div.one-two-three-list img {
      display: block; }
    .torso .main-support section.training-info div.training-list div.one-two-three-list ul {
      float: left;
      width: 88%;
      margin: 0;
      padding: 0 0 0 1em;
      font-size: 1em; }
    .torso .main-support section.training-courses p {
      margin-bottom: 0; }
    .torso .main-support section.training-courses h3 {
      text-align: left;
      color: #12618c;
      font-size: 1.6em;
      font-weight: 800; }
    .torso .main-support section.training-courses ul li {
      padding-left: 1.2em;
      text-indent: -1.2em; }
    .torso .main-support section.training-courses div.training-courses-block {
      margin: 0 0 4em 0;
      padding: 40px 40px 20px;
      border-top: 5px #12618c solid;
      background: #ffffff; }
      .torso .main-support section.training-courses div.training-courses-block div {
        float: left;
        width: 50%;
        padding: 10px 30px 10px 10px; }
        .torso .main-support section.training-courses div.training-courses-block div ul {
          padding-left: 0;
          list-style-position: inside; }
      .torso .main-support section.training-courses div.training-courses-block div.class-info {
        padding: 0; }
        .torso .main-support section.training-courses div.training-courses-block div.class-info div:nth-child(1) {
          width: 35%; }
        .torso .main-support section.training-courses div.training-courses-block div.class-info div:nth-child(2) {
          width: 60%; }
          .torso .main-support section.training-courses div.training-courses-block div.class-info div:nth-child(2) ul {
            padding-left: 0;
            list-style-position: inside; }
      .torso .main-support section.training-courses div.training-courses-block div.class-links ul li i {
        width: 6%; }
      .torso .main-support section.training-courses div.training-courses-block div.class-links ul li a {
        width: 93%;
        margin: 0 0 0.5em 0; }
      .torso .main-support section.training-courses div.training-courses-block div.class-links div.button-group {
        /*a {
        	width: 47%;
        	margin: 0 10px 0 0;
        	font-size: 0.75em;
        }*/ }
        .torso .main-support section.training-courses div.training-courses-block div.class-links div.button-group a {
          width: 47%;
          height: 80px;
          margin-right: 10px;
          margin-bottom: 20px; }
        .torso .main-support section.training-courses div.training-courses-block div.class-links div.button-group a.button {
          margin-top: 20px;
          text-align: center;
          padding: 25px 10px;
          text-transform: uppercase;
          color: white;
          border-radius: 0;
          background: #108c03;
          font-size: 0.8em;
          font-weight: 600;
          text-align: left;
          font-family: 'Cantarell', sans-serif;
          border: 0;
          cursor: pointer;
          align-items: flex-start;
          box-sizing: border-box; }
    .torso .main-support section.partner-program div.partner-program-left-column, .torso .main-support section.partner-program div.partner-program-right-column {
      float: left;
      width: 50%; }
      .torso .main-support section.partner-program div.partner-program-left-column a.button, .torso .main-support section.partner-program div.partner-program-right-column a.button {
        width: 100%;
        margin: 5px 0;
        padding: 20px 20px;
        text-transform: uppercase;
        color: white;
        border-radius: 0;
        background: #108c03;
        font-size: 1em;
        font-weight: 600; }
      .torso .main-support section.partner-program div.partner-program-left-column a.button, .torso .main-support section.partner-program div.partner-program-right-column a.button {
        width: 75%; } }
html.lt-ie9 .torso .main-support {
  padding: 0 0 0 0 !important; }
  html.lt-ie9 .torso .main-support header.support div.product-support-info div.container p {
    font-size: 1.2em;
    margin: 1em 0; }
  html.lt-ie9 .torso .main-support section {
    padding: 50px 0 25px; }
    html.lt-ie9 .torso .main-support section div.container div {
      float: left;
      width: 50%;
      padding: 0 10px; }
      html.lt-ie9 .torso .main-support section div.container div div.button-group {
        float: none;
        width: 100% !important;
        margin: 30px 0 !important;
        padding: 0 !important; }
        html.lt-ie9 .torso .main-support section div.container div div.button-group a.button {
          width: 75%; }
  html.lt-ie9 .torso .main-support section.technical-account-support div.container div h2 {
    text-align: left;
    font-weight: 300; }
  html.lt-ie9 .torso .main-support section.technical-account-support div.container div div.button-group a.button {
    width: 60%;
    text-align: left; }
  html.lt-ie9 .torso .main-support section.technical-account-support div.container div.leftDiv {
    padding: 30px;
    border-right: 5px #f9d64f solid;
    border-top: 1px lightgray solid;
    border-left: 1px lightgray solid;
    border-bottom: 1px lightgray solid; }
  html.lt-ie9 .torso .main-support section.technical-account-support div.container div.rightDiv {
    padding: 30px;
    float: right; }
  html.lt-ie9 .torso .main-support section.technical-account-support div.container div.account-support {
    padding: 0; }
  html.lt-ie9 .torso .main-support section.technical-account-support div.panel {
    float: left;
    width: 50%;
    padding: 0 10px; }
    html.lt-ie9 .torso .main-support section.technical-account-support div.panel div.button-group {
      float: none;
      width: 100% !important;
      margin: 30px 0 !important;
      padding: 0 !important; }
      html.lt-ie9 .torso .main-support section.technical-account-support div.panel div.button-group a.button {
        width: 65%;
        text-align: left; }
  html.lt-ie9 .torso .main-support section.technical-account-support {
    padding: 20px 0; }
    html.lt-ie9 .torso .main-support section.technical-account-support .account-support {
      padding: 0; }
    html.lt-ie9 .torso .main-support section.technical-account-support div.panel div.button-group a.button {
      width: 65%;
      text-align: left;
      margin: 5px 0;
      padding: 20px 20px;
      text-transform: uppercase;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600;
      text-align: left;
      font-family: 'Cantarell', sans-serif;
      line-height: 1;
      border: 0;
      cursor: pointer;
      align-items: flex-start;
      box-sizing: border-box; }
    html.lt-ie9 .torso .main-support section.technical-account-support div.panel div.button-group a.button:hover {
      background-color: #12618c; }
    html.lt-ie9 .torso .main-support section.technical-account-support div.container div.panel div.button-group a.button {
      width: 65%;
      text-align: left;
      margin: 5px 0;
      padding: 20px 20px;
      text-transform: uppercase;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600;
      text-align: left;
      font-family: 'Cantarell', sans-serif;
      line-height: 1;
      border: 0;
      cursor: pointer;
      align-items: flex-start;
      box-sizing: border-box; }
    html.lt-ie9 .torso .main-support section.technical-account-support div.container div.panel div.button-group a.button:hover {
      background-color: #12618c; }
  html.lt-ie9 .torso .main-support section.technical-account-support {
    padding: 50px 0 0; }
  html.lt-ie9 .torso .main-support section.support-section div {
    width: 50%; }
  html.lt-ie9 .torso .main-support section.support-section div.support-section-right-column {
    padding: 0 0 0 0; }
  html.lt-ie9 .torso .main-support section.support-links {
    padding: 50px 0 0 0; }
    html.lt-ie9 .torso .main-support section.support-links div {
      padding: 0 10px; }
    html.lt-ie9 .torso .main-support section.support-links div.more-support-links {
      padding: 0 0; }
  html.lt-ie9 .torso .main-support section.training-info div {
    width: 50%; }
  html.lt-ie9 .torso .main-support section.training-info h2 {
    margin: 0 0 0 0;
    padding: 0.5em 0;
    text-align: left;
    color: #323232;
    font-size: 2.5em;
    font-weight: 300; }
  html.lt-ie9 .torso .main-support section.training-info div.training-section-left-column h3 {
    text-align: left;
    font-size: 1.7em; }
  html.lt-ie9 .torso .main-support section.training-info div.button-group a.button {
    /*width: 47%;
    height: 150px;*/
    /*float: left;*/
    text-align: left;
    margin: 5px 0;
    padding: 25px 10px;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    background: #108c03;
    font-size: 0.8em;
    font-weight: 600;
    text-align: left;
    font-family: 'Cantarell', sans-serif;
    /*line-height: 1;*/
    border: 0;
    cursor: pointer;
    align-items: flex-start;
    box-sizing: border-box;
    /*display: inline-block;*/ }
  html.lt-ie9 .torso .main-support section.training-info a.button:hover {
    background-color: #12618c; }
  html.lt-ie9 .torso .main-support section.training-info table {
    margin-bottom: 0; }
    html.lt-ie9 .torso .main-support section.training-info table tr th {
      width: 30%;
      text-align: center;
      vertical-align: bottom;
      text-transform: none;
      border: none;
      background: #323232;
      font-size: 0.9em;
      font-weight: 400; }
    html.lt-ie9 .torso .main-support section.training-info table tr td {
      text-align: center;
      color: #108c03;
      border: none;
      background: #f4f4f4; }
    html.lt-ie9 .torso .main-support section.training-info table tr td:nth-child(1) {
      text-align: left;
      color: #323232;
      font-size: 0.8em; }
  html.lt-ie9 .torso .main-support section.training-info div.training-list ul {
    padding-left: 0; }
  html.lt-ie9 .torso .main-support section.training-info div.training-list span.italic-span {
    font-size: 0.8em;
    font-style: italic; }
  html.lt-ie9 .torso .main-support section.training-info div.training-list div.button-group a {
    width: 47%;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 20px; }
  html.lt-ie9 .torso .main-support section.training-info div.training-list div.button-group a.button {
    text-align: center;
    padding: 25px 10px;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    background: #108c03;
    font-size: 0.8em;
    font-weight: 600;
    text-align: left;
    font-family: 'Cantarell', sans-serif;
    border: 0;
    cursor: pointer;
    align-items: flex-start;
    box-sizing: border-box; }
  html.lt-ie9 .torso .main-support section.training-info div.training-list table.train-list-table-mobile {
    display: none; }
  html.lt-ie9 .torso .main-support section.training-info div.training-list table.train-list-table {
    display: table; }
  html.lt-ie9 .torso .main-support section.training-info div.training-list div.one-two-three-list img {
    display: block; }
  html.lt-ie9 .torso .main-support section.training-info div.training-list div.one-two-three-list ul {
    float: left;
    width: 88%;
    margin: 0;
    padding: 0 0 0 1em;
    font-size: 1em; }
  html.lt-ie9 .torso .main-support section.training-courses p {
    margin-bottom: 0; }
  html.lt-ie9 .torso .main-support section.training-courses h3 {
    text-align: left;
    color: #12618c;
    font-size: 1.6em;
    font-weight: 800; }
  html.lt-ie9 .torso .main-support section.training-courses ul li {
    padding-left: 1.2em;
    text-indent: -1.2em; }
  html.lt-ie9 .torso .main-support section.training-courses div.training-courses-block {
    margin: 0 0 4em 0;
    padding: 40px 40px 20px;
    border-top: 5px #12618c solid;
    background: #ffffff; }
    html.lt-ie9 .torso .main-support section.training-courses div.training-courses-block div {
      float: left;
      width: 50%;
      padding: 10px 30px 10px 10px; }
      html.lt-ie9 .torso .main-support section.training-courses div.training-courses-block div ul {
        padding-left: 0;
        list-style-position: inside; }
    html.lt-ie9 .torso .main-support section.training-courses div.training-courses-block div.class-info {
      padding: 0; }
      html.lt-ie9 .torso .main-support section.training-courses div.training-courses-block div.class-info div:nth-child(1) {
        width: 35%; }
      html.lt-ie9 .torso .main-support section.training-courses div.training-courses-block div.class-info div:nth-child(2) {
        width: 60%; }
        html.lt-ie9 .torso .main-support section.training-courses div.training-courses-block div.class-info div:nth-child(2) ul {
          padding-left: 0;
          list-style-position: inside; }
    html.lt-ie9 .torso .main-support section.training-courses div.training-courses-block div.class-links ul li i {
      width: 6%; }
    html.lt-ie9 .torso .main-support section.training-courses div.training-courses-block div.class-links ul li a {
      width: 93%;
      margin: 0 0 0.5em 0; }
    html.lt-ie9 .torso .main-support section.training-courses div.training-courses-block div.class-links div.button-group {
      /*a {
      	width: 47%;
      	margin: 0 10px 0 0;
      	font-size: 0.75em;
      }*/ }
      html.lt-ie9 .torso .main-support section.training-courses div.training-courses-block div.class-links div.button-group a {
        width: 47%;
        height: 80px;
        margin-right: 10px;
        margin-bottom: 20px; }
      html.lt-ie9 .torso .main-support section.training-courses div.training-courses-block div.class-links div.button-group a.button {
        margin-top: 20px;
        text-align: center;
        padding: 25px 10px;
        text-transform: uppercase;
        color: white;
        border-radius: 0;
        background: #108c03;
        font-size: 0.8em;
        font-weight: 600;
        text-align: left;
        font-family: 'Cantarell', sans-serif;
        border: 0;
        cursor: pointer;
        align-items: flex-start;
        box-sizing: border-box; }
  html.lt-ie9 .torso .main-support section.partner-program div.partner-program-left-column, html.lt-ie9 .torso .main-support section.partner-program div.partner-program-right-column {
    float: left;
    width: 50%; }
    html.lt-ie9 .torso .main-support section.partner-program div.partner-program-left-column a.button, html.lt-ie9 .torso .main-support section.partner-program div.partner-program-right-column a.button {
      width: 100%;
      margin: 5px 0;
      padding: 20px 20px;
      text-transform: uppercase;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600; }
    html.lt-ie9 .torso .main-support section.partner-program div.partner-program-left-column a.button, html.lt-ie9 .torso .main-support section.partner-program div.partner-program-right-column a.button {
      width: 75%; }

.torso .main-training header.training {
  background-image: url(../img/training-hero.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .torso .main-training header.training div.hero div.container {
    height: 200px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.6); }
    .torso .main-training header.training div.hero div.container h1 {
      text-align: center;
      color: white;
      font-size: 1.3em;
      font-weight: 400; }
    .torso .main-training header.training div.hero div.container p {
      text-align: center;
      color: white;
      font-size: 0.9em;
      font-weight: 300; }
      .torso .main-training header.training div.hero div.container p strong:nth-child(2) {
        font-style: italic; }
.torso .main-training section.training-info div {
  float: left;
  width: 100%;
  padding: 0 20px; }
  .torso .main-training section.training-info div ul {
    padding-left: 0;
    list-style-position: inside; }
.torso .main-training section.training-info div.training-section-left-column ul li {
  padding-left: 1.2em;
  text-indent: -1.2em; }
.torso .main-training section.training-info div.training-section-left-column h3 {
  text-align: center;
  color: #12618c;
  font-size: 1.25em;
  font-weight: 800; }
.torso .main-training section.training-info div.training-section-right-column {
  padding: 0 0; }
.torso .main-training section.training-info p {
  line-height: 1.7em; }
  .torso .main-training section.training-info p a {
    color: #108c03;
    font-weight: bold; }
.torso .main-training section.training-info h2 {
  margin: 0 0 0 0;
  text-align: center;
  color: #323232;
  font-size: 2em;
  font-weight: 400; }
.torso .main-training section.training-info h3 {
  text-align: left;
  color: #12618c;
  font-size: 1.5em;
  font-weight: 800; }
.torso .main-training section.training-info blockquote {
  margin-bottom: 0;
  padding: 20px 0;
  color: #323232;
  border: none;
  border-bottom: 1px lightgrey solid;
  font-size: 1.3em;
  font-weight: 400; }
  .torso .main-training section.training-info blockquote footer {
    color: grey;
    font-size: 0.9em;
    font-weight: 300;
    font-style: normal; }
.torso .main-training section.training-info div.training-list {
  overflow-x: hidden;
  width: 100%;
  padding: 10px;
  border-left: 5px #f9d64f solid;
  background: white;
  -webkit-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
  box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3); }
  .torso .main-training section.training-info div.training-list p {
    margin-bottom: 1em; }
  .torso .main-training section.training-info div.training-list ul {
    width: 100%;
    padding: 20px 0 0 0;
    list-style: none; }
    .torso .main-training section.training-info div.training-list ul li {
      line-height: 1.7em; }
      .torso .main-training section.training-info div.training-list ul li a {
        color: #108c03;
        font-weight: 600; }
  .torso .main-training section.training-info div.training-list div.one-two-three-list {
    width: 100%;
    padding: 0; }
    .torso .main-training section.training-info div.training-list div.one-two-three-list img {
      display: none;
      /*float: left;*/
      width: 11.5%; }
    .torso .main-training section.training-info div.training-list div.one-two-three-list ul {
      margin-left: 50px; }
      .torso .main-training section.training-info div.training-list div.one-two-three-list ul li {
        padding: 0 0 0 4em; }
      .torso .main-training section.training-info div.training-list div.one-two-three-list ul li:first-child {
        background: url(/img/1.png); }
      .torso .main-training section.training-info div.training-list div.one-two-three-list ul li:nth-child(2) {
        background: url(/img/2.png); }
      .torso .main-training section.training-info div.training-list div.one-two-three-list ul li:nth-child(3) {
        background: url(/img/3.png); }
  .torso .main-training section.training-info div.training-list div.button-group {
    width: 100%;
    margin: 20px 0 0;
    padding: 0; }
    .torso .main-training section.training-info div.training-list div.button-group a {
      float: left;
      width: 100%;
      height: 100px;
      margin-right: 10px;
      padding: 0 0;
      font-size: 0.8em; }
      .torso .main-training section.training-info div.training-list div.button-group a button {
        width: 100%;
        margin: 5px 0;
        padding: 20px 20px;
        text-transform: uppercase;
        color: white;
        border-radius: 0;
        background: #108c03;
        font-size: 1em;
        font-weight: 600; }
      .torso .main-training section.training-info div.training-list div.button-group a button {
        padding: 25px 10px;
        font-weight: 300px; }
    .torso .main-training section.training-info div.training-list div.button-group a:hover {
      opacity: 0.8; }
  .torso .main-training section.training-info div.training-list p.table-footer {
    padding: 0;
    text-align: right;
    font-size: 0.3;
    font-style: italic; }
  .torso .main-training section.training-info div.training-list table.train-list-table-mobile {
    display: table; }
    .torso .main-training section.training-info div.training-list table.train-list-table-mobile tr th {
      text-align: left; }
    .torso .main-training section.training-info div.training-list table.train-list-table-mobile tr td:nth-child(2) {
      text-align: center;
      vertical-align: middle;
      color: #108c03; }
  .torso .main-training section.training-info div.training-list table.train-list-table {
    display: none; }
.torso .main-training section.training-courses h2 {
  padding: 10px 0 0 0;
  text-align: left;
  color: #323232;
  font-weight: 300; }
.torso .main-training section.training-courses h3 {
  text-align: left;
  color: #12618c;
  font-size: 1.6em;
  font-weight: 800; }
.torso .main-training section.training-courses h4 {
  margin-bottom: 0;
  font-size: 16px; }
.torso .main-training section.training-courses ul li {
  padding-left: 1.2em;
  text-indent: -1.2em; }
.torso .main-training section.training-courses div.training-courses-block {
  margin: 0;
  padding: 40px 20px 20px;
  border-top: 5px #12618c solid;
  background: #ffffff; }
  .torso .main-training section.training-courses div.training-courses-block div {
    float: none;
    width: 100%;
    padding: 0; }
    .torso .main-training section.training-courses div.training-courses-block div ul {
      padding-left: 0;
      list-style-position: inside; }
  .torso .main-training section.training-courses div.training-courses-block div.class-info {
    padding: 0; }
    .torso .main-training section.training-courses div.training-courses-block div.class-info div:nth-child(1) {
      width: 35%; }
    .torso .main-training section.training-courses div.training-courses-block div.class-info div:nth-child(2) {
      width: 60%; }
      .torso .main-training section.training-courses div.training-courses-block div.class-info div:nth-child(2) ul {
        padding-left: 0;
        list-style-position: inside; }
  .torso .main-training section.training-courses div.training-courses-block div.class-links ul {
    padding-left: 0;
    list-style: none; }
    .torso .main-training section.training-courses div.training-courses-block div.class-links ul li {
      padding-left: 0;
      text-indent: 0; }
      .torso .main-training section.training-courses div.training-courses-block div.class-links ul li i {
        float: left;
        width: 10%;
        font-size: 1.2em;
        line-height: 1.6em; }
      .torso .main-training section.training-courses div.training-courses-block div.class-links ul li a {
        float: left;
        width: 90%;
        margin: 0 0 1em 0;
        vertical-align: top;
        color: #108c03;
        font-weight: bolder; }
      .torso .main-training section.training-courses div.training-courses-block div.class-links ul li a:hover {
        opacity: 0.8; }
  .torso .main-training section.training-courses div.training-courses-block div.class-links div.button-group {
    width: 100%;
    margin: 20px 0;
    padding: 0; }
    .torso .main-training section.training-courses div.training-courses-block div.class-links div.button-group a {
      float: left;
      width: 100%;
      height: 100px;
      margin: 0 10px 20px 0;
      padding: 0 0;
      font-size: 0.8em; }
      .torso .main-training section.training-courses div.training-courses-block div.class-links div.button-group a button {
        width: 100%;
        margin: 5px 0;
        padding: 20px 20px;
        text-transform: uppercase;
        color: white;
        border-radius: 0;
        background: #108c03;
        font-size: 1em;
        font-weight: 600; }
      .torso .main-training section.training-courses div.training-courses-block div.class-links div.button-group a button {
        padding: 25px 10px;
        font-weight: 300px; }
    .torso .main-training section.training-courses div.training-courses-block div.class-links div.button-group a:hover {
      opacity: 0.8; }
.torso .main-training section.training-courses div.training-courses-left-column, .torso .main-training section.training-courses div.training-courses-right-column {
  float: none;
  width: 100%; }
.torso .main-training section.partner-program h2 {
  padding: 10px 0 20px 0;
  text-align: center;
  color: #323232;
  font-weight: 300; }
.torso .main-training section.partner-program div.partner-program-left-column, .torso .main-training section.partner-program div.partner-program-right-column {
  float: none;
  width: 100%; }
  .torso .main-training section.partner-program div.partner-program-left-column button, .torso .main-training section.partner-program div.partner-program-right-column button {
    width: 100%;
    margin: 5px 0;
    padding: 20px 20px;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    background: #108c03;
    font-size: 1em;
    font-weight: 600; }
  .torso .main-training section.partner-program div.partner-program-left-column button, .torso .main-training section.partner-program div.partner-program-right-column button {
    width: 100%; }

/**
*
* TABLETS ONLY
*
*/
@media only screen and (min-width: 721px) and (max-width: 1024px) {
  .torso .main-training header.training div.hero div.container h1 {
    font-size: 2.5em;
    font-weight: 400; }
  .torso .main-training header.training div.hero div.container p {
    font-size: 1em;
    font-weight: 300; } }
html.lt-ie9 .torso .main-training header.training div.hero div.container h1 {
  font-size: 2.5em;
  font-weight: 400; }
html.lt-ie9 .torso .main-training header.training div.hero div.container p {
  font-size: 1em;
  font-weight: 300; }

/**
*
* TABLETS AND UP
*
*/
/**
*
* DESKTOPS AND UP
*
*/
@media only screen and (min-width: 1025px) {
  .torso .main-training header.training div.hero {
    padding: 50px 0; }
    .torso .main-training header.training div.hero div.container {
      width: 750px;
      height: 250px;
      padding: 30px; }
      .torso .main-training header.training div.hero div.container h1 {
        padding: 0 0 0.3em 0;
        text-align: center;
        font-size: 3em; }
      .torso .main-training header.training div.hero div.container p {
        text-align: center;
        font-size: 1.7em; }
  .torso .main-training section.training-info div {
    width: 50%; }
  .torso .main-training section.training-info h2 {
    margin: 0 0 0 0;
    padding: 0.5em 0;
    text-align: left;
    color: #323232;
    font-size: 2.5em;
    font-weight: 300; }
  .torso .main-training section.training-info div.training-section-left-column h3 {
    text-align: left;
    font-size: 1.7em; }
  .torso .main-training section.training-info table {
    margin-bottom: 0; }
    .torso .main-training section.training-info table tr th {
      width: 30%;
      text-align: center;
      vertical-align: bottom;
      text-transform: none;
      border: none;
      background: #323232;
      font-size: 0.9em;
      font-weight: 400; }
    .torso .main-training section.training-info table tr td {
      text-align: center;
      color: #108c03;
      border: none;
      background: #f4f4f4; }
    .torso .main-training section.training-info table tr td:nth-child(1) {
      text-align: left;
      color: #323232;
      font-size: 0.8em; }
  .torso .main-training section.training-info div.training-list ul {
    padding-left: 0; }
  .torso .main-training section.training-info div.training-list span.italic-span {
    font-size: 0.8em;
    font-style: italic; }
  .torso .main-training section.training-info div.training-list div.button-group a {
    width: 47%;
    height: 150px; }
  .torso .main-training section.training-info div.training-list table.train-list-table-mobile {
    display: none; }
  .torso .main-training section.training-info div.training-list table.train-list-table {
    display: table; }
  .torso .main-training section.training-info div.training-list div.one-two-three-list {
    /*img {
      display: block;
    }*/ }
    .torso .main-training section.training-info div.training-list div.one-two-three-list ul {
      /*float: left;*/
      width: 100%;
      margin: 0;
      /*padding: 0 0 0 1em;*/
      font-size: 1em; }
      .torso .main-training section.training-info div.training-list div.one-two-three-list ul li {
        padding: 0 0 0 4em; }
      .torso .main-training section.training-info div.training-list div.one-two-three-list ul li:first-child {
        background: url(/img/1.png); }
      .torso .main-training section.training-info div.training-list div.one-two-three-list ul li:nth-child(2) {
        background: url(/img/2.png); }
      .torso .main-training section.training-info div.training-list div.one-two-three-list ul li:nth-child(3) {
        background: url(/img/3.png); }
  .torso .main-training section.training-courses p {
    margin-bottom: 0; }
  .torso .main-training section.training-courses h3 {
    text-align: left;
    color: #12618c;
    font-size: 1.6em;
    font-weight: 800; }
  .torso .main-training section.training-courses ul li {
    padding-left: 1.2em;
    text-indent: -1.2em; }
  .torso .main-training section.training-courses div.training-courses-block {
    margin: 0 0 4em 0;
    padding: 40px 40px 20px;
    border-top: 5px #12618c solid;
    background: #ffffff; }
    .torso .main-training section.training-courses div.training-courses-block div {
      float: left;
      width: 50%;
      padding: 10px 30px 10px 10px; }
      .torso .main-training section.training-courses div.training-courses-block div ul {
        padding-left: 0;
        list-style-position: inside; }
    .torso .main-training section.training-courses div.training-courses-block div.class-info {
      padding: 0; }
      .torso .main-training section.training-courses div.training-courses-block div.class-info div:nth-child(1) {
        width: 35%; }
      .torso .main-training section.training-courses div.training-courses-block div.class-info div:nth-child(2) {
        width: 60%; }
        .torso .main-training section.training-courses div.training-courses-block div.class-info div:nth-child(2) ul {
          padding-left: 0;
          list-style-position: inside; }
    .torso .main-training section.training-courses div.training-courses-block div.class-links ul li i {
      width: 6%; }
    .torso .main-training section.training-courses div.training-courses-block div.class-links ul li a {
      width: 93%;
      margin: 0 0 0.5em 0; }
    .torso .main-training section.training-courses div.training-courses-block div.class-links div.button-group a {
      width: 47%;
      margin: 0 10px 0 0;
      font-size: 0.75em; }
  .torso .main-training section.partner-program div.partner-program-left-column, .torso .main-training section.partner-program div.partner-program-right-column {
    float: left;
    width: 50%; }
    .torso .main-training section.partner-program div.partner-program-left-column button, .torso .main-training section.partner-program div.partner-program-right-column button {
      width: 100%;
      margin: 5px 0;
      padding: 20px 20px;
      text-transform: uppercase;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600; }
    .torso .main-training section.partner-program div.partner-program-left-column button, .torso .main-training section.partner-program div.partner-program-right-column button {
      width: 75%; } }
html.lt-ie9 .torso .main-training header.training div.hero {
  padding: 50px 0; }
  html.lt-ie9 .torso .main-training header.training div.hero div.container {
    width: 750px;
    height: 250px;
    padding: 30px; }
    html.lt-ie9 .torso .main-training header.training div.hero div.container h1 {
      padding: 0 0 0.3em 0;
      text-align: center;
      font-size: 3em; }
    html.lt-ie9 .torso .main-training header.training div.hero div.container p {
      text-align: center;
      font-size: 1.7em; }
html.lt-ie9 .torso .main-training section.training-info div {
  width: 50%; }
html.lt-ie9 .torso .main-training section.training-info h2 {
  margin: 0 0 0 0;
  padding: 0.5em 0;
  text-align: left;
  color: #323232;
  font-size: 2.5em;
  font-weight: 300; }
html.lt-ie9 .torso .main-training section.training-info div.training-section-left-column h3 {
  text-align: left;
  font-size: 1.7em; }
html.lt-ie9 .torso .main-training section.training-info table {
  margin-bottom: 0; }
  html.lt-ie9 .torso .main-training section.training-info table tr th {
    width: 30%;
    text-align: center;
    vertical-align: bottom;
    text-transform: none;
    border: none;
    background: #323232;
    font-size: 0.9em;
    font-weight: 400; }
  html.lt-ie9 .torso .main-training section.training-info table tr td {
    text-align: center;
    color: #108c03;
    border: none;
    background: #f4f4f4; }
  html.lt-ie9 .torso .main-training section.training-info table tr td:nth-child(1) {
    text-align: left;
    color: #323232;
    font-size: 0.8em; }
html.lt-ie9 .torso .main-training section.training-info div.training-list ul {
  padding-left: 0; }
html.lt-ie9 .torso .main-training section.training-info div.training-list span.italic-span {
  font-size: 0.8em;
  font-style: italic; }
html.lt-ie9 .torso .main-training section.training-info div.training-list div.button-group a {
  width: 47%;
  height: 150px; }
html.lt-ie9 .torso .main-training section.training-info div.training-list table.train-list-table-mobile {
  display: none; }
html.lt-ie9 .torso .main-training section.training-info div.training-list table.train-list-table {
  display: table; }
html.lt-ie9 .torso .main-training section.training-info div.training-list div.one-two-three-list {
  /*img {
    display: block;
  }*/ }
  html.lt-ie9 .torso .main-training section.training-info div.training-list div.one-two-three-list ul {
    /*float: left;*/
    width: 100%;
    margin: 0;
    /*padding: 0 0 0 1em;*/
    font-size: 1em; }
    html.lt-ie9 .torso .main-training section.training-info div.training-list div.one-two-three-list ul li {
      padding: 0 0 0 4em; }
    html.lt-ie9 .torso .main-training section.training-info div.training-list div.one-two-three-list ul li:first-child {
      background: url(/img/1.png); }
    html.lt-ie9 .torso .main-training section.training-info div.training-list div.one-two-three-list ul li:nth-child(2) {
      background: url(/img/2.png); }
    html.lt-ie9 .torso .main-training section.training-info div.training-list div.one-two-three-list ul li:nth-child(3) {
      background: url(/img/3.png); }
html.lt-ie9 .torso .main-training section.training-courses p {
  margin-bottom: 0; }
html.lt-ie9 .torso .main-training section.training-courses h3 {
  text-align: left;
  color: #12618c;
  font-size: 1.6em;
  font-weight: 800; }
html.lt-ie9 .torso .main-training section.training-courses ul li {
  padding-left: 1.2em;
  text-indent: -1.2em; }
html.lt-ie9 .torso .main-training section.training-courses div.training-courses-block {
  margin: 0 0 4em 0;
  padding: 40px 40px 20px;
  border-top: 5px #12618c solid;
  background: #ffffff; }
  html.lt-ie9 .torso .main-training section.training-courses div.training-courses-block div {
    float: left;
    width: 50%;
    padding: 10px 30px 10px 10px; }
    html.lt-ie9 .torso .main-training section.training-courses div.training-courses-block div ul {
      padding-left: 0;
      list-style-position: inside; }
  html.lt-ie9 .torso .main-training section.training-courses div.training-courses-block div.class-info {
    padding: 0; }
    html.lt-ie9 .torso .main-training section.training-courses div.training-courses-block div.class-info div:nth-child(1) {
      width: 35%; }
    html.lt-ie9 .torso .main-training section.training-courses div.training-courses-block div.class-info div:nth-child(2) {
      width: 60%; }
      html.lt-ie9 .torso .main-training section.training-courses div.training-courses-block div.class-info div:nth-child(2) ul {
        padding-left: 0;
        list-style-position: inside; }
  html.lt-ie9 .torso .main-training section.training-courses div.training-courses-block div.class-links ul li i {
    width: 6%; }
  html.lt-ie9 .torso .main-training section.training-courses div.training-courses-block div.class-links ul li a {
    width: 93%;
    margin: 0 0 0.5em 0; }
  html.lt-ie9 .torso .main-training section.training-courses div.training-courses-block div.class-links div.button-group a {
    width: 47%;
    margin: 0 10px 0 0;
    font-size: 0.75em; }
html.lt-ie9 .torso .main-training section.partner-program div.partner-program-left-column, html.lt-ie9 .torso .main-training section.partner-program div.partner-program-right-column {
  float: left;
  width: 50%; }
  html.lt-ie9 .torso .main-training section.partner-program div.partner-program-left-column button, html.lt-ie9 .torso .main-training section.partner-program div.partner-program-right-column button {
    width: 100%;
    margin: 5px 0;
    padding: 20px 20px;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    background: #108c03;
    font-size: 1em;
    font-weight: 600; }
  html.lt-ie9 .torso .main-training section.partner-program div.partner-program-left-column button, html.lt-ie9 .torso .main-training section.partner-program div.partner-program-right-column button {
    width: 75%; }

.torso .main-products-detail header.products-detail {
  background-image: url(../img/products-detail-hero.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .torso .main-products-detail header.products-detail div.hero div.container {
    height: 200px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.6); }
    .torso .main-products-detail header.products-detail div.hero div.container h1 {
      padding-bottom: 10px;
      text-align: center;
      color: white;
      font-family: 'Cantarell', sans-serif;
      font-size: 2em;
      font-weight: 400; }
    .torso .main-products-detail header.products-detail div.hero div.container p {
      text-align: center;
      color: white;
      font-size: 0.85em;
      font-weight: 400;
      line-height: 1.5; }
.torso .main-products-detail section.product-detail div.container p {
  margin-bottom: 0;
  font-size: 1.05em;
  line-height: 2; }
.torso .main-products-detail section.product-video div.container h3 {
  text-align: center; }
.torso .main-products-detail section.product-video div.container a img {
  display: block;
  margin: 0 auto; }
.torso .main-products-detail section.product-video div.container div {
  margin: 30px auto 0; }
  .torso .main-products-detail section.product-video div.container div a.button {
    width: 100%;
    margin: 5px 0;
    padding: 20px 20px;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    background: #108c03;
    font-size: 1em;
    font-weight: 600; }
  .torso .main-products-detail section.product-video div.container div a.button {
    height: 75px;
    border: none; }
  .torso .main-products-detail section.product-video div.container div a.button:nth-child(1) {
    float: left;
    width: 50%;
    margin-right: 0;
    font-size: 0.7em; }
  .torso .main-products-detail section.product-video div.container div a.button:nth-child(2) {
    /*float: left;*/
    width: 50%;
    margin-right: 0;
    background: #003f62;
    font-size: 0.6em; }
    .torso .main-products-detail section.product-video div.container div a.button:nth-child(2) span:nth-child(1) {
      display: block;
      float: none; }
    .torso .main-products-detail section.product-video div.container div a.button:nth-child(2) span:nth-child(2) {
      display: block;
      float: none; }
.torso .main-products-detail section.details-list-all div.details-list-single, .torso .main-products-detail section.details-list-all div.details-list-single-alt {
  margin: 0 0 20px 0;
  padding: 20px 0;
  border-bottom: 2px #f4f4f4 solid; }
  .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1), .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) {
    padding: 0 10px 0 0; }
    .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1) h3, .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) h3 {
      text-align: left;
      font-weight: bolder; }
    .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1) a, .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) a {
      color: #108c03;
      font-weight: bold; }
    .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1) div img, .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) div img {
      display: none;
      float: left;
      width: 7%; }
    .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1) div p, .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) div p {
      float: left;
      width: 93%;
      padding: 0 0 0 0;
      vertical-align: top;
      line-height: 1.4; }
      .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1) div p a, .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) div p a {
        color: #108c03;
        font-weight: normal; }
    .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1) ul, .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) ul {
      width: 100%;
      padding: 0;
      list-style-image: url(../img/square-bullet-green.jpg); }
      .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1) ul li, .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) ul li {
        padding-left: 0;
        list-style-position: inside; }
        .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1) ul li a, .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) ul li a {
          color: #108c03;
          font-weight: 600; }
.torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1) {
  float: left;
  width: 100%; }
  .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1) h3 {
    font-size: 1.5em; }
.torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(2) {
  display: none;
  float: left; }
.torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) {
  display: none;
  float: left;
  padding: 0 0 0 0; }
.torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) {
  float: left;
  width: 100%;
  padding: 0 0 0 0; }
  .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) h3 {
    text-align: left;
    font-size: 1.5em;
    font-weight: bolder; }
  .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) a {
    color: #108c03;
    font-weight: bold; }
  .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) div img {
    display: none;
    float: left;
    width: 7%; }
  .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) div p {
    float: left;
    width: 90%;
    padding: 0;
    vertical-align: top;
    line-height: 1.4; }
    .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) div p a {
      color: #108c03;
      font-weight: normal; }
.torso .main-products-detail section.details-list-all div.details-list-single:nth-last-child(1), .torso .main-products-detail section.details-list-all div.details-list-single-alt:nth-last-child(1) {
  border-bottom: none; }
.torso .main-products-detail section.two-panel-detail:after {
  margin-top: 0;
  margin-bottom: 0; }
.torso .main-products-detail section.two-panel-detail {
  padding: 0; }
  .torso .main-products-detail section.two-panel-detail div.two-panel div, .torso .main-products-detail section.two-panel-detail div.full-panel div {
    width: 100%;
    padding: 40px; }
    .torso .main-products-detail section.two-panel-detail div.two-panel div h4, .torso .main-products-detail section.two-panel-detail div.full-panel div h4 {
      color: white;
      font-size: 3em; }
    .torso .main-products-detail section.two-panel-detail div.two-panel div p, .torso .main-products-detail section.two-panel-detail div.full-panel div p {
      color: white;
      font-size: 1em; }
    .torso .main-products-detail section.two-panel-detail div.two-panel div span, .torso .main-products-detail section.two-panel-detail div.full-panel div span {
      display: block;
      width: 60%;
      margin: 30px 0 0 0;
      color: white;
      font-size: 0.7em; }
      .torso .main-products-detail section.two-panel-detail div.two-panel div span a, .torso .main-products-detail section.two-panel-detail div.full-panel div span a {
        padding: 0;
        color: white;
        background: none; }
    .torso .main-products-detail section.two-panel-detail div.two-panel div button, .torso .main-products-detail section.two-panel-detail div.full-panel div button {
      width: 100%;
      margin: 5px 0;
      padding: 20px 20px;
      text-transform: uppercase;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600; }
    .torso .main-products-detail section.two-panel-detail div.two-panel div button, .torso .main-products-detail section.two-panel-detail div.full-panel div button {
      width: 60%;
      border: none; }
  .torso .main-products-detail section.two-panel-detail div.two-panel div.left-panel, .torso .main-products-detail section.two-panel-detail div.full-panel div.left-panel {
    background: #154e6d; }
  .torso .main-products-detail section.two-panel-detail div.two-panel div.right-panel, .torso .main-products-detail section.two-panel-detail div.full-panel div.right-panel, .torso .main-products-detail section.two-panel-detail div.two-panel div.full-panel, .torso .main-products-detail section.two-panel-detail div.full-panel div.full-panel {
    background: #186289; }
.torso .main-products-detail section.related-products {
  margin: 0 auto; }
  .torso .main-products-detail section.related-products p {
    margin-bottom: 0.8em; }
    .torso .main-products-detail section.related-products p a {
      color: #108c03;
      font-weight: bold; }
  .torso .main-products-detail section.related-products h2 {
    margin: 25px 0 25px 0;
    text-align: left;
    color: #323232;
    font-size: 1.7em;
    font-weight: 300; }
  .torso .main-products-detail section.related-products h3 {
    padding-bottom: 0;
    text-align: left;
    color: #12618c;
    font-size: 1.2em;
    font-weight: 800; }
  .torso .main-products-detail section.related-products div {
    float: left;
    width: 100%; }
  .torso .main-products-detail section.related-products div.related-products-right-column {
    padding: 0 0 0 10px; }
    .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list {
      float: none;
      overflow-x: hidden;
      width: 100% !important;
      padding: 30px;
      border-left: 5px #f9d64f solid;
      background: white;
      -webkit-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
      -moz-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
      box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3); }
      .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list p {
        margin-bottom: 0; }
      .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul {
        width: 100%;
        padding: 10px 0 0 0; }
        .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul li {
          list-style-position: inside; }
      .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul.list-links-left, .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul.list-links-right {
        float: none;
        width: 100%;
        margin-bottom: 0;
        padding: 0;
        list-style-image: url(../img/square-bullet-green.jpg); }
        .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul.list-links-left li, .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul.list-links-right li {
          padding-left: 0;
          list-style-position: inside; }
          .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul.list-links-left li a, .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul.list-links-right li a {
            color: #108c03;
            font-weight: 600; }
.torso .main-products-detail section.resources:after {
  margin-top: 0;
  margin-bottom: 0; }
.torso .main-products-detail section.resources div.container h2 {
  margin: 0 0 20px 0;
  text-align: center;
  color: #323232;
  font-size: 2em;
  font-weight: 300; }
.torso .main-products-detail section.resources div.container button {
  width: 100%;
  margin: 5px 0;
  padding: 20px 20px;
  text-transform: uppercase;
  color: white;
  border-radius: 0;
  background: #108c03;
  font-size: 1em;
  font-weight: 600; }
.torso .main-products-detail section.resources div.container button {
  display: block;
  width: 85%;
  margin: 100px auto 50px; }
.torso .main-products-detail section.resources div.container h3 a {
  text-decoration: underline;
  color: #108c03;
  font-weight: 500;
  line-height: 1.3; }
.torso .main-products-detail section.resources div.container div.resource-list {
  padding: 20px 0;
  border-bottom: 2px #f4f4f4 solid; }
  .torso .main-products-detail section.resources div.container div.resource-list img {
    display: none;
    float: left;
    width: 6%; }
  .torso .main-products-detail section.resources div.container div.resource-list div {
    float: left;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px 0 20px; }
    .torso .main-products-detail section.resources div.container div.resource-list div p {
      margin-bottom: 0; }
    .torso .main-products-detail section.resources div.container div.resource-list div p:nth-child(1) {
      font-size: 1.2em;
      line-height: 1; }
      .torso .main-products-detail section.resources div.container div.resource-list div p:nth-child(1) a {
        color: #108c03;
        font-weight: 600; }
    .torso .main-products-detail section.resources div.container div.resource-list div p:nth-child(2) {
      padding: 10px 0 5px;
      line-height: 1; }
    .torso .main-products-detail section.resources div.container div.resource-list div p:nth-child(3) a {
      color: #108c03;
      font-weight: 300; }
  .torso .main-products-detail section.resources div.container div.resource-list button {
    width: 100%;
    margin: 5px 0;
    padding: 20px 20px;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    background: #108c03;
    font-size: 1em;
    font-weight: 600; }
  .torso .main-products-detail section.resources div.container div.resource-list button {
    float: none;
    width: 85%;
    margin: 0 auto;
    padding: 15px 5px;
    font-size: 0.8em; }
.torso .main-products-detail section.resources div.container div.resource-list:nth-child(1) {
  margin: 100px 0 0 0; }

/**
*
* TABLETS ONLY
*
*/
/**
*
* TABLETS AND UP
*
*/
@media only screen and (min-width: 721px) {
  .torso .main-products-detail header.products-detail div.hero div.container {
    height: 225px; }
    .torso .main-products-detail header.products-detail div.hero div.container h1 {
      font-size: 3em; }
    .torso .main-products-detail header.products-detail div.hero div.container p {
      font-size: 1.25em; }
  .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1) {
    width: 60%; }
  .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(2) {
    display: block;
    width: 40%; }
  .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) {
    display: block;
    width: 40%; }
  .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) {
    width: 60%;
    padding: 0 0 0 10px; }
  .torso .main-products-detail section.product-video div.container div button:nth-child(1) {
    width: 25%;
    font-size: 1em; }
  .torso .main-products-detail section.product-video div.container div button:nth-child(2) {
    width: 75%;
    font-size: 1em; }
  .torso .main-products-detail section.related-products h2 {
    font-size: 2em; }
  .torso .main-products-detail section.related-products h3 {
    font-size: 1.5em; }

  section.resources div.container button {
    width: 100%;
    margin: 5px 0;
    padding: 20px 20px;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    background: #108c03;
    font-size: 1em;
    font-weight: 600; }
  section.resources div.container button {
    display: block;
    width: 60%; }
  section.resources div.container div.resource-list button {
    width: 100%;
    margin: 5px 0;
    padding: 20px 20px;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    background: #108c03;
    font-size: 1em;
    font-weight: 600; }
  section.resources div.container div.resource-list button {
    float: none;
    width: 60%;
    font-size: 0.8em; } }
html.lt-ie9 .torso .main-products-detail header.products-detail div.hero div.container {
  height: 225px; }
  html.lt-ie9 .torso .main-products-detail header.products-detail div.hero div.container h1 {
    font-size: 3em; }
  html.lt-ie9 .torso .main-products-detail header.products-detail div.hero div.container p {
    font-size: 1.25em; }
html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1) {
  width: 60%; }
html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(2) {
  display: block;
  width: 40%; }
html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) {
  display: block;
  width: 40%; }
html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) {
  width: 60%;
  padding: 0 0 0 10px; }
html.lt-ie9 .torso .main-products-detail section.product-video div.container div button:nth-child(1) {
  width: 25%;
  font-size: 1em; }
html.lt-ie9 .torso .main-products-detail section.product-video div.container div button:nth-child(2) {
  width: 75%;
  font-size: 1em; }
html.lt-ie9 .torso .main-products-detail section.related-products h2 {
  font-size: 2em; }
html.lt-ie9 .torso .main-products-detail section.related-products h3 {
  font-size: 1.5em; }
html.lt-ie9 section.resources div.container button {
  width: 100%;
  margin: 5px 0;
  padding: 20px 20px;
  text-transform: uppercase;
  color: white;
  border-radius: 0;
  background: #108c03;
  font-size: 1em;
  font-weight: 600; }
html.lt-ie9 section.resources div.container button {
  display: block;
  width: 60%; }
html.lt-ie9 section.resources div.container div.resource-list button {
  width: 100%;
  margin: 5px 0;
  padding: 20px 20px;
  text-transform: uppercase;
  color: white;
  border-radius: 0;
  background: #108c03;
  font-size: 1em;
  font-weight: 600; }
html.lt-ie9 section.resources div.container div.resource-list button {
  float: none;
  width: 60%;
  font-size: 0.8em; }

/**
*
* DESKTOPS AND UP
*
*/
@media only screen and (min-width: 1025px) {
  .torso .main-products-detail header.products-detail div.hero {
    padding: 40px 0; }
    .torso .main-products-detail header.products-detail div.hero div.container {
      width: 750px;
      height: 250px; }
      .torso .main-products-detail header.products-detail div.hero div.container h1 {
        font-size: 4em; }
      .torso .main-products-detail header.products-detail div.hero div.container p {
        font-size: 1.5em; }
  .torso .main-products-detail section.product-video div.container div button:nth-child(2) span:nth-child(1) {
    float: left; }
  .torso .main-products-detail section.product-video div.container div button:nth-child(2) span:nth-child(2) {
    float: right; }
  .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1), .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) {
    float: left;
    width: 60%;
    padding: 0 10px 0 0; }
    .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1) div img, .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) div img {
      display: block; }
    .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1) div p, .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) div p {
      float: left;
      padding: 0 0 0 10px; }
  .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(2), .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) {
    float: left;
    width: 40%; }
  .torso .main-products-detail section.details-list-all div.details-list-single:nth-last-child(1), .torso .main-products-detail section.details-list-all div.details-list-single-alt:nth-last-child(1) {
    border-bottom: none; }
  .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) {
    width: 40%; }
  .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) {
    width: 60%;
    padding: 0 10px 0 0; }
    .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) div img {
      display: block; }
    .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) div p {
      float: left;
      width: 90%;
      padding: 0 0 0 10px; }
      .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) div p a {
        color: #108c03; }
  .torso .main-products-detail section.two-panel-detail div.two-panel div, .torso .main-products-detail section.two-panel-detail div.full-panel div {
    float: left;
    width: 50%;
    height: 450px; }
    .torso .main-products-detail section.two-panel-detail div.two-panel div h4, .torso .main-products-detail section.two-panel-detail div.full-panel div h4 {
      font-size: 4em;
      font-weight: 300; }
    .torso .main-products-detail section.two-panel-detail div.two-panel div a, .torso .main-products-detail section.two-panel-detail div.full-panel div a {
      width: 100%;
      padding: 15px;
      font-size: 0.9em; }
  .torso .main-products-detail section.two-panel-detail div.two-panel div.left-panel, .torso .main-products-detail section.two-panel-detail div.full-panel div.left-panel {
    padding: 5%; }
    .torso .main-products-detail section.two-panel-detail div.two-panel div.left-panel div.panel-content, .torso .main-products-detail section.two-panel-detail div.full-panel div.left-panel div.panel-content {
      width: 450px;
      padding: 0; }
  .torso .main-products-detail section.two-panel-detail div.two-panel div.right-panel, .torso .main-products-detail section.two-panel-detail div.full-panel div.right-panel, .torso .main-products-detail section.two-panel-detail div.two-panel div.full-panel, .torso .main-products-detail section.two-panel-detail div.full-panel div.full-panel {
    padding: 5%; }
    .torso .main-products-detail section.two-panel-detail div.two-panel div.right-panel div.panel-content, .torso .main-products-detail section.two-panel-detail div.full-panel div.right-panel div.panel-content, .torso .main-products-detail section.two-panel-detail div.two-panel div.full-panel div.panel-content, .torso .main-products-detail section.two-panel-detail div.full-panel div.full-panel div.panel-content {
      width: 450px;
      padding: 0; }
  .torso .main-products-detail section.related-products {
    padding: 50px 0; }
    .torso .main-products-detail section.related-products div {
      width: 50%; }
    .torso .main-products-detail section.related-products div.related-products-left-column h3 a {
      color: #108c03; }
    .torso .main-products-detail section.related-products div.related-products-right-column {
      padding: 0 0 0 0; }
      .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul li {
        text-indent: 0; }
      .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul.list-links-left, .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul.list-links-right {
        float: left;
        width: 40%;
        margin-bottom: 1.5em; }
        .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul.list-links-left li, .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul.list-links-right li {
          text-indent: 0; }
  .torso .main-products-detail section.resources div.container h2 {
    font-size: 3em; }
  .torso .main-products-detail section.resources div.container h3 a {
    padding: 5px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  .torso .main-products-detail section.resources div.container h3 a:hover {
    text-decoration: none;
    color: black;
    background: #f9d64f;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  .torso .main-products-detail section.resources div.container button {
    width: 50%; }
  .torso .main-products-detail section.resources div.container div.resource-list img {
    display: block; }
  .torso .main-products-detail section.resources div.container div.resource-list div {
    float: left;
    width: 80%;
    padding: 0 20px 0 20px; }
    .torso .main-products-detail section.resources div.container div.resource-list div p {
      margin-bottom: 0; }
    .torso .main-products-detail section.resources div.container div.resource-list div p:nth-child(1) {
      line-height: 0.8; }
  .torso .main-products-detail section.resources div.container div.resource-list button {
    float: left;
    width: 13%;
    margin: 0 0;
    font-size: 0.6em; } }
html.lt-ie9 .torso .main-products-detail header.products-detail div.hero {
  padding: 40px 0; }
  html.lt-ie9 .torso .main-products-detail header.products-detail div.hero div.container {
    width: 750px;
    height: 250px; }
    html.lt-ie9 .torso .main-products-detail header.products-detail div.hero div.container h1 {
      font-size: 4em; }
    html.lt-ie9 .torso .main-products-detail header.products-detail div.hero div.container p {
      font-size: 1.5em; }
html.lt-ie9 .torso .main-products-detail section.product-video div.container div button:nth-child(2) span:nth-child(1) {
  float: left; }
html.lt-ie9 .torso .main-products-detail section.product-video div.container div button:nth-child(2) span:nth-child(2) {
  float: right; }
html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1), html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) {
  float: left;
  width: 60%;
  padding: 0 10px 0 0; }
  html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1) div img, html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) div img {
    display: block; }
  html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(1) div p, html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) div p {
    float: left;
    padding: 0 0 0 10px; }
html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single div:nth-child(2), html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) {
  float: left;
  width: 40%; }
html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single:nth-last-child(1), html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single-alt:nth-last-child(1) {
  border-bottom: none; }
html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(1) {
  width: 40%; }
html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) {
  width: 60%;
  padding: 0 10px 0 0; }
  html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) div img {
    display: block; }
  html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) div p {
    float: left;
    width: 90%;
    padding: 0 0 0 10px; }
    html.lt-ie9 .torso .main-products-detail section.details-list-all div.details-list-single-alt div:nth-child(2) div p a {
      color: #108c03; }
html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.two-panel div, html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.full-panel div {
  float: left;
  width: 50%;
  height: 450px; }
  html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.two-panel div h4, html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.full-panel div h4 {
    font-size: 4em;
    font-weight: 300; }
  html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.two-panel div a, html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.full-panel div a {
    width: 100%;
    padding: 15px;
    font-size: 0.9em; }
html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.two-panel div.left-panel, html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.full-panel div.left-panel {
  padding: 5%; }
  html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.two-panel div.left-panel div.panel-content, html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.full-panel div.left-panel div.panel-content {
    width: 450px;
    padding: 0; }
html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.two-panel div.right-panel, html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.full-panel div.right-panel, html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.two-panel div.full-panel, html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.full-panel div.full-panel {
  padding: 5%; }
  html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.two-panel div.right-panel div.panel-content, html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.full-panel div.right-panel div.panel-content, html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.two-panel div.full-panel div.panel-content, html.lt-ie9 .torso .main-products-detail section.two-panel-detail div.full-panel div.full-panel div.panel-content {
    width: 450px;
    padding: 0; }
html.lt-ie9 .torso .main-products-detail section.related-products {
  padding: 50px 0; }
  html.lt-ie9 .torso .main-products-detail section.related-products div {
    width: 50%; }
  html.lt-ie9 .torso .main-products-detail section.related-products div.related-products-left-column h3 a {
    color: #108c03; }
  html.lt-ie9 .torso .main-products-detail section.related-products div.related-products-right-column {
    padding: 0 0 0 0; }
    html.lt-ie9 .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul li {
      text-indent: 0; }
    html.lt-ie9 .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul.list-links-left, html.lt-ie9 .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul.list-links-right {
      float: left;
      width: 40%;
      margin-bottom: 1.5em; }
      html.lt-ie9 .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul.list-links-left li, html.lt-ie9 .torso .main-products-detail section.related-products div.related-products-right-column div.related-products-list ul.list-links-right li {
        text-indent: 0; }
html.lt-ie9 .torso .main-products-detail section.resources div.container h2 {
  font-size: 3em; }
html.lt-ie9 .torso .main-products-detail section.resources div.container h3 a {
  padding: 5px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
html.lt-ie9 .torso .main-products-detail section.resources div.container h3 a:hover {
  text-decoration: none;
  color: black;
  background: #f9d64f;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
html.lt-ie9 .torso .main-products-detail section.resources div.container button {
  width: 50%; }
html.lt-ie9 .torso .main-products-detail section.resources div.container div.resource-list img {
  display: block; }
html.lt-ie9 .torso .main-products-detail section.resources div.container div.resource-list div {
  float: left;
  width: 80%;
  padding: 0 20px 0 20px; }
  html.lt-ie9 .torso .main-products-detail section.resources div.container div.resource-list div p {
    margin-bottom: 0; }
  html.lt-ie9 .torso .main-products-detail section.resources div.container div.resource-list div p:nth-child(1) {
    line-height: 0.8; }
html.lt-ie9 .torso .main-products-detail section.resources div.container div.resource-list button {
  float: left;
  width: 13%;
  margin: 0 0;
  font-size: 0.6em; }

.torso .main-online-store header.online-store {
  background-image: url(/img/online-store-hero.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .torso .main-online-store header.online-store div.hero div.container {
    height: 200px;
    padding: 60px 40px;
    background-color: rgba(0, 0, 0, 0.6); }
    .torso .main-online-store header.online-store div.hero div.container h1 {
      padding-bottom: 10px;
      text-align: center;
      color: white;
      font-family: 'Cantarell', sans-serif;
      font-size: 1.5em;
      font-weight: 300; }
    .torso .main-online-store header.online-store div.hero div.container p {
      text-align: left;
      color: white;
      font-size: 0.85em;
      font-weight: 400;
      line-height: 1.5; }
    .torso .main-online-store header.online-store div.hero div.container label {
      display: inline; }
.torso .main-online-store header.yellow {
  background-color: #f0ca45;
  padding: 1em 0; }
.torso .main-online-store section.online-store-info {
  margin: 0 auto; }
  .torso .main-online-store section.online-store-info p {
    margin-bottom: 0.8em; }
    .torso .main-online-store section.online-store-info p a {
      color: #108c03;
      font-weight: bold; }
  .torso .main-online-store section.online-store-info h2 {
    margin: 25px 0 25px 0;
    text-align: left;
    color: #323232;
    font-size: 1.7em;
    font-weight: 300; }
  .torso .main-online-store section.online-store-info h3 {
    padding-bottom: 1.2em;
    text-align: left;
    color: #12618c;
    font-size: 1.2em;
    font-weight: 800; }
  .torso .main-online-store section.online-store-info div.info-left-column {
    float: left;
    padding-right: 25px;
    padding-top: 30px;
    width: 100%; }
    .torso .main-online-store section.online-store-info div.info-left-column div {
      padding-top: 1.2em; }
      .torso .main-online-store section.online-store-info div.info-left-column div img {
        display: none; }
      .torso .main-online-store section.online-store-info div.info-left-column div ul {
        float: left;
        width: 100%;
        padding-left: 0;
        list-style-type: none; }
  .torso .main-online-store section.online-store-info select {
    margin: 0 0 0.5em 1em;
    display: inline;
    padding: 0.4em 1%;
    color: #555555;
    border: 1px solid #cccccc;
    font-family: 'Cantarell', sans-serif;
    font-size: 16px;
    background: url(/img/select-down-green.png) no-repeat 95% 50%, white;
    box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    cursor: pointer; }
  .torso .main-online-store section.online-store-info div.info-right-column {
    float: left;
    width: 100%;
    padding: 0 0 0 10px; }
    .torso .main-online-store section.online-store-info div.info-right-column div.online-store-list {
      float: none;
      overflow-x: hidden;
      width: 100% !important;
      padding: 30px 30% 30px 30px;
      border-left: 5px #f9d64f solid;
      background: white;
      -webkit-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
      -moz-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
      box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3); }
      .torso .main-online-store section.online-store-info div.info-right-column div.online-store-list p {
        margin-bottom: 0; }
      .torso .main-online-store section.online-store-info div.info-right-column div.online-store-list ul.number-list {
        margin-bottom: 0;
        list-style-type: none; }
      .torso .main-online-store section.online-store-info div.info-right-column div.online-store-list ul {
        width: 100%;
        padding: 10px 0 0 0; }
        .torso .main-online-store section.online-store-info div.info-right-column div.online-store-list ul li {
          list-style-position: inside;
          text-indent: 0; }
          .torso .main-online-store section.online-store-info div.info-right-column div.online-store-list ul li span {
            color: #12618c;
            font-size: 1.5em;
            font-weight: bold; }
          .torso .main-online-store section.online-store-info div.info-right-column div.online-store-list ul li a {
            color: #108c03; }
.torso .main-online-store section.quote-request div.detailed-form-2 {
  display: none;
  width: 100%;
  height: 60px;
  margin: 1em 0 1em 2em;
  padding: 10px;
  background: rgba(16, 140, 3, 0.2); }
  .torso .main-online-store section.quote-request div.detailed-form-2 span {
    margin: 0 20px 0 0;
    font-weight: 400; }
.torso .main-online-store section.quote-request div.detailed-form-5 {
  display: none;
  width: 100%;
  height: 60px;
  margin: 1em 0 1em 2em;
  padding: 10px;
  background: rgba(16, 140, 3, 0.2); }
  .torso .main-online-store section.quote-request div.detailed-form-5 span {
    margin: 0 20px 0 0;
    font-weight: 400; }
.torso .main-online-store section.quote-request div.detailed-form-2 {
  height: 130px; }
.torso .main-online-store section.quote-request div.detailed-form-5 {
  height: 130px; }
.torso .main-online-store section.quote-request hr {
  margin: 3em auto 1.5em;
  border-top: 1px solid lightgrey; }
.torso .main-online-store section.quote-request h2 {
  margin-bottom: 0;
  text-align: left;
  color: #323232;
  font-size: 3em;
  font-weight: 200; }
.torso .main-online-store section.quote-request strong {
  font-size: 0.8em; }
.torso .main-online-store section.quote-request .text-input {
  float: none;
  width: 100%; }
  .torso .main-online-store section.quote-request .text-input label {
    display: inline-block;
    width: 130px; }
.torso .main-online-store section.quote-request input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }
.torso .main-online-store section.quote-request input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }
.torso .main-online-store section.quote-request input[type="text"] {
  display: inline;
  width: 40%;
  margin: 0 0 0.5em 0.5em;
  -webkit-box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2); }
.torso .main-online-store section.quote-request a {
  color: #108c03;
  font-weight: bold; }
.torso .main-online-store section.quote-request label {
  display: inline;
  padding-left: 8px; }
.torso .main-online-store section.quote-request select {
  width: 90%;
  /*margin: 1em 20px 1em 0;*/
  margin: 0 0 0.5em 1em;
  /*padding: 10px 5px 10px 10px;*/
  padding: 0.4em 1%;
  /*display: inline;*/
  cursor: pointer;
  color: #555555;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: url(/img/select-down-green.png) no-repeat 95% 50%, white;
  -webkit-box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
  font-family: 'Cantarell', sans-serif;
  font-size: 16px; }
.torso .main-online-store section.quote-request h3, .torso .main-online-store section.quote-request p {
  text-align: left; }
.torso .main-online-store section.quote-request h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #12618c;
  font-size: 1.25em;
  font-weight: 600; }
.torso .main-online-store section.quote-request div.text-input label {
  padding-left: 0; }
.torso .main-online-store section.quote-request .error {
  margin-left: 150px;
  display: block; }
.torso .main-online-store section.quote-request div.submit-action {
  height: 60px;
  vertical-align: bottom; }
  .torso .main-online-store section.quote-request div.submit-action p {
    font-size: 1em;
    font-weight: 600;
    line-height: 2; }
    .torso .main-online-store section.quote-request div.submit-action p span {
      margin: 0 20px 0 0;
      color: #12618c;
      font-size: 1.50em;
      font-weight: 600; }
    .torso .main-online-store section.quote-request div.submit-action p button {
      width: 100%;
      margin: 5px 0;
      padding: 20px 20px;
      text-transform: uppercase;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600; }
    .torso .main-online-store section.quote-request div.submit-action p button {
      float: none;
      width: 100%;
      font-size: 0.7em; }

@media only screen and (min-width: 1025px) {
  .torso .main-online-store header.online-store div.hero {
    padding: 40px 0; }
    .torso .main-online-store header.online-store div.hero div.container {
      width: 750px;
      height: 250px;
      padding: 40px; }
      .torso .main-online-store header.online-store div.hero div.container h1 {
        font-size: 4em; }
  .torso .main-online-store section.online-store-info div.info-left-column {
    float: left;
    padding-right: 25px;
    padding-top: 30px;
    width: 60%; }
    .torso .main-online-store section.online-store-info div.info-left-column div img {
      display: block;
      float: left;
      width: 12%;
      padding-right: 2em; }
    .torso .main-online-store section.online-store-info div.info-left-column div ul {
      width: 88%; }
  .torso .main-online-store section.online-store-info div.info-right-column {
    float: left;
    width: 40%;
    padding: 0 0 0 0; }
    .torso .main-online-store section.online-store-info div.info-right-column div.online-store-list {
      padding-right: 30px; }
      .torso .main-online-store section.online-store-info div.info-right-column div.online-store-list ul li {
        text-indent: 0; }
  .torso .main-online-store section.quote-request div.detailed-form-2 {
    display: none;
    width: 100%;
    height: 60px;
    margin: 1em 0 1em 2em;
    padding: 10px;
    background: rgba(16, 140, 3, 0.2); }
    .torso .main-online-store section.quote-request div.detailed-form-2 span {
      margin: 0 20px 0 0;
      font-weight: 400; }
  .torso .main-online-store section.quote-request div.detailed-form-5 {
    display: none;
    width: 100%;
    height: 60px;
    margin: 1em 0 1em 2em;
    padding: 10px;
    background: rgba(16, 140, 3, 0.2); }
    .torso .main-online-store section.quote-request div.detailed-form-5 span {
      margin: 0 20px 0 0;
      font-weight: 400; }
  .torso .main-online-store section.quote-request strong {
    font-size: 1em; }
  .torso .main-online-store section.quote-request .text-input {
    float: left;
    width: 50%; }
  .torso .main-online-store section.quote-request input[type="radio"] {
    margin: 0 0 1em 0; }
  .torso .main-online-store section.quote-request input[type="text"] {
    width: 40%;
    margin: 0 0 0.5em 1em; }
  .torso .main-online-store section.quote-request select {
    width: 42%; }
  .torso .main-online-store section.quote-request div.submit-action p button {
    float: right;
    width: 30%;
    font-size: 0.7em; } }
html.lt-ie9 .torso .main-online-store header.online-store div.hero {
  padding: 40px 0; }
  html.lt-ie9 .torso .main-online-store header.online-store div.hero div.container {
    width: 750px;
    height: 250px;
    padding: 40px; }
    html.lt-ie9 .torso .main-online-store header.online-store div.hero div.container h1 {
      font-size: 4em; }
html.lt-ie9 .torso .main-online-store section.online-store-info div.info-left-column {
  float: left;
  padding-right: 25px;
  padding-top: 30px;
  width: 60%; }
  html.lt-ie9 .torso .main-online-store section.online-store-info div.info-left-column div img {
    display: block;
    float: left;
    width: 12%;
    padding-right: 2em; }
  html.lt-ie9 .torso .main-online-store section.online-store-info div.info-left-column div ul {
    width: 88%; }
html.lt-ie9 .torso .main-online-store section.online-store-info div.info-right-column {
  float: left;
  width: 40%;
  padding: 0 0 0 0; }
  html.lt-ie9 .torso .main-online-store section.online-store-info div.info-right-column div.online-store-list {
    padding-right: 30px; }
    html.lt-ie9 .torso .main-online-store section.online-store-info div.info-right-column div.online-store-list ul li {
      text-indent: 0; }
html.lt-ie9 .torso .main-online-store section.quote-request div.detailed-form-2 {
  display: none;
  width: 100%;
  height: 60px;
  margin: 1em 0 1em 2em;
  padding: 10px;
  background: rgba(16, 140, 3, 0.2); }
  html.lt-ie9 .torso .main-online-store section.quote-request div.detailed-form-2 span {
    margin: 0 20px 0 0;
    font-weight: 400; }
html.lt-ie9 .torso .main-online-store section.quote-request div.detailed-form-5 {
  display: none;
  width: 100%;
  height: 60px;
  margin: 1em 0 1em 2em;
  padding: 10px;
  background: rgba(16, 140, 3, 0.2); }
  html.lt-ie9 .torso .main-online-store section.quote-request div.detailed-form-5 span {
    margin: 0 20px 0 0;
    font-weight: 400; }
html.lt-ie9 .torso .main-online-store section.quote-request strong {
  font-size: 1em; }
html.lt-ie9 .torso .main-online-store section.quote-request .text-input {
  float: left;
  width: 50%; }
html.lt-ie9 .torso .main-online-store section.quote-request input[type="radio"] {
  margin: 0 0 1em 0; }
html.lt-ie9 .torso .main-online-store section.quote-request input[type="text"] {
  width: 40%;
  margin: 0 0 0.5em 1em; }
html.lt-ie9 .torso .main-online-store section.quote-request select {
  width: 42%; }
html.lt-ie9 .torso .main-online-store section.quote-request div.submit-action p button {
  float: right;
  width: 30%;
  font-size: 0.7em; }

/**
*
* PRODUCTS LANDING PAGE STYLES
*
**/
.torso .partners-main header.partners {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background-image: url(../images/product_landing_hero_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover; }
  .torso .partners-main header.partners div.hero div.container {
    height: 200px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.6); }
    .torso .partners-main header.partners div.hero div.container h1 {
      font-size: 1em;
      font-weight: 400; }
    .torso .partners-main header.partners div.hero div.container p {
      font-size: 1em;
      font-weight: 300; }
.torso .partners-main div.col-12 {
  text-align: center; }
  .torso .partners-main div.col-12 ul {
    list-style: none; }
    .torso .partners-main div.col-12 ul a {
      color: #108c03;
      font-weight: bold; }
      .torso .partners-main div.col-12 ul a:hover {
        color: gray; }
.torso .partners-main .onethird {
  width: 31%;
  float: left;
  margin-right: 2%;
  text-align: center; }
  .torso .partners-main .onethird:last-child {
    margin-right: 0; }
  .torso .partners-main .onethird a.button {
    color: #fff; }
.torso .partners-main .onehalf {
  width: 47%;
  float: left;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 20px; }
  .torso .partners-main .onehalf:last-child {
    margin-right: 0; }
  .torso .partners-main .onehalf a.button {
    color: #fff; }
.torso .partners-main input {
  width: 85%;
  margin: 0 0 20px 0;
  padding: 10px 0 10px 10px;
  font-size: 0.8em; }
.torso .partners-main select {
  width: 90%;
  margin: 0 0 20px 0;
  padding: 10px 0 10px 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 0;
  background: url(../img/select-down-green.png) no-repeat 95% 50%, white;
  font-size: 0.8em;
  font-family: 'Cantarell', sans-serif; }
.torso .partners-main button {
  float: right;
  width: 50%; }
.torso .partners-main section h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 2em; }
.torso .partners-main section h3 {
  padding-bottom: 15px;
  font-weight: 300; }
  .torso .partners-main section h3 a {
    color: #108c03;
    font-weight: 600; }
.torso .partners-main section div.partner-img {
  float: left;
  width: 10%;
  margin: 0 2em 0 1em; }
.torso .partners-main section div.partner-txt {
  float: left;
  width: 80%; }
.torso .partners-main section div.popout {
  margin: 25px 0 0 0;
  background: #f4f4f4; }
  .torso .partners-main section div.popout div.popout-head div {
    width: 100%;
    margin: 0 auto; }
  .torso .partners-main section div.popout div.popout-head div.video-image {
    text-align: center;
    background: #e9e9e9; }
    .torso .partners-main section div.popout div.popout-head div.video-image img {
      width: 100%;
      height: 100%; }
  .torso .partners-main section div.popout div.popout-head div.head-list {
    padding: 15px 20px;
    text-align: center;
    background: #f9d64f;
    font-size: 0.9em;
    font-weight: 600; }
    .torso .partners-main section div.popout div.popout-head div.head-list h4 {
      margin: 0 0 20px 0;
      padding: 0;
      font-size: 1.5em;
      font-weight: bolder; }
    .torso .partners-main section div.popout div.popout-head div.head-list p {
      font-size: 0.9em;
      font-weight: bold; }
    .torso .partners-main section div.popout div.popout-head div.head-list ul {
      padding: 0 0 0 0;
      text-align: left; }
      .torso .partners-main section div.popout div.popout-head div.head-list ul li {
        list-style-position: inside;
        text-decoration: underline; }
  .torso .partners-main section div.popout div.popout-list h3 {
    padding: 40px;
    font-size: 1.75em;
    font-weight: 600; }
  .torso .partners-main section div.popout div.popout-list div ul {
    padding-left: 0;
    list-style: none; }
    .torso .partners-main section div.popout div.popout-list div ul li:before {
      display: none; }
  .torso .partners-main section div.popout div.popout-list div ul {
    padding: 0 40px; }
    .torso .partners-main section div.popout div.popout-list div ul li p a {
      color: #108c03;
      font-weight: 600; }
  .torso .partners-main section div.popout div.popout-list div h4 {
    padding-bottom: 5px;
    /*color: $headline-green;*/
    font-size: 1.6em;
    font-weight: 700; }
    .torso .partners-main section div.popout div.popout-list div h4 a {
      color: #108c03; }
    .torso .partners-main section div.popout div.popout-list div h4 a:hover {
      opacity: 0.8; }
.torso .partners-main section.whatsupgold div.link-panels {
  margin: 50px 0;
  text-align: center; }
  .torso .partners-main section.whatsupgold div.link-panels a {
    display: block;
    width: 100%;
    height: 100px;
    margin: 0 0 10px 0;
    padding: 30px 0 0;
    width: 300px;
    text-align: center;
    color: black;
    background: #f9d64f;
    font-size: 1.5em;
    font-weight: bold;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
.torso .partners-main section.two-panel-products div.two-panel div, .torso .partners-main section.two-panel-products div.full-panel div {
  width: 100%;
  padding: 40px; }
  .torso .partners-main section.two-panel-products div.two-panel div h4, .torso .partners-main section.two-panel-products div.full-panel div h4 {
    color: white; }
  .torso .partners-main section.two-panel-products div.two-panel div p, .torso .partners-main section.two-panel-products div.full-panel div p {
    color: white; }
  .torso .partners-main section.two-panel-products div.two-panel div a, .torso .partners-main section.two-panel-products div.full-panel div a {
    padding: 5px;
    color: white;
    background: #108c03;
    font-size: 0.8em;
    font-weight: 400; }
.torso .partners-main section.two-panel-products div.two-panel div.left-panel, .torso .partners-main section.two-panel-products div.full-panel div.left-panel {
  background: #154e6d; }
.torso .partners-main section.two-panel-products div.two-panel div.right-panel, .torso .partners-main section.two-panel-products div.full-panel div.right-panel, .torso .partners-main section.two-panel-products div.two-panel div.full-panel, .torso .partners-main section.two-panel-products div.full-panel div.full-panel {
  background: #186289; }
.torso .partners-main section.two-panel-detail {
  padding: 0; }
  .torso .partners-main section.two-panel-detail div.two-panel div, .torso .partners-main section.two-panel-detail div.full-panel div {
    width: 100%;
    padding: 40px; }
    .torso .partners-main section.two-panel-detail div.two-panel div h4, .torso .partners-main section.two-panel-detail div.full-panel div h4 {
      color: #ffffff;
      font-size: 3em; }
    .torso .partners-main section.two-panel-detail div.two-panel div p, .torso .partners-main section.two-panel-detail div.full-panel div p {
      color: #ffffff;
      font-size: 1em; }
    .torso .partners-main section.two-panel-detail div.two-panel div button, .torso .partners-main section.two-panel-detail div.full-panel div button {
      width: 60%;
      border: none;
      margin: 5px 0;
      padding: 20px 20px;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600; }
    .torso .partners-main section.two-panel-detail div.two-panel div span, .torso .partners-main section.two-panel-detail div.full-panel div span {
      display: block;
      width: 60%;
      margin: 30px 0 0 0;
      color: white;
      font-size: 0.7em; }
  .torso .partners-main section.two-panel-detail div.two-panel div.left-panel, .torso .partners-main section.two-panel-detail div.full-panel div.left-panel {
    background: #154e6d; }
  .torso .partners-main section.two-panel-detail div.two-panel div.right-panel, .torso .partners-main section.two-panel-detail div.full-panel div.right-panel, .torso .partners-main section.two-panel-detail div.two-panel div.full-panel, .torso .partners-main section.two-panel-detail div.full-panel div.full-panel {
    background: #186289; }
.torso .partners-main section.related-products {
  margin: 0 auto; }
  .torso .partners-main section.related-products div {
    float: left;
    width: 100%; }
  .torso .partners-main section.related-products div.related-products-right-column {
    padding: 0 0 0 10px; }
    .torso .partners-main section.related-products div.related-products-right-column div.related-products-list {
      float: none;
      overflow-x: hidden;
      width: 100% !important;
      padding: 30px;
      border-left: 5px #f9d64f solid;
      background: white;
      -webkit-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
      -moz-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
      box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3); }
      .torso .partners-main section.related-products div.related-products-right-column div.related-products-list ul {
        width: 100%;
        padding: 10px 0 0 0; }
      .torso .partners-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-left {
        float: none;
        width: 100%;
        margin-bottom: 0;
        padding: 0;
        list-style-image: url(../images/square-bullet-green.jpg); }
        .torso .partners-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-left li {
          padding-left: 0;
          list-style-position: inside; }
          .torso .partners-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-left li a {
            color: #108c03;
            font-weight: 600; }
      .torso .partners-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-right {
        float: none;
        width: 100%;
        margin-bottom: 0;
        padding: 0;
        list-style-image: url(../images/square-bullet-green.jpg); }
        .torso .partners-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-right li {
          padding-left: 0;
          list-style-position: inside; }
          .torso .partners-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-right li a {
            color: #108c03;
            font-weight: 600; }
      .torso .partners-main section.related-products div.related-products-right-column div.related-products-list p {
        margin-bottom: 0; }
  .torso .partners-main section.related-products h2 {
    margin: 25px 0 20px 0;
    text-align: left;
    color: #323232;
    font-size: 1.7em;
    font-weight: 300; }
  .torso .partners-main section.related-products h3 {
    padding-bottom: 0;
    text-align: left;
    font-size: 1.2em;
    font-weight: 800; }
    .torso .partners-main section.related-products h3 a {
      color: #108c03; }
.torso .partners-main section.resources div.container h2 {
  margin: 0 0 20px 0;
  text-align: center;
  color: #323232;
  font-size: 2em;
  font-weight: 300; }
.torso .partners-main section.resources div.container h3 {
  font-size: 16px; }
  .torso .partners-main section.resources div.container h3 a {
    text-decoration: underline;
    color: #108c03;
    font-weight: 500;
    line-height: 1.3;
    padding: 5px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  .torso .partners-main section.resources div.container h3 a:hover {
    text-decoration: none;
    background: #f9d64f;
    color: black; }
.torso .partners-main section.resources div.container div.resource-list {
  padding: 20px 0;
  border-bottom: 2px #f4f4f4 solid; }
  .torso .partners-main section.resources div.container div.resource-list img {
    display: none;
    float: left;
    width: 6%; }
  .torso .partners-main section.resources div.container div.resource-list div {
    float: left;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px 0 20px; }
    .torso .partners-main section.resources div.container div.resource-list div p {
      margin-bottom: 0; }
    .torso .partners-main section.resources div.container div.resource-list div p:nth-child(1) {
      line-height: 1;
      font-size: 1.2em; }
      .torso .partners-main section.resources div.container div.resource-list div p:nth-child(1) a {
        color: #108c03;
        font-weight: 600; }
    .torso .partners-main section.resources div.container div.resource-list div p:ntj-child(2) {
      padding: 10px 0 5px;
      line-height: 1; }
    .torso .partners-main section.resources div.container div.resource-list div p:nth-child(3) a {
      color: #108c03;
      font-weight: 300; }
  .torso .partners-main section.resources div.container div.resource-list button {
    float: none;
    width: 85%;
    margin: 0 auto;
    padding: 15px 5px;
    font-size: 0.8em;
    color: #ffffff;
    border-radius: 0;
    background: #108c03;
    font-size: 1em;
    font-weight: 600; }
.torso .partners-main section.resources div.container button {
  display: block;
  width: 85%;
  margin: 100px auto 50px;
  padding: 20px 20px;
  color: white;
  border-radius: 0;
  background: #108c03;
  font-size: 1em;
  font-weight: 600; }
.torso .partners-main section.product-video div.container a img {
  display: block;
  margin: 0 auto; }
.torso .partners-main section.product-video div.container div {
  margin: 30px auto 0; }
  .torso .partners-main section.product-video div.container div button:nth-child(1) {
    float: left;
    width: 50%;
    margin-right: 0;
    font-size: 0.7em; }
  .torso .partners-main section.product-video div.container div button:nth-child(2) {
    float: left;
    width: 50%;
    margin-right: 0;
    background: #003f62; }
    .torso .partners-main section.product-video div.container div button:nth-child(2) span:nth-child(1) {
      display: block; }
    .torso .partners-main section.product-video div.container div button:nth-child(2) span:nth-child(2) {
      display: block;
      float: none; }
  .torso .partners-main section.product-video div.container div button {
    height: 75px;
    border: none;
    margin: 5px 0;
    padding: 20px 20px;
    color: #ffffff;
    border-radius: 0;
    background: #108c03;
    font-weight: 600; }
.torso .partners-main section.details-list-all div.details-list-single {
  margin: 0 0 20px 0;
  padding: 20px 0;
  border-bottom: 2px #f4f4f4 solid; }
  .torso .partners-main section.details-list-all div.details-list-single div:nth-child(1) {
    float: left;
    width: 100%; }
    .torso .partners-main section.details-list-all div.details-list-single div:nth-child(1) h3 {
      font-size: 1.5em;
      text-align: left;
      font-weight: bolder; }
    .torso .partners-main section.details-list-all div.details-list-single div:nth-child(1) a {
      color: #108c03;
      font-weight: bold; }
    .torso .partners-main section.details-list-all div.details-list-single div:nth-child(1) div div.toggleText {
      width: 100%; }
      .torso .partners-main section.details-list-all div.details-list-single div:nth-child(1) div div.toggleText p {
        padding: 0; }
    .torso .partners-main section.details-list-all div.details-list-single div:nth-child(1) div img {
      display: none;
      float: left;
      width: 7%; }
    .torso .partners-main section.details-list-all div.details-list-single div:nth-child(1) div p {
      float: left;
      width: 93%;
      padding: 0 0 0 0;
      vertical-align: top;
      line-height: 1.4; }
      .torso .partners-main section.details-list-all div.details-list-single div:nth-child(1) div p a {
        color: #108c03;
        font-weight: normal; }
  .torso .partners-main section.details-list-all div.details-list-single div:nth-child(2) {
    display: none;
    float: left; }
  .torso .partners-main section.details-list-all div.details-list-single div div.showMoreToggle {
    display: none; }
.torso .partners-main section.details-list-all div.details-list-single-alt {
  margin: 0 0 20px 0;
  padding: 20px 0;
  border-bottom: 2px #f4f4f4 solid; }
  .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(1) {
    display: none;
    float: left;
    padding: 0 0 0 0; }
  .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) {
    float: left;
    width: 100%;
    padding: 0 0 0 0; }
    .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) h3 {
      text-align: left;
      font-size: 1.5em;
      font-weight: bolder; }
    .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) a {
      color: #108c03;
      font-weight: bold; }
    .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) div div.toggleText {
      width: 100%; }
      .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) div div.toggleText p {
        padding: 0; }
    .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) div img {
      display: none;
      float: left;
      width: 7%; }
    .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p {
      vertical-align: top;
      line-height: 1.4; }
      .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p a {
        color: #108c03;
        font-weight: normal; }
  .torso .partners-main section.details-list-all div.details-list-single-alt div div.showMoreToggle {
    display: none; }

/**
*
* TABLETS ONLY
*
*/
@media only screen and (min-width: 721px) and (max-width: 1024px) {
  .torso .partners-main section div.popout div.popout-list h3 {
    padding: 30px; }
  .torso .partners-main section div.popout div.popout-list div {
    float: left;
    width: 50%; } }
html.lt-ie9 .torso .partners-main section div.popout div.popout-list h3 {
  padding: 30px; }
html.lt-ie9 .torso .partners-main section div.popout div.popout-list div {
  float: left;
  width: 50%; }

/**
*
* TABLETS AND UP
*
*/
@media only screen and (min-width: 721px) {
  .torso .partners-main header.partners {
    height: 250px; }
    .torso .partners-main header.partners div.hero {
      padding: 50px 0 0 0; }
      .torso .partners-main header.partners div.hero div.container {
        width: 550px;
        height: 100%;
        padding: 40px 40px 20px;
        background-color: rgba(0, 0, 0, 0.6); }
        .torso .partners-main header.partners div.hero div.container h1 {
          font-size: 2em; }
        .torso .partners-main header.partners div.hero div.container p {
          font-size: 1.2em; }
  .torso .partners-main section div.container h2 {
    font-size: 3em;
    font-weight: 600; }
  .torso .partners-main section div.container h3 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 400; }
  .torso .partners-main section div.popout div.head-list {
    padding: 25px;
    text-align: center;
    background: #f9d64f;
    font-size: 0.9em;
    font-weight: 600; }
    .torso .partners-main section div.popout div.head-list h4 {
      margin: 0 0 20px 0;
      padding: 0;
      font-size: 1.5em;
      font-weight: bolder; }
    .torso .partners-main section div.popout div.head-list p {
      font-size: 0.9em;
      font-weight: bold; }
    .torso .partners-main section div.popout div.head-list ul {
      padding: 0 0 0 20%;
      text-align: left; }
      .torso .partners-main section div.popout div.head-list ul li {
        list-style-position: inside;
        text-decoration: underline; }
  .torso .partners-main section.whatsupgold h3 {
    text-align: center; }
  .torso .partners-main section.product-video div.container div button:nth-child(1) {
    width: 25%;
    font-size: 1em; }
  .torso .partners-main section.product-video div.container div button:nth-child(2) {
    width: 75%;
    font-size: 1em; }
  .torso .partners-main section.details-list-all div.details-list-single div:nth-child(1) {
    width: 60%; }
  .torso .partners-main section.details-list-all div.details-list-single div:nth-child(2) {
    display: block;
    width: 40%; }
  .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(1) {
    display: block;
    width: 40%; }
  .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) {
    width: 60%;
    padding: 0 0 0 10px; }
  .torso .partners-main section.related-products h2 {
    font-size: 2em; }
  .torso .partners-main section.related-products h3 {
    font-size: 1.5em; } }
html.lt-ie9 .torso .partners-main header.partners {
  height: 250px; }
  html.lt-ie9 .torso .partners-main header.partners div.hero {
    padding: 50px 0 0 0; }
    html.lt-ie9 .torso .partners-main header.partners div.hero div.container {
      width: 550px;
      height: 100%;
      padding: 40px 40px 20px;
      background-color: rgba(0, 0, 0, 0.6); }
      html.lt-ie9 .torso .partners-main header.partners div.hero div.container h1 {
        font-size: 2em; }
      html.lt-ie9 .torso .partners-main header.partners div.hero div.container p {
        font-size: 1.2em; }
html.lt-ie9 .torso .partners-main section div.container h2 {
  font-size: 3em;
  font-weight: 600; }
html.lt-ie9 .torso .partners-main section div.container h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 400; }
html.lt-ie9 .torso .partners-main section div.popout div.head-list {
  padding: 25px;
  text-align: center;
  background: #f9d64f;
  font-size: 0.9em;
  font-weight: 600; }
  html.lt-ie9 .torso .partners-main section div.popout div.head-list h4 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: bolder; }
  html.lt-ie9 .torso .partners-main section div.popout div.head-list p {
    font-size: 0.9em;
    font-weight: bold; }
  html.lt-ie9 .torso .partners-main section div.popout div.head-list ul {
    padding: 0 0 0 20%;
    text-align: left; }
    html.lt-ie9 .torso .partners-main section div.popout div.head-list ul li {
      list-style-position: inside;
      text-decoration: underline; }
html.lt-ie9 .torso .partners-main section.whatsupgold h3 {
  text-align: center; }
html.lt-ie9 .torso .partners-main section.product-video div.container div button:nth-child(1) {
  width: 25%;
  font-size: 1em; }
html.lt-ie9 .torso .partners-main section.product-video div.container div button:nth-child(2) {
  width: 75%;
  font-size: 1em; }
html.lt-ie9 .torso .partners-main section.details-list-all div.details-list-single div:nth-child(1) {
  width: 60%; }
html.lt-ie9 .torso .partners-main section.details-list-all div.details-list-single div:nth-child(2) {
  display: block;
  width: 40%; }
html.lt-ie9 .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(1) {
  display: block;
  width: 40%; }
html.lt-ie9 .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) {
  width: 60%;
  padding: 0 0 0 10px; }
html.lt-ie9 .torso .partners-main section.related-products h2 {
  font-size: 2em; }
html.lt-ie9 .torso .partners-main section.related-products h3 {
  font-size: 1.5em; }

/**
*
* DESKTOPS AND UP
*
*/
@media only screen and (min-width: 1025px) {
  div.torso {
    padding: 0 0 1.5em 0; }

  .torso .partners-main header.partners div.hero {
    padding: 50px 0 0 0; }
    .torso .partners-main header.partners div.hero div.container {
      width: 750px; }
      .torso .partners-main header.partners div.hero div.container h1 {
        font-size: 2.7em; }
      .torso .partners-main header.partners div.hero div.container p {
        font-size: 1.5em; }
  .torso .partners-main section.whatsupgold h3 {
    text-align: center; }
  .torso .partners-main section.whatsupgold div.link-panels {
    margin: 0 auto; }
    .torso .partners-main section.whatsupgold div.link-panels a {
      display: inline-block;
      height: 75px;
      margin: 0 5px 10px 0;
      padding: 25px 0 0;
      text-align: center;
      vertical-align: middle;
      color: black;
      background: #f9d64f;
      font-size: 0.95em;
      font-weight: 800;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
    .torso .partners-main section.whatsupgold div.link-panels a:hover {
      color: white;
      background: #12618c;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .torso .partners-main section.two-panel-products div.two-panel div, .torso .partners-main section.two-panel-products div.full-panel div {
    float: left;
    width: 50%;
    height: 450px; }
    .torso .partners-main section.two-panel-products div.two-panel div h4, .torso .partners-main section.two-panel-products div.full-panel div h4 {
      color: white;
      font-size: 3em;
      font-weight: 300; }
    .torso .partners-main section.two-panel-products div.two-panel div p, .torso .partners-main section.two-panel-products div.full-panel div p {
      color: white; }
    .torso .partners-main section.two-panel-products div.two-panel div a, .torso .partners-main section.two-panel-products div.full-panel div a {
      width: 100%;
      padding: 15px;
      color: white;
      background: #108c03;
      font-size: 0.9em;
      font-weight: 400; }
  .torso .partners-main section.two-panel-products div.two-panel div.left-panel, .torso .partners-main section.two-panel-products div.full-panel div.left-panel {
    padding: 5%;
    background: #154e6d; }
  .torso .partners-main section.two-panel-products div.two-panel div.right-panel, .torso .partners-main section.two-panel-products div.full-panel div.right-panel, .torso .partners-main section.two-panel-products div.two-panel div.full-panel, .torso .partners-main section.two-panel-products div.full-panel div.full-panel {
    padding: 5%;
    background: #186289; }
  .torso .partners-main section {
    padding: 50px 0 0; }
    .torso .partners-main section div.popout div.popout-head div {
      float: left;
      width: 466px;
      height: 250px; }
      .torso .partners-main section div.popout div.popout-head div img {
        cursor: pointer; }
      .torso .partners-main section div.popout div.popout-head div img:hover {
        opacity: 0.8; }
    .torso .partners-main section div.popout div.popout-head div.head-list {
      text-align: left;
      font-size: 1.1em; }
      .torso .partners-main section div.popout div.popout-head div.head-list ul {
        padding: 0 0 0 0;
        font-size: 0.8em; }
    .torso .partners-main section div.popout div.popout-list h3 {
      text-align: left; }
    .torso .partners-main section div.popout div.popout-list div {
      float: left;
      width: 460px; }
  .torso .partners-main section.product-video div.container div button:nth-child(2) span:nth-child(1) {
    float: left; }
  .torso .partners-main section.product-video div.container div button:nth-child(2) span:nth-child(2) {
    float: right; }
  .torso .partners-main section.details-list-all div.details-list-single div:nth-child(1) {
    float: left;
    width: 60%;
    padding: 0 10px 0 0; }
    .torso .partners-main section.details-list-all div.details-list-single div:nth-child(1) div img {
      display: block; }
    .torso .partners-main section.details-list-all div.details-list-single div:nth-child(1) div p {
      float: left;
      padding: 0 0 0 10px; }
  .torso .partners-main section.details-list-all div.details-list-single div:nth-child(2) {
    float: left;
    width: 40%; }
  .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(1) {
    float: left;
    width: 40%;
    padding: 0 10px 0 0; }
  .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) {
    width: 60%;
    padding: 0 10px 0 0;
    float: left; }
    .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) div img {
      display: block; }
    .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p {
      float: left;
      width: 90%;
      padding: 0 0 0 10px; }
      .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p a {
        color: #108c03; }
  .torso .partners-main section.details-list-all div.details-list-single:nth-last-child(1) {
    border-bottom: none; }
  .torso .partners-main section.details-list-all div.details-list-single-alt:nth-last-child(1) {
    border-bottom: none; }
  .torso .partners-main section.two-panel-detail div.two-panel div, .torso .partners-main section.two-panel-detail div.full-panel div {
    float: left;
    width: 50%;
    height: 450px; }
    .torso .partners-main section.two-panel-detail div.two-panel div h4, .torso .partners-main section.two-panel-detail div.full-panel div h4 {
      font-size: 4em;
      font-weight: 300; }
  .torso .partners-main section.two-panel-detail div.two-panel div.left-panel div.panel-content, .torso .partners-main section.two-panel-detail div.full-panel div.left-panel div.panel-content {
    width: 450px;
    padding: 0; }
  .torso .partners-main section.two-panel-detail div.two-panel div.right-panel div.panel-content, .torso .partners-main section.two-panel-detail div.full-panel div.right-panel div.panel-content, .torso .partners-main section.two-panel-detail div.two-panel div.full-panel div.panel-content, .torso .partners-main section.two-panel-detail div.full-panel div.full-panel div.panel-content {
    width: 450px;
    padding: 0; }
  .torso .partners-main section.related-products {
    padding: 50px 0; }
    .torso .partners-main section.related-products div {
      width: 50%; }
    .torso .partners-main section.related-products div.related-products-right-column {
      padding: 0 0 0 0; }
      .torso .partners-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-left {
        float: left;
        width: 40%;
        margin-bottom: 1.5em; }
      .torso .partners-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-right {
        float: left;
        width: 40%;
        margin-bottom: 1.5em; }
  .torso .partners-main section.resources div.container h2 {
    font-size: 3em; }
  .torso .partners-main section.resources div.container div.resource-list img {
    display: block; }
  .torso .partners-main section.resources div.container div.resource-list div {
    float: left;
    width: 80%;
    padding: 0 20px 0 20px; }
    .torso .partners-main section.resources div.container div.resource-list div p {
      margin-bottom: 0; }
    .torso .partners-main section.resources div.container div.resource-list div p:nth-child(1) {
      line-height: 0.8; }
  .torso .partners-main section.resources div.container div.resource-list button {
    float: left;
    width: 13%;
    margin: 0 0;
    font-size: 0.6em; }
  .torso .partners-main section.resources div.container button {
    width: 50%; }

  aside.primary {
    display: block;
    float: right;
    width: 25%; }

  aside.primary ~ .main {
    float: left;
    width: 75%;
    padding-right: 2em; } }
html.lt-ie9 div.torso {
  padding: 0 0 1.5em 0; }
html.lt-ie9 .torso .partners-main header.partners div.hero {
  padding: 50px 0 0 0; }
  html.lt-ie9 .torso .partners-main header.partners div.hero div.container {
    width: 750px; }
    html.lt-ie9 .torso .partners-main header.partners div.hero div.container h1 {
      font-size: 2.7em; }
    html.lt-ie9 .torso .partners-main header.partners div.hero div.container p {
      font-size: 1.5em; }
html.lt-ie9 .torso .partners-main section.whatsupgold h3 {
  text-align: center; }
html.lt-ie9 .torso .partners-main section.whatsupgold div.link-panels {
  margin: 0 auto; }
  html.lt-ie9 .torso .partners-main section.whatsupgold div.link-panels a {
    display: inline-block;
    height: 75px;
    margin: 0 5px 10px 0;
    padding: 25px 0 0;
    text-align: center;
    vertical-align: middle;
    color: black;
    background: #f9d64f;
    font-size: 0.95em;
    font-weight: 800;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
  html.lt-ie9 .torso .partners-main section.whatsupgold div.link-panels a:hover {
    color: white;
    background: #12618c;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
html.lt-ie9 .torso .partners-main section.two-panel-products div.two-panel div, html.lt-ie9 .torso .partners-main section.two-panel-products div.full-panel div {
  float: left;
  width: 50%;
  height: 450px; }
  html.lt-ie9 .torso .partners-main section.two-panel-products div.two-panel div h4, html.lt-ie9 .torso .partners-main section.two-panel-products div.full-panel div h4 {
    color: white;
    font-size: 3em;
    font-weight: 300; }
  html.lt-ie9 .torso .partners-main section.two-panel-products div.two-panel div p, html.lt-ie9 .torso .partners-main section.two-panel-products div.full-panel div p {
    color: white; }
  html.lt-ie9 .torso .partners-main section.two-panel-products div.two-panel div a, html.lt-ie9 .torso .partners-main section.two-panel-products div.full-panel div a {
    width: 100%;
    padding: 15px;
    color: white;
    background: #108c03;
    font-size: 0.9em;
    font-weight: 400; }
html.lt-ie9 .torso .partners-main section.two-panel-products div.two-panel div.left-panel, html.lt-ie9 .torso .partners-main section.two-panel-products div.full-panel div.left-panel {
  padding: 5%;
  background: #154e6d; }
html.lt-ie9 .torso .partners-main section.two-panel-products div.two-panel div.right-panel, html.lt-ie9 .torso .partners-main section.two-panel-products div.full-panel div.right-panel, html.lt-ie9 .torso .partners-main section.two-panel-products div.two-panel div.full-panel, html.lt-ie9 .torso .partners-main section.two-panel-products div.full-panel div.full-panel {
  padding: 5%;
  background: #186289; }
html.lt-ie9 .torso .partners-main section {
  padding: 50px 0 0; }
  html.lt-ie9 .torso .partners-main section div.popout div.popout-head div {
    float: left;
    width: 466px;
    height: 250px; }
    html.lt-ie9 .torso .partners-main section div.popout div.popout-head div img {
      cursor: pointer; }
    html.lt-ie9 .torso .partners-main section div.popout div.popout-head div img:hover {
      opacity: 0.8; }
  html.lt-ie9 .torso .partners-main section div.popout div.popout-head div.head-list {
    text-align: left;
    font-size: 1.1em; }
    html.lt-ie9 .torso .partners-main section div.popout div.popout-head div.head-list ul {
      padding: 0 0 0 0;
      font-size: 0.8em; }
  html.lt-ie9 .torso .partners-main section div.popout div.popout-list h3 {
    text-align: left; }
  html.lt-ie9 .torso .partners-main section div.popout div.popout-list div {
    float: left;
    width: 460px; }
html.lt-ie9 .torso .partners-main section.product-video div.container div button:nth-child(2) span:nth-child(1) {
  float: left; }
html.lt-ie9 .torso .partners-main section.product-video div.container div button:nth-child(2) span:nth-child(2) {
  float: right; }
html.lt-ie9 .torso .partners-main section.details-list-all div.details-list-single div:nth-child(1) {
  float: left;
  width: 60%;
  padding: 0 10px 0 0; }
  html.lt-ie9 .torso .partners-main section.details-list-all div.details-list-single div:nth-child(1) div img {
    display: block; }
  html.lt-ie9 .torso .partners-main section.details-list-all div.details-list-single div:nth-child(1) div p {
    float: left;
    padding: 0 0 0 10px; }
html.lt-ie9 .torso .partners-main section.details-list-all div.details-list-single div:nth-child(2) {
  float: left;
  width: 40%; }
html.lt-ie9 .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(1) {
  float: left;
  width: 40%;
  padding: 0 10px 0 0; }
html.lt-ie9 .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) {
  width: 60%;
  padding: 0 10px 0 0;
  float: left; }
  html.lt-ie9 .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) div img {
    display: block; }
  html.lt-ie9 .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p {
    float: left;
    width: 90%;
    padding: 0 0 0 10px; }
    html.lt-ie9 .torso .partners-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p a {
      color: #108c03; }
html.lt-ie9 .torso .partners-main section.details-list-all div.details-list-single:nth-last-child(1) {
  border-bottom: none; }
html.lt-ie9 .torso .partners-main section.details-list-all div.details-list-single-alt:nth-last-child(1) {
  border-bottom: none; }
html.lt-ie9 .torso .partners-main section.two-panel-detail div.two-panel div, html.lt-ie9 .torso .partners-main section.two-panel-detail div.full-panel div {
  float: left;
  width: 50%;
  height: 450px; }
  html.lt-ie9 .torso .partners-main section.two-panel-detail div.two-panel div h4, html.lt-ie9 .torso .partners-main section.two-panel-detail div.full-panel div h4 {
    font-size: 4em;
    font-weight: 300; }
html.lt-ie9 .torso .partners-main section.two-panel-detail div.two-panel div.left-panel div.panel-content, html.lt-ie9 .torso .partners-main section.two-panel-detail div.full-panel div.left-panel div.panel-content {
  width: 450px;
  padding: 0; }
html.lt-ie9 .torso .partners-main section.two-panel-detail div.two-panel div.right-panel div.panel-content, html.lt-ie9 .torso .partners-main section.two-panel-detail div.full-panel div.right-panel div.panel-content, html.lt-ie9 .torso .partners-main section.two-panel-detail div.two-panel div.full-panel div.panel-content, html.lt-ie9 .torso .partners-main section.two-panel-detail div.full-panel div.full-panel div.panel-content {
  width: 450px;
  padding: 0; }
html.lt-ie9 .torso .partners-main section.related-products {
  padding: 50px 0; }
  html.lt-ie9 .torso .partners-main section.related-products div {
    width: 50%; }
  html.lt-ie9 .torso .partners-main section.related-products div.related-products-right-column {
    padding: 0 0 0 0; }
    html.lt-ie9 .torso .partners-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-left {
      float: left;
      width: 40%;
      margin-bottom: 1.5em; }
    html.lt-ie9 .torso .partners-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-right {
      float: left;
      width: 40%;
      margin-bottom: 1.5em; }
html.lt-ie9 .torso .partners-main section.resources div.container h2 {
  font-size: 3em; }
html.lt-ie9 .torso .partners-main section.resources div.container div.resource-list img {
  display: block; }
html.lt-ie9 .torso .partners-main section.resources div.container div.resource-list div {
  float: left;
  width: 80%;
  padding: 0 20px 0 20px; }
  html.lt-ie9 .torso .partners-main section.resources div.container div.resource-list div p {
    margin-bottom: 0; }
  html.lt-ie9 .torso .partners-main section.resources div.container div.resource-list div p:nth-child(1) {
    line-height: 0.8; }
html.lt-ie9 .torso .partners-main section.resources div.container div.resource-list button {
  float: left;
  width: 13%;
  margin: 0 0;
  font-size: 0.6em; }
html.lt-ie9 .torso .partners-main section.resources div.container button {
  width: 50%; }
html.lt-ie9 aside.primary {
  display: block;
  float: right;
  width: 25%; }
html.lt-ie9 aside.primary ~ .main {
  float: left;
  width: 75%;
  padding-right: 2em; }

/**
*
* SOLUTIONS LANDING PAGE STYLES
*
**/
form[action='k-twelve.aspx'] section.group.product-detail.alt.first {
  background-color: #fff !important; }
  form[action='k-twelve.aspx'] section.group.product-detail.alt.first span {
    font-size: 18px;
    color: #12618c; }
  form[action='k-twelve.aspx'] section.group.product-detail.alt.first .button {
    color: white !important;
    padding: 20px !important;
    width: 250px; }
  form[action='k-twelve.aspx'] section.group.product-detail.alt.first hr {
    background-color: #F4F4F4;
    color: #f4f4f4;
    height: 2px;
    border-top: none; }

.torso .solutions-main header.solutions {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background-image: url(/images/hero-solutions.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover; }
  .torso .solutions-main header.solutions div.hero div.container {
    height: 200px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.6); }
    .torso .solutions-main header.solutions div.hero div.container h1 {
      font-size: 1em;
      font-weight: 400; }
    .torso .solutions-main header.solutions div.hero div.container p {
      font-size: 1em;
      font-weight: 300; }
.torso .solutions-main header.sled {
  background-image: url(/images/sled-hero.png); }
.torso .solutions-main header.non-us {
  background-image: url(/images/gov-hero.png); }
.torso .solutions-main header.transportation {
  background-image: url(/images/transportation-hero.png); }
.torso .solutions-main header.retail {
  background-image: url(/images/retail-hero.png); }
.torso .solutions-main header.manufacturing {
  background-image: url(/images/manufacturing-hero.png); }
.torso .solutions-main header.k12 {
  background-image: url(/images/k12-hero.png); }
.torso .solutions-main header.highered {
  background-image: url(/images/highered-hero.png); }
.torso .solutions-main header.highered {
  background-image: url(/images/highered-hero.png); }
.torso .solutions-main header.healthcare {
  background-image: url(/images/healthcare-hero.png); }
.torso .solutions-main header.financial {
  background-image: url(/images/financial-hero.png); }
.torso .solutions-main header.financial {
  background-image: url(/images/financial-hero.png); }
.torso .solutions-main section h2 {
  padding-bottom: 20px;
  font-size: 2em; }
.torso .solutions-main section h3 {
  padding-bottom: 15px;
  font-weight: 300; }
  .torso .solutions-main section h3 a {
    color: #108c03;
    font-weight: 600; }
.torso .solutions-main section div.popout {
  margin: 25px 0 0 0;
  background: #f4f4f4; }
  .torso .solutions-main section div.popout div.popout-head div {
    width: 100%;
    margin: 0 auto; }
  .torso .solutions-main section div.popout div.popout-head div.video-image {
    text-align: center;
    background: #e9e9e9; }
    .torso .solutions-main section div.popout div.popout-head div.video-image img {
      width: 100%;
      height: 100%; }
  .torso .solutions-main section div.popout div.popout-head div.head-list {
    padding: 15px 20px;
    text-align: center;
    background: #f9d64f;
    font-size: 0.9em;
    font-weight: 600; }
    .torso .solutions-main section div.popout div.popout-head div.head-list h4 {
      margin: 0 0 20px 0;
      padding: 0;
      font-size: 1.5em;
      font-weight: bolder; }
    .torso .solutions-main section div.popout div.popout-head div.head-list p {
      font-size: 0.9em;
      font-weight: bold; }
    .torso .solutions-main section div.popout div.popout-head div.head-list ul {
      padding: 0 0 0 0;
      text-align: left; }
      .torso .solutions-main section div.popout div.popout-head div.head-list ul li {
        list-style-position: inside;
        text-decoration: underline; }
  .torso .solutions-main section div.popout div.popout-list h3 {
    padding: 40px;
    font-size: 1.75em;
    font-weight: 600; }
  .torso .solutions-main section div.popout div.popout-list div ul {
    padding-left: 0;
    list-style: none; }
    .torso .solutions-main section div.popout div.popout-list div ul li:before {
      display: none; }
  .torso .solutions-main section div.popout div.popout-list div ul {
    padding: 0 40px; }
    .torso .solutions-main section div.popout div.popout-list div ul li p a {
      color: #108c03;
      font-weight: 600; }
  .torso .solutions-main section div.popout div.popout-list div h4 {
    padding-bottom: 5px;
    /*color: $headline-green;*/
    font-size: 1.6em;
    font-weight: 700; }
    .torso .solutions-main section div.popout div.popout-list div h4 a {
      color: #108c03; }
    .torso .solutions-main section div.popout div.popout-list div h4 a:hover {
      opacity: 0.8; }
.torso .solutions-main section div.full h2.secbg {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px; }
.torso .solutions-main section.solutions-top {
  overflow: hidden; }
  .torso .solutions-main section.solutions-top div.container h2, .torso .solutions-main section.solutions-top div.container h3 {
    text-align: left; }
  .torso .solutions-main section.solutions-top div.container p a {
    text-decoration: none;
    border-bottom: 0;
    color: #108c03;
    padding: 10px 10px 1px;
    font-size: 24px;
    margin-left: -10px;
    font-weight: normal; }
  .torso .solutions-main section.solutions-top div.container p a:hover {
    border-bottom: 0;
    padding: 10px 10px 10px;
    background: #f2cc47;
    color: black;
    text-decoration: none;
    font-weight: normal; }
  .torso .solutions-main section.solutions-top div.container div.small-pullout {
    float: right;
    -webkit-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
    -moz-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
    box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
    border-left: 5px #f9d64f solid;
    margin: 10px -1000px 0 20px;
    padding: 40px 1000px 40px 20px; }
    .torso .solutions-main section.solutions-top div.container div.small-pullout div.container {
      width: 400px; }
      .torso .solutions-main section.solutions-top div.container div.small-pullout div.container h4, .torso .solutions-main section.solutions-top div.container div.small-pullout div.container p, .torso .solutions-main section.solutions-top div.container div.small-pullout div.container a {
        padding: 0;
        margin: 0; }
      .torso .solutions-main section.solutions-top div.container div.small-pullout div.container h4 {
        font-weight: bold; }
      .torso .solutions-main section.solutions-top div.container div.small-pullout div.container a {
        font-weight: bold;
        color: #108c03; }
      .torso .solutions-main section.solutions-top div.container div.small-pullout div.container a:hover {
        color: #12618c; }
  .torso .solutions-main section.solutions-top div.container div.small-float {
    float: right;
    margin: 10px 0 20px 20px; }
  .torso .solutions-main section.solutions-top div.container div.image-block {
    padding: 0 0 0 25px; }
    .torso .solutions-main section.solutions-top div.container div.image-block img {
      float: left;
      padding: 0 15px; }
    .torso .solutions-main section.solutions-top div.container div.image-block p {
      font-weight: bold;
      padding: 10px 0; }
      .torso .solutions-main section.solutions-top div.container div.image-block p a:hover {
        color: #12618c; }
    .torso .solutions-main section.solutions-top div.container div.image-block p.sig {
      padding: 0;
      font-weight: normal;
      margin: 0; }
  .torso .solutions-main section.solutions-top div.container div.no-padding {
    padding: 0; }
    .torso .solutions-main section.solutions-top div.container div.no-padding img {
      padding: 0 15px 0 0; }
.torso .solutions-main section.solutions-alt-bar {
  padding: 50px 0 10px; }
  .torso .solutions-main section.solutions-alt-bar div.full div h2, .torso .solutions-main section.solutions-alt-bar div.full div h3 {
    text-align: left;
    padding: 0;
    margin-bottom: 15px; }
  .torso .solutions-main section.solutions-alt-bar div.full div h3 {
    font-size: 1.5em;
    font-weight: bold; }
  .torso .solutions-main section.solutions-alt-bar div.full div p {
    margin-bottom: 15px; }
  .torso .solutions-main section.solutions-alt-bar div.related-products-left-column h2, .torso .solutions-main section.solutions-alt-bar div.related-products-right-column h2 {
    margin: 25px 0 20px 0;
    text-align: left;
    color: #323232;
    font-size: 2em;
    font-weight: 300; }
  .torso .solutions-main section.solutions-alt-bar div.related-products-left-column h3, .torso .solutions-main section.solutions-alt-bar div.related-products-right-column h3 {
    padding-bottom: 0;
    text-align: left;
    font-size: 1.5em;
    font-weight: 800; }
  .torso .solutions-main section.solutions-alt-bar div.related-products-left-column p, .torso .solutions-main section.solutions-alt-bar div.related-products-right-column p {
    margin-bottom: 15px;
    padding: 0; }
  .torso .solutions-main section.solutions-alt-bar div.related-products-left-column ul li a, .torso .solutions-main section.solutions-alt-bar div.related-products-right-column ul li a {
    color: #108c03;
    font-weight: bold; }
  .torso .solutions-main section.solutions-alt-bar div.related-products-left-column ul li a:hover, .torso .solutions-main section.solutions-alt-bar div.related-products-right-column ul li a:hover {
    color: #12618c; }
  .torso .solutions-main section.solutions-alt-bar div.related-products-right-column div.related-products-list {
    float: none;
    overflow-x: hidden;
    width: 100% !important;
    padding: 30px;
    border-left: 5px solid #f2cc47;
    background: #ffffff;
    -webkit-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
    -moz-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
    box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3); }
.torso .solutions-main section.whatsupgold div.link-panels {
  margin: 50px 0; }
  .torso .solutions-main section.whatsupgold div.link-panels a {
    display: block;
    width: 100%;
    height: 100px;
    margin: 0 0 10px 0;
    padding: 30px 0 0;
    text-align: center;
    color: black;
    background: #f9d64f;
    font-size: 1.5em;
    font-weight: bold;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
.torso .solutions-main section.two-panel-products div.two-panel div, .torso .solutions-main section.two-panel-products div.full-panel div {
  width: 100%;
  padding: 40px; }
  .torso .solutions-main section.two-panel-products div.two-panel div h4, .torso .solutions-main section.two-panel-products div.full-panel div h4 {
    color: white; }
  .torso .solutions-main section.two-panel-products div.two-panel div p, .torso .solutions-main section.two-panel-products div.full-panel div p {
    color: white; }
  .torso .solutions-main section.two-panel-products div.two-panel div a, .torso .solutions-main section.two-panel-products div.full-panel div a {
    padding: 5px;
    color: white;
    background: #108c03;
    font-size: 0.8em;
    font-weight: 400; }
.torso .solutions-main section.two-panel-products div.two-panel div.left-panel, .torso .solutions-main section.two-panel-products div.full-panel div.left-panel {
  background: #154e6d; }
.torso .solutions-main section.two-panel-products div.two-panel div.right-panel, .torso .solutions-main section.two-panel-products div.full-panel div.right-panel, .torso .solutions-main section.two-panel-products div.two-panel div.full-panel, .torso .solutions-main section.two-panel-products div.full-panel div.full-panel {
  background: #186289; }
.torso .solutions-main section.two-panel-detail {
  padding: 0; }
  .torso .solutions-main section.two-panel-detail div.two-panel div, .torso .solutions-main section.two-panel-detail div.full-panel div {
    width: 100%;
    padding: 40px; }
    .torso .solutions-main section.two-panel-detail div.two-panel div h4, .torso .solutions-main section.two-panel-detail div.full-panel div h4 {
      color: #ffffff;
      font-size: 3em; }
    .torso .solutions-main section.two-panel-detail div.two-panel div p, .torso .solutions-main section.two-panel-detail div.full-panel div p {
      color: #ffffff;
      font-size: 1em; }
    .torso .solutions-main section.two-panel-detail div.two-panel div button, .torso .solutions-main section.two-panel-detail div.full-panel div button {
      width: 60%;
      border: none;
      margin: 5px 0;
      padding: 20px 20px;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600; }
    .torso .solutions-main section.two-panel-detail div.two-panel div span, .torso .solutions-main section.two-panel-detail div.full-panel div span {
      display: block;
      width: 60%;
      margin: 30px 0 0 0;
      color: white;
      font-size: 0.7em; }
  .torso .solutions-main section.two-panel-detail div.two-panel div.left-panel, .torso .solutions-main section.two-panel-detail div.full-panel div.left-panel {
    background: #154e6d; }
  .torso .solutions-main section.two-panel-detail div.two-panel div.right-panel, .torso .solutions-main section.two-panel-detail div.full-panel div.right-panel, .torso .solutions-main section.two-panel-detail div.two-panel div.full-panel, .torso .solutions-main section.two-panel-detail div.full-panel div.full-panel {
    background: #186289; }
.torso .solutions-main section.related-products {
  margin: 0 auto; }
  .torso .solutions-main section.related-products div {
    float: left;
    width: 100%; }
  .torso .solutions-main section.related-products div.related-products-right-column {
    padding: 0 0 0 10px; }
    .torso .solutions-main section.related-products div.related-products-right-column div.related-products-list {
      float: none;
      overflow-x: hidden;
      width: 100% !important;
      padding: 30px;
      border-left: 5px #f9d64f solid;
      background: white;
      -webkit-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
      -moz-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
      box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3); }
      .torso .solutions-main section.related-products div.related-products-right-column div.related-products-list ul {
        width: 100%;
        padding: 10px 0 0 0; }
      .torso .solutions-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-left {
        float: none;
        width: 100%;
        margin-bottom: 0;
        padding: 0;
        list-style-image: url(../images/square-bullet-green.jpg); }
        .torso .solutions-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-left li {
          padding-left: 0;
          list-style-position: inside; }
          .torso .solutions-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-left li a {
            color: #108c03;
            font-weight: 600; }
      .torso .solutions-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-right {
        float: none;
        width: 100%;
        margin-bottom: 0;
        padding: 0;
        list-style-image: url(../images/square-bullet-green.jpg); }
        .torso .solutions-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-right li {
          padding-left: 0;
          list-style-position: inside; }
          .torso .solutions-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-right li a {
            color: #108c03;
            font-weight: 600; }
      .torso .solutions-main section.related-products div.related-products-right-column div.related-products-list p {
        margin-bottom: 0; }
  .torso .solutions-main section.related-products h2 {
    margin: 25px 0 20px 0;
    text-align: left;
    color: #323232;
    font-size: 1.7em;
    font-weight: 300; }
  .torso .solutions-main section.related-products h3 {
    padding-bottom: 0;
    text-align: left;
    font-size: 1.2em;
    font-weight: 800; }
    .torso .solutions-main section.related-products h3 a {
      color: #108c03; }
.torso .solutions-main section.resources div.container h2 {
  margin: 0 0 20px 0;
  text-align: center;
  color: #323232;
  font-size: 2em;
  font-weight: 300; }
.torso .solutions-main section.resources div.container h3 {
  font-size: 16px; }
  .torso .solutions-main section.resources div.container h3 a {
    text-decoration: underline;
    color: #108c03;
    font-weight: 500;
    line-height: 1.3;
    padding: 5px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
  .torso .solutions-main section.resources div.container h3 a:hover {
    text-decoration: none;
    background: #f9d64f;
    color: black; }
.torso .solutions-main section.resources div.container div.resource-list {
  padding: 20px 0;
  border-bottom: 2px #f4f4f4 solid; }
  .torso .solutions-main section.resources div.container div.resource-list img {
    display: none;
    float: left;
    width: 6%; }
  .torso .solutions-main section.resources div.container div.resource-list div {
    float: left;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px 0 20px; }
    .torso .solutions-main section.resources div.container div.resource-list div p {
      margin-bottom: 0; }
    .torso .solutions-main section.resources div.container div.resource-list div p:nth-child(1) {
      line-height: 1;
      font-size: 1.2em; }
      .torso .solutions-main section.resources div.container div.resource-list div p:nth-child(1) a {
        color: #108c03;
        font-weight: 600; }
    .torso .solutions-main section.resources div.container div.resource-list div p:ntj-child(2) {
      padding: 10px 0 5px;
      line-height: 1; }
    .torso .solutions-main section.resources div.container div.resource-list div p:nth-child(3) a {
      color: #108c03;
      font-weight: 300; }
  .torso .solutions-main section.resources div.container div.resource-list button {
    float: none;
    width: 85%;
    margin: 0 auto;
    padding: 15px 5px;
    font-size: 0.8em;
    color: #ffffff;
    border-radius: 0;
    background: #108c03;
    font-size: 1em;
    font-weight: 600; }
.torso .solutions-main section.resources div.container button {
  display: block;
  width: 85%;
  margin: 100px auto 0;
  padding: 20px 20px;
  color: white;
  border-radius: 0;
  background: #108c03;
  font-size: 1em;
  font-weight: 600; }
.torso .solutions-main section.product-video div.container a img {
  display: block;
  margin: 0 auto; }
.torso .solutions-main section.product-video div.container div {
  margin: 30px auto 0; }
  .torso .solutions-main section.product-video div.container div button:nth-child(1) {
    float: left;
    width: 50%;
    margin-right: 0;
    font-size: 0.7em; }
  .torso .solutions-main section.product-video div.container div button:nth-child(2) {
    float: left;
    width: 50%;
    margin-right: 0;
    background: #003f62; }
    .torso .solutions-main section.product-video div.container div button:nth-child(2) span:nth-child(1) {
      display: block; }
    .torso .solutions-main section.product-video div.container div button:nth-child(2) span:nth-child(2) {
      display: block;
      float: none; }
  .torso .solutions-main section.product-video div.container div button {
    height: 75px;
    border: none;
    margin: 5px 0;
    padding: 20px 20px;
    color: #ffffff;
    border-radius: 0;
    background: #108c03;
    font-weight: 600; }
.torso .solutions-main section.details-list-all div.details-list-single {
  margin: 0 0 20px 0;
  padding: 20px 0;
  border-bottom: 2px #f4f4f4 solid; }
  .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(1) {
    float: left;
    width: 100%; }
    .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(1) h3 {
      font-size: 1.5em;
      text-align: left;
      font-weight: bolder; }
    .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(1) a {
      color: #108c03;
      font-weight: bold; }
    .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(1) div div.toggleText {
      width: 100%; }
      .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(1) div div.toggleText p {
        padding: 0; }
    .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(1) div img {
      display: none;
      float: left;
      width: 7%; }
    .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(1) div p {
      float: left;
      width: 93%;
      padding: 0 0 0 0;
      vertical-align: top;
      line-height: 1.4; }
      .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(1) div p a {
        color: #108c03;
        font-weight: normal; }
  .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(2) {
    display: none;
    float: left; }
  .torso .solutions-main section.details-list-all div.details-list-single div div.showMoreToggle {
    display: none; }
.torso .solutions-main section.details-list-all div.details-list-single-alt {
  margin: 0 0 20px 0;
  padding: 20px 0;
  border-bottom: 2px #f4f4f4 solid; }
  .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(1) {
    display: none;
    float: left;
    padding: 0 0 0 0; }
  .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) {
    float: left;
    width: 100%;
    padding: 0 0 0 0; }
    .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) h3 {
      text-align: left;
      font-size: 1.5em;
      font-weight: bolder; }
    .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) a {
      color: #108c03;
      font-weight: bold; }
    .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) div div.toggleText {
      width: 100%; }
      .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) div div.toggleText p {
        padding: 0; }
    .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) div img {
      display: none;
      float: left;
      width: 7%; }
    .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p {
      vertical-align: top;
      line-height: 1.4; }
      .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p a {
        color: #108c03;
        font-weight: normal; }
  .torso .solutions-main section.details-list-all div.details-list-single-alt div div.showMoreToggle {
    display: none; }

/**
*
* TABLETS ONLY
*
*/
@media only screen and (min-width: 721px) and (max-width: 1024px) {
  .torso .solutions-main section div.popout div.popout-list h3 {
    padding: 30px; }
  .torso .solutions-main section div.popout div.popout-list div {
    float: left;
    width: 50%; } }
html.lt-ie9 .torso .solutions-main section div.popout div.popout-list h3 {
  padding: 30px; }
html.lt-ie9 .torso .solutions-main section div.popout div.popout-list div {
  float: left;
  width: 50%; }

/**
*
* TABLETS AND UP
*
*/
@media only screen and (min-width: 721px) {
  .torso .solutions-main header.solutions {
    height: 350px; }
    .torso .solutions-main header.solutions div.hero {
      padding: 50px 0 0 0; }
      .torso .solutions-main header.solutions div.hero div.container {
        width: 550px;
        height: 100%;
        padding: 40px 40px 20px;
        background-color: rgba(0, 0, 0, 0.6); }
        .torso .solutions-main header.solutions div.hero div.container h1 {
          font-size: 2em; }
        .torso .solutions-main header.solutions div.hero div.container p {
          font-size: 1.2em; }
  .torso .solutions-main section div.container h2 {
    font-size: 3em;
    font-weight: 600; }
  .torso .solutions-main section div.container h3 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 400; }
  .torso .solutions-main section div.popout div.head-list {
    padding: 25px;
    text-align: center;
    background: #f9d64f;
    font-size: 0.9em;
    font-weight: 600; }
    .torso .solutions-main section div.popout div.head-list h4 {
      margin: 0 0 20px 0;
      padding: 0;
      font-size: 1.5em;
      font-weight: bolder; }
    .torso .solutions-main section div.popout div.head-list p {
      font-size: 0.9em;
      font-weight: bold; }
    .torso .solutions-main section div.popout div.head-list ul {
      padding: 0 0 0 20%;
      text-align: left; }
      .torso .solutions-main section div.popout div.head-list ul li {
        list-style-position: inside;
        text-decoration: underline; }
  .torso .solutions-main section.solutions-top div.container div.small-pullout div.container {
    width: 300px; }
  .torso .solutions-main section.whatsupgold h3 {
    text-align: center; }
  .torso .solutions-main section.product-video div.container div button:nth-child(1) {
    width: 25%;
    font-size: 1em; }
  .torso .solutions-main section.product-video div.container div button:nth-child(2) {
    width: 75%;
    font-size: 1em; }
  .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(1) {
    width: 60%; }
  .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(2) {
    display: block;
    width: 40%; }
  .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(1) {
    display: block;
    width: 40%; }
  .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) {
    width: 60%;
    padding: 0 0 0 10px; }
  .torso .solutions-main section.related-products h2 {
    font-size: 2em; }
  .torso .solutions-main section.related-products h3 {
    font-size: 1.5em; } }
html.lt-ie9 .torso .solutions-main header.solutions {
  height: 350px; }
  html.lt-ie9 .torso .solutions-main header.solutions div.hero {
    padding: 50px 0 0 0; }
    html.lt-ie9 .torso .solutions-main header.solutions div.hero div.container {
      width: 550px;
      height: 100%;
      padding: 40px 40px 20px;
      background-color: rgba(0, 0, 0, 0.6); }
      html.lt-ie9 .torso .solutions-main header.solutions div.hero div.container h1 {
        font-size: 2em; }
      html.lt-ie9 .torso .solutions-main header.solutions div.hero div.container p {
        font-size: 1.2em; }
html.lt-ie9 .torso .solutions-main section div.container h2 {
  font-size: 3em;
  font-weight: 600; }
html.lt-ie9 .torso .solutions-main section div.container h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 400; }
html.lt-ie9 .torso .solutions-main section div.popout div.head-list {
  padding: 25px;
  text-align: center;
  background: #f9d64f;
  font-size: 0.9em;
  font-weight: 600; }
  html.lt-ie9 .torso .solutions-main section div.popout div.head-list h4 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: bolder; }
  html.lt-ie9 .torso .solutions-main section div.popout div.head-list p {
    font-size: 0.9em;
    font-weight: bold; }
  html.lt-ie9 .torso .solutions-main section div.popout div.head-list ul {
    padding: 0 0 0 20%;
    text-align: left; }
    html.lt-ie9 .torso .solutions-main section div.popout div.head-list ul li {
      list-style-position: inside;
      text-decoration: underline; }
html.lt-ie9 .torso .solutions-main section.solutions-top div.container div.small-pullout div.container {
  width: 300px; }
html.lt-ie9 .torso .solutions-main section.whatsupgold h3 {
  text-align: center; }
html.lt-ie9 .torso .solutions-main section.product-video div.container div button:nth-child(1) {
  width: 25%;
  font-size: 1em; }
html.lt-ie9 .torso .solutions-main section.product-video div.container div button:nth-child(2) {
  width: 75%;
  font-size: 1em; }
html.lt-ie9 .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(1) {
  width: 60%; }
html.lt-ie9 .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(2) {
  display: block;
  width: 40%; }
html.lt-ie9 .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(1) {
  display: block;
  width: 40%; }
html.lt-ie9 .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) {
  width: 60%;
  padding: 0 0 0 10px; }
html.lt-ie9 .torso .solutions-main section.related-products h2 {
  font-size: 2em; }
html.lt-ie9 .torso .solutions-main section.related-products h3 {
  font-size: 1.5em; }

/**
*
* DESKTOPS AND UP
*
*/
@media only screen and (min-width: 1025px) {
  div.torso {
    padding: 0 0 1.5em 0; }

  .torso .solutions-main header.solutions div.hero {
    padding: 30px 0 0 0; }
    .torso .solutions-main header.solutions div.hero div.container {
      width: 750px; }
      .torso .solutions-main header.solutions div.hero div.container h1 {
        font-size: 2.7em; }
      .torso .solutions-main header.solutions div.hero div.container p {
        font-size: 1.5em; }
  .torso .solutions-main section.solutions-index-background {
    background-image: url(../images/solutions-alt-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover; }
    .torso .solutions-main section.solutions-index-background div div.button-group a button {
      width: 135px; }
    .torso .solutions-main section.solutions-index-background div.right-panel, .torso .solutions-main section.solutions-index-background div.full-panel {
      width: 50%;
      float: right; }
      .torso .solutions-main section.solutions-index-background div.right-panel ul, .torso .solutions-main section.solutions-index-background div.full-panel ul {
        padding-left: 1em; }
        .torso .solutions-main section.solutions-index-background div.right-panel ul li, .torso .solutions-main section.solutions-index-background div.full-panel ul li {
          font-size: 0.9em; }
  .torso .solutions-main section.solutions-background-gov div.full, .torso .solutions-main section.solutions-background-financial div.full, .torso .solutions-main section.solutions-background-healthcare div.full, .torso .solutions-main section.solutions-background-highered div.full, .torso .solutions-main section.solutions-background-k12 div.full, .torso .solutions-main section.solutions-background-manufacturing div.full, .torso .solutions-main section.solutions-background-retail div.full, .torso .solutions-main section.solutions-background-transportation div.full {
    width: 933px; }
    .torso .solutions-main section.solutions-background-gov div.full h2, .torso .solutions-main section.solutions-background-gov div.full p, .torso .solutions-main section.solutions-background-financial div.full h2, .torso .solutions-main section.solutions-background-financial div.full p, .torso .solutions-main section.solutions-background-healthcare div.full h2, .torso .solutions-main section.solutions-background-healthcare div.full p, .torso .solutions-main section.solutions-background-highered div.full h2, .torso .solutions-main section.solutions-background-highered div.full p, .torso .solutions-main section.solutions-background-k12 div.full h2, .torso .solutions-main section.solutions-background-k12 div.full p, .torso .solutions-main section.solutions-background-manufacturing div.full h2, .torso .solutions-main section.solutions-background-manufacturing div.full p, .torso .solutions-main section.solutions-background-retail div.full h2, .torso .solutions-main section.solutions-background-retail div.full p, .torso .solutions-main section.solutions-background-transportation div.full h2, .torso .solutions-main section.solutions-background-transportation div.full p {
      text-align: right; }
    .torso .solutions-main section.solutions-background-gov div.full h2.secbg, .torso .solutions-main section.solutions-background-financial div.full h2.secbg, .torso .solutions-main section.solutions-background-healthcare div.full h2.secbg, .torso .solutions-main section.solutions-background-highered div.full h2.secbg, .torso .solutions-main section.solutions-background-k12 div.full h2.secbg, .torso .solutions-main section.solutions-background-manufacturing div.full h2.secbg, .torso .solutions-main section.solutions-background-retail div.full h2.secbg, .torso .solutions-main section.solutions-background-transportation div.full h2.secbg {
      max-width: 100%;
      padding: 0; }
  .torso .solutions-main section.solutions-background-financial, .torso .solutions-main section.solutions-background-healthcare, .torso .solutions-main section.solutions-background-highered, .torso .solutions-main section.solutions-background-k12, .torso .solutions-main section.solutions-background-manufacturing, .torso .solutions-main section.solutions-background-retail, .torso .solutions-main section.solutions-background-transportation {
    margin: 0 0 -100px 0; }
  .torso .solutions-main section.solutions-background-gov {
    background-image: url(../images/gov-grayblock.png); }
  .torso .solutions-main section.solutions-background-financial {
    background-image: url(../images/financial-grayblock.png); }
  .torso .solutions-main section.solutions-background-highered {
    background-image: url(../images/highered-grayblock.png); }
  .torso .solutions-main section.solutions-background-k12 {
    background-image: url(../images/k12-grayblock.png); }
  .torso .solutions-main section.solutions-background-manufacturing {
    background-image: url(../images/manufacturing-grayblock.png); }
  .torso .solutions-main section.solutions-background-retail {
    background-image: url(../images/retail-grayblock.png); }
  .torso .solutions-main section.solutions-background-transportation {
    background-image: url(../images/transportation-grayblock.png); }
  .torso .solutions-main section.solutions-detail div.container div {
    width: 100%; }
  .torso .solutions-main section.solutions-alt-bar div.full {
    display: table;
    width: auto;
    max-width: 965px;
    margin: 0 auto;
    padding: 0 16px; }
    .torso .solutions-main section.solutions-alt-bar div.full div {
      float: left;
      width: 50%;
      padding: 0 30px 0 0; }
      .torso .solutions-main section.solutions-alt-bar div.full div div {
        width: 100%;
        padding: 0; }
      .torso .solutions-main section.solutions-alt-bar div.full div h2 {
        text-align: left; }
      .torso .solutions-main section.solutions-alt-bar div.full div h3 {
        font-size: 1.5em;
        text-align: left; }
      .torso .solutions-main section.solutions-alt-bar div.full div ul {
        text-align: left; }
  .torso .solutions-main section.solutions-alt-bar div.related-products-left-column {
    width: 50%;
    float: left; }
    .torso .solutions-main section.solutions-alt-bar div.related-products-left-column h2, .torso .solutions-main section.solutions-alt-bar div.related-products-left-column h3 {
      text-align: left; }
  .torso .solutions-main section.solutions-alt-bar div.related-products-right-column {
    width: 50%;
    float: left; }
    .torso .solutions-main section.solutions-alt-bar div.related-products-right-column h2, .torso .solutions-main section.solutions-alt-bar div.related-products-right-column h3 {
      text-align: left; }
  .torso .solutions-main section.whatsupgold h3 {
    text-align: center; }
  .torso .solutions-main section.whatsupgold div.link-panels {
    margin: 0 auto; }
    .torso .solutions-main section.whatsupgold div.link-panels a {
      display: inline-block;
      width: 178px;
      height: 75px;
      margin: 0 5px 30px 0;
      padding: 25px 0 0;
      text-align: center;
      vertical-align: middle;
      color: black;
      background: #f9d64f;
      font-size: 0.95em;
      font-weight: 800;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
    .torso .solutions-main section.whatsupgold div.link-panels a:hover {
      color: white;
      background: #12618c;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .torso .solutions-main section.two-panel-products div.two-panel div, .torso .solutions-main section.two-panel-products div.full-panel div {
    float: left;
    width: 50%;
    height: 450px; }
    .torso .solutions-main section.two-panel-products div.two-panel div h4, .torso .solutions-main section.two-panel-products div.full-panel div h4 {
      color: white;
      font-size: 3em;
      font-weight: 300; }
    .torso .solutions-main section.two-panel-products div.two-panel div p, .torso .solutions-main section.two-panel-products div.full-panel div p {
      color: white; }
    .torso .solutions-main section.two-panel-products div.two-panel div a, .torso .solutions-main section.two-panel-products div.full-panel div a {
      width: 100%;
      padding: 15px;
      color: white;
      background: #108c03;
      font-size: 0.9em;
      font-weight: 400; }
  .torso .solutions-main section.two-panel-products div.two-panel div.left-panel, .torso .solutions-main section.two-panel-products div.full-panel div.left-panel {
    padding: 5%;
    background: #154e6d; }
  .torso .solutions-main section.two-panel-products div.two-panel div.right-panel, .torso .solutions-main section.two-panel-products div.full-panel div.right-panel, .torso .solutions-main section.two-panel-products div.two-panel div.full-panel, .torso .solutions-main section.two-panel-products div.full-panel div.full-panel {
    padding: 5%;
    background: #186289; }
  .torso .solutions-main section {
    padding: 50px 0 0; }
    .torso .solutions-main section div.popout div.popout-head div {
      float: left;
      width: 466px;
      height: 250px; }
      .torso .solutions-main section div.popout div.popout-head div img {
        cursor: pointer; }
      .torso .solutions-main section div.popout div.popout-head div img:hover {
        opacity: 0.8; }
    .torso .solutions-main section div.popout div.popout-head div.head-list {
      text-align: left;
      font-size: 1.1em; }
      .torso .solutions-main section div.popout div.popout-head div.head-list ul {
        padding: 0 0 0 0;
        font-size: 0.8em; }
    .torso .solutions-main section div.popout div.popout-list h3 {
      text-align: left; }
    .torso .solutions-main section div.popout div.popout-list div {
      float: left;
      width: 460px; }
  .torso .solutions-main section.product-video div.container div button:nth-child(2) span:nth-child(1) {
    float: left; }
  .torso .solutions-main section.product-video div.container div button:nth-child(2) span:nth-child(2) {
    float: right; }
  .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(1) {
    float: left;
    width: 60%;
    padding: 0 10px 0 0; }
    .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(1) div img {
      display: block; }
    .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(1) div p {
      float: left;
      padding: 0 0 0 10px; }
  .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(2) {
    float: left;
    width: 40%; }
  .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(1) {
    float: left;
    width: 40%;
    padding: 0 10px 0 0; }
  .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) {
    width: 60%;
    padding: 0 10px 0 0;
    float: left; }
    .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) div img {
      display: block; }
    .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p {
      float: left;
      width: 90%;
      padding: 0 0 0 10px; }
      .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p a {
        color: #108c03; }
  .torso .solutions-main section.details-list-all div.details-list-single:nth-last-child(1) {
    border-bottom: none; }
  .torso .solutions-main section.details-list-all div.details-list-single-alt:nth-last-child(1) {
    border-bottom: none; }
  .torso .solutions-main section.two-panel-detail div.two-panel div, .torso .solutions-main section.two-panel-detail div.full-panel div {
    float: left;
    width: 50%;
    height: 450px; }
    .torso .solutions-main section.two-panel-detail div.two-panel div h4, .torso .solutions-main section.two-panel-detail div.full-panel div h4 {
      font-size: 4em;
      font-weight: 300; }
  .torso .solutions-main section.two-panel-detail div.two-panel div.left-panel div.panel-content, .torso .solutions-main section.two-panel-detail div.full-panel div.left-panel div.panel-content {
    width: 450px;
    padding: 0; }
  .torso .solutions-main section.two-panel-detail div.two-panel div.right-panel div.panel-content, .torso .solutions-main section.two-panel-detail div.full-panel div.right-panel div.panel-content, .torso .solutions-main section.two-panel-detail div.two-panel div.full-panel div.panel-content, .torso .solutions-main section.two-panel-detail div.full-panel div.full-panel div.panel-content {
    width: 450px;
    padding: 0; }
  .torso .solutions-main section.related-products {
    padding: 50px 0; }
    .torso .solutions-main section.related-products div {
      width: 50%; }
    .torso .solutions-main section.related-products div.related-products-right-column {
      padding: 0 0 0 0; }
      .torso .solutions-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-left {
        float: left;
        width: 40%;
        margin-bottom: 1.5em; }
      .torso .solutions-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-right {
        float: left;
        width: 40%;
        margin-bottom: 1.5em; }
  .torso .solutions-main section.resources div.container h2 {
    font-size: 3em; }
  .torso .solutions-main section.resources div.container div.resource-list img {
    display: block; }
  .torso .solutions-main section.resources div.container div.resource-list div {
    float: left;
    width: 80%;
    padding: 0 20px 0 20px; }
    .torso .solutions-main section.resources div.container div.resource-list div p {
      margin-bottom: 0; }
    .torso .solutions-main section.resources div.container div.resource-list div p:nth-child(1) {
      line-height: 0.8; }
  .torso .solutions-main section.resources div.container div.resource-list button {
    float: left;
    width: 13%;
    margin: 0 0;
    font-size: 0.6em; }
  .torso .solutions-main section.resources div.container button {
    width: 50%; }

  aside.primary {
    display: block;
    float: right;
    width: 25%; }

  aside.primary ~ .main {
    float: left;
    width: 75%;
    padding-right: 2em; } }
html.lt-ie9 div.torso {
  padding: 0 0 1.5em 0; }
html.lt-ie9 .torso .solutions-main header.solutions div.hero {
  padding: 30px 0 0 0; }
  html.lt-ie9 .torso .solutions-main header.solutions div.hero div.container {
    width: 750px; }
    html.lt-ie9 .torso .solutions-main header.solutions div.hero div.container h1 {
      font-size: 2.7em; }
    html.lt-ie9 .torso .solutions-main header.solutions div.hero div.container p {
      font-size: 1.5em; }
html.lt-ie9 .torso .solutions-main section.solutions-index-background {
  background-image: url(../images/solutions-alt-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover; }
  html.lt-ie9 .torso .solutions-main section.solutions-index-background div div.button-group a button {
    width: 135px; }
  html.lt-ie9 .torso .solutions-main section.solutions-index-background div.right-panel, html.lt-ie9 .torso .solutions-main section.solutions-index-background div.full-panel {
    width: 50%;
    float: right; }
    html.lt-ie9 .torso .solutions-main section.solutions-index-background div.right-panel ul, html.lt-ie9 .torso .solutions-main section.solutions-index-background div.full-panel ul {
      padding-left: 1em; }
      html.lt-ie9 .torso .solutions-main section.solutions-index-background div.right-panel ul li, html.lt-ie9 .torso .solutions-main section.solutions-index-background div.full-panel ul li {
        font-size: 0.9em; }
html.lt-ie9 .torso .solutions-main section.solutions-background-gov div.full, html.lt-ie9 .torso .solutions-main section.solutions-background-financial div.full, html.lt-ie9 .torso .solutions-main section.solutions-background-healthcare div.full, html.lt-ie9 .torso .solutions-main section.solutions-background-highered div.full, html.lt-ie9 .torso .solutions-main section.solutions-background-k12 div.full, html.lt-ie9 .torso .solutions-main section.solutions-background-manufacturing div.full, html.lt-ie9 .torso .solutions-main section.solutions-background-retail div.full, html.lt-ie9 .torso .solutions-main section.solutions-background-transportation div.full {
  width: 933px; }
  html.lt-ie9 .torso .solutions-main section.solutions-background-gov div.full h2, html.lt-ie9 .torso .solutions-main section.solutions-background-gov div.full p, html.lt-ie9 .torso .solutions-main section.solutions-background-financial div.full h2, html.lt-ie9 .torso .solutions-main section.solutions-background-financial div.full p, html.lt-ie9 .torso .solutions-main section.solutions-background-healthcare div.full h2, html.lt-ie9 .torso .solutions-main section.solutions-background-healthcare div.full p, html.lt-ie9 .torso .solutions-main section.solutions-background-highered div.full h2, html.lt-ie9 .torso .solutions-main section.solutions-background-highered div.full p, html.lt-ie9 .torso .solutions-main section.solutions-background-k12 div.full h2, html.lt-ie9 .torso .solutions-main section.solutions-background-k12 div.full p, html.lt-ie9 .torso .solutions-main section.solutions-background-manufacturing div.full h2, html.lt-ie9 .torso .solutions-main section.solutions-background-manufacturing div.full p, html.lt-ie9 .torso .solutions-main section.solutions-background-retail div.full h2, html.lt-ie9 .torso .solutions-main section.solutions-background-retail div.full p, html.lt-ie9 .torso .solutions-main section.solutions-background-transportation div.full h2, html.lt-ie9 .torso .solutions-main section.solutions-background-transportation div.full p {
    text-align: right; }
  html.lt-ie9 .torso .solutions-main section.solutions-background-gov div.full h2.secbg, html.lt-ie9 .torso .solutions-main section.solutions-background-financial div.full h2.secbg, html.lt-ie9 .torso .solutions-main section.solutions-background-healthcare div.full h2.secbg, html.lt-ie9 .torso .solutions-main section.solutions-background-highered div.full h2.secbg, html.lt-ie9 .torso .solutions-main section.solutions-background-k12 div.full h2.secbg, html.lt-ie9 .torso .solutions-main section.solutions-background-manufacturing div.full h2.secbg, html.lt-ie9 .torso .solutions-main section.solutions-background-retail div.full h2.secbg, html.lt-ie9 .torso .solutions-main section.solutions-background-transportation div.full h2.secbg {
    max-width: 100%;
    padding: 0; }
html.lt-ie9 .torso .solutions-main section.solutions-background-financial, html.lt-ie9 .torso .solutions-main section.solutions-background-healthcare, html.lt-ie9 .torso .solutions-main section.solutions-background-highered, html.lt-ie9 .torso .solutions-main section.solutions-background-k12, html.lt-ie9 .torso .solutions-main section.solutions-background-manufacturing, html.lt-ie9 .torso .solutions-main section.solutions-background-retail, html.lt-ie9 .torso .solutions-main section.solutions-background-transportation {
  margin: 0 0 -100px 0; }
html.lt-ie9 .torso .solutions-main section.solutions-background-gov {
  background-image: url(../images/gov-grayblock.png); }
html.lt-ie9 .torso .solutions-main section.solutions-background-financial {
  background-image: url(../images/financial-grayblock.png); }
html.lt-ie9 .torso .solutions-main section.solutions-background-highered {
  background-image: url(../images/highered-grayblock.png); }
html.lt-ie9 .torso .solutions-main section.solutions-background-k12 {
  background-image: url(../images/k12-grayblock.png); }
html.lt-ie9 .torso .solutions-main section.solutions-background-manufacturing {
  background-image: url(../images/manufacturing-grayblock.png); }
html.lt-ie9 .torso .solutions-main section.solutions-background-retail {
  background-image: url(../images/retail-grayblock.png); }
html.lt-ie9 .torso .solutions-main section.solutions-background-transportation {
  background-image: url(../images/transportation-grayblock.png); }
html.lt-ie9 .torso .solutions-main section.solutions-detail div.container div {
  width: 100%; }
html.lt-ie9 .torso .solutions-main section.solutions-alt-bar div.full {
  display: table;
  width: auto;
  max-width: 965px;
  margin: 0 auto;
  padding: 0 16px; }
  html.lt-ie9 .torso .solutions-main section.solutions-alt-bar div.full div {
    float: left;
    width: 50%;
    padding: 0 30px 0 0; }
    html.lt-ie9 .torso .solutions-main section.solutions-alt-bar div.full div div {
      width: 100%;
      padding: 0; }
    html.lt-ie9 .torso .solutions-main section.solutions-alt-bar div.full div h2 {
      text-align: left; }
    html.lt-ie9 .torso .solutions-main section.solutions-alt-bar div.full div h3 {
      font-size: 1.5em;
      text-align: left; }
    html.lt-ie9 .torso .solutions-main section.solutions-alt-bar div.full div ul {
      text-align: left; }
html.lt-ie9 .torso .solutions-main section.solutions-alt-bar div.related-products-left-column {
  width: 50%;
  float: left; }
  html.lt-ie9 .torso .solutions-main section.solutions-alt-bar div.related-products-left-column h2, html.lt-ie9 .torso .solutions-main section.solutions-alt-bar div.related-products-left-column h3 {
    text-align: left; }
html.lt-ie9 .torso .solutions-main section.solutions-alt-bar div.related-products-right-column {
  width: 50%;
  float: left; }
  html.lt-ie9 .torso .solutions-main section.solutions-alt-bar div.related-products-right-column h2, html.lt-ie9 .torso .solutions-main section.solutions-alt-bar div.related-products-right-column h3 {
    text-align: left; }
html.lt-ie9 .torso .solutions-main section.whatsupgold h3 {
  text-align: center; }
html.lt-ie9 .torso .solutions-main section.whatsupgold div.link-panels {
  margin: 0 auto; }
  html.lt-ie9 .torso .solutions-main section.whatsupgold div.link-panels a {
    display: inline-block;
    width: 178px;
    height: 75px;
    margin: 0 5px 30px 0;
    padding: 25px 0 0;
    text-align: center;
    vertical-align: middle;
    color: black;
    background: #f9d64f;
    font-size: 0.95em;
    font-weight: 800;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
  html.lt-ie9 .torso .solutions-main section.whatsupgold div.link-panels a:hover {
    color: white;
    background: #12618c;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
html.lt-ie9 .torso .solutions-main section.two-panel-products div.two-panel div, html.lt-ie9 .torso .solutions-main section.two-panel-products div.full-panel div {
  float: left;
  width: 50%;
  height: 450px; }
  html.lt-ie9 .torso .solutions-main section.two-panel-products div.two-panel div h4, html.lt-ie9 .torso .solutions-main section.two-panel-products div.full-panel div h4 {
    color: white;
    font-size: 3em;
    font-weight: 300; }
  html.lt-ie9 .torso .solutions-main section.two-panel-products div.two-panel div p, html.lt-ie9 .torso .solutions-main section.two-panel-products div.full-panel div p {
    color: white; }
  html.lt-ie9 .torso .solutions-main section.two-panel-products div.two-panel div a, html.lt-ie9 .torso .solutions-main section.two-panel-products div.full-panel div a {
    width: 100%;
    padding: 15px;
    color: white;
    background: #108c03;
    font-size: 0.9em;
    font-weight: 400; }
html.lt-ie9 .torso .solutions-main section.two-panel-products div.two-panel div.left-panel, html.lt-ie9 .torso .solutions-main section.two-panel-products div.full-panel div.left-panel {
  padding: 5%;
  background: #154e6d; }
html.lt-ie9 .torso .solutions-main section.two-panel-products div.two-panel div.right-panel, html.lt-ie9 .torso .solutions-main section.two-panel-products div.full-panel div.right-panel, html.lt-ie9 .torso .solutions-main section.two-panel-products div.two-panel div.full-panel, html.lt-ie9 .torso .solutions-main section.two-panel-products div.full-panel div.full-panel {
  padding: 5%;
  background: #186289; }
html.lt-ie9 .torso .solutions-main section {
  padding: 50px 0 0; }
  html.lt-ie9 .torso .solutions-main section div.popout div.popout-head div {
    float: left;
    width: 466px;
    height: 250px; }
    html.lt-ie9 .torso .solutions-main section div.popout div.popout-head div img {
      cursor: pointer; }
    html.lt-ie9 .torso .solutions-main section div.popout div.popout-head div img:hover {
      opacity: 0.8; }
  html.lt-ie9 .torso .solutions-main section div.popout div.popout-head div.head-list {
    text-align: left;
    font-size: 1.1em; }
    html.lt-ie9 .torso .solutions-main section div.popout div.popout-head div.head-list ul {
      padding: 0 0 0 0;
      font-size: 0.8em; }
  html.lt-ie9 .torso .solutions-main section div.popout div.popout-list h3 {
    text-align: left; }
  html.lt-ie9 .torso .solutions-main section div.popout div.popout-list div {
    float: left;
    width: 460px; }
html.lt-ie9 .torso .solutions-main section.product-video div.container div button:nth-child(2) span:nth-child(1) {
  float: left; }
html.lt-ie9 .torso .solutions-main section.product-video div.container div button:nth-child(2) span:nth-child(2) {
  float: right; }
html.lt-ie9 .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(1) {
  float: left;
  width: 60%;
  padding: 0 10px 0 0; }
  html.lt-ie9 .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(1) div img {
    display: block; }
  html.lt-ie9 .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(1) div p {
    float: left;
    padding: 0 0 0 10px; }
html.lt-ie9 .torso .solutions-main section.details-list-all div.details-list-single div:nth-child(2) {
  float: left;
  width: 40%; }
html.lt-ie9 .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(1) {
  float: left;
  width: 40%;
  padding: 0 10px 0 0; }
html.lt-ie9 .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) {
  width: 60%;
  padding: 0 10px 0 0;
  float: left; }
  html.lt-ie9 .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) div img {
    display: block; }
  html.lt-ie9 .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p {
    float: left;
    width: 90%;
    padding: 0 0 0 10px; }
    html.lt-ie9 .torso .solutions-main section.details-list-all div.details-list-single-alt div:nth-child(2) div p a {
      color: #108c03; }
html.lt-ie9 .torso .solutions-main section.details-list-all div.details-list-single:nth-last-child(1) {
  border-bottom: none; }
html.lt-ie9 .torso .solutions-main section.details-list-all div.details-list-single-alt:nth-last-child(1) {
  border-bottom: none; }
html.lt-ie9 .torso .solutions-main section.two-panel-detail div.two-panel div, html.lt-ie9 .torso .solutions-main section.two-panel-detail div.full-panel div {
  float: left;
  width: 50%;
  height: 450px; }
  html.lt-ie9 .torso .solutions-main section.two-panel-detail div.two-panel div h4, html.lt-ie9 .torso .solutions-main section.two-panel-detail div.full-panel div h4 {
    font-size: 4em;
    font-weight: 300; }
html.lt-ie9 .torso .solutions-main section.two-panel-detail div.two-panel div.left-panel div.panel-content, html.lt-ie9 .torso .solutions-main section.two-panel-detail div.full-panel div.left-panel div.panel-content {
  width: 450px;
  padding: 0; }
html.lt-ie9 .torso .solutions-main section.two-panel-detail div.two-panel div.right-panel div.panel-content, html.lt-ie9 .torso .solutions-main section.two-panel-detail div.full-panel div.right-panel div.panel-content, html.lt-ie9 .torso .solutions-main section.two-panel-detail div.two-panel div.full-panel div.panel-content, html.lt-ie9 .torso .solutions-main section.two-panel-detail div.full-panel div.full-panel div.panel-content {
  width: 450px;
  padding: 0; }
html.lt-ie9 .torso .solutions-main section.related-products {
  padding: 50px 0; }
  html.lt-ie9 .torso .solutions-main section.related-products div {
    width: 50%; }
  html.lt-ie9 .torso .solutions-main section.related-products div.related-products-right-column {
    padding: 0 0 0 0; }
    html.lt-ie9 .torso .solutions-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-left {
      float: left;
      width: 40%;
      margin-bottom: 1.5em; }
    html.lt-ie9 .torso .solutions-main section.related-products div.related-products-right-column div.related-products-list ul.list-links-right {
      float: left;
      width: 40%;
      margin-bottom: 1.5em; }
html.lt-ie9 .torso .solutions-main section.resources div.container h2 {
  font-size: 3em; }
html.lt-ie9 .torso .solutions-main section.resources div.container div.resource-list img {
  display: block; }
html.lt-ie9 .torso .solutions-main section.resources div.container div.resource-list div {
  float: left;
  width: 80%;
  padding: 0 20px 0 20px; }
  html.lt-ie9 .torso .solutions-main section.resources div.container div.resource-list div p {
    margin-bottom: 0; }
  html.lt-ie9 .torso .solutions-main section.resources div.container div.resource-list div p:nth-child(1) {
    line-height: 0.8; }
html.lt-ie9 .torso .solutions-main section.resources div.container div.resource-list button {
  float: left;
  width: 13%;
  margin: 0 0;
  font-size: 0.6em; }
html.lt-ie9 .torso .solutions-main section.resources div.container button {
  width: 50%; }
html.lt-ie9 aside.primary {
  display: block;
  float: right;
  width: 25%; }
html.lt-ie9 aside.primary ~ .main {
  float: left;
  width: 75%;
  padding-right: 2em; }

.torso .main-evaluation header {
  background-color: #43a8b0;
  padding: 1em 0;
  }
.torso .main-evaluation header .hero {
  padding-top: 1em; }
.torso .main-evaluation section.evaluation {
 /* -webkit-box-shadow: inset 0 59px 43px -57px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 59px 43px -57px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 59px 43px -57px rgba(0, 0, 0, 0.1);*/ }
  .torso .main-evaluation section.evaluation div.container p.emailex {
    font-size: 1em;
    padding: 20px;
    text-align: left; }
  .torso .main-evaluation section.evaluation div.container .downloadbutton {
    /* contains the actual buttons */
    text-align: center; }
    .torso .main-evaluation section.evaluation div.container .downloadbutton p {
      font-size: 1em;
      padding: 20px;
      text-align: left; }
  .torso .main-evaluation section.evaluation div.container h1 {
    padding: 0 0 20px;
    text-align: center;
    color: #3d3d3d;
    font-size: 1.5em; }
  .torso .main-evaluation section.evaluation div.container h2 {
    margin-bottom: 0; }
  .torso .main-evaluation section.evaluation div.container p {
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 300;
    }
  .torso .main-evaluation section.evaluation div.container div.group {
    padding: 40px 0 0 0; }
    .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column {
      float: right;
      width: 100%;
      /*background-color: #f4f4f4;
      padding-bottom: 25px;*/
      margin: 0 0 40px 0;
      -webkit-box-shadow: 0;
      -moz-box-shadow: 0;
      box-shadow: 0; /*59px 43px -51px rgba(0, 0, 0, 0.3);*/ }
      .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.graybackground {
        background-color: #f4f4f4; }
      .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.banned {
        padding: 20px; }
        .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.banned p {
          font-weight: 400;
          font-size: 1em; }
          .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.banned p a:hover {
            opacity: 0.8; }
      .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-header {
        width: 100%;
        height: 100px;
        /*background: url(http://info.whatsupgold.com/rs/ipswitch/images/template-evaluation-header.png) no-repeat center;*/
        background-color: #27808b;
		box-shadow: 0px 78px 6px -1px rgba(155,154,154,0.75); }
        .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-header h3 {
          margin-bottom: 0;
          padding: 2.5% 0 0 0;
          vertical-align: middle;
          color: #ffffff;
          font-weight: bold; }
        .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-header p {
          opacity: 0.6;
          font-size: 0.9em; }
      .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body {
        padding: 20px;
        background: #f4f4f4; }
        .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form *::-webkit-input-placeholder {
          color: #1d1d1d; }
        .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form *:-moz-placeholder {
          /* FF 4-18 */
          color: #1d1d1d; }
        .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form *::-moz-placeholder {
          /* FF 19+ */
          color: #1d1d1d; }
        .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form *:-ms-input-placeholder {
          /* IE 10+ */
          color: #1d1d1d; }
        .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form div:nth-child(1) {
          padding: 0 5px; }
        .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form div:nth-child(2) {
          padding: 0 5px; }
        .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body div {
          float: left;
          width: 50%; }
          .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body div i {
            margin: 0 0 0 10px;
            color: #108c03; }
          .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body div input {
            width: 87%;
            margin: 0 0 20px 0;
            padding: 10px 0 10px 10px;
            border: 1px solid #ddd; }
          .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body div select {
            width: 90%;
            margin: 0 0 20px 0;
            padding: 10px 0 10px 10px;
            border: 1px solid #ddd;
            cursor: pointer;
            border-radius: 0;
            background: url(/img/select-down-green.png) no-repeat 95% 50%, white;
            font-size: 0.8em;
            font-family: 'Cantarell', sans-serif; }
          .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body div select:hover {
            color: #808080;
            font-family: 'Cantarell', sans-serif; }
          .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body div p {
            padding-bottom: 20px;
            text-align: left;
            font-size: 0.87em;
            line-height: 1; }
          .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body div button {
            width: 100%;
            margin: 5px 0;
            padding: 20px 20px;
            text-transform: uppercase;
            color: white;
            border-radius: 0;
            background: #108c03;
            font-size: 1em;
            font-weight: 600; }
          .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body div a.button {
            float: none;
            width: 100%;
            padding: 10px 20px; }
    .torso .main-evaluation section.evaluation div.container div.group div.evaluation-right-column {
      float: left;
      width: 100%;
      padding: 0 20px; }
      .torso .main-evaluation section.evaluation div.container div.group div.evaluation-right-column h4 {
        padding: 0 0 20px;
        font-size: 1em;
        font-weight: bold; }
      .torso .main-evaluation section.evaluation div.container div.group div.evaluation-right-column ul {
        padding: 0; }
        .torso .main-evaluation section.evaluation div.container div.group div.evaluation-right-column ul li {
          list-style-position: inside;}
          /*text-indent: -1.2em;*/ 
      .torso .main-evaluation section.evaluation div.container div.group div.evaluation-right-column ul.evaluation-video-list {
        list-style-image: url(/img/eval-bullet.png); }
        .torso .main-evaluation section.evaluation div.container div.group div.evaluation-right-column ul.evaluation-video-list li a {
          color: #108c03; }

/**
*
* TABLETS ONLY
*
*/
@media only screen and (min-width: 721px) and (max-width: 1024px) {
  .torso .main-evaluation {
    padding: 0; }
    .torso .main-evaluation section.evaluation div.container h1 {
      padding: 0 5% 20px;
      font-size: 2.2em; }
    .torso .main-evaluation section.evaluation div.container p {
      font-size: 1.3em; }
    .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column {
      width: 35%;
	  height:auto;}
      .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body {
        padding-left: 10px; }
        .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form div:nth-child(1) {
          padding: 0 10px 0 20px; }
        .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form div:nth-child(2) {
          padding: 0 20px 0 10px; }
        .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form div {
          width: 50%; }
          .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form div input {
            width: 75%;
            margin: 0 0 20px 0;
            padding: 10px 0 10px 10px;
            border: 1px solid #ddd;
            font-size: 0.6em; }
          .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form div select {
            width: 80%;
            margin: 0 0 20px 0;
            padding: 10px 0 10px 10px;
            border: 1px solid #ddd;
            font-size: 0.6em;
            font-family: 'Cantarell', sans-serif; }
          .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form div button {
            float: right;
            width: 50%; }
    .torso .main-evaluation section.evaluation div.container div.group div.evaluation-right-column {
      width: 60%;
      padding: 0 0 0 20px; }
      .torso .main-evaluation section.evaluation div.container div.group div.evaluation-right-column h4 {
        padding: 0 0 20px; } }
html.lt-ie9 .torso .main-evaluation {
  padding: 0; }
  html.lt-ie9 .torso .main-evaluation section.evaluation div.container h1 {
    padding: 0 5% 20px;
    font-size: 2.2em; }
  html.lt-ie9 .torso .main-evaluation section.evaluation div.container p {
    font-size: 1.35em; }
  html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column {
    width: 50%; }
    html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body {
      padding-left: 10px; }
      html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form div:nth-child(1) {
        padding: 0 10px 0 20px; }
      html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form div:nth-child(2) {
        padding: 0 20px 0 10px; }
      html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form div {
        width: 50%; }
        html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form div input {
          width: 75%;
          margin: 0 0 20px 0;
          padding: 10px 0 10px 10px;
          border: 1px solid #ddd;
          font-size: 0.6em; }
        html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form div select {
          width: 80%;
          margin: 0 0 20px 0;
          padding: 10px 0 10px 10px;
          border: 1px solid #ddd;
          font-size: 0.6em;
          font-family: 'Cantarell', sans-serif; }
        html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body form div button {
          float: right;
          width: 50%; }
  html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-right-column {
    width: 40%;
    padding: 0 0 0 20px; }
    html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-right-column h4 {
      padding: 0 0 20px; }

/**
*  
* TABLETS AND UP
*
*/
/**
*
* DESKTOPS AND UP
*  
*/
@media only screen and (min-width: 1025px) {
   h6 {
    display: block; }

  .torso .main-evaluation {
    padding: 0; }
    .torso .main-evaluation section.evaluation div.container h1 {
      padding: 0 5% 20px;
      font-size: 2.2em; }
    .torso .main-evaluation section.evaluation div.container p {
      font-size: 1em;
      }
    .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column {
      width: 35%;
      /*background-color: #f4f4f4;
      padding-bottom: 25px;*/}
      .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-header h3 {
        font-size: 1.5em; }
      .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body {
        padding-left: 20px; }
        .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body div {
          width: 50%; }
          .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body div input {
            width: 85%;
            margin: 0 0 20px 0;
            padding: 10px 0 10px 10px;
            font-size: 0.8em; }
          .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body div select {
            width: 90%;
            margin: 0 0 20px 0;
            padding: 10px 0 10px 10px;
            font-size: 0.8em; }
          .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body div button {
            float: right;
            width: 50%; }
    .torso .main-evaluation section.evaluation div.container div.group div.evaluation-right-column {
      width: 60%;
      padding: 0; }
      .torso .main-evaluation section.evaluation div.container div.group div.evaluation-right-column h4 {
        padding: 0 0 20px;
         } }
html.lt-ie9 .torso section {
  padding: 50px 0 0; }
html.lt-ie9 h6 {
  display: block; }
html.lt-ie9 .torso .main-evaluation {
  padding: 0; }
  html.lt-ie9 .torso .main-evaluation section.evaluation div.container h1 {
    padding: 0 5% 20px;
    font-size: 2.2em; }
  html.lt-ie9 .torso .main-evaluation section.evaluation div.container p {
    font-size: 1.35em; }
  html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column {
    width: 50%; }
    html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-header h3 {
      font-size: 1.5em; }
    html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body {
      padding-left: 20px; }
      html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body div {
        width: 50%; }
        html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body div input {
          width: 85%;
          margin: 0 0 20px 0;
          padding: 10px 0 10px 10px;
          font-size: 0.8em; }
        html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body div select {
          width: 90%;
          margin: 0 0 20px 0;
          padding: 10px 0 10px 10px;
          font-size: 0.8em; }
        html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-left-column div.evaluation-body div button {
          float: right;
          width: 50%; }
  html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-right-column {
    width: 40%;
    padding: 0; }
    html.lt-ie9 .torso .main-evaluation section.evaluation div.container div.group div.evaluation-right-column h4 {
      padding: 0 0 20px;
      cursor: pointer; }

.torso .main-resources header.resources {
  background-image: url(/img/resource-hero.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .torso .main-resources header.resources div.hero div {
    height: 200px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.6); }
    .torso .main-resources header.resources div.hero div h1 {
      text-align: center;
      color: white;
      font-size: 1.3em;
      font-weight: 400; }
    .torso .main-resources header.resources div.hero div p {
      text-align: center;
      color: white;
      font-size: 0.9em;
      font-weight: 300; }
      .torso .main-resources header.resources div.hero div p strong:nth-child(2) {
        font-style: italic; }
  .torso .main-resources header.resources div.bottom-banner {
    display: none;
    height: 175px;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5); }
    .torso .main-resources header.resources div.bottom-banner h3 {
      padding: 0 40px;
      padding-bottom: 20px;
      color: white;
      font-size: 1.4em; }
      .torso .main-resources header.resources div.bottom-banner h3 span {
        color: #f9d64f;
        font-weight: 600; }
    .torso .main-resources header.resources div.bottom-banner button {
      width: 100%;
      margin: 5px 0;
      padding: 20px 20px;
      text-transform: uppercase;
      color: white;
      border-radius: 0;
      background: #108c03;
      font-size: 1em;
      font-weight: 600;
      -webkit-transition: all 100ms ease;
      transition: all 100ms ease;
      width: 200px;
      padding: 15px 25px;
      border: none; }
      .torso .main-resources header.resources div.bottom-banner button a {
        color: white; }
      .torso .main-resources header.resources div.bottom-banner button a.button {
        padding: 15px 5px;
        font-size: 0.65em;
        width: 100%;
        margin: 5px 0;
        text-transform: uppercase;
        color: white;
        border-radius: 0;
        background: #108c03;
        font-weight: 600;
        border: none; }
    .torso .main-resources header.resources div.bottom-banner button:hover {
      opacity: 0.95; }

.torso .main-resources section.resource-search div.filter-results a.button {
  padding: 15px 5px;
  font-size: 0.65em;
  width: 100%;
  margin: 5px 0;
  text-transform: uppercase;
  color: white;
  border-radius: 0;
  background: #108c03;
  font-weight: 600;
  border: none; }
.torso .main-resources section.fast-filters {
  display: none; }
  .torso .main-resources section.fast-filters div div.link-panels {
    margin: 0 auto; }
    .torso .main-resources section.fast-filters div div.link-panels a {
      display: inline-block;
      width: 220px;
      height: 75px;
      margin: 0 10px 30px 0;
      padding: 20px;
      text-align: center;
      vertical-align: middle;
      color: black;
      background: #f9d64f;
      font-size: 0.95em;
      font-weight: 800;
      line-height: 1;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
    .torso .main-resources section.fast-filters div div.link-panels a:nth-last-child(1) {
      margin: 0 0 30px 0; }
    .torso .main-resources section.fast-filters div div.link-panels a:hover {
      color: white;
      background: #12618c;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
.torso .main-resources section.mobile-banner h3 span {
  color: #f9d64f; }
.torso .main-resources section.mobile-banner button {
  width: 100%;
  margin: 5px 0;
  padding: 20px 20px;
  text-transform: uppercase;
  color: white;
  border-radius: 0;
  background: #108c03;
  font-size: 1em;
  font-weight: 600; }
.torso .main-resources section.mobile-banner button a {
  color: white;
  border: none; }
.torso .main-resources section.resource-search {
  display: block;
  padding: 0;
  border-top: 1px #f4f4f4 solid; }
  .torso .main-resources section.resource-search div div.filters {
    display: none;
    float: left;
    /* needed to make sticky sidebar widget work */
    width: 31%;
    vertical-align: top;
    background: #f4f4f4;
    -webkit-box-shadow: inset -8px -1px 35px -12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset -8px -1px 35px -12px rgba(0, 0, 0, 0.3);
    box-shadow: inset -8px -1px 35px -12px rgba(0, 0, 0, 0.3); }
    .torso .main-resources section.resource-search div div.filters table {
      margin: 0; }
      .torso .main-resources section.resource-search div div.filters table td {
        border: 0;
        padding: 0; }
      .torso .main-resources section.resource-search div div.filters table tr:nth-child(even) td {
        background: none; }
    .torso .main-resources section.resource-search div div.filters p {
      padding-bottom: 0;
      margin-bottom: 0; }
    .torso .main-resources section.resource-search div div.filters label {
      /*text-transform: uppercase;*/
      display: inline-block;
      /*float: left;*/
      width: 75%;
      /*font-size: 0.9em;*/
      line-height: 1.2;
      text-transform: none;
      font-weight: normal;
      vertical-align: middle; }
    .torso .main-resources section.resource-search div div.filters .bold {
      font-weight: bold;
      margin-top: 30px; }
    .torso .main-resources section.resource-search div div.filters select {
      width: 70%;
      margin: 1em 20px 1em 0;
      padding: 10px 5px 10px 10px;
      cursor: pointer;
      border: none;
      border-radius: 0;
      background: url(/img/select-down-green.png) no-repeat 95% 50%, white;
      -webkit-box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.2);
      font-size: 0.9em;
      -webkit-appearance: none;
      moz-appearance: none; }
    .torso .main-resources section.resource-search div div.filters select:hover {
      color: #333333; }
    .torso .main-resources section.resource-search div div.filters span {
      display: block;
      line-height: 1.2; }
    .torso .main-resources section.resource-search div div.filters input[type="checkbox"] {
      display: inline-block;
      width: 20px;
      vertical-align: middle;
      -webkit-appearance: checkbox;
      -moz-appearance: checkbox;
      margin: 8px 6px; }
    .torso .main-resources section.resource-search div div.filters input[type="submit"] {
      margin-top: 15px; }
    .torso .main-resources section.resource-search div div.filters input[type="submit"]:last-child {
      margin-bottom: 40px; }
  .torso .main-resources section.resource-search div div.filter-results {
    display: table-cell;
    padding: 15px;
    background: white; }
    .torso .main-resources section.resource-search div div.filter-results div.group {
      width: 100%; }
    .torso .main-resources section.resource-search div div.filter-results div {
      float: left;
      padding: 20px 0;
      border-bottom: 1px #f4f4f4 solid; }
      .torso .main-resources section.resource-search div div.filter-results div div {
        padding: 0;
        border-bottom: none; }
        .torso .main-resources section.resource-search div div.filter-results div div button {
          width: 100%;
          margin: 5px 0;
          padding: 20px 20px;
          text-transform: uppercase;
          color: white;
          border-radius: 0;
          background: #108c03;
          font-size: 1em;
          font-weight: 600; }
        .torso .main-resources section.resource-search div div.filter-results div div button {
          border: none; }
      .torso .main-resources section.resource-search div div.filter-results div div:nth-child(1) {
        display: none;
        width: 8%;
        padding-top: 5px; }
      .torso .main-resources section.resource-search div div.filter-results div div:nth-child(2) {
        width: 100%;
        padding: 0 15px 0 5px;
        line-height: 1.2; }
        .torso .main-resources section.resource-search div div.filter-results div div:nth-child(2) h4 {
          padding-bottom: 6px;
          font-size: 1em;
          font-weight: 600; }
          .torso .main-resources section.resource-search div div.filter-results div div:nth-child(2) h4 a {
            color: #108c03; }
        .torso .main-resources section.resource-search div div.filter-results div div:nth-child(2) p {
          margin-bottom: 6px;
          line-height: 1.2; }
          .torso .main-resources section.resource-search div div.filter-results div div:nth-child(2) p span a {
            color: #108c03; }
      .torso .main-resources section.resource-search div div.filter-results div div:nth-child(3) {
        width: 100%; }
        .torso .main-resources section.resource-search div div.filter-results div div:nth-child(3) button {
          width: 100%;
          margin: 5px 0;
          padding: 20px 20px;
          text-transform: uppercase;
          color: white;
          border-radius: 0;
          background: #108c03;
          font-size: 1em;
          font-weight: 600; }
        .torso .main-resources section.resource-search div div.filter-results div div:nth-child(3) button {
          padding: 15px 5px;
          font-size: 0.65em; }
  .torso .main-resources section.resource-search div div.pagination {
    margin-left: 5%;
    border-bottom: none; }
    .torso .main-resources section.resource-search div div.pagination ul {
      display: block;
      margin: 0 auto;
      padding-left: 0;
      list-style: none; }
      .torso .main-resources section.resource-search div div.pagination ul li {
        display: inline; }
        .torso .main-resources section.resource-search div div.pagination ul li button {
          padding: 10px 15px;
          color: #606060;
          border: 1px rgba(96, 96, 96, 0.5) solid;
          border-radius: 0;
          background: white;
          background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.25));
          background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.25));
          background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.25)); }
      .torso .main-resources section.resource-search div div.pagination ul li.active button {
        color: #ffffff;
        border: none;
        background-color: #606060;
        background-image: none; }

/**
*
* TABLETS AND UP
*
*/
@media only screen and (min-width: 721px) {
  .torso .main-resources section.resource-search div div.filters {
    display: table-cell;
    padding: 20px; }
  .torso .main-resources section.resource-search div div.pagination {
    margin-left: 33.5%; } }
html.lt-ie9 .torso .main-resources section.resource-search div div.filters {
  display: table-cell;
  padding: 20px; }
html.lt-ie9 .torso .main-resources section.resource-search div div.pagination {
  margin-left: 33.5%; }

/**
*
* DESKTOPS AND UP
*
*/
@media only screen and (min-width: 1025px) {
  .torso .main-resources header.resources div.hero {
    padding: 50px 0 50px; }
    .torso .main-resources header.resources div.hero div {
      width: 750px;
      height: 100%;
      padding: 10px 10px 20px; }
      .torso .main-resources header.resources div.hero div h1 {
        padding-bottom: 0;
        text-align: center;
        font-size: 3.5em; }
      .torso .main-resources header.resources div.hero div p {
        margin-bottom: 0;
        text-align: center;
        font-size: 1.5em;
        line-height: 1.2; }
  .torso .main-resources header.resources div.bottom-banner {
    display: block; }
  .torso .main-resources section.fast-filters {
    display: block; }
  .torso .main-resources section.mobile-banner {
    display: none; }
  .torso .main-resources section.resource-search div div.filters {
    padding: 25px 0 0 13.5%; }
  .torso .main-resources section.resource-search div div.filter-results {
    padding: 25px 12% 25px 25px; }
    .torso .main-resources section.resource-search div div.filter-results div div:nth-child(1) {
      display: block;
      width: 8%; }
    .torso .main-resources section.resource-search div div.filter-results div div:nth-child(2) {
      width: 77%; }
    .torso .main-resources section.resource-search div div.filter-results div div:nth-child(3) {
      width: 12.5%; }
    .torso .main-resources section.resource-search div div.filter-results div a.button:hover {
      opacity: 0.8; }
  .torso .main-resources section.resource-search div div.pagination {
    margin-left: 33%; } }
html.lt-ie9 .torso .main-resources header.resources div.hero {
  padding: 50px 0 50px; }
  html.lt-ie9 .torso .main-resources header.resources div.hero div {
    width: 750px;
    height: 100%;
    padding: 10px 10px 20px; }
    html.lt-ie9 .torso .main-resources header.resources div.hero div h1 {
      padding-bottom: 0;
      text-align: center;
      font-size: 3.5em; }
    html.lt-ie9 .torso .main-resources header.resources div.hero div p {
      margin-bottom: 0;
      text-align: center;
      font-size: 1.5em;
      line-height: 1.2; }
html.lt-ie9 .torso .main-resources header.resources div.bottom-banner {
  display: block; }
html.lt-ie9 .torso .main-resources section.fast-filters {
  display: block; }
html.lt-ie9 .torso .main-resources section.mobile-banner {
  display: none; }
html.lt-ie9 .torso .main-resources section.resource-search div div.filters {
  padding: 25px 0 0 13.5%; }
html.lt-ie9 .torso .main-resources section.resource-search div div.filter-results {
  padding: 25px 12% 25px 25px; }
  html.lt-ie9 .torso .main-resources section.resource-search div div.filter-results div div:nth-child(1) {
    display: block;
    width: 8%; }
  html.lt-ie9 .torso .main-resources section.resource-search div div.filter-results div div:nth-child(2) {
    width: 77%; }
  html.lt-ie9 .torso .main-resources section.resource-search div div.filter-results div div:nth-child(3) {
    width: 12.5%; }
  html.lt-ie9 .torso .main-resources section.resource-search div div.filter-results div a.button:hover {
    opacity: 0.8; }
html.lt-ie9 .torso .main-resources section.resource-search div div.pagination {
  margin-left: 33%; }

.torso .main-support header.sales {
  background-image: url(../img/contactsales-hero.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .torso .main-support header.sales div.hero div.container {
    height: 200px;
    padding: 60px 40px;
    background-color: rgba(0, 0, 0, 0.6); }
    .torso .main-support header.sales div.hero div.container h1 {
      padding-bottom: 10px;
      text-align: center;
      color: white;
      font-family: 'Cantarell', sans-serif;
      font-size: 1.5em;
      font-weight: 400; }
    .torso .main-support header.sales div.hero div.container p {
      text-align: center;
      color: white;
      font-size: 1.5em;
      line-height: 1.75; }
.torso .main-support section.sales-info {
  margin: 0 auto; }
  .torso .main-support section.sales-info p {
    margin-bottom: 0.9em; }
    .torso .main-support section.sales-info p a {
      color: #108c03;
      font-weight: normal; }
      .torso .main-support section.sales-info p a:hover {
        text-decoration: underline; }
  .torso .main-support section.sales-info div {
    width: 100%; }
  .torso .main-support section.sales-info h2 {
    margin: 15px 0 15px 0;
    text-align: left;
    color: #323232;
    font-size: 1.7em;
    font-weight: 300; }
  .torso .main-support section.sales-info h3 {
    padding-bottom: 1.2em;
    text-align: left;
    color: #12618c;
    font-size: 1.2em;
    font-weight: 800; }
    .torso .main-support section.sales-info h3 span {
      color: #000;
      font-size: .8em;
      font-weight: 400; }
  .torso .main-support section.sales-info h3:first-of-type {
    padding-bottom: 0; }
  .torso .main-support section.sales-info a {
    color: #108c03;
    font-weight: normal; }
    .torso .main-support section.sales-info a:hover {
      text-decoration: underline; }
  .torso .main-support section.sales-info div.container {
    position: relative;
    max-width: 965px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px; }
  .torso .main-support section.sales-info div.info-left-column {
    float: left;
    width: 50% !important; }
    .torso .main-support section.sales-info div.info-left-column div {
      padding-top: 1.2em; }
      .torso .main-support section.sales-info div.info-left-column div img {
        display: none; }
      .torso .main-support section.sales-info div.info-left-column div ul {
        float: left;
        width: 50% !important;
        padding-left: 0;
        list-style-type: none; }
  .torso .main-support section.sales-info div.info-right-column {
    float: left;
    width: 50% !important;
    padding: 0 0 0 10px; }
    .torso .main-support section.sales-info div.info-right-column div.sales-list {
      float: none;
      overflow-x: hidden;
      width: 100% !important;
      padding: 30px 30% 30px 30px;
      border-left: 5px #f9d64f solid;
      background: white;
      -webkit-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
      -moz-box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3);
      box-shadow: -1px 0 9px 0 rgba(50, 50, 50, 0.3); }
      .torso .main-support section.sales-info div.info-right-column div.sales-list p {
        margin-bottom: 0; }
      .torso .main-support section.sales-info div.info-right-column div.sales-list ul.number-list {
        margin-bottom: 0;
        list-style-type: none; }
      .torso .main-support section.sales-info div.info-right-column div.sales-list ul {
        width: 100%;
        padding: 10px 0 0 0; }
        .torso .main-support section.sales-info div.info-right-column div.sales-list ul li {
          list-style-position: inside;
          text-indent: 0; }
          .torso .main-support section.sales-info div.info-right-column div.sales-list ul li span {
            color: #12618c;
            font-size: 1.5em;
            font-weight: bold; }
          .torso .main-support section.sales-info div.info-right-column div.sales-list ul li a {
            color: #108c03;
            font-weight: normal; }
            .torso .main-support section.sales-info div.info-right-column div.sales-list ul li a:hover {
              text-decoration: underline; }
.torso .main-support section.sales-info hr {
  margin: 3em auto 1.5em;
  border-top: 1px solid lightgrey; }
.torso .main-support section.sales-info h2 {
  margin-bottom: 0;
  text-align: left;
  color: #323232;
  font-size: 2em;
  font-weight: 200; }
.torso .main-support section.sales-info strong {
  font-size: 0.8em; }
.torso .main-support section.sales-info .text-input {
  float: none;
  width: 100%; }
.torso .main-support section.sales-info label {
  display: inline-block; }
.torso .main-support section.sales-info input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }
.torso .main-support section.sales-info input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }
.torso .main-support section.sales-info input[type="text"] {
  display: inline;
  width: 85%;
  margin: 0 0 0.5em 0.5em; }
.torso .main-support section.sales-info a {
  color: #108c03; }
.torso .main-support section.sales-info a.button {
  color: #fff;
  font-size: 0.95em;
  font-weight: 800;
  width: 300px;
  height: 65px;
  margin: 0 5px 10px 0;
  padding: 25px 0 0;
  text-align: center;
  vertical-align: middle; }
  .torso .main-support section.sales-info a.button:hover {
    text-decoration: none; }
.torso .main-support section.sales-info a.buttonwrap {
  padding: 15px 0 0; }
.torso .main-support section.sales-info select {
  width: 85%;
  margin-left: 1em;
  padding: 10px 5px 10px 10px;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: url(../img/select-down-green.png) no-repeat 95% 50%, white;
  -webkit-box-shadow: 2px 2px 1px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 1px -1px rgba(0, 0, 0, 0.2);
  font-size: 0.9em;
  -webkit-appearance: none;
  moz-appearance: none; }
.torso .main-support section.sales-info textarea {
  margin-left: 1em;
  width: 65%; }
.torso .main-support section.sales-info h3, .torso .main-support section.sales-info p {
  text-align: left; }
.torso .main-support section.sales-info h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: .5em;
  color: #12618c;
  font-size: 1.25em;
  font-weight: 600; }
.torso .main-support section.sales-info div.submit-action {
  height: 60px;
  vertical-align: bottom; }
  .torso .main-support section.sales-info div.submit-action p {
    font-size: 1em;
    font-weight: 600;
    line-height: 2; }
    .torso .main-support section.sales-info div.submit-action p span {
      margin: 0 20px 0 0;
      color: #12618c;
      font-size: 1.50em;
      font-weight: 600; }
    .torso .main-support section.sales-info div.submit-action p input[type="submit"] {
      margin-left: 1em; }

@media only screen and (min-width: 1025px) {
  .torso .main-support header.sales div.hero {
    padding: 40px 0; }
    .torso .main-support header.sales div.hero div.container {
      width: 750px;
      /*height: 250px;*/
      padding: 30px; }
      .torso .main-support header.sales div.hero div.container h1 {
        font-size: 4em; }
  .torso .main-support section.sales-info div.container div.info-left-column {
    float: left;
    width: 60%; }
    .torso .main-support section.sales-info div.container div.info-left-column div img {
      display: block;
      float: left;
      width: 12%;
      padding-right: 2em; }
    .torso .main-support section.sales-info div.container div.info-left-column div ul {
      width: 88%; }
  .torso .main-support section.sales-info div.container div.info-right-column {
    float: left;
    width: 40%;
    padding: 0 0 0 0; }
    .torso .main-support section.sales-info div.container div.info-right-column div.sales-list ul li {
      text-indent: 0; }
  .torso .main-support .unTommy div {
    width: 100% !important;
    padding: 0 !important; }
  .torso .main-support section.quote-request div.detailed-form-2 {
    display: none;
    width: 100%;
    height: 60px;
    margin: 1em 0 1em 2em;
    padding: 10px;
    background: rgba(16, 140, 3, 0.2); }
    .torso .main-support section.quote-request div.detailed-form-2 span {
      margin: 0 20px 0 0;
      font-weight: 400; }
  .torso .main-support section.quote-request div.detailed-form-5 {
    display: none;
    width: 100%;
    height: 60px;
    margin: 1em 0 1em 2em;
    padding: 10px;
    background: rgba(16, 140, 3, 0.2); }
    .torso .main-support section.quote-request div.detailed-form-5 span {
      margin: 0 20px 0 0;
      font-weight: 400; }
  .torso .main-support section.quote-request strong {
    font-size: 1em; }
  .torso .main-support section.quote-request .text-input {
    float: left;
    width: 50%; }
  .torso .main-support section.quote-request input[type="radio"] {
    margin: 0 0 1em 0; }
  .torso .main-support section.quote-request input[type="text"] {
    width: 40%;
    margin: 0 0 0.5em 1em; }
  .torso .main-support section.quote-request select {
    width: 40%;
    margin: 0 20px 0 0; }
  .torso .main-support section.quote-request div.submit-action p button {
    float: right;
    width: 30%;
    font-size: 0.7em; } }
html.lt-ie9 .torso .main-support header.sales div.hero {
  padding: 40px 0; }
  html.lt-ie9 .torso .main-support header.sales div.hero div.container {
    width: 750px;
    /*height: 250px;*/
    padding: 30px; }
    html.lt-ie9 .torso .main-support header.sales div.hero div.container h1 {
      font-size: 4em; }
html.lt-ie9 .torso .main-support section.sales-info div.container div.info-left-column {
  float: left;
  width: 60%; }
  html.lt-ie9 .torso .main-support section.sales-info div.container div.info-left-column div img {
    display: block;
    float: left;
    width: 12%;
    padding-right: 2em; }
  html.lt-ie9 .torso .main-support section.sales-info div.container div.info-left-column div ul {
    width: 88%; }
html.lt-ie9 .torso .main-support section.sales-info div.container div.info-right-column {
  float: left;
  width: 40%;
  padding: 0 0 0 0; }
  html.lt-ie9 .torso .main-support section.sales-info div.container div.info-right-column div.sales-list ul li {
    text-indent: 0; }
html.lt-ie9 .torso .main-support .unTommy div {
  width: 100% !important;
  padding: 0 !important; }
html.lt-ie9 .torso .main-support section.quote-request div.detailed-form-2 {
  display: none;
  width: 100%;
  height: 60px;
  margin: 1em 0 1em 2em;
  padding: 10px;
  background: rgba(16, 140, 3, 0.2); }
  html.lt-ie9 .torso .main-support section.quote-request div.detailed-form-2 span {
    margin: 0 20px 0 0;
    font-weight: 400; }
html.lt-ie9 .torso .main-support section.quote-request div.detailed-form-5 {
  display: none;
  width: 100%;
  height: 60px;
  margin: 1em 0 1em 2em;
  padding: 10px;
  background: rgba(16, 140, 3, 0.2); }
  html.lt-ie9 .torso .main-support section.quote-request div.detailed-form-5 span {
    margin: 0 20px 0 0;
    font-weight: 400; }
html.lt-ie9 .torso .main-support section.quote-request strong {
  font-size: 1em; }
html.lt-ie9 .torso .main-support section.quote-request .text-input {
  float: left;
  width: 50%; }
html.lt-ie9 .torso .main-support section.quote-request input[type="radio"] {
  margin: 0 0 1em 0; }
html.lt-ie9 .torso .main-support section.quote-request input[type="text"] {
  width: 40%;
  margin: 0 0 0.5em 1em; }
html.lt-ie9 .torso .main-support section.quote-request select {
  width: 40%;
  margin: 0 20px 0 0; }
html.lt-ie9 .torso .main-support section.quote-request div.submit-action p button {
  float: right;
  width: 30%;
  font-size: 0.7em; }

/* basic */
.torso .main .alert-heading a {
  color: #108c03;
  font-weight: bold; }
.torso .main header.fourohfour {
  background-image: url(../img/404_hero_bg.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  height: 100px; }
.torso .main .fourohfour div.gcse, .torso .main .cse-search-results div.gcse {
  width: 85% !important; }
  .torso .main .fourohfour div.gcse table.gsc-search-box td, .torso .main .cse-search-results div.gcse table.gsc-search-box td {
    border: none; }
  .torso .main .fourohfour div.gcse .gsc-branding-img, .torso .main .fourohfour div.gcse .gsc-branding-text, .torso .main .cse-search-results div.gcse .gsc-branding-img, .torso .main .cse-search-results div.gcse .gsc-branding-text {
    display: none; }
  .torso .main .fourohfour div.gcse input.gsc-input, .torso .main .cse-search-results div.gcse input.gsc-input {
    height: 1.8em;
    margin-bottom: .4em; }
  .torso .main .fourohfour div.gcse h3.lt, .torso .main .cse-search-results div.gcse h3.lt {
    text-align: left; }
.torso .main select {
      background-color: white;
    box-shadow: none;
    font: bold 12px "Cantarell";
    color: #4cc4d1;
    border: 0;
    margin: 0;
    border-radius: 3px;
    padding-right: 25px;
    padding-left: 10px;
    height: 35px;
    border: 1px solid #a7a9ab;
    text-transform: uppercase;
    text-overflow: '';
    -webkit-appearance: button;
    cursor: pointer;
    transition: all 0.3s;
    -moz-appearance: none;
    text-indent: 0.01px;
    box-shadow: none; }
.torso .main select:hover {
  color: #126b79;
  border-color: #126b79;
  font-family: 'Cantarell', sans-serif; }
.torso .main input[type="text"], .torso .main textarea {
  display: inline-block; }

/* larger */
@media only screen and (min-width: 721px) {
  .torso .main header.fourohfour {
    background-image: url(../img/404_hero_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 270px; }

  .torso .main table.partnerlayout input[type="text"] {
    display: block; }

  .primary-navigation {
    position: relative;
    z-index: 10000; }

  dl.country-sel {
    margin-bottom: 0px; }

  .country-sel dt {
    padding-right: 5px;
    margin-bottom: 0px; }

  .country-sel dd, .country-sel ul {
    margin: 0px;
    padding: 0px; }

  .country-sel dd {
    position: relative; }

  .country-sel a, .country-sel a:visited {
    text-decoration: none;
    outline: none; }

  .country-sel a:hover {
    color: #333; }

  .country-sel dt a:hover {
    color: #666; }

  .country-sel dt a {
    background: transparent url(../img/select-down-green.png) no-repeat scroll 95% center;
    display: block;
    padding-right: 30px;
    border: none; }

  .country-sel dt a span {
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 2px 5px; }

  .country-sel dd ul {
    background: #fff none repeat scroll 0 0;
    margin-top: 0px !important;
    border: none;
    color: #000;
    display: none;
    border: 1px solid #ccc;
    padding-top: 15px;
    left: 5px;
    position: absolute;
    top: 2px;
    width: auto;
    list-style: none; }

  .country-sel dd ul li a {
    padding: 5px;
    display: block; } }
html.lt-ie9 .torso .main header.fourohfour {
  background-image: url(../img/404_hero_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: 270px; }
html.lt-ie9 .torso .main table.partnerlayout input[type="text"] {
  display: block; }
html.lt-ie9 .primary-navigation {
  position: relative;
  z-index: 10000; }
html.lt-ie9 dl.country-sel {
  margin-bottom: 0px; }
html.lt-ie9 .country-sel dt {
  padding-right: 5px;
  margin-bottom: 0px; }
html.lt-ie9 .country-sel dd, html.lt-ie9 .country-sel ul {
  margin: 0px;
  padding: 0px; }
html.lt-ie9 .country-sel dd {
  position: relative; }
html.lt-ie9 .country-sel a, html.lt-ie9 .country-sel a:visited {
  text-decoration: none;
  outline: none; }
html.lt-ie9 .country-sel a:hover {
  color: #333; }
html.lt-ie9 .country-sel dt a:hover {
  color: #666; }
html.lt-ie9 .country-sel dt a {
  background: transparent url(../img/select-down-green.png) no-repeat scroll 95% center;
  display: block;
  padding-right: 30px;
  border: none; }
html.lt-ie9 .country-sel dt a span {
  cursor: pointer;
  display: block;
  font-weight: normal;
  padding: 2px 5px; }
html.lt-ie9 .country-sel dd ul {
  background: #fff none repeat scroll 0 0;
  margin-top: 0px !important;
  border: none;
  color: #000;
  display: none;
  border: 1px solid #ccc;
  padding-top: 15px;
  left: 5px;
  position: absolute;
  top: 2px;
  width: auto;
  list-style: none; }
html.lt-ie9 .country-sel dd ul li a {
  padding: 5px;
  display: block; }
/**********************************  Ipswitch FT PPC Landing Video CSS********************************/
.masonry-brick.loaded {
    visibility: visible
}

 .resource-item {
    border: 1px solid #d1d2d4;
    margin-bottom: 28px;
    transition: all .3s
}

@media screen and (max-width: 650px) {
.resource-item.half {
   width:100%
    }
}

@media screen and (min-width: 651px) {
.resource-item.half {
   width:100%
    }
}

@media screen and (min-width: 1200px) {
.resource-item.half {
   width:100%
    }
}

 .resource-item.half .item-title {
    max-width: 260px
}

 .resource-item.full {
    width: 100%
}

@media screen and (min-width: 651px) {
.resource-item.full {
   width:100%
    }
}

@media screen and (min-width: 1200px) {
.resource-item.full {
   width:64%
    }
}

 .resource-item.full .item-content .content-inner {
    width: 100%;
    left: 0;
    padding: 20px
}

 .resource-item.two-height .item-content {
    height: 600px
}

 .resource-item.two-height .item-content .content-inner {
    bottom: 50px;
    width: 100%;
    left: 0;
    padding: 20px
}

 .resource-item.two-height .item-title {
    max-width: inherit;
    line-height: 30px
}

 .resource-item .item-content {
    height: 260px;
    position: relative;
    background-color: rgba(0,0,0,.3);
    padding: 20px;
    display: block;
    overflow: hidden;
    opacity: .9;
}

 .resource-item .item-content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s
}

 .resource-item .item-content:hover:before {
    background-color: rgba(0,0,0,.5)
}

 .resource-item .item-content:hover .item-category.red span {
    background-color: #f0554c
}

 .resource-item .item-content:hover .image-container {
    transition: all 20s cubic-bezier(.19,1,.22,1)
}

 .resource-item .item-content .image-container {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .5s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

 .resource-item .item-content .content-inner {
    position: absolute;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
.resource-item .item-content .content-inner {
   bottom:10px
    }
}

 .resource-item .item-content p {
    margin: 0
}

 .resource-item .item-content .item-category {
    margin-bottom: 10px
}

 .resource-item .item-content .item-category span {
    font: 700 10px Gotham;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #fff;
    display: inline-block;
    padding: 2px 13px 0;
    line-height: 17px;
    background-color: rgba(0,0,0,.35);
    transition: all .3s
}

 .resource-item .item-link {
    width: 100%;
    background: #fff;
    height: 50px;
    padding: 17px 0 15px 20px
}

 .resource-item .item-link a {
    font: 700 12px Gotham;
    color: #4cc4d1;
    text-transform: uppercase;
    margin-right: 15px
}

 .resource-item .item-title {
    color: #fff;
    margin-bottom: 10px
}

@media screen and (max-width: 1024px) {
.resource-item .item-title {
   font:700 16px Gotham
    }
}

@media screen and (min-width: 1025px) {
.resource-item .item-content .content-inner {
   bottom:20px
    }

.resource-item .item-title {
   font: 700 18px Gotham
    }
}
.white-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(255,255,255,.97);
    overflow-y: scroll;
    z-index: -10;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .5s cubic-bezier(.465,.183,.153,.946),opacity .5s cubic-bezier(.465,.183,.153,.946);
    transition: transform .5s cubic-bezier(.465,.183,.153,.946),opacity .5s cubic-bezier(.465,.183,.153,.946)
}

.white-modal.visible {
    z-index: 20
}

.white-modal.open {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .5s cubic-bezier(.465,.183,.153,.946),opacity .5s cubic-bezier(.465,.183,.153,.946);
    transition: transform .5s cubic-bezier(.465,.183,.153,.946),opacity .5s cubic-bezier(.465,.183,.153,.946)
}

.white-modal .close-container {
    width: 100%;
    overflow: auto;
    padding: 15px
}

.white-modal .close-icon {
    width: 35px;
    height: 35px;
    float: right;
    cursor: pointer
}

@media screen and (min-width: 800px) {
    .white-modal .close-icon {
        width:45px;
        height: 45px
    }
}

.white-modal .close-icon svg {
    height: 100%;
    width: 100%;
    fill: #d0d1d2;
    transition: fill .3s;
}

.white-modal .close-icon:hover svg {
    fill: #4cc4d1;
}

.white-modal .white-modal-inner {
    padding: 15px;
    position: relative;
    height: calc(100% - 75px);
}

.white-modal .white-modal-inner .shell {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    width: 800px;
    max-width: 100%;
    padding-bottom: 75px;
    text-align: center;
}

.white-modal .white-modal-inner .shell * {
    position: relative;
}

.cta-form .white-modal-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.link-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
@media screen and (max-width: 568px) {
    .table-section {
        padding-top:30px
    }
}

/*@media screen and (min-width: 569px) {
    .table-section {
        padding:90px
    }
}

@media screen and (max-width: 1024px) {
    .table-section .desktop-table {
        display:none
    }*/

    .table-section .table-header-row .table-cell {
        text-align: center
    }
/*}*/

@media screen and (min-width: 1025px) {
    .table-section .mobile-table {
        display:none
    }
}

.table-section .check,.table-section .table-cell span {
    display: inline-block;
    vertical-align: middle
}

.table-section h2 {
    text-align: center;
    margin-bottom: 40px
}

.table-section .table {
    width: 100%;
    border: 2px solid #dfdfe1;
    table-layout: fixed
}

.table-section .table-header-row {
    background-color: #016a77
}

.table-section .table-header-row .table-cell {
    padding: 23px 5px
}

.table-section .table-header-row .table-cell span {
    display: inline-block;
    color: #fff;
    vertical-align: middle
}

@media screen and (max-width: 1024px) {
    .table-section .table-header-row .table-cell span {
        font:400 18px Gotham
    }
}

@media screen and (min-width: 1025px) {
    .table-section .table-header-row .table-cell span {
        font:400 20px Gotham
    }
}

.table-section .table-header-row .table-cell.left {
    padding-left: 25px
}

.table-section .table-row:nth-of-type(odd) .table-cell {
    background-color: #f1f1f1;
    font-size: 16px;
    letter-spacing: 1px
}

@media screen and (max-width: 1024px) {
    .table-section .table-cell {
        text-align:left;
        padding: 12px 15px 11px
    }

    .table-section .table-cell span {
        font: 400 14px Gotham;
        line-height: 14px
    }
}

@media screen and (min-width: 1025px) {
    .table-section .table-cell {
        text-align:center;
        width: 20%;
        border-left: 2px solid #dfdfe1;
        padding: 10px 25px
    }

    .table-section .table-cell span {
        font: 400 16px Gotham
    }
}

.table-section .table-cell.left {
    text-align: left;
    width: 60%
}

.table-section .table-cell span {
    color: #404041
}

@media screen and (max-width: 1024px) {
    .table-section .check {
        height:20px;
        width:20px;
        margin-right: 7px
    }
}

@media screen and (min-width: 1025px) {
    .table-section .check {
        height:30px;
        width: 30px
    }
}

.table-section .check .check-mark {
    width: inherit;
    height: inherit;
    transition: opacity .3s
}

.table-section .table-headers-container {
    background-color: #016a77
}

.table-section .table-content-container,.table-section .table-content-container .table-content-rotator {
    position: relative
}

.table-section .table-content-container .flex-direction-nav a {
    margin: 0;
    top: 17px;
    color: #fff;
    height: 35px;
    width: 35px
}
.table-section .table-content-container .flex-direction-nav a:before {
    color: #fff;
    font-size: 25px;
    margin-top: 7px
}

.table-section .table-content-container .custom-directional-nav {
    position: absolute;
    top: 33px;
    width: 100%
}

.table-section .table-content-container .custom-directional-nav .left,.table-section .table-content-container .custom-directional-nav .right {
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
    z-index: 2
}

.table-section .table-content-container .custom-directional-nav .left {
    left: 10px
}
.logo-container svg {
    width: 100%;
    height: 100%;
    fill: #0c6b79;
}