@charset "UTF-8";
html {
  box-sizing: border-box; }

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

.wrapper, .hero .blurb, .logo-row, .boxes, .mobi-fix {
  width: 100%;
  margin: 0;
  padding: 0 20px; }
  .wrapper::after, .hero .blurb::after, .logo-row::after, .boxes::after, .mobi-fix::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 767px) {
    .wrapper, .hero .blurb, .logo-row, .boxes, .mobi-fix {
      width: 750px;
      margin: 0 auto;
      padding: 0; } }
  @media screen and (min-width: 1023px) {
    .wrapper, .hero .blurb, .logo-row, .boxes, .mobi-fix {
      width: 960px; } }
  @media screen and (min-width: 1279px) {
    .wrapper, .hero .blurb, .logo-row, .boxes, .mobi-fix {
      width: 1140px; } }

/* -----------------------------------------------------------------
    RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/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,
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: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.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: -0.5em; }

sub {
  bottom: -0.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: button;
  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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* -----------------------------------------------------------------
    RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.628571429; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

address {
  font-style: normal; }

span.skype_pnh_container {
  display: none !important; }

span.skype_pnh_print_container {
  display: inline !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.button, .blue, .green, .white, .ghost, .facebook, .twitter, .linkedin, .sharethis {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .large.button, .large.blue, .large.green, .large.white, .large.ghost, .large.facebook, .large.twitter, .large.linkedin, .large.sharethis {
    padding: 15px 25px;
    font-size: 16px; }
  .small.button, .small.blue, .small.green, .small.white, .small.ghost, .small.facebook, .small.twitter, .small.linkedin, .small.sharethis {
    padding: 5px 10px;
    font-size: 12px; }

.left {
  float: left; }

.right {
  float: right; }

.five {
  width: 5%; }

.ten {
  width: 10%; }

.fifteen {
  width: 15%; }

.twenty {
  width: 20%; }

.twentyfive {
  width: 25%; }

.thirty {
  width: 30%; }

.thirtyfive {
  width: 35%; }

.fourty {
  width: 40%; }

.fourtyfive {
  width: 45%; }

.fifty {
  width: 50%; }

.fiftyfive {
  width: 55%; }

.sixty {
  width: 60%; }

.sixtyfive {
  width: 65%; }

.seventy {
  width: 70%; }

.seventyfive {
  width: 75%; }

.eighty {
  width: 80%; }

.eightyfive {
  width: 85%; }

.ninety {
  width: 90%; }

.ninetyfive {
  width: 95%; }

.onehundred {
  width: 100%; }

#browserAlert {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  background: #941111;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 18px; }

#browserAlert a {
  color: #faabab;
  font-weight: bold; }

#browserAlert a:hover {
  color: #fff; }

.lt-ie8 #browserAlert {
  display: block; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.visible-mobile {
  display: block; }
  @media screen and (min-width: 1023px) {
    .visible-mobile {
      display: none; } }

.visible-desktop {
  display: none; }
  @media screen and (min-width: 1023px) {
    .visible-desktop {
      display: block; } }

/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: #3aa8bf;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #71c3d4; }

.text-error {
  color: #bf3a4a; }

.text-success {
  color: #96c93e; }

.text-warning {
  color: #e4be4c; }

.text-info {
  color: #5bc0de; }

b, strong {
  font-weight: 700; }

::-moz-selection {
  background: #3aa8bf;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #3aa8bf;
  color: #fff;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: 700;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase;
  color: #96c93e; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1 {
  font-size: 32px; }
  @media screen and (min-width: 767px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 28px; }
  @media screen and (min-width: 767px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 24px; }
  @media screen and (min-width: 767px) {
    h3 {
      font-size: 32px; } }

h4 {
  font-size: 22px; }
  @media screen and (min-width: 767px) {
    h4 {
      font-size: 28px; } }

h5 {
  font-size: 20px; }
  @media screen and (min-width: 767px) {
    h5 {
      font-size: 24px; } }

h6 {
  font-size: 18px; }
  @media screen and (min-width: 767px) {
    h6 {
      font-size: 20px; } }

h1 small {
  font-size: 36px; }

h2 small {
  font-size: 32px; }

h3 small, h4 small {
  font-size: 22px; }

.lead {
  font-size: 18px;
  font-weight: 300; }
  @media screen and (min-width: 767px) {
    .lead {
      font-size: 24px; } }

blockquote {
  font-family: "Droid Serif", serif;
  font-size: 16px;
  font-style: italic;
  color: #929393;
  position: relative;
  padding-left: 0; }
  blockquote cite {
    display: block;
    font-size: 14px;
    margin: 20px 0 0;
    font-style: normal;
    color: #3aa8bf;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  @media screen and (min-width: 767px) {
    blockquote {
      font-size: 20px;
      padding-left: 35px; }
      blockquote:before {
        position: absolute;
        content: url("../images/quote.png");
        left: -40px;
        top: -10px; } }

hr {
  border-color: #ddd;
  margin-top: 40px;
  margin-bottom: 40px; }

/* -----------------------------------------------------------------
	FORM ELEMENTS
------------------------------------------------------------------*/
label {
  display: block;
  padding-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700; }
  label .required {
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-left: 5px;
    color: #bf3a4a; }
  label.error {
    color: #bf3a4a; }
  label span {
    color: #bf3a4a; }

input,
textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #e6e6e6;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #192022;
  font-size: 16px;
  background: #fff;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none; }
  input:focus,
  textarea:focus {
    background: #f2f2f2; }
  input.error,
  textarea.error {
    border: 1px solid #bf3a4a; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #b3b3b3;
    font-weight: 300;
    font-style: italic; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #b3b3b3;
    font-weight: 300;
    font-style: italic; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #b3b3b3;
    font-weight: 300;
    font-style: italic; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #b3b3b3;
    font-weight: 300;
    font-style: italic; }

textarea {
  height: 10em; }

.radio label,
.checkbox label {
  margin-right: 20px;
  font-weight: 400;
  text-transform: none;
  font-size: 14px; }
  .radio label.info,
  .checkbox label.info {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px; }
.radio input,
.checkbox input {
  width: auto;
  margin-right: 5px;
  display: inline-block; }

button.button, button.blue, button.green, button.white, button.ghost, button.facebook, button.twitter, button.linkedin, button.sharethis,
input.button,
input.blue,
input.green,
input.white,
input.ghost,
input.facebook,
input.twitter,
input.linkedin,
input.sharethis {
  border: none;
  display: inline-block;
  width: auto; }

.errormsg,
.successmsg {
  width: 100%; }
  .errormsg span,
  .successmsg span {
    display: inline-block;
    color: #fff;
    margin: 0 10px 0 0;
    width: 100%; }

.errormsg {
  margin: 0; }

.errormsg span {
  background: #bf3a4a;
  padding: 5px 10px;
  font-size: 14px; }

.successmsg {
  margin: 30px 0; }

.successmsg span {
  background: #96c93e;
  padding: 15px;
  text-align: center;
  font-size: 18px; }

.field, .field-half {
  width: 100%;
  margin-bottom: 30px; }

@media screen and (min-width: 767px) {
  .field-half {
    float: left;
    width: 360px;
    margin-right: 30px; } }
@media screen and (min-width: 1023px) {
  .field-half {
    width: 300px; } }
@media screen and (min-width: 1279px) {
  .field-half {
    width: 360px; } }

/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img,
iframe {
  display: block;
  max-width: 100%; }

.content-left img {
  height: auto !important; }

.button, .blue, .green, .white, .ghost, .facebook, .twitter, .linkedin, .sharethis {
  padding: 10px 20px;
  background: #3aa8bf;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center; }
  .button:hover, .blue:hover, .green:hover, .white:hover, .ghost:hover, .facebook:hover, .twitter:hover, .linkedin:hover, .sharethis:hover {
    color: #fff;
    background: #71c3d4; }

.green {
  background: #96c93e; }
  .green:hover {
    background: #b7da7a; }

.white {
  background: #fff;
  color: #192022;
  border: 2px solid #fff; }
  .white:hover {
    color: #fff;
    background: transparent; }

.ghost {
  background: transparent;
  color: #fff;
  border: 2px solid #fff; }
  .ghost:hover {
    color: #192022;
    background: #fff; }

.facebook, .twitter, .linkedin, .sharethis {
  width: 32px;
  height: 32px;
  padding: 0;
  line-height: 32px;
  background: #3b5998; }
  .facebook:hover, .twitter:hover, .linkedin:hover, .sharethis:hover {
    background: #5f7ec1; }

.twitter {
  background: #00aced; }
  .twitter:hover {
    background: #3bc9ff; }

.linkedin {
  background: #007bb6; }
  .linkedin:hover {
    background: #03adff; }

.sharethis {
  background: #96c93e; }
  .sharethis:hover {
    background: #b7da7a; }

.alignleft,
.alignright,
.aligncenter {
  margin: 30px auto;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

@media screen and (min-width: 767px) {
  .alignleft {
    float: left;
    margin: 10px 30px 20px 0; } }

@media screen and (min-width: 767px) {
  .alignright {
    float: right;
    margin: 10px 0 20px 30px; } }

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .video-wrapper embed,
  .video-wrapper object,
  .video-wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

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

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

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

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

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

* html .slides {
  height: 1%; }

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

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

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

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

.flexslider .slides {
  zoom: 1; }

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

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background: #000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center; }

.flex-direction-nav .flex-prev {
  left: 0; }

.flex-direction-nav .flex-next {
  right: 0; }

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

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: 'Pause'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: 'Play'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #aaa;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #3aa8bf; }

.flex-control-paging li a.flex-active {
  background: #3aa8bf;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* -----------------------------------------------------------------
    CHOSEN STYLES (Chosen v1.0.0)
------------------------------------------------------------------*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  .chosen-container a {
    cursor: pointer; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 10px;
  height: 44px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  background-clip: padding-box;
  color: #192022;
  text-decoration: none;
  white-space: nowrap;
  line-height: 44px; }
  .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px; }
  .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 100%; }
    .chosen-container-single .chosen-single div b {
      display: block;
      width: 100%;
      height: 100%; }
      .chosen-container-single .chosen-single div b:after {
        position: absolute;
        top: 0px;
        left: 38%;
        font-size: 20px;
        font-family: 'FontAwesome';
        content: '\f107';
        color: #192022; }
.chosen-container-single .chosen-default {
  color: #192022; }
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  position: relative; }
  .chosen-container-single .chosen-search:after {
    position: absolute;
    top: 6px;
    left: 15px;
    font-size: 20px;
    font-family: 'FontAwesome';
    content: '\f002';
    color: #e6e6e6; }
  .chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 50px;
    width: 100%;
    height: auto;
    outline: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 0;
    margin: 0; }
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #192022;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #f2f2f2;
  background-clip: padding-box;
  color: #192022;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 10px 15px;
    list-style: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #f2f2f2;
      color: #192022;
      border-color: #e6e6e6; }
    .chosen-container .chosen-results li.no-results {
      display: list-item;
      background: #fff;
      border-color: none; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

.chosen-container-active .chosen-single {
  border: 1px solid #e6e6e6; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #e6e6e6;
  background: #f2f2f2; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active .chosen-choices {
  border: 1px solid #e6e6e6; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single,
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* -----------------------------------------------------------------
	GENERAL ELEMENTS 
------------------------------------------------------------------*/
html {
  background: #fff; }

body {
  font-size: 16px;
  color: #192022;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  background: #fff; }

/* -----------------------------------------------------------------
	HEADER ELEMENTS 
------------------------------------------------------------------*/
#header.home {
  background: url("../images/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 1023px) {
    #header.home {
      padding-bottom: 22px; } }
  @media screen and (min-width: 1279px) {
    #header.home {
      padding-bottom: 72px; } }

#logo {
  width: 245px;
  float: left; }

.hero {
  width: 100%;
  background: url("../images/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff; }
  .hero .blurb {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media screen and (min-width: 767px) {
      .hero .blurb {
        padding: 60px 0; } }
    @media screen and (min-width: 1023px) {
      .hero .blurb {
        padding: 80px 20px; } }
    @media screen and (min-width: 1279px) {
      .hero .blurb {
        padding: 100px; } }
  .hero h1 {
    color: #fff; }

.hero-content {
  z-index: 3;
  position: relative; }

.video-hero {
  height: 566px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0; }
  .video-hero .video-content {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden; }
  .video-hero .overlay {
    width: 100%;
    height: 100%;
    background: url("../images/overlay.png");
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .video-hero iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 1279px) {
    .video-hero {
      height: 726px; } }

.top-bar {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(25, 32, 34, 0.6);
  text-align: right;
  font-size: 14px; }
  .top-bar a {
    color: #fff;
    margin-left: 30px; }
    .top-bar a:hover {
      text-decoration: underline; }
  .top-bar i {
    padding-right: 10px; }
  .top-bar span {
    color: #fff; }

.logo-row {
  margin-top: 30px; }
  .logo-row .cta {
    float: right;
    margin-top: 10px; }
    .logo-row .cta .blue {
      padding: 10px;
      width: 230px;
      margin-left: 24px; }
      .logo-row .cta .blue:first-child {
        margin-left: 0; }

.boxes {
  padding-top: 30px; }
  .boxes .box {
    float: left;
    background: rgba(255, 255, 255, 0.15);
    text-align: center;
    padding: 40px;
    padding-bottom: 80px;
    width: 300px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    margin-right: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .boxes .box:hover {
      background: rgba(255, 255, 255, 0.4); }
    .boxes .box:last-child {
      margin-right: 0; }
    .boxes .box img {
      width: 80px;
      margin: 0 auto; }
    .boxes .box h3 small {
      font-size: 18px;
      color: #fff; }
    .boxes .box .white {
      width: 80%;
      position: absolute;
      bottom: 30px;
      left: 10%; }
  @media screen and (min-width: 1279px) {
    .boxes {
      padding-top: 80px; }
      .boxes .box {
        width: 360px;
        font-size: 14px;
        padding-bottom: 100px; }
        .boxes .box img {
          width: auto; }
        .boxes .box h3 small {
          font-size: 22px; } }

.boxes-mobi {
  padding-top: 70px; }
  .boxes-mobi .box-mobi {
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.15);
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .boxes-mobi .box-mobi:hover {
      background: rgba(255, 255, 255, 0.4); }
    .boxes-mobi .box-mobi img {
      float: left;
      width: 50px; }
    .boxes-mobi .box-mobi h3 {
      color: #fff;
      margin-top: 10px;
      display: inline-block; }
      .boxes-mobi .box-mobi h3 small {
        font-size: 16px; }
    .boxes-mobi .box-mobi .white {
      display: none; }
  @media screen and (min-width: 767px) {
    .boxes-mobi {
      padding-top: 120px; }
      .boxes-mobi .box-mobi {
        width: 230px;
        float: left;
        margin-right: 30px;
        height: auto;
        padding: 40px 10px 30px 10px;
        margin-bottom: 40px; }
        .boxes-mobi .box-mobi:last-child {
          margin-right: 0; }
        .boxes-mobi .box-mobi img {
          float: none;
          margin: 0 auto;
          width: auto; }
        .boxes-mobi .box-mobi h3 {
          margin-top: 20px;
          display: block; }
        .boxes-mobi .box-mobi .white {
          display: inline-block;
          margin-top: 20px;
          font-size: 14px;
          padding: 5px 10px; } }

.mobi-fix .blue {
  width: 100%;
  margin-bottom: 20px; }
  @media screen and (min-width: 767px) {
    .mobi-fix .blue {
      float: left;
      width: 360px;
      margin-right: 30px;
      margin-bottom: 40px; }
      .mobi-fix .blue:last-child {
        margin-right: 0; } }

/* -----------------------------------------------------------------
	NAVIGATION
------------------------------------------------------------------*/
#nav-desk {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #ddd;
  z-index: 10; }

#nav-int {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #ddd;
  z-index: 10; }
  @media screen and (min-width: 767px) {
    #nav-int {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 1023px) {
    #nav-int {
      padding-top: 10px;
      padding-bottom: 10px; } }

#jumpfix {
  height: 76px;
  width: 100%;
  display: none; }

.fixed {
  position: fixed;
  top: 0;
  left: 0; }

.spacefix {
  width: 100%;
  height: 48px; }
  @media screen and (min-width: 767px) {
    .spacefix {
      height: 72px; } }

.nav-contact {
  font-size: 24px;
  padding-right: 20px;
  float: right; }
  @media screen and (min-width: 767px) {
    .nav-contact {
      font-size: 30px;
      padding-right: 40px; } }

.desk-contact {
  float: right;
  font-size: 14px;
  line-height: 50px;
  padding-top: 1px; }
  .desk-contact i {
    padding-right: 5px;
    padding-left: 10px; }
  .desk-contact span {
    display: none; }
    .desk-contact span.divider {
      display: inline-block;
      padding-right: 10px;
      padding-left: 10px;
      color: #aaa;
      font-weight: 300; }
    @media screen and (min-width: 1279px) {
      .desk-contact span {
        display: inline-block; } }

.navigation .navigation-menu-button {
  display: block;
  float: right;
  margin: 0;
  font-size: 24px;
  padding-left: 10px;
  padding-top: 1px; }
  @media screen and (min-width: 767px) {
    .navigation .navigation-menu-button {
      font-size: 30px;
      padding-top: 2px; } }
  @media screen and (min-width: 1023px) {
    .navigation .navigation-menu-button {
      display: none; } }
.navigation .navigation-wrapper {
  position: relative;
  line-height: 26px; }
  .navigation .navigation-wrapper::after {
    clear: both;
    content: "";
    display: table; }
.navigation .logo {
  float: left;
  padding-right: 1em; }
  .navigation .logo img {
    height: 26px; }
    @media screen and (min-width: 767px) {
      .navigation .logo img {
        height: 32px; } }
    @media screen and (min-width: 1023px) {
      .navigation .logo img {
        height: 50px; } }
.navigation .logo-int {
  float: left;
  padding-right: 1em; }
  .navigation .logo-int img {
    height: 26px; }
    @media screen and (min-width: 767px) {
      .navigation .logo-int img {
        height: 32px;
        padding-top: 0; } }
    @media screen and (min-width: 1023px) {
      .navigation .logo-int img {
        margin-top: 10px; } }
    @media screen and (min-width: 1279px) {
      .navigation .logo-int img {
        height: 40px;
        margin-top: 6px; } }
.navigation nav {
  float: none; }
  @media screen and (min-width: 1023px) {
    .navigation nav {
      float: left;
      line-height: 50px;
      padding-top: 0.3em; }
      .navigation nav.int {
        float: right;
        padding-top: 0; } }
.navigation ul.navigation-menu {
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
  padding-top: 20px; }
  @media screen and (min-width: 1023px) {
    .navigation ul.navigation-menu {
      display: block;
      margin: 0;
      padding: 0; } }
  .navigation ul.navigation-menu.show {
    display: block; }
.navigation ul li.nav-link {
  display: block;
  text-align: right;
  width: 100%;
  line-height: 3em; }
  @media screen and (min-width: 1023px) {
    .navigation ul li.nav-link {
      background: transparent;
      display: inline;
      text-decoration: none;
      width: auto; } }
.navigation li.nav-link a {
  display: inline-block;
  color: #192022;
  text-transform: uppercase;
  font-size: 14px; }
  .navigation li.nav-link a:hover {
    color: #3aa8bf; }
  @media screen and (min-width: 1023px) {
    .navigation li.nav-link a {
      padding-right: 1em; } }
.navigation .hover-menu {
  overflow: visible;
  padding-right: 0; }
  .navigation .hover-menu .subitem {
    left: 0;
    position: relative; }
    .navigation .hover-menu .subitem::after {
      content: "›";
      padding-left: 0.5em; }
    @media screen and (min-width: 1023px) {
      .navigation .hover-menu .subitem::after {
        content: "";
        padding: 0; } }
  @media screen and (min-width: 1023px) {
    .navigation .hover-menu {
      position: relative;
      padding-bottom: 30px; } }
  .navigation .hover-menu .hover-menu-item {
    left: 0;
    position: relative; }
    .navigation .hover-menu .hover-menu-item::after {
      content: "›";
      padding-left: 0.5em; }
  .navigation .hover-menu .submenu {
    display: none;
    margin: 0;
    padding-left: 0;
    background: #fafafa; }
    @media screen and (min-width: 1023px) {
      .navigation .hover-menu .submenu {
        left: -20px;
        position: absolute;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        top: 46px;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        background: rgba(255, 255, 255, 0.95); } }
  .navigation .hover-menu .submenu li {
    display: block;
    padding-right: 10px; }
    @media screen and (min-width: 1023px) {
      .navigation .hover-menu .submenu li {
        padding-right: 0; } }
  .navigation .hover-menu .submenu li a {
    display: inline-block;
    text-align: right;
    width: 100%; }
    @media screen and (min-width: 1023px) {
      .navigation .hover-menu .submenu li a {
        text-align: left;
        width: 14em; } }
  .navigation .hover-menu .submenu .hover-menu {
    padding-bottom: 0; }
  @media screen and (min-width: 1023px) {
    .navigation .hover-menu .submenu .submenu {
      left: 12em;
      top: 0;
      margin-top: -10px;
      border-top: 1px solid #ddd; } }
  .navigation .hover-menu:focus > .submenu, .navigation .hover-menu:hover > .submenu {
    display: block; }
.navigation .blue {
  width: 160px;
  padding: 10px;
  margin-top: 4px;
  font-size: 12px;
  float: right;
  margin-left: 20px; }
  @media screen and (min-width: 1279px) {
    .navigation .blue {
      width: 200px;
      font-size: 14px; } }

/* -----------------------------------------------------------------
	CONTENT AREA ELEMENTS 
------------------------------------------------------------------*/
#content .text-grey {
  color: #5f6060 !important; }
#content .text-blue {
  color: #3aa8bf !important; }
#content .text-green {
  color: #96c93e !important; }
#content .text-dark {
  color: #192022 !important; }
#content .text-red {
  color: #bf3a4a !important; }
#content ul {
  padding-left: 0;
  padding-top: 10px;
  text-align: left; }
  #content ul li {
    list-style: none;
    padding-bottom: 10px;
    padding-left: 30px; }
    #content ul li:before {
      font-family: 'FontAwesome';
      content: '\f111';
      color: #3aa8bf;
      font-size: 8px;
      display: block;
      position: relative;
      max-width: 0;
      max-height: 0;
      left: -30px;
      top: 8px; }
#content ol {
  padding-left: 0;
  counter-reset: item;
  padding-top: 10px; }
  #content ol li {
    list-style: none;
    padding-bottom: 10px;
    padding-left: 30px; }
    #content ol li:before {
      content: counter(item) ". ";
      counter-increment: item;
      color: #3aa8bf;
      font-weight: 700;
      display: block;
      position: relative;
      max-width: 0;
      max-height: 0;
      left: -30px; }
#content .main {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px; }
  @media screen and (min-width: 1023px) {
    #content .main {
      width: 630px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1279px) {
    #content .main {
      width: 750px; } }
#content .sidebar {
  float: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px; }
  #content .sidebar .blue {
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 767px) {
      #content .sidebar .blue {
        float: left;
        width: 360px;
        margin-right: 30px; }
        #content .sidebar .blue:nth-child(even) {
          margin-right: 0; } }
    @media screen and (min-width: 1023px) {
      #content .sidebar .blue {
        width: 100%;
        margin-right: 0; } }
  #content .sidebar .cta {
    width: 100%;
    background: #f0f0f0;
    text-align: center;
    margin-bottom: 30px; }
    #content .sidebar .cta .green {
      font-size: 14px; }
    #content .sidebar .cta .contain {
      padding: 0 20px 30px 20px; }
    #content .sidebar .cta p {
      font-weight: 300; }
    #content .sidebar .cta h6 {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 700;
      color: #192022;
      margin-top: 30px; }
    #content .sidebar .cta img, #content .sidebar .cta iframe {
      margin: 0 auto;
      padding: 20px 20px 0 20px; }
  #content .sidebar .testimonials {
    display: inline-block;
    padding-top: 40px;
    border-top: 1px solid #ddd; }
    #content .sidebar .testimonials .flex-control-nav {
      text-align: left; }
      @media screen and (min-width: 767px) {
        #content .sidebar .testimonials .flex-control-nav {
          padding-left: 70px; } }
  #content .sidebar blockquote {
    font-size: 16px;
    margin-right: 0;
    margin-left: 0; }
    @media screen and (min-width: 767px) {
      #content .sidebar blockquote {
        padding-left: 30px;
        margin-left: 40px; } }
  @media screen and (min-width: 767px) {
    #content .sidebar {
      padding-top: 60px;
      margin-top: 20px;
      border-top: 1px solid #ddd; }
      #content .sidebar .cta {
        float: left;
        width: 360px;
        margin-right: 30px; }
        #content .sidebar .cta:nth-child(even) {
          margin-right: 0; }
        #content .sidebar .cta img, #content .sidebar .cta iframe {
          margin: 0;
          padding: 0; } }
  @media screen and (min-width: 1023px) {
    #content .sidebar {
      padding-top: 0;
      margin-top: 0;
      border-top: none;
      margin-left: 30px;
      width: 300px;
      padding-top: 60px; }
      #content .sidebar .cta {
        width: 100%;
        margin-right: 0; } }
  @media screen and (min-width: 1279px) {
    #content .sidebar {
      width: 360px; } }
