 html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
.video-preview {
   width:100%;
   height:auto;
}
@media screen and (min-width:450px){
.video-preview {
box-sizing: border-box;
padding-left: 15px;
}
}
select,
input,
textarea,
button {
    font: 99% sans-serif;
}
pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}
a:hover,
a:active {
    outline: none;
}
ul,
ol {
    margin-left: 10px;
}
ol {
    list-style-type: decimal;
    margin-left: 23px;
}
nav ul,
nav li {
    margin: 0;
    list-style: none;
    list-style-image: none;
}
small {
    font-size: 85%;
}
strong,
th {
    font-weight: bold;
}
td {
    vertical-align: top;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 15px;
}
textarea {
    overflow: auto;
}
.ie6 legend,
.ie7 legend {
    margin-left: -7px;
}
input[type="radio"] {
    vertical-align: text-bottom;
}
input[type="checkbox"] {
    vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}
.ie6 input {
    vertical-align: text-bottom;
}
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
    cursor: pointer;
}
button,
input,
select,
textarea {
    margin: 0;
}
input:invalid,
textarea:invalid {
    border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red;
    -webkit-box-shadow: 0px 0px 5px red;
    box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f0dddd;
}
button {
    width: auto;
    overflow: visible;
}
.ie7 img {
    -ms-interpolation-mode: bicubic;
}
body,
select,
input,
textarea {
    color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}
a,
a:active,
a:visited {
    color: #2175ff;
    outline: none;
}
a:hover {
    color: #036;
    outline: none;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0px;
    font-size: 1px;
}
img {
    display: block;
    height: auto;
}
input[placeholder] {
    text-overflow: ellipsis;
}
input::-moz-placeholder {
    text-overflow: ellipsis;
}
input:-moz-placeholder {
    text-overflow: ellipsis;
}
input:-ms-input-placeholder {
    text-overflow: ellipsis;
}
/* color */
/* Background */
/* border */
.logos-bg {
    background: #f1f1f1;
}
.gray-bg {
    background: #ebebeb;
}
.black-bg {
    background: #000000;
}
.green-bg {
    background: #1cb435;
}
body {
    background: #ffffff;
    font: normal 400 14px/120% 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
}
input,
textarea,
select {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}
input {
    outline: none;
}
.container {
    max-width: 1001px;
    padding: 0 20px;
    margin: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/* box-sizing */
.box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* border-radius */
/* box-shadow */
/* Border */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 120%;
}
h1 {
    font: normal 500 120px/120% 'Roboto', sans-serif;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
a {
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    outline: none;
}
a:focus {
    text-decoration: none;
    outline: none;
}
b,
strong {
    font-weight: bold;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: #b2b2b2;
}
::-moz-placeholder {
    opacity: 1;
    color: #b2b2b2;
}
/* Firefox 19+ */
:-moz-placeholder {
    opacity: 1;
    color: #b2b2b2;
}
/* Firefox 18- */
:-ms-input-placeholder {
    opacity: 1;
    color: #b2b2b2;
}
/* imagesDir */
/*@base-url:"http://houston/24624/markup/public";*/
/*less*/
/*css*/
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.center {
    text-align: center;
}
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=checkbox] + label:before {
    content: 'check';
    font-family: "Material Icons";
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    font-size: 146%;
    color: transparent;
    border: 1px solid #818181;
    vertical-align: text-bottom;
    margin-right: 10px;
}
input[type=checkbox]:checked + label:before {
    color: #1cb435;
}
.btn {
    display: inline-block;
    padding: 0 35px;
    transition: 1s;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn.btn-default {
    background: #000000;
    color: #ffffff;
    font: normal 600 25px/58px 'Roboto', sans-serif;
}
.btn.btn-info {
    background: #1cb435;
    color: #ffffff;
    padding: 29px 48px;
    font: normal 600 30px/30px 'Roboto', sans-serif;
}
.btn.btn-primary {
    text-align: center;
    font: normal 700 36px/36px 'Roboto', sans-serif;
    background: #000000;
    color: #ffffff;
    display: block;
    padding: 29px 10px 33px;
}
.btn.btn-success {
    font: normal 400 36px/60px 'Roboto', sans-serif;
    background: none;
    color: #ffffff;
    border: 4px solid #ffffff;
}
.btn.next {
    font: normal 400 36px/40px 'Roboto', sans-serif;
    background: #f4f4f4;
    color: #000000;
    padding: 13px 67px;
}
.btn.btn-small {
    font: normal 700 18px/36px 'Roboto', sans-serif;
    padding: 0px 5px;
}
.btn.btn-medium {
    font: normal 500 24px/125% 'Roboto', sans-serif;
    padding: 16px 50px;
}
.btn.btn-warning {
    background: #f2f2f2;
    color: #000000;
    font: normal 700 18px/125% 'Roboto', sans-serif;
    padding: 16px 5px;
    text-align: center;
    width: 100%;
    border: 1px solid #909090;
}
.btn:hover {
    text-decoration: none;
    background: #959595;
}
.btn.more {
    font: normal 700 24px/46px 'Roboto', sans-serif;
    padding: 10px 96px 10px 25px;
    width: 100%;
    text-align: left;
    margin-bottom: 31px;
}
.btn.more:before {
    right: 61px;
    font-size: 33px;
    line-height: 46px;
    bottom: 10px;
}
.btn.more:hover {
    text-decoration: none;
}
.btn.more:hover:before {
    right: 21px;
}
.btn-group .btn {
    margin-bottom: 23px;
}
.more {
    font: normal 400 24px/46px 'Roboto', sans-serif;
    padding: 0 96px 0 0;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}
.more:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Material Icons";
    font-size: 60px;
    line-height: 46px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    transition: 0.8s;
}
.more:hover {
    text-decoration: none;
}
.more:hover:before {
    right: 20px;
}
.view {
    font: normal 400 30px/105% 'Roboto', sans-serif;
    padding: 20px 0 0 79px;
    margin-bottom: 15px;
    display: inline-block !important;
    position: relative;
}
.view:before {
    color: #1cb435;
    content: '';
    position: absolute;
    left: -5px;
    top: 0;
    font-family: "Material Icons";
    font-size: 65px;
    line-height: 65px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    transition: 0.8s;
}
.view:hover {
    text-decoration: none;
}
.view:hover:before {
    color: #2175ff;
}
.view.open:before {
    content: '';
}
.view.black-link {
    color: #000000;
    font: normal 400 24px/105% 'Roboto', sans-serif;
    padding: 14px 0 0 69px;
}
.view.black-link:before {
    color: #000000;
}
.view.black-link:hover {
    text-decoration: none;
}
.view.black-link:hover:before {
    color: #2175ff;
}
.view .footnote-box {
    display: block;
    font: normal 400 18px/120% 'Roboto', sans-serif;
}
.buttons-box .btn {
    font: normal 500 24px/120% 'Roboto', sans-serif;
    display: inline;
    margin-bottom: 15px;
    text-align: center;
    padding: 5px 10px;
    width: 48.6%;
    text-transform: uppercase;
    float: right;
}
.buttons-box .btn:first-child {
    float: left;
}
h2 .more {
    font: normal 400 60px/60px 'Roboto', sans-serif;
    margin-bottom: 15px;
}
h2 .more:before {
    font-size: 68px;
}
.white-link {
    color: #ffffff !important;
}
.btn-close,
.cart-close-btn,
.remove {
    display: block;
    background: url("../images/icons/close-icon.png") no-repeat top center;
    border: none;
    height: 31px;
    width: 31px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    right: 22px;
    top: 88px;
}
.btn-close:hover,
.cart-close-btn:hover,
.remove:hover {
    opacity: 0.6;
}
.remove {
    background-size: contain;
    height: 20px;
    width: 20px;
}
@media only screen and (max-width: 950px) {
    h2 .more {
        font: normal 400 50px/50px 'Roboto', sans-serif;
    }
}
@media only screen and (max-width: 768px) {
    .btn {
        text-align: center;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    h2 .more {
        font: normal 400 40px/40px 'Roboto', sans-serif;
    }
    .view {
        font: 400 20px/105% "Roboto", sans-serif;
        margin-bottom: 15px;
        padding: 12px 0 0 49px;
    }
    .view:before {
        font-size: 45px;
        line-height: 45px;
    }
    .view.black-link {
        font-size: 18px;
        padding: 7px 0 0 41px;
    }
    .view.black-link:before {
        left: -2px;
        font-size: 35px;
        line-height: 35px;
    }
    .view .footnote-box {
        font-size: 14px;
    }
    .buttons-box .btn.btn-info {
        font-size: 18px;
    }
}
@media only screen and (max-width: 640px) {
    .btn.btn-info {
        font-size: 24px;
        padding: 10px 5px;
    }
    .btn.btn-small {
        font: normal 600 18px/26px 'Roboto', sans-serif;
        padding: 12px 5px;
    }
    .btn.btn-success {
        font: 400 24px/36px "Roboto", sans-serif;
    }
    .btn.more {
        padding: 0 90px 0 20px;
    }
    .btn.more:before {
        line-height: 27px;
    }
    .more {
        padding: 0 60px 0 0;
        font-size: 21px;
    }
    .more:before {
        font-size: 33px;
    }
    h2 .more {
        font-size: 30px;
    }
    h2 .more:before {
        font-size: 45px;
        line-height: 40px;
    }
    .view {
        font: 400 20px/105% "Roboto", sans-serif;
        margin-bottom: 15px;
        padding: 12px 0 0 49px;
    }
    .view:before {
        font-size: 45px;
        line-height: 45px;
    }
    .view.black-link {
        font-size: 16px;
        padding: 6px 0 0 35px;
    }
    .view.black-link:before {
        left: -3px;
        font-size: 30px;
        line-height: 30px;
    }
    .view .footnote-box {
        font-size: 12px;
    }
    .buttons-box .btn.btn-info {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    .view {
        font-size: 16px;
        margin-bottom: 5px;
        padding: 6px 0 0 35px;
    }
    .view:before {
        font-size: 30px;
        line-height: 30px;
        left: 0px;
    }
    .view.black-link {
        font-size: 16px;
        padding: 6px 0 0 35px;
    }
    .view.black-link:before {
        left: 1px;
        font-size: 30px;
        line-height: 30px;
    }
    .view .footnote-box {
        font-size: 12px;
    }
}
.table {
    margin-bottom: 20px;
    width: 100%;
}
.table th {
    padding: 7px 17px;
}
.table th:first-child {
    text-align: left;
}
.table td {
    vertical-align: middle;
    text-align: left;
    font: normal 400 18px/24px 'Roboto', sans-serif;
}
.table td strong {
    font-weight: 500;
}
.table td:last-child, .table th:last-child {
    text-align: center;
}
.table .material-icons {
    display: block;
    color: #1cb435;
    font-size: 37px;
    line-height: 24px;
}
.table .material-icons:hover {
    color: #2175ff;
    text-decoration: none;
}
.table.title-center th:first-child {
    text-align: center;
}
.table.table-center th {
    text-align: center;
}
.table.table-center th:first-child {
    text-align: left;
}
.table.table-center td {
    text-align: center;
}
.table.table-center td:first-child {
    text-align: left;
}
.table-striped > thead > tr > th {
    background: #474747;
    color: #ffffff;
    font: normal 400 20px/100% 'Roboto', sans-serif;
}
.table-striped > tbody > tr td {
    padding: 9px 17px;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f1f1f1;
}
.table-striped > tbody > tr:nth-of-type(2n+1) td {
    padding: 15px 17px;
}
@media only screen and (max-width: 768px) {
    .table {
        margin-bottom: 10px;
    }
    .table th {
        padding: 7px 10px;
    }
    .table td {
        font-size: 16px;
    }
    .table .material-icons {
        font-size: 30px;
        line-height: 20px;
    }
    .table-striped > thead > tr > th {
        font-size: 16px;
    }
    .table-striped > tbody > tr td {
        padding: 5px 10px;
    }
    .table-striped > tbody > tr:nth-of-type(2n+1) td {
        padding: 10px;
    }
}
@media only screen and (max-width: 640px) {
    .table td {
        font-size: 14px;
    }
    .table .material-icons {
        font-size: 22px;
        line-height: 20px;
    }
    .table-striped > thead > tr > th {
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px) {
    .table td {
        font-size: 12px;
        line-height: 14px;
    }
    .table .material-icons {
        font-size: 20px;
        line-height: 18px;
    }
    .table-striped > thead > tr > th {
        font-size: 12px;
    }
}
header {
    position: relative;
    z-index: 1010;
    height: 73px;
}
header .header-wrapper {
    display: table;
    width: 100%;
}
header .top-column {
    display: table-cell;
    vertical-align: middle;
}
header .top-column a:hover {
    text-decoration: none;
}
header .coll-box {
    float: left;
    display: inline;
}
header .coll-box span {
    color: #1cb435;
}
header .coll-box h3 {
    font: normal 700 18px/43px 'Roboto', sans-serif;
    text-transform: uppercase;
    margin: 0;
}
header .logo {
    display: block;
    margin: 9px auto 0;
    width: 237px;
}
header .logo img {
    max-width: 100%;
}
header .header-title {
    background: #000000;
    display: block;
    padding: 9px 0 6px;
    position: relative;
    height: 59px;
}
header h1,
header h2,
header h3,
header h4,
header h5,
header h6,
header li,
header a,
header p {
    color: #ffffff;
}
header a:hover {
    color: #ffffff;
}
@media only screen and (max-width: 640px) {
    header .logo {
        margin: 0;
        width: 180px;
    }
    header .logo a {
        width: 180px;
        display: table-cell;
        height: 43px;
        vertical-align: middle;
    }
    header .logo a img {
        width: 100%;
    }
    header .coll-box {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    header .logo {
        width: 100px;
    }
    header .logo a {
        width: 100px;
    }
}
header .header-title {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
}
header .nav-top {
    overflow: hidden;
    float: right;
}
header .nav-top ul {
    list-style: none;
    margin: 0 -10px;
}
header .nav-top ul li {
    position: relative;
    padding: 0 10px;
    line-height: 1px;
    float: left;
}
header .nav-top ul li a {
    font: normal 700 14px/35px 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    text-transform: uppercase;
    color: #ffffff;
}
header .nav-top ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    height: 12px;
    width: 1px;
    background: #ffffff;
}
header .nav-top ul li:hover a {
    color: #1cb435;
    text-decoration: none;
}
header .nav-top ul li:hover a.search {
    color: #1cb435;
}
header .nav-top ul li.current a {
    color: #1cb435;
}
header .nav-top ul li.current a.search {
    color: #1cb435;
}
header .nav-top .search {
    height: 35px;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    width: 35px;
    position: relative;
}
header .nav-top .search:before {
    content: '';
    text-indent: 0;
    font-family: "Material Icons";
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -19px;
    line-height: 35px;
}
header .nav-top .navbar-toggle {
    padding-right: 52px;
    position: relative;
}
header .nav-top .navbar-toggle:before {
    content: '';
    font-family: "Material Icons";
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 52px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 35px;
}
header .nav-box {
    position: fixed;
    top: 0;
    padding: 73px 0 0;
    float: right;
    width: 309px;
    right: -309px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    z-index: 1000;
}
header .nav-box.navbar-open {
    right: 0;
}
header .nav-box nav {
    padding-top: 18px;
    margin: 0;
    display: block;
}
header .nav-box nav li > a {
    padding: 15px 10px 15px 29px;
    display: block;
    font: normal 700 24px/24px 'Roboto', sans-serif;
    color: #909090;
}
header .nav-box nav li > a:hover {
    text-decoration: none;
}
header .nav-box nav li ul {
    display: block;
    padding-bottom: 31px;
}
header .nav-box nav li ul li {
    border-top: 1px solid #909090;
}
header .nav-box nav li ul li a {
    padding: 8px 10px 8px 50px;
    font: normal 400 20px/20px 'Roboto', sans-serif;
    color: #ffffff;
}
header .nav-box nav li ul li:first-child {
    border-top: 0px solid #000000;
}
header .nav-box nav li ul li:hover a,
header .nav-box nav li ul li.current a {
    color: #1cb435;
}
header .nav-box nav li:first-child a {
    /*padding-right: 60px;*/
}
header .nav-box .call-nav-box {
    padding: 0 10px 20px 50px;
}
header .nav-box .call-nav-box h3 {
    font: normal 400 24px/24px 'Roboto', sans-serif;
    color: #1cb435;
    margin-bottom: 14px;
}
header .nav-box .call-nav-box p {
    font: normal 400 24px/24px 'Roboto', sans-serif;
}
header .nav-box .call-nav-box p a:hover {
    color: #1cb435;
    text-decoration: none;
}
header .nav-box .nav-box-wrapper {
    display: block;
    min-height: 100%;
    background: #303030;
}
@media only screen and (max-width: 768px) {
    header .nav-box {
        width: 280px;
        right: -280px;
    }
    header .nav-box.navbar-open {
        right: 0;
    }
    header .nav-box nav li > a {
        padding: 10px 10px 10px 15px;
        font: normal 700 20px/20px 'Roboto', sans-serif;
    }
    header .nav-box nav li ul {
        padding-bottom: 10px;
    }
    header .nav-box nav li ul li a {
        padding: 5px 10px 5px 30px;
        font: normal 400 16px/16px 'Roboto', sans-serif;
    }
    header .nav-box nav li:first-child a {
        padding-right: 60px;
    }
    header .nav-box .call-nav-box {
        padding: 0 10px 10px 30px;
    }
    header .nav-box .call-nav-box h3 {
        font: normal 400 20px/20px 'Roboto', sans-serif;
        margin-bottom: 10px;
    }
    header .nav-box .call-nav-box p {
        font: normal 400 20px/20px 'Roboto', sans-serif;
    }
}
@media only screen and (max-width: 480px) {
    header .header-title {
        height: 56px;
        padding: 18px 0 0;
    }
    header .nav-top .navbar-toggle {
        padding: 0;
    }
    header .nav-top .navbar-toggle:before {
        display: none;
    }
}
.cart-active header .header-title {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
}
header .cart {
    position: fixed;
    top: 0;
    padding: 73px 0 0;
    float: right;
    width: 309px;
    right: -309px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    z-index: 1000;
}
header .cart.cart-open {
    right: 0;
}
header .cart .cart-wrapper {
    background: #303030;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
header .cart .cart-header {
    position: relative;
    padding: 15px 45px 15px 29px;
    height: auto;
    background: #1cb435;
}
header .cart .cart-header h2 {
    display: block;
    font: normal 700 24px/24px 'Roboto', sans-serif;
    color: #ffffff;
    margin-bottom: 0;
}
header .cart .cart-header .cart-close-btn {
    position: absolute;
    right: 7px;
    top: 11px;
    padding: 0;
}
header .cart .cart-top-region .monetate {
    border-bottom: 1px solid #909090;
    padding: 20px;
}
header .cart .cart-top-region .monetate .js-toggle-on,
header .cart .cart-top-region .monetate .js-toggle-off {
    display: block;
    line-height: 16px;
    width: 100%;
    color: #909090;
    font-weight: normal;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
header .cart .cart-line-items {
    min-height: 150px;
    overflow: auto;
    flex: 1 1 0;
    padding: 0 20px;
}
header .cart .cart-line-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
header .cart .cart-line-items ul li {
    border-top: 1px solid #909090;
    padding: 20px 0 5px;
    position: relative;
    width: 100%;
}
header .cart .cart-line-items ul li:first-child {
    border-top: 0 solid #000000;
}
header .cart .cart-line-items ul li .thumbnail {
    clear: none;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 3%;
    padding-left: 0;
    padding-right: 0;
    text-align: inherit;
    width: 14.16%;
}
header .cart .cart-line-items ul li .summary {
    clear: none;
    color: #ffffff;
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: inherit;
    width: 82.83%;
}
header .cart .cart-line-items ul li .remove {
    border: medium none;
    cursor: pointer;
    position: absolute;
    right: -3px;
    top: 20px;
}
header .cart .cart-line-items ul li .adjust-quantity {
    float: left;
}
header .cart .cart-line-items ul li .btn-quantity {
    color: #ffffff;
    display: inline-block;
    font: normal 600 16px/20px 'Open Sans', sans-serif;
    margin-top: 6px;
    height: 22px;
    text-align: center;
    width: 20px;
    background: #1cb435;
    border: none;
    transition: 1s;
}
header .cart .cart-line-items ul li .btn-quantity:hover {
    text-decoration: none;
    background: #2175ff;
}
header .cart .cart-line-items ul li .line-item-quantity {
    margin-top: 6px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font: normal 400 16px/100% 'Open Sans', sans-serif;
}
header .cart .cart-line-items ul li .qty {
    margin-right: 3px;
}
header .cart .cart-line-items ul li .prices {
    color: #ffffff;
    float: right;
    height: 100%;
    padding: 10px 0 0;
    text-align: right;
}
header .cart .cart-line-items ul li .name a {
    color: #909090;
    text-decoration: none;
}
header .cart .cart-footer {
    border-top: 1px solid #909090;
    background: none;
    padding: 0;
}
header .cart .cart-footer p {
	padding: 0 20px;
	font-size: 10px;
	line-height: 120%;
}
header .cart .cart-footer .calculations {
    color: #ffffff;
    padding-top: 10px;
}
header .cart .cart-footer .calculations dt {
    float: left;
}
header .cart .cart-footer .calculations dd {
    float: right;
}
header .cart .cart-footer .calculation {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 20px 10px;
    text-transform: uppercase;
}
header .cart .cart-footer .calculation.total {
    font-weight: bold;
}
header .cart .cart-footer .coupon-form {
    height: 55px;
    margin: 0;
    position: relative;
}
header .cart .cart-footer .coupon-input-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    width: 180px;
    float: left;
}
header .cart .cart-footer .coupon-input-wrapper input {
    width: 100%;
    font: normal 400 16px/43px 'Open Sans', sans-serif;
    padding: 0 10px;
    height: 41px;
    border: 1px solid #c2c1c1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
header .cart .cart-footer .btn-coupon-wrapper {
    padding-right: 20px;
    float: right;
}
header .cart .cart-footer .btn-coupon-wrapper .btn-coupon {
    background: #1cb435;
    transition: 1s;
    color: #ffffff;
    display: block;
    font: 600 16px/43px "Roboto", sans-serif;
    border: none;
    height: 43px;
    width: 75px;
}
header .cart .cart-footer .btn-coupon-wrapper .btn-coupon:hover {
    text-decoration: none;
    background: #2175ff;
}
header .cart .cart-actions {
    padding: 20px;
}
header .cart .cart-actions .btn {
    border: none;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    header .cart {
        width: 280px;
        right: -280px;
    }
    header .cart .cart-footer .coupon-input-wrapper {
        width: 160px;
    }
    header .cart .cart-footer .coupon-input-wrapper input {
        font: 400 14px/33px "Open Sans", sans-serif;
        height: 33px;
    }
    header .cart .cart-footer .btn-coupon-wrapper .btn-coupon {
        font: 600 14px/33px "Roboto", sans-serif;
        height: 35px;
        width: 65px;
    }
}
.arrow:after {
    display: none;
}
.ui-tooltip {
    background: #ffffff;
    color: #000000;
    font: normal 400 14px/143% 'Open Sans', sans-serif;
    padding: 7px 10px;
    width: 225px;
    text-transform: none;
    -webkit-box-shadow: -1px 4px 8px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: -1px 4px 8px rgba(0, 0, 0, 0.17);
    box-shadow: -1px 4px 8px rgba(0, 0, 0, 0.17);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bababa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
}
.arrow {
    background: url("../images/icons/tooltip-icon.png") no-repeat bottom left;
    width: 20px;
    height: 9px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -7px;
}
.arrow.top {
    top: -7px;
    bottom: auto;
    background-position: top left;
}
.arrow.left {
    left: 15%;
}
.arrow.right {
    left: auto;
    right: 15%;
}
#content section {
    display: block;
    padding: 0;
}
#content section h1,
#content section h2,
#content section h3,
#content section h4,
#content section h5,
#content section h6,
#content section p {
    color: #000000;
}
#content section.title-section {
    background: #1cb435;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.page-template-careers #content section.title-section {
	overflow: visible;
}
#content section.title-section h1,
#content section.title-section h2,
#content section.title-section h3,
#content section.title-section h4,
#content section.title-section h5,
#content section.title-section h6,
#content section.title-section p {
    color: #ffffff;
}
#content section.title-section .top-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    max-height: 632px;
}
#content section.title-section .top-image img {
    width: 100%;
}
#content section.title-section .container {
    position: relative;
    z-index: 5;
}
#content section.title-section .title-content {
    display: table-cell;
    width: 970px;
    height: 630px;
    vertical-align: middle;
    text-align: center;
}
#content section.title-section .title-content .form-cell {
    vertical-align: top;
    padding: 0 4px;
    margin-bottom: 15px;
    width: 318px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content section.title-section .title-content .form-cell.medium-cell {
    width: 342px;
}
#content section.title-section .title-content .form-cell.small-cell {
    width: 192px;
}
#content section.title-section .title-content h1 {
    margin: 0 0 35px;
}
#content section.title-section .btn {
    width: 100%;
    padding: 0;
}
#content .main-content.medium-text {
    padding: 58px 0 32px;
}
#content .main-content.medium-text P {
    color: #000000;
    font: normal 400 31px/115% 'Roboto', sans-serif;
    margin-bottom: 57px;
}
#content .main-content.medium-text P strong {
    font-weight: 700;
}
#content article {
    padding: 26px 0 0;
    float: left;
    width: 65%;
}
#content article h2 {
    font: normal 700 30px/105% 'Roboto', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}
