@charset "UTF-8";
/*
Theme Name: Marque Magnetics
Author: Leo Sun
Author URI: https://brownpaperbag.co.nz
Description: Marque Magnetics Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  MarqueMagnetics
*/
/*********************************************
 
:: Table of Contents
   1. Breakpoints
   2. Typography
   3. Font Management
   4. Buttons
   
:: Note -
   If you can't find something in here...
   a) open up the relevant .scss partial.
   b) At the top of the partial there maybe
   some partial specific variables.
  
********************************************/
/*******************************************
// 1. Breakpoints
/*

    Mappy breakpoints: https://github.com/zellwk/mappy-breakpoints
    Usage: 
    @include mappy-bp(small){
        stuff
    }
    
*/
/*******************************************
// 2. Typography
/*

    Typi: https://github.com/zellwk/typi
    Usage: 
    @include typi($h1-map)
    .element{
		@include typi(whatever-map-youve-defined)
	}
	
*/
/*******************************************
// 3. Font Management
/*

    Usage: 
    .element{
		font-family: $font-family-1;
		font-weight: $font-light;
	}
	
*/
/*******************************************
// 4. Colours
/*

    Usage: 
    .element{
		color: $color-brand-1;
	}
	
*/
/*******************************************
// 5. Buttons
/*

    Usage: 
    .button{
		 background: $button-background-color;
		 color: $button-text-color;
	}
	
*/
/*******************************************
// 6. Form
/*

    Usage: 
    .input{
		 background: $form-field-background-color;
		 color: $form-field-text-color;
	}
	
*/
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.                      
********************************************/
/*********************************************
:: Normalize                        
********************************************/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

h1, h2, legend, h3, h4, h5, h6, ol, ul, blockquote, p, li, dt, dl, dd {
  margin: 0px;
  padding: 0px; }

.button, button, button[type="submit"], input[type="submit"], input[type="button"], input[type="reset"] {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 0px;
  margin: 0px; }

legend, fieldset {
  margin: 0px;
  padding: 0px;
  border: none; }

figure {
  margin: 0px; }

*, *:before, *:after {
  box-sizing: border-box; }

/*******************************************/
::-moz-selection, ::selection {
  background: #E40000;
  color: white; }

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

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  display: inline-block !important; }

/*********************************************
:: Icon Fonts                    
********************************************/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?l1en53");
  src: url("fonts/icomoon.eot?#iefixl1en53") format("embedded-opentype"), url("fonts/icomoon.ttf?l1en53") format("truetype"), url("fonts/icomoon.woff?l1en53") format("woff"), url("fonts/icomoon.svg?l1en53#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-instagram:before {
  content: "\e900"; }

.icon-pinterest-square:before {
  content: "\e901"; }