#content .share {
  text-align: right;
  margin-bottom: 20px; }
  #content .share span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 10px; }
    @media screen and (min-width: 767px) {
      #content .share span {
        font-size: 14px; } }
    @media screen and (min-width: 1279px) {
      #content .share span {
        font-size: 16px; } }
#content .mobiquote {
  display: block;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-bottom: 100px; }
  @media screen and (min-width: 767px) {
    #content .mobiquote {
      padding-top: 60px; } }
  @media screen and (min-width: 1023px) {
    #content .mobiquote {
      display: none; } }
#content .blue-bar {
  width: 100%;
  text-align: center;
  background: #3aa8bf;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px; }
#content .sponsors {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px; }
  #content .sponsors img {
    display: inline-block;
    padding: 20px 10px;
    width: 48%; }
  @media screen and (min-width: 767px) {
    #content .sponsors {
      padding-top: 60px;
      padding-bottom: 60px; }
      #content .sponsors img {
        padding: 20px 40px;
        width: auto; } }
@media screen and (min-width: 767px) {
  #content .main .sponsors img {
    width: 48%; } }
#content .flexslider ul, #content .flexslider ol {
  padding: 0; }
  #content .flexslider ul li, #content .flexslider ol li {
    padding: 0; }
    #content .flexslider ul li:before, #content .flexslider ol li:before {
      content: none; }