#content article h3 {
    font: normal 700 24px/120% 'Roboto', sans-serif;
    margin-bottom: 1px;
    text-transform: uppercase;
}
#content article p {
    font: normal 400 20px/128% 'Open Sans', sans-serif;
    margin-bottom: 22px;
}
#content article ul {
    margin: 0 0 24px 20px;
    display: block;
}
#content article ul li {
    font: normal 400 18px/135% 'Open Sans', sans-serif;
    margin-bottom: 3px;
}
#content article .post-data p {
    color: #909090;
    font: normal 400 14px/130% 'Roboto', sans-serif;
    margin-bottom: 24px;
}
#content aside {
    float: right;
    width: 31%;
}
#content table {
    width: 100%;
}
#content table.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #fafafa;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
@media only screen and (max-width: 1200px) {
    #content section.title-section .title-content, #content section.title-section .top-image {
        height: 430px;
    }
}
@media only screen and (max-width: 820px) {
    #content section.title-section .top-image img {
        width: 820px;
    }
}
@media only screen and (max-width: 768px) {
    .no-mobile {
        display: none;
    }
    #content section.title-section .title-content {
        bottom: 2%;
    }
    #content section.title-section .title-content .form-box {
        margin: auto;
        max-width: 400px;
    }
    #content section.title-section .title-content .form-cell {
        vertical-align: top;
        padding: 0 4px;
        margin-bottom: 15px;
        width: 100%;
        display: inline-block;
    }
    #content section.title-section .title-content .form-cell.medium-cell,
    #content section.title-section .title-content .form-cell.small-cell {
        width: 100%;
    }
    #content section.title-section .title-content h1 {
        font-size: 90px;
        margin: 0 0 15px;
    }
    #content .main-content.medium-text {
        padding: 35px 0 20px;
    }
    #content .main-content.medium-text P {
        font-size: 28px;
        margin-bottom: 27px;
    }
    #content article {
        width: 100%;
    }
    #content aside {
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    #content section.title-section .title-content h1 {
        font-size: 70px;
    }
    #content .main-content.medium-text {
        padding: 38px 0 22px;
    }
    #content .main-content.medium-text P {
        font-size: 24px;
        margin-bottom: 27px;
    }
}
@media only screen and (max-width: 480px) {
    #content .main-content.medium-text P {
        font-size: 22px;
    }
}
@media only screen and (max-width: 360px) {
    #content .main-content.medium-text P {
        font-size: 20px;
    }
}
#content .section-careers .accordion .container {
    padding: 0;
    max-width: 885px;
}
#content .section-careers .accordion .accordion-item .heading-accordion {
    padding: 0 10px;
    background: #ffffff;
}
#content .section-careers .accordion .accordion-item .heading-accordion .container {
    position: relative;
}
#content .section-careers .accordion .accordion-item .heading-accordion .container h4 {
    padding: 15px 0;
    display: inline-block;
    font: normal 400 18px/120% 'Open Sans', sans-serif;
    margin: 0;
    color: #050404;
}
#content .section-careers .accordion .accordion-item .heading-accordion .container h4 strong {
    font: normal 600 18px/120% 'Open Sans', sans-serif;
}
#content .section-careers .accordion .accordion-item .heading-accordion .container span {
    float: right;
    position: relative;
    font: normal 700 18px/30px 'Roboto', sans-serif;
    color: #1cb435;
    cursor: pointer;
    padding: 14px 44px 14px 10px;
}
#content .section-careers .accordion .accordion-item .heading-accordion .container span:before {
    content: '';
    font-family: "Material Icons";
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 48px;
    color: #515356;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    line-height: 20px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
#content .section-careers .accordion .accordion-item .heading-accordion.active .container span:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
#content .section-careers .accordion .nothingfound {
    padding: 45px 0 20px;
}
#content .section-careers .accordion .accordion-item .content-accordion {
    background: #f4f4f4;
}
#content .section-careers .accordion .accordion-item .content-accordion#all-openings {
    display: none;
}
#content .section-careers .accordion .accordion-item .content-accordion .featured-item {
    display: block;
}
#content .section-careers .accordion .accordion-item .content-accordion .featured-item a {
    padding: 0 10px;
    display: block;
}
#content .section-careers .accordion .accordion-item .content-accordion .featured-item a .container {
    padding: 24px 0 20px;
    position: relative;
    display: block;
    border-top: 1px solid #909090;
}
#content .section-careers .accordion .accordion-item .content-accordion .featured-item a .container .featured-item-description {
    display: inline-block;
    max-width: 434px;
    margin: 0 150px 0 0;
    transition: all 0.7s ease 0s;
}
#content .section-careers .accordion .accordion-item .content-accordion .featured-item:hover {
    background: #ffffff;
}
#content .section-careers .accordion .accordion-item .content-accordion .featured-item:hover a .container {
    border-top: 1px solid #ffffff;
}
#content .section-careers .accordion .accordion-item .content-accordion .featured-item:hover a .container .featured-item-description {
    margin-left: 25px;
}
#content .section-careers .accordion .accordion-item .content-accordion .featured-item:hover + .featured-item a .container {
    border-top: 1px solid #f4f4f4;
}
#content .section-careers .accordion .accordion-item .content-accordion .featured-item:hover .featured-item-title,
#content .section-careers .accordion .accordion-item .content-accordion .featured-item:hover .featured-item-link {
    color: #1cb435;
}
#content .section-careers .accordion .accordion-item .content-accordion .featured-item:first-child a .container {
    border-top: 0px solid #000000;
}
#content .section-careers .accordion .accordion-item .content-accordion .featured-item .featured-item-title {
    font: normal 700 24px/120% 'Roboto', sans-serif;
    display: block;
    color: #000000;
}
#content .section-careers .accordion .accordion-item .content-accordion .featured-item .featured-item-text {
    margin: 0;
    padding: 10px 0 0;
    font: normal 400 14px/170% 'Open Sans', sans-serif;
    color: #909090;
    display: block;
}
#content .section-careers .accordion .accordion-item .content-accordion .featured-item .featured-item-link {
    position: absolute;
    font: normal 400 14px/120% 'Roboto', sans-serif;
    color: #5b5b5b;
    right: 0;
    top: 50%;
    padding-right: 28px;
    margin-top: -10px;
    float: left;
    transition: 0.7s;
}
#content .section-careers .accordion .accordion-item .content-accordion .featured-item .featured-item-link:before {
    content: '';
    color: #515356;
    font-size: 28px;
    font-family: "Material Icons";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}
#content .images-container {
    position: relative;
    display: inline-block;
}
#content .images-container .images-container-item {
    background: #1cb435;
    display: table-cell;
    vertical-align: top;
    width: 51.4%;
}
#content .images-container .images-container-item img {
    width: 100%;
}
#content .images-container .images-container-item:nth-child(2n+1) {
    width: 48.6%;
}
#content .images-container .images-container-item:nth-child(2n+1) .images-container-text {
    right: auto;
    left: 0;
    width: 48.6%;
    padding: 0 5%;
}
#content .images-container .images-container-item .images-container-text {
    position: absolute;
    right: 0;
    bottom: 5%;
    padding: 0 5% 0 2.3%;
    width: 51.4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content .images-container .images-container-item .images-container-text h2 {
    font: normal 700 60px/100% 'Roboto', sans-serif;
    margin-bottom: 30px;
    max-width: 435px;
}
#content .images-container .images-container-item .images-container-text p {
    font: normal 400 24px/120% 'Roboto', sans-serif;
    margin-bottom: 50px;
}
#content .images-container .images-container-item .images-container-text h1,
#content .images-container .images-container-item .images-container-text h2,
#content .images-container .images-container-item .images-container-text h3,
#content .images-container .images-container-item .images-container-text h4,
#content .images-container .images-container-item .images-container-text h5,
#content .images-container .images-container-item .images-container-text h6,
#content .images-container .images-container-item .images-container-text p,
#content .images-container .images-container-item .images-container-text a {
    color: #ffffff;
}
#content .images-container .images-container-item .images-container-text h3 {
    font: normal 500 24px/120% 'Roboto', sans-serif;
    width: 100%;
    display: inline-block;
}
#content .images-container .images-container-item .images-container-text h3 a {
    float: right;
}
#content .images-container .images-container-item .small-images-container-item {
    display: table-cell;
    vertical-align: top;
}
#content .images-container .images-container-item .small-images-container-item a {
    position: relative;
    display: block;
}
#content .images-container .images-container-item .small-images-container-item a .link-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 176px;
    color: #ffffff;
    position: absolute;
    bottom: 5%;
    left: 4.5%;
    font: normal 500 24px/120% 'Roboto', sans-serif;
}
#content .images-container .images-container-item .small-images-container-item a:hover .link-text {
    text-decoration: underline;
}
@media only screen and (max-width: 950px) {
    #content .images-container .images-container-item .images-container-text {
        bottom: 2%;
    }
    #content .images-container .images-container-item .images-container-text h2 {
        font: normal 700 50px/100% 'Roboto', sans-serif;
        margin-bottom: 20px;
    }
    #content .images-container .images-container-item .images-container-text p {
        font: normal 400 20px/120% 'Roboto', sans-serif;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 768px) {
    #content .images-container .images-container-item:nth-child(2n+1) .images-container-text {
        padding: 0 3%;
    }
    #content .images-container .images-container-item .images-container-text {
        bottom: 2%;
        padding: 0 3% 0 1%;
        display: inline-block;
    }
    #content .images-container .images-container-item .images-container-text h2 {
        font: normal 700 40px/100% 'Roboto', sans-serif;
        margin-bottom: 20px;
    }
    #content .images-container .images-container-item .images-container-text p {
        font: normal 400 18px/120% 'Roboto', sans-serif;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 640px) {
    #content .images-container .images-container-item {
        position: relative;
        width: 100%;
        display: block;
    }
    #content .images-container .images-container-item:nth-child(2n+1) {
        width: 100%;
    }
    #content .images-container .images-container-item:nth-child(2n+1) .images-container-text {
        width: 100%;
        padding: 5%;
    }
    #content .images-container .images-container-item .images-container-text {
        position: relative;
        width: 100%;
        bottom: auto;
        left: auto;
        padding: 5%;
    }
    #content .images-container .images-container-item .images-container-text h2 {
        font: normal 700 40px/100% 'Roboto', sans-serif;
        margin-bottom: 20px;
    }
    #content .images-container .images-container-item .images-container-text p {
        font: normal 400 18px/120% 'Roboto', sans-serif;
        margin-bottom: 15px;
    }
    #content .section-careers .accordion .accordion-item .heading-accordion .container {
        text-align: center;
    }
    #content .section-careers .accordion .accordion-item .heading-accordion .container h4 {
        float: left;
    }
    #content .section-careers .accordion .accordion-item .heading-accordion .container span {
        float: none;
        display: inline-block;
    }
}
@media only screen and (max-width: 480px) {
    #content .section-careers .accordion .accordion-item .content-accordion .featured-item a .container {
        padding-top: 40px;
    }
    #content .section-careers .accordion .accordion-item .content-accordion .featured-item a .container .featured-item-description {
        max-width: none;
        margin: 0;
    }
    #content .section-careers .accordion .accordion-item .content-accordion .featured-item .featured-item-link {
        top: 12px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 400px) {
    #content .images-container .images-container-item .small-images-container-item {
        display: block;
        width: 100%;
        float: left;
    }
    #content .images-container .images-container-item .small-images-container-item a .link-text {
        position: relative;
        left: auto;
        bottom: auto;
        padding: 5%;
        display: inline-block;
        max-width: none;
        width: 100%;
    }
}
@media only screen and (max-width: 360px) {
    #content .images-container .images-container-item .images-container-text h2 {
        font-size: 30px;
    }
}
#content.job-post article {
    padding: 35px 0 30px;
}
#content.job-post article .post-data p {
    margin-bottom: 31px;
}
#content.job-post article h3 {
    margin-bottom: 2px;
}
#content.job-post article h2 {
    margin-bottom: 2px;
}
#content.job-post article p {
    font: 400 20px/148% "Open Sans", sans-serif;
    margin-bottom: 31px;
}
#content.job-post article li {
    font: 400 18px/140% "Open Sans", sans-serif;
    margin-bottom: 7px;
}
#content.job-post article ul {
    list-style: none;
    margin: 0 0 33px;
}
#content.job-post article ul li {
    position: relative;
    padding-left: 14px;
}
#content.job-post article ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background: #000;
    height: 6px;
    width: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#content.job-post article .bottom-data {
    display: block;
    padding: 30px 0;
}
#content.job-post article .bottom-data p {
    color: #909090;
}
#content.job-post aside {
    padding: 0 0 30px;
    text-align: center;
}
#content.job-post aside.sticky.is_stuck {
    height: 100%;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0!important;
}
#content.job-post section.title-section .title-content {
    height: 430px;
}
#content.job-post section.title-section .title-content h1 {
    font: 700 72px/100% "Roboto", sans-serif;
    margin-bottom: 0;
}
#content.job-post .info-container {
    margin-top: 155px;
}
#content .info-job {
    padding: 36px 0 26px;
    width: 100%;
    background: #f2f2f2;
}
#content .info-job h2 {
    display: inline-block;
    font: normal 400 36px/150% 'Roboto', sans-serif;
    margin: 0 auto 41px;
    border-bottom: 1px solid #000000;
}
#content .info-job h3 {
    font: normal 700 28px/150% 'Roboto', sans-serif;
    margin-bottom: 6px;
}
#content .info-job p {
    font: normal 400 28px/150% 'Roboto', sans-serif;
    margin-bottom: 30px;
}
#content .info-container {
    padding: 16px 10px 9px;
    border: 1px solid #000000;
}
#content .info-container h4 {
    font: normal 600 24px/150% 'Roboto', sans-serif;
    margin-bottom: 0;
}
#content .info-container p {
    margin-bottom: 10px;
    font: normal 400 24px/100% 'Roboto', sans-serif;
}
#content .info-container p a {
    color: #2175ff;
}
@media only screen and (max-width: 640px) {
    #content.job-post section.title-section {
        display: block;
    }
    #content.job-post section.title-section .title-content {
        height: auto;
        width: 100%;
        display: block;
        padding: 50px 0;
    }
    #content.job-post section.title-section .title-content h1 {
        font: 700 42px/100% "Roboto", sans-serif;
    }
    #content.job-post article {
        padding: 15px 0 10px;
    }
    #content.job-post article .post-data p {
        margin-bottom: 10px;
    }
    #content.job-post article p {
        font: 400 16px/148% "Open Sans", sans-serif;
        margin-bottom: 15px;
    }
    #content.job-post article li {
        font: 400 14px/140% "Open Sans", sans-serif;
        margin-bottom: 7px;
    }
    #content.job-post article ul {
        margin: 0 0 10px;
    }
    #content.job-post article ul li:before {
        top: 10px;
    }
    #content.job-post article .bottom-data {
        padding: 10px 0;
    }
    #content.job-post aside {
        padding: 0 0 30px;
    }
    #content.job-post .info-container {
        margin-top: 50px;
    }
    #content .info-job {
        padding: 30px 0 26px;
        background: #f2f2f2;
    }
    #content .info-job h2 {
        font: normal 400 30px/150% 'Roboto', sans-serif;
        margin: 0 auto 20px;
    }
    #content .info-job h3 {
        font: normal 700 22px/150% 'Roboto', sans-serif;
    }
    #content .info-job p {
        font: normal 400 22px/150% 'Roboto', sans-serif;
        margin-bottom: 15px;
    }
    #content .info-container h4 {
        font: normal 600 18px/150% 'Roboto', sans-serif;
    }
    #content .info-container p {
        margin-bottom: 10px;
        font: normal 400 18px/100% 'Roboto', sans-serif;
    }
}
/* #content.channel-lineups section.zip {
  padding: 26px 0 16px;
}
#content.channel-lineups section.zip h1 {
  margin-bottom: 11px;
}
#content.channel-lineups section.zip input {
  margin: 0px 7px 0px 0;
  padding: 0px 22px;
  font: normal 400 14px/44px 'Open Sans', sans-serif;
  text-align: center;
  height: 44px;
}
#content.channel-lineups section.zip .btn {
  padding: 7px 22px;
} */
#content.channel-lineups section .filter-nav {
    float: right;
}
#content.channel-lineups section .filter-nav .filter-nav-title {
    padding: 0 3px 7px 0;
    float: left;
}
#content.channel-lineups section .filter-nav UL {
    margin: 0;
    list-style: none;
    float: left;
}
#content.channel-lineups section .filter-nav UL LI {
    padding: 0 7px 16px;
    float: left;
}
#content.channel-lineups section .filter-nav UL LI a:hover {
    color: #2175ff;
}
#content.channel-lineups section .filter-nav UL LI.current a {
    text-decoration: underline;
}
#content.channel-lineups section .table-info {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 50px;
}
#content.channel-lineups section .table-info.scroll-area-horizontally {
    width: 100%;
}
#content.channel-lineups section .table-info .table-info-wrapper {
    width: 940px;
}
#content.channel-lineups section .table-info .table-info-title {
    border: 1px solid #ffffff;
    background: #1cb435;
}
#content.channel-lineups section .table-info .table-info-title .channel-column {
    padding: 9px 0 0;
    display: table-cell;
    font: normal 600 14px/14px 'Open Sans', sans-serif;
    color: #ffffff;
    vertical-align: bottom;
    text-align: center;
    border-left: 1px solid #ffffff;
}
#content.channel-lineups section .table-info .table-info-title .channel-column h4 {
    font: normal 600 14px/14px 'Open Sans', sans-serif;
    color: #ffffff;
}
#content.channel-lineups section .table-info .table-info-title .channel-column .subtitle-column {
    border-left: 1px solid #ffffff;
    font: normal 600 14px/18px 'Open Sans', sans-serif;
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
    height: 77px;
    background: #474747;
    width: 97px;
    text-align: center;
}
#content.channel-lineups section .table-info .table-info-title .channel-column .subtitle-column:first-child {
    border-left: 0 solid #000000;
}
#content.channel-lineups section .table-info .table-info-title .channel-column .subtitle-column .subtitle-title {
    width: 78px;
}
#content.channel-lineups section .table-info .table-info-title .channel-column .channel-column-header {
    min-height: 86px;
    text-align: left;
    padding: 0 24px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content.channel-lineups section .table-info .table-info-title .channel-column p,