.icon-pinterest:before {
  content: "\e902"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-facebook-square:before {
  content: "\e904"; }

.icon-google-plus-square:before {
  content: "\e905"; }

.icon-google-plus:before {
  content: "\e906"; }

.icon-youtube-square:before {
  content: "\e907"; }

.icon-youtube:before {
  content: "\e908"; }

.icon-vimeo-square:before {
  content: "\e909"; }

.icon-twitter:before {
  content: "\e90a"; }

.icon-twitter-square:before {
  content: "\e90b"; }

.icon-tumblr-square:before {
  content: "\e90c"; }

.icon-tumblr:before {
  content: "\e90d"; }

.icon-linkedin:before {
  content: "\e90e"; }

.icon-linkedin-square:before {
  content: "\e90f"; }

.icon-angle-double-down:before {
  content: "\e910"; }

.icon-angle-double-left:before {
  content: "\e911"; }

.icon-angle-double-right:before {
  content: "\e912"; }

.icon-angle-double-up:before {
  content: "\e913"; }

.icon-angle-down:before {
  content: "\e914"; }

.icon-angle-left:before {
  content: "\e915"; }

.icon-angle-right:before {
  content: "\e916"; }

.icon-angle-up:before {
  content: "\e917"; }

.icon-arrow-circle-down:before {
  content: "\e918"; }

.icon-arrow-circle-left:before {
  content: "\e919"; }

.icon-arrow-circle-o-down:before {
  content: "\e91a"; }

.icon-arrow-circle-o-left:before {
  content: "\e91b"; }

.icon-arrow-circle-o-right:before {
  content: "\e91c"; }

.icon-arrow-circle-o-up:before {
  content: "\e91d"; }

.icon-arrow-circle-right:before {
  content: "\e91e"; }

.icon-arrow-circle-up:before {
  content: "\e91f"; }

.icon-bars:before {
  content: "\e920"; }

.icon-calendar:before {
  content: "\e921"; }

.icon-check:before {
  content: "\e922"; }

.icon-chevron-circle-down:before {
  content: "\e923"; }

.icon-chevron-circle-left:before {
  content: "\e924"; }

.icon-chevron-circle-right:before {
  content: "\e925"; }

.icon-chevron-circle-up:before {
  content: "\e926"; }

.icon-chevron-down:before {
  content: "\e927"; }

.icon-chevron-left:before {
  content: "\e928"; }

.icon-chevron-right:before {
  content: "\e929"; }

.icon-chevron-up:before {
  content: "\e92a"; }

.icon-envelope-o:before {
  content: "\e92b"; }

.icon-file:before {
  content: "\e92c"; }

.icon-info-circle:before {
  content: "\e92d"; }

.icon-map-marker:before {
  content: "\e92e"; }

.icon-minus-circle:before {
  content: "\e92f"; }

.icon-phone:before {
  content: "\e930"; }

.icon-play:before {
  content: "\e931"; }

.icon-plus-circle:before {
  content: "\e932"; }

.icon-question-circle:before {
  content: "\e933"; }

.icon-search:before {
  content: "\e934"; }

.icon-search-plus:before {
  content: "\e935"; }

.icon-shopping-cart:before {
  content: "\e936"; }

.icon-sort:before {
  content: "\e937"; }

.icon-tags:before {
  content: "\e938"; }

.icon-times:before {
  content: "\e939"; }

.icon-user:before {
  content: "\e93a"; }

.icon-youtube-play:before {
  content: "\e93b"; }

/*********************************************
:: Typography                    
********************************************/
/*******************************************/
html {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 100%;
  line-height: 1.5; }

h1 {
  font-size: 2.125em;
  line-height: 1.2;
  margin-bottom: 15px; }
  @media all and (min-width: 1024px) {
    h1 {
      font-size: 2.75em;
      line-height: 1.3; } }

h2, legend {
  font-size: 1.438em;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 15px; }
  @media all and (min-width: 1024px) {
    h2, legend {
      font-size: 2.063em;
      line-height: 1.3; } }

h3 {
  font-size: 1.188em;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 15px; }
  @media all and (min-width: 1024px) {
    h3 {
      font-size: 1.5em;
      line-height: 1.3; } }

h4 {
  font-size: 0.938em;
  line-height: 1.2;
  margin-bottom: 15px; }
  @media all and (min-width: 1024px) {
    h4 {
      font-size: 1.25em;
      line-height: 1.3; } }

h5 {
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 15px; }
  @media all and (min-width: 1024px) {
    h5 {
      font-size: 1.15em;
      line-height: 1.3; } }

h6 {
  font-size: 0.813em;
  line-height: 1.2;
  margin-bottom: 15px; }
  @media all and (min-width: 1024px) {
    h6 {
      font-size: 0.938em;
      line-height: 1.3; } }

p, li, td, th, a, mark, time, dl, blockquote, label, address {
  font-size: 0.938em;
  line-height: 1.7;
  color: #666;
  margin-bottom: 15px; }
  p a, p li, p p, p mark, p cite, p time, li a, li li, li p, li mark, li cite, li time, td a, td li, td p, td mark, td cite, td time, th a, th li, th p, th mark, th cite, th time, a a, a li, a p, a mark, a cite, a time, mark a, mark li, mark p, mark mark, mark cite, mark time, time a, time li, time p, time mark, time cite, time time, dl a, dl li, dl p, dl mark, dl cite, dl time, blockquote a, blockquote li, blockquote p, blockquote mark, blockquote cite, blockquote time, label a, label li, label p, label mark, label cite, label time, address a, address li, address p, address mark, address cite, address time {
    font-size: 1em; }

a {
  color: #2e3b66;
  font-weight: 400;
  text-decoration: none;
  margin: 0px;
  transition: all .5s ease-in-out; }
  a:hover, a:focus, a:active {
    color: #1b233c; }

small {
  font-size: 0.938em;
  line-height: 1.7;
  font-size: 70%; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

hr {
  float: left;
  width: 100%;
  background: #979797;
  height: 1px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  display: block; }

/*******************************************/
dt {
  font-weight: 700; }
  dt:after {
    content: ':'; }

dt:after {
  content: ": "; }

ul, ol {
  margin-left: 25px;
  margin-bottom: 15px; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0px; }

li {
  margin-bottom: 5px; }

ul li {
  list-style-type: none;
  position: relative;
  text-indent: 0px; }
  ul li:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #2e3b66;
    position: absolute;
    left: -24px;
    top: 6px;
    display: block;
    border-radius: 100%; }

ol li {
  list-style-type: decimal; }

/*******************************************/
code, pre, samp, kbd, var {
  background: #2D747E;
  color: white;
  padding: 1px 5px 1px 5px;
  white-space: pre-wrap;
  margin: 0px; }

pre {
  padding: 10px; }

/*******************************************/
blockquote {
  display: inline-block;
  width: 100%;
  background: #2e3b66;
  text-align: center;
  padding: 20px;
  margin-bottom: 15px; }
  blockquote p {
    color: white;
    margin: 0px; }

/*********************************************
:: Buttons                             
********************************************/
/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  opacity: 0.5;
  color: white;
  cursor: default; }

/*******************************************/
.button,
button,
button[type="submit"],
input[type="submit"],
input[type="button"],
input[type="reset"] {
  display: inline-block;
  text-decoration: none;
  height: auto;
  transition: all .4s ease-in-out;
  font-size: 0.8em;
  line-height: 1;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  background: #000;
  color: #fff;
  padding: 10px 45px 10px 45px; }
  @media all and (min-width: 1024px) {
    .button,
    button,
    button[type="submit"],
    input[type="submit"],
    input[type="button"],
    input[type="reset"] {
      font-size: 1em;
      line-height: 1; } }
  @media all and (min-width: 48em) {
    .button:hover, .button:focus, .button:active,
    button:hover,
    button:focus,
    button:active,
    button[type="submit"]:hover,
    button[type="submit"]:focus,
    button[type="submit"]:active,
    input[type="submit"]:hover,
    input[type="submit"]:focus,
    input[type="submit"]:active,
    input[type="button"]:hover,
    input[type="button"]:focus,
    input[type="button"]:active,
    input[type="reset"]:hover,
    input[type="reset"]:focus,
    input[type="reset"]:active {
      background: #fff;
      color: #000; } }

/*******************************************/
.button-small,
button.button-small,
button[type="submit"].button-small,
input[type="submit"].button-small,
input[type="button"].button-small,
input[type="reset"].button-small {
  font-size: 0.6em;
  line-height: 1; }
  @media all and (min-width: 1024px) {
    .button-small,
    button.button-small,
    button[type="submit"].button-small,
    input[type="submit"].button-small,
    input[type="button"].button-small,
    input[type="reset"].button-small {
      font-size: 0.8em;
      line-height: 1; } }

/*******************************************/
.button-large,
button.button-large,
button[type="submit"].button-large,
input[type="submit"].button-large,
input[type="button"].button-large,
input[type="reset"].button-large {
  font-size: 1em;
  line-height: 1;
  padding: 15px 55px 15px 55px; }
  @media all and (min-width: 1024px) {
    .button-large,
    button.button-large,
    button[type="submit"].button-large,
    input[type="submit"].button-large,
    input[type="button"].button-large,
    input[type="reset"].button-large {
      font-size: 1.2em;
      line-height: 1; } }

/*******************************************/
.button-icon span,
button.button-icon span,
button[type="submit"].button-icon span {
  font-size: 0.8em; }

.button-icon .icon-pos-left,
button.button-icon .icon-pos-left,
button[type="submit"].button-icon .icon-pos-left {
  margin-right: 10px; }

.button-icon .icon-pos-right,
button.button-icon .icon-pos-right,
button[type="submit"].button-icon .icon-pos-right {
  margin-left: 10px; }

/*******************************************/
.button-text,
button.button-text,
button[type="submit"].button-text,
input[type="submit"].button-text,
input[type="button"].button-text,
input[type="reset"].button-text {
  background: none;
  padding: 0px;
  border-radius: 0%;
  color: #2e3b66; }
  @media all and (min-width: 48em) {
    .button-text:hover, .button-text:focus, .button-text:active,
    button.button-text:hover,
    button.button-text:focus,
    button.button-text:active,
    button[type="submit"].button-text:hover,
    button[type="submit"].button-text:focus,
    button[type="submit"].button-text:active,
    input[type="submit"].button-text:hover,
    input[type="submit"].button-text:focus,
    input[type="submit"].button-text:active,
    input[type="button"].button-text:hover,
    input[type="button"].button-text:focus,
    input[type="button"].button-text:active,
    input[type="reset"].button-text:hover,
    input[type="reset"].button-text:focus,
    input[type="reset"].button-text:active {
      background: none;
      color: #1b233c; } }

/*******************************************/
.button-white,
button.button-white,
button[type="submit"].button-white,
input[type="submit"].button-white,
input[type="button"].button-white,
input[type="reset"].button-white {
  background: #fff;
  color: #000; }
  @media all and (min-width: 48em) {
    .button-white:hover, .button-white:focus, .button-white:active,
    button.button-white:hover,
    button.button-white:focus,
    button.button-white:active,
    button[type="submit"].button-white:hover,
    button[type="submit"].button-white:focus,
    button[type="submit"].button-white:active,
    input[type="submit"].button-white:hover,
    input[type="submit"].button-white:focus,
    input[type="submit"].button-white:active,
    input[type="button"].button-white:hover,
    input[type="button"].button-white:focus,
    input[type="button"].button-white:active,
    input[type="reset"].button-white:hover,
    input[type="reset"].button-white:focus,
    input[type="reset"].button-white:active {
      background: #000;
      color: #fff; } }

/*******************************************/
.button-transparent,
button.button-transparent,
button[type="submit"].button-transparent,
input[type="submit"].button-transparent,
input[type="button"].button-transparent,
input[type="reset"].button-transparent {
  background: transparent;
  border: 1px solid white;
  color: white; }
  @media all and (min-width: 48em) {
    .button-transparent:hover, .button-transparent:focus, .button-transparent:active,
    button.button-transparent:hover,
    button.button-transparent:focus,
    button.button-transparent:active,
    button[type="submit"].button-transparent:hover,
    button[type="submit"].button-transparent:focus,
    button[type="submit"].button-transparent:active,
    input[type="submit"].button-transparent:hover,
    input[type="submit"].button-transparent:focus,
    input[type="submit"].button-transparent:active,
    input[type="button"].button-transparent:hover,
    input[type="button"].button-transparent:focus,
    input[type="button"].button-transparent:active,
    input[type="reset"].button-transparent:hover,
    input[type="reset"].button-transparent:focus,
    input[type="reset"].button-transparent:active {
      background: #2e3b66;
      border-color: #2e3b66;
      color: #fff; } }

/*********************************************
:: Tables                    
********************************************/
table {
  width: 100%;
  margin-bottom: 15px; }
  table td, table th {
    padding: 15px 10px 15px 10px;
    text-align: left;
    font-weight: 400;
    color: #444; }
  table th {
    font-weight: 700;
    background: #d8d8d8; }
  table thead {
    width: 100%;
    background: #d8d8d8; }
    table thead td, table thead th {
      padding: 5px 10px 5px 10px; }
  table tfoot {
    border-bottom: 1px solid #444;
    border-top: 1px solid #444; }
    table tfoot td {
      padding: 15px 10px 15px 10px; }

/*******************************************/
.compact-table {
  width: auto; }
  .compact-table td, .compact-table th {
    padding: 5px 10px 5px 10px;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.2;
    font-weight: 400;
    color: #444;
    background: none;
    border: 1px solid #979797; }
  .compact-table thead {
    width: auto;
    background: none; }

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em; }

/*********************************************
:: Layout                        
********************************************/
body {
  background: #d8d8d8;
  transition: all .5s ease-in-out; }
  body.overHidden {
    overflow: hidden; }

/*******************************************/
.site-wrapper {
  width: 100%;
  height: 100%;
  background: white;
  overflow: hidden; }

/*******************************************/
.main {
  float: left;
  width: 100%;
  min-height: 600px;
  padding: 20px;
  background: #ffff; }
  @media all and (min-width: 64em) {
    .main {
      padding: 50px 0px 50px 0px; } }

/*******************************************/
.sidebar {
  float: left;
  width: 100%;
  padding: 20px 15px 20px 15px; }
  @media all and (min-width: 48em) {
    .sidebar {
      padding: 45px 0px 45px 0px; } }

/*******************************************/
@media all and (min-width: 48em) {
  .content-max-width {
    max-width: 940px;
    margin: 0 auto; } }

@media all and (min-width: 72.5em) {
  .content-max-width {
    max-width: 940px;
    margin: 0 auto; } }

@media all and (min-width: 90em) {
  .content-max-width {
    max-width: 1100px;
    margin: 0 auto; } }

/*******************************************/
@media all and (min-width: 48em) {
  .narrow-content-max-width {
    max-width: 940px;
    margin: 0 auto; } }

@media all and (min-width: 72.5em) {
  .narrow-content-max-width {
    max-width: 1024px;
    margin: 0 auto; } }

@media all and (min-width: 90em) {
  .narrow-content-max-width {
    max-width: 980px;
    margin: 0 auto; } }

.clearfix {
  clear: both;
  display: table; }

.readmore-open .icon-plus-circle:before {
  content: '\e92f'; }

.open-read-more-container {
  height: 100% !important; }

ul li {
  font-size: 16px;
  font-weight: 400;
  color: #000; }

/*********************************************
:: Forms                             
********************************************/
form {
  float: left;
  width: 100%; }

legend {
  margin-bottom: 15px; }

label {
  font-size: 0.938em;
  line-height: 1.7;
  font-weight: 700;
  color: #444; }

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default; }

/*******************************************/
input, textarea, select {
  outline: none;
  border: none;
  width: 100%;
  display: block;
  transition: all .5s ease-in-out;
  background: #fff;
  color: #000;
  border: 1px solid #979797;
  padding: 8px 10px 8px 15px;
  height: 41px;
  font-size: 0.938em;
  line-height: 1.7; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    background: white;
    border-color: #444; }

/*******************************************/
*::placeholder {
  color: #979797; }

textarea, select[multiple] {
  height: 120px; }

input[type=checkbox], input[type=radio] {
  height: auto; }

/*******************************************/
.form-field .custom-checkbox-radio {
  float: left;
  width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  line-height: 1.4;
  cursor: pointer;
  text-indent: -15px;
  font-weight: 400;
  padding: 0px 15px 0px 15px; }
  .form-field .custom-checkbox-radio input {
    padding: 0;
    width: 15px;
    height: 15px;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
    cursor: pointer;
    background: none;
    border: none; }

.form-field .custom-checkbox-radio.field-disabled {
  cursor: default; }
  .form-field .custom-checkbox-radio.field-disabled input {
    cursor: default;
    opacity: 1; }

/*******************************************/
.form-field {
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  .form-field > label {
    float: left;
    width: 100%;
    margin-bottom: 3px; }

/*******************************************/
.button-field {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #979797;
  text-align: center; }
  @media all and (min-width: 64em) {
    .button-field {
      padding-top: 25px; } }
  @media all and (min-width: 64em) {
    .button-field .form-note {
      float: left;
      margin-bottom: 0px;
      width: auto; } }
  .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
    display: block;
    margin: 0 auto;
    font-size: 1.125em; }
    @media all and (min-width: 64em) {
      .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
        float: right;
        margin-left: 10px; } }

/*******************************************/
.form-fields-stack.two-column {
  lost-utility: clearfix; }
  .form-fields-stack.two-column .form-field {
    lost-column: 1/2 2 10px; }

/*******************************************/
@media all and (min-width: 48em) {
  .form-fields-stack.three-column {
    lost-utility: clearfix; }
    .form-fields-stack.three-column .form-field {
      lost-column: 1/3 3 10px; } }

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #E40000; }

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: #000;
  border-color: #979797; }

label.error, label.error-SumoSelect-label {
  color: #E40000 !important;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 0px; }

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400; }

/*********************************************
:: Print                        
********************************************/
@media print {
  /*******************************************/
  header,
  footer,
  .breadcrumbs-module,
  .small-screen-menu-panel,
  .lightbox-popup,
  .tabs-module .buttons,
  .share-module,
  .onclick-lazyload-google-map,
  .lightbox-inline-trigger,
  .slideshow {
    display: none !important; }
  .tabs-module .tab-content {
    display: block !important; }
  .gallery-module, img {
    border-bottom: none !important;
    max-width: 400px;
    max-height: 400px; }
  /*******************************************/ }

/*********************************************
:: Common
   Common Components
   eg. header, footer, main menu etc.                   
********************************************/
/*********************************************
  :: Site Header                             
********************************************/
.site-header {
  float: left;
  width: 100%;
  background: white;
  text-align: center;
  padding: 0px 10px 0px 10px;
  border-bottom: 1px solid #d8d8d8;
  z-index: 10000;
  /* Logo */ }
  @media all and (min-width: 64em) {
    .site-header {
      padding: 0px 0px 0 0px;
      position: relative; } }
  .site-header .sticky-header {
    position: fixed;
    width: 100%;
    height: 58px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    top: 0;
    display: none;
    z-index: 100; }
    @media all and (max-width: 47.9375em) {
      .site-header .sticky-header {
        display: none !important; } }
    .site-header .sticky-header .slog {
      float: left;
      margin-top: 9px;
      margin-right: 15px; }
    .site-header .sticky-header nav {
      margin-top: 0;
      padding-top: 22px; }
    .site-header .sticky-header .phone {
      color: #2f3a66;
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      position: relative;
      top: -2px;
      margin-left: 11px; }
    .site-header .sticky-header ul {
      margin-left: 0;
      margin-right: 0; }
      .site-header .sticky-header ul > li {
        display: inline-block;
        vertical-align: top;
        float: left;
        margin-bottom: 0; }
        .site-header .sticky-header ul > li:before {
          display: none; }
        .site-header .sticky-header ul > li.right {
          float: right; }
          .site-header .sticky-header ul > li.right.border {
            height: 15px;
            border-left: 1px solid #d8d8d8; }
          .site-header .sticky-header ul > li.right > a {
            color: #444;
            padding-right: 0;
            margin-right: 0;
            padding-left: 16px; }
        .site-header .sticky-header ul > li > a {
          color: #2e3b66;
          font-family: "Proxima Nova", sans-serif;
          font-size: 14px;
          font-weight: 600;
          line-height: 14px;
          text-transform: uppercase;
          display: block;
          margin-right: 5px;
          padding-right: 18px;
          margin-left: 4px;
          height: 36px; }
          .site-header .sticky-header ul > li > a.products {
            position: relative;
            margin-left: 0; }
            .site-header .sticky-header ul > li > a.products:before {
              content: '';
              position: absolute;
              right: 0;
              top: 5px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 5px 5px 0 5px;
              border-color: black transparent transparent transparent; }
          .site-header .sticky-header ul > li > a.resources {
            position: relative;
            margin-left: 0; }
            .site-header .sticky-header ul > li > a.resources:before {
              content: '';
              position: absolute;
              right: 0;
              top: 5px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 5px 5px 0 5px;
              border-color: black transparent transparent transparent; }
            .site-header .sticky-header ul > li > a.resources + .resources-list {
              z-index: -1;
              opacity: 0;
              position: absolute;
              background-color: white;
              margin: 0;
              padding: 17px 30px;
              border: 1px solid #ececec;
              top: 36px;
              left: -19px;
              transition: all .5s ease-in-out;
              pointer-events: none; }
              .site-header .sticky-header ul > li > a.resources + .resources-list:hover {
                opacity: 1;
                pointer-events: auto;
                z-index: 10000; }
              .site-header .sticky-header ul > li > a.resources + .resources-list:before {
                content: url(images/assets/3.png);
                position: absolute;
                top: -18px;
                left: 80px;
                margin: auto;
                text-align: center;
                z-index: -1;
                height: 18px;
                overflow: hidden; }
              .site-header .sticky-header ul > li > a.resources + .resources-list li:before {
                display: none; }
              .site-header .sticky-header ul > li > a.resources + .resources-list li:last-child a {
                border-bottom: none; }
              .site-header .sticky-header ul > li > a.resources + .resources-list li a {
                color: #4a4a4a;
                font-size: 16px;
                font-weight: 600;
                line-height: 24px;
                padding: 5px 0px;
                padding-bottom: 8px;
                text-transform: uppercase;
                display: block;
                width: 216px;
                border-bottom: 1px solid #eee; }
                .site-header .sticky-header ul > li > a.resources + .resources-list li a:hover {
                  color: rgba(74, 74, 74, 0.6); }
            .site-header .sticky-header ul > li > a.resources:hover + .resources-list {
              opacity: 1;
              pointer-events: auto;
              z-index: 10000; }
          .site-header .sticky-header ul > li > a.about {
            position: relative;
            margin-left: 0;
            padding-right: 18px; }
            .site-header .sticky-header ul > li > a.about:before {
              content: '';
              position: absolute;
              right: 0;
              top: 5px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 5px 5px 0 5px;
              border-color: black transparent transparent transparent; }
            .site-header .sticky-header ul > li > a.about + .about-list {
              z-index: -1;
              opacity: 0;
              position: absolute;
              background-color: white;
              margin: 0;
              padding: 17px 30px;
              border: 1px solid #ececec;
              top: 36px;
              left: -19px;
              transition: all .5s ease-in-out;
              pointer-events: none; }
              .site-header .sticky-header ul > li > a.about + .about-list:hover {
                opacity: 1;
                pointer-events: auto;
                z-index: 10000; }
              .site-header .sticky-header ul > li > a.about + .about-list:before {
                content: url(images/assets/3.png);
                position: absolute;
                top: -18px;
                left: 80px;
                margin: auto;
                text-align: center;
                z-index: -1;
                height: 18px;
                overflow: hidden; }
              .site-header .sticky-header ul > li > a.about + .about-list li:before {
                display: none; }
              .site-header .sticky-header ul > li > a.about + .about-list li:last-child a {
                border-bottom: none; }
              .site-header .sticky-header ul > li > a.about + .about-list li a {
                color: #4a4a4a;
                font-size: 16px;
                text-transform: uppercase;
                font-weight: 600;
                line-height: 24px;
                padding: 5px 0px;
                padding-bottom: 8px;
                display: block;
                width: 216px;
                border-bottom: 1px solid #eee; }
                .site-header .sticky-header ul > li > a.about + .about-list li a:hover {
                  color: rgba(74, 74, 74, 0.6); }
            .site-header .sticky-header ul > li > a.about:hover + .about-list {
              opacity: 1;
              pointer-events: auto;
              z-index: 10000; }
  .site-header .logo {
    float: left;
    width: auto;
    position: relative;
    margin-top: 42px; }
    @media all and (max-width: 47.9375em) {
      .site-header .logo {
        margin-top: 18px; } }
    .site-header .logo img {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      @media all and (max-width: 47.9375em) {
        .site-header .logo img {
          width: 246px; } }
  .site-header .mobi-menu {
    display: none; }
    @media all and (max-width: 47.9375em) {
      .site-header .mobi-menu {
        display: block;
        float: right;
        padding-top: 28px;
        padding-right: 0px; } }
  .site-header .products-slider {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 349px;
    z-index: 10000;
    background-color: white;
    opacity: 0;
    transition: all .5s ease-in-out;
    pointer-events: none;
    z-index: -1; }
    .site-header .products-slider.active {
      opacity: 1;
      pointer-events: auto;
      z-index: 10000;
      top: 182px; }
    .site-header .products-slider.fixed {
      opacity: 1;
      pointer-events: auto;
      z-index: 10000;
      position: fixed;
      top: 56px; }
    .site-header .products-slider .content-max-width {
      position: relative;
      padding: 72px 0; }
      .site-header .products-slider .content-max-width:before {
        content: url(images/assets/3.png);
        position: absolute;
        top: -18px;
        left: 42px;
        margin: auto;
        text-align: center;
        z-index: -1;
        height: 18px;
        overflow: hidden; }
    .site-header .products-slider .prev {
      position: absolute;
      top: 138px;
      left: 10px;
      z-index: 1000;
      cursor: pointer; }
    .site-header .products-slider .next {
      position: absolute;
      top: 138px;
      right: 10px;
      z-index: 1000;
      cursor: pointer; }
    .site-header .products-slider .close {
      position: absolute;
      right: 0;
      top: -17px;
      cursor: pointer; }
    .site-header .products-slider .pslider {
      width: 88%;
      margin: auto;
      text-align: left; }
      .site-header .products-slider .pslider .item {
        text-align: center;
        display: inline-block !important;
        vertical-align: top; }
        .site-header .products-slider .pslider .item img {
          width: 166px;
          height: 166px;
          background-color: white;
          border: 1px solid #979797; }
        .site-header .products-slider .pslider .item p {
          width: 178px;
          height: 38px;
          font-size: 16px;
          margin: auto;
          margin-top: 14px;
          white-space: normal;
          font-weight: 400;
          line-height: 20px; }
  .site-header nav {
    margin-top: 28px;
    text-align: left;
    padding: 0 6px; }
    @media all and (max-width: 47.9375em) {
      .site-header nav {
        display: none; } }
    .site-header nav > ul {
      margin-left: 0;
      margin-right: 0; }
      .site-header nav > ul > li {
        display: inline-block;
        vertical-align: top;
        float: left;
        margin-bottom: 0; }
        .site-header nav > ul > li:before {
          display: none; }
        .site-header nav > ul > li.right {
          float: right; }
          .site-header nav > ul > li.right > a {
            color: #444;
            padding-right: 0;
            margin-right: 0;
            padding-left: 9px; }
        .site-header nav > ul > li > a {
          color: #2e3b66;
          font-family: "Proxima Nova", sans-serif;
          font-size: 18px;
          font-weight: 600;
          line-height: 18px;
          text-transform: uppercase;
          display: block;
          margin-right: 11px;
          padding-right: 17px;
          margin-left: 9px;
          height: 47px; }
          .site-header nav > ul > li > a.products {
            position: relative;
            margin-left: 0; }
            .site-header nav > ul > li > a.products:before {
              content: '';
              position: absolute;
              right: 0;
              top: 6px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 5px 5px 0 5px;
              border-color: black transparent transparent transparent; }
          .site-header nav > ul > li > a.resources {
            position: relative;
            margin-left: 0; }
            .site-header nav > ul > li > a.resources:before {
              content: '';
              position: absolute;
              right: 0;
              top: 6px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 5px 5px 0 5px;
              border-color: black transparent transparent transparent; }
            .site-header nav > ul > li > a.resources + .resources-list {
              z-index: -1;
              opacity: 0;
              position: absolute;
              background-color: white;
              margin: 0;
              padding: 17px 30px;
              border: 1px solid #ececec;
              top: 47px;
              left: -19px;
              transition: all .5s ease-in-out;
              pointer-events: none; }
              .site-header nav > ul > li > a.resources + .resources-list:hover {
                opacity: 1;
                pointer-events: auto;
                z-index: 10000; }
              .site-header nav > ul > li > a.resources + .resources-list:before {
                content: url(images/assets/3.png);
                position: absolute;
                top: -18px;
                left: 80px;
                margin: auto;
                text-align: center;
                z-index: -1;
                height: 18px;
                overflow: hidden; }
              .site-header nav > ul > li > a.resources + .resources-list li:before {
                display: none; }
              .site-header nav > ul > li > a.resources + .resources-list li:last-child a {
                border-bottom: none; }
              .site-header nav > ul > li > a.resources + .resources-list li a {
                color: #4a4a4a;
                font-size: 16px;
                font-weight: 600;
                line-height: 24px;
                padding: 5px 0px;
                padding-bottom: 8px;
                text-transform: uppercase;
                display: block;
                width: 216px;
                border-bottom: 1px solid #eee; }
                .site-header nav > ul > li > a.resources + .resources-list li a:hover {
                  color: rgba(74, 74, 74, 0.6); }
            .site-header nav > ul > li > a.resources:hover + .resources-list {
              opacity: 1;
              pointer-events: auto;
              z-index: 10000; }
          .site-header nav > ul > li > a.about {
            position: relative;
            margin-left: 0;
            padding-right: 18px; }
            .site-header nav > ul > li > a.about:before {
              content: '';
              position: absolute;
              right: 0;
              top: 6px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 5px 5px 0 5px;
              border-color: black transparent transparent transparent; }
            .site-header nav > ul > li > a.about + .about-list {
              z-index: -1;
              opacity: 0;
              position: absolute;
              background-color: white;
              margin: 0;
              padding: 17px 30px;
              border: 1px solid #ececec;
              top: 47px;
              left: -19px;
              transition: all .5s ease-in-out;
              pointer-events: none; }
              .site-header nav > ul > li > a.about + .about-list:hover {
                opacity: 1;
                pointer-events: auto;
                z-index: 10000; }
              .site-header nav > ul > li > a.about + .about-list:before {
                content: url(images/assets/3.png);
                position: absolute;
                top: -18px;
                left: 80px;
                margin: auto;
                text-align: center;
                z-index: -1;
                height: 18px;
                overflow: hidden; }
              .site-header nav > ul > li > a.about + .about-list li:before {
                display: none; }
              .site-header nav > ul > li > a.about + .about-list li:last-child a {
                border-bottom: none; }
              .site-header nav > ul > li > a.about + .about-list li a {
                color: #4a4a4a;
                font-size: 16px;
                text-transform: uppercase;
                font-weight: 600;
                line-height: 24px;
                padding: 5px 0px;
                padding-bottom: 8px;
                display: block;
                width: 216px;
                border-bottom: 1px solid #eee; }
                .site-header nav > ul > li > a.about + .about-list li a:hover {
                  color: rgba(74, 74, 74, 0.6); }
            .site-header nav > ul > li > a.about:hover + .about-list {
              opacity: 1;
              pointer-events: auto;
              z-index: 10000; }
  .site-header .phone {
    float: right;
    text-align: right; }
    @media all and (max-width: 47.9375em) {
      .site-header .phone {
        width: 100%; } }
    .site-header .phone h3 {
      color: #2e3b66;
      font-family: "Open Sans", sans-serif;
      font-size: 22px;
      font-weight: 400;
      line-height: 30px;
      font-style: normal;
      display: inline-block;
      vertical-align: top;
      padding-right: 10px;
      padding-top: 18px;
      padding-right: 17px; }
      @media all and (max-width: 47.9375em) {
        .site-header .phone h3 {
          border: none;
          padding-right: 0;
          font-size: 18px;
          float: right; } }
    .site-header .phone .select-container {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 88px;
      margin-left: 31px;
      margin-top: 13px; }
      @media all and (max-width: 47.9375em) {
        .site-header .phone .select-container {
          float: left; } }
      .site-header .phone .select-container:before {
        content: url(images/assets/globle.svg);
        position: absolute;
        left: -23px;
        top: 9px; }
    .site-header .phone .SumoSelect {
      width: auto; }
      @media all and (max-width: 47.9375em) {
        .site-header .phone .SumoSelect {
          width: 100%; } }
      .site-header .phone .SumoSelect .optWrapper > .options > li {
        padding-left: 8px; }
        .site-header .phone .SumoSelect .optWrapper > .options > li label {
          font-size: 13px; }
      .site-header .phone .SumoSelect .CaptionCont {
        border: none;
        padding-right: 0;
        padding-left: 0; }
        .site-header .phone .SumoSelect .CaptionCont span {
          font-size: 13px;
          padding-right: 17px;
          text-align: left; }
        .site-header .phone .SumoSelect .CaptionCont label {
          top: 16px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 5px 0 5px;
          border-color: black transparent transparent transparent; }
          .site-header .phone .SumoSelect .CaptionCont label i {
            display: none; }
    .site-header .phone select {
      text-align: left;
      color: black;
      font-family: "Proxima Nova", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .site-header .phone .CaptionCont .SlectBox {
      color: black;
      font-family: "Proxima Nova", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      width: 128px;
      text-align: left; }
    .site-header .phone .optWrapper {
      text-align: left;
      border-top: 1px solid #444; }

.menu {
  display: none;
  background-color: white;
  width: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  z-index: 10000;
  -webkit-box-shadow: -1px 6px 7px 2px #bdb9bd;
  -moz-box-shadow: -1px 6px 7px 2px #bdb9bd;
  box-shadow: -1px 6px 7px 2px #bdb9bd;
  max-width: calc(100% - 46px);
  transition: all .5s ease-in-out; }
  .menu.active {
    right: 0; }
  .menu .close {
    position: absolute;
    left: -46px;
    top: 0;
    background-color: black;
    width: 46px;
    height: 46px;
    padding: 10px; }
  .menu ul {
    padding: 16px 2px;
    height: 100%;
    padding-bottom: 0;
    position: fixed;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll; }
    .menu ul li {
      border-bottom: 1px solid #979797;
      margin-bottom: 10px; }
      .menu ul li:before {
        display: none; }
      .menu ul li:first-child a {
        color: #444; }
      .menu ul li:last-child a {
        color: #4a4a4a; }
      .menu ul li:nth-last-child(2) a {
        color: #4a4a4a; }
      .menu ul li a {
        font-size: 16px;
        color: #2e3b66;
        font-weight: 600;
        line-height: 20px;
        display: block;
        padding-bottom: 14px; }
        .menu ul li a + .list {
          display: none; }
          .menu ul li a + .list .li {
            border-bottom: 1px solid #979797;
            display: block;
            margin-bottom: 8px;
            padding-bottom: 9px;
            margin-left: 20px; }
            .menu ul li a + .list .li:last-child {
              border-bottom: none; }
          .menu ul li a + .list .item {
            width: 104px;
            background-color: white;
            display: inline-block;
            vertical-align: top;
            margin: 7px 11px;
            margin-right: 16px;
            text-align: center;
            margin-bottom: 0px; }
            .menu ul li a + .list .item img {
              width: 104px;
              height: 104px;
              border: 1px solid #979797; }
            .menu ul li a + .list .item p {
              width: 112px;
              height: 16px;
              margin-top: 10px;
              font-size: 13px;
              font-weight: 400;
              line-height: 16px; }
        .menu ul li a.active + .list {
          display: block; }
        .menu ul li a.about:after {
          content: url(images/assets/down.png);
          position: absolute;
          left: 94px;
          top: -1px; }
        .menu ul li a.about.active:after {
          content: url(images/assets/up.png); }
        .menu ul li a.resources:after {
          content: url(images/assets/down.png);
          position: absolute;
          left: 169px;
          top: -1px; }
        .menu ul li a.resources.active:after {
          content: url(images/assets/up.png); }
        .menu ul li a.products:after {
          content: url(images/assets/down.png);
          position: absolute;
          left: 95px;
          top: -1px; }
        .menu ul li a.products.active:after {
          content: url(images/assets/up.png); }
  @media all and (max-width: 47.9375em) {
    .menu {
      display: block; } }

/*********************************************
  :: Site Footer                           
********************************************/
.site-footer {
  float: left;
  width: 100%;
  background: #ededed;
  text-align: center; }

.term {
  float: left;
  width: 100%;
  height: 81px;
  border-bottom: 1px solid #2e3b66; }
  @media all and (max-width: 47.9375em) {
    .term {
      display: none; } }
  .term a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 35px;
    display: inline-block;
    text-decoration: underline; }

.subscribe {
  background-color: #2e3b66;
  width: 100%;
  height: 136px;
  float: left; }
  .subscribe p {
    color: white;
    font-family: "Proxima Nova", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-right: 15px; }
  .subscribe .input {
    display: inline-block;
    vertical-align: top;
    float: right;
    position: relative;
    padding: 50px 0; }
    @media all and (max-width: 47.9375em) {
      .subscribe .input {
        padding: 21px 20px; } }
    .subscribe .input .sub {
      display: inline-block;
      vertical-align: top;
      width: 318px;
      position: relative; }
      @media all and (max-width: 28.0625em) {
        .subscribe .input .sub {
          width: 270px; } }
      .subscribe .input .sub .es_lablebox {
        display: none; }
      .subscribe .input .sub .es_msg {
        display: none; }
      .subscribe .input .sub .es_textbox {
        padding-bottom: 0; }
        .subscribe .input .sub .es_textbox input {
          font-family: "Proxima Nova", sans-serif;
          font-weight: 400;
          font-size: 13px;
          line-height: 18px; }
      .subscribe .input .sub .es_button {
        padding-top: 0;
        padding-bottom: 0;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        right: 0;
        top: 0; }
        .subscribe .input .sub .es_button input {
          background-color: #d8d8d8;
          color: black;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 14px;
          height: 38px;
          width: 90px;
          padding: 0; }
    .subscribe .input input[type="text"] {
      display: inline-block;
      vertical-align: top;
      width: 250px;
      height: 38px;
      font-family: "Proxima Nova", sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 18px;
      margin-right: -6px; }
      @media all and (max-width: 47.9375em) {
        .subscribe .input input[type="text"] {
          width: 250px; } }
      @media all and (max-width: 28.0625em) {
        .subscribe .input input[type="text"] {
          width: 190px; } }
    .subscribe .input button {
      display: inline-block;
      vertical-align: top;
      background-color: #d8d8d8;
      color: black;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      height: 38px;
      width: 90px;
      padding: 0; }

/* Footer Legal */
.footer-legal {
  float: left;
  width: 100%;
  padding: 20px 20px 60px 20px;
  text-align: left;
  border-top: 6px solid #8D8D8D; }
  @media all and (min-width: 64em) {
    .footer-legal {
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 25px;
      padding-bottom: 60px; } }

/* Copyright */
.copyright {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 5px;
  color: #979797; }
  @media all and (min-width: 48em) {
    .copyright {
      float: left;
      width: auto;
      margin-bottom: 0px; } }

footer {
  width: 100%;
  height: 70px;
  float: left;
  overflow: hidden; }
  @media all and (max-width: 47.9375em) {
    footer {
      padding-left: 20px;
      padding-right: 20px; } }
  footer .left {
    float: left;
    color: #ccc;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    margin-top: 30px; }
    @media all and (max-width: 47.9375em) {
      footer .left {
        margin-top: 18px; } }
  footer .right {
    float: right;
    color: #ccc;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    margin-top: 30px; }
    @media all and (max-width: 47.9375em) {
      footer .right {
        float: left;
        clear: both;
        margin-top: 5px; } }
    footer .right a {
      color: #ccc;
      font-size: 12px; }

/* Attribution */
.attribution {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  line-height: 11px;
  color: #979797; }
  @media all and (min-width: 48em) {
    .attribution {
      float: right;
      width: auto; } }

/*********************************************
:: Modules                    
********************************************/
/*********************************************
:: Dummy Module                    
********************************************/
.dummy-module-container {
  float: left;
  width: 100%; }

/*******************************************/
/*********************************************
:: Views                       
********************************************/
/*********************************************
:: Dummy Page                   
********************************************/
/*******************************************/
/*********************************************
:: JS Plugins                  
********************************************/
.SumoSelect p {
  margin: 0; }

.SlectBox {
  width: 200px;
  padding: 5px 8px; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SumoSelect > .optWrapper > .options > li label,
.SumoSelect > .CaptionCont {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none; }

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: 0px 0px 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0px; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic; }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px; }

.SumoSelect > .CaptionCont > label > i {
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8; }

.SumoSelect > .optWrapper {
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -100;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect > .optWrapper.open {
  top: 35px;
  visibility: visible;
  opacity: 1;
  z-index: 1000; }

.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  border-radius: 2px;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0px 0px 100px #595959; }

.SumoSelect > .optWrapper > .options > li {
  padding: 6px 6px;
  border-bottom: 1px solid #F3F3F3;
  position: relative; }

.SumoSelect > .optWrapper > .options > li:first-child {
  border-radius: 2px 2px 0px 0px; }

.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom: none;
  border-radius: 0px 0px 2px 2px; }

.SumoSelect > .optWrapper > .options > li:hover {
  background-color: #E4E4E4; }

.SumoSelect > .optWrapper > .options > li.sel {
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper > .options > li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options > li span {
  display: none; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  bottom: 0px;
  margin: auto;
  max-height: 90%; }

/*Hover*/
/*.SumoSelect:hover > .CaptionCont > label { background-color: #F1F1F1; }*/
/*disabled state*/
.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options > li.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options > li {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect > .optWrapper.multiple > .options > li span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0px;
  bottom: 0px;
  margin-left: -35px; }

.SumoSelect > .optWrapper.multiple > .options > li span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13);
  border-radius: 0px 0px 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0px 0px 0px 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0px 0px 3px 0px; }

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options > li {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

/*selected state
    .SumoSelect > .optWrapper.multiple > .options > li.selected span i:after,
    .SumoSelect .select-all.selected > span i:after{content: '';position: absolute;width: 11px;height: 11px;top: 2px;left: 2px;background-color: rgb(17, 169, 17);border-radius: 2px;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);}
    */
.SumoSelect > .optWrapper.multiple > .options > li.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0px 0px;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0px 3px 35px;
  height: 20px; }

.SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options > li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%; }

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
.youtube-container {
  display: block;
  width: 100%; }

.youtube-player {
  display: block;
  width: 100%;
  /* assuming that the video has a 16:9 ratio */
  overflow: hidden;
  position: relative;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  height: 180px; }
  @media all and (min-width: 37.5em) {
    .youtube-player {
      height: 250px; } }
  @media all and (min-width: 48em) {
    .youtube-player {
      height: 300px; } }
  @media all and (min-width: 64em) {
    .youtube-player {
      height: 350px; } }
  @media all and (min-width: 72.5em) {
    .youtube-player {
      height: 550px; } }

img.youtube-thumb {
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  height: auto;
  vertical-align: top;
  display: inline-block;
  margin-top: -0.5px; }

.youtube-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }

div.play-button {
  display: inline-block;
  position: absolute;
  top: 53%;
  left: 52%;
  transform: translateX(-50%) translateY(-50%); }
  div.play-button:after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 30px 0 30px 50px;
    border-color: transparent transparent transparent white; }

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

/*********************************************
  :: Multi-Level Push Menu (CoDrops)                           
********************************************/
html.menu-opened,
.menu-opened body,
.menu-opened .container,
.menu-opened .scroller {
  height: 100%;
  overflow: hidden; }

.scroller {
  overflow-y: scroll; }

.scroller,
.scroller-inner {
  position: relative; }

.container {
  position: relative;
  overflow: hidden;
  background: #34495e; }

.mp-pusher {
  position: relative;
  right: 0;
  height: 100%; }

.mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  right: 0;
  z-index: 1;
  width: 300px;
  height: 100%;
  border-left: 1px solid #CCCCCC;
  transform: translate3d(100%, 0, 0); }

.mp-level {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  transform: translate3d(100%, 0, 0); }

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }

.mp-pusher::after,
.mp-level::after {
  background: transparent;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; }

.mp-level::after {
  z-index: -1; }

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s; }

.mp-level.mp-level-overlay {
  cursor: pointer; }

.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1; }

.mp-pusher,
.mp-level {
  transition: all 0.6s ease-in-out; }

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(-40px, 0, 0); }

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  transform: translate3d(0, 0, 0); }

/* cover */
.mp-cover .mp-level.mp-level-open {
  transform: translate3d(0, 0, 0);
  z-index: 1; }

.mp-cover .mp-level.mp-level-open > ul.menu-list > li > .mp-level:not(.mp-level-open) {
  transform: translate3d(100%, 0, 0); }

/* content style */
.mp-menu.mp-overlap .level-title::before {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  transform: translateX(-100%); }

.mp-overlap .mp-level.mp-level-overlay > .level-title::before {
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateX(0%); }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-menu,
.no-js .mp-menu {
  display: none; }

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
  display: none; }

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
  display: block; }

/*********************************************
:: JS Plugins Overrides                
********************************************/
/*********************************************
:: SumoSelect Plugin Styles Override                    
********************************************/
.SumoSelect {
  width: 100%;
  vertical-align: top;
  height: 41px; }

.SumoSelect > select {
  display: block !important; }

.SumoSelect > select[multiple] {
  height: 41px; }

/*******************************************/
.SumoSelect.disabled {
  opacity: 0.5;
  cursor: default; }

/*******************************************/
.SumoSelect > .CaptionCont {
  position: absolute;
  top: 0px;
  outline: none;
  border: none;
  width: 100%;
  outline: none;
  border: none;
  width: 100%;
  transition: all .5s ease-in-out;
  border-radius: 0px;
  box-shadow: none;
  background: #fff;
  color: #000;
  border: 1px solid #979797;
  padding: 8px 10px 8px 15px;
  height: 41px;
  font-size: 0.938em;
  line-height: 1.7; }
  .SumoSelect > .CaptionCont:hover, .SumoSelect > .CaptionCont:focus {
    background: white;
    border-radius: 0px;
    box-shadow: none; }

.SumoSelect > .CaptionCont {
  font-size: 0.938em;
  line-height: 1.7;
  color: #444; }
  .SumoSelect > .CaptionCont:hover, .SumoSelect > .CaptionCont:focus {
    border-color: #000;
    box-shadow: none;
    border-radius: 0px; }

.SumoSelect > .CaptionCont > label {
  margin-bottom: 0px; }

/*******************************************/
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  border-color: #444;
  box-shadow: none;
  border-radius: 0px; }

/*******************************************/
.SumoSelect > .optWrapper {
  transition: border .5s ease-in-out;
  top: calc(41px - 1px);
  box-shadow: 0px 9px 15px -1px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  border-color: #979797;
  border-top-color: #979797; }

.SumoSelect > .optWrapper.open {
  top: calc(41px - 1px); }

.SumoSelect:focus > .optWrapper.open,
.SumoSelect:hover > .optWrapper.open {
  border-color: #444; }

.SumoSelect > .optWrapper > .options {
  border-radius: 0px; }

.SumoSelect > .optWrapper > .options > li {
  padding: 8px 10px 8px 15px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0px;
  cursor: pointer;
  list-style-type: none; }

.SumoSelect > .optWrapper > .options > li label {
  font-size: 0.938em;
  line-height: 1.7;
  color: #444;
  margin-bottom: 0px;
  text-transform: none;
  font-weight: 400; }

/*******************************************/
.SumoSelect > .CaptionCont > label > i {
  width: auto;
  height: auto;
  opacity: 1;
  font-style: normal;
  text-align: center; }

.SumoSelect > .CaptionCont > label > i:before {
  content: "\e914";
  font-family: "icomoon";
  display: inline-block;
  width: 100%;
  margin: auto;
  font-size: 20px;
  vertical-align: top;
  line-height: 41px;
  color: #000; }

/*******************************************/
.SumoSelect > .CaptionCont > span.placeholder,
select .placeholder {
  color: #444;
  font-style: normal; }

/*******************************************/
.error-SumoSelect > .CaptionCont {
  border: 1px solid #E40000; }

.error-SumoSelect:focus > .CaptionCont,
.error-SumoSelect:hover > .CaptionCont {
  border-color: #E40000; }

.error-SumoSelect select:hover,
.error-SumoSelect select:focus {
  border-color: #E40000; }

.SumoSelect > label.error {
  display: block !important; }

/*********************************************
:: Pickadate.js Plugin Styles Override                    
********************************************/
/*******************************************/
.calendar-fields-container {
  width: 100%;
  max-width: 500px;
  position: relative; }
  .calendar-fields-container > button {
    position: absolute;
    top: 36px;
    right: 15px;
    font-size: 1.3em;
    line-height: 1.3;
    color: #444; }

/*******************************************/
.picker {
  max-width: 320px;
  display: none; }
  .picker td, .picker th {
    padding: 0px;
    text-align: inherit;
    border: none; }

.picker__holder {
  overflow-y: initial; }

.picker--opened {
  display: block !important; }

.picker__footer {
  display: none; }

.picker select {
  display: inline-block;
  height: auto;
  width: auto;
  font-size: 16px;
  line-height: 1.2;
  padding: 0px;
  border: none !important;
  margin: 0px !important; }

/*********************************************
  :: Lightbox Custom Styles (for: Magnific Popup)                        
********************************************/
/* Overiding Plugin Styles */
button.mfp-close {
  color: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1100;
  width: 19px;
  height: 19px;
  font-size: 19px;
  line-height: 20px;
  background: transparent;
  text-align: center;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s ease-in-out; }
  button.mfp-close:before {
    content: "\e90d";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    color: #2e3b66; }

.mfp-ready {
  z-index: 99999042;
  /*@include opaque;*/
  /*@include rgba(#ECECEC, 0.98);*/ }
  .mfp-ready .mfp-wrap {
    z-index: 99999043; }
  .mfp-ready .mfp-content {
    text-align: center;
    vertical-align: top;
    margin-top: 5%; }
  .mfp-ready button.mfp-close:hover, .mfp-ready button.mfp-close:focus, .mfp-ready button.mfp-close:active {
    transform: scale(1.2) rotate(90deg);
    top: 20px; }

/* Default Fade-zoom animation */
.mfp-zoom-in .lightbox-popup {
  /* start state */
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s ease-in-out; }

.mfp-zoom-in.mfp-ready .lightbox-popup,
.mfp-zoom-in.mfp-ready .mfp-close {
  /* animate in */
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-in.mfp-removing .lightbox-popup,
.mfp-zoom-in.mfp-removing .mfp-close {
  /* animate out */
  opacity: 0;
  transform: scale(0.9); }

.mfp-zoom-in.mfp-bg {
  /* Dark overlay, start state */
  opacity: 0;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.89); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  /* animate in */
  opacity: 1; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  /* animate out */
  opacity: 0; }

/* Custom Lightbox Popup Styles */
.lightbox-popup {
  /*display: none;*/
  width: 95%;
  /*position: relative;*/
  text-align: center; }

.mfp-ready .lightbox-popup .lightbox-content {
  display: inline-block; }

/* Title */
.lightbox-title {
  display: inline-block;
  width: 100%;
  max-width: 520px;
  color: #2e3b66;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  text-align: center;
  font-family: 'Raleway', 'Helvetica','Arial', sans-serif; }

/* Content */
.lightbox-content {
  display: none;
  width: 100%;
  max-width: 520px;
  text-align: center;
  padding-bottom: 20px; }
  .lightbox-content > *:last-child {
    margin-bottom: 0px; }
  .lightbox-content form {
    float: none;
    display: inline-block;
    max-width: 360px;
    text-align: left; }
  .lightbox-content > button, .lightbox-content > .button {
    font-size: 16px;
    line-height: 22px;
    margin-right: 20px; }
  .lightbox-content input, .lightbox-content textarea {
    border-color: #2e3b66; }
  .lightbox-content label a, .lightbox-content label button {
    float: right;
    text-transform: none;
    color: #2e3b66;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400; }
  .lightbox-content .button-field {
    padding-top: 10px;
    margin-top: 0px;
    border-top: none;
    text-align: center; }
    .lightbox-content .button-field input {
      float: none;
      display: inline-block; }
  .lightbox-content .lightbox-manual-close-trigger {
    font-size: 14px;
    line-height: 14px; }

/*********************************************
  :: Owl Carousel Custom Styles (for: Owl Carousel v1)                        
********************************************/
/* Owl Controls */
.owl-theme .owl-controls {
  margin-top: 0px; }

/* Pagination Circles */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  background: #fff;
  border: 2px solid #2e3b66;
  opacity: 1; }

.owl-theme .owl-controls .owl-page.active span {
  background: #2e3b66;
  opacity: 1; }

/*********************************************
  :: Off Canvas Menu Custom Styles (for: PushMenu, via codrops)                        
********************************************/
/*******************************************/
#small-screen-menu-trigger {
  color: black;
  float: right;
  font-size: 1.8em;
  line-height: 1; }
  #small-screen-menu-trigger:before {
    font-family: "icomoon";
    content: "\e920";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media all and (min-width: 28.125em) {
    #small-screen-menu-trigger {
      margin-top: 6px; } }
  @media all and (min-width: 64em) {
    #small-screen-menu-trigger {
      display: none; } }

.mp-pushed #small-screen-menu-trigger:before {
  content: "\e939"; }

/*******************************************/
.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  opacity: 0; }

.mp-pusher {
  z-index: 999; }

/*******************************************/
.mp-menu {
  border: 1px solid #ccc;
  background: white; }

/*******************************************/
.mp-level {
  background: white;
  padding: 50px 20px 35px 40px; }
  .mp-level ul.menu-list {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px; }
    .mp-level ul.menu-list li {
      margin-bottom: 0px;
      position: static; }
      .mp-level ul.menu-list li:before {
        display: none; }
      .mp-level ul.menu-list li > a {
        font-size: 1.25em;
        font-weight: 400;
        line-height: 1;
        padding: 17px 0px 17px 0px;
        display: block;
        position: relative;
        border-bottom: 1px solid #ccc;
        color: #333; }
      .mp-level ul.menu-list li:first-of-type a {
        padding-top: 0px; }
      .mp-level ul.menu-list li:last-of-type a {
        padding-bottom: 0px;
        border-bottom: none; }
    .mp-level ul.menu-list .active a {
      color: #2e3b66; }

/*******************************************/
.mp-forward .arrow {
  float: right;
  color: white;
  font-size: 14px;
  line-height: 14px;
  margin-top: 5px; }

/*******************************************/
.mp-menu.mp-cover .level-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  background: black;
  color: white;
  margin-bottom: 0px;
  padding: 15px 15px 15px 10px; }
  .mp-menu.mp-cover .level-title span {
    width: 30px;
    display: inline-block; }

/*******************************************/
.mp-back {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  background: #2e3b66;
  color: white;
  display: block;
  height: 45px;
  padding: 12px 15px 15px 10px; }
  .mp-back:hover, .mp-back:focus {
    color: white; }
  .mp-back .arrow {
    color: white;
    margin-right: 5px; }

.page-testimonial {
  float: left;
  width: 100%;
  margin-top: 51px;
  margin-bottom: 40px; }
  @media all and (max-width: 47.9375em) {
    .page-testimonial {
      margin-top: 31px; } }
  .page-testimonial .content-max-width {
    padding: 0 10px; }
    .page-testimonial .content-max-width > h1 {
      color: #2e3b66;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 600;
      line-height: 22px; }
      @media all and (max-width: 47.9375em) {
        .page-testimonial .content-max-width > h1 {
          font-size: 20px; } }
    .page-testimonial .content-max-width .content .item {
      position: relative;
      margin-top: 42px;
      border-bottom: 2px solid #d8d8d8;
      padding-bottom: 19px; }
      .page-testimonial .content-max-width .content .item:last-child {
        border-bottom: none; }
      .page-testimonial .content-max-width .content .item img {
        position: absolute;
        left: 26px;
        max-width: 190px;
        top: 4px; }
        @media all and (max-width: 47.9375em) {
          .page-testimonial .content-max-width .content .item img {
            position: relative;
            left: 0;
            margin-bottom: 10px; } }
      .page-testimonial .content-max-width .content .item .info {
        position: relative;
        margin-left: 263px; }
        @media all and (max-width: 47.9375em) {
          .page-testimonial .content-max-width .content .item .info {
            margin: auto; } }
        .page-testimonial .content-max-width .content .item .info:before {
          position: absolute;
          content: url(images/assets/q.png);
          left: -19px;
          top: 1px; }
        .page-testimonial .content-max-width .content .item .info .tp {
          color: #464648;
          font-family: "Proxima Nova";
          font-size: 15px;
          font-weight: 400;
          line-height: 18px;
          position: relative; }
          .page-testimonial .content-max-width .content .item .info .tp * {
            color: #464648;
            font-family: sans-serif;
            font-size: 15px;
            font-weight: 400;
            line-height: 18px; }
        .page-testimonial .content-max-width .content .item .info h4 {
          font-size: 16px;
          line-height: 19px;
          color: #2e3b66;
          font-weight: 700;
          position: relative;
          width: 220px;
          border-top: 3px solid #2e3b66;
          margin-top: 25px;
          padding-top: 16px;
          margin-bottom: -2px; }
        .page-testimonial .content-max-width .content .item .info .bp {
          font-size: 15px;
          line-height: 19px;
          color: #979797;
          font-weight: 400;
          margin-top: 7px; }
          .page-testimonial .content-max-width .content .item .info .bp * {
            font-size: 15px;
            line-height: 19px;
            color: #979797;
            font-weight: 400; }

.page-facilities {
  float: left;
  width: 100%;
  margin-top: 51px;
  margin-bottom: 40px; }
  @media all and (max-width: 47.9375em) {
    .page-facilities {
      margin-top: 31px;
      margin-bottom: 0; } }
  .page-facilities .content-max-width {
    padding: 0 10px; }
    .page-facilities .content-max-width > h1 {
      color: #2e3b66;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 600;
      line-height: 22px; }
      @media all and (max-width: 47.9375em) {
        .page-facilities .content-max-width > h1 {
          font-size: 20px; } }
    .page-facilities .content-max-width .fa-content {
      padding: 59px 0;
      padding-bottom: 0px; }
      .page-facilities .content-max-width .fa-content .item {
        overflow: hidden;
        width: 100%;
        border-bottom: 2px solid #eee;
        padding-bottom: 73px;
        margin-bottom: 51px; }
        @media all and (max-width: 47.9375em) {
          .page-facilities .content-max-width .fa-content .item {
            text-align: center;
            padding-bottom: 33px; } }
        .page-facilities .content-max-width .fa-content .item:last-child {
          border-bottom: none; }
        .page-facilities .content-max-width .fa-content .item img {
          width: 266px;
          height: 266px;
          overflow: hidden;
          border-radius: 50%;
          float: left;
          display: inline-block;
          vertical-align: top; }
          @media all and (max-width: 47.9375em) {
            .page-facilities .content-max-width .fa-content .item img {
              width: 219px;
              height: 219px;
              float: none;
              margin-bottom: 20px; } }
        .page-facilities .content-max-width .fa-content .item .info {
          float: right;
          display: inline-block;
          vertical-align: top;
          width: calc(100% - 320px); }
          @media all and (max-width: 47.9375em) {
            .page-facilities .content-max-width .fa-content .item .info {
              width: 100%;
              float: left;
              text-align: left; } }
          .page-facilities .content-max-width .fa-content .item .info h4 {
            color: #2e3b66;
            font-size: 25px;
            font-weight: 600;
            line-height: 30px; }
            @media all and (max-width: 47.9375em) {
              .page-facilities .content-max-width .fa-content .item .info h4 {
                font-size: 18px; } }
          .page-facilities .content-max-width .fa-content .item .info p {
            color: black;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px; }
            .page-facilities .content-max-width .fa-content .item .info p strong {
              font-size: 18px;
              font-weight: 700;
              line-height: 22px; }
              @media all and (max-width: 47.9375em) {
                .page-facilities .content-max-width .fa-content .item .info p strong {
                  font-size: 16px; } }

.page-glossary {
  float: left;
  width: 100%;
  margin-top: 51px;
  margin-bottom: 40px; }
  @media all and (max-width: 47.9375em) {
    .page-glossary {
      margin-top: 31px; } }
  .page-glossary .content-max-width {
    padding: 0 10px; }
    .page-glossary .content-max-width > h1 {
      color: #2e3b66;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 600;
      line-height: 22px; }
      @media all and (max-width: 47.9375em) {
        .page-glossary .content-max-width > h1 {
          font-size: 20px; } }
    .page-glossary .content-max-width .item {
      margin-top: 25px;
      margin-bottom: -7px; }
      .page-glossary .content-max-width .item h4 {
        color: #2e3b66;
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 0px; }
      .page-glossary .content-max-width .item p {
        color: #333;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        margin-left: 12px; }

.page-about {
  float: left;
  width: 100%;
  margin-top: 51px;
  margin-bottom: 40px; }
  @media all and (max-width: 47.9375em) {
    .page-about {
      margin-top: 31px; } }
  .page-about .content-max-width {
    padding: 0 10px; }
    .page-about .content-max-width > h1 {
      color: #2e3b66;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 600;
      line-height: 22px; }
      @media all and (max-width: 47.9375em) {
        .page-about .content-max-width > h1 {
          font-size: 20px; } }
    .page-about .content-max-width .banner {
      width: 100%;
      height: 310px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-top: 47px;
      margin-bottom: 58px; }
      @media all and (max-width: 47.9375em) {
        .page-about .content-max-width .banner {
          height: 170px;
          margin: 27px 0; } }
    .page-about .content-max-width .left {
      position: relative;
      float: left;
      width: 59%; }
      @media all and (max-width: 47.9375em) {
        .page-about .content-max-width .left {
          width: 100%; } }
      .page-about .content-max-width .left h4 {
        color: black;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 28px;
        line-height: 22px; }
      .page-about .content-max-width .left p {
        color: #333;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px; }
    .page-about .content-max-width .right {
      position: relative;
      float: right;
      width: 33%;
      padding: 32px 0; }
      @media all and (max-width: 47.9375em) {
        .page-about .content-max-width .right {
          width: 100%; } }
      .page-about .content-max-width .right:before {
        content: url(images/assets/lq.png);
        position: absolute;
        left: -24px; }
      .page-about .content-max-width .right:after {
        content: url(images/assets/rq.png);
        position: absolute;
        right: 104px; }
      .page-about .content-max-width .right h5 {
        color: black;
        font-size: 25px;
        font-weight: 400;
        line-height: 30px;
        position: relative; }
        .page-about .content-max-width .right h5:before {
          content: '';
          height: 3px;
          width: 159px;
          position: absolute;
          top: -25px;
          left: 4px;
          background-color: #2e3b66; }
        .page-about .content-max-width .right h5:after {
          content: '';
          height: 3px;
          width: 159px;
          position: absolute;
          bottom: -29px;
          left: 4px;
          background-color: #2e3b66; }

.page-contact {
  float: left;
  width: 100%;
  margin-top: 51px;
  margin-bottom: 40px; }
  @media all and (max-width: 47.9375em) {
    .page-contact {
      margin-top: 31px;
      margin-bottom: 0px; } }
  .page-contact .content-max-width {
    padding: 0 10px; }
    .page-contact .content-max-width > h1 {
      color: #2e3b66;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 600;
      line-height: 22px; }
      @media all and (max-width: 47.9375em) {
        .page-contact .content-max-width > h1 {
          font-size: 20px; } }
    .page-contact .content-max-width .content .left {
      position: relative;
      float: left;
      vertical-align: top;
      display: inline-block;
      width: 35%;
      padding: 20px 0; }
      @media all and (max-width: 47.9375em) {
        .page-contact .content-max-width .content .left {
          width: 100%; } }
      .page-contact .content-max-width .content .left p {
        color: #333;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px; }
      .page-contact .content-max-width .content .left h3 {
        color: #2e3b66;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        margin-top: 39px;
        font-style: normal;
        border-bottom: 1px solid rgba(0, 0, 0, 0.28);
        padding-bottom: 7px;
        width: 220px;
        margin-bottom: 13px; }
        @media all and (max-width: 47.9375em) {
          .page-contact .content-max-width .content .left h3 {
            width: 100%; } }
      .page-contact .content-max-width .content .left h4 {
        color: black;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 3px; }
      .page-contact .content-max-width .content .left a {
        color: black;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px; }
    .page-contact .content-max-width .content .right {
      position: relative;
      float: right;
      vertical-align: top;
      display: inline-block;
      width: 48%; }
      @media all and (max-width: 47.9375em) {
        .page-contact .content-max-width .content .right {
          width: 100%; } }
      .page-contact .content-max-width .content .right p {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px; }
      .page-contact .content-max-width .content .right .m {
        float: left; }
      .page-contact .content-max-width .content .right .two {
        display: inline-block;
        vertical-align: top;
        width: 47%; }
        @media all and (max-width: 47.9375em) {
          .page-contact .content-max-width .content .right .two {
            width: 100%; } }
        .page-contact .content-max-width .content .right .two:nth-child(even) {
          float: right; }
      .page-contact .content-max-width .content .right input[type=text], .page-contact .content-max-width .content .right input[type=email] {
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-top: 13px;
        height: 37px; }
      .page-contact .content-max-width .content .right textarea {
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-top: 13px;
        height: 89px; }
      .page-contact .content-max-width .content .right input[type=submit] {
        float: right;
        width: 101px;
        height: 30px;
        background-color: black;
        border-radius: 4px;
        color: white;
        font-size: 13px;
        font-weight: 400;
        padding: 0;
        line-height: 20px; }
    .page-contact .content-max-width .content .map {
      margin-top: 14px; }
      .page-contact .content-max-width .content .map h3 {
        font-size: 20px;
        color: #2e3b66;
        font-weight: 600;
        line-height: 24px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.28);
        padding-bottom: 7px;
        font-style: normal; }
      .page-contact .content-max-width .content .map img {
        margin-bottom: 55px; }
      .page-contact .content-max-width .content .map .item {
        width: 33.3%;
        display: inline-block;
        vertical-align: top;
        float: left;
        padding-right: 3%;
        margin-bottom: 30px; }
        @media all and (max-width: 47.9375em) {
          .page-contact .content-max-width .content .map .item {
            width: 100%; } }
        .page-contact .content-max-width .content .map .item:last-child {
          padding-right: 1%; }
        .page-contact .content-max-width .content .map .item h3 {
          font-size: 16px;
          font-weight: 600;
          color: #2e3b66;
          line-height: 20px; }
        .page-contact .content-max-width .content .map .item a {
          display: inline-block;
          color: #2e3b66;
          font-size: 16px;
          font-weight: 400;
          line-height: 20px;
          margin-bottom: 14px;
          text-decoration: underline; }
        .page-contact .content-max-width .content .map .item h4 {
          color: #2e3b66;
          font-size: 14px;
          margin-bottom: 2px;
          font-weight: 600;
          line-height: 17px; }
        .page-contact .content-max-width .content .map .item p {
          color: black;
          font-size: 16px;
          font-weight: 400;
          line-height: 20px; }

.page-history {
  float: left;
  width: 100%;
  margin-top: 51px; }
  @media all and (max-width: 47.9375em) {
    .page-history {
      margin-top: 31px; } }
  .page-history .content-max-width {
    padding: 0 10px; }
    .page-history .content-max-width > h1 {
      color: #2e3b66;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 600;
      line-height: 22px; }
      @media all and (max-width: 47.9375em) {
        .page-history .content-max-width > h1 {
          font-size: 20px; } }
    .page-history .content-max-width .text {
      margin-top: 28px; }
      .page-history .content-max-width .text p {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        color: black; }
    .page-history .content-max-width .contact {
      text-align: center;
      max-width: 620px;
      margin: 70px auto; }
      .page-history .content-max-width .contact p {
        color: black;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 30px; }
      .page-history .content-max-width .contact .button {
        padding: 6px;
        width: 90px;
        height: 30px;
        background-color: black;
        border-radius: 4px;
        text-transform: uppercase;
        text-align: center;
        color: white;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px; }
    .page-history .content-max-width .hitory-content {
      width: 2px;
      height: 100%;
      background-color: black;
      position: relative;
      margin: 39px auto; }
      @media all and (max-width: 47.9375em) {
        .page-history .content-max-width .hitory-content {
          padding: 38px 0; } }
      .page-history .content-max-width .hitory-content:before {
        content: '';
        position: absolute;
        top: 0;
        left: -5px;
        right: 0;
        margin: auto;
        width: 13px;
        height: 13px;
        background-color: black;
        border-radius: 50%;
        overflow: hidden; }
      .page-history .content-max-width .hitory-content:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -5px;
        right: 0;
        margin: auto;
        width: 13px;
        height: 13px;
        background-color: black;
        border-radius: 50%;
        overflow: hidden; }
      .page-history .content-max-width .hitory-content .item {
        width: 274px;
        background-color: #d8d8d8;
        float: left;
        position: relative;
        margin-left: 29px;
        font-size: 0;
        margin-top: -300px; }
        @media all and (max-width: 47.9375em) {
          .page-history .content-max-width .hitory-content .item {
            float: none;
            margin: auto;
            margin-left: -137px; } }
        .page-history .content-max-width .hitory-content .item img {
          max-width: 100%; }
        .page-history .content-max-width .hitory-content .item h3 {
          height: 48px;
          background-color: #2e3b66;
          color: white;
          font-style: normal;
          font-size: 20px;
          font-weight: 600;
          line-height: 24px;
          margin-bottom: 8px;
          padding: 10px 13px;
          position: relative; }
          .page-history .content-max-width .hitory-content .item h3:before {
            content: '';
            position: absolute;
            top: 10px;
            left: -10px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 10px 0;
            border-color: transparent #2e3b66 transparent transparent; }
            @media all and (max-width: 47.9375em) {
              .page-history .content-max-width .hitory-content .item h3:before {
                display: none; } }
          .page-history .content-max-width .hitory-content .item h3:after {
            content: '';
            position: absolute;
            top: 15px;
            left: -34px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            overflow: hidden;
            background-color: #2e3b66; }
            @media all and (max-width: 47.9375em) {
              .page-history .content-max-width .hitory-content .item h3:after {
                display: none; } }
        .page-history .content-max-width .hitory-content .item p {
          color: #333;
          font-size: 14px;
          font-weight: 400;
          line-height: 18px;
          padding: 10px 13px; }
        .page-history .content-max-width .hitory-content .item:nth-child(odd) {
          float: right;
          margin-left: 0;
          margin-right: 29px;
          margin-top: 0px; }
          @media all and (max-width: 47.9375em) {
            .page-history .content-max-width .hitory-content .item:nth-child(odd) {
              float: none;
              margin: auto;
              margin-left: -137px; } }
          .page-history .content-max-width .hitory-content .item:nth-child(odd) h3:before {
            right: -10px;
            left: auto;
            border-width: 10px 0 10px 10px;
            border-color: transparent transparent transparent #2e3b66; }
          .page-history .content-max-width .hitory-content .item:nth-child(odd) h3:after {
            content: '';
            position: absolute;
            top: 15px;
            right: -34px;
            left: auto; }

.page-home {
  position: relative;
  float: left;
  width: 100%; }
  .page-home .home-banner .slider-container .cycle-pager {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    text-align: center; }
    @media all and (max-width: 47.9375em) {
      .page-home .home-banner .slider-container .cycle-pager {
        bottom: 22px; } }
    .page-home .home-banner .slider-container .cycle-pager span {
      width: 12px;
      height: 12px;
      background-color: white;
      border: 1px solid black;
      overflow: hidden;
      display: inline-block;
      border-radius: 50%;
      margin: 0 3px;
      cursor: pointer; }
      .page-home .home-banner .slider-container .cycle-pager span.cycle-pager-active {
        background-color: black; }
  .page-home .home-banner .slider-container .sl {
    width: 100%;
    height: 521px;
    overflow: hidden; }
    @media all and (max-width: 47.9375em) {
      .page-home .home-banner .slider-container .sl {
        height: 267px; } }
    .page-home .home-banner .slider-container .sl .sl-bottom-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: calc(50% + 200px);
      bottom: 0;
      background-position: right center;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 100; }
    .page-home .home-banner .slider-container .sl .sl-mask-layer {
      position: absolute;
      top: 0;
      width: 67%;
      right: 0;
      bottom: 0;
      background-position: left center;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 101; }
      @media all and (max-width: 47.9375em) {
        .page-home .home-banner .slider-container .sl .sl-mask-layer {
          width: 77%; } }
    .page-home .home-banner .slider-container .sl img {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      max-width: 500px; }
      @media all and (max-width: 47.9375em) {
        .page-home .home-banner .slider-container .sl img {
          width: 33%; } }
    .page-home .home-banner .slider-container .sl .sl-text-container {
      position: relative;
      z-index: 100;
      text-align: center;
      max-width: 610px;
      margin: auto;
      padding: 149px 0px;
      top: 0;
      z-index: 102; }
      @media all and (max-width: 47.9375em) {
        .page-home .home-banner .slider-container .sl .sl-text-container {
          padding: 33px 50px; } }
      .page-home .home-banner .slider-container .sl .sl-text-container > * {
        background-color: white;
        font-family: "Raleway", sans-serif;
        color: #00006d;
        font-style: normal;
        position: relative; }
      .page-home .home-banner .slider-container .sl .sl-text-container p {
        font-size: 26px;
        font-weight: 300;
        line-height: 32px;
        margin: 0;
        display: inline-block;
        padding: 4px 18px; }
        @media all and (max-width: 47.9375em) {
          .page-home .home-banner .slider-container .sl .sl-text-container p {
            font-size: 13px;
            font-weight: 400;
            line-height: 15px; } }
      .page-home .home-banner .slider-container .sl .sl-text-container h3 {
        font-size: 70px;
        font-weight: 300;
        line-height: 62px;
        margin: 0;
        display: inline-block;
        padding: 11px 18px; }
        @media all and (max-width: 47.9375em) {
          .page-home .home-banner .slider-container .sl .sl-text-container h3 {
            font-size: 31px;
            margin-bottom: -1px;
            font-weight: 500;
            line-height: 32px; } }
    .page-home .home-banner .slider-container .sl .sl-lines {
      position: absolute;
      top: 280px;
      z-index: 104;
      width: 100%; }
      @media all and (max-width: 47.9375em) {
        .page-home .home-banner .slider-container .sl .sl-lines {
          display: none; } }
      .page-home .home-banner .slider-container .sl .sl-lines .left {
        border-top: 3px solid white;
        width: 264px;
        position: absolute;
        left: 0; }
        .page-home .home-banner .slider-container .sl .sl-lines .left:after {
          position: absolute;
          content: '';
          width: 12px;
          height: 12px;
          border-radius: 50%;
          overflow: hidden;
          background-color: white;
          right: -7px;
          top: -8px; }
      .page-home .home-banner .slider-container .sl .sl-lines .right {
        border-top: 3px solid #00006d;
        width: 264px;
        position: absolute;
        right: 0; }
        .page-home .home-banner .slider-container .sl .sl-lines .right:before {
          position: absolute;
          content: '';
          width: 12px;
          height: 12px;
          border-radius: 50%;
          overflow: hidden;
          top: -6px;
          left: -2px;
          background-color: #00006d; }
  .page-home .home-center-text {
    position: relative;
    text-align: center;
    max-width: 580px;
    margin: 65px auto;
    padding: 23px 0 21px 0;
    margin-bottom: 71px; }
    .page-home .home-center-text p {
      color: #1f3d7c;
      font-family: "Proxima Nova", sans-serif;
      font-size: 26px;
      line-height: 40px;
      font-weight: 400; }
      @media all and (max-width: 47.9375em) {
        .page-home .home-center-text p {
          font-size: 18px;
          line-height: 30px; } }
    .page-home .home-center-text:before {
      content: '';
      position: absolute;
      width: 83px;
      height: 2px;
      background-color: #d8d8d8;
      top: 0px;
      left: 0;
      right: 0;
      margin: auto; }
    .page-home .home-center-text:after {
      content: '';
      position: absolute;
      width: 83px;
      height: 2px;
      background-color: #d8d8d8;
      bottom: 0px;
      left: 0;
      right: 0;
      margin: auto; }
    .page-home .home-center-text strong {
      font-weight: 700; }
  .page-home .mid-banner {
    width: 100%;
    min-height: 363px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 10px;
    overflow: hidden; }
    @media all and (max-width: 47.9375em) {
      .page-home .mid-banner {
        padding-bottom: 0; } }
    .page-home .mid-banner .left, .page-home .mid-banner .right {
      width: 49%; }
      @media all and (max-width: 47.9375em) {
        .page-home .mid-banner .left, .page-home .mid-banner .right {
          width: 100%; } }
      .page-home .mid-banner .left .links, .page-home .mid-banner .right .links {
        color: white;
        font-family: "Proxima Nova", sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 17px;
        text-transform: uppercase;
        height: 22px;
        background-color: black;
        border-radius: 9px;
        text-align: center;
        padding: 4px 33px;
        margin-top: 10px;
        display: inline-block; }
        .page-home .mid-banner .left .links:hover, .page-home .mid-banner .right .links:hover {
          background-color: #979797; }
      .page-home .mid-banner .left h3, .page-home .mid-banner .right h3 {
        color: black;
        font-family: "Proxima Nova", sans-serif;
        font-size: 30px;
        font-weight: 600;
        line-height: 25px;
        font-style: normal;
        margin-bottom: 29px; }
    .page-home .mid-banner .left {
      float: left;
      padding: 27px 59px;
      padding-right: 86px; }
      @media all and (max-width: 47.9375em) {
        .page-home .mid-banner .left {
          padding: 20px 20px; } }
      .page-home .mid-banner .left .item {
        position: relative;
        display: block;
        padding-bottom: 0px;
        border-bottom: 1px solid #979797;
        margin-bottom: 19px;
        padding-top: 2px;
        min-height: 55px;
        padding-right: 70px; }
        .page-home .mid-banner .left .item p {
          color: black;
          font-family: "Proxima Nova", sans-serif;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 600;
          line-height: 17px;
          margin-bottom: 0px; }
        .page-home .mid-banner .left .item h4 {
          font-size: 20px;
          font-weight: 700;
          line-height: 24px;
          margin-bottom: 10px;
          text-transform: uppercase; }
        .page-home .mid-banner .left .item img {
          position: absolute;
          right: 0;
          bottom: -1px;
          width: 70px;
          height: 70px;
          border-radius: 50%;
          overflow: hidden; }
    .page-home .mid-banner .right {
      float: right;
      padding: 27px 0;
      position: relative;
      padding-left: 104px; }
      @media all and (max-width: 47.9375em) {
        .page-home .mid-banner .right {
          padding: 20px 20px; } }
      .page-home .mid-banner .right:before {
        content: '';
        height: 255px;
        width: 2px;
        background-color: #979797;
        position: absolute;
        top: 50px;
        left: 0; }
      .page-home .mid-banner .right h3 {
        margin-bottom: 24px; }
      .page-home .mid-banner .right .item {
        border-bottom: 1px solid #979797;
        position: relative;
        overflow: hidden;
        display: block;
        padding-left: 22px;
        padding-bottom: 8px;
        margin-bottom: 5px; }
        .page-home .mid-banner .right .item h4 {
          color: black;
          font-family: "Proxima Nova", sans-serif;
          font-size: 15px;
          font-weight: 600;
          margin-bottom: 0; }
        .page-home .mid-banner .right .item p {
          color: black;
          font-family: "Proxima Nova", sans-serif;
          font-size: 13px;
          line-height: 40px;
          font-weight: 300;
          line-height: 14px;
          margin-bottom: 0; }
        .page-home .mid-banner .right .item span.icon-arrow-circle-o-right {
          position: absolute;
          left: 0;
          top: 2px;
          color: black; }
  .page-home .work-with {
    margin-top: 76px; }
    @media all and (max-width: 47.9375em) {
      .page-home .work-with {
        padding: 0 20px; } }
    .page-home .work-with .title {
      background-color: #d8d8d8;
      width: 100%;
      height: 1px;
      position: relative;
      text-align: center; }
      .page-home .work-with .title h3 {
        color: #2e3b66;
        font-family: "Proxima Nova", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        font-style: normal;
        background-color: white;
        margin: auto;
        position: relative;
        top: -10px;
        padding: 0 29px;
        display: inline-block; }
        @media all and (max-width: 47.9375em) {
          .page-home .work-with .title h3 {
            font-size: 16px;
            padding: 0 15px; } }
    .page-home .work-with .content-max-width {
      font-size: 0;
      padding: 58px 0;
      text-align: center;
      padding-bottom: 0; }
    .page-home .work-with .work-conetents {
      background-color: white;
      transition: all .6s ease-in-out;
      position: relative; }
      .page-home .work-with .work-conetents.active .c {
        opacity: 1;
        pointer-events: auto; }
      .page-home .work-with .work-conetents .c {
        cursor: pointer;
        position: absolute;
        top: -29px;
        right: 22px;
        opacity: 0;
        pointer-events: none;
        transition: all .6s ease-in-out;
        width: 56px;
        height: 56px;
        background-color: white;
        overflow: hidden;
        border-radius: 50%;
        border: 1px solid #2e3b66; }
      .page-home .work-with .work-conetents .wc {
        text-align: left;
        display: none;
        overflow: hidden; }
        .page-home .work-with .work-conetents .wc .wc-inner {
          margin: 40px 80px; }
          @media all and (max-width: 47.9375em) {
            .page-home .work-with .work-conetents .wc .wc-inner {
              margin: 20px 20px; } }
          .page-home .work-with .work-conetents .wc .wc-inner > * {
            color: black; }
          .page-home .work-with .work-conetents .wc .wc-inner h2, .page-home .work-with .work-conetents .wc .wc-inner legend {
            font-size: 32px;
            font-style: normal; }
          .page-home .work-with .work-conetents .wc .wc-inner p {
            font-size: 15px;
            margin-bottom: 8px; }
            .page-home .work-with .work-conetents .wc .wc-inner p strong {
              font-weight: 700; }
    .page-home .work-with .work-item {
      display: inline-block;
      vertical-align: top;
      width: 25%;
      height: 174px;
      background-color: #2e3b66;
      border: 1px solid white;
      text-align: center;
      padding: 41px 0;
      text-decoration: none;
      cursor: pointer;
      position: relative; }
      .page-home .work-with .work-item.active:before {
        position: absolute;
        bottom: -16px;
        left: 0;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        border-color: white transparent transparent transparent;
        z-index: 10;
        right: 0;
        margin: auto; }
      .page-home .work-with .work-item.bt.active:before {
        position: absolute;
        bottom: auto;
        top: -15px;
        left: 0;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent white transparent;
        z-index: 10;
        right: 0;
        margin: auto; }
      .page-home .work-with .work-item:hover img {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .page-home .work-with .work-item p {
        color: white;
        font-family: "Proxima Nova", sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 11px; }
      .page-home .work-with .work-item img {
        margin-bottom: 16px;
        max-height: 65px;
        transition: all .4s ease-in-out; }
      @media all and (max-width: 47.9375em) {
        .page-home .work-with .work-item {
          height: 103px;
          padding: 20px 0; }
          .page-home .work-with .work-item img {
            width: 46%; }
          .page-home .work-with .work-item p {
            font-size: 11px;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            bottom: 9px;
            line-height: 15px; } }
  .page-home .brand-with {
    margin-top: 71px; }
    @media all and (max-width: 47.9375em) {
      .page-home .brand-with {
        padding-left: 20px;
        padding-right: 20px; } }
    .page-home .brand-with .title {
      background-color: #d8d8d8;
      width: 100%;
      height: 1px;
      position: relative;
      text-align: center; }
      .page-home .brand-with .title h3 {
        color: #2e3b66;
        font-family: "Proxima Nova", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        font-style: normal;
        background-color: white;
        margin: auto;
        position: relative;
        top: -10px;
        padding: 0 29px;
        display: inline-block; }
        @media all and (max-width: 47.9375em) {
          .page-home .brand-with .title h3 {
            font-size: 16px;
            padding: 0 15px; } }
    .page-home .brand-with .content-max-width {
      font-size: 0;
      padding: 46px 0;
      padding-bottom: 41px;
      text-align: center; }
      .page-home .brand-with .content-max-width .brand-item {
        display: inline-block;
        vertical-align: top;
        width: 140px;
        height: 94px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        margin: 0 8px;
        position: relative;
        margin-bottom: 24px; }
        @media all and (max-width: 47.9375em) {
          .page-home .brand-with .content-max-width .brand-item {
            width: 26%;
            margin: 0 2%; } }
        .page-home .brand-with .content-max-width .brand-item:hover img {
          -ms-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
        .page-home .brand-with .content-max-width .brand-item img {
          transition: all .4s ease-in-out;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }

.popup-area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99999;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none; }

.home-popup {
  position: absolute;
  width: 88%;
  max-width: 800px;
  display: inline-block;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }
  @media all and (min-width: 48em) {
    .home-popup {
      width: 100%; } }
  .home-popup .exit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #2e3b66;
    z-index: 99999;
    cursor: pointer; }
    .home-popup .exit span {
      font-size: 24px;
      font-weight: 300;
      text-align: center;
      line-height: 40px;
      color: white; }
  .home-popup .image {
    width: 100%;
    height: 179px;
    background-size: cover; }
  .home-popup .content {
    background: white;
    padding: 20px 6%; }
    @media all and (min-width: 48em) {
      .home-popup .content {
        padding: 25px 18% 45px; } }
    .home-popup .content .title {
      color: #1f3d7c;
      font-size: 16px;
      font-weight: 500;
      font-style: normal;
      margin-bottom: 27px; }
      @media all and (min-width: 48em) {
        .home-popup .content .title {
          font-size: 20px; } }
    .home-popup .content .button-blue {
      width: 126px;
      height: 35px;
      display: inline-block;
      margin: 0 0 30px 0;
      border-radius: 10px;
      background-color: #2e3b66;
      color: #ffffff;
      font-family: Arial;
      font-size: 14px;
      font-weight: 700;
      line-height: 35px;
      text-transform: uppercase; }
    .home-popup .content .wysiwyg-content {
      text-align: left; }
      .home-popup .content .wysiwyg-content li {
        font-size: 14px;
        line-height: 22px; }
        .home-popup .content .wysiwyg-content li:before {
          width: 3px;
          height: 3px;
          top: 9px; }

.page-capabilities {
  float: left;
  width: 100%;
  margin-top: 51px;
  margin-bottom: 40px; }
  @media all and (max-width: 47.9375em) {
    .page-capabilities {
      margin-top: 31px; } }
  .page-capabilities .content {
    padding-bottom: 40px;
    overflow: hidden; }
    .page-capabilities .content .title {
      color: black;
      font-size: 16px;
      margin: 13px 0;
      margin-bottom: 59px;
      line-height: 20px; }
    .page-capabilities .content .item {
      overflow: hidden;
      border-bottom: 2px solid #ccc;
      padding-bottom: 36px;
      margin-bottom: 43px; }
      .page-capabilities .content .item:last-child {
        border-bottom: none; }
      .page-capabilities .content .item img {
        width: 250px;
        height: 250px;
        overflow: hidden;
        border-radius: 50%; }
      .page-capabilities .content .item h4 {
        font-size: 22px;
        font-weight: 700;
        line-height: 27px;
        margin-bottom: 9px;
        color: #2e3b66; }
      .page-capabilities .content .item p {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: black; }
      .page-capabilities .content .item li {
        margin-left: 20px; }
      .page-capabilities .content .item .left {
        float: left;
        width: 261px; }
        @media all and (max-width: 47.9375em) {
          .page-capabilities .content .item .left {
            width: 100%;
            text-align: center; } }
      .page-capabilities .content .item .right {
        float: right;
        padding-top: 30px;
        width: calc(100% - 291px); }
        @media all and (max-width: 47.9375em) {
          .page-capabilities .content .item .right {
            width: 100%; } }
      .page-capabilities .content .item:nth-child(odd) .left-mobi {
        display: none; }
        @media all and (max-width: 47.9375em) {
          .page-capabilities .content .item:nth-child(odd) .left-mobi {
            display: block;
            text-align: center; } }
      .page-capabilities .content .item:nth-child(odd) .left {
        width: calc(100% - 291px);
        padding-top: 31px; }
        @media all and (max-width: 47.9375em) {
          .page-capabilities .content .item:nth-child(odd) .left {
            float: right;
            width: 100%;
            text-align: left; } }
      .page-capabilities .content .item:nth-child(odd) .right {
        width: 261px;
        padding-top: 0;
        text-align: right; }
        @media all and (max-width: 47.9375em) {
          .page-capabilities .content .item:nth-child(odd) .right {
            width: 100%;
            float: left;
            display: none; } }
  .page-capabilities .content-max-width {
    padding: 0 10px; }
    .page-capabilities .content-max-width > h1 {
      color: #2e3b66;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 600;
      line-height: 22px; }
      @media all and (max-width: 47.9375em) {
        .page-capabilities .content-max-width > h1 {
          font-size: 20px; } }

.page-design {
  float: left;
  width: 100%;
  margin-top: 51px;
  margin-bottom: 40px; }
  @media all and (max-width: 47.9375em) {
    .page-design {
      margin-top: 31px;
      margin-bottom: 0; } }
  .page-design .content {
    padding-bottom: 40px;
    overflow: hidden; }
  .page-design .content-max-width {
    padding: 0 10px; }
    .page-design .content-max-width > h1 {
      color: #2e3b66;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 600;
      line-height: 22px; }
      @media all and (max-width: 47.9375em) {
        .page-design .content-max-width > h1 {
          font-size: 20px; } }
    .page-design .content-max-width .left {
      width: 60%;
      float: left;
      display: inline-block;
      vertical-align: top;
      padding: 11px 0; }
      @media all and (max-width: 47.9375em) {
        .page-design .content-max-width .left {
          width: 100%; } }
      .page-design .content-max-width .left p {
        color: black;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px; }
        .page-design .content-max-width .left p strong {
          font-size: 18px;
          font-weight: 700;
          line-height: 22px; }
          @media all and (max-width: 47.9375em) {
            .page-design .content-max-width .left p strong {
              font-size: 16px; } }
    .page-design .content-max-width .mobi-left {
      display: none;
      text-align: center; }
      @media all and (max-width: 47.9375em) {
        .page-design .content-max-width .mobi-left {
          display: block; } }
      .page-design .content-max-width .mobi-left img {
        overflow: hidden;
        width: 224px;
        height: 224px;
        border-radius: 50%; }
    .page-design .content-max-width .right {
      float: right;
      width: 40%;
      display: inline-block;
      vertical-align: top;
      padding: 17px 0px;
      text-align: right; }
      @media all and (max-width: 47.9375em) {
        .page-design .content-max-width .right {
          display: none; } }
      .page-design .content-max-width .right img {
        overflow: hidden;
        width: 315px;
        height: 315px;
        border-radius: 50%; }

.page-certifications {
  float: left;
  width: 100%;
  margin-top: 51px;
  margin-bottom: -14px; }
  @media all and (max-width: 47.9375em) {
    .page-certifications {
      margin-top: 31px; } }
  .page-certifications .content {
    padding-bottom: 40px;
    overflow: hidden; }
    .page-certifications .content .title {
      color: black;
      font-size: 16px;
      margin: 13px 0;
      margin-bottom: 52px;
      line-height: 20px; }
      .page-certifications .content .title > * {
        color: black; }
      .page-certifications .content .title p {
        margin-bottom: 1px; }
    .page-certifications .content .certifications-list {
      margin-bottom: 40px; }
      @media all and (max-width: 47.9375em) {
        .page-certifications .content .certifications-list {
          margin-bottom: -29px; } }
      .page-certifications .content .certifications-list .item {
        overflow: hidden;
        border-bottom: 2px solid #eee;
        padding-bottom: 29px;
        margin-bottom: 32px; }
        .page-certifications .content .certifications-list .item:last-child {
          border-bottom: none; }
        .page-certifications .content .certifications-list .item .left {
          float: left;
          width: 180px;
          text-align: left; }
          @media all and (max-width: 47.9375em) {
            .page-certifications .content .certifications-list .item .left {
              max-width: 90px; } }
          .page-certifications .content .certifications-list .item .left img {
            max-width: 137px; }
            @media all and (max-width: 47.9375em) {
              .page-certifications .content .certifications-list .item .left img {
                max-width: 90px; } }
        .page-certifications .content .certifications-list .item .t {
          display: none;
          margin-bottom: 19px;
          clear: both;
          padding-top: 10px; }
          .page-certifications .content .certifications-list .item .t > p {
            color: black;
            font-size: 15px;
            font-weight: 400;
            line-height: 20px; }
          @media all and (max-width: 47.9375em) {
            .page-certifications .content .certifications-list .item .t {
              display: block; } }
        .page-certifications .content .certifications-list .item .right {
          float: right;
          width: calc(100% - 180px);
          padding-top: 22px; }
          @media all and (max-width: 47.9375em) {
            .page-certifications .content .certifications-list .item .right {
              width: calc(100% - 110px); } }
          .page-certifications .content .certifications-list .item .right h4 {
            font-size: 20px;
            font-weight: 700;
            line-height: 24px;
            color: #2e3b66; }
          .page-certifications .content .certifications-list .item .right p {
            color: black;
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
            margin-bottom: 19px; }
          @media all and (max-width: 47.9375em) {
            .page-certifications .content .certifications-list .item .right .tx {
              display: none; } }
          .page-certifications .content .certifications-list .item .right a {
            display: inline-block;
            color: #2e3b66;
            font-size: 14px;
            font-weight: 700;
            line-height: 17px; }
            .page-certifications .content .certifications-list .item .right a span {
              position: relative;
              left: -2px;
              top: 2px; }
  .page-certifications .others-list h2, .page-certifications .others-list legend {
    color: #2e3b66;
    font-size: 30px;
    font-weight: 600;
    line-height: 22px;
    font-style: normal;
    margin-bottom: 29px; }
  .page-certifications .others-list .other-title {
    color: #666;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 44px; }
  .page-certifications .others-list .item {
    overflow: hidden;
    border-bottom: 2px solid #eee;
    padding-bottom: 42px;
    margin-bottom: 38px; }
    .page-certifications .others-list .item:last-child {
      border-bottom: none; }
    .page-certifications .others-list .item .left {
      float: left;
      width: 180px;
      text-align: left;
      padding-top: 23px; }
      @media all and (max-width: 47.9375em) {
        .page-certifications .others-list .item .left {
          width: 100px;
          padding-top: 14px; } }
      .page-certifications .others-list .item .left img {
        max-width: 100%; }
    .page-certifications .others-list .item .right {
      float: right;
      width: calc(100% - 180px);
      padding-top: 22px; }
      @media all and (max-width: 47.9375em) {
        .page-certifications .others-list .item .right {
          width: calc(100% - 110px); } }
      .page-certifications .others-list .item .right h4 {
        font-size: 20px;
        color: #2e3b66;
        font-weight: 700;
        line-height: 24px; }
        @media all and (max-width: 47.9375em) {
          .page-certifications .others-list .item .right h4 {
            font-size: 18px; } }
      .page-certifications .others-list .item .right p {
        color: black;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px; }
      @media all and (max-width: 47.9375em) {
        .page-certifications .others-list .item .right .tx {
          display: none; } }
    .page-certifications .others-list .item .t {
      display: none;
      margin-bottom: 19px;
      clear: both;
      padding-top: 10px; }
      .page-certifications .others-list .item .t > p {
        color: black;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px; }
      @media all and (max-width: 47.9375em) {
        .page-certifications .others-list .item .t {
          display: block; } }
  .page-certifications .content-max-width {
    padding: 0 10px; }
    .page-certifications .content-max-width > h1 {
      color: #2e3b66;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 600;
      line-height: 22px; }
      @media all and (max-width: 47.9375em) {
        .page-certifications .content-max-width > h1 {
          font-size: 20px; } }

.page-blog {
  float: left;
  width: 100%;
  margin-top: 51px;
  margin-bottom: 40px; }
  @media all and (max-width: 47.9375em) {
    .page-blog {
      margin-top: 31px; } }
  .page-blog .content-max-width {
    padding: 0 10px; }
    .page-blog .content-max-width > h1 {
      color: #2e3b66;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 600;
      line-height: 22px; }
      @media all and (max-width: 47.9375em) {
        .page-blog .content-max-width > h1 {
          font-size: 20px; } }
    .page-blog .content-max-width .left {
      float: left;
      display: inline-block;
      vertical-align: top;
      padding: 16px 0;
      width: 76%; }
      @media all and (max-width: 47.9375em) {
        .page-blog .content-max-width .left {
          width: 100%; } }
      .page-blog .content-max-width .left .filter {
        width: 100%;
        padding-bottom: 17px;
        border-bottom: 1px solid #d8d8d8; }
        .page-blog .content-max-width .left .filter > a {
          color: #979797;
          font-size: 20px;
          font-weight: 400;
          position: relative;
          line-height: 24px;
          display: inline-block;
          vertical-align: top;
          padding-right: 28px;
          margin-right: 31px; }
          @media all and (max-width: 47.9375em) {
            .page-blog .content-max-width .left .filter > a {
              font-size: 14px; } }
          .page-blog .content-max-width .left .filter > a.active:after {
            content: url(images/assets/up.png); }
          .page-blog .content-max-width .left .filter > a:after {
            content: url(images/assets/down.png);
            position: absolute;
            top: 0;
            right: 0; }
      .page-blog .content-max-width .left .filter-list {
        width: 100%;
        border-bottom: 1px solid #d8d8d8; }
        .page-blog .content-max-width .left .filter-list .item {
          display: none;
          padding: 15px 0px; }
          .page-blog .content-max-width .left .filter-list .item a {
            padding: 4px 15px;
            display: inline-block;
            background-color: #2e3b66;
            border-radius: 16px;
            font-size: 13px;
            font-weight: 300;
            line-height: 16px;
            color: white;
            position: relative;
            margin-right: 8px; }
            .page-blog .content-max-width .left .filter-list .item a.active {
              color: #444;
              background-color: white;
              border: 1px solid #979797;
              padding-right: 30px; }
              .page-blog .content-max-width .left .filter-list .item a.active:after {
                content: url(images/assets/x.png);
                position: absolute;
                right: 9px;
                top: 3px; }
          .page-blog .content-max-width .left .filter-list .item.active {
            display: block; }
      .page-blog .content-max-width .left .entry .item {
        overflow: hidden;
        position: relative; }
        .page-blog .content-max-width .left .entry .item .left-time {
          float: left;
          vertical-align: top;
          display: inline-block;
          padding: 31px 30px;
          text-align: center;
          width: 124px; }
          @media all and (max-width: 47.9375em) {
            .page-blog .content-max-width .left .entry .item .left-time {
              position: absolute;
              padding: 11px 1px;
              width: 74px; } }
          .page-blog .content-max-width .left .entry .item .left-time p {
            font-family: "Open Sans", sans-serif;
            color: #979797;
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
            text-transform: uppercase;
            margin-bottom: 0; }
            @media all and (max-width: 47.9375em) {
              .page-blog .content-max-width .left .entry .item .left-time p {
                font-size: 10px; } }
          .page-blog .content-max-width .left .entry .item .left-time h3 {
            font-size: 46px;
            font-weight: 400;
            font-style: normal;
            margin-bottom: 0;
            color: #2e3b66;
            line-height: 44px; }
            @media all and (max-width: 47.9375em) {
              .page-blog .content-max-width .left .entry .item .left-time h3 {
                font-size: 31px;
                line-height: 31px; } }
        .page-blog .content-max-width .left .entry .item .right-blogs {
          float: right;
          vertical-align: top;
          display: inline-block;
          width: calc(100% - 161px);
          padding: 29px 0; }
          @media all and (max-width: 47.9375em) {
            .page-blog .content-max-width .left .entry .item .right-blogs {
              width: 100%;
              float: left;
              padding: 15px 0; } }
          .page-blog .content-max-width .left .entry .item .right-blogs h4 {
            color: #2e3b66;
            font-size: 20px;
            font-weight: 400;
            line-height: 24px;
            margin-bottom: 0; }
            @media all and (max-width: 47.9375em) {
              .page-blog .content-max-width .left .entry .item .right-blogs h4 {
                padding-left: 77px; }
                .page-blog .content-max-width .left .entry .item .right-blogs h4 a {
                  line-height: 21px; } }
          .page-blog .content-max-width .left .entry .item .right-blogs .author {
            color: #444;
            font-size: 13px;
            line-height: 25px;
            border-bottom: 1px solid #979797;
            margin-bottom: 10px;
            padding-bottom: 8px; }
            @media all and (max-width: 47.9375em) {
              .page-blog .content-max-width .left .entry .item .right-blogs .author {
                padding-left: 77px;
                line-height: 14px; } }
            .page-blog .content-max-width .left .entry .item .right-blogs .author i {
              font-weight: 300; }
            .page-blog .content-max-width .left .entry .item .right-blogs .author a {
              font-weight: 700;
              color: #444; }
            .page-blog .content-max-width .left .entry .item .right-blogs .author strong {
              font-weight: 700; }
          .page-blog .content-max-width .left .entry .item .right-blogs .pre-content {
            color: #333;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            margin-bottom: 20px; }
          .page-blog .content-max-width .left .entry .item .right-blogs .tags i {
            font-weight: 700;
            font-size: 14px; }
          .page-blog .content-max-width .left .entry .item .right-blogs .tags a {
            color: #2e3b66;
            font-weight: 700;
            font-size: 14px; }
    .page-blog .content-max-width .right {
      width: 20%;
      float: right;
      display: inline-block;
      vertical-align: top; }
      @media all and (max-width: 47.9375em) {
        .page-blog .content-max-width .right {
          width: 100%; } }
      @media all and (max-width: 47.9375em) {
        .page-blog .content-max-width .right .sidebar {
          padding-top: 0; } }
      .page-blog .content-max-width .right h1 {
        font-size: 26px;
        color: #2e3b66;
        font-weight: 700;
        line-height: 32px; }
        @media all and (max-width: 47.9375em) {
          .page-blog .content-max-width .right h1 {
            font-size: 20px; } }
      .page-blog .content-max-width .right ul {
        margin: 0; }
        .page-blog .content-max-width .right ul li {
          color: #2e3b66;
          border-bottom: 1px solid #eee;
          position: relative;
          padding: 5px 16px; }
          .page-blog .content-max-width .right ul li:before {
            content: url(images/assets/left.png);
            background-color: transparent;
            width: 0;
            height: 0;
            position: absolute;
            left: 0;
            top: 4px; }
          .page-blog .content-max-width .right ul li a {
            font-size: 16px;
            color: #2e3b66;
            font-weight: 400;
            line-height: 20px;
            display: inline-block; }

.page-product {
  float: left;
  width: 100%;
  margin-top: 38px;
  margin-bottom: -14px; }
  @media all and (max-width: 47.9375em) {
    .page-product {
      margin-top: 31px;
      margin-bottom: -44px; } }
  .page-product .content {
    padding-bottom: 40px; }
    .page-product .content > .title {
      color: black;
      font-size: 16px;
      font-weight: 700;
      margin: 13px 0;
      margin-bottom: 52px;
      line-height: 20px; }
    .page-product .content .left {
      float: left;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      position: relative; }
      @media all and (max-width: 47.9375em) {
        .page-product .content .left {
          display: none; } }
      .page-product .content .left .top-item {
        width: 367px;
        height: 367px;
        background-color: white;
        border: 1px solid #979797;
        position: relative;
        margin-bottom: 29px; }
        .page-product .content .left .top-item img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          max-width: 100%;
          max-height: 100%; }
      .page-product .content .left .thub-con {
        position: relative;
        max-width: 369px; }
        .page-product .content .left .thub-con .thub {
          max-width: 369px; }
        .page-product .content .left .thub-con .previ {
          position: absolute;
          left: -37px;
          top: 20px;
          cursor: pointer; }
        .page-product .content .left .thub-con .nexti {
          position: absolute;
          right: -27px;
          top: 20px;
          cursor: pointer; }
      .page-product .content .left .item {
        max-width: 76px;
        width: 100%;
        height: 78px;
        position: relative !important;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        border: 1px solid #eee;
        cursor: pointer;
        margin-right: 18px; }
        .page-product .content .left .item.active {
          border: 1px solid #979797; }
        .page-product .content .left .item img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          max-width: 100%;
          max-height: 100%; }
    .page-product .content .right {
      float: right;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 35px 0;
      position: relative; }
      @media all and (max-width: 47.9375em) {
        .page-product .content .right {
          width: 100%;
          padding-top: 0; } }
      .page-product .content .right .mobi-prev {
        position: absolute;
        display: none;
        z-index: 1000;
        top: 150px;
        left: 30px; }
        .page-product .content .right .mobi-prev img {
          height: 20px; }
        @media all and (max-width: 47.9375em) {
          .page-product .content .right .mobi-prev {
            display: block; } }
      .page-product .content .right .mobi-next {
        position: absolute;
        display: none;
        z-index: 1000;
        top: 150px;
        right: 30px; }
        .page-product .content .right .mobi-next img {
          height: 20px; }
        @media all and (max-width: 47.9375em) {
          .page-product .content .right .mobi-next {
            display: block; } }
      .page-product .content .right .mobi-container {
        text-align: center; }
      .page-product .content .right .mobi-slider {
        margin: auto;
        margin-bottom: 30px;
        display: none; }
        @media all and (max-width: 47.9375em) {
          .page-product .content .right .mobi-slider {
            display: block; } }
        .page-product .content .right .mobi-slider .item {
          width: 203px;
          height: 203px;
          position: relative;
          border: 1px solid #979797;
          left: 0;
          right: 0;
          margin: auto; }
          .page-product .content .right .mobi-slider .item img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            max-height: 100%;
            max-width: 100%; }
      .page-product .content .right h1 {
        font-size: 30px;
        font-weight: 600;
        color: #2e3b66;
        line-height: 37px;
        margin-bottom: 0; }
        @media all and (max-width: 47.9375em) {
          .page-product .content .right h1 {
            font-size: 20px; } }
      .page-product .content .right h3 {
        font-size: 14px;
        font-weight: 500;
        color: #9b9b9b;
        line-height: 17px; }
      .page-product .content .right p {
        font-size: 14px;
        font-weight: 400;
        color: black;
        line-height: 18px;
        margin-bottom: 32px; }
      .page-product .content .right .btn {
        width: 107px;
        height: 35px;
        background-color: #2e3b66;
        border-radius: 8px;
        color: white;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        text-align: center;
        padding: 10px;
        display: inline-block; }
      .page-product .content .right .link {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        color: #2e3b66;
        display: inline-block;
        margin-top: 34px; }
    .page-product .content .list {
      padding: 41px 0; }
      .page-product .content .list .item {
        margin-bottom: 12px;
        max-height: 47px;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .5s ease-in-out;
        position: relative; }
        .page-product .content .list .item .cycle-prev {
          position: absolute;
          top: 189px;
          left: 4px;
          cursor: pointer; }
        .page-product .content .list .item .cycle-next {
          position: absolute;
          top: 189px;
          right: 4px;
          cursor: pointer; }
        .page-product .content .list .item:last-child {
          border-bottom: 1px solid #d8d8d8; }
        .page-product .content .list .item .title {
          padding-bottom: 22px;
          font-size: 20px;
          font-weight: 600;
          line-height: 24px;
          color: #2e3b66;
          border-bottom: 1px solid #d8d8d8;
          position: relative;
          cursor: pointer; }
          @media all and (max-width: 47.9375em) {
            .page-product .content .list .item .title {
              font-size: 16px;
              padding-right: 20px;
              line-height: 20px; } }
          .page-product .content .list .item .title:after {
            position: absolute;
            top: 1px;
            right: 0;
            content: url(images/assets/plus.png); }
        .page-product .content .list .item.active {
          max-height: 3000px; }
          .page-product .content .list .item.active .title:after {
            content: url(images/assets/minus.png); }
          .page-product .content .list .item.active .title:before {
            position: absolute;
            top: 33px;
            left: 60px;
            content: url(images/assets/arr.png); }
            @media all and (max-width: 47.9375em) {
              .page-product .content .list .item.active .title:before {
                left: 30px; } }
        .page-product .content .list .item .info {
          margin: 27px 50px;
          margin-bottom: 20px; }
          @media all and (max-width: 47.9375em) {
            .page-product .content .list .item .info {
              margin: 27px 20px; } }
          .page-product .content .list .item .info p {
            color: #354257;
            font-size: 15px;
            line-height: 30px;
            margin-bottom: 1px;
            font-weight: 400; }
            .page-product .content .list .item .info p strong {
              font-weight: 700; }
            .page-product .content .list .item .info p a {
              text-decoration: underline;
              color: #354257;
              font-size: 13px; }
          .page-product .content .list .item .info .to {
            font-size: 20px;
            font-weight: 500;
            color: #2e3b66; }
            .page-product .content .list .item .info .to strong {
              font-weight: 500; }
        .page-product .content .list .item .slide {
          text-align: center;
          overflow: hidden;
          margin: 39px 58px;
          font-size: 0;
          height: auto;
          border-left: 1px solid #d8d8d8;
          border-right: 1px solid #d8d8d8; }
          .page-product .content .list .item .slide.desk {
            display: block; }
            @media all and (max-width: 47.9375em) {
              .page-product .content .list .item .slide.desk {
                display: none; } }
          .page-product .content .list .item .slide.mobi {
            display: none; }
            @media all and (max-width: 47.9375em) {
              .page-product .content .list .item .slide.mobi {
                display: block; } }
          .page-product .content .list .item .slide.noSlider {
            text-align: left;
            border-right: none; }
          .page-product .content .list .item .slide .sitem {
            width: 33.3%;
            display: inline-block;
            vertical-align: top;
            border: 1px solid #d8d8d8;
            text-align: left;
            position: relative;
            border-left: none;
            height: auto;
            min-height: 283px; }
            @media all and (max-width: 47.9375em) {
              .page-product .content .list .item .slide .sitem {
                width: 100% !important; } }
            .page-product .content .list .item .slide .sitem:last-child h4 {
              border-right: none; }
            .page-product .content .list .item .slide .sitem .iitem {
              border-bottom: 1px solid #d8d8d8;
              margin: 0 23px;
              padding-bottom: 14px;
              margin-bottom: 4px; }
              .page-product .content .list .item .slide .sitem .iitem:last-child {
                border-bottom: none; }
            .page-product .content .list .item .slide .sitem h4 {
              height: 43px;
              background-color: #d8d8d8;
              font-size: 20px;
              font-weight: 700;
              line-height: 40px;
              color: #2e3b66;
              text-align: left;
              margin-bottom: 0;
              padding: 0 23px;
              border-right: 1px solid white; }
              @media all and (max-width: 47.9375em) {
                .page-product .content .list .item .slide .sitem h4 {
                  padding: 0 20px;
                  white-space: nowrap;
                  font-size: 16px; } }
            .page-product .content .list .item .slide .sitem h5 {
              color: #2e3b66;
              font-size: 14px;
              font-weight: 400;
              line-height: 35px;
              margin-bottom: -1px; }
            .page-product .content .list .item .slide .sitem a {
              color: #666;
              display: block;
              font-size: 11px;
              font-weight: 400;
              line-height: 16px;
              text-decoration: underline;
              position: relative;
              padding-left: 16px; }
              .page-product .content .list .item .slide .sitem a:after {
                display: table;
                clear: both; }
              .page-product .content .list .item .slide .sitem a:before {
                position: absolute;
                left: 0;
                content: url(images/assets/tr.png); }
    .page-product .content .design {
      padding: 9px 0;
      overflow: hidden;
      padding-bottom: 70px; }
      .page-product .content .design .title {
        text-align: center;
        background-color: #d8d8d8;
        height: 2px;
        width: 100%;
        text-align: center;
        background-color: white;
        position: relative;
        top: -14px;
        padding: 0 20px;
        margin-bottom: 54px; }
        .page-product .content .design .title h3 {
          color: black;
          font-size: 24px;
          font-weight: 600;
          line-height: 29px;
          display: inline-block;
          font-style: normal; }
      .page-product .content .design .btn {
        width: 107px;
        height: 35px;
        background-color: #2e3b66;
        border-radius: 8px;
        color: white;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        text-align: center;
        padding: 10px;
        display: inline-block; }
      .page-product .content .design .left {
        position: relative;
        display: inline-block;
        vertical-align: top;
        float: left;
        width: 47%;
        padding: 0 9px; }
        @media all and (max-width: 47.9375em) {
          .page-product .content .design .left {
            width: 100%;
            margin-bottom: 78px; } }
        .page-product .content .design .left:after {
          content: 'OR';
          background-color: #2e3b66;
          position: absolute;
          right: -48px;
          top: 69px;
          color: white;
          font-size: 18px;
          font-weight: 600;
          width: 43px;
          height: 43px;
          border-radius: 50%;
          overflow: hidden;
          line-height: 22px;
          padding: 11px 0;
          text-align: center; }
          @media all and (max-width: 47.9375em) {
            .page-product .content .design .left:after {
              background-color: black;
              left: 0;
              right: 0;
              top: auto;
              bottom: -73px;
              top: auto;
              margin: auto; } }
        .page-product .content .design .left:before {
          content: '';
          width: 1px;
          height: 100px;
          background-color: #979797;
          position: absolute;
          right: -25px;
          height: 195px;
          top: -4px; }
          @media all and (max-width: 47.9375em) {
            .page-product .content .design .left:before {
              width: 100%;
              bottom: -52px;
              top: auto;
              height: 1px; } }
        .page-product .content .design .left .info {
          width: 282px;
          float: right;
          margin-top: 25px; }
          @media all and (max-width: 47.9375em) {
            .page-product .content .design .left .info {
              width: calc(100% - 138px); } }
        .page-product .content .design .left img {
          width: 113px;
          height: 113px;
          background-color: white;
          border: 1px solid #979797;
          border-radius: 50%;
          overflow: hidden;
          margin-top: 26px; }
        .page-product .content .design .left h3 {
          color: #2e3b66;
          font-size: 20px;
          font-style: normal;
          font-weight: 600;
          font-family: "Open Sans", sans-serif;
          line-height: 24px; }
        .page-product .content .design .left p {
          font-size: 14px;
          font-weight: 400;
          line-height: 18px;
          color: black;
          margin-bottom: 32px; }
      .page-product .content .design .right {
        position: relative;
        display: inline-block;
        vertical-align: top;
        float: right;
        width: 47%;
        padding: 0 9px; }
        @media all and (max-width: 47.9375em) {
          .page-product .content .design .right {
            width: 100%; } }
        .page-product .content .design .right .info {
          width: 282px;
          float: right;
          margin-top: 25px; }
          @media all and (max-width: 47.9375em) {
            .page-product .content .design .right .info {
              width: calc(100% - 138px); } }
        .page-product .content .design .right img {
          width: 113px;
          height: 113px;
          background-color: white;
          border: 1px solid #979797;
          border-radius: 50%;
          overflow: hidden;
          margin-top: 26px; }
        .page-product .content .design .right h3 {
          color: #2e3b66;
          font-style: normal;
          font-size: 20px;
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          line-height: 24px; }
        .page-product .content .design .right p {
          font-size: 14px;
          font-weight: 400;
          line-height: 18px; }
  .page-product .content-max-width {
    padding: 0 10px; }
    .page-product .content-max-width > h1 {
      color: #2e3b66;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 600;
      line-height: 22px; }
      @media all and (max-width: 47.9375em) {
        .page-product .content-max-width > h1 {
          font-size: 20px; } }

.page-calculator {
  float: left;
  width: 100%;
  margin-top: 51px;
  margin-bottom: 40px; }
  @media all and (max-width: 47.9375em) {
    .page-calculator {
      margin-top: 31px; } }
  .page-calculator .content {
    padding-bottom: 40px;
    overflow: hidden; }
    .page-calculator .content .title {
      color: black;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      margin-top: 14px;
      margin-bottom: 26px; }
      .page-calculator .content .title h4 {
        color: black;
        font-size: 22px;
        font-weight: 500;
        line-height: 26px; }
        @media all and (max-width: 47.9375em) {
          .page-calculator .content .title h4 {
            font-size: 20px; } }
    .page-calculator .content .nor {
      margin-top: 40px;
      display: none; }
      .page-calculator .content .nor.active {
        display: block; }
    .page-calculator .content .input-container {
      width: 100%;
      min-height: 171px;
      background-color: #2e3b66;
      padding: 30px 50px; }
      @media all and (max-width: 47.9375em) {
        .page-calculator .content .input-container {
          height: auto;
          padding: 30px 30px;
          overflow: hidden; } }
      .page-calculator .content .input-container .instru {
        color: white;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 23px; }
      .page-calculator .content .input-container input {
        width: 207px;
        height: 36px;
        background-color: white;
        border: 1px solid black;
        border-radius: 4px;
        display: inline-block;
        vertical-align: top;
        margin-right: 9px;
        padding-left: 5px;
        margin-bottom: 11px; }
        @media all and (max-width: 47.9375em) {
          .page-calculator .content .input-container input {
            width: 100%;
            margin-bottom: 10px; } }
      .page-calculator .content .input-container span {
        cursor: pointer;
        color: white;
        font-size: 33px;
        margin-left: 7px; }
        @media all and (max-width: 47.9375em) {
          .page-calculator .content .input-container span {
            float: right;
            margin-top: 10px; } }
    .page-calculator .content .contact-link {
      display: none; }
      .page-calculator .content .contact-link.active {
        display: block; }
      .page-calculator .content .contact-link .text {
        color: black;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        position: relative;
        border-right: 1px solid #979797;
        width: 60%;
        padding: 4px 0;
        padding-right: 14px;
        float: left; }
      .page-calculator .content .contact-link .link {
        color: white;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        background-color: black;
        border-radius: 4px;
        margin-left: 9px;
        padding: 8px 23px;
        float: left;
        text-align: center;
        margin-left: 6%;
        margin-top: 6px;
        display: inline-block; }
    .page-calculator .content .result {
      padding: 49px 0;
      display: none; }
      .page-calculator .content .result.active {
        display: block; }
      .page-calculator .content .result .nimg {
        max-width: 653px;
        margin-bottom: 23px;
        width: 100%; }
      .page-calculator .content .result .rp {
        color: black;
        font-weight: bold;
        font-size: 17px; }
      .page-calculator .content .result .info {
        color: #464648;
        font-size: 14px;
        font-weight: 400;
        width: 100%;
        max-width: 653px;
        line-height: 20px; }
      .page-calculator .content .result .data-list {
        width: 100%;
        max-width: 653px;
        margin-bottom: 40px; }
        .page-calculator .content .result .data-list .item-title {
          padding: 0 33px; }
          .page-calculator .content .result .data-list .item-title p {
            display: inline-block;
            vertical-align: top;
            color: #2e3b66;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            text-transform: uppercase;
            width: 23%;
            padding: 19px 33px;
            margin-bottom: 0;
            padding-left: 0; }
        .page-calculator .content .result .data-list .item {
          display: none;
          width: 100%;
          height: 59px;
          cursor: pointer;
          position: relative;
          padding: 0 33px; }
          .page-calculator .content .result .data-list .item:before {
            content: '';
            position: absolute;
            left: 0;
            top: 20px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 10px 10px;
            border-color: transparent transparent transparent white; }
          .page-calculator .content .result .data-list .item.active {
            display: block; }
          .page-calculator .content .result .data-list .item.first {
            background-color: #2e3b66 !important; }
            .page-calculator .content .result .data-list .item.first:before {
              content: '';
              position: absolute;
              left: 0;
              top: 20px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 10px 10px 10px 10px;
              border-color: transparent transparent transparent white; }
            .page-calculator .content .result .data-list .item.first p {
              color: white;
              border-top: none; }
              .page-calculator .content .result .data-list .item.first p span {
                color: white; }
          .page-calculator .content .result .data-list .item:hover {
            background-color: #2e3b66 !important; }
            .page-calculator .content .result .data-list .item:hover:before {
              content: '';
              position: absolute;
              left: 0;
              top: 20px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 10px 10px 10px 10px;
              border-color: transparent transparent transparent white; }
            .page-calculator .content .result .data-list .item:hover p {
              color: white;
              border-top: none; }
              .page-calculator .content .result .data-list .item:hover p span {
                color: white; }
          .page-calculator .content .result .data-list .item p {
            width: 24%;
            float: left;
            color: black;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            padding: 19px 33px;
            margin-bottom: 0;
            border-top: 1px solid #dad9d9;
            padding-left: 0;
            white-space: nowrap;
            padding-bottom: 0; }
            .page-calculator .content .result .data-list .item p span {
              color: #2e3b66;
              font-size: 11px;
              font-weight: 400;
              line-height: 20px; }
      .page-calculator .content .result h4 {
        color: #2e3b66;
        font-style: normal;
        font-size: 25px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 35px; }
      .page-calculator .content .result iframe {
        max-width: 700px;
        width: 100%;
        height: 508px;
        background-color: white;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border: 1px solid #979797; }
      .page-calculator .content .result .file-text {
        color: black;
        font-size: 14px;
        font-weight: 400;
        margin: 35px 7px;
        line-height: 20px; }
        .page-calculator .content .result .file-text .file {
          color: white;
          font-size: 13px;
          font-weight: 400;
          line-height: 20px;
          background-color: black;
          border-radius: 4px;
          margin-left: 9px;
          padding: 8px 23px;
          text-align: center; }
  .page-calculator .content-max-width {
    padding: 0 10px; }
    .page-calculator .content-max-width > h1 {
      color: #2e3b66;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 600;
      line-height: 22px; }
      @media all and (max-width: 47.9375em) {
        .page-calculator .content-max-width > h1 {
          font-size: 20px; } }

.page-calculator-list {
  float: left;
  width: 100%;
  margin-top: 51px;
  margin-bottom: 40px; }
  @media all and (max-width: 47.9375em) {
    .page-calculator-list {
      margin-top: 31px; } }
  .page-calculator-list .content {
    padding-bottom: 40px;
    overflow: hidden; }
    .page-calculator-list .content .title {
      color: black;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      margin-top: 14px;
      margin-bottom: 26px; }
    .page-calculator-list .content .list .item {
      position: relative;
      padding: 32px 11px;
      width: 100%;
      background-color: #eee;
      max-width: 807px;
      margin: auto;
      margin-bottom: 30px;
      padding-left: 111px;
      display: block; }
      .page-calculator-list .content .list .item img {
        width: 129px;
        height: 129px;
        background-color: white;
        border: 1px solid #979797;
        overflow: hidden;
        border-radius: 50%;
        position: absolute;
        left: -40px;
        top: 19px; }
      .page-calculator-list .content .list .item h2, .page-calculator-list .content .list .item legend {
        font-size: 22px;
        color: #2e3b66;
        font-weight: 700;
        line-height: 27px;
        margin-bottom: 11px;
        font-style: normal; }
      .page-calculator-list .content .list .item p {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 6px;
        line-height: 18px;
        color: black; }
      .page-calculator-list .content .list .item .s {
        color: #2e3b66;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px; }
        .page-calculator-list .content .list .item .s span {
          font-size: 21px;
          margin-right: 7px;
          position: relative;
          top: 4px; }
  .page-calculator-list .content-max-width {
    padding: 0 10px; }
    .page-calculator-list .content-max-width > h1 {
      color: #2e3b66;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 600;
      line-height: 22px; }
      @media all and (max-width: 47.9375em) {
        .page-calculator-list .content-max-width > h1 {
          font-size: 20px; } }

.page-tips {
  float: left;
  width: 100%;
  margin-top: 51px;
  margin-bottom: 40px; }
  @media all and (max-width: 47.9375em) {
    .page-tips {
      margin-top: 31px; } }
  .page-tips .content {
    padding-bottom: 40px;
    overflow: hidden; }
    .page-tips .content .title {
      color: black;
      font-size: 16px;
      font-weight: 700;
      margin: 13px 0;
      margin-bottom: 59px;
      line-height: 20px; }
    .page-tips .content .banner {
      width: 100%;
      height: 100px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      margin-top: -8px;
      height: 244px;
      margin-bottom: 40px; }
    .page-tips .content .item {
      border-bottom: 1px solid #eee;
      overflow: hidden;
      padding-bottom: 0px;
      margin-bottom: 9px;
      padding-left: 44px;
      max-width: 767px;
      padding-right: 110px; }
      @media all and (max-width: 47.9375em) {
        .page-tips .content .item {
          padding-left: 40px;
          padding-right: 0; } }
      .page-tips .content .item:last-child {
        border-bottom: none; }
      @media all and (max-width: 47.9375em) {
        .page-tips .content .item.active h4:before {
          content: url(images/assets/mm.png);
          top: -5px; } }
      @media all and (max-width: 47.9375em) {
        .page-tips .content .item.active p {
          max-height: 100000px; } }
      .page-tips .content .item h4 {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        color: #2e3b66;
        margin-bottom: 9px;
        position: relative; }
        @media all and (max-width: 47.9375em) {
          .page-tips .content .item h4:before {
            position: absolute;
            left: -35px;
            top: 2px;
            content: url(images/assets/mp.png); } }
        .page-tips .content .item h4 strong {
          position: absolute;
          left: -30px;
          top: 6px; }
          @media all and (max-width: 47.9375em) {
            .page-tips .content .item h4 strong {
              display: none; } }
      .page-tips .content .item p {
        color: black;
        overflow: hidden;
        font-size: 14px;
        transition: all .5s ease-in-out;
        font-weight: 400;
        line-height: 18px; }
        @media all and (max-width: 47.9375em) {
          .page-tips .content .item p {
            max-height: 0px; } }
  .page-tips .content-max-width {
    padding: 0 10px; }
    .page-tips .content-max-width > h1 {
      color: #2e3b66;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 600;
      line-height: 22px; }
      @media all and (max-width: 47.9375em) {
        .page-tips .content-max-width > h1 {
          font-size: 20px; } }

.page-term {
  float: left;
  width: 100%;
  margin-top: 51px;
  margin-bottom: 40px; }
  @media all and (max-width: 47.9375em) {
    .page-term {
      margin-top: 31px; } }
  .page-term .content-max-width {
    padding: 0 10px; }
    .page-term .content-max-width > h1 {
      color: #2e3b66;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 600;
      line-height: 22px; }
      @media all and (max-width: 47.9375em) {
        .page-term .content-max-width > h1 {
          font-size: 20px; } }
    .page-term .content-max-width .content > p {
      padding: 8px;
      font-size: 14px;
      line-height: 18px;
      color: #333;
      font-weight: 400; }
    .page-term .content-max-width .content img {
      position: relative;
      top: 6px;
      left: -9px; }
    .page-term .content-max-width .content a {
      color: #2e3b66;
      text-decoration: underline; }
    .page-term .content-max-width .content .terms {
      padding: 10px 1px; }
      .page-term .content-max-width .content .terms h4 {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        color: black;
        margin-bottom: 12px; }
      .page-term .content-max-width .content .terms > ul {
        margin-left: 45px;
        margin-bottom: 70px; }
        .page-term .content-max-width .content .terms > ul > li {
          color: #333;
          font-size: 14px;
          font-weight: 400;
          line-height: 18px;
          margin-bottom: 26px;
          list-style-type: lower-latin; }
          .page-term .content-max-width .content .terms > ul > li:before {
            display: none; }
          .page-term .content-max-width .content .terms > ul > li > ul {
            margin-top: 26px;
            margin-bottom: 26px; }
            .page-term .content-max-width .content .terms > ul > li > ul li {
              color: #333;
              font-size: 14px;
              font-weight: 400;
              line-height: 18px;
              margin-bottom: 14px;
              list-style-type: lower-roman; }
              .page-term .content-max-width .content .terms > ul > li > ul li:before {
                display: none; }

/*# sourceMappingURL=style.css.map */