#content form ul, #content form ol {
  padding: 0; }
  #content form ul li, #content form ol li {
    padding: 10px 15px;
    list-style: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
    #content form ul li:before, #content form ol li:before {
      content: none; }
#content .post {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd; }
  #content .post h3 {
    padding-bottom: 20px; }
  #content .post .readmore {
    text-transform: uppercase;
    font-size: 14px; }
  @media screen and (min-width: 767px) {
    #content .post img {
      width: 150px;
      padding-bottom: 60px; } }
#content .last {
  margin-right: 0; }
#content .visible {
  display: block !important; }
#content .hidden {
  display: none !important; }
#content .half {
  width: 100%; }
  @media screen and (min-width: 767px) {
    #content .half {
      width: 50%; } }
#content .contact {
  width: 100%;
  padding-bottom: 60px; }
  #content .contact p {
    text-align: center; }
  @media screen and (min-width: 767px) {
    #content .contact {
      width: 50%; }
      #content .contact .alignleft {
        margin-top: 0; }
      #content .contact p {
        text-align: left; } }

/* -----------------------------------------------------------------
	FOOTER ELEMENTS 
------------------------------------------------------------------*/
#footer {
  width: 100%;
  background: #192022;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 300; }
  #footer i {
    padding-right: 10px; }
    #footer i.social {
      padding-right: 0;
      padding-left: 10px;
      padding-top: 10px;
      font-size: 20px; }
  #footer a {
    color: #fff; }
    #footer a:hover {
      color: #96c93e; }
  #footer .left, #footer .right {
    width: 100%;
    text-align: center; }
    #footer .left img, #footer .right img {
      height: 24px;
      display: inline-block;
      padding-left: 10px;
      margin-top: -3px; }
  #footer .tabview {
    display: none; }
  #footer .mobiview {
    display: block;
    text-align: center; }
  @media screen and (min-width: 767px) {
    #footer .left {
      float: left;
      width: auto;
      text-align: left; }
    #footer .right {
      float: right;
      width: auto;
      text-align: right; }
      #footer .right img {
        height: 24px;
        float: right;
        display: inline-block;
        padding-left: 10px;
        margin-top: -3px; }
    #footer .tabview {
      display: inline-block; }
    #footer .mobiview {
      display: none; } }

/* -----------------------------------------------------------------
	IE FIXES
------------------------------------------------------------------*/