#content.channel-lineups section .table-info .table-info-title .channel-column h3 {
    color: #ffffff;
}
#content.channel-lineups section .table-info .table-info-title .channel-column h3 {
    margin-bottom: 0;
    font: normal 600 24px/28px 'Open Sans', sans-serif;
}
#content.channel-lineups section .table-info .table-info-title .channel-column p {
    font: normal 600 14px/14px 'Open Sans', sans-serif;
}
#content.channel-lineups section .table-info .table-info-title .channel-column:first-child {
    width: 264px;
}
#content.channel-lineups section .table-info .table-info-content {
    overflow: hidden;
}
#content.channel-lineups section .table-info .table-info-content.scroll-area {
    height: 428px;
}
#content.channel-lineups section .table-info .table-info-content table {
    border: 1px solid #ffffff;
}
#content.channel-lineups section .table-info .table-info-content table tr td {
    font: normal 400 14px/21px 'Open Sans', sans-serif;
    padding: 9px 0;
    text-align: center;
    width: 98px;
    border-left: 1px solid #f0f0f0;
}
#content.channel-lineups section .table-info .table-info-content table tr td:first-child {
    padding-left: 15px;
    text-align: left;
    width: 252px;
    border-left: 0 solid #000000;
}
#content.channel-lineups section .table-info .table-info-content table tr td:last-child {
    width: 80px;
}
#content.channel-lineups section .table-info .table-info-content table tr td .channel-number {
    position: absolute;
    left: 0;
    top: 0;
    background: #959595;
    float: left;
    width: 32px;
    height: 21px;
    text-align: center;
    font: normal 400 13px/21px 'Open Sans', sans-serif;
    color: #ffffff;
}
#content.channel-lineups section .table-info .table-info-content table tr td .channel-wrapper {
    position: relative;
    display: block;
    padding-left: 41px;
    color: #000000;
	cursor: default;
}
#content.channel-lineups section .table-info .table-info-content table tr td .channel-wrapper:hover {
	text-decoration: none;
}
#content.channel-lineups section .channel-line-title {
    display: none;
    background: #1cb435;
    margin: 0;
    padding: 15px;
    z-index: 999;
}
#content.channel-lineups section .channel-line-title h3 {
    margin: 5px 10px 5px 0;
    color: #ffffff;
    float: left;
}
#content.channel-lineups section .channel-line-title .btn {
    float: right;
    width: auto;
    font: 400 24px/24px "Roboto", sans-serif;
    padding: 5px 15px;
}
#content.channel-lineups section .channel-line-title .btn.btn-success {
    border: 2px solid #ffffff;
}
#content .selected-item {
    color: #1cb435;
    font-size: 35px;
    line-height: 21px;
    display: block;
    height: 21px;
    position: relative;
}
#content .selected-item:before {
    display: none;
    content: '+';
    position: absolute;
    right: 50%;
    margin-right: -25px;
    top: -8px;
    line-height: 11px;
    font-size: 16px;
}
#content .selected-item:hover {
    text-decoration: none;
}
#content .selected-item:hover:before {
    display: block;
}
.channel-lineups.mobile-refine-search .popup {
    max-width: none;
    width: 100%;
}
.channel-lineups.mobile-refine-search .popup .popup-content {
    padding: 25px 17px;
}
.channel-lineups.mobile-refine-search input[type=radio] {
    display: none;
}
.channel-lineups.mobile-refine-search input[type=radio] + label {
    font-size: 18px;
    line-height: 39px;
    margin-bottom: 10px;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.channel-lineups.mobile-refine-search input[type=radio] + label:before {
    content: 'check';
    background-color: white;
    font-family: "Material Icons";
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    font-size: 39px;
    color: transparent;
    border: 1px solid #dddddd;
    border-radius: 8px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    bottom: 0px;
}
.channel-lineups.mobile-refine-search input[type=radio]:checked + label::before {
    color: #1cb435;
}
.channel-lineups.mobile-refine-search .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    #content.channel-lineups section .filter-nav {
        display: none;
    }
    #content.channel-lineups section .table-info .table-info-wrapper {
        width: 100%;
    }
    #content.channel-lineups section .table-info .table-info-title {
        display: none;
    }
    #content.channel-lineups section .table-info .table-info-content.scroll-area {
        height: auto;
    }
    #content.channel-lineups section .table-info .table-info-content table tr td {
        border: none;
        display: none;
    }
    #content.channel-lineups section .table-info .table-info-content table tr td:first-child {
        display: table-cell;
    }
    #content.channel-lineups section .table-info .table-info-content table tr td.show {
        display: table-cell;
    }
    #content.channel-lineups section .mCSB_horizontal.mCSB_inside > .mCSB_container {
        width: 100%!important;
    }
    #content.channel-lineups section .channel-line-title {
        display: block;
    }
}
@media only screen and (max-width: 640px) {
    #content.channel-lineups section.zip input {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    #content.channel-lineups section .channel-line-title h3 {
        font-size: 20px;
    }
    #content.channel-lineups section .channel-line-title .btn {
        font-size: 20px;
    }
}
#content.search-box {
    margin-bottom: 100px;
}
#content.search-box .search-form {
    margin-bottom: 50px;
    padding: 28px 0 32px;
    border-bottom: 1px solid #909090;
}
#content.search-box .btn-search {
    display: none;
}
#content.search-box .search-input {
    padding: 0 20px;
    background: none;
    border: none;
    font: normal 400 36px/50px 'Open Sans', sans-serif;
    height: 50px;
    width: 100%;
}
#content .search-result a {
    color: #000000;
}
#content .search-result a:hover {
    text-decoration: none;
    color: #2175ff;
}
#content .search-result p {
    margin-bottom: 25px;
}
#content #map {
    height: 375px;
}
#content section.title-section.small-title .container {
    max-width: 580px;
}
#content section.title-section.small-title .title-content {
    height: 434px;
    bottom: auto;
}
#content section.title-section.small-title .title-content h1 {
    font: normal 700 60px/103% 'Roboto', sans-serif;
}
#content section.locations-section .container {
    max-width: 1020px;
}
#content section.locations-section article {
    padding: 53px 0 17%;
    float: right;
    width: 66.6%;
}
#content section.locations-section article h3 {
    text-transform: none;
    line-height: 105%;
}
#content section.locations-section article .btn {
    float: right;
}
#content section.locations-section .search-options-box {
    padding: 39px 0 17%;
    float: left;
    max-width: 283px;
    width: 30.3%;
}
#content section.locations-section .search-options-box h2 {
    font: normal 400 36px/100% 'Roboto', sans-serif;
    margin-bottom: 14px;
}
#content section.locations-section .search-options-box .bottom-link {
    text-align: center;
}
#content section.locations-section .search-options-box .bottom-link a {
    font: normal 400 18px/120% 'Open Sans', sans-serif;
    text-decoration: underline;
    color: #000000;
}
#content section.locations-section .search-options-box .bottom-link a:hover {
    text-decoration: none;
}
#content section.locations-section .btn.btn-default {
    font: 600 18px/54px "Roboto", sans-serif;
    height: 54px;
}
#content section .location-form {
    text-align: center;
    padding: 38px 21px 27px;
    margin-bottom: 18px;
    background: #000000;
}
#content section .location-form .info-input {
    padding: 0 16px;
    height: 44px;
    font: normal 400 18px/44px 'Roboto', sans-serif;
    margin-bottom: 17px;
    width: 100%;
    border: 1px solid #c2c1c1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content section .location-form .btn {
    width: 100%;
    max-width: 161px;
    margin: 16px auto 0;
}
#content section .address-box .address-box-item {
    border-top: 1px solid #5b5b5b;
    width: 100%;
    display: table;
}
#content section .address-box .address-box-item .address-item-cell {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding: 38px 24px 10px;
    width: 48%;
}
#content section .address-box .address-box-item .address-item-cell p {
    font: normal 400 18px/135% 'Roboto', sans-serif;
}
#content section .address-box .address-box-item .address-item-cell:first-child {
    width: 51%;
    text-align: left;
}
#content section .address-box .address-box-item .address-item-cell:first-child p {
    font: normal 400 18px/135% 'Open Sans', sans-serif;
}
#content section .address-box .address-box-item:first-child {
    border-top: 0 solid #000000;
}
#content section .map-box img {
    width: 100%;
}
#content .main-content .subscription {
    padding: 50px 0 50px;
    margin-bottom: 39px;
    text-align: center;
}
#content .main-content .subscription h2 {
    font: normal 500 36px/135% 'Roboto', sans-serif;
    margin: 56px 0 33px;
}
#content .main-content .subscription .btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    font: normal 600 18px/52px 'Roboto', sans-serif;
    width: 92px;
    height: 52px;
}
#content .main-content .subscription .input-info {
    display: block;
    padding: 0 30px;
    height: 51px;
    font: normal 400 18px/51px 'Roboto', sans-serif;
    width: 100%;
    border: 1px solid #c2c1c1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content .main-content .subscription .form-mail {
    position: relative;
    padding: 0 99px 50px 0;
    max-width: 410px;
    margin: auto;
}
@media only screen and (max-width: 768px) {
    #content #map {
        height: 300px;
    }
    #content section.locations-section article {
        padding: 0 0 30px;
        width: 100%;
    }
    #content section.locations-section .search-options-box {
        padding: 30px 0;
        width: 100%;
        max-width: none;
    }
    #content section .location-form .btn {
        max-width: none;
    }
    #content .main-content .subscription {
        padding: 25px 0;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 640px) {
    #content #map {
        height: 275px;
    }
    #content section.title-section.small-title .title-content {
        padding: 50px 0;
        height: auto;
        width: 100%;
        display: block;
    }
    #content section.title-section.small-title .title-content h1 {
        font-size: 40px;
    }
    #content section .address-box .address-box-item .address-item-cell {
        padding: 25px 15px 10px;
    }
    #content section .address-box .address-box-item .address-item-cell p {
        font-size: 14px;
    }
    #content section .address-box .address-box-item .address-item-cell:first-child p {
        font-size: 14px;
    }
    #content section.locations-section .search-options-box h2 {
        font-size: 28px;
    }
    #content .images-container .images-container-item .images-container-text h3 {
        margin-bottom: 0;
    }
    #content .images-container .images-container-item .images-container-text h2 {
        margin-bottom: 0;
    }
    #content .images-container .images-container-item .images-container-text h2 a {
        margin-bottom: 0;
    }
    #content .main-content .subscription {
        margin-bottom: 0px;
        padding: 15px 0;
    }
    #content .main-content .subscription .form-mail {
        padding-bottom: 20px;
    }
    #content .main-content .subscription h2 {
        margin: 20px 0;
        font-size: 28px;
    }
}
@media only screen and (max-width: 400px) {
    #content #map {
        height: 200px;
    }
    #content section .address-box .address-box-item .address-item-cell {
        width: 37%;
    }
    #content section .address-box .address-box-item .address-item-cell h3 {
        font-size: 20px;
    }
    #content section .address-box .address-box-item .address-item-cell:first-child {
        width: 61%;
    }
    #content .main-content .subscription .form-mail {
        padding-right: 0;
    }
    #content .main-content .subscription .form-mail .input-info {
        max-width: none;
        margin-bottom: 20px;
    }
    #content .main-content .subscription .btn {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
    }
}
#content #map_item {
    height: 453px;
}
#content section.title-section.medium-title .title-content {
    height: 430px;
}
#content section.title-section.medium-title .title-content h1 {
    margin: 0;
    font: 700 90px/100% "Roboto", sans-serif;
}
#content section.locations-details-section {
    padding: 72px 0 0;
}
#content section.locations-details-section .container {
    max-width: 994px;
}
#content section.color-section {
    background: #1cb435;
    position: relative;
    padding: 49px 0 39px;
    margin: -1px 0 0;
}
#content section.color-section h2 {
    font: 400 60px/100% "Roboto", sans-serif;
    margin: 20px 0;
    color: #ffffff;
}
#content section.color-section h2 .state-info {
    color: #000000;
}
#content section.color-section .btn {
    margin: 20px 0;
}
#content .locations-column {
    padding: 40px 0 11px;
    float: left;
    width: 49.8%;
}
#content .locations-column.small-column {
    float: right;
    width: 41%;
}
#content .locations-column h2 {
    font: normal 400 48px/100% 'Roboto', sans-serif;
    margin: 12px 0 40px;
}
#content .locations-column h3 {
    font: normal 500 36px/100% 'Roboto', sans-serif;
    margin-bottom: 1px;
}
#content .locations-column ul {
    display: inline-block;
    width: 100%;
    margin: 6px 0 58px;
    list-style: none;
}
#content .locations-column ul li {
    font: normal 400 24px/125% 'Roboto', sans-serif;
    padding-bottom: 6px;
}
#content .locations-column p {
    font: normal 400 24px/125% 'Roboto', sans-serif;
    margin-bottom: 53px;
}
#content .images-container.medium-images {
    display: block;
    width: 100%;
}
#content .images-container.medium-images .images-container-item {
    background: #000000;
    position: relative;
    height: 604px;
    float: left;
    display: inline;
    overflow: hidden;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content .images-container.medium-images .images-container-item .images-container-text {
    position: relative;
    right: auto;
    bottom: auto;
    display: table-cell;
    width: 100%;
    padding: 0 10%;
    height: 604px;
    vertical-align: middle;
    width: 700px;
}
#content .images-container.medium-images .images-container-item .images-container-text h3 {
    font: normal 400 36px/100% 'Roboto', sans-serif;
    margin-bottom: 19%;
}
#content .images-container.medium-images .images-container-item .images-container-text p {
    margin-bottom: 7.5%;
}
#content .images-container.medium-images .images-container-item .images-container-text p a {
    margin-bottom: 0;
}
#content .images-container.medium-images .images-container-item.top-image:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -48px;
    border: 50px solid transparent;
    border-bottom: 59px solid #111111;
}
#content .images-container.medium-images .images-container-item.bottom-image:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -48px;
    border: 50px solid transparent;
    border-top: 59px solid #111111;
}
#content .box-text-container {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 18px 0 49px;
}
#content .box-text-container .box-text-wrapper {
    margin: 0 -36px;
}
#content .box-text-container .box-text-item {
    position: relative;
    float: left;
    padding: 0 36px 50px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content .box-text-container .box-text-item .material-icons {
    color: #6b6969;
    font-size: 106px;
    margin-bottom: 18px;
}
#content .box-text-container .box-text-item img {
    margin-bottom: 35px;
}
#content .box-text-container .box-text-item h3 {
    font: normal 500 36px/100% 'Roboto', sans-serif;
}
#content .box-text-container .box-text-item p {
    font: normal 400 20px/150% 'Open Sans', sans-serif;
    color: #676464;
}
#content .box-text-container .box-text-item .box-item-wrapper {
    position: relative;
    min-height: 333px;
    padding-bottom: 60px;
    display: block;
}
#content .box-text-container .box-text-item .more {
    background: #1cb435;
    bottom: 0;
    color: #ffffff;
    padding: 0 64px 0 0;
    position: absolute;
    margin: 0;
    left: 0;
    font: 400 24px/32px "Roboto", sans-serif;
    text-align: right;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content .box-text-container .box-text-item .more:before {
    font-size: 33px;
    line-height: 32px;
    right: 13px;
}
#content .box-text-container .box-text-item .more:hover:before {
    right: 25px;
}
#content .main-content.main-location-details {
    margin: 50px 0;
    padding: 50px 0;
}
#content .main-content.main-location-details h2 {
    font: normal 700 60px/125% 'Roboto', sans-serif;
    margin: 22px 0;
}
@media only screen and (max-width: 950px) {
    #content .images-container.medium-images .images-container-item .images-container-text h3 {
        font-size: 32px;
        margin-bottom: 7%;
    }
    #content .images-container.medium-images .images-container-item .images-container-text p {
        font-size: 18px;
        margin-bottom: 5%;
    }
    #content .images-container.medium-images .images-container-item .images-container-text .more {
        line-height: 35px;
        font-size: 18px;
    }
    #content .images-container.medium-images .images-container-item .images-container-text .more:before {
        line-height: 35px;
        font-size: 35px;
    }
}
@media only screen and (max-width: 768px) {
    #content .locations-column {
        padding: 11px 0;
        width: 100%;
    }
    #content .locations-column.small-column {
        width: 100%;
    }
    #content .locations-column p,
    #content .locations-column ul {
        margin-bottom: 25px;
    }
    #content .images-container.medium-images .images-container-item {
        width: 50%;
    }
    #content .images-container.medium-images .images-container-item.top-image:before {
        display: none;
    }
    #content .images-container.medium-images .images-container-item.bottom-image:before {
        display: none;
    }
    #content .main-content.main-location-details {
        margin: 0;
    }
    #content .box-text-container .box-text-item {
        width: 100%;
    }
    #content .box-text-container .box-text-item .box-item-wrapper {
        height: auto;
        padding-bottom: 0;
    }
    #content .box-text-container .box-text-item .more {
        position: relative;
        left: auto;
        bottom: auto;
    }
}
@media only screen and (max-width: 640px) {
	#content #map_item .google-map-placeholder,
	#content #map_item {
        height: 300px !imporatnt;
    }
    #content section.title-section.medium-title .title-content {
        display: block;
        height: auto;
        padding: 50px 0;
        width: 100%;
    }
    #content section.title-section.medium-title .title-content h1 {
        font-size: 40px;
    }
    #content section.locations-details-section {
        padding: 25px 0 0;
    }
    #content section.color-section {
        padding: 15px 0;
    }
    #content section.color-section .alignleft {
        text-align: center;
        width: 100%;
    }
    #content section.color-section h2 {
        font-size: 40px;
    }
    #content .locations-column h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    #content .locations-column h3 {
        font-size: 26px;
    }
    #content .locations-column p,
    #content .locations-column ul {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #content .locations-column ul li {
        font-size: 20px;
    }
    #content .main-content.main-location-details {
        padding: 20px 0;
    }
    #content .main-content.main-location-details h2 {
        font-size: 40px;
        margin: 10px 0;
    }
    #content .box-text-container {
        padding-bottom: 20px;
    }
    #content .box-text-container .box-text-item {
        padding-bottom: 20px;
    }
    #content .box-text-container .box-text-item .material-icons {
        font-size: 66px;
    }
    #content .box-text-container .box-text-item h3 {
        font-size: 26px;
    }
    #content .box-text-container .box-text-item p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    #content .box-text-container .box-text-item .more {
        font-size: 18px;
    }
    #content .box-text-container .box-text-item .more:before {
        font-size: 24px;
    }
}
@media only screen and (max-width: 480px) {
    #content #map_item .google-map-placeholder,
	#content #map_item {
        height: 250px !imporatnt;
    }
    #content .images-container.medium-images .images-container-item {
        height: auto!important;
        width: 100%;
    }
    #content .images-container.medium-images .images-container-item .images-container-text {
        display: block;
        height: auto!important;
        padding: 5%;
        width: 100%;
    }
}
body,
html {
    height: 100%;
}
body {
    position: relative;
}
.checkout-page header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.checkout-page header .header-title {
    height: 56px;
}
.checkout {
    color: #666;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.checkout .checkout-nav-component {
    position: absolute;
    list-style-type: none;
    counter-reset: item;
    left: 0;
    top: 72px;
    width: 100%;
    height: 56px;
}
.checkout .checkout-nav-component .checkout-nav-item {
    background: #ebebeb;
    border-right: 1px solid #dfdfdf;
    color: #000000;
    cursor: pointer;
    height: 56px;
    padding: 0 26px;
    float: left;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.checkout .checkout-nav-component .checkout-nav-item.active {
    background: #000000;
    color: #ffffff;
}
.checkout .checkout-nav-component .checkout-nav-item.active .overlay {
    display: none;
}
.checkout .checkout-nav-component .checkout-nav-item:last-child {
    border-right: 0px solid #000000;
}
.checkout .checkout-nav-component .checkout-nav-item h3 {
    font: normal 400 24px/100% 'Roboto', sans-serif;
    display: table-cell;
    height: 56px;
    vertical-align: middle;
    width: 100%;
}
.checkout .checkout-nav-component .checkout-nav-item:before {
    float: left;
    content: counter(item) '. ';
    counter-increment: item;
    font: normal 400 24px/56px 'Roboto', sans-serif;
    margin-right: 3px;
}
.checkout .steps {
    display: block;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 128px 0 0;
    /* Step 3 */
}
.checkout .steps .steps-item {
    float: left;
    border-right: 1px solid #dfdfdf;
    width: 33.33%;
    overflow-y: hidden;
    height: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.checkout .steps .steps-item:last-child {
    border-right: 0px solid #000000;
}
.checkout .steps .steps-item .overlay {
    display: block;
    background: rgba(224, 224, 224, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}
.checkout .steps .steps-item.customer-information {
    padding: 0 34px;
}
.checkout .steps .steps-item.schedule-installation {
    padding: 0 34px;
}
.checkout .steps .steps-item.review {
    padding: 0 40px;
}
.checkout .steps .steps-item.active {
    border-right: 0px solid #000000;
    overflow-y: auto;
}
.checkout .steps .steps-item.active .overlay {
    display: none;
}
.checkout .steps .steps-item h3 {
    color: #000000;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    margin: 23px 0 20px;
}
.checkout .steps .customer-information-form input {
    background: none;
    border: 1px solid #c2c1c1;
    box-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #b2b2b2;
    font-size: 14px;
    height: 43px;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 0 20px;
    width: 100%;
}
.checkout .steps .customer-information-form input[type="checkbox"] + label:before {
    border: 1px solid #c2c1c1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: -30px;
}
.checkout .steps .customer-information-form label {
    color: #b2b2b2;
    display: block;
    font-size: 12px;
    margin: 0 0 50px 30px;
}
.checkout .steps .customer-information-form .left {
    float: left;
    width: 48%;
}
.checkout .steps .customer-information-form .right {
    float: right;
    width: 48%;
}
.checkout .steps .customer-information-form .jquery-selectbox {
    background: none;
    border: 1px solid #c2c1c1;
    box-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #b2b2b2;
    font-size: 14px;
    height: 43px;
    line-height: 20px;
    margin: 0 0 10px;
    width: 100%;
}
.checkout .steps .customer-information-form .jquery-selectbox .jquery-selectbox-currentItem {
    padding: 11px 20px;
}
.checkout .steps .customer-information-form .jquery-selectbox .jquery-selectbox-moreButton {
    font-size: 20px;
    height: 41px;
    margin: 0 20px 0 0;
    width: 20px;
}
.checkout .steps .customer-information-form .jquery-selectbox .jquery-selectbox-moreButton:before {
    line-height: 41px;
}
.checkout .steps .customer-information-form .jquery-selectbox .jquery-selectbox-item {
    font-size: 14px;
}
.checkout .steps button,
.checkout .steps .complete-order {
    display: none;
}
.checkout .steps .active button {
    background: #1cb435;
    border: none;
    color: #fffffe;
    display: block;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    margin: auto auto 60px;
    text-align: center;
    width: 90%;
    transition: all 1s ease 0s;
}
.checkout .steps .active button:hover {
    background: #2175ff;
    transition: all 1s ease 0s;
}
.checkout .steps .active button[type="submit"] {
    margin-top: 44%;
}
.checkout .steps .order-details .block {
    margin: 30px 0 0;
    padding-bottom: 3px;
}
.checkout .steps .order-details .block h4 {
    color: #000000;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.checkout .steps .order-details .block a {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 1px 1px #acacac;
    color: #000000;
    float: right;
    font-family: 'Roboto';
    font-sze: 14px;
    font-weight: 500;
    height: 28px;
    line-height: 28px;
    margin: 15px 0 0 8px;
    text-align: center;
    text-transform: uppecase;
    width: 100px;
}
.checkout .steps .order-details .block a:hover {
    background: #e9e9e9;
    text-decoration: none;
}
.checkout .steps .order-details .cell-left {
    float: left;
    color: #000000;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    margin: 10px 15px 0 0;
}
.checkout .steps .order-details .cell-right {
    float: right;
    color: #000000;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    margin: 10px 15px 0 0;
}
.checkout .steps .order-details .total {
    margin: 55px 0 0;
}
.checkout .steps .order-details .total .cell-left,
.checkout .steps .order-details .total .cell-right {
    font-size: 24px;
}
.checkout .steps .infobox {
    border: 2px dashed #d3d3d3;
    color: #333333;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
    margin: 33px 0 80px;
    padding: 10px 15px;
}
.checkout .steps .infobox a {
    color: #333333;
    text-decoration: underline;
}
.checkout .steps .infobox a:hover {
    text-decoration: none;
}
.checkout .select-time .form-row {
    margin: 7px 0 7px 13%;
    position: relative;
}
.checkout .select-time .form-row.checked label:before {
    background: #dfdfdf;
    border: 7px solid #515356;
    height: 5px;
    width: 5px;
}
.checkout .select-time label {
    color: #515255;
    font-family: 'Lato';
    font-size: 12px;
    display: block;
    font-weight: 400;
    padding: 0 0 0 44px;
}
.checkout .select-time label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 17px;
    width: 17px;
}
.checkout .select-time input[type="radio"] {
    vertical-align: middle;
    height: 20px;
    width: 20px;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.checkout .select-time input[type="radio"] + label {
    padding-bottom: 8px;
}
.checkout .info-datepicker {
    margin: 15px -15px 60px;
}
.checkout .info-datepicker ul {
    margin: 0;
    padding: 0;
}
.checkout .info-datepicker ul li {
    color: #000000;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    list-style: npne;
    margin: 0 20px 0 0;
}
.checkout .info-datepicker ul li span {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 10px 0 0;
}
.checkout .info-datepicker ul li span.green {
    background: #1cb435;
}
.checkout .info-datepicker ul li span.gray {
    background: #333333;
}
.checkout .info-datepicker ul li span.light-gray {
    background: #cccccc;
}
.checkout #datepicker {
    margin: 0 -20px;
}
.checkout .ui-datepicker {
    width: 100%;
}
.checkout .ui-datepicker td {
    padding: 0;
}
.checkout .ui-corner-all,
.checkout .ui-corner-bottom,
.checkout .ui-corner-right,
.checkout .ui-corner-br {
    padding: 0;
    border: none;
}
.checkout .ui-widget-header {
    border-radius: 0;
    background: none;
    color: #515252;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 0;
    font-family: 'Lato';
    font-weight: bold;
}
.checkout .ui-datepicker table {
    margin: 0;
}
.checkout .ui-datepicker th {
    background: #ffffff;
    border: 1px solid #f5f5f5;
    color: #515356;
    font-size: 9px;
    text-transform: uppercase;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0;
    font-family: 'Lato';
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.checkout .ui-state-default,
.checkout .ui-widget-content .ui-state-default,
.checkout .ui-widget-header .ui-state-default {
    border-color: #f5f5f5;
}
.checkout .ui-datepicker td span,
.checkout .ui-datepicker td a {
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #515356;
    font-size: 13px;
    font-family: 'Lato';
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.checkout .ui-priority-secondary,
.checkout .ui-widget-content .ui-priority-secondary,
.checkout .ui-widget-header .ui-priority-secondary {
    color: #cbcbcb;
    background: #fff;
}
.checkout .ui-state-default,
.checkout .ui-widget-content .ui-state-default,
.checkout .ui-widget-header .ui-state-default {
    background: #fff;
}
.checkout .ui-datepicker-week-end .ui-state-default {
    background: #fafafa;
}
.checkout .ui-state-active,
.checkout .ui-widget-content .ui-state-active,
.checkout .ui-widget-header .ui-state-active {
    background: #1cb435;
    border-color: #6acc7a;
    color: #fff;
}
.checkout .ui-datepicker .ui-datepicker-prev,
.checkout .ui-datepicker .ui-datepicker-next {
    font-family: "Material Icons";
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}
.checkout .ui-datepicker .ui-datepicker-prev,
.checkout .ui-datepicker .ui-datepicker-next {
    height: 30px;
    top: 10px;
    width: 30px;
}
.checkout .ui-datepicker .ui-datepicker-prev:hover,
.checkout .ui-datepicker .ui-datepicker-next:hover {
    text-decoration: none;
}
.checkout .ui-datepicker .ui-datepicker-prev:before,
.checkout .ui-datepicker .ui-datepicker-next:before {
    display: block;
    width: 30px;
    text-align: center;
}
.checkout .ui-datepicker .ui-datepicker-prev:before {
    content: '';
}
.checkout .ui-datepicker .ui-datepicker-next:before {
    content: '';
}
@media only screen and (max-width: 768px) {
    .checkout-page header {
        position: relative;
        left: auto;
        top: auto;
    }
    .checkout-page header .logo {
        margin-left: auto;
        margin-right: auto;
    }
    .checkout-page header .header-title {
        height: 57px;
    }
    .checkout {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
    }
    .checkout .checkout-nav-component {
        display: table;
        height: auto;
        left: auto;
        position: relative;
        top: auto;
        width: 100%;
    }
    .checkout .checkout-nav-component .checkout-nav-item {
        float: none;
        height: auto;
        padding: 20px;
        display: table-cell;
        vertical-align: top;
    }
    .checkout .checkout-nav-component .checkout-nav-item h3 {
        display: block;
        height: auto;
        width: auto;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .checkout .checkout-nav-component .checkout-nav-item:before {
        float: none;
        display: block;
        text-align: center;
        font: normal 400 16px/16px 'Roboto', sans-serif;
        margin: 0 0 10px;
    }
    .checkout .steps {
        display: block;
        padding: 10px 0 0;
    }
    .checkout .steps .steps-item {
        display: none;
        overflow-y: visible;
        width: 100%;
        border-right: 0px solid #000000;
    }
    .checkout .steps .steps-item.review {
        padding: 0 34px;
    }
    .checkout .steps .steps-item.active {
        display: block;
    }
    .checkout .steps .infobox {
        margin: 20px 0 30px;
    }
    .checkout .steps .active button {
        width: 100%;
    }
    .checkout .steps .active button[type="submit"] {
        margin: 40px auto 30px;
    }
}
@media only screen and (max-width: 480px) {
    .checkout-page header .header-title {
        height: 54px;
    }
    .checkout .checkout-nav-component .checkout-nav-item {
        padding: 15px;
    }
    .checkout .steps .customer-information-form .left,
    .checkout .steps .customer-information-form .right {
        width: 100%;
    }
    .checkout .steps .customer-information-form label {
        margin-bottom: 20px;
    }
    .checkout .info-datepicker {
        margin-bottom: 30px;
    }
}
footer {
    padding: 0;
    background: #000000;
}
footer .footer-wrapper {
    padding: 50px 0 40px;
}
footer hr {
    margin: 0 0 16px;
}
footer .top-nav {
    padding: 35px 0 30px;
    margin-bottom: 28px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
footer .top-nav ul {
    margin: 0 -25px;
}
footer .top-nav ul li {
    float: left;
    width: 25%;
    padding: 0 25px 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer .top-nav ul li a {
    color: #ffffff;
    display: inline-block;
    font: normal 700 30px/100% 'Roboto', sans-serif;
    margin-bottom: 37px;
    cursor: text;
}
footer .top-nav ul li a:hover {
    text-decoration: none;
}
footer .top-nav ul li ul {
    margin: 0;
    padding: 0;
}
footer .top-nav ul li ul li {
    padding: 8px 0;
    width: 100%;
}
footer .top-nav ul li ul li a {
    font: normal 400 18px/100% 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
footer .top-nav ul li ul li a:hover {
    color: #ababab;
    text-decoration: underline;
}
footer .top-nav ul li ul li.current a {
    color: #ababab;
}
footer p {
    color: #ffffff;
    padding: 0 4px;
    margin-bottom: 14px;
    font: normal 400 14px/100% 'Roboto', sans-serif;
}
footer p a {
    color: #2175ff;
}
footer p a:hover {
    color: #2175ff;
    text-decoration: underline;
}
footer .copy {
    padding-bottom: 30px;
}
footer .copy p {
    display: inline-block;
    font: normal 400 12px/14px 'Roboto', sans-serif;
    margin: 0 5px 10px 0;
    overflow: hidden;
}
footer .copy .small-nav {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
footer .copy .small-nav ul {
    margin: 0 -10px;
}
footer .copy .small-nav ul li {
    position: relative;
    padding: 0 10px;
    margin-bottom: 10px;
    display: inline-block;
}
footer .copy .small-nav ul li a {
    color: #ffffff;
    font: normal 400 14px/14px 'Roboto', sans-serif;
}
footer .copy .small-nav ul li a:hover {
    color: #ababab;
}
footer .copy .small-nav ul li:before {
    content: '';
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    height: 10px;
    width: 1px;
}
footer .copy .small-nav ul li.current a {
    color: #ababab;
}
footer .bottom-footer .white-link:hover {
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    footer {
        padding: 25px 0 10px;
    }
    footer .footer-wrapper {
        padding: 10px 0 0;
    }
    footer .top-nav {
        margin-bottom: 0px;
    }
    footer .top-nav ul {
        margin: 0 -15px;
    }
    footer .top-nav ul li {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 49%;
        padding: 0 15px 17px;
    }
    footer .copy {
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 480px) {
    footer .top-nav {
        margin-bottom: 0px;
    }
    footer .top-nav ul li {
        padding: 0 15px 17px;
    }
    footer .top-nav ul li a {
        font-size: 24px;
        margin-bottom: 17px;
    }
    footer .top-nav ul li ul li {
        padding: 2px 0;
    }
    footer .top-nav ul li ul li a {
        font-size: 14px;
        margin: 0;
    }
    footer .copy {
        padding-bottom: 0px;
    }
}
.page-template-steps .container {
    max-width: 990px;
}
#content section.steps .package {
    border: 2px solid #999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: border-color 0.6s;
}
#content section.steps .package:hover {
    border: 6px solid #1cb435;
    margin: -4px;
}
#content section.steps .package .head {
    display: table;
    width: 100%;
    min-height: 80px;
}
#content section.steps .package .head .heading,
#content section.steps .package .head .price {
    display: table-cell;
    vertical-align: middle;
}
#content section.steps .package .head .heading {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding-left: 9%;
    width: 73%;
}
#content section.steps .package .head .heading .top {
    font-size: 24px;
    line-height: 21px;
}
#content section.steps .package .head .price {
    font-size: 12px;
}
#content section.steps .package .head .price .top {
    font-size: 34px;
    color: #1cb435;
    line-height: 36px;
}
#content section.steps .package .head .price .top span {
    vertical-align: super;
    font-size: 17px;
}
#content section.steps .package h2 {
    text-align: center;
    font-weight: 500;
}
#content section.steps .package h5 {
    font-size: 18px;
    font-weight: bold;
    background: #f5f5f5;
    padding: 22px 0;
    text-align: center;
    text-transform: uppercase;
}
#content section.steps .package ul {
    list-style: none;
    margin: 0 0 10px;
}
#content section.steps .package ul li {
    font-size: 14px;
    padding: 8px 2% 8px 6%;
}
#content section.steps .package .info-links {
    display: table;
    width: 100%;
    border-collapse: collapse;
    height: 48px;
}
#content section.steps .package .info-links .link {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    border: 1px solid black;
}
#content section.steps .package .info-links .link:first-child {
    border-left: none;
}
#content section.steps .package .info-links .link:last-child {
    border-right: none;
}
#content section.steps .package .btn {
    padding: 10px 53px;
    font-size: 25px;
    font-weight: 500;
    margin: 8px 0 16px;
    width: auto;
}
#content section.steps .package .icons {
    margin-bottom: 10px;
    text-align: center;
}
#content section.steps .package .icons img {
    display: inline-block;
    margin-right: 5px;
}
#content section.steps .package .description {
    padding: 0 7%;
    font-size: 14px;
    line-height: 18px;
}
#content section.steps .package .description p {
    color: #5d5d5d;
}
#content section.zip {
    text-align: center;
    padding: 50px 0 77px;
    font-family: Roboto, sans-serif;
}
#content section.zip h1 {
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 15px;
}
#content section.zip p {
    font-size: 24px;
    margin-bottom: 20px;
}
#content section.zip input {
    border: 1px solid #c2c1c1;
    font-size: 24px;
    padding: 14px 22px;
    margin: 30px 7px 30px 0;
}
#content section.zip .btn {
    padding: 14px 22px;
    vertical-align: middle;
}
#content section.steps {
    font-family: Roboto, sans-serif;
}
#content section.steps .packages #own, #content section.steps .packages #popular {
    display: none;
}
#content section.steps .packages #own.ui-tabs-panel, #content section.steps .packages #popular.ui-tabs-panel {
    display: block;
}
#content section.steps .step-heading {
    background: #f4f4f4;
    padding: 9px 0;
    margin-bottom: 36px;
}
#content section.steps .cols .col {
    float: left;
    width: 31%;
    margin: 0 1.16666% 20px;
}

#content section.steps .packages .tabs {
    margin-bottom: 5px;
}
#content section.steps .packages .filter-select {
    margin: 0 0 20px;
}
#content section.steps .packages .filter-select li {
    display: inline-block;
    margin-right: 5px;
}
#content section.steps .packages .filter-select li a {
    display: inline-block;
    font-weight: bold;
    color: black;
    text-decoration: none;
    border: 2px solid black;
    padding: 13px 27px;
    transition: all .3s;
}
#content section.steps .packages .filter-select li a:hover {
    opacity: .7;
}
#content section.steps .packages .filter-select li.ui-tabs-active a {
    background: black;
    color: white;
}
#content section.steps .packages .filter {
    font-size: 18px;
    font-weight: bold;
    min-height: 50px;
    line-height: 35px;
    overflow: hidden;
}
#content section.steps .packages #popular .filter {
    line-height: 30px;
}
#content section.steps .packages .filter > span,
#content section.steps .packages .filter > a {
    margin-right: 10px;
    display: inline-block;
}
#content section.steps .packages .filter > a.all {
    margin-right: 7px;
}
#content section.steps .packages .filter > a {
    position: relative;
}
#content section.steps .packages .filter > a:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 8px;
    height: 15px;
    width: 2px;
    background: #000;
}
#content section.steps .packages .filter > a.all:before {
    width: 0;
}
#content section.steps .packages .filter a:hover {
    color: #2175ff;
}
#content section.steps .packages .filter label {
    margin-right: 40px;
    color: #2175ff;
}
#content section.steps .packages .next {
    margin: 0 0 50px;
}
#content section.steps .packages .package .head {
    min-height: 93px;
}
#content section.steps .packages .package .head .heading {
    font-size: 24px;
    line-height: 27px;
    padding-left: 7%;
    width: 61%;
}
#content section.steps .packages .package .head .heading .top {
    font-size: 18px;
    line-height: 21px;
}
#content section.steps .packages .package .btn {
    margin-top: 20px;
    width: auto;
}
#content section.steps .packages .cols {
    margin: 0 -1.16666% 52px;
}
#content section.steps .offers {
    margin-bottom: 115px;
}
#content section.steps .offers .of-head {
    margin-bottom: 15px;
}
#content section.steps .offers .of-head h3 {
    font-size: 30px;
}
#content section.steps .offers .cols {
    margin-bottom: 17px;
}
#content section.steps .section-more .package .btn {
    margin-top: 20px;
}
#content section.steps .section-more .col-head {
    margin-bottom: 12px;
}
#content section.steps .section-more .col-head h3 {
    font-size: 30px;
}
#content section.steps .section-more .cols {
    margin-bottom: 23px;
}
.channel-lineups .overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.channel-lineups .popup {
    display: none;
    background-color: white;
    max-width: 700px;
    z-index: 999;
    position: absolute;
    top: 0;
    font-family: "Open Sans", sans-serif;
    margin-top: 75px;
}
.channel-lineups .popup .header {
    background-color: #1cb435;
    color: white;
    position: relative;
    padding: 8px 70px 8px 17px;
}
.channel-lineups .popup .header .close {
    position: absolute;
    top: 6px;
    right: 19px;
    cursor: pointer;
}
.channel-lineups .popup .header .close:hover {
    opacity: .7;
}
.channel-lineups .popup .header .close i {
    font-size: 45px;
}
.channel-lineups .popup .header h3 {
    font-size: 36px;
    font-family: Roboto, sans-serif;
    margin: 0;
}
.channel-lineups .popup .pack-name {
    background-color: #252525;
    color: white;
    padding: 5px 17px;
}
.channel-lineups .popup .pack-name h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.channel-lineups .popup .filter {
    background-color: #f2f2f2;
}
.channel-lineups .popup .filter .jquery-selectbox {
    width: 167px !important;
    height: 34px;
    font-size: 14px;
    color: #040404;
    font-family: "Open Sans", sans-serif;
    border: none;
    background: none;
    margin-right: 36px;
}
.channel-lineups .popup .filter .jquery-selectbox .jquery-selectbox-currentItem {
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 5px 8px 17px;
}
.channel-lineups .popup .filter .jquery-selectbox .jquery-selectbox-moreButton {
    height: 35px;
    width: auto;
    font-size: 26px;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #515356;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    background-color: white;
    transition: none;
}
.channel-lineups .popup .filter .jquery-selectbox .jquery-selectbox-moreButton::before {
    line-height: 1;
}
.channel-lineups .popup .filter .jquery-selectbox .jquery-selectbox-item {
    font-size: 14px;
}
.channel-lineups .popup .filter .jquery-selectbox .jquery-selectbox-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    left: 0;
    border-top: none;
}
.channel-lineups .popup .filter .list {
    padding: 8px 10px;
}
.channel-lineups .popup .filter .list a {
    color: #1e74cc;
}
.channel-lineups .popup .filter .list * {
    margin-right: 8px;
}
.channel-lineups .popup .filter .mobile {
    display: none;
}
.channel-lineups .popup .channel-list {
    padding-bottom: 115px;
    border-top: 1px solid #eaeaea;
}
.channel-lineups .popup .channel-list ul {
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
}
.channel-lineups .popup .channel-list ul li {
    display: table-row;
}
.channel-lineups .popup .channel-list ul li > div {
    display: table-cell;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
    padding-top: 14px;
    padding-bottom: 14px;
}
.channel-lineups .popup .channel-list ul li .logo {
    padding: 0 5px 0 17px;
}
.channel-lineups .popup .channel-list ul li .name {
    width: 31%;
}
.channel-lineups .popup .channel-list ul li .check {
    text-align: center;
    color: #1cb435;
    width: 20%;
    padding: 0;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
}
.channel-lineups .popup .channel-list ul li .check i {
    font-size: 40px;
}
.channel-lineups .popup .channel-list ul li .pak {
    width: 31%;
    padding-right: 17px;
    padding-left: 19px;
}
@media only screen and (max-width: 1023px) {
    #content section.steps .cols .col {
        width: 49%;
        margin: 0 0.5% 20px;
    }
    #content.webstore section.steps .cols .col:nth-child(2n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 768px) {
    #content section.steps .packages .tabs {
        margin-bottom: 22px;
    }
    #content section.steps .packages .filter {
        min-height: 70px;
    }
    #content section.steps .packages .filter > span {
        display: block;
    }
    #content section.zip .btn {
        width: auto;
    }
}
@media only screen and (max-width: 640px) {
    #content section.zip {
        padding: 20px 0 30px;
    }
    #content section.zip h1 {
        font-size: 34px;
    }
    #content section.zip p {
        font-size: 18px;
    }
    #content section.zip input {
        margin: 10px 0 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #content section.zip .btn {
        width: 100%;
    }
    #content section.steps .step-heading h2 {
        font-size: 34px;
    }
    #content section.steps .packages .filter {
        min-height: 100px;
    }
    #content section.steps .packages .filter-select li a {
        padding: 10px 15px;
    }
    #content section.steps .package .btn {
        padding: 10px;
        font: normal 600 16px/18px 'Roboto', sans-serif;
    }
    #content section.steps .package h2 {
        font-size: 32px;
    }
    #content section.steps .section-more .col-head h3 {
        font-size: 27px;
    }
    .channel-lineups .popup .header {
        padding-right: 45px;
    }
    .channel-lineups .popup .header h3 {
        font-size: 28px;
    }
    .channel-lineups .popup .header .close {
        top: 7px;
        right: 10px;
    }
    .channel-lineups .popup .header .close i {
        font-size: 35px;
    }
    .channel-lineups .popup .filter .jquery-selectbox {
        margin-right: 0;
        width: 160px !important;
    }
    .channel-lineups .popup .filter .list {
        display: none;
    }
    .channel-lineups .popup .filter .mobile {
        display: block;
    }
    .channel-lineups .popup .channel-list ul li .name {
        display: none;
    }
    .channel-lineups .popup .channel-list ul li .pak {
        width: auto;
    }
}
@media only screen and (max-width: 480px) {
    #content section.zip input {
        width: 200px;
        margin-right: 0;
    }
    #content section.steps .cols .col {
        width: 100%;
        margin: 0;
    }
    #content section.steps .packages .filter-select li {
        width: 140px;
    }
    #content section.steps .packages .filter label {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 355px) {
    #content section.steps .packages .filter {
        min-height: 130px;
    }
}
.page-template-legal #content {
    background-color: #f0f0f0;
}
.page-template-legal #content section.title-section .title-content {
    height: 498px;
}
.page-template-legal #content section.title-section .title-content h1 {
    font: 700 72px/100% "Roboto", sans-serif;
    margin: 36px 0 0;
}
#content .legal-row {
    margin: 5px -25px 0 0;
    padding-bottom: 90px;
}
#content .legal-row .col {
    float: left;
    width: 33.3333%;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content .legal-row .col .wrap {
    background-color: white;
    padding: 30px 20px 97px 30px;
    display: block;
    text-decoration: none;
    color: #030000;
    position: relative;
    margin: 25px 0;
    transition: background-color 0.3s;
}
#content .legal-row .col .wrap:hover {
    background-color: #1cb435;
    color: black;
}
#content .legal-row .col .wrap h3 {
    font: 500 30px/28px "Roboto", sans-serif;
    margin-bottom: 25px;
    padding: 0 3px;
}
#content .legal-row .col .wrap p {
    font: 400 18px/28px "Roboto", sans-serif;
}
#content .legal-row .col .wrap .right-arrow {
    background: url("../images/icons/rarrow.png") no-repeat;
    width: 75px;
    height: 43px;
    text-indent: -99999px;
    position: absolute;
    right: 35px;
    bottom: 25px;
}
@media only screen and (max-width: 768px) {
    #content .legal-row .col {
        width: 50%;
    }
}
@media only screen and (max-width: 640px) {
    .page-template-legal #content section.title-section .title-content {
        padding: 50px 0;
        height: auto;
        width: 100%;
        display: block;
    }
    .page-template-legal #content section.title-section .title-content h1 {
        margin: 0;
        font-size: 44px;
    } 
}
@media only screen and (max-width: 480px) {
    #content .legal-row .col {
        width: 100%;
    }
}
.privacy-detail #content .container {
    max-width: 845px;
}
.privacy-detail #content section.title-section .title-content {
    height: 498px;
}
.privacy-detail #content section.title-section .title-content h1 {
    font: 700 72px/100% "Roboto", sans-serif;
    margin: 0;
}
#content .head-detail {
    margin: 45px 0 85px;
}
#content .head-detail .name {
    text-transform: uppercase;
    color: #1cb435;
    font: 500 24px/36px "Roboto", sans-serif;
    margin-bottom: 14px;
}
#content .head-detail h2 {
    font: 500 48px/60px "Roboto", sans-serif;
}
#content .two-cols {
    margin-bottom: 100px;
}
#content .two-cols .side {
    float: left;
    width: 20%;
    padding-top: 12px;
    font: 400 18px/30px "Roboto", sans-serif;
}
#content .two-cols .content {
    float: left;
    width: 80%;
}
#content .two-cols .content p,
#content .two-cols .content li {
    font: 400 14px/24px "Roboto", sans-serif;
}
#content .two-cols .content p {
    margin-bottom: 1.7em;
}
#content .two-cols .content h4 {
    font: 400 24px/24px "Roboto", sans-serif;
    margin-bottom: 1.1em;
}
#content .two-cols .content h3 {
    font: 700 24px/24px "Roboto", sans-serif;
    margin-bottom: 1.35em;
}
#content .two-cols .content .top {
    margin-top: 1.75em;
    margin-bottom: 5px;
}
#content .two-cols .content ul {
    margin-left: 0;
    margin-bottom: 1.7em;
    list-style-position: inside;
}
#content .two-cols .content p + ul {
    margin-top: -1.7em;
}
@media only screen and (max-width: 640px) {
    .privacy-detail #content section.title-section .title-content {
        padding: 50px 0;
        height: auto;
        width: 100%;
        display: block;
    }
    .privacy-detail #content section.title-section .title-content h1 {
        margin: 0;
        font-size: 44px;
    }
    #content .head-detail {
        margin: 15px 0 5px;
    }
    #content .head-detail .name {
        margin-bottom: 0;
    }
    #content .head-detail h2 {
        font: 500 37px/38px "Roboto", sans-serif;
    }
    #content .two-cols .side,
    #content .two-cols .content {
        float: none;
        width: 100%;
    }
    #content .two-cols .side {
        margin: 0 0 20px;
    }
    #content .two-cols .side * {
        display: inline;
    }
    #content .two-cols .side .date {
        font-style: italic;
    }
}
#content.products-page section.title-section .title-content {
    vertical-align: bottom;
    padding: 0 51px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content.products-page section.title-section .title-content h1 {
    font: normal 500 100px/105% 'Roboto', sans-serif;
    margin-bottom: 106px;
}
#content.products-page section.images-section {
    background: #1cb435 none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    height: 509px;
    width: 100%;
}
#content.products-page section.images-section .top-image {
    display: block;
    left: 0;
    max-height: 509px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
#content.products-page section.images-section .top-image img {
    width: 100%;
}
#content.products-page section.images-section .container {
    position: relative;
    z-index: 5;
    height: 509px;
}
#content.products-page section.images-section .title-content {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    width: 970px;
    height: 270px;
}
#content.products-page section.images-section .title-content h1,
#content.products-page section.images-section .title-content h2,
#content.products-page section.images-section .title-content h3,
#content.products-page section.images-section .title-content h4,
#content.products-page section.images-section .title-content h5,
#content.products-page section.images-section .title-content h6,
#content.products-page section.images-section .title-content p,
#content.products-page section.images-section .title-content a {
    color: #ffffff;
}
#content.products-page section.images-section .title-content h2 {
    font: normal 500 72px/105% 'Roboto', sans-serif;
}
#content.products-page section.images-section .more-box {
    margin-right: -7px;
}
#content.products-page section.top-section-products .container {
    background: #ffffff;
    margin-top: -71px;
    position: relative;
    z-index: 100;
}
#content.products-page section.top-section-products h2 {
    color: #1cb435;
    font: normal 500 175px/95% 'Roboto', sans-serif;
    margin-bottom: 0;
    margin-left: -10px;
}
#content.products-page section.top-section-products h3 {
    font: normal 400 36px/126% 'Open Sans', sans-serif;
    margin-bottom: 27px;
}
#content.products-page section.top-section-products p {
    color: #676464;
    font: normal 300 24px/126% 'Open Sans', sans-serif;
    margin-bottom: 47px;
}
#content.products-page section.top-section-products .title-section p {
    display: inline-block;
    color: #000000;
    font: normal 400 30px/100% 'Roboto', sans-serif;
    padding-bottom: 30px;
    margin-bottom: 43px;
    border-bottom: 5px solid #000000;
}
#content.products-page section.top-section-products .content-section {
    position: relative;
    margin-bottom: 53px;
}
#content.products-page section.top-section-products .col {
    float: left;
    margin-bottom: 3px;
    width: 46%;
}
#content.products-page section.gray-bg .container {
    padding: 43px 60px 62px;
    max-width: 953px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content.products-page section.bottom-section .container {
    padding-top: 5.1%;
    padding-bottom: 47px;
    background: #ffffff;
    max-width: 952px;
}
#content.products-page section.bottom-section h2 {
    font: normal 500 60px/100% 'Roboto', sans-serif;
}
#content.products-page section.bottom-section .box-text-container {
    padding: 45px 0 10px;
}
#content.products-page section.bottom-section .box-text-container .box-text-item .material-icons {
    margin-bottom: 30px;
}
#content.products-page section.bottom-section .box-text-container .box-text-item h3 {
    margin-bottom: 20px;
}
#content.products-page section.bottom-section .box-text-container .box-text-item .more {
    padding: 14px 64px 14px 0;
    line-height: 29px;
}
#content.products-page section.bottom-section .box-text-container .box-text-item .more:before {
    line-height: 54px;
}
#content section.product-images-container {
    display: table;
    width: 100%;
}
#content section.product-images-container .images-container-item {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
#content section.product-images-container .images-container-item .images-item-wrapper {
    margin-top: 78px;
}
#content section.product-images-container .images-container-item img {
    width: 100%;
}
#content section.product-images-container .images-container-item a {
    display: block;
    position: relative;
}
#content section.product-images-container .images-container-item a .image-text {
    color: #000000;
    position: absolute;
    left: 0;
    top: 8.1%;
    font: normal 500 30px/100% 'Roboto', sans-serif;
    text-align: right;
    padding: 0 4.6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
#content section.product-images-container .images-container-item a:hover .image-text {
    color: #2175ff;
}
#content section.product-images-container .images-container-item .images-container-text {
    max-width: 470px;
    width: 1005;
    float: right;
}
#content section.product-images-container .images-container-item .images-container-text h2 {
    font: normal 500 105px/104% 'Roboto', sans-serif;
    margin-bottom: 29px;
}
#content section.product-images-container .images-container-item .images-container-text h3 {
    font: normal 300 42px/130% 'Open Sans', sans-serif;
}
#content section.product-images-container .images-container-item .images-container-text h3 a {
    display: inline-block;
    color: #000000;
    font: normal 400 42px/130% 'Open Sans', sans-serif;
}
#content section.product-images-container .images-container-item .images-container-text p {
    font: normal 400 24px/34px 'Roboto', sans-serif;
    margin-bottom: 25px;
}
#content section.product-images-container .images-container-item.text-left a .image-text {
    text-align: left;
}
#content section.product-images-container.col-3 .images-container-item {
    text-align: center;
    width: 33.33%;
}
#content section.product-images-container.col-3 .images-container-item .images-container-text {
    display: inline-block;
    width: 100%;
    float: none;
    max-width: 330px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content section.product-images-container.col-3 .images-container-item .images-container-text .more {
    padding: 0 75px 0 0;
}
#content section.hidden-sections {
    display: none;
    padding: 67px 0 40px;
    text-align: center;
}
#content section.hidden-sections .container {
    padding: 0 36px;
    max-width: 892px;
}
#content section.hidden-sections h3 {
    font: normal 400 36px/100% 'Roboto', sans-serif;
}
#content section.hidden-sections h4 {
    font: normal 400 30px/100% 'Roboto', sans-serif;
    margin-bottom: 12px;
}
#content section.hidden-sections p {
    font: normal 400 18px/100% 'Roboto', sans-serif;
    margin-bottom: 41px;
}
#content section.hidden-sections .row {
    margin: 0 -36px;
}
#content section.hidden-sections .row .column {
    float: left;
    padding: 0 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}
#content section.hidden-sections .list-box {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 34px;
    width: 100%;
    border-top: 1px solid #000000;
}
#content section.hidden-sections .list-box ul {
    margin: 18px -10px 0;
    text-align: left;
    list-style: none;
}
#content section.hidden-sections .list-box ul li {
    padding: 8px 10px;
    text-align: left;
    /*float: left;*/
    display: inline-block;
    font: normal 400 20px/100% 'Roboto', sans-serif;
    width: 165px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content section.hidden-sections .small-text p {
    font: normal 400 10px/100% 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 55px;
}
#content section.hidden-sections .medium-text {
    display: block;
    padding: 30px 0 9px 0;
}
#content section.hidden-sections .medium-text p {
    text-align: center;
    font: normal 500 24px/100% 'Roboto', sans-serif;
}
#content section.hidden-sections .medium-text p a:hover {
    color: #2175ff;
}
#content section.hidden-sections.logos-bg .container {
    max-width: 940px;
}
#content section.section-style-1 {
    padding: 50px 0 40px;
}
#content section.section-style-1 h2 {
    font: normal 500 60px/150% 'Roboto', sans-serif;
    margin-bottom: 25px;
}
#content section.section-style-1 h6 {
    font: normal 400 18px/125% 'Roboto', sans-serif;
    margin-bottom: 29px;
}
#content section.section-style-1 h6 strong {
    display: block;
    font: normal 500 24px/125% 'Roboto', sans-serif;
}
#content section.section-style-1 p {
    font: normal 400 24px/125% 'Roboto', sans-serif;
    margin-bottom: 28px;
}
#content section.section-style-1 .column {
    float: left;
    width: 46%;
}
#content section.section-style-1 .column.right {
    float: right;
    width: 50%;
}
#content section.section-style-1 img {
    margin-top: 11px;
    width: 100%;
}
#content section.section-style-2 {
    padding: 29px 0 13px;
}
#content section.section-style-2 h2 {
    font: normal 500 60px/125% 'Roboto', sans-serif;
    margin-bottom: 34px;
}
#content section.section-style-2 h3 {
    font: normal 700 24px/125% 'Roboto', sans-serif;
}
#content section.section-style-2 p {
    font: normal 400 24px/125% 'Roboto', sans-serif;
    padding-bottom: 20px;
}
#content section.section-style-2 .row {
    margin: 0 -10px;
}
#content section.section-style-2 .row .column {
    float: left;
    width: 50%;
    padding: 0 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content section.black-bg h1,
#content section.green-bg h1,
#content section.black-bg h2,
#content section.green-bg h2,
#content section.black-bg h3,
#content section.green-bg h3,
#content section.black-bg h4,
#content section.green-bg h4,
#content section.black-bg h5,
#content section.green-bg h5,
#content section.black-bg h6,
#content section.green-bg h6,
#content section.black-bg p,
#content section.green-bg p,
#content section.black-bg li,
#content section.green-bg li,
#content section.black-bg a,
#content section.green-bg a {
    color: #ffffff;
}
#content section.section-style-3 {
    padding: 64px 0 50px;
}
#content section.section-style-3 h2 {
    font: normal 500 60px/125% 'Roboto', sans-serif;
    margin-bottom: 34px;
}
#content section.section-style-3 p {
    font: normal 400 24px/125% 'Roboto', sans-serif;
    margin-bottom: 23px;
}
#content section.section-style-3 p strong {
    display: block;
    font: normal 700 18px/150% 'Roboto', sans-serif;
}
#content section.section-style-3 .column {
    float: left;
    margin-bottom: 15px;
    width: 41%;
}
#content section.section-style-3 .column.right {
    float: right;
    width: 56%;
    text-align: center;
}
#content section.quote-section {
    padding: 130px 0;
}
#content section.quote-section .slider-box {
    display: block;
    overflow: hidden;
}
#content section.quote-section .slider-box .flex-direction-nav {
    display: none;
}
#content section.quote-section .quote-item {
    position: relative;
    margin: 0;
    text-align: center;
    background: #f8f8f8;
    padding: 34px 80px 35px;
}
#content section.quote-section .quote-item p {
    font: italic 400 18px/170% 'Open Sans', sans-serif;
    margin-bottom: 25px;
}
#content section.quote-section .quote-item .quote-author {
    font: normal 700 14px/150% 'Open Sans', sans-serif;
    display: inline-block;
    margin: auto;
    position: relative;
}
#content section.quote-section .quote-item .quote-author:before {
    content: '- ';
}
#content section.quote-section .quote-item .quote-author:after {
    content: ' -';
}
#content section.quote-section .quote-item:before {
    left: 9px;
    top: 21px;
}
#content section.quote-section .quote-item:after {
    right: 11px;
    bottom: 21px;
}
#content section.quote-section .quote-item:before,
#content section.quote-section .quote-item:after {
    content: '';
    position: absolute;
    font-family: "Material Icons";
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    transition: 0.8s;
}
#content section .link-box {
    display: inline-block;
    margin-bottom: 27px;
    overflow: hidden;
    width: 100%;
}
#content section .link-box UL {
    margin: 0 -14px 0;
    list-style: none;
}
#content section .link-box UL LI {
    padding: 0 15px;
    margin-bottom: 10px;
    float: left;
    border-left: 1px solid #000000;
}
#content section .link-box UL LI a {
    font: normal 400 24px/20px 'Roboto', sans-serif;
}
#content .more-box {
    background: #1cb435;
    position: absolute;
    padding-bottom: 11px;
    right: 0;
    margin-right: -91px;
    bottom: 0;
    max-width: 385px;
    float: right;
    width: 50%;
}
#content .more-box .more-box-title {
    height: 105px;
    vertical-align: middle;
    display: table-cell;
    width: 768px;
    color: #ffffff;
    background: #000000;
    font: normal 400 30px/117% 'Open Sans', sans-serif;
    text-align: center;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 21px;
}
#content .more-box a {
    float: right;
    color: #ffffff;
    font: normal 400 24px/44px 'Open Sans', sans-serif;
    margin: 23px 17px 17px 0;
}
#own #na {
    text-align: center;
    font: 26px/44px 'Open Sans', sans-serif;
    margin: 40px 0 5px;
}
@media only screen and (max-width: 1200px) {
    #content.products-page section.title-section .title-content {
        height: 590px;
    }
}
@media only screen and (max-width: 1176px) {
    #content.products-page section.images-section .top-image img {
        width: 1176px;
    }
}
@media only screen and (max-width: 1125px) {
    #content.products-page section.title-section .title-content {
        height: 570px;
    }
}
@media only screen and (max-width: 1075px) {
    #content.products-page section.title-section .title-content {
        height: 560px;
    }
}
@media only screen and (max-width: 1071px) {
    #content.products-page section.title-section .top-image img {
        width: 1071px;
    }
    #content.products-page section.title-section .title-content {
        height: 550px;
    }
}
@media only screen and (max-width: 1024px) {
    #content.products-page section.title-section .top-image img {
        width: 1024px;
    }
    #content.products-page section.title-section .title-content {
        height: 540px;
    }
    #content.products-page section.images-section .more-box {
        margin-right: 0;
    }
    #content.products-page section.gray-bg {
        padding-left: 20px;
        padding-right: 20px;
    }
    #content section.product-images-container .images-container-item .images-container-text {
        padding: 0 5%;
    }
    #content section.product-images-container .images-container-item .images-container-text h3 {
        font: 300 30px/130% "Open Sans", sans-serif;
    }
    #content section.product-images-container .images-container-item .images-container-text h3 .more {
        font: 400 30px/130% "Open Sans", sans-serif;
    }
    #content section.product-images-container .images-container-item .images-container-text h3 .more:before {
        font-size: 37px;
        line-height: 37px;
    }
}
@media only screen and (max-width: 985px) {
    #content .more-box {
        margin-right: -80px;
    }
}
@media only screen and (max-width: 935px) {
    #content section.product-images-container .images-container-item .images-container-text h2 {
        font: 500 80px/104% "Roboto", sans-serif;
    }
    #content section.product-images-container .images-container-item .images-container-text p {
        font: 500 20px/104% "Roboto", sans-serif;
    }
    #content section.section-style-1 .column {
        width: 55%;
    }
    #content section.section-style-1 .column.right {
        width: 42%;
    }
}
@media only screen and (max-width: 768px) {
    #content.products-page section.title-section .top-image img {
        width: 100%;
    }
    #content.products-page section.title-section .title-content {
        height: 408px;
        padding: 0 18px;
    }
    #content.products-page section.title-section .title-content h1 {
        font: 500 70px/105% "Roboto", sans-serif;
    }
    #content.products-page section.top-section-products .title-section p {
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
    #content.products-page section.top-section-products h2 {
        font: 500 100px/100% "Roboto", sans-serif;
        margin-left: -5px;
    }
    #content.products-page section.top-section-products .col {
        width: 100%;
    }
    #content.products-page section.top-section-products .content-section {
        margin-bottom: 10px;
    }
    #content.products-page section.top-section-products .more-box {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: 540px;
        margin-right: -40px;
    }
    #content.products-page section.gray-bg .container {
        padding: 25px 20px;
    }
    #content.products-page section.images-section {
        height: 400px;
    }
    #content.products-page section.images-section .container {
        height: 400px;
    }
    #content.products-page section.images-section .top-image img {
        width: 921px;
    }
    #content.products-page section.images-section .title-content {
        height: 200px;
    }
    #content.products-page section.images-section .title-content h2 {
        font-size: 55px;
    }
    #content.products-page section.bottom-section .container {
        padding-bottom: 0;
    }
    #content.products-page section.bottom-section h2 {
        font-size: 35px;
    }
    #content.products-page section.bottom-section .box-text-container {
        padding: 15px 0 5px;
    }
    #content.products-page section.bottom-section .box-text-container .box-text-item .material-icons {
        font-size: 55px;
        margin-bottom: 10px;
    }
    #content.products-page section.bottom-section .box-text-container .box-text-item h3 {
        font-size: 26px;
    }
    #content.products-page section.bottom-section .box-text-container .box-text-item p {
        font-size: 18px;
    }
    #content.products-page section.bottom-section .box-text-container .box-text-item .more {
        font-size: 18px;
        padding: 5px 56px 5px 0;
    }
    #content.products-page section.bottom-section .box-text-container .box-text-item .more:before {
        font-size: 30px;
        line-height: 40px;
    }
    #content .more-box {
        width: 100%;
    }
    #content section.product-images-container .images-container-item .images-container-text h2 {
        font: 500 50px/104% "Roboto", sans-serif;
    }
    #content section.product-images-container .images-container-item .images-container-text h3 {
        font-size: 20px;
    }
    #content section.product-images-container .images-container-item a .image-text {
        font: 500 20px/100% "Roboto", sans-serif;
    }
    #content section.product-images-container.col-3 .images-container-item .images-container-text {
        max-width: 197px;
    }
    #content section.product-images-container.col-3 .images-container-item .images-container-text .more {
        padding-right: 50px;
        font-size: 20px;
        line-height: 20px;
    }
    #content section.product-images-container.col-3 .images-container-item .images-container-text .more:before {
        font-size: 30px;
        line-height: 20px;
    }
    #content section.hidden-sections {
        padding: 37px 0 20px;
    }
    #content section.hidden-sections h3 {
        font-size: 30px;
    }
    #content section.hidden-sections h4 {
        font-size: 24px;
    }
    #content section.hidden-sections p {
        font-size: 16px;
        margin-bottom: 21px;
    }
    #content section.hidden-sections .list-box ul li {
        font-size: 16px;
    }
    #content section.hidden-sections .medium-text {
        padding: 10px 0 0;
    }
    #content section.hidden-sections .medium-text p {
        font-size: 20px;
    }
    #content section.section-style-1 {
        padding: 30px 0 20px;
    }
    #content section.section-style-1 h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    #content section.section-style-1 h6 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    #content section.section-style-1 h6 strong {
        font-size: 18px;
    }
    #content section.section-style-1 p {
        font-size: 18px;
        margin-bottom: 18px;
    }
    #content section.section-style-1 img {
        margin-top: 6px;
    }
    #content section.section-style-2 {
        padding: 18px 0 5px;
    }
    #content section.section-style-2 h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    #content section.section-style-2 h3,
    #content section.section-style-2 p {
        font-size: 18px;
        padding-bottom: 0;
    }
    #content section.section-style-3 {
        padding: 32px 0 20px;
    }
    #content section.section-style-3 h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    #content section.section-style-3 p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #content section.section-style-3 p strong {
        font-size: 14px;
    }
    #content section.quote-section {
        padding: 70px 0;
    }
    #content section .link-box {
        margin-bottom: 5px;
    }
    #content section .link-box UL {
        margin: 0 -10px 0;
    }
    #content section .link-box UL LI {
        padding: 0 11px;
    }
    #content section .link-box UL LI A {
        font-size: 18px;
    }
}
@media only screen and (max-width: 640px) {
    #content.products-page section.title-section .top-image img {
        width: 660px;
    }
    #content.products-page section.title-section .title-content {
        height: 350px;
    }
    #content.products-page section.title-section .title-content h1 {
        font-size: 40px;
        margin-bottom: 80px;
    }
    #content.products-page section.top-section-products p {
        font-size: 18px;
    }
    #content.products-page section.top-section-products .title-section p {
        font-size: 24px;
    }
    #content.products-page section.top-section-products h2 {
        font-size: 70px;
        margin-left: -5px;
    }
    #content.products-page section.top-section-products h3 {
        font-size: 30px;
    }
    #content.products-page section.images-section {
        height: 330px;
    }
    #content.products-page section.images-section .container {
        height: 330px;
    }
    #content.products-page section.images-section .top-image img {
        width: 777px;
    }
    #content.products-page section.images-section .title-content {
        height: 185px;
    }
    #content.products-page section.images-section .title-content h2 {
        font-size: 45px;
    }
    #content.products-page section.bottom-section h2 {
        font-size: 30px;
    }
    #content.products-page section.bottom-section .box-text-container {
        padding: 10px 0 5px;
    }
    #content.products-page section.bottom-section .box-text-container .box-text-item .material-icons {
        font-size: 40px;
        margin-bottom: 10px;
    }
    #content.products-page section.bottom-section .box-text-container .box-text-item h3 {
        font-size: 24px;
    }
    #content.products-page section.bottom-section .box-text-container .box-text-item p {
        font-size: 16px;
    }
    #content.products-page section.bottom-section .box-text-container .box-text-item .more {
        padding: 3px 45px 3px 0;
    }
    #content.products-page section.bottom-section .box-text-container .box-text-item .more:before {
        font-size: 28px;
        line-height: 38px;
    }
    #content .more-box {
        width: 100%;
    }
    #content .more-box .more-box-title {
        font-size: 24px;
        height: 70px;
    }
    #content .more-box a {
        font-size: 20px;
        margin: 9px 19px 2px 0;
    }
    #content .more-box .more:before {
        font-size: 28px;
        line-height: 41px;
    }
    #content section.product-images-container .images-container-item .images-container-text h2 {
        font-size: 45px;
        margin-bottom: 15px;
    }
    #content section.product-images-container .images-container-item .images-container-text h3 {
        font-size: 18px;
    }
    #content section.product-images-container .images-container-item .images-container-text p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #content section.product-images-container .images-container-item a .image-text {
        font-size: 16px;
    }
    #content section.product-images-container.col-3 .images-container-item .images-container-text {
        max-width: 197px;
    }
    #content section.product-images-container.col-3 .images-container-item .images-container-text .more {
        padding-right: 45px;
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 18px;
    }
    #content section.product-images-container.col-3 .images-container-item .images-container-text .more:before {
        font-size: 24px;
        line-height: 18px;
    }
    #content section.hidden-sections {
        padding: 17px 0 10px;
    }
    #content section.hidden-sections h3 {
        font-size: 24px;
    }
    #content section.hidden-sections h4 {
        font-size: 20px;
    }
    #content section.hidden-sections p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #content section.hidden-sections .list-box ul li {
        font-size: 14px;
        width: 126px;
    }
    #content section.hidden-sections .medium-text {
        padding: 10px 0 0;
    }
    #content section.hidden-sections .medium-text p {
        font-size: 18px;
    }
    #content section.hidden-sections .row {
        margin: 0;
    }
    #content section.hidden-sections .row .column {
        padding: 0 0 20px;
        width: 100%;
    }
    #content section.section-style-1 {
        padding: 20px 0 10px;
    }
    #content section.section-style-1 h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    #content section.section-style-1 h6 {
        font-size: 12px;
        margin-bottom: 15px;
    }
    #content section.section-style-1 h6 strong {
        font-size: 16px;
    }
    #content section.section-style-1 p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #content section.section-style-2 {
        padding-top: 10px;
    }
    #content section.section-style-2 h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    #content section.section-style-2 h3,
    #content section.section-style-2 p {
        font-size: 16px;
        padding-bottom: 0;
    }
    #content section.section-style-3 {
        padding: 32px 0 20px;
    }
    #content section.section-style-3 h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    #content section.section-style-3 p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #content section.section-style-3 p strong {
        font-size: 12px;
    }
    #content section.quote-section {
        padding: 40px 0;
    }
    #content section.quote-section .quote-item {
        padding: 24px 40px 25px;
    }
    #content section.quote-section .quote-item:before,
    #content section.quote-section .quote-item:after {
        font-size: 30px;
        line-height: 30px;
    }
    #content section.quote-section .quote-item p {
        font-size: 16px;
    }
    #content section .link-box {
        margin: 0;
    }
    #content section .link-box UL LI A {
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px) {
    #content.products-page section.title-section .title-content {
        height: 240px;
    }
    #content.products-page section.title-section .title-content h1 {
        font-size: 38px;
        margin-bottom: 41px;
    }
    #content.products-page section.title-section .top-image img {
        width: 485px;
    }
    #content.products-page section.top-section-products .container {
        margin-top: -34px;
    }
    #content.products-page section.top-section-products p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    #content.products-page section.top-section-products .title-section p {
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    #content.products-page section.top-section-products h2 {
        font-size: 50px;
        margin-left: -2px;
    }
    #content.products-page section.top-section-products h3 {
        font-size: 28px;
        margin-bottom: 18px;
    }
    #content.products-page section.images-section {
        height: 330px;
    }
    #content.products-page section.images-section .container {
        height: 330px;
    }
    #content.products-page section.images-section .top-image img {
        width: 777px;
    }
    #content.products-page section.images-section .title-content {
        height: 185px;
    }
    #content.products-page section.images-section .title-content h2 {
        font-size: 45px;
    }
    #content.products-page section.bottom-section h2 {
        font-size: 30px;
    }
    #content.products-page section.bottom-section .box-text-container {
        padding: 10px 0 5px;
    }
    #content.products-page section.bottom-section .box-text-container .box-text-item .material-icons {
        font-size: 40px;
        margin-bottom: 10px;
    }
    #content.products-page section.bottom-section .box-text-container .box-text-item h3 {
        font-size: 24px;
    }
    #content.products-page section.bottom-section .box-text-container .box-text-item p {
        font-size: 16px;
    }
    #content.products-page section.bottom-section .box-text-container .box-text-item .more {
        padding: 3px 45px 3px 0;
    }
    #content.products-page section.bottom-section .box-text-container .box-text-item .more:before {
        font-size: 28px;
        line-height: 38px;
    }
    #content .more-box {
        padding-bottom: 0;
        width: 100%;
    }
    #content .more-box .more-box-title {
        font-size: 20px;
        height: 60px;
    }
    #content .more-box a {
        font-size: 20px;
        margin: 0 19px 2px 0;
    }
    #content .more-box .more:before {
        font-size: 28px;
        line-height: 41px;
    }
    #content section.product-images-container .images-container-item .images-container-text h2 {
        font-size: 35px;
        margin-bottom: 5px;
    }
    #content section.product-images-container .images-container-item .images-container-text h3 {
        font-size: 16px;
    }
    #content section.product-images-container .images-container-item .images-container-text p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    #content section.product-images-container .images-container-item a .image-text {
        font-size: 14px;
    }
    #content section.product-images-container.col-3 .images-container-item {
        display: inline;
        float: left;
        width: 50%;
    }
    #content section.product-images-container.col-3 .images-container-item:last-child {
        width: 100%;
    }
    #content section.product-images-container.col-3 .images-container-item .images-container-text {
        padding: 20px 20px 10px;
        max-width: none;
    }
    #content section.hidden-sections {
        padding: 17px 0 10px!important;
    }
    #content section.section-style-1 .column {
        width: 100%;
    }
    #content section.section-style-1 .column.right {
        margin-bottom: 20px;
        width: 100%;
    }
    #content section.section-style-2 .row .column {
        width: 100%;
    }
    #content section.section-style-3 {
        padding: 22px 0 10px;
    }
    #content section.section-style-3 .column {
        width: 100%;
    }
    #content section.section-style-3 .column.right {
        width: 100%;
    }
    #content section.quote-section {
        padding: 20px 0;
    }
    #content section.quote-section .quote-item {
        padding: 20px 30px 20px;
    }
    #content section.quote-section .quote-item:before,
    #content section.quote-section .quote-item:after {
        font-size: 20px;
        line-height: 20px;
    }
    #content section.quote-section .quote-item p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 360px) {
    #content section.product-images-container .images-container-item .images-container-text h2 {
        font-size: 30px;
    }
    #content section.product-images-container .images-container-item .images-container-text h3 {
        font-size: 14px;
    }
    #content section.product-images-container .images-container-item .images-container-text p {
        font-size: 14px;
    }
    #content section.product-images-container .images-container-item a .image-text {
        font-size: 12px;
    }
    #content section .link-box UL {
        margin: 0 -9px;
    }
    #content section .link-box UL LI {
        padding: 0 10px;
    }
}
.news-events .container {
    max-width: 1050px;
}
.news-events section.title-section .title-content {
    height: 498px;
}
.news-events section.title-section .title-content h1 {
    font: 700 72px/100% "Roboto", sans-serif;
    margin: 0;
}
#content .tiles {
    position: relative;
    height: 530px;
    margin: 15px auto;
}
#content .tiles .tile1,
#content .tiles .tile2,
#content .tiles .tile3 {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-color: #c2c2c2;
    border: 15px solid white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fffcfc;
    display: block;
    text-decoration: none;
}
#content .tiles .tile2,
#content .tiles .tile3 {
    width: 36%;
    height: 50%;
    border-right: none;
    padding: 17px 27px;
}
#content .tiles .tile1 {
    top: 0;
    bottom: 0;
    width: 64%;
    border-left: none;
    padding: 20px 30px 20px 12%;
    padding-left: calc(50% - 500px);
}
#content .tiles .tile2 {
    top: 0;
    right: 0;
}
#content .tiles .tile3 {
    right: 0;
    bottom: 0;
}
#content .tiles .inner {
    max-width: 300px;
}
#content .tiles .category {
    font: 500 24px/150% "Roboto", sans-serif;
    color: #1cb435;
    text-transform: uppercase;
}
#content .tiles .title {
    font: 500 30px/120% "Roboto", sans-serif;
}
#content .category-filter {
    border-top: 1px solid #5d5d5d;
    border-bottom: 1px solid #5d5d5d;
    padding: 12px 5px;
    margin: 30px 0 40px;
    text-align: center;
}
#content .category-filter .label,
#content .category-filter ul li a {
    font: 500 18px/36px "Roboto", sans-serif;
    color: #010702;
    margin: 0 26px;
}
#content .category-filter .label {
    position: relative;
    bottom: 3px;
    pointer-events: none;
}
#content .category-filter ul {
    list-style: none;
    margin: 0;
    display: inline-block;
}
#content .category-filter ul li {
    display: inline-block;
}
#content .category-filter ul li.current-menu-item a {
    color: #8d8d8d;
    border-bottom: 7px solid #1cb435;
    padding-bottom: 2px;
}
#content .category-filter ul li a {
    text-decoration: none;
}
#content .category-filter ul li a:hover {
    color: #8d8d8d;
}
#content .cat-posts {
    margin-bottom: 132px;
}
#content .cat-posts .post {
    border-bottom: 1px solid #909090;
    margin-bottom: 30px;
    padding-bottom: 37px;
}
#content .cat-posts .post .category {
    font: 700 18px/200% "Roboto", sans-serif;
    color: #1cb435;
    text-transform: uppercase;
}
#content .cat-posts .post h2 {
    font: 500 36px/120% "Roboto", sans-serif;
}
#content .cat-posts .post h2 a {
    color: black;
    text-decoration: none;
}
#content .cat-posts .post h2 a:hover {
    opacity: .6;
}
#content .cat-posts .post img {
    float: left;
    margin-right: 20px;
}
#content .cat-posts .post .excerpt {
    margin: 20px 0 14px;
}
#content .cat-posts .post .excerpt p {
    font: 400 24px/150% "Roboto", sans-serif;
    color: #5d5d5d;
}
#content .cat-posts .post .date {
    font: 500 12px/300% "Roboto", sans-serif;
    color: #8d8d8d;
}
#content .cat-posts .visible-xs {
    display: none;
}
@media only screen and (max-width: 1030px) {
    #content .tiles .tile1 {
        padding: 20px 30px;
    }
}
@media only screen and (max-width: 768px) {
    #content .tiles {
        height: 350px;
        margin: 5px auto;
    }
    #content .tiles .tile1,
    #content .tiles .tile2,
    #content .tiles .tile3 {
        border-width: 5px;
    }
    #content .tiles .category {
        font-size: 18px;
    }
    #content .tiles .title {
        font-size: 20px;
    }
    #content .category-filter ul li a {
        margin: 0 5px;
    }
    #content .cat-posts .post h2 {
        font-size: 24px;
    }
    #content .cat-posts .post .excerpt p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 640px) {
    .news-events #content section.title-section .title-content {
        padding: 50px 0;
        height: auto;
        width: 100%;
        display: block;
    }
    .news-events #content section.title-section .title-content h1 {
        margin: 0;
        font-size: 44px;
    }
    #content .tiles {
        height: 250px;
    }
    #content .tiles .tile1 {
        width: 50%;
    }
    #content .tiles .tile2,
    #content .tiles .tile3 {
        width: 50%;
    }
    #content .cat-posts .visible-xs {
        display: block;
    }
    #content .cat-posts .hidden-xs {
        display: none;
    }
    #content .cat-posts .post {
        position: relative;
    }
    #content .cat-posts .post img {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    #content .tiles {
        height: auto;
        margin: 0;
    }
    #content .tiles .tile1,
    #content .tiles .tile2,
    #content .tiles .tile3 {
        position: static;
        width: 100%;
        border: none;
        min-height: 130px;
    }
    #content .category-filter {
        padding: 0;
        margin: 10px 0;
        text-align: left;
    }
    #content .category-filter .label,
    #content .category-filter ul li a {
        margin: 0;
    }
    #content .category-filter .label {
        bottom: 0;
        display: block;
        cursor: pointer;
        pointer-events: auto;
    }
    #content .category-filter .label::after {
        content: "";
        font-family: "Material Icons";
        font-size: 36px;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        position: absolute;
        right: 5px;
    }
    #content .category-filter ul {
        display: block;
        overflow: hidden;
        max-height: 500px;
        transition: max-height 0.6s;
    }
    #content .category-filter ul li {
        display: block;
    }
    #content .category-filter ul li.current-menu-item a {
        border: none;
        background-color: #e6e6e6;
    }
    #content .category-filter ul li a {
        display: block;
        padding: 0 10px;
        border-bottom: 1px solid #e6e6e6;
    }
    #content .category-filter ul li:last-child a {
        border: none;
    }
    #content .category-filter.collapsed ul {
        max-height: 0;
    }
}
.news-detail #content .container {
    max-width: 895px;
}
.news-detail #content .head-detail {
    margin-bottom: 27px;
}
.news-detail #content .head-detail .name {
    margin-bottom: 5px;
}
.news-detail #content .two-cols .side {
    width: 19%;
}
.news-detail #content .two-cols .content {
    width: 75%;
}
.news-detail #content .two-cols .content p,
.news-detail #content .two-cols .content li {
    font: 400 18px/30px "Open Sans", sans-serif;
}
.news-detail #content .two-cols .content h5 {
    font: 700 18px/30px "Open Sans", sans-serif;
    margin: 0;
}
.news-detail #content .two-cols .content img {
    max-width: 100%;
}
#content .title-section .full-width img {
    width: 100%;
}
#content .two-cols .side .share {
    margin-top: 30px;
}
#content .two-cols .side .share a {
    display: inline-block;
    margin: 2px 7px 2px 0;
}
#content .two-cols .side .share a:hover {
    opacity: .7;
}
@media only screen and (max-width: 640px) {
    .news-detail #content .head-detail h2 {
        font: 500 35px/38px "Roboto", sans-serif;
    }
    .news-detail #content .two-cols .side,
    .news-detail #content .two-cols .content {
        float: none;
        width: 100%;
    }
    .news-detail #content .two-cols .side {
        margin: 0 0 20px;
        position: relative;
    }
    .news-detail #content .two-cols .side * {
        display: inline;
    }
    .news-detail #content .two-cols .side .date {
        font-style: italic;
    }
    .news-detail #content .two-cols .side .share {
        position: absolute;
        right: 0;
        top: 8px;
        margin: 0;
    }
    .news-detail #content .two-cols .side .share > div {
        display: none;
    }
}
#content .event-detail .container {
    max-width: 990px;
}
#content .event-detail .title-section {
    min-height: 240px;
}
#content .event-detail .title-section .container {
    max-width: 1020px;
    position: static;
}
#content .event-detail .title-section .title-box {
    background-color: #1cb435;
    color: white;
    padding: 19px 32px 20px 32px;
    left: auto;
}
#content .event-detail .event-top .container {
    max-width: 1030px;
}
#content .event-detail h2 {
    font: 700 72px/125% "Roboto", sans-serif;
    margin-bottom: 25px;
}
#content .event-detail h3 {
    font: 700 48px/125% "Roboto", sans-serif;
}
#content .event-detail p {
    font: 400 24px/150% "Roboto", sans-serif;
    margin-bottom: 1.5em;
}
#content .event-detail .row-2col .col {
    text-align: center;
    font: 400 30px/120% "Roboto", sans-serif;
}
#content .event-detail .row-2col .col img {
    display: inline;
    max-width: 100%;
}
#content .event-detail .row-2col .col .caption {
    max-width: 290px;
    display: inline-block;
}
#content .event-detail section.list {
    margin: 107px 0 82px;
}
#content .event-detail section.giveaways {
    margin-bottom: 100px;
}
#content .event-detail section.map {
    margin-bottom: 60px;
}
#content .event-detail section.map h3 {
    margin-bottom: 25px;
}
#content .event-detail section.map .address {
    margin: 24px 8px;
}
#content .event-detail section.map .address iframe {
    width: 100%;
}
#content .event-detail section.map .address h5 {
    font: 700 24px/120% "Roboto", sans-serif;
    margin: 0;
}
#content .event-detail section.map .address p {
    font: 400 24px/120% "Roboto", sans-serif;
    margin: 0;
}
#content .title-section .title-box {
    position: absolute;
    bottom: 50px;
    left: 0;
}
#content .title-section .title-box h1 {
    font: 700 72px/100% "Roboto", sans-serif;
    margin: 0;
}
#content .title-section .title-box .location {
    font: 700 48px/125% "Roboto", sans-serif;
}
#content .event-top {
    margin: 63px 0 90px;
}
#content .event-top .table {
    display: table;
    margin: 0;
}
#content .event-top .table .cell {
    display: table-cell;
    font: 700 24px/125% "Roboto", sans-serif;
    vertical-align: middle;
    padding: 0 5px;
}
#content .event-top .table .cell.icon .material-icons {
    color: #4d4d4d;
    font-size: 60px;
    line-height: 1;
    float: left;
}
#content .event-top .table .btn {
    font: 700 48px/125% "Roboto", sans-serif;
    color: white;
    padding: 7px 86px;
}
#content .bg-img {
    display: table;
    width: 100%;
    background-color: #1cb435;
    color: white;
}
#content .bg-img .image,
#content .bg-img .desc {
    display: table-cell;
    vertical-align: middle;
}
#content .bg-img .image {
    width: 51%;
    background: no-repeat center;
    background-size: cover;
}
#content .bg-img .image img {
    visibility: hidden;
    width: 100%;
}
#content .bg-img .desc {
    font: 700 30px/120% "Roboto", sans-serif;
    padding: 15px 25px;
}
#content .bg-img .desc ul {
    list-style: none;
    margin: 0;
}
#content .bg-img .desc ul li {
    margin-bottom: 1em;
}
#content .bg-img .desc ul li::before {
    content: "\00BB";
    margin-right: 10px;
}
#content .row-2col {
    font-size: 0;
    text-align: center;
}
#content .row-2col .col {
    display: inline-block;
    width: 49.8%;
}
#content #rsvp {
    background-color: #f8f8f8;
    padding: 45px 0 30px;
    margin-bottom: 80px;
}
#content #rsvp h3 {
    margin-bottom: 30px;
}
#content #rsvp .form {
    max-width: 565px;
}
#content #rsvp form {
    max-width: 565px;
    margin-top: -27px;
}
#content #rsvp form,
#content #rsvp form p {
    font: 400 18px/120% "Open Sans", sans-serif;
}
#content #rsvp form input[type=text],
#content #rsvp form input[type=number] {
    width: 100%;
    height: 74px;
    font: 400 24px/130% "Open Sans", sans-serif;
    padding: 0 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c2c1c1;
}
#content #rsvp form input[type=number] {
    -moz-appearance: textfield;
    outline: none;
    max-width: 130px;
}
#content #rsvp form input[type=number]::-webkit-outer-spin-button,
#content #rsvp form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#content #rsvp form .half {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content #rsvp form .name {
    margin: 0 -8px;
}
#content #rsvp form .name .half {
    padding: 0 8px;
}
#content #rsvp form .zip {
    margin: 0 -15px 40px;
}
#content #rsvp form .zip .half {
    padding: 0 15px;
}
#content #rsvp form .jquery-selectbox {
    padding: 7px 0;
    height: auto;
}
#content #rsvp form .jquery-selectbox .jquery-selectbox-currentItem {
    font-family: "Open Sans", sans-serif;
}
#content #rsvp form .jquery-selectbox .jquery-selectbox-moreButton {
    font-size: 40px;
    width: 49px;
    color: #515356;
}
#content #rsvp form .jquery-selectbox,
#content #rsvp form input[type=text] {
    margin-top: 27px;
}
#content #rsvp form p {
    margin: 27px 0;
}
#content #rsvp form .radio {
    margin-top: -12px;
}
#content #rsvp form .radio input[type=radio] {
    display: none;
}
#content #rsvp form .radio input[type=radio] + label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 40px;
}
#content #rsvp form .radio input[type=radio] + label:before {
    content: 'check';
    background-color: white;
    font-family: "Material Icons";
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    font-size: 39px;
    color: transparent;
    border: 1px solid #dddddd;
    border-radius: 8px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    bottom: 3px;
}
#content #rsvp form .radio input[type=radio]:checked + label::before {
    color: #1cb435;
}
#content #rsvp form button[type=submit] {
    display: block;
    font-size: 48px;
    padding: 21px 64px;
    margin: 30px 0;
}
@media only screen and (max-width: 980px) {
    #content .event-top .table .btn {
        padding: 7px 45px;
    }
}
@media only screen and (max-width: 768px) {
    #content .event-detail h2 {
        font-size: 48px;
    }
    #content .event-detail h3 {
        font-size: 36px;
    }
    #content .event-detail p {
        font-size: 20px;
    }
    #content .event-detail .title-section .title-box h1 {
        font-size: 42px;
    }
    #content .event-detail .title-section .title-box .location {
        font-size: 28px;
    }
    #content .event-detail section.list {
        margin: 40px 0;
    }
    #content .event-top {
        margin: 40px 0;
    }
    #content .event-top .table .cell {
        font-size: 18px;
    }
    #content .event-top .table .cell.icon .material-icons {
        font-size: 40px;
    }
    #content .event-top .table .btn {
        font-size: 35px;
    }
    #content .bg-img .desc {
        font-size: 22px;
    }
}
@media only screen and (max-width: 640px) {
    #content .event-top .table {
        display: block;
    }
    #content .event-top .table .cell {
        display: inline-block;
        width: 80%;
        padding: 0;
        margin-bottom: 20px;
    }
    #content .event-top .table .cell.icon {
        width: 15%;
    }
    #content .event-top .table .cell.button {
        width: 100%;
    }
    #content .event-detail .row-2col .col {
        width: 100%;
    }
    #content .event-detail section.giveaways {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 480px) {
    #content .event-detail .title-section {
        min-height: 0;
    }
    #content .event-detail .title-section .title-box {
        position: static;
        padding: 15px 0;
    }
    #content .event-top {
        margin: 15px 0;
    }
    #content .bg-img {
        display: block;
    }
    #content .bg-img .image {
        background-image: none !important;
        display: block;
        width: 100%;
    }
    #content .bg-img .image img {
        visibility: visible;
    }
    #content #rsvp form input[type=text],
    #content #rsvp form input[type=number] {
        height: 40px;
        padding: 0 8px;
        font-size: 18px;
    }
    #content #rsvp form .jquery-selectbox {
        padding: 0;
        height: 40px;
    }
    #content #rsvp form .jquery-selectbox .jquery-selectbox-currentItem {
        padding: 5px 0 5px 8px;
        font-size: 18px;
    }
    #content #rsvp form .jquery-selectbox .jquery-selectbox-moreButton {
        font-size: 32px;
        width: 35px;
        height: 40px;
    }
    #content #rsvp form .jquery-selectbox .jquery-selectbox-moreButton::before {
        line-height: 45px;
    }
    #content #rsvp form .jquery-selectbox,
    #content #rsvp form input[type=text] {
        margin-top: 15px;
    }
    #content #rsvp form button[type=submit] {
        font-size: 32px;
        padding: 18px 0;
    }
}
#content.products-page.performance-1 section.top-section-products .col {
    float: none;
    width: 100%;
}
#content.products-page.performance-1 section.top-section-products .col.last {
    float: left;
    width: 57%;
}
#content.products-page.performance-1 section.top-section-products .more-box {
    position: static;
    right: auto;
    bottom: auto;
}
#content.products-page.performance-1 .view.black-link {
    padding: 21px 0 20px 77px;
    margin-bottom: 36px;
    font: normal 400 20px/105% "Roboto", sans-serif;
}
#content section.hidden-sections .comments {
    font-size: 10px;
    text-align: left;
}
#content.performance-1 .product-images-container.internet-style * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content.performance-1 .wrap-large-section {
    max-width: 995px;
    width: 100%;
    margin: 80px auto 65px;
    padding: 0 20px;
}
#content.performance-1 .wrap-large-section h2 {
    margin: 0;
    font: 500 72px/100% "Roboto", sans-serif;
    color: #ffffff;
}
#content.performance-1 .large-section * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content.performance-1 .large-section .box {
    float: left;
}
#content.performance-1 .large-section .image-bottom {
    position: relative;
}
#content.performance-1 .large-section .right-image {
    position: absolute;
    left: 100%;
    bottom: 0;
}
#content.performance-1 .large-section .size-1 {
    margin-right: 50%;
    width: 50%;
}
#content.performance-1 .large-section .size-2 {
    width: 26.4%;
}
#content.performance-1 .large-section .size-3 {
    width: 50.4%;
    background: #1cb435;
}
#content.performance-1 .large-section .size-4 {
    width: 23.2%;
}
#content.performance-1 .large-section .size-5 {
    width: 100%;
}
#content.performance-1 .large-section .title-large-text {
    display: block;
    margin-right: 20px;
}
#content.performance-1 .large-section P {
    font: 24px/129.6% "Roboto", sans-serif;
    color: #ffffff;
    margin: 30px 0;
}
#content.performance-1 .large-section IMG {
    width: 100%;
}
#content.performance-1 .large-section .float-box {
    float: left;
    width: 46.8%;
}
#content.performance-1 .large-section .wrap-img {
    clear: both;
}
#content.performance-1 .large-section .text-box {
    background: #1cb435;
    padding: 4%;
    width: 53.2%;
}
#content.performance-1 .large-section .text-box H4 {
    font: 300 41px/130% "Open Sans", sans-serif;
    color: #ffffff;
    margin: 0 0 10px;
}
#content.performance-1 .large-section .text-box P {
    font: 36px/100% "Open Sans", sans-serif;
    color: #000000;
    margin: 0;
}
#content.performance-1 .large-section .text-box P a,#content.performance-1 .large-section .text-box P span {
    color: #000000;
}
#content.performance-1 .large-section .text-box P a:hover {
    color: #2175ff;
    text-decoration: none;
}
#content.performance-1 .section-style-3 {
    padding: 52px 0 37px;
}
#content.performance-1 .section-style-3 h2 {
    font-weight: 400;
    margin-bottom: 11px;
}
#content.performance-1 .section-style-3 .column.right {
    margin-top: 23px;
}
#content.performance-1 .section-style-3 .column.right a {
    margin-bottom: 15px;
}
#content .tab-section {
    padding: 72px 0;
}
#content .tab-section img {
    width: 100%;
}
#content .tab-section .product-tab {
    display: block;
    padding-bottom: 24px;
    position: relative;
}
#content .tab-section .product-tab .tab-nav {
    float: left;
    width: 44.6%;
}
#content .tab-section .product-tab .tab-nav ul {
    list-style: none;
    margin: 0 -7px;
    padding: 0;
}
#content .tab-section .product-tab .tab-nav li {
    float: left;
    width: 50%;
    padding: 0 7px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content .tab-section .product-tab .tab-nav li a {
    background: #ffffff;
    color: #1cb435;
    font: normal 400 21px/100% 'Roboto', sans-serif;
    display: table-cell;
    padding: 3px;
    width: 700px;
    height: 63px;
    text-align: center;
    vertical-align: middle;
    transition: 0.8s;
    border: 2px solid #1cb435;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content .tab-section .product-tab .tab-nav li a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #2175ff;
    border: 2px solid #2175ff;
}
#content .tab-section .product-tab .tab-nav li.ui-tabs-active a {
    background: #1cb435;
    color: #ffffff;
    cursor: auto;
}
#content .tab-section .product-tab .tab-nav li.ui-tabs-active a:hover {
    background: #1cb435;
    border: 2px solid #1cb435;
}
#content .tab-section H2 {
    font: 500 60px/100% "roboto", sans-serif;
    color: #000000;
    margin: 0 0 58px;
}
#content .tab-section .left-box {
    float: left;
    margin-bottom: 50px;
    width: 44.6%;
}
#content .tab-section .left-box ul {
    margin: 0;
    list-style: none;
}
#content .tab-section .left-box ul li {
    position: relative;
    font: normal 400 20px/120% "Roboto", sans-serif;
    margin-top: 23px;
    padding: 0 0 0 10px;
}
#content .tab-section .left-box ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background: #000000;
    height: 5px;
    width: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#content .tab-section .right-box {
    float: right;
    margin-bottom: 50px;
    width: 51%;
}
#content .section-style-3 p i {
    font: italic 400 14px/100% "roboto", sans-serif;
}
/*Mobile*/
@media screen and (max-width: 900px) {
    #content.performance-1 .large-section P {
        font-size: 22px;
    }
    #content.performance-1 .large-section .text-box H4 {
        font-size: 35px;
    }
    #content.performance-1 .large-section .text-box P {
        font-size: 24px;
    }
}
@media screen and (max-width: 800px) {
    #content.performance-1 .large-section P {
        font-size: 20px;
    }
    #content.performance-1 .large-section .text-box H4 {
        font-size: 30px;
    }
}
@media screen and (max-width: 768px) {
    #content.products-page.performance-1 .view.black-link {
        margin-bottom: 0;
        padding-left: 42px;
    }
    #content.products-page.performance-1 .view.black-link:before {
        top: 15px;
    }
    #content.products-page.performance-1 section.top-section-products .col.last {
        float: none;
        width: 100%;
    }
    #content.products-page.performance-1 .wrap-large-section {
        margin: 40px auto 25px;
    }
    #content.products-page.performance-1 .wrap-large-section h2 {
        font-size: 45px;
    }
    #content.products-page.performance-1 .section-style-3 {
        padding: 32px 0 20px;
    }
    #content .tab-section {
        padding: 45px 0;
    }
    #content .tab-section h2 {
        font-size: 35px;
        margin-bottom: 32px;
    }
    #content .tab-section .left-box ul li:before {
        top: 8px;
    }
    #content .tab-section .product-tab {
        padding-bottom: 0;
    }
    #content .tab-section .product-tab .tab-nav ul li a {
        font-size: 19px;
    }
    #content .tab-section .left-box ul li {
        font-size: 17px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 700px) {
    #content.products-page.performance-1 .view.black-link {
        padding-bottom: 0;
    }
    #content.products-page.performance-1 .large-section P {
        font-size: 18px;
    }
    #content.products-page.performance-1 .large-section .text-box H4 {
        font-size: 26px;
    }
    #content.products-page.performance-1 .large-section .text-box P {
        font-size: 22px;
    }
}
@media screen and (max-width: 640px) {
    #content.performance-1 .wrap-large-section {
        margin: 20px auto 25px;
    }
    #content.performance-1 .wrap-large-section h2 {
        font-size: 35px;
    }
    #content.performance-1 .large-section .title-large-text {
        margin-right: 0;
    }
    #content.performance-1 .large-section P {
        font-size: 18px;
    }
    #content.performance-1 .large-section .text-box {
        padding: 8% 8% 0;
    }
    #content.performance-1 .large-section .text-box H4 {
        font-size: 26px;
    }
    #content.performance-1 .large-section .text-box P {
        font-size: 22px;
    }
    #content.performance-1 .large-section .image-bottom {
        width: 100%;
        float: left;
        overflow: hidden;
    }
    #content.performance-1 .large-section .size-1 {
        margin-right: 0;
        width: 100%;
    }
    #content.performance-1 .large-section .size-1 .wrap-img {
        width: 68.5%;
    }
    #content.performance-1 .large-section .size-1 .right-image {
        width: 31.5%;
        left: 68.5%;
    }
    #content.performance-1 .large-section .size-1 .right-image .wrap-img {
        width: 100%;
    }
    #content.performance-1 .large-section .size-2 {
        display: none;
    }
    #content.performance-1 .large-section .size-3 {
        width: 68.5%;
    }
    #content.performance-1 .large-section .size-4 {
        width: 31.5%;
    }
    #content .tab-section {
        padding: 25px 0;
    }
    #content .tab-section h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    #content .tab-section .product-tab .tab-nav ul li a {
        font-size: 16px;
    }
    #content .tab-section .left-box ul li {
        font-size: 14px;
        margin-top: 8px;
    }
    #content .tab-section .left-box ul li:before {
        top: 6px;
    }
}
@media screen and (max-width: 550px) {
    #content.performance-1 .large-section .text-box {
        padding: 6% 6% 0;
    }
}
@media screen and (max-width: 490px) {
    #content.performance-1 .large-section .text-box {
        padding: 5% 5% 0;
    }
}
@media screen and (max-width: 480px) {
    #content.products-page.performance-1 .large-section .text-box {
        padding: 11% 4% 0;
    }
    #content.products-page.performance-1 .large-section .size-1 .wrap-img {
        width: 100%;
    }
    #content.products-page.performance-1 .large-section .size-1 .right-image {
        display: none;
    }
    #content.products-page.performance-1 .large-section .size-3 {
        width: 100%;
    }
    #content.products-page.performance-1 .large-section .size-4 {
        display: none;
    }
    #content.products-page.performance-1 .section-style-3 {
        padding: 22px 0 10px;
    }
    #content .tab-section .product-tab .tab-nav {
        width: 100%;
    }
    #content .tab-section .product-tab .tab-nav ul li a {
        font-size: 17px;
    }
    #content .tab-section .left-box ul li {
        font-size: 14px;
        margin-top: 8px;
    }
    #content .tab-section .left-box,
    #content .tab-section .right-box {
        margin-bottom: 20px;
        width: 100%;
    }
}
@media screen and (max-width: 425px) {
    #content.performance-1 .large-section .text-box {
        padding: 5% 5% 0;
    }
}
@media screen and (max-width: 340px) {
    #content.performance-1 .large-section .text-box {
        padding: 4% 4% 0;
    }
}
#content.products-page.performance-2 .top-section-products .col {
    margin-bottom: 16px;
}
#content.products-page.performance-2 .top-section-products .col.right {
    float: right;
    margin-bottom: 225px;
}
#content.products-page.performance-2 .top-section-products .col p a {
    font: normal 400 30px/120% 'Roboto', sans-serif;
    padding-top: 30px;
    display: inline-block;
}
#content.products-page.performance-2 .top-section-products .col p a:hover {
    color: #2175ff;
}
#content.products-page.performance-2 .top-section-products .content-section {
    margin-bottom: 39px;
}
#content.products-page.performance-2 .section-dvr {
    padding: 50px 0 55px;
}
#content.products-page.performance-2 .section-dvr h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 105px;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 19px;
}
#content.products-page.performance-2 .section-dvr h4 {
    color: #1cb435;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 37px;
}
#content.products-page.performance-2 .section-dvr p {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 21px;
}
#content.products-page.performance-2 .section-dvr ul {
    margin: 0 0 0 15px;
    padding: 0;
}
#content.products-page.performance-2 .section-dvr ul li {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    margin: 35px 0 0;
}
#content.products-page.performance-2 .section-dvr .view {
    font-size: 24px;
    margin-top: 50px;
}
#content.products-page.performance-2 .section-dvr .cell {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    margin-bottom: 50px;
    width: 50%;
}
#content.products-page.performance-2 .section-dvr .cell img {
    width: 100%;
}
#content.products-page.performance-2 .section-dvr .cell:first-of-type {
    padding: 27px 55px 0 0;
}
#content.products-page.performance-2 .section-tv2 {
    display: table;
    background: #1cb435;
    width: 100%;
}
#content.products-page.performance-2 .section-tv2 h2 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 105px;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 25px;
}
#content.products-page.performance-2 .section-tv2 h2 span {
    color: #000;
}
#content.products-page.performance-2 .section-tv2 p {
    color: #fff;
    font-size: 24px;
}
#content.products-page.performance-2 .section-tv2 .cell-left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    width: 49%;
}
#content.products-page.performance-2 .section-tv2 .cell-left img {
    width: 100%;
}
#content.products-page.performance-2 .section-tv2 .cell-right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    width: 51%;
    vertical-align: bottom;
}
#content.products-page.performance-2 .section-tv2 .cell-right img {
    width: 100%;
}
#content.products-page.performance-2 .section-tv2 .cell-right div {
    height: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    max-width: 500px;
    padding: 0 7% 13%;
}
#content.products-page.performance-2 .section-tv2 .more {
    color: #fff;
    margin-top: 25px;
}
#content.products-page.performance-2 .tab-section {
    padding: 78px 0 42px;
}
#content.products-page.performance-2 .tab-section .product-tab .tab-nav {
    padding-bottom: 6px;
}
#content.products-page.performance-2 .tab-section h2 {
    margin-bottom: 55px;
}
#content.products-page.performance-2 .tab-section p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}
#content.products-page.performance-2 .tab-section p cite {
    font-size: 11px;
    line-height: 100%;
}
#content.products-page.performance-2 .tab-section .view {
    font-size: 20px;
    margin-top: 36px;
    padding-top: 22px;
}
#content.products-page.performance-2 .tab-section .view:before {
    font-size: 65px;
    line-height: 65px;
}
#content.products-page.performance-2 .section-style-3 .column {
    width: 49.6%;
}
#content .zip-form-box {
    float: right;
    margin: 25px 25px 0 0;
    padding: 0 93px 0 0;
    max-width: 313px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content .zip-form-box .text-input {
    padding: 0 24px;
    width: 100%;
    height: 61px;
    font: normal 400 14px/61px 'Open Sans', sans-serif;
    border: 1px solid #c2c1c1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content .zip-form-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 83px;
    height: 61px;
    font: normal 500 24px/61px 'Roboto', sans-serif;
}
#content .logos-box ul {
    list-style: none;
    margin: 0 -15px;
    text-align: left;
    padding: 0;
}
#content .logos-box ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 6px 15px;
    vertical-align: middle;
}
#content .logos-box ul li a {
    display: block;
}
#content .logos-box ul li a:hover {
    opacity: 0.5;
}
#content .logos-box ul li a img {
    max-width: 100%;
}
#content .tabs-medium .black-bg H1,
#content .tabs-medium .black-bg H2,
#content .tabs-medium .black-bg H3,
#content .tabs-medium .black-bg H4,
#content .tabs-medium .black-bg H5,
#content .tabs-medium .black-bg H6,
#content .tabs-medium .black-bg P,
#content .tabs-medium .black-bg A {
    color: #ffffff;
}
#content .tabs-medium h2 {
    font: normal 500 60px/100% 'Roboto', sans-serif;
    margin-bottom: 31px;
}
#content .tabs-medium .top-tabs {
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding: 80px 0 20px;
    width: 100%;
}
#content .tabs-medium .ui-tabs-nav {
    list-style: none;
    margin: 0 -18px;
}
#content .tabs-medium .ui-tabs-nav li {
    position: relative;
    display: inline-block;
    padding: 0 18px 18px;
}
#content .tabs-medium .ui-tabs-nav li a {
    font: normal 500 24px/24px 'Roboto', sans-serif;
}
#content .tabs-medium .ui-tabs-nav li.ui-tabs-active a {
    color: #1cb435;
}
#content .tabs-medium .ui-tabs-nav li.ui-state-hover a {
    color: #2175ff;
    text-decoration: none;
}
#content .tabs-medium .ui-tabs-nav li:before {
    content: '';
    background: #ffffff;
    height: 19px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 2px;
}
#content .tabs-medium .tab-medium-content {
    margin-top: -1px;
    padding-bottom: 45px;
}
#content .tabs-medium .tab-medium-content .black-bg {
    margin-bottom: 91px;
}
#content .tabs-medium .tab-medium-content .black-bg img {
    width: 100%;
    margin-bottom: -91px;
}
#content .tabs-medium .tab-medium-content .text-container {
    padding-top: 20px;
}
#content .tabs-medium .tab-medium-content p {
    font: normal 400 20px/147% 'Roboto', sans-serif;
    margin-bottom: 22px;
}
#content .tabs-medium .offer-box {
    padding: 23px 20px 26px;
    font: normal 400 24px/150% 'Roboto', sans-serif;
    border: 2px solid #1cb435;
}
#content section.hidden-sections.logos-bg {
    padding: 35px 0;
}
#content .section-style-5 {
    padding: 43px 0 68px;
}
#content .section-style-5 h2 {
    font: normal 500 60px/100% 'Roboto', sans-serif;
    margin-bottom: 25px;
}
#content .section-style-5 p {
    font: normal 400 20px/150% 'Roboto', sans-serif;
    margin-bottom: 25px;
}
#content .section-style-5 p em {
    display: block;
    font: italic 400 14px/100% 'Roboto', sans-serif;
    margin-bottom: 5px;
}
#content .ppv-box {
    display: inline-block;
    padding-top: 3px;
    margin: 0 -11px;
}
#content .ppv-box .ppv-box-item {
    float: left;
    padding: 11px;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 320px;
}
#content .ppv-box .ppv-box-item a {
    display: block;
    font: normal 400 18px/135% 'Roboto', sans-serif;
}
#content .ppv-box .ppv-box-item a img {
    margin-bottom: 10px;
    width: 100%;
}
#content .ppv-box .ppv-box-item a:hover {
    color: #2175ff;
}
.channel-lineups.ppv-popup .popup {
    overflow: hidden;
    padding: 62px 70px;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 800px;
}
.channel-lineups.ppv-popup .popup .popup-content {
    background: #000000;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 44px 35px;
    position: relative;
    z-index: 20;
    width: 100%;
}
.channel-lineups.ppv-popup .popup .popup-content h1,
.channel-lineups.ppv-popup .popup .popup-content h2,
.channel-lineups.ppv-popup .popup .popup-content h3,
.channel-lineups.ppv-popup .popup .popup-content h4,
.channel-lineups.ppv-popup .popup .popup-content h5,
.channel-lineups.ppv-popup .popup .popup-content h6,
.channel-lineups.ppv-popup .popup .popup-content p,
.channel-lineups.ppv-popup .popup .popup-content li,
.channel-lineups.ppv-popup .popup .popup-content a {
    color: #ffffff;
}
.channel-lineups.ppv-popup .popup .popup-content h2 {
    font: normal 400 36px/100% 'Roboto', sans-serif;
    margin-bottom: 15px;
}
.channel-lineups.ppv-popup .popup .popup-content ul {
    display: block;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.channel-lineups.ppv-popup .popup .popup-content ul li {
    display: inline-block;
    font: normal 400 18px/135% 'Roboto', sans-serif;
    padding: 0 25px 25px 0;
}
.channel-lineups.ppv-popup .popup .popup-content p {
    font: normal 400 20px/150% 'Roboto', sans-serif;
}
.channel-lineups.ppv-popup .popup .popup-content img {
    float: left;
    margin: 0 5% 6px 0;
    width: 37%;
    border: 2px solid #bfc3c8;
}
.channel-lineups.ppv-popup .popup .close {
    background: #000000;
    cursor: pointer;
    position: absolute;
    right: 28px;
    top: 15px;
    text-align: center;
    height: 38px;
    width: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.channel-lineups.ppv-popup .popup .close .material-icons {
    font-size: 25px;
    line-height: 38px;
    color: #ffffff;
}
.channel-lineups.ppv-popup .popup .close:hover {
    background: #2175ff;
}
.single-locations #content .event-top .table .btn {
    padding: 7px 40px;
    font-size: 38px
}

@media (max-width: 1700px) {
    #content.products-page.performance-2 .section-tv2 .cell-right div {
        padding-bottom: 9%;
    }
}
@media (max-width: 1600px) {
    #content.products-page.performance-2 .section-tv2 .cell-right div {
        padding-bottom: 8%;
    }
}
@media (max-width: 1470px) {
    #content.products-page.performance-2 .section-tv2 .cell-right div {
        padding-bottom: 6%;
    }
}
@media (max-width: 1300px) {
    #content.products-page.performance-2 .section-tv2 .cell-right div {
        padding-bottom: 4%;
    }
}
@media (max-width: 1050px) {
    #content.products-page.performance-2 .section-tv2 h2 {
        font-size: 55px;
    }
    #content.products-page.performance-2 .section-tv2 p,
    #content.products-page.performance-2 .section-tv2 .more {
        font-size: 20px;
    }
}
@media (max-width: 900px) {
    #content.products-page.performance-2 .section-tv2 h2 {
        font-size: 45px;
    }
    #content.products-page.performance-2 .section-tv2 p,
    #content.products-page.performance-2 .section-tv2 .more {
        font-size: 18px;
    }
}
@media (max-width: 800px) {
    #content.products-page.performance-2 .section-tv2 h2 {
        font-size: 40px;
    }
    #content.products-page.performance-2 .section-tv2 .more {
        margin: 10px 0 0;
    }
}
@media (max-width: 768px) {
    #content.products-page.performance-2 .top-section-products .col {
        margin-top: 0;
    }
    #content.products-page.performance-2 .top-section-products .col.right {
        margin-bottom: 20px;
    }
    #content.products-page.performance-2 .top-section-products .col p a {
        padding-top: 0;
    }
    #content.products-page.performance-2 .section-dvr h2 {
        font-size: 60px;
    }
    #content.products-page.performance-2 .section-dvr h4 {
        font-size: 22px;
    }
    #content.products-page.performance-2 .section-dvr p,
    #content.products-page.performance-2 .section-dvr li {
        font-size: 20px;
    }
    #content.products-page.performance-2 .section-dvr .cell {
        margin-bottom: 0;
        text-align: center;
        width: 100%;
        padding: 20px 0 0!important;
    }
    #content.products-page.performance-2 .section-dvr .cell img {
        margin: auto;
        max-width: 520px;
    }
    #content.products-page.performance-2 .section-dvr .cell:first-of-type {
        margin-bottom: 30px;
        text-align: left;
    }
    #content.products-page.performance-2 .section-tv2 h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    #content.products-page.performance-2 .section-tv2 p,
    #content.products-page.performance-2 .section-tv2 .more {
        font-size: 16px;
        margin-top: 0;
    }
    #content.products-page.performance-2 .tab-section {
        padding: 48px 0 0px;
    }
    #content.products-page.performance-2 .tab-section h2 {
        margin-bottom: 35px;
    }
    #content.products-page.performance-2 .tab-section p {
        font-size: 17px;
    }
    #content.products-page.performance-2 .tab-section .view {
        padding-top: 24px;
        font-size: 17px;
        margin-top: 10px;
    }
    #content.products-page.performance-2 .tab-section .view:before {
        font-size: 35px;
    }
    #content .logos-box ul {
        text-align: center;
    }
    #content .logos-box ul li {
        padding: 15px;
    }
    #content .tabs-medium .top-tabs {
        padding: 40px 0 10px;
    }
    #content .tabs-medium h2 {
        font-size: 35px;
    }
    #content .tabs-medium .ui-tabs-nav li a {
        font-size: 18px;
    }
    #content .tabs-medium .tab-medium-content {
        padding-bottom: 30px;
    }
    #content .tabs-medium .tab-medium-content p {
        font-size: 16px;
    }
    #content .tabs-medium .offer-box {
        padding: 18px 15px 21px;
        font-size: 20px;
    }
    #content .section-style-5 {
        padding: 33px 0 48px;
    }
    #content .section-style-5 h2 {
        font-size: 35px;
    }
    #content .section-style-5 p {
        font-size: 16px;
    }
    #content .section-style-5 p em {
        font-size: 12px;
    }
    #content .ppv-box .ppv-box-item a {
        font-size: 16px;
    }
    .channel-lineups.ppv-popup .popup {
        padding: 42px 50px;
    }
    .channel-lineups.ppv-popup .popup .close {
        right: 5px;
        top: 5px;
    }
    .channel-lineups.ppv-popup .popup .popup-content {
        padding: 30px 25px;
    }
    .channel-lineups.ppv-popup .popup .popup-content h2 {
        font-size: 30px;
    }
    .channel-lineups.ppv-popup .popup .popup-content p {
        font-size: 18px;
    }
    .channel-lineups.ppv-popup .popup .popup-content ul li {
        font-size: 16px;
        padding: 0 15px 15px 0;
    }
}
@media (max-width: 700px) {
    .channel-lineups.ppv-popup .popup {
        padding: 35px 45px;
    }
    .channel-lineups.ppv-popup .popup .close {
        right: 4px;
        top: 4px;
    }
    .channel-lineups.ppv-popup .popup .popup-content {
        padding: 25px 20px;
    }
    .channel-lineups.ppv-popup .popup .popup-content h2 {
        font-size: 28px;
    }
    .channel-lineups.ppv-popup .popup .popup-content p {
        font-size: 16px;
    }
    .channel-lineups.ppv-popup .popup .popup-content ul li {
        font-size: 14px;
        padding: 0 10px 10px 0;
    }
}
@media (max-width: 640px) {
    #content.products-page.performance-2 .top-section-products .col {
        margin-bottom: 0;
    }
    #content.products-page.performance-2 .top-section-products .col.right {
        margin-bottom: 0;
    }
    #content.products-page.performance-2 .top-section-products .col p {
        margin-bottom: 35px;
    }
    #content.products-page.performance-2 .top-section-products .col p a {
        font-size: 20px;
    }
    #content.products-page.performance-2 .section-dvr {
        padding: 40px 0 30px;
    }
    #content.products-page.performance-2 .section-dvr h2 {
        font-size: 52px;
    }
    #content.products-page.performance-2 .section-dvr h4 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    #content.products-page.performance-2 .section-dvr p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    #content.products-page.performance-2 .section-dvr ul li {
        font-size: 18px;
        margin-top: 25px;
    }
    #content.products-page.performance-2 .section-dvr .view {
        font-size: 18px;
        margin-top: 30px;
    }
    #content.products-page.performance-2 .section-dvr .cell {
        margin-bottom: 10px;
    }
    #content.products-page.performance-2 .section-tv2 {
        display: block;
        width: auto;
    }
    #content.products-page.performance-2 .section-tv2 .cell-left {
        display: none;
    }
    #content.products-page.performance-2 .section-tv2 .cell-right {
        display: block;
        width: auto;
    }
    #content.products-page.performance-2 .section-tv2 .cell-right div {
        max-width: none;
        padding: 5%;
    }
    #content.products-page.performance-2 .section-tv2 h2 {
        margin-bottom: 25px;
    }
    #content.products-page.performance-2 .tab-section {
        padding-top: 35px;
    }
    #content.products-page.performance-2 .tab-section h2 {
        margin-bottom: 25px;
    }
    #content.products-page.performance-2 .tab-section p {
        font-size: 14px;
    }
    #content.products-page.performance-2 .tab-section .view {
        padding-top: 17px;
        font-size: 14px;
    }
    #content.products-page.performance-2 .tab-section .view:before {
        line-height: 50px;
    }
    #content.products-page.performance-2 .section-style-3 .column {
        width: 100%;
    }
    #content.products-page.performance-2 .section-style-3 .column.right {
        width: 100%;
    }
    #content.products-page.performance-2 .zip-form-box {
        max-width: none;
        margin-right: 0;
        width: 100%;
    }
    #content .tabs-medium {
        margin-bottom: 0;
    }
    #content .tabs-medium h2 {
        font-size: 30px;
    }
    #content .tabs-medium .ui-tabs-nav li a {
        font-size: 16px;
    }
    #content .tabs-medium .tab-medium-content {
        padding-bottom: 20px;
    }
    #content .tabs-medium .tab-medium-content p {
        font-size: 14px;
    }
    #content .tabs-medium .offer-box {
        padding: 13px 10px 16px;
        font-size: 16px;
    }
    #content .section-style-5 {
        padding: 26px 0 38px;
    }
    #content .section-style-5 h2 {
        font-size: 30px;
    }
    #content .section-style-5 p {
        font-size: 14px;
    }
    #content .section-style-5 p em {
        font-size: 11px;
    }
    #content .ppv-box .ppv-box-item {
        width: 33.33%;
    }
}
@media (max-width: 480px) {
    #content.products-page.performance-2 .top-section-products .content-section {
        margin-bottom: 10px;
    }
    #content.products-page.performance-2 .top-section-products .col p {
        margin-bottom: 20px;
    }
    #content.products-page.performance-2 .top-section-products .col p a {
        font-size: 18px;
    }
    #content.products-page.performance-2 .section-dvr {
        padding: 30px 0 20px;
    }
    #content.products-page.performance-2 .section-dvr h2 {
        font-size: 46px;
    }
    #content.products-page.performance-2 .section-dvr h4 {
        font-size: 20px;
    }
    #content.products-page.performance-2 .section-dvr p,
    #content.products-page.performance-2 .section-dvr ul li,
    #content.products-page.performance-2 .section-dvr .view {
        font-size: 16px;
    }
    #content.products-page.performance-2 .tab-section {
        padding-bottom: 25px;
    }
    #content.products-page.performance-2 .tab-section .view:before {
        font-size: 30px;
        line-height: 47px;
    }
    #content .logos-box ul {
        margin: 0;
    }
    #content .logos-box ul li {
        padding: 15px 0;
        display: block;
    }
    #content .logos-box ul li a {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    #content .logos-box ul li a img {
        margin: auto;
    }
    #content .tabs-medium {
        margin-bottom: 0;
    }
    #content .tabs-medium .top-tabs {
        padding-top: 30px;
    }
    #content .tabs-medium h2 {
        margin-bottom: 18px;
    }
    #content .tabs-medium .ui-tabs-nav {
        margin: 0 -10px;
    }
    #content .tabs-medium .ui-tabs-nav li {
        padding: 0 10px 10px;
    }
    #content .tabs-medium .ui-tabs-nav li:before {
        height: 15px;
        top: 5px;
    }
    #content .section-style-5 {
        padding: 20px 0 25px;
    }
    #content .ppv-box .ppv-box-item {
        width: 50%;
    }
    .channel-lineups.ppv-popup .popup {
        padding: 30px 42px;
    }
    .channel-lineups.ppv-popup .popup .close {
        right: 2px;
        top: 2px;
    }
    .channel-lineups.ppv-popup .popup .popup-content {
        padding: 15px 10px;
    }
    .channel-lineups.ppv-popup .popup .popup-content h2 {
        font-size: 24px;
    }
    .channel-lineups.ppv-popup .popup .popup-content p {
        font-size: 14px;
    }
    .channel-lineups.ppv-popup .popup .popup-content ul li {
        font-size: 12px;
        padding: 0 5px 5px 0;
    }
}
@media (max-width: 360px) {
    #content .ppv-box .ppv-box-item a {
        font-size: 14px;
    }
}
.about-page-template #content .container {
    max-width: 975px;
}
.about-page-template #content .title-section .title-box {
    max-width: 700px;
    bottom: 57px;
}
.about-page-template #content .title-section .title-box h1 {
    font: 500 100px/105% "Roboto", sans-serif;
}
.about-page-template #content section.page-content {
    padding: 107px 0 0;
}
.about-page-template #content section.page-content p {
    color: #676464;
    font: 400 24px/125% "Open Sans", sans-serif;
    margin-bottom: 1.3em;
}
.about-page-template #content section.page-content p a {
    color: black;
}
.about-page-template #content section.page-content h2 {
    font: 400 72px/100% "Roboto", sans-serif;
    margin-bottom: 40px;
}
.about-page-template #content section.page-content h3 {
    font: 400 60px/100% "Roboto", sans-serif;
    margin-bottom: 40px;
}
.about-page-template #content section.page-content h4 {
    font: 400 30px/100% "Roboto", sans-serif;
    margin-bottom: 4px;
}
.about-page-template #content section.page-content h2 + h4 {
    margin-top: -20px;
}
.about-page-template #content section.page-content .top-margin {
    margin-top: 85px;
}
.about-page-template #content section.slider {
    padding: 70px 0 120px;
}
.about-page-template #content section.slider .slide {
    position: relative;
    max-width: 1080px;
    margin: auto;
    text-align: right;
}
.about-page-template #content section.slider .slide img {
    display: inline;
    max-width: 100%;
}
.about-page-template #content section.slider .slide .box {
    position: absolute;
    left: 0;
    bottom: -90px;
    background-color: black;
    color: white;
    max-width: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 44px 25px 32px;
}
.about-page-template #content section.slider .slide .box h3 {
    color: white;
    font: 500 48px/100% "Roboto", sans-serif;
    margin-bottom: 15px;
}
.about-page-template #content section.slider .slide .box p {
    color: white;
    font: 400 24px/150% "Roboto", sans-serif;
}
.about-page-template #content section.slider .flex-direction-nav {
    display: none;
}
.about-page-template #content section.history {
    background-color: #1cb435;
    color: white;
    padding: 50px 0;
    margin-top: 90px;
}
.about-page-template #content section.history h2 {
    color: white;
    font: 500 72px/150% "Roboto", sans-serif;
    margin: 0 0 25px;
}
.about-page-template #content section.history p {
    color: white;
    font: 400 24px/125% "Roboto", sans-serif;
}
.about-page-template #content section.history .carousel-box {
    position: relative;
    padding: 0 95px;
    margin: 172px 0;
}
.about-page-template #content section.history .carousel-box .start,
.about-page-template #content section.history .carousel-box .end {
    font: 700 48px/100% "Roboto", sans-serif;
    position: absolute;
    top: 2px;
}
.about-page-template #content section.history .carousel-box .start {
    webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 10px;
}
.about-page-template #content section.history .carousel-box .end {
    webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 10px;
}
.about-page-template #content section.history .carousel-box .slides li {
    background: transparent url("../images/icons/scale.png") no-repeat 0 0;
    background-size: contain;
    padding: 130px 175px 0 0;
    width: 342px;
}
.about-page-template #content section.history .carousel-box .flex-direction-nav .flex-disabled {
    opacity: 1 !important;
}
.about-page-template #content section.history .carousel-box .flex-direction-nav .flex-disabled::before {
    color: black;
}
.about-page-template #content section.history .carousel-box .flex-direction-nav .flex-prev {
    left: 0;
}
.about-page-template #content section.history .carousel-box .flex-direction-nav .flex-next {
    right: 0;
}
.about-page-template #content section.history .carousel-box .flex-direction-nav a {
    text-shadow: none;
    opacity: 1;
    width: 40px;
    height: 30px;
    margin: 0;
    top: 7px;
}
.about-page-template #content section.history .carousel-box .flex-direction-nav a:before {
    font-family: 'Material Icons';
    content: "\E5C4";
    text-shadow: none;
    color: white;
    line-height: 30px;
    transition: color .3s;
}
.about-page-template #content section.history .carousel-box .flex-direction-nav a.flex-next::before {
    content: "\E5C8";
}
.about-page-template #content section.history .carousel-box h5 {
    font: 500 36px/105% "Roboto", sans-serif;
    color: white;
}
.about-page-template #content section.history .carousel-box h5 .year {
    font: 700 60px/100% "Roboto", sans-serif;
    display: block;
}
.about-page-template #content section.history .carousel-box p {
    font: 400 18px/133% "Roboto", sans-serif;
}
.about-page-template #content section.careers > img {
    width: 100%;
}
.about-page-template #content section.careers .black-bg {
    padding: 58px 0 45px;
}
.about-page-template #content section.careers .black-bg h2 {
    color: white;
    font: 400 60px/100% "Roboto", sans-serif;
    margin-bottom: 20px;
}
.about-page-template #content section.careers .black-bg p {
    color: white;
    font: 400 24px/125% "Roboto", sans-serif;
}
.about-page-template #content section.careers .black-bg .col {
    width: 60%;
    float: left;
}
.about-page-template #content section.careers .black-bg .btn {
    float: right;
    font-size: 24px;
    padding: 16px 57px;
    margin-top: 98px;
}
.about-page-template #content section.leadership {
    padding: 50px 0 70px;
}
.about-page-template #content section.leadership h2 {
    font: 400 72px/100% "Roboto", sans-serif;
    margin-bottom: 45px;
}
.about-page-template #content section.leadership .list .row:nth-child(2n) {
    background-color: #f5f5f5;
}
.about-page-template #content section.leadership .list .row .content {
    display: table;
    width: 100%;
}
.about-page-template #content section.leadership .list .row .content .cell {
    display: table-cell;
    vertical-align: middle;
}
.about-page-template #content section.leadership .list .row .content .location {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 0;
    width: 19%;
}
.about-page-template #content section.leadership .list .row .content .location ul {
    list-style: none;
    margin: 0;
}
.about-page-template #content section.leadership .list .row .content .location ul li {
    text-transform: uppercase;
    font: 500 24px/125% "Roboto", sans-serif;
}
.about-page-template #content section.leadership .list .row .content .person {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 15px;
}
.about-page-template #content section.leadership .list .row .content .person h3 {
    font: 400 24px/125% "Roboto", sans-serif;
}
.about-page-template #content section.leadership .list .row .content .person p {
    font: 400 18px/133% "Roboto", sans-serif;
    margin: 0;
}
.about-page-template #content section.leadership .list .row .content .person a {
    color: black;
    display: inline-block;
    margin-top: 26px;
}
@media only screen and (max-width: 768px) {
    .about-page-template #content .title-section .title-box h1 {
        font-size: 85px;
    }
    .about-page-template #content section.page-content {
        padding: 50px 0 0;
    }
    .about-page-template #content section.page-content h2 {
        font-size: 55px;
    }
    .about-page-template #content section.page-content h2.top-margin {
        margin-top: 30px;
    }
    .about-page-template #content section.page-content h3 {
        font-size: 45px;
    }
    .about-page-template #content section.slider {
        padding: 30px 0 90px;
    }
    .about-page-template #content section.slider .slide .box {
        padding: 30px 20px 20px;
    }
    .about-page-template #content section.slider .slide .box h3 {
        font-size: 38px;
    }
    .about-page-template #content section.slider .slide .box p {
        font: 400 23px/130% "Roboto", sans-serif;
    }
    .about-page-template #content section.history {
        margin-top: 40px;
    }
    .about-page-template #content section.history .carousel-box {
        margin: 70px 0 0;
    }
    .about-page-template #content section.history .carousel-box .slides li {
        padding: 100px 75px 0 0;
    }
    .about-page-template #content section.careers .black-bg .col {
        width: 100%;
    }
    .about-page-template #content section.careers .black-bg .btn {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .about-page-template #content .title-section .title-box h1 {
        font-size: 55px;
        padding: 10px 0;
    }
    .about-page-template #content section.page-content p {
        font-size: 22px;
    }
    .about-page-template #content section.slider {
        padding: 20px 0 0;
    }
    .about-page-template #content section.slider .slide .box {
        max-width: none;
        position: static;
    }
    .about-page-template #content section.slider .slide img {
        display: block;
    }
    .about-page-template #content section.history h2 {
        margin: 0 0 10px;
        font-size: 60px;
    }
    .about-page-template #content section.history .carousel-box {
        padding: 0 20px;
        margin: 80px 0 0;
    }
    .about-page-template #content section.history .carousel-box .start,
    .about-page-template #content section.history .carousel-box .end {
        font-size: 35px;
        top: -45px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .about-page-template #content section.history .carousel-box .start {
        left: 40px;
    }
    .about-page-template #content section.history .carousel-box .end {
        right: 40px;
    }
    .about-page-template #content section.history .carousel-box .flex-direction-nav a {
        top: -45px;
    }
    .about-page-template #content section.history .carousel-box h5 {
        font-size: 28px;
    }
    .about-page-template #content section.history .carousel-box h5 .year {
        font-size: 36px;
    }
    .about-page-template #content section.history .carousel-box .slides li {
        padding: 100px 10px 0 0;
    }
    .about-page-template #content section.leadership h2 {
        font-size: 55px;
    }
    .about-page-template #content section.leadership .list .row .content .location {
        width: 25%;
    }
    .about-page-template #content section.leadership .list .row .content .location ul li {
        font-size: 20px;
    }
    .about-page-template #content section.leadership .list .row .content .person {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .about-page-template #content section.leadership .list .row .content {
        display: block;
    }
    .about-page-template #content section.leadership .list .row .content .cell {
        display: block;
    }
    .about-page-template #content section.leadership .list .row .content .location {
        width: 100%;
        text-align: center;
    }
    .about-page-template #content section.page-content h2 {
        font-size: 45px;
    }
    .about-page-template #content section.page-content h3 {
        font-size: 34px;
    }
    .about-page-template #content section.page-content p {
        font-size: 18px;
    }
    .about-page-template #content section.slider .slide .box p {
        font-size: 18px;
    }
    .about-page-template #content section.history {
        padding: 30px 0 15px;
    }
    .about-page-template #content section.history p {
        font-size: 18px;
    }
    .about-page-template #content section.history .carousel-box p {
        font-size: 14px;
    }
    .about-page-template #content section.history .carousel-box .start,
    .about-page-template #content section.history .carousel-box .end {
        font-size: 25px;
    }
    .about-page-template #content section.history .carousel-box .flex-direction-nav a {
        top: -49px;
    }
    .about-page-template #content section.history .carousel-box h5 {
        font-size: 25px;
    }
    .about-page-template #content section.history .carousel-box h5 .year {
        font-size: 28px;
    }
    .about-page-template #content section.history .carousel-box .slides li {
        padding: 55px 10px 0 0;
    }
    .about-page-template #content section.careers .black-bg p {
        font-size: 18px;
    }
}
.page-template-home #content .container {
    max-width: 1056px;
}
.page-template-home #content section.title-section {
    min-height: 360px;
}
.page-template-home #content section.title-section .title-box {
    text-align: center;
    width: 100%;
    bottom: 88px;
}
.page-template-home #content section.title-section .title-box h1 {
    font: 500 100px/105% "Roboto", sans-serif;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.46);
    margin-bottom: 39px;
}
.page-template-home #content section.title-section .title-box .btn {
    width: auto;
    padding: 29px 48px;
}
.page-template-home #content section.section-style-3 {
    padding: 53px 0 36px;
}
.page-template-home #content section.section-style-3 h2 {
    font-weight: 400;
    margin-bottom: 14px;
}
.page-template-home #content section.section-style-3 .column {
    width: 65%;
}
.page-template-home #content section.section-style-3 .column.right {
    width: 35%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}
.page-template-home #content section.section-style-3 .column.right .btn {
    padding: 16px 93px;
    margin-top: 20px;
}
.page-template-home #content section.quote-section {
    padding: 143px 0;
}
.page-template-home #content section.images-section .more-box {
    padding-bottom: 9px;
}
.page-template-home #content section.images-section .more-box .more-box-title {
    font-size: 24px;
    height: 100px;
}
.page-template-home #content .main-content .subscription {
    padding: 42px 0;
}
#content section.section-style-4 {
    padding: 95px 0 15px;
}
#content section.section-style-4 h2 {
    font: 400 60px/100% "Roboto", sans-serif;
}
#content section.section-style-4 p {
    font: 500 24px/150% "Roboto", sans-serif;
}
#content section.section-style-4 .column {
    float: left;
    width: 60%;
}
#content section.section-style-4 .column.right {
    width: 40%;
}
#content section.section-style-4 .column.right img {
    margin-top: 15px;
}
#content section.services {
    margin-bottom: 80px;
}
#content section.services .items-row {
    margin: 0 -18px;
}
#content section.services .items-row .item {
    float: left;
    width: 50%;
    padding: 35px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content section.services .items-row .item img {
    width: 100%;
    margin-bottom: 9px;
}
#content section.services .items-row .item .background {
    background-color: #1cb435;
    padding-bottom: 9px;
    margin-bottom: 15px;
}
#content section.services .items-row .item .more {
    padding: 0;
    color: white;
    font: 500 36px/165% "Roboto", sans-serif;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content section.services .items-row .item .more::before {
    line-height: inherit;
    right: 30px;
}
#content section.services .items-row .item .more:hover::before {
    right: 40px;
}
#content section.services .items-row .item .more .name {
    padding: 0 96px 0 30px;
}
#content section.services .items-row .item .description {
    margin: 0 -5px;
}
#content section.services .items-row .item .description p {
    color: #676464;
    font: 400 24px/150% "Open Sans", sans-serif;
}
#content section.box-links {
    background-color: #1cb435;
}
#content section.box-links .row .box {
    float: left;
    width: 50%;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 45px 40px 12px 60px;
    padding-left: calc((100% - 1016px)/2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content section.box-links .row .box:nth-child(2n) {
    padding-left: 40px;
    padding-right: 60px;
    padding-right: calc((100% - 1016px)/2);
}
#content section.box-links .row .box h3 {
    font: 500 48px/100% "Roboto", sans-serif;
    color: white;
    max-width: 300px;
    margin-bottom: 24px;
}
#content section.box-links .row .box p {
    font: 400 24px/125% "Roboto", sans-serif;
    color: white;
}
#content section.box-links .row .box .more {
    color: white;
    font: 500 30px/110% "Roboto", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 22px;
}
#content section.box-links .row .box .more::before {
    line-height: inherit;
}
#content section.box-links .row .box .spacer {
    min-height: 140px;
}
@media only screen and (max-width: 1080px) {
    #content section.box-links .row .box {
        padding-left: 30px;
    }
    #content section.box-links .row .box:nth-child(2n) {
        padding-right: 30px;
    }
    #content section.section-style-4 .column.right img {
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .page-template-home #content section.title-section {
        min-height: 300px;
    }
    .page-template-home #content section.title-section .title-box {
        bottom: 50px;
    }
    .page-template-home #content section.title-section .title-box h1 {
        font-size: 80px;
    }
    .page-template-home #content section.title-section .title-box .btn {
        padding: 18px 15px;
    }
    .page-template-home #content section.title-section section.section-style-3 .column.right .btn {
        padding: 16px 10px;
        margin: 0;
    }
    #content section.section-style-4 {
        padding-top: 35px;
    }
    #content section.section-style-4 .column {
        width: 100%;
    }
    #content section.section-style-4 .column.right {
        width: 100%;
    }
    #content section.section-style-4 .column.right img {
        margin: 15px auto;
    }
    #content section.services .items-row {
        margin: 0 -10px;
    }
    #content section.services .items-row .item {
        padding: 20px 10px;
    }
    #content section.services .items-row .item .more {
        font-size: 25px;
    }
    #content section.services .items-row .item .more .name {
        padding: 0 63px 0 10px;
    }
    #content section.services .items-row .item .more::before {
        right: 0;
    }
    #content section.services .items-row .item .more:hover::before {
        right: 10px;
    }
    #content section.services .items-row .item .description {
        margin: 0;
    }
    #content section.services .items-row .item .description p {
        font-size: 20px;
    }
    #content section.box-links .row .box,
    #content section.box-links .row .box:nth-child(2n) {
        padding: 20px 10px 0 20px;
    }
    #content section.box-links .row .box .spacer {
        min-height: 100px;
    }
}
@media only screen and (max-width: 640px) {
    .page-template-home #content section.title-section {
        background: none;
        padding-bottom: 20px;
        min-height: 0;
    }
    .page-template-home #content section.title-section .full-width {
        height: 20px;
    }
    .page-template-home #content section.title-section .title-box {
        position: static;
    }
    .page-template-home #content section.title-section .title-box h1 {
        font-size: 60px;
        min-height: 160px;
    }
    .page-template-home #content section.section-style-3 .column,
    .page-template-home #content section.section-style-3 .column.right {
        width: 100%;
    }
    #content section.services {
        margin-bottom: 25px;
    }
    #content section.services .items-row .item {
        width: 100%;
    }
    #content section.box-links .row .box {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .page-template-home #content section.title-section .title-box .btn {
        font-size: 20px;
    }
    #content section.section-style-4 h2 {
        font-size: 45px;
        text-align: center;
    }
    #content section.section-style-4 p {
        font-size: 20px;
        font-weight: 400;
    }
}
.easypay {
    background: url("../images/bg/easypay-bg.jpg") no-repeat center top;
    background-size: cover;
}
.easypay .container {
    margin-top: 12.8%;
    margin-bottom: 12%;
    max-width: 540px;
}
.easypay .main-content {
    background: #ffffff;
    margin-bottom: 23px;
    padding: 25px 10% 33px;
    display: block;
}
.easypay .main-content .top-image {
    max-width: 197px;
    margin: 0 auto 0;
}
.easypay .main-content .top-image img {
    width: 100%;
}
.easypay .main-content h3 {
    font: normal 400 24px/100% 'Roboto', sans-serif;
    text-align: center;
    margin: 14px 0 20px;
}
.easypay .main-content .info-container {
    padding: 0 20px;
}
.easypay .main-content .info-container p {
    margin: 0;
}
.easypay .main-content .info-container form p {
    color: #050404;
    font: normal 400 11px/16px 'Open Sans', sans-serif;
    margin: 27px 7px 11px;
}
.easypay .main-content .info-container form p a {
    color: #050404;
    font: normal 400 11px/16px 'Open Sans', sans-serif;
    text-decoration: underline;
}
.easypay .main-content .info-container form p a:hover {
    text-decoration: none;
}
.easypay input[type="text"],
.easypay input[type="password"] {
    border: 1px solid #c2c1c1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: normal 400 14px/42px 'Open Sans', sans-serif;
    padding: 0 20px;
    height: 42px;
    display: inline-block;
    margin: 16px 0 5px;
    width: 100%;
}
.easypay input[type="text"] + label,
.easypay input[type="password"] + label {
    display: block;
    padding: 0 7px;
    font: italic 400 9px/105% 'Roboto', sans-serif;
}
.easypay input[type="text"] + label strong,
.easypay input[type="password"] + label strong {
    font-weight: bold;
}
.easypay input[type=checkbox] + label {
    padding-top: 16px;
    margin-bottom: 20px;
    font: normal 400 14px/18px 'Open Sans', sans-serif;
    display: block;
}
.easypay input[type=checkbox] + label:before {
    font-size: 125%;
    border: 1px solid #c2c1c1;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.easypay .btn {
    text-align: center;
    padding: 11px;
    font: normal 500 24px/105% 'Roboto', sans-serif;
    margin-bottom: 11px;
    width: 100%;
}
.easypay a {
    font: normal 500 14px/100% 'Roboto', sans-serif;
}
.easypay .bottom-box {
    text-align: center;
}
.easypay .bottom-box p {
    color: #000000;
    margin-bottom: 12px;
    font: normal 400 18px/105% 'Roboto', sans-serif;
}
.easypay .bottom-box p a {
    display: block;
    color: #1cb435;
    font: normal 400 24px/105% 'Roboto', sans-serif;
}
@media only screen and (max-width: 768px) {
    .easypay {
        background-position: left top;
        background-size: auto;
    }
}
@media only screen and (max-width: 480px) {
    .easypay .main-content {
        padding: 25px 5% 24px;
    }
    .easypay .main-content .info-container {
        padding: 0 10px;
    }
}
#content.help-center .container {
    max-width: 987px;
}
#content.help-center section.title-section .title-content {
    height: 499px;
    vertical-align: bottom;
    text-align: center;
}
#content.help-center section.title-section .title-content h1 {
    margin-bottom: 44px;
}
#content.help-center section.accordion-section .container {
    max-width: 618px;
}
#content.help-center section.bottom-section {
    padding: 0 0 50px;
}
#content.help-center section.bottom-section h2 {
    margin: 65px 0 8px;
}
#content.help-center section.bottom-section p {
    font: normal 400 24px/100% 'Roboto', sans-serif;
    margin-bottom: 11px;
}
#content.help-center section.bottom-section p a:hover {
    color: #2175ff;
}
#content.help-center section.bottom-section p a.tel-link {
    font-weight: 700;
    color: #000000;
}
#content.help-center h1 {
    font: normal 700 72px/100% 'Roboto', sans-serif;
}
#content.help-center h2 {
    font: normal 700 60px/100% 'Roboto', sans-serif;
}
#content.help-center h3 {
    font: normal 400 36px/100% 'Roboto', sans-serif;
}
#content.help-center h4 {
    font: normal 500 30px/100% 'Roboto', sans-serif;
}
#content.help-center .accordion h3 {
    font: normal 400 24px/100% 'Roboto', sans-serif;
}
#content.help-center .accordion-section h3 {
    text-align: center;
}
#content.help-center .accordion-section .accordion h3 {
    text-align: left;
}
#content #search-help {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 668px;
    position: relative;
    margin: 0 auto 50px;
    padding: 0 201px 32px 0;
}
#content #search-help .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 192px;
    font: normal 500 24px/56px 'Roboto', sans-serif;
}
#content #search-help input {
    border: 1px solid #c2c1c1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: normal 400 24px/56px 'Roboto', sans-serif;
    padding: 0 27px;
    height: 56px;
    display: inline-block;
    width: 100%;
}
#content #search-help .btn,
#content #search-help input {
    margin-bottom: 15px;
}
#content .col-section {
    padding: 30px 0px 31px;
}
#content .col-section .col-box-item {
    border: 1px solid #c2c1c1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 3% 28px 0;
    padding: 37px 30px 30px;
    float: left;
    text-align: center;
    width: 31.33%;
}
#content .col-section .col-box-item:nth-child(3n) {
    margin-right: 0;
}
#content .col-section .col-box-item .top-icon {
    margin: 0 auto 24px;
    width: 50px;
}
#content .col-section .col-box-item .top-icon img {
    max-width: 100%;
}
#content .col-section .col-box-item p {
    color: #999999;
    font: normal 400 18px/150% 'Roboto', sans-serif;
    margin-bottom: 16px;
}
#content .col-section .col-box-item p a {
    font: normal 400 24px/130% 'Roboto', sans-serif;
}
#content .col-section .col-box-item p a:hover {
    color: #2175ff;
}
#content .accordion-section {
    padding: 43px 0 0px;
}
#content .accordion-section .accordion {
    margin-bottom: 45px;
    border-bottom: 1px solid #909090;
}
#content .accordion-section .accordion .ui-accordion-header {
    outline: none;
    border-top: 1px solid #909090;
    padding: 15px 20px 15px 0;
    margin: 0;
    position: relative;
    color: #2175ff;
}
#content .accordion-section .accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}
#content .accordion-section .accordion .ui-accordion-header:before {
    content: "";
    font-family: "Material Icons";
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 30px;
    color: #2175ff;
    cursor: pointer;
    position: absolute;
    right: -8px;
    top: 20px;
    line-height: 20px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
#content .accordion-section .accordion .ui-accordion-header.ui-accordion-header-active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#content .accordion-section .accordion .ui-accordion-header:first-child {
    border: none;
}
#content .accordion-section .accordion .ui-accordion-content {
    outline: none;
    margin: 0 0 20px 18px;
    padding: 5px 5px 6px 16px;
    border-left: 2px solid #e0e0e0;
    font: normal 400 16px/150% 'Roboto', sans-serif;
}
@media only screen and (max-width: 990px) {
    #content .col-section .col-box-item {
        width: 48.5%;
    }
    #content .col-section .col-box-item:nth-child(2n) {
        margin-right: 0;
    }
    #content .col-section .col-box-item:nth-child(3n) {
        margin-right: 3%;
    }
}
@media only screen and (max-width: 768px) {
    #content.help-center section.title-section .title-content h1 {
        font-size: 72px;
    }
    #content.help-center section.bottom-section {
        padding: 0 0 30px;
    }
    #content.help-center section.bottom-section h2 {
        margin-top: 45px;
    }
    #content .col-section {
        padding: 20px 0 30px;
    }
    #content .col-section .col-box-item {
        padding: 30px 15px;
    }
    #content .accordion-section .accordion {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 640px) {
    #content.help-center section.title-section .title-content {
        display: block;
        height: auto;
        padding: 50px 0;
        width: 100%;
    }
    #content.help-center section.title-section .title-content h1 {
        font-size: 42px;
    }
    #content.help-center section.bottom-section h2 {
        margin-top: 30px;
    }
    #content.help-center section.bottom-section p {
        font-size: 20px;
    }
    #content.help-center h2 {
        font-size: 35px;
    }
    #content.help-center h3 {
        font-size: 30px;
    }
    #content.help-center h4 {
        font-size: 24px;
    }
    #content.help-center .accordion h3 {
        font-size: 20px;
    }
    #content #search-help {
        padding: 0;
        margin-bottom: 0;
    }
    #content #search-help .btn {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
    }
    #content .col-section {
        padding: 20px 0;
    }
    #content .col-section .col-box-item p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #content .col-section .col-box-item p a {
        font-size: 20px;
    }
    #content .accordion-section {
        padding: 20px 0 10px;
    }
    #content .accordion-section .accordion {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    #content .col-section .col-box-item {
        padding: 30px;
        margin: 0 0 18px;
        width: 100%;
    }
}
@media only screen and (max-width: 360px) {
    #content #search-help input {
        font-size: 20px;
    }
}
#content.help-center section ol {
    margin-left: 0;
    list-style: none;
    counter-reset: item;
}
#content.help-center section ol li:before {
    content: counter(item) '. ';
    counter-increment: item;
    padding-right: 8px;
    float: left;
}
#content.help-center section ol li img {
    max-width: 100%;
    margin: 20px 0 0 0;
}
#content.help-center section.help-info {
    padding: 86px 0 41px;
}
#content.help-center section.help-info .container {
    max-width: 754px;
}
#content.help-center section.help-info li,
#content.help-center section.help-info p {
    font: normal 400 18px/150% 'Roboto', sans-serif;
    margin-bottom: 28px;
    padding: 0 30px;
}
#content.help-center section.help-info h2 {
    font-weight: 500;
    margin-bottom: 43px;
}
#content.help-center section.help-info a:hover {
    color: #2175ff;
}
#content.help-center section.link-help-section {
    padding: 0 0 19px;
}
#content.help-center section.link-help-section .container {
    max-width: 880px;
    background: #404040;
}
#content.help-center section.link-help-section h1,
#content.help-center section.link-help-section h2,
#content.help-center section.link-help-section h3,
#content.help-center section.link-help-section h4,
#content.help-center section.link-help-section h5,
#content.help-center section.link-help-section h6,
#content.help-center section.link-help-section p,
#content.help-center section.link-help-section li,
#content.help-center section.link-help-section a {
    color: #ffffff;
}
#content.help-center section.link-help-section .text-box {
    margin: 8.5% 0 8% 5.2%;
    width: 57%;
    float: left;
}
#content.help-center section.link-help-section .text-box h3 {
    font-weight: 400;
    margin-bottom: 35px;
}
#content.help-center section.link-help-section .text-box li {
    font: normal 400 24px/145% 'Roboto', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#content.help-center section.link-help-section .text-box ol li:before {
    content: counter(item, decimal-leading-zero) ". ";
}
#content.help-center section.link-help-section .icon-box {
    float: right;
    margin: 6.8% 4.7% 6.5% 0;
    width: 27.9%;
}
#content.help-center section.link-help-section .icon-box img {
    max-width: 100%;
}
#content.help-center.help-article .container {
    max-width: 926px;
}
@media only screen and (max-width: 768px) {
    #content.help-center section.help-info {
        padding: 45px 0 21px;
    }
    #content.help-center section.help-info li,
    #content.help-center section.help-info p {
        margin-bottom: 15px;
        padding: 0 15px;
    }
    #content.help-center section.link-help-section .text-box {
        margin: 5% 0 5% 5%;
    }
    #content.help-center section.link-help-section .text-box li {
        font-size: 20px;
    }
}
@media only screen and (max-width: 640px) {
    #content.help-center section.help-info {
        padding: 25px 0 11px;
    }
    #content.help-center section.help-info h2 {
        margin-bottom: 23px;
    }
    #content.help-center section.help-info li,
    #content.help-center section.help-info p {
        margin-bottom: 10px;
        font-size: 16px;
    }
    #content.help-center section.link-help-section {
        padding: 0;
    }
    #content.help-center section.link-help-section .text-box {
        margin: 5% 0 5% 15px;
    }
    #content.help-center section.link-help-section .text-box h3 {
        margin-bottom: 20px;
    }
    #content.help-center section.link-help-section .text-box li {
        font-size: 18px;
    }
    #content.help-center section.link-help-section .icon-box {
        margin: 5% 15px 5% 0;
    }
    #content.help-center section ol li img {
        margin: 10px 0 15px;
    }
}
@media only screen and (max-width: 480px) {
    #content.help-center section.help-info h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    #content.help-center section.help-info li,
    #content.help-center section.help-info p {
        padding: 0 10px;
    }
    #content.help-center section.link-help-section padding-bottom {
        padding-bottom: 0;
    }
    #content.help-center section.link-help-section .text-box {
        margin-left: 10px;
    }
    #content.help-center section.link-help-section .text-box h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    #content.help-center section.link-help-section .text-box li {
        font-size: 16px;
    }
    #content.help-center section.link-help-section .icon-box {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 380px) {
    #content.help-center section.link-help-section .text-box h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #content.help-center section.link-help-section .text-box li {
        font-size: 14px;
    }
}
#content.help-center section .medium-box-item ol li:before {
    content: counter(item, decimal-leading-zero) ". ";
}
#content .medium-col-section {
    padding: 44px 0 34px;
}
#content .medium-col-section .medium-box-item {
    float: left;
    border: 1px solid #c2c1c1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 30px 34px;
    margin: 0 5% 45px 0;
    width: 47.5%;
}
#content .medium-col-section .medium-box-item:nth-child(2n) {
    margin-right: 0;
}
#content .medium-col-section .medium-box-item h4 {
    text-align: center;
    margin-bottom: 30px;
}
#content .medium-col-section .medium-box-item li {
    font: normal 400 18px/105% 'Roboto', sans-serif;
    margin-bottom: 11px;
}
#content .medium-col-section .medium-box-item li a {
    color: #2175ff;
}
#content .medium-col-section .medium-box-item p {
    margin-left: auto;
    margin-right: auto;
    max-width: 315px;
    font: normal 400 14px/125% 'Roboto', sans-serif;
}
#content .medium-col-section .medium-box-item .btn-group {
    margin: 14px auto 21px;
    max-width: 294px;
}
#content .tips-box {
    padding: 26px 0 11px;
    background: #f0f0f0;
}
#content .tips-box h1,
#content .tips-box h2,
#content .tips-box h3,
#content .tips-box h4,
#content .tips-box h5,
#content .tips-box h6 {
    text-align: center;
}
#content .tips-box h3 {
    margin-bottom: 45px;
}
#content .tips-box .tips-item {
    border: 1px solid #5d5d5d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 -2px 8px rgba(153, 153, 153, 0.55);
    -moz-box-shadow: 0 -2px 8px rgba(153, 153, 153, 0.55);
    box-shadow: 0 -2px 8px rgba(153, 153, 153, 0.55);
    background: #ffffff;
    position: relative;
    float: left;
    margin: 0 63px 63px 0;
    padding: 14px 14px 20px;
    min-height: 120px;
    width: 165px;
}
#content .tips-box .tips-item:before {
    content: '';
    border-top: 1px solid #5d5d5d;
    background: #1cb435;
    height: 6px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
#content .tips-box .tips-item p {
    font: normal 400 14px/125% 'Roboto', sans-serif;
}
#content .accordion-section .btn {
    display: block;
    text-align: center;
    font: normal 400 24px/125% 'Roboto', sans-serif;
    padding: 5px 7px;
    width: 242px;
    margin: 0 auto 36px;
}

/* wpadminbar */
.admin-bar header .header-title {
    top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar header .header-title {
        top: 46px;
    }
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

@media only screen and (max-width: 768px) {
    #content .medium-col-section {
        padding: 34px 0 14px;
    }
    #content .medium-col-section .medium-box-item {
        margin-bottom: 25px;
    }
    #content .medium-col-section .medium-box-item h4 {
        font-size: 24px;
    }
    #content .medium-col-section .medium-box-item li {
        font-size: 16px;
    }
    #content .tips-box {
        padding: 25px 0 0;
    }
    #content .accordion-section .btn {
        margin-top: 20px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 640px) {
    #content .medium-col-section .medium-box-item {
        margin: 0 0 25px;
        width: 100%;
    }
    #content .medium-col-section .medium-box-item .btn-group {
        max-width: none;
    }
    #content .accordion-section .btn {
        width: auto;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 500px) {
    #content .tips-box {
        padding-bottom: 15px;
    }
    #content .tips-box .tips-item {
        margin: 0 8% 8% 0;
        width: 46%;
    }
    #content .tips-box .tips-item:nth-child(2n) {
        margin-right: 0;
    }
}
#content .box-text-container .box-text-item a.more:before {
	line-height: 54px;
}
#content .box-text-container .box-text-item a.more {
	padding: 14px 64px 14px 0;
}
.select-lineup {
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.2);
	left: 50%;
	position: fixed;
	top: 50%;
	width: 300px;
	z-index: 9999;
	padding: 20px 0;
	margin-left: -150px;
	display: none;
	border-radius: 5px;
}
.select-lineup h3 {
	padding: 0 20px 10px;
	margin: 0;
}
.select-lineup .list a {
	padding: 10px 20px;
	width: 100%;
	display: block;
}
.select-lineup .close:hover {
	text-decoration: none;
}
.call-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	z-index: 99999;
}
.coll-box .call-overlay {
	width: 200px;
	height: 40px;
}
header .coll-box,
#footer .bottom-footer p,
header .nav-box .call-nav-box {
	position: relative;
}
#footer .bottom-footer span.call-overlay {
	width: 150px;
}
@media only screen and (max-width: 640px) {
	.call-overlay {
		display: none;
	}
}
@media only screen and (min-width: 641px) {
    #content section.services .items-row .item {
	height: 600px;
    }
}
.checkout .steps .customer-information-form .jquery-selectbox {
	color: #000;
}
.checkout .steps .customer-information-form label {
	font-weight: bold;
}
.checkout .steps .customer-information-form input[type="checkbox"] + label::before {
	border-width: 2px;
}
header .cart .cart-footer p {
	line-height: 120%;
}
#view-1 .table td:last-child, #view-1 .table th:last-child {
	text-align: left;
}
.subscription .form-mail input {
	box-shadow: none;
}
.s3-sales-quiz h1, .summer-campaign-quiz h1 {
    font-size: 80px;
}
.s3-sales-quiz #content section.title-section .title-content, .summer-campaign-quiz #content section.title-section .title-content {
    height: 230px;
}
.qmn_quiz_container select, .qmn_quiz_container textarea, .qmn_quiz_container input[type="text"], .qmn_quiz_container input[type="email"], .qmn_quiz_container input[type="number"] {
    border-color: #ccc !important;
}
.s3-sales-quiz input[name="mlwUserComp"], .s3-sales-quiz input[name="mlwUserPhone"], .summer-campaign-quiz input[name="mlwUserComp"], .summer-campaign-quiz input[name="mlwUserPhone"] {
    display: none;
}
.qmn_quiz_container .qmn_btn, .qmn_quiz_container .btn {
    border-radius: 0 !important;
    background: #1cb435 !important;
}
