/* Other SCSS Partials Are Linked Below Main CSS */
html, button, input, select, textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

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

img {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0;
  background: yellow;
  color: #000;
  padding: 0.2em .6em .3em .6em;
  text-align: center; }

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0; }

h2 {
  font-size: 1.5em;
  margin: 0; }

h3 {
  font-size: 1.17em;
  margin: 0; }

h4 {
  font-size: 1em;
  margin: 0; }

h5 {
  font-size: 0.83em;
  margin: 0; }

h6 {
  font-size: 0.67em;
  margin: 0; }

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

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0; }

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

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

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

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

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

/* Global Variables */
body {
  font: 15px/22px "Lato", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 300;
  color: #666;
  background: #ddd; }

body.menuOpen {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #dc862e; }

*, *:before, *:after {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

a:link, a:visited {
  color: #275891;
  text-decoration: none; }

a:hover, a:active {
  color: #204978;
  text-decoration: underline; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

#fadeIn {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out; }

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/ajax-loader.gif") no-repeat center center; }

#MobileNav {
  display: none;
  float: right; }

.mobileWrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

body.menuOpen .mobileWrap {
  right: 250px; }

.placeholder {
  color: #aaa !important; }

p.btn a {
  display: inline-block;
  color: #fff;
  margin: .8em 0 0 0;
  background: #eee;
  font-size: 1em;
  text-decoration: none !important;
  text-shadow: 1px 1px 2px #444;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

p.btn.sm a {
  padding: .2em .8em;
  font-size: .9em; }

p.btn.md a {
  padding: .3em .8em; }

p.btn.lg a {
  padding: .5em 1.2em; }

p.btn.style1 a {
  background: #275891; }

p.btn.style1 a:hover {
  background: #204978; }

p.btn.style2 a {
  background: #dc862e; }

p.btn.style2 a:hover {
  background: #c47829; }

#toTop {
  display: none; }
  #toTop a {
    position: fixed;
    right: 0;
    bottom: 5%;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
    padding: 5px 10px 5px 10px;
    z-index: 1000;
    background: url("../images/bg-to-top.png") repeat left top;
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
  #toTop a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 5px 30px 5px 10px; }

section.video img {
  width: 100%;
  height: auto; }

section.video a.video {
  position: relative;
  z-index: 1;
  display: block; }

span.play {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  opacity: .8;
  filter: alpha(opacity=80);
  background: url("../images/icon-play-video.png") no-repeat center center;
  background-size: 30% auto;
  -ms-behavior: url("backgroundsize.min.htc");
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

a:hover span.play {
  opacity: 1;
  filter: alpha(opacity=100);
  background-size: 30% auto;
  -ms-behavior: url("backgroundsize.min.htc"); }

/* --------------- STRUCTURE --------------- */
/* 12 columns */
.one.columns {
  width: 6.3829787234%; }

.one.columns.extend {
  width: 8.5106382979%; }

.two.columns {
  width: 14.8936170213%; }

.two.columns.extend {
  width: 17.0212765957%; }

.three.columns {
  width: 23.4042553191%; }

.three.columns.extend {
  width: 25.5319148936%; }

.four.columns {
  width: 31.914893617%; }

.four.columns.extend {
  width: 34.0425531915%; }

.five.columns {
  width: 40.4255319149%; }

.five.columns.extend {
  width: 42.5531914894%; }

.six.columns {
  width: 48.9361702128%; }

.six.columns.extend {
  width: 51.0638297872%; }

.seven.columns {
  width: 57.4468085106%; }

.seven.columns.extend {
  width: 59.5744680851%; }

.eight.columns {
  width: 65.9574468085%; }

.eight.columns.extend {
  width: 68.085106383%; }

.nine.columns {
  width: 74.4680851064%; }

.nine.columns.extend {
  width: 76.5957446809%; }

.ten.columns {
  width: 82.9787234043%; }

.ten.columns.extend {
  width: 85.1063829787%; }

.eleven.columns {
  width: 91.4893617021%; }

.eleven.columns.extend {
  width: 93.6170212766%; }

.twelve.columns {
  width: 100%; }

.columns {
  margin-right: 2.1276595745%; }

/* 11 columns */
.eleven .one.columns {
  width: 6.976744186%; }

.eleven .one.columns.extend {
  width: 9.3023255814%; }

.eleven .two.columns {
  width: 16.2790697674%; }

.eleven .two.columns.extend {
  width: 18.6046511628%; }

.eleven .three.columns {
  width: 25.5813953488%; }

.eleven .three.columns.extend {
  width: 27.9069767442%; }

.eleven .four.columns {
  width: 34.8837209302%; }

.eleven .four.columns.extend {
  width: 37.2093023256%; }

.eleven .five.columns {
  width: 44.1860465116%; }

.eleven .five.columns.extend {
  width: 46.511627907%; }

.eleven .six.columns {
  width: 53.488372093%; }

.eleven .six.columns.extend {
  width: 55.8139534884%; }

.eleven .seven.columns {
  width: 62.7906976744%; }

.eleven .seven.columns.extend {
  width: 65.1162790698%; }

.eleven .eight.columns {
  width: 72.0930232558%; }

.eleven .eight.columns.extend {
  width: 74.4186046512%; }

.eleven .nine.columns {
  width: 81.3953488372%; }

.eleven .nine.columns.extend {
  width: 83.7209302326%; }

.eleven .ten.columns {
  width: 90.6976744186%; }

.eleven .ten.columns.extend {
  width: 93.023255814%; }

.eleven .eleven.columns {
  width: 100%; }

.eleven .columns {
  margin-right: 2.3255813953%; }

/* 10 columns */
.ten .one.columns {
  width: 7.6923076923%; }

.ten .one.columns.extend {
  width: 10.2564102564%; }

.ten .two.columns {
  width: 17.9487179487%; }

.ten .two.columns.extend {
  width: 20.5128205128%; }

.ten .three.columns {
  width: 28.2051282051%; }

.ten .three.columns.extend {
  width: 30.7692307692%; }

.ten .four.columns {
  width: 38.4615384615%; }

.ten .four.columns.extend {
  width: 41.0256410256%; }

.ten .five.columns {
  width: 48.7179487179%; }

.ten .five.columns.extend {
  width: 51.2820512821%; }

.ten .six.columns {
  width: 58.9743589744%; }

.ten .six.columns.extend {
  width: 61.5384615385%; }

.ten .seven.columns {
  width: 69.2307692308%; }

.ten .seven.columns.extend {
  width: 71.7948717949%; }

.ten .eight.columns {
  width: 79.4871794872%; }

.ten .eight.columns.extend {
  width: 82.0512820513%; }

.ten .nine.columns {
  width: 89.7435897436%; }

.ten .nine.columns.extend {
  width: 92.3076923077%; }

.ten .ten.columns {
  width: 100%; }

.eleven .columns {
  margin-right: 2.5641025641%; }

/* 9 columns */
.nine .one.columns {
  width: 8.5714285714%; }

.nine .one.columns.extend {
  width: 11.4285714286%; }

.nine .two.columns {
  width: 20%; }

.nine .two.columns.extend {
  width: 22.8571428571%; }

.nine .three.columns {
  width: 31.4285714286%; }

.nine .three.columns.extend {
  width: 34.2857142857%; }

.nine .four.columns {
  width: 42.8571428571%; }

.nine .four.columns.extend {
  width: 45.7142857143%; }

.nine .five.columns {
  width: 54.2857142857%; }

.nine .five.columns.extend {
  width: 57.1428571429%; }

.nine .six.columns {
  width: 65.7142857143%; }

.nine .six.columns.extend {
  width: 68.5714285714%; }

.nine .seven.columns {
  width: 77.1428571429%; }

.nine .seven.columns.extend {
  width: 80%; }

.nine .eight.columns {
  width: 88.5714285714%; }

.nine .eight.columns.extend {
  width: 91.4285714286%; }

.nine .nine.columns {
  width: 100%; }

.nine .columns {
  margin-right: 2.8571428571%; }

/* 8 columns */
.eight .one.columns {
  width: 9.6774193548%; }

.eight .one.columns.extend {
  width: 12.9032258065%; }

.eight .two.columns {
  width: 22.5806451613%; }

.eight .two.columns.extend {
  width: 25.8064516129%; }

.eight .three.columns {
  width: 35.4838709677%; }

.eight .three.columns.extend {
  width: 38.7096774194%; }

.eight .four.columns {
  width: 48.3870967742%; }

.eight .four.columns.extend {
  width: 51.6129032258%; }

.eight .five.columns {
  width: 61.2903225806%; }

.eight .five.columns.extend {
  width: 64.5161290323%; }

.eight .six.columns {
  width: 74.1935483871%; }

.eight .six.columns.extend {
  width: 77.4193548387%; }

.eight .seven.columns {
  width: 87.0967741935%; }

.eight .seven.columns.extend {
  width: 90.3225806452%; }

.eight .eight.columns {
  width: 100%; }

.eight .columns {
  margin-right: 3.2258064516%; }

/* 7 columns */
.seven .one.columns {
  width: 11.1111111111%; }

.seven .one.columns.extend {
  width: 14.8148148148%; }

.seven .two.columns {
  width: 25.9259259259%; }

.seven .two.columns.extend {
  width: 29.6296296296%; }

.seven .three.columns {
  width: 40.7407407407%; }

.seven .three.columns.extend {
  width: 44.4444444444%; }

.seven .four.columns {
  width: 55.5555555556%; }

.seven .four.columns.extend {
  width: 59.2592592593%; }

.seven .five.columns {
  width: 70.3703703704%; }

.seven .five.columns.extend {
  width: 74.0740740741%; }

.seven .six.columns {
  width: 85.1851851852%; }

.seven .six.columns.extend {
  width: 88.8888888889%; }

.seven .seven.columns {
  width: 100%; }

.seven .columns {
  margin-right: 3.7037037037%; }

/* 6 columns */
.six .one.columns {
  width: 13.0434782609%; }

.six .one.columns.extend {
  width: 17.3913043478%; }

.six .two.columns {
  width: 30.4347826087%; }

.six .two.columns.extend {
  width: 34.7826086957%; }

.six .three.columns {
  width: 47.8260869565%; }

.six .three.columns.extend {
  width: 52.1739130435%; }

.six .four.columns {
  width: 65.2173913043%; }

.six .four.columns.extend {
  width: 69.5652173913%; }

.six .five.columns {
  width: 82.6086956522%; }

.six .five.columns.extend {
  width: 86.9565217391%; }

.six .six.columns {
  width: 100%; }

.six .columns {
  margin-right: 4.347826087%; }

/* 5 columns */
.five .one.columns {
  width: 15.7894736842%; }

.five .one.columns.extend {
  width: 21.0526315789%; }

.five .two.columns {
  width: 36.8421052632%; }

.five .two.columns.extend {
  width: 42.1052631579%; }

.five .three.columns {
  width: 57.8947368421%; }

.five .three.columns.extend {
  width: 63.1578947368%; }

.five .four.columns {
  width: 78.9473684211%; }

.five .four.columns.extend {
  width: 84.2105263158%; }

.five .five.columns {
  width: 100%; }

.five .five.columns.extend {
  width: 105.2631578947%; }

.five .six.columns {
  width: 121.0526315789%; }

.five .columns {
  margin-right: 5.2631578947%; }

/* 4 columns */
.four .one.columns {
  width: 20%; }

.four .one.columns.extend {
  width: 26.6666666667%; }

.four .two.columns {
  width: 46.6666666667%; }

.four .two.columns.extend {
  width: 53.3333333333%; }

.four .three.columns {
  width: 73.3333333333%; }

.four .three.columns.extend {
  width: 80%; }

.four .four.columns {
  width: 100%; }

.four .four.columns.extend {
  width: 106.6666666667%; }

.four .five.columns {
  width: 126.6666666667%; }

.four .five.columns.extend {
  width: 133.3333333333%; }

.four .six.columns {
  width: 153.3333333333%; }

.four .columns {
  margin-right: 6.6666666667%; }

/* 3 columns */
.three .one.columns {
  width: 27.2727272727%; }

.three .one.columns.extend {
  width: 36.3636363636%; }

.three .two.columns {
  width: 63.6363636364%; }

.three .two.columns.extend {
  width: 72.7272727273%; }

.three .three.columns {
  width: 100%; }

.three .three.columns.extend {
  width: 109.0909090909%; }

.three .four.columns {
  width: 136.3636363636%; }

.three .four.columns.extend {
  width: 145.4545454545%; }

.three .five.columns {
  width: 172.7272727273%; }

.three .five.columns.extend {
  width: 181.8181818182%; }

.three .six.columns {
  width: 209.0909090909%; }

.three .columns {
  margin-right: 9.0909090909%; }

/* 2 columns */
.two .one.columns {
  width: 42.8571428571%; }

.two .one.columns.extend {
  width: 57.1428571429%; }

.two .two.columns {
  width: 100%; }

.two .two.columns.extend {
  width: 114.2857142857%; }

.two .three.columns {
  width: 157.1428571429%; }

.two .three.columns.extend {
  width: 171.4285714286%; }

.two .four.columns {
  width: 214.2857142857%; }

.two .four.columns.extend {
  width: 228.5714285714%; }

.two .five.columns {
  width: 271.4285714286%; }

.two .five.columns.extend {
  width: 285.7142857143%; }

.two .six.columns {
  width: 328.5714285714%; }

.two .columns {
  margin-right: 14.2857142857%; }

.columns {
  float: left; }

.columns:last-child {
  margin-right: 0 !important;
  float: right; }

.columns.extend {
  margin-right: 0 !important; }

.wrap_100 {
  width: 100%;
  max-width: 1600px; }

.wrap_95 {
  width: 95%;
  max-width: 1500px; }

.wrap_90 {
  width: 90%;
  max-width: 1500px; }

.wrap_85 {
  width: 85%;
  max-width: 1500px; }

.tableWrapper {
  display: table;
  height: 100%;
  width: 100%; }

.tableCellWrapper {
  display: table-cell;
  vertical-align: middle;
  height: 100%; }

main h1 {
  font-size: 2.4em;
  line-height: 1.2em;
  margin: 0 0 .8em 0; }
main .content .topContent {
  margin-bottom: 1em; }
main .content h2 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 1.3em 0 .3em 0; }
main .content h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 1.3em 0 .4em 0; }
main .content h4 {
  font-size: 1.3em;
  line-height: 1em;
  font-weight: bold;
  margin: 1.6em 0 .5em 0; }
main .content p {
  margin: 0 0 1em 0; }
  main .content p a {
    font-style: italic; }
main .content p:last-child {
  margin: 0; }
main .content ul {
  padding: 0 0 0 20px;
  margin: 0 0 2em 0; }
main .content img {
  width: 100%;
  height: auto;
  max-width: 100%; }
main .content .img-left {
  width: 50%;
  height: auto;
  margin: 0 1.5em 1em 0; }
main .content .img-right {
  width: 50%;
  height: auto;
  margin: 0 0 1em 1.5em; }

.spacer {
  margin-right: 2.5% !important; }

.cycle-slideshow {
  z-index: 1; }

/* --------------- HOMEPAGE PROMOBOX --------------- */
.homePromoBox {
  position: relative; }
  .homePromoBox .cycle-slideshow {
    overflow: hidden;
    width: 100%;
    z-index: 1; }
    .homePromoBox .cycle-slideshow .cycle-slide {
      position: relative;
      width: 100%;
      height: auto;
      padding-bottom: 40%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      -ms-behavior: url("backgroundsize.min.htc"); }
      .homePromoBox .cycle-slideshow .cycle-slide h1 {
        position: absolute;
        bottom: 10%;
        left: 0;
        font-size: 1.6em;
        line-height: 1.4em;
        font-weight: 300; }
        .homePromoBox .cycle-slideshow .cycle-slide h1 a {
          color: #fff;
          text-decoration: none;
          display: inline-block;
          background: #275891;
          padding: .3em 2em .3em .8em;
          background-image: url("../images/icon-arrow-right-white.png");
          background-repeat: no-repeat;
          background-position: right .6em center;
          background-size: 12px 20px;
          -ms-behavior: url("backgroundsize.min.htc"); }

/* CYCLE-NAV */
.homePromoBox .cycle-nav {
  position: absolute;
  bottom: 0;
  right: 7.5%;
  width: auto;
  z-index: 10;
  text-indent: -9999px; }
  .homePromoBox .cycle-nav span {
    display: block;
    float: right;
    height: 40px;
    width: 40px;
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; }
  .homePromoBox .cycle-nav span:hover {
    background-color: #777;
    background-color: rgba(0, 0, 0, 0.7); }
  .homePromoBox .cycle-nav span#cycle-next {
    background-image: url("../images/arrow-right.png"); }
  .homePromoBox .cycle-nav span#cycle-prev {
    background-image: url("../images/arrow-left.png"); }

/* Masonry settings */
.grid-sizer {
  width: 31.914893617021%; }

.gutter-sizer {
  width: 2.127659574468%; }

.masonry {
  width: 31.914893617021%; }

#masonry {
  margin: 2em 0; }
  #masonry .masonry {
    position: relative;
    margin-bottom: 1em;
    background: #f2f2f2;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    #masonry .masonry .photo {
      padding-bottom: 60%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      -ms-behavior: url("backgroundsize.min.htc"); }
    #masonry .masonry h2 a {
      display: block;
      padding: .4em .7em;
      color: #fff;
      text-decoration: none !important;
      font-size: 1em;
      line-height: 1.3em;
      background-color: #275891; }
      #masonry .masonry h2 a i {
        margin-left: .2em;
        color: rgba(255, 255, 255, 0.75);
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out; }
    #masonry .masonry p {
      padding: 1em;
      border: 1px solid #ededed; }
      #masonry .masonry p a.link {
        display: inline-block;
        font-size: .8em;
        color: #dc862e;
        font-weight: 700;
        margin-left: .1em; }
  #masonry .masonry.ad:after {
    content: "AD";
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 1;
    color: #fff;
    font-weight: 500;
    padding: .2em .5em;
    background: #dc862e; }
  #masonry .masonry.calendar .header {
    background: #275891;
    padding: .2em .4em; }
    #masonry .masonry.calendar .header h5 {
      float: left;
      color: #fff;
      font-size: .8em;
      line-height: 1.4em;
      text-transform: uppercase;
      margin: .3em 0 0 0 !important; }
    #masonry .masonry.calendar .header ul {
      float: right; }
      #masonry .masonry.calendar .header ul li {
        float: right;
        list-style: none;
        color: #fff;
        margin: 0 .3em;
        font-size: 1.3em; }
  #masonry .masonry.calendar .inner {
    border: 1px solid #ededed;
    padding: .6em; }
    #masonry .masonry.calendar .inner table {
      width: 100%; }
      #masonry .masonry.calendar .inner table th {
        color: #275891; }
      #masonry .masonry.calendar .inner table td {
        font-size: .9em;
        width: 14.28571428571429%;
        text-align: center;
        padding: .3em .2em; }
      #masonry .masonry.calendar .inner table td.active {
        color: #fff;
        font-weight: 700;
        background: #bbb; }
  #masonry .masonry:hover {
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2); }
    #masonry .masonry:hover h2:hover i {
      margin-left: .4em;
      color: white; }

/* --------------- HEADER --------------- */
header {
  position: fixed;
  /*top: 2em;*/
  z-index: 10;
  width: 19%;
  height: 100%;
  padding: 1em;
  background: #fff; }
  header .logo {
    width: 100%;
    height: auto; }
    header .logo img {
      width: 100%;
      height: auto; }
  header nav.standard ul.sf-menu {
    margin-top: 2em; }
    header nav.standard ul.sf-menu li {
      font-size: 1em;
      font-weight: 700;
      width: 100%;
      border-bottom: 1px dotted #ccc; }
      header nav.standard ul.sf-menu li a {
        display: block;
        padding: .4em 1.6em .4em 1em;
        color: #555;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none; }
      header nav.standard ul.sf-menu li a:hover {
        color: #fff; }
    header nav.standard ul.sf-menu li.active a {
      color: #fff !important;
      text-decoration: none !important;
      background-image: url("../images/bg-nav.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center left;
      -ms-behavior: url("backgroundsize.min.htc"); }
  header .subNav {
    padding: 0em .8em; }
    header .subNav ul.links {
      vertical-align: middle; }
      header .subNav ul.links li {
        list-style: none; }
        header .subNav ul.links li a {
          color: #777;
          font-size: .9em;
          line-height: 1.3em; }
    header .subNav form.search {
      position: relative;
      margin-top: 1em;
      border: 1px solid #ccc;
      background: #fff;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px; }
      header .subNav form.search input[type="text"] {
        display: inline-block;
        width: 100%;
        border: none;
        padding: .4em 35px .4em 1em;
        background: none;
        color: #555;
        outline: none !important;
        background-image: url("../images/icon-searchbar.png");
        background-position: right 10px center;
        background-repeat: no-repeat;
        background-size: 18px auto;
        -ms-behavior: url("backgroundsize.min.htc"); }
      header .subNav form.search input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
        height: 100%;
        border: none !important;
        background: none !important; }

nav.mobile {
  display: none; }

/* --------------- MAIN --------------- */
main.content {
  padding-left: 20%;
  position: relative;
  z-index: 9;
  margin: 0 0 4em 0; }
  main.content ul.social {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; }
    main.content ul.social li {
      float: left;
      list-style: none;
      height: 30px;
      width: 30px; }
      main.content ul.social li a {
        display: block;
        text-indent: -9999px;
        width: 100%;
        height: 100%;
        background-color: #eee;
        background-repeat: no-repeat;
        background-position: center center; }
    main.content ul.social li.Twitter a {
      background-color: #35baec;
      background-image: url("../images/twitter.png");
      background-size: auto 50%;
      background-position: center center;
      -ms-behavior: url("backgroundsize.min.htc"); }
    main.content ul.social li.Facebook a {
      background-color: #314b89;
      background-image: url("../images/facebook.png");
      background-size: auto 50%;
      background-position: center center;
      -ms-behavior: url("backgroundsize.min.htc"); }
    main.content ul.social li.Youtube a {
      background-color: #ce332d;
      background-image: url("../images/youtube.png");
      background-size: auto 60%;
      background-position: center center;
      -ms-behavior: url("backgroundsize.min.htc"); }
    main.content ul.social li.vimeo a {
      background-color: #16a2d3;
      background-image: url("../images/vimeo.png");
      background-size: auto 50%;
      -ms-behavior: url("backgroundsize.min.htc"); }
    main.content ul.social li.instagram a {
      background-color: #517fa4;
      background-image: url("../images/instagram.png");
      background-size: auto 50%;
      background-position: center center;
      -ms-behavior: url("backgroundsize.min.htc"); }
    main.content ul.social li.flickr a {
      background-color: #ff0084;
      background-image: url("../images/flickr.png");
      background-size: 50% auto;
      background-position: center center;
      -ms-behavior: url("backgroundsize.min.htc"); }
    main.content ul.social li.linkedin a {
      background-color: #0275b6;
      background-image: url("../images/linkedin.png");
      background-size: auto 50%;
      background-position: center center;
      -ms-behavior: url("backgroundsize.min.htc"); }
    main.content ul.social li.pinterest a {
      background-color: #cb2027;
      background-image: url("../images/pinterest.png");
      background-size: auto 50%;
      background-position: center center;
      -ms-behavior: url("backgroundsize.min.htc"); }
    main.content ul.social li.google a {
      background-color: #d13f2d;
      background-image: url("../images/google.png");
      background-size: auto 50%;
      background-position: center center;
      -ms-behavior: url("backgroundsize.min.htc"); }
    main.content ul.social li.rss a {
      background-color: #f88b02;
      background-image: url("../images/rss.png");
      background-size: auto 50%;
      background-position: center center;
      -ms-behavior: url("backgroundsize.min.htc"); }
    main.content ul.social li.wordpress a {
      background-color: #72858c;
      background-image: url("../images/wordpress.png");
      background-size: auto 50%;
      background-position: center center;
      -ms-behavior: url("backgroundsize.min.htc"); }
  main.content p a.linkIconpdf {
    /*font-weight: bold;
    font-size: 1.1em;
    padding-right: 22px;
    background: url("../images/icon-pdf.jpg") no-repeat right center; */}
  main.content .mainContent ul {
    padding: 0 0 0 20px;
    margin: 0 0 1.5em 0; }
    main.content .mainContent ul li {
      /*list-style: none;*/
      /* padding-left: 14px; */
      margin-bottom: .4em;
      /*background-image: url('../images/icon-list-item.png');*/
      background-repeat: no-repeat;
      background-size: 6px 10px;
      background-position: left .5em;
      -ms-behavior: url("backgroundsize.min.htc"); }
      main.content .mainContent ul li ul {
        padding: 0 0 0 24px;
        margin: 0; }
    main.content .mainContent ul li.noArrow {
      background: none !important; }
  main.content .mainContent table {
    margin: 2em 0 1.5em 0; }
    main.content .mainContent table tr:nth-child(odd) {
      background: #eee; }
    main.content .mainContent table tr:first-child {
      text-transform: uppercase;
      font-size: .8em;
      line-height: 1.3em;
      border-bottom: 1px dashed #aaa;
      background: none !important; }
    main.content .mainContent table td {
      padding: .6em .8em; }
  main.content .mainContent table.responsive {
    margin-top: 1.5em; }
    main.content .mainContent table.responsive td {
      text-transform: none !important;
      font-size: 1.2em !important;
      line-height: 1.5em !important;
      vertical-align: top;
      padding: 0 1em 1em 0; }
      main.content .mainContent table.responsive td h4 {
        color: #275891;
        font-size: 1.1em;
        line-height: 1.3em;
        margin: 0 0 .2em 0; }
    main.content .mainContent table.responsive tr {
      border: none; }

/* benefits */
.benefitsWrap {
  margin-top: 5%; }
  .benefitsWrap h4 {
    font-size: 1.1em !important;
    padding: 0 0 .5em 0 !important;
    margin: 0 !important;
    border-bottom: 6px solid #dc862e; }
  .benefitsWrap .benefitsDropdown {
    position: relative;
    z-index: 10; }
  .benefitsWrap #benefitsSelect {
    display: none; }
  .benefitsWrap #benefits-tab-wrapper {
    float: left;
    width: 30%;
    padding-bottom: 30%;
    overflow: hidden;
    background: #f0f0f0;
    /* Old browsers */
    background: -moz-linear-gradient(15deg, #ffffff 0%, #f0f0f0 35%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ffffff), color-stop(35%, #f0f0f0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(15deg, #ffffff 0%, #f0f0f0 35%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(15deg, #ffffff 0%, #f0f0f0 35%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(15deg, #ffffff 0%, #f0f0f0 35%);
    /* IE10+ */
    background: linear-gradient(15deg, #ffffff 0%, #f0f0f0 35%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    -moz-box-shadow: inset -4px 4px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset -4px 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset -4px 4px 10px 0 rgba(0, 0, 0, 0.1); }
    .benefitsWrap #benefits-tab-wrapper .messageBox {
      padding: 2em 1.5em 10em 1em; }
      .benefitsWrap #benefits-tab-wrapper .messageBox h5 {
        color: #444;
        display: inline-block;
        padding: 22px 45px 0 0;
        font-size: 1.2em;
        margin: 0 0 .3em 0;
        background-image: url("../images/icon-messagebox.png");
        background-repeat: no-repeat;
        background-size: 38px 39px;
        background-position: right center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      .benefitsWrap #benefits-tab-wrapper .messageBox p {
        font-size: .9em;
        line-height: 1.4em; }
    .benefitsWrap #benefits-tab-wrapper #benefits-tab a {
      position: relative;
      z-index: 2;
      display: block;
      color: #666;
      font-size: .9em;
      line-height: 1.4em;
      text-decoration: none;
      padding: .5em .4em;
      border-bottom: 1px dashed #bbb;
      /*background-image: url('../images/icon-list-item.png');
      background-repeat: no-repeat;
      background-size: 6px 10px;
      background-position: .4em .8em;
      -ms-behavior: url('backgroundsize.min.htc');*/ }
    .benefitsWrap #benefits-tab-wrapper #benefits-tab a.cycle-pager-active {
      background-color: #fff;
      color: #275891 !important;
      font-weight: 700 !important;
      -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1); }
    .benefitsWrap #benefits-tab-wrapper #benefits-tab a:first-child {
      border-top: none !important; }

.cycle-slideshow.benefits {
  position: relative;
  z-index: 1;
  float: right;
  width: 70%;
  background: url("../images/circle-shadow.jpg") no-repeat left center;
  background-size: contain;
  -ms-behavior: url("backgroundsize.min.htc"); }
  .cycle-slideshow.benefits .cycle-slide {
    padding: 10px 0 0 1em;
    /* Tabs inside of tabs */ }
    .cycle-slideshow.benefits .cycle-slide h4.header {
      display: none; }
    .cycle-slideshow.benefits .cycle-slide .tabbed-panels-standard {
      position: relative; }
      .cycle-slideshow.benefits .cycle-slide .tabbed-panels-standard .tabs-standard {
        position: absolute;
        top: -50px;
        left: 0;
        z-index: 10;
        margin: 0; }
        .cycle-slideshow.benefits .cycle-slide .tabbed-panels-standard .tabs-standard a {
          color: #fff;
          font-size: .9em;
          line-height: 34px;
          padding: 0 .8em;
          margin-right: 5px;
          font-weight: bold;
          outline: none;
          background: #b3b3b3;
          -webkit-border-top-left-radius: 4px;
          -webkit-border-top-right-radius: 4px;
          -moz-border-radius-topleft: 4px;
          -moz-border-radius-topright: 4px;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px; }
        .cycle-slideshow.benefits .cycle-slide .tabbed-panels-standard .tabs-standard a.cycle-pager-active {
          background: #dc862e; }
      .cycle-slideshow.benefits .cycle-slide .tabbed-panels-standard .cycle-slide {
        width: 100%;
        background: none; }
        .cycle-slideshow.benefits .cycle-slide .tabbed-panels-standard .cycle-slide .planDocuments {
          margin: 0;
          padding: 0; }
          .cycle-slideshow.benefits .cycle-slide .tabbed-panels-standard .cycle-slide .planDocuments li {
            background-position: 8px center; }
            .cycle-slideshow.benefits .cycle-slide .tabbed-panels-standard .cycle-slide .planDocuments li a {
              display: block;
              padding: .3em .6em; }
          .cycle-slideshow.benefits .cycle-slide .tabbed-panels-standard .cycle-slide .planDocuments li:nth-child(odd) {
            background-color: #eee; }
    .cycle-slideshow.benefits .cycle-slide table {
      margin: 0 !important; }
      .cycle-slideshow.benefits .cycle-slide table tr {
        text-transform: none !important;
        font-size: .9em !important;
        line-height: 1.4em !important;
        background: #fff !important;
        border-bottom: 1px solid #ccc !important; }
      .cycle-slideshow.benefits .cycle-slide table td {
        width: 33.33333%;
        vertical-align: top; }
      .cycle-slideshow.benefits .cycle-slide table td:first-child {
        border-right: 1px dotted #aaa; }
      .cycle-slideshow.benefits .cycle-slide table tr table {
        width: 100%; }
      .cycle-slideshow.benefits .cycle-slide table tr tr {
        border-bottom: none !important; }
      .cycle-slideshow.benefits .cycle-slide table tr tr td {
        padding: 0 0 .8em .8em !important;
        width: 50% !important; }
      .cycle-slideshow.benefits .cycle-slide table tr tr td:first-child {
        border-right: none !important;
        padding-left: 0 !important; }
    .cycle-slideshow.benefits .cycle-slide .tooltip {
      position: relative;
      opacity:1;
     }
      .cycle-slideshow.benefits .cycle-slide .tooltip img {
        width: 22px;
        height: 22px;
        margin-top: .4em;
        cursor: pointer;
        opacity: .7;
        filter: alpha(opacity=70);
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out; }
      .cycle-slideshow.benefits .cycle-slide .tooltip img:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
      .cycle-slideshow.benefits .cycle-slide .tooltip div.box {
        display: none;
        padding: 2em 1em 1em 1em;
        position: absolute;
        left: -22px;
        top: 115%;
        z-index: 10;
        width: 150px;
        background-image: url("../images/bg-tooltip.png");
        background-position: -210px top;
        background-repeat: no-repeat;
        background-size: 589px 390px;
        -ms-behavior: url("backgroundsize.min.htc"); }
        .cycle-slideshow.benefits .cycle-slide .tooltip div.box h6 {
          font-size: 1em !important;
          font-weight: 700;
          color: #fff !important;
          margin-bottom: .2em; }
        .cycle-slideshow.benefits .cycle-slide .tooltip div.box p {
          font-size: .9em;
          line-height: 1.3em;
          color: #fff; }

/* ---------- ASIDE SIDEBAR ---------- */
aside.sidebar h4 {
  font-size: 1.1em;
  margin-bottom: .4em; }
aside.sidebar form.search {
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  aside.sidebar form.search input[type="text"] {
    display: inline-block;
    border: none;
    padding: .5em 35px .5em 1em;
    background: none;
    width: 100%;
    color: #555;
    outline: none !important;
    background-image: url("../images/icon-searchbar.png");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    -ms-behavior: url("backgroundsize.min.htc"); }
  aside.sidebar form.search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 100%;
    border: none !important;
    background: none !important; }
aside.sidebar section {
  margin-top: 2em; }
aside.sidebar .sideLinks {
  position: relative; }
  aside.sidebar .sideLinks ul {
    border-top: 1px dashed #bbb; }
    aside.sidebar .sideLinks ul li {
      list-style: none;
      padding-left: 14px;
      font-size: 1em;
      line-height: 1.3em;
      border-bottom: 1px dashed #bbb;
      background-image: url("../images/icon-list-item-gray.png");
      background-repeat: no-repeat;
      background-size: 6px 10px;
      background-position: .4em .6em;
      -ms-behavior: url("backgroundsize.min.htc"); }
      aside.sidebar .sideLinks ul li a {
        display: block;
        padding: .4em .5em; }
aside.sidebar .didYouKnow {
  padding: 32% 1.4em 1.4em 1.4em;
  text-align: center;
  background: #ffe57d;
  background-image: url("../images/bg-did-you-know.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  -ms-behavior: url("backgroundsize.min.htc");
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em; }
  aside.sidebar .didYouKnow h4 {
    font-size: 1.6em;
    line-height: 1.3em;
    margin: 0 0 .3em 0;
    color: #444; }
  aside.sidebar .didYouKnow p {
    font-size: 1em;
    color: #444; }
aside.sidebar .didYouKnow.alt {
  background-image: none !important;
  padding: 1.4em !important; }
aside.sidebar .news .inner {
  background: #eee; }
  aside.sidebar .news .inner ul li {
    padding: 0 0 0 20px;
    margin: 0 .8em;
    border-bottom: 1px dashed #aaa;
    list-style: none;
    font-size: 1em;
    line-height: 1.3em;
    padding-left: 12px;
    background-image: url("../images/icon-list-item-gray.png");
    background-repeat: no-repeat;
    background-size: 6px 10px;
    background-position: 0 1.1em;
    -ms-behavior: url("backgroundsize.min.htc"); }
    aside.sidebar .news .inner ul li a {
      display: block;
      padding: .8em 0; }
  aside.sidebar .news .inner ul li:last-child {
    border-bottom: none; }
aside.sidebar .video img {
  margin-bottom: .8em; }
aside.sidebar .video h5 {
  font-size: 1.1em;
  color: #275891;
  margin-bottom: .2em; }
aside.sidebar .video p {
  line-height: 1.4em; }
  aside.sidebar .video p a.link {
    font-size: .8em; }

.subpageHeadline {
  position: relative;
  margin: 0 0 3em -1.25%;
  padding-left: 1.25%;
  background: url("../images/bg-footer.jpg") repeat left top; }
  .subpageHeadline .wrap_85 {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    -ms-behavior: url("backgroundsize.min.htc"); }
  .subpageHeadline h1 {
    color: #275891;
    font-size: 3.2em;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0;
    padding: 2em 0 .3em 0; }
  .subpageHeadline .subNav {
    position: absolute;
    right: 7.5%;
    top: 0;
    z-index: 10;
    background: #275891; }
    .subpageHeadline .subNav ul.links {
      display: table-cell;
      vertical-align: middle;
      padding: 0em .8em; }
      .subpageHeadline .subNav ul.links li {
        display: inline-block;
        list-style: none;
        color: #fff;
        padding: 0 .2em; }
        .subpageHeadline .subNav ul.links li a {
          color: #fff;
          font-family: Helvetica, Arial, Geneva, sans-serif;
          font-size: .9em;
          line-height: 1.3em; }
    .subpageHeadline .subNav ul.social {
      display: table-cell;
      vertical-align: middle; }
      .subpageHeadline .subNav ul.social li {
        float: left;
        list-style: none;
        height: 30px;
        width: 30px; }
        .subpageHeadline .subNav ul.social li a {
          display: block;
          text-indent: -9999px;
          width: 100%;
          height: 100%;
          background-color: #eee;
          background-repeat: no-repeat;
          background-position: center center; }
      .subpageHeadline .subNav ul.social li.Twitter a {
        background-color: #35baec;
        background-image: url("../images/twitter.png");
        background-size: auto 50%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      .subpageHeadline .subNav ul.social li.Facebook a {
        background-color: #314b89;
        background-image: url("../images/facebook.png");
        background-size: auto 50%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      .subpageHeadline .subNav ul.social li.Youtube a {
        background-color: #ce332d;
        background-image: url("../images/youtube.png");
        background-size: auto 60%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      .subpageHeadline .subNav ul.social li.vimeo a {
        background-color: #16a2d3;
        background-image: url("../images/vimeo.png");
        background-size: auto 50%;
        -ms-behavior: url("backgroundsize.min.htc"); }
      .subpageHeadline .subNav ul.social li.instagram a {
        background-color: #517fa4;
        background-image: url("../images/instagram.png");
        background-size: auto 50%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      .subpageHeadline .subNav ul.social li.flickr a {
        background-color: #ff0084;
        background-image: url("../images/flickr.png");
        background-size: 50% auto;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      .subpageHeadline .subNav ul.social li.linkedin a {
        background-color: #0275b6;
        background-image: url("../images/linkedin.png");
        background-size: auto 50%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      .subpageHeadline .subNav ul.social li.pinterest a {
        background-color: #cb2027;
        background-image: url("../images/pinterest.png");
        background-size: auto 50%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      .subpageHeadline .subNav ul.social li.google a {
        background-color: #d13f2d;
        background-image: url("../images/google.png");
        background-size: auto 50%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      .subpageHeadline .subNav ul.social li.rss a {
        background-color: #f88b02;
        background-image: url("../images/rss.png");
        background-size: auto 50%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      .subpageHeadline .subNav ul.social li.wordpress a {
        background-color: #72858c;
        background-image: url("../images/wordpress.png");
        background-size: auto 50%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
    .subpageHeadline .subNav form.search {
      position: absolute;
      right: 0;
      top: 135%;
      border: 1px solid #ccc;
      background: #fff;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px; }
      .subpageHeadline .subNav form.search input[type="text"] {
        display: inline-block;
        border: none;
        padding: .5em 35px .5em 1em;
        background: none;
        color: #555;
        outline: none !important;
        background-image: url("../images/icon-searchbar.png");
        background-position: right 10px center;
        background-repeat: no-repeat;
        background-size: 18px auto;
        -ms-behavior: url("backgroundsize.min.htc"); }
      .subpageHeadline .subNav form.search input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
        height: 100%;
        border: none !important;
        background: none !important; }
  .subpageHeadline .cycle-slideshow {
    z-index: 1; }
    .subpageHeadline .cycle-slideshow .cycle-slide {
      width: 100%;
      height: auto;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      -ms-behavior: url("backgroundsize.min.htc"); }
      .subpageHeadline .cycle-slideshow .cycle-slide div.mobileImg {
        display: none; }
      .subpageHeadline .cycle-slideshow .cycle-slide .inner {
        position: relative;
        width: 30%;
        height: 400px;
        padding: 1.5em 1.5em 1.5em 1.5em; }
        .subpageHeadline .cycle-slideshow .cycle-slide .inner * {
          position: relative;
          z-index: 2; }
        .subpageHeadline .cycle-slideshow .cycle-slide .inner .bg {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          width: 100%;
          height: 100%;
          background: #275891;
          opacity: .9;
          filter: alpha(opacity=90); }
        .subpageHeadline .cycle-slideshow .cycle-slide .inner h1 {
          font-size: 2.2em;
          line-height: 1.4em;
          font-weight: 300;
          margin-bottom: .5em;
          color: #fff; }
        .subpageHeadline .cycle-slideshow .cycle-slide .inner p {
          color: #fff;
          font-weight: 300;
          line-height: 1.7em; }
        .subpageHeadline .cycle-slideshow .cycle-slide .inner p.link {
          margin-top: 2em; }
          .subpageHeadline .cycle-slideshow .cycle-slide .inner p.link a {
            display: inline-block;
            padding: .6em 1.5em;
            font-size: .9em;
            line-height: 1.4em;
            font-weight: 400;
            text-decoration: none !important;
            color: #fff;
            text-transform: uppercase;
            border: 1px solid #fff;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px; }
            .subpageHeadline .cycle-slideshow .cycle-slide .inner p.link a i {
              margin-left: .5em;
              margin-right: -.4em; }
          .subpageHeadline .cycle-slideshow .cycle-slide .inner p.link a:hover {
            color: #275891;
            background: #fff; }

ul.breadcrumb {
  margin: 0 0 .5em 0 !important;
  padding: 0 !important; }
  ul.breadcrumb li {
    float: left;
    list-style: none;
    color: #aaa;
    font-weight: 300; }
    ul.breadcrumb li span.divider {
      margin: 0 4px; }
    ul.breadcrumb li a {
      font-weight: 400; }

/* --------------- FOOTER --------------- */
footer {
  padding: 2em 0 2em 18.5%;
  background: url("../images/bg-footer.jpg") repeat left top; }
  footer .inner {
    padding-left: 2%; }
    footer .inner h5 {
      color: #555;
      font-size: 1.2em;
	  font-weight:700;
      margin-bottom: 1.2em;
      padding-bottom: .8em;
      border-bottom: 1px dotted #aaa; }
    footer .inner .contact img.logo {
      width: 80%;
      height: auto;
      margin-bottom: 1.5em; }
    footer .inner .contact p {
      font-family: Helvetica, Arial, Geneva, sans-serif;
      font-weight: 300; }
      footer .inner .contact p i {
        color: #aaa;
        font-size: .9em;
        margin-right: .5em; }
    footer .inner .news li {
      list-style: none;
      margin-bottom: 1em; }
      footer .inner .news li h4 {
        font-size: 1.2em;
        line-height: 1.4em;
        font-weight: 700;
        margin-bottom: .4em; }
        footer .inner .news li h4 a {
          color: #275891; }
      footer .inner .news li p {
        font-family: Helvetica, Arial, Geneva, sans-serif;
        font-weight: 300; }
        footer .inner .news li p a.link {
          text-transform: uppercase;
          display: inline-block;
          font-size: .8em; }

/* ------- Tabs Social ------*/
.tabbed-panels-social {
  position: relative;
  z-index: 1; }
  .tabbed-panels-social .tabs-social {
    overflow: hidden; }
    .tabbed-panels-social .tabs-social a {
      display: block;
      float: left;
      text-decoration: none !important; }
      .tabbed-panels-social .tabs-social a i {
        display: block;
        padding: .4em;
        width: 35px;
        font-size: 1.3em;
        color: #fff;
        text-align: center; }
      .tabbed-panels-social .tabs-social a i.fa-twitter {
        background: #35baec; }
      .tabbed-panels-social .tabs-social a i.fa-facebook {
        background: #314b89; }
      .tabbed-panels-social .tabs-social a i.fa-linkedin {
        background: #0275b6; }
      .tabbed-panels-social .tabs-social a i.fa-youtube {
        background: #ce332d; }
      .tabbed-panels-social .tabs-social a i.fa-vimeo-square {
        background: #16a2d3; }
      .tabbed-panels-social .tabs-social a i.fa-instagram {
        background: #517fa4; }
      .tabbed-panels-social .tabs-social a i.fa-flickr {
        background: #ff0084; }
      .tabbed-panels-social .tabs-social a i.fa-pinterest {
        background: #cb2027; }
      .tabbed-panels-social .tabs-social a i.fa-google-plus {
        background: #d13f2d; }
      .tabbed-panels-social .tabs-social a i.fa-rss {
        background: #f88b02; }
    .tabbed-panels-social .tabs-social a.cycle-pager-active i.fa-twitter {
      color: #35baec; }
    .tabbed-panels-social .tabs-social a.cycle-pager-active i.fa-facebook {
      color: #314b89; }
    .tabbed-panels-social .tabs-social a.cycle-pager-active i.fa-linkedin {
      color: #0275b6; }
    .tabbed-panels-social .tabs-social a.cycle-pager-active i.fa-youtube {
      color: #ce332d; }
    .tabbed-panels-social .tabs-social a.cycle-pager-active i.fa-vimeo-square {
      color: #16a2d3; }
    .tabbed-panels-social .tabs-social a.cycle-pager-active i.fa-instagram {
      color: #517fa4; }
    .tabbed-panels-social .tabs-social a.cycle-pager-active i.fa-flickr {
      color: #ff0084; }
    .tabbed-panels-social .tabs-social a.cycle-pager-active i.fa-pinterest {
      color: #cb2027; }
    .tabbed-panels-social .tabs-social a.cycle-pager-active i.fa-google-plus {
      color: #d13f2d; }
    .tabbed-panels-social .tabs-social a.cycle-pager-active i.fa-rss {
      color: #f88b03; }
    .tabbed-panels-social .tabs-social a.cycle-pager-active i {
      background: #fff; }
  .tabbed-panels-social .cycle-slideshow {
    background: #fff; }
    .tabbed-panels-social .cycle-slideshow .cycle-slide {
      width: 100%;
      min-height: 350px; }

/* --------------- LEGAL TEXT --------------- */
.legalBottom {
  text-align: center;
  padding: 10px 1em; }
  .legalBottom .inner {
    padding-left: 20%; }
    .legalBottom .inner p {
      font-size: .8em;
      line-height: 1.3em;
      font-family: Helvetica, Arial, Geneva, sans-serif;
      color: #888; }
    .legalBottom .inner p span {
      display: inline-block; }
    .legalBottom .inner p a:link, .legalBottom .inner p a:visited {
      color: inherit;
      text-decoration: none; }
    .legalBottom .inner p a:hover, .legalBottom .inner p a:active {
      color: #f37b1f;
      text-decoration: none; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
#owl-carousel-wrapper {
  position: relative;
  padding-left: 7.5%;
  margin-top: 3em;
  overflow: hidden; }

/* 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-carousel .owl-item .picture {
    padding-bottom: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -ms-behavior: url("backgroundsize.min.htc"); }
  .owl-carousel .owl-item .inner {
    padding: 1.3em 1.3em 2.5em 0;
    -webkit-font-smoothing: antialiased; }
    .owl-carousel .owl-item .inner h3 {
      color: #aaa;
      text-transform: uppercase;
      font-weight: 500;
      font-size: .9em;
      margin-bottom: .3em; }
    .owl-carousel .owl-item .inner h2 {
      font-size: 1.5em;
      line-height: 1.3em;
      margin: 0 0 .5em 0; }
      .owl-carousel .owl-item .inner h2 a {
        color: #444;
        text-decoration: none; }

.owl-carousel .owl-item.active.border {
  border-bottom: 8px solid #dc862e; }

.owl-pagination {
  display: none; }

.owl-controls .owl-buttons {
  position: absolute;
  right: 100%;
  top: 0; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  display: block;
  float: right;
  height: 35px;
  width: 35px;
  text-indent: -9999px;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; }

.owl-controls .owl-buttons div:hover {
  background-color: #777;
  background-color: rgba(0, 0, 0, 0.7); }

.owl-controls .owl-buttons div.owl-next {
  background-image: url("../images/arrow-right.png");
  margin-top: .3em; }

.owl-controls .owl-buttons div.owl-prev {
  background-image: url("../images/arrow-left.png"); }

.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); }

/* ------- Tabs Standard ------*/
.tabbed-panels-standard .tabs-standard {
  margin-top: 1.8em; }

.tabbed-panels-standard .tabs-standard a {
  display: inline-block;
  padding: .4em 1em;
  background: #ccc;
  text-decoration: none; }

.tabbed-panels-standard .tabs-standard a.cycle-pager-active {
  background: #eee;
  color: #333; }

.tabbed-panels-standard .cycle-slide {
  padding: 1em;
  background: #eee; }

/* ------- Toggle ------*/
.toggleWrapper {
  margin-top: 2em; }

.toggle {
  padding: .7em 0;
  border-top: 1px dashed #aaa; }

.toggle:last-child {
  border-bottom: 1px dashed #aaa; }

.toggle .togglet, .toggle .toggleta {
  cursor: pointer; }

.toggle .togglet {
  padding: 0 .4em; }

.toggle .togglet h5 {
  color: #275891;
  font-size: 1.1em;
  padding-left: 14px;
  background-image: url("../images/icon-list-item-down-gray.png");
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-position: 0 .55em;
  -ms-behavior: url("backgroundsize.min.htc"); }

.toggle.closed .togglet h5 {
  background-size: 6px 10px;
  background-position: 0 .4em;
  background-image: url("../images/icon-list-item-gray.png"); }

.toggle .togglec {
  display: none;
  padding: .7em .7em 0 .7em; }

/* -------- Accordions ------*/
.acctitle,
.acctitlec {
  display: block;
  position: relative;
  cursor: pointer;
  border-top: 1px dotted #aaa;
  padding: .7em 0;
  margin: 0; }

.acctitlec {
  cursor: auto; }

.acctitle h5:before {
  content: "+ "; }

.acctitlec h5:before {
  content: "- "; }

.acctitle h5:first-child {
  border-top: none; }

.acc_content {
  position: relative;
  padding: .7em; }

.calendar_wrap {
  margin-top: 3em; }
  .calendar_wrap ul.calendarToggle {
    float: right;
    margin: 0 0 .5em 0 !important; }
    .calendar_wrap ul.calendarToggle li {
      float: left;
      list-style: none;
      cursor: pointer; }
      .calendar_wrap ul.calendarToggle li span {
        color: #aaa;
        font-size: 1.3em;
        padding: 0 .3em; }
      .calendar_wrap ul.calendarToggle li span.fa-bars {
        font-size: 1.5em; }
    .calendar_wrap ul.calendarToggle li.active span {
      color: #444; }
  .calendar_wrap .event_nav {
    position: relative;
    background-color: #275891; }
    .calendar_wrap .event_nav h3 {
      color: #fff;
      padding: .3em .6em;
      margin: 0 !important; }
    .calendar_wrap .event_nav .pagination {
      position: absolute;
      right: .5em;
      top: 0;
      height: 100%;
      display: block; }
      .calendar_wrap .event_nav .pagination a {
        display: block;
        float: left;
        width: 30px;
        height: 100%;
        text-indent: -9999px;
        opacity: .6;
        filter: alpha(opacity=60);
        background-repeat: no-repeat;
        background-size: auto 60%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      .calendar_wrap .event_nav .pagination a.next {
        background-image: url(../images/arrow-right.png); }
      .calendar_wrap .event_nav .pagination a.prev {
        background-image: url(../images/arrow-left.png); }
      .calendar_wrap .event_nav .pagination a:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
  .calendar_wrap div.event_list p.no_events {
    font-size: 1em;
    line-height: 1.3em;
    margin: 1em 0 !important; }
  .calendar_wrap div.event_list ul {
    clear: both;
    margin: 0;
    padding: 0 !important;
    list-style: none;
    width: 100%; }
    .calendar_wrap div.event_list ul li {
      margin: 0;
      list-style: none !important;
      padding: .8em 0;
      border-bottom: 1px solid #ddd;
      background: none; }
      .calendar_wrap div.event_list ul li p.event_date_cal {
        display: table-cell;
        vertical-align: top;
        width: 45px;
        margin: 0 15px 0 0;
        text-align: center;
        -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); }
        .calendar_wrap div.event_list ul li p.event_date_cal span.event_date_cal_day {
          display: block;
          padding-top: 2px;
          font-size: 11px;
          line-height: 14px;
          font-weight: 700;
          color: #fff;
          text-transform: uppercase;
          background: #275891; }
        .calendar_wrap div.event_list ul li p.event_date_cal span.event_date_cal_month {
          display: block;
          font-size: 18px;
          font-weight: 700;
          padding: 3px 0;
          border: 1px solid #ccc;
          border-top: none;
          text-transform: uppercase; }
      .calendar_wrap div.event_list ul li .calRight {
        display: table-cell;
        vertical-align: top;
        padding-left: 1em; }
        .calendar_wrap div.event_list ul li .calRight h4 {
          margin: 0 0 .1em 0 !important;
          font-size: 1.3em;
          line-height: 1.3em; }
          .calendar_wrap div.event_list ul li .calRight h4 h4 a {
            text-decoration: none; }
        .calendar_wrap div.event_list ul li .calRight p.date {
          font-size: .9em;
          line-height: 1.2em;
          color: #888; }
  .calendar_wrap div.event_calendar {
    width: 100%; }
    .calendar_wrap div.event_calendar table.sm_calendar {
      border-collapse: collapse;
      border: none !important;
      width: 100%;
      margin: 20px 0 10px 0 !important;
      font-size: 1.3em; }
      .calendar_wrap div.event_calendar table.sm_calendar th {
        font-weight: 700;
        font-size: 12px !important;
        text-transform: uppercase;
        color: #fff;
        background: #bbb;
        text-align: center !important; }
        .calendar_wrap div.event_calendar table.sm_calendar th abbr[title] {
          border-bottom: none; }
      .calendar_wrap div.event_calendar table.sm_calendar td {
        padding: 8px !important;
        border: 1px solid #e7e7e7;
        vertical-align: top;
        text-align: left !important;
        height: 70px;
        width: 14.28571428571429% !important;
        color: #2D3F50; }
        .calendar_wrap div.event_calendar table.sm_calendar td .events_today {
          border-top: none;
          text-align: left;
          border: 5px solid red; }
          .calendar_wrap div.event_calendar table.sm_calendar td .events_today h6 {
            margin: 0 0 5px 0;
            font-size: 14px;
            background: url(img/calendar-day.png) left center no-repeat;
            padding: 1px 0 1px 0;
            font-style: normal; }
          .calendar_wrap div.event_calendar table.sm_calendar td .events_today ul.events_today_list {
            margin: 0 !important;
            padding: 0 !important; }
            .calendar_wrap div.event_calendar table.sm_calendar td .events_today ul.events_today_list li {
              list-style: none;
              font-size: .9rem;
              line-height: 1.3rem; }
              .calendar_wrap div.event_calendar table.sm_calendar td .events_today ul.events_today_list li a {
                color: #275891;
                text-decoration: none; }
              .calendar_wrap div.event_calendar table.sm_calendar td .events_today ul.events_today_list li a:hover {
                color: #204978;
                text-decoration: underline; }
      .calendar_wrap div.event_calendar table.sm_calendar td.eventDay {
        position: relative !important;
        background: #ddd; }

#store-locator-container {
  width: 100%; }
  #store-locator-container img {
    max-width: none !important;
    /*Prevents Map Resources from being distorted */ }
  #store-locator-container #form-container {
    width: 100%;
    margin: 2em 0; }
    #store-locator-container #form-container h2 {
      font-size: 1.4em;
      margin: 0 0 .5em 0; }
  #store-locator-container #LocationDropdown {
    float: left;
    width: 28%;
    position: relative;
    margin: 1.3em 0 0 0; }
    #store-locator-container #LocationDropdown p.dropDownTab {
      position: relative;
      width: 100%;
      padding: 10px;
      font-size: 16px;
      line-height: 18px;
      margin: 0;
      color: #444;
      border: 1px solid #ccc;
      cursor: pointer;
      background-image: url("../images/bg-dropdown.png");
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 6px auto;
      -ms-behavior: url("backgroundsize.min.htc");
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
    #store-locator-container #LocationDropdown .dropDown {
      display: none;
      position: absolute;
      left: 0;
      z-index: 100;
      width: 100%;
      height: 560px;
      overflow: auto;
      padding: 0;
      background: #f5f5f5;
      border: 1px solid #ccc;
      border-top: none; }
      #store-locator-container #LocationDropdown .dropDown h5 {
        padding: .4em .7em;
        font-size: .7em;
        line-height: 1.4em;
        background: #aaa;
        color: #fff;
        text-transform: uppercase;
        border-bottom: 1px solid #ccc; }
      #store-locator-container #LocationDropdown .dropDown a {
        padding: .5em;
        display: block;
        border-bottom: 1px solid #ccc; }
      #store-locator-container #LocationDropdown .dropDown a:last-child {
        border-bottom: none; }
  #store-locator-container #LocationDropdown.open p.dropDownTab {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  #store-locator-container input#address {
    float: left;
    width: 40%;
    margin: 0 0 0 5px;
    padding: 10px;
    color: #444;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  #store-locator-container #map-submit {
    float: left;
    margin: 0 0 0 10px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px;
    background: #8a1f03;
    outline: none;
    border: none;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  #store-locator-container #map-submit:hover {
    background: #771b02; }
  #store-locator-container #map-container {
    position: relative;
    overflow: hidden;
    height: 530px;
    width: 100%; }
    #store-locator-container #map-container a {
      color: #e76737;
      text-decoration: none; }
    #store-locator-container #map-container a:hover, #store-locator-container #map-container a:active {
      text-decoration: underline; }
    #store-locator-container #map-container .custom-marker {
      width: 32px;
      height: 37px;
      color: #fff;
      background: url(../images/custom-marker.png) no-repeat;
      padding: 3px;
      cursor: pointer; }
  #store-locator-container #loc-list {
    position: absolute;
    left: -25%;
    top: 0;
    z-index: 10;
    width: 25%;
    height: 100%;
    background: #ddd;
    border: 1px solid #ddd;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    #store-locator-container #loc-list p#closeList {
      position: absolute;
      top: 3px;
      right: 23px;
      z-index: 10;
      cursor: pointer;
      color: #bbb;
      text-align: center; }
    #store-locator-container #loc-list p#closeList:hover {
      color: #888; }
    #store-locator-container #loc-list ul {
      display: block;
      list-style: none;
      width: 100%;
      height: 100%;
      overflow: auto;
      margin: 0;
      padding: 0; }
      #store-locator-container #loc-list ul li {
        cursor: pointer;
        width: 100%;
        border: 1px solid #fff;
        /* Adding this to prevent moving li elements when adding the list-focus class*/ }
    #store-locator-container #loc-list .list-details {
      width: 100%; }
      #store-locator-container #loc-list .list-details .list-content {
        padding: .6em .8em;
        font-size: .9em;
        line-height: 1.4em; }
        #store-locator-container #loc-list .list-details .list-content .loc-name {
          color: #AD2118;
          font-weight: bold;
          font-size: 1.1em; }
      #store-locator-container #loc-list .list-details .loc-dist {
        font-weight: bold;
        font-style: italic;
        color: #8e8e8e; }
    #store-locator-container #loc-list .list-focus {
      border: 1px solid rgba(82, 168, 236, 0.9);
      -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
      -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
      box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
      transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s; }
  #store-locator-container #search-form {
    clear: left;
    float: left;
    height: 60px; }
  #store-locator-container #loading-map {
    float: left;
    margin: 4px 0 0 10px;
    width: 16px;
    height: 16px;
    background: url(../images/ajax-loader.gif) no-repeat; }
  #store-locator-container #map {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    background: #eee url("../images/ajax-loader2.gif") no-repeat center center !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

/* store-locator-container */
#store-locator-container.open #loc-list {
  left: 0; }
#store-locator-container.open #map {
  width: 75%;
  margin-left: 25%; }

.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a {
  font-family: Helvetica, Arial, sans-serif;
  color: #333; }

.iwWrapper {
  width: 220px; }

.iwWrapper .loc-name {
  font-size: 1.2em; }

.locationSingle h5 {
  color: #8a1f03;
  font-size: 1.2em;
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px dotted #aaa; }

.locationSingle h6 {
  font-size: 1em;
  font-weight: bold;
  margin-top: .5em; }

/* --------------- Libraries --------------- */
.featuredLibrary {
  background: #eee;
  overflow: hidden;
  height: auto !important; }
  .featuredLibrary .cycle-slide {
    width: 100%;
    padding: 1.5em; }

.cycle-pager-library {
  text-align: right;
  margin: 1em 0; }
  .cycle-pager-library span {
    display: inline-block;
    width: 15px;
    height: 15px;
    color: transparent;
    /* HIDES DOTS */
    color: rgba(255, 255, 255, 0);
    /* HIDES DOTS */
    background: #777;
    border: 1px solid #fff;
    cursor: pointer;
    margin: 0 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .cycle-pager-library span.cycle-pager-active, .cycle-pager-library span:hover {
    background: #222; }

.featuredLibrary .description {
  float: left;
  width: 30.5%; }
  .featuredLibrary .description p.featuredHeader {
    margin: 0 0 .2em 0;
    font-size: .9em;
    line-height: 1.3em;
    font-weight: bold;
    letter-spacing: .1em;
    color: #aaa;
    text-transform: uppercase; }
  .featuredLibrary .description h4 {
    margin: 0 0 .2em 0;
    font-size: 1.6em;
    line-height: 1.3em; }
  .featuredLibrary .description h5 {
    margin: 0 0 1em 0;
    font-size: 1.2em;
    line-height: 1.4em; }
  .featuredLibrary .description p.btn i {
    margin-left: .3em;
    font-size: .9em; }
.featuredLibrary section.video, .featuredLibrary section.photo {
  float: right;
  width: 66.8%; }
.featuredLibrary section.video .picture, .featuredLibrary section.photo .picture {
  padding-bottom: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -ms-behavior: url("backgroundsize.min.htc"); }

.libraryBoxes section.thumb {
  display: inline-block;
  vertical-align: top;
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 2em; }
  .libraryBoxes section.thumb .picture {
    padding-bottom: 60%;
    opacity: .9;
    filter: alpha(opacity=90);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -ms-behavior: url("backgroundsize.min.htc");
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .libraryBoxes section.thumb h4 {
    margin: .5em 0;
    font-size: 1.1em;
    line-height: 1.3em; }
  .libraryBoxes section.thumb p {
    margin: .5em 0;
    font-size: .8em;
    line-height: 1.4em; }
.libraryBoxes section.thumb:nth-child(3n) {
  margin-right: 0; }
.libraryBoxes section.thumb:hover .picture {
  opacity: 1;
  filter: alpha(opacity=100); }

ul.libraryPager {
  float: right;
  padding: 0;
  margin: 0; }
  ul.libraryPager li {
    float: left;
    margin: 0;
    list-style: none; }
    ul.libraryPager li a {
      padding: .3em; }
  ul.libraryPager li.libraryTotal {
    margin-right: .4em; }
  ul.libraryPager li.selected a {
    color: inherit !important;
    text-decoration: none !important; }

/*  Photo Library Single Page  */
#adv-custom-pager-gallery a {
  display: inline-block;
  width: 19%;
  margin: 1.25% 1.25% 0 0;
  height: 0;
  padding-bottom: 14%; }
  #adv-custom-pager-gallery a img {
    width: 100%;
    height: 100%;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  #adv-custom-pager-gallery a img:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
#adv-custom-pager-gallery a:nth-child(5n) {
  margin-right: 0; }
#adv-custom-pager-gallery a.cycle-pager-active img {
  opacity: 1;
  filter: alpha(opacity=100); }

/* --------------- Our Team --------------- */
.ourTeam aside {
  float: right;
  margin: 0 0 2em 0; }
.ourTeam h4 {
  margin: 0 0 .5em 0;
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: normal; }
.ourTeam .item {
  float: left;
  position: relative;
  width: 33.333333%;
  padding-bottom: 30%;
  background-image: url("../images/headshots/user.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-behavior: url("backgroundsize.min.htc");
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .ourTeam .item .inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #111;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .ourTeam .item .inner a {
      display: block;
      height: 100%;
      width: 100%; }
    .ourTeam .item .inner h3 {
      margin: 0; }
.ourTeam .item:hover {
  opacity: 1;
  filter: alpha(opacity=100); }
.ourTeam .item:hover .inner {
  opacity: 1;
  filter: alpha(opacity=100); }

.ourTeamDetail .picture {
  float: left;
  width: 23%;
  padding-bottom: 25%;
  background-image: url("../images/headshots/user.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-behavior: url("backgroundsize.min.htc"); }
.ourTeamDetail .details {
  float: right;
  width: 73%; }
  .ourTeamDetail .details h1 {
    margin: 0 0 .1em 0; }

/* --------------- Gallery --------------- */
.galleryWrapper {
  position: relative; }

.galleryWrapper .cycle-slideshow {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.galleryWrapper .cycle-slideshow img {
  width: 100%; }

/* CYCLE-NAV */
.galleryWrapper .cycle-nav-gallery {
  width: 100%;
  text-indent: -9999px;
  margin-bottom: .5em; }

.galleryWrapper .cycle-nav-gallery span {
  display: block;
  float: right;
  height: 30px;
  width: 30px;
  margin-left: 5px;
  background-color: #444;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; }

.galleryWrapper .cycle-nav-gallery span:hover {
  background-color: #777; }

.galleryWrapper .cycle-nav-gallery span.cycle-next {
  background-image: url("../images/arrow-right.png"); }

.galleryWrapper .cycle-nav-gallery span.cycle-prev {
  background-image: url("../images/arrow-left.png"); }

/* ------- Picture With Caption -------- */
.pictureWithCaption {
  float: right;
  width: 40%;
  margin: 0 0 1em 1em; }
  .pictureWithCaption img {
    border: 4px solid #fff;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  .pictureWithCaption p {
    font-style: italic;
    margin-top: .5em !important; }

/* ------- You Tube Video With Thumbnail ------- */
.youtubeBoxWrap {
  width: 48% !important;
  display: inline-block;
  vertical-align: top;
  margin: 1% 1% 1% 0 !important; }
  .youtubeBoxWrap .youtubeBox {
    position: relative;
    margin-bottom: .5em; }
    .youtubeBoxWrap .youtubeBox a {
      display: block; }
      .youtubeBoxWrap .youtubeBox a img {
        margin: 0 !important;
        width: 100%;
        height: auto; }
      .youtubeBoxWrap .youtubeBox a .thumbnail {
        padding-bottom: 60%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
    .youtubeBoxWrap .youtubeBox p {
      line-height: 1.3em; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 0;
  left: 100%;
  z-index: 99; }

@media (min-height: 701px)
{
	.sf-menu ul
	{
	max-height: calc(100vh / 2);
	overflow-y: scroll;
	}
}
  
.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em; }

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu a {
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */ }

.sf-menu a {
  color: #13a; }

.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s; }

.sf-menu ul {
  background: #dc862e; }

.sf-menu ul li {
  font-size: .9em !important;
  padding: 0 .6em;
  border: none !important; }

.sf-menu ul li a {
  color: #fff !important;
  font-weight: 300;
  padding: .4em .4em !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.sf-menu ul li a:hover {
  text-decoration: underline !important; }

.sf-menu li:hover,
.sf-menu li.sfHover {
  color: #fff !important;
  background: #dc862e;
  border-color: #fff !important;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }

.sf-menu li.sfHover > a {
  color: #fff !important; }

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */ }

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #ddd;
  /* edit this to suit design (no rgba in IE8) */ }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ddd;
  /* edit this to suit design (no rgba in IE8) */ }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
/* eg. <ul class="sf-menu sf-vertical"> ... */
.sf-vertical {
  width: 12em;
  /* If you want the width of the closed menu to expand to its
  widest top-level menu item (like its "Supersubs" submenus do),
  replace the width rule above with the following two rules. */
  /*
  min-width: 12em;
  *width: 12em;
  */ }

.sf-vertical ul {
  left: 100%;
  top: 0; }

.sf-vertical > li {
  float: none; }

.sf-vertical li {
  width: 100%; }

/*** alter arrow directions ***/
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ddd;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(0, 0, 0, 0.5); }

.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: white; }

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

#cboxOverlay {
  background: #275891; }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
  border: 5px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: #000;
  padding: 1px; }

#cboxLoadingGraphic {
  background: url("../images/loading.gif") no-repeat center center; }

#cboxLoadingOverlay {
  background: #000; }

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000; }

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px; }

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px; }

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxPrevious {
  top: -30px;
  right: 30px;
  opacity: .6;
  background: url("../images/icon-pager-arrow-left.png") no-repeat 0 0; }

#cboxPrevious:hover {
  opacity: 1; }

#cboxNext {
  top: -30px;
  right: 12px;
  opacity: .6;
  background: url("../images/icon-pager-arrow-right.png") no-repeat 0 0; }

#cboxNext:hover {
  opacity: 1; }

#cboxClose {
  position: absolute;
  top: -30px;
  right: -10px;
  opacity: .6;
  background: url("../images/icon-close.png") no-repeat 0 0; }

#cboxClose:hover {
  opacity: 1; }

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px; }

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: .14285714285714285em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.8571428571428572em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-desc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

@media only screen and (max-height: 700px) {
  header {
    position: absolute; } }
@media only screen and (max-width: 1100px) {
  header {
    padding: 0; } }
@media only screen and (max-width: 900px) {
  body {
    font-size: 14px;
    line-height: 20px; }

  header {
    position: relative;
    top: auto;
    width: 100%;
    padding: 1em;
    background: #fff; }
    header .logo {
      width: 30%; }
    header .subNav {
      display: none; }

  .spacer {
    margin: 2em 2.5% !important; }

  main.content {
    padding-left: 0; }

  .homePromoBox .cycle-nav {
    right: 2.5%; }

  .subpageHeadline {
    margin-left: 0; }

  nav.standard .sf-menu {
    display: none; }

  #MobileNav {
    display: block; }

  /* Mobile Menu */
  p#MobileNav {
    position: absolute;
    right: 2%;
    top: 25%;
    font-size: 1.1em;
    cursor: pointer;
    color: #aaa; }

  p#MobileNav i {
    font-size: 2em;
    margin-right: .2em;
    vertical-align: -.2em; }

  #MobileNavClose {
    display: block;
    font-size: 1.1em;
    cursor: pointer;
    color: #fff;
    padding: 8px;
    text-align: right;
    width: 100%;
    opacity: .7;
    filter: alpha(opacity=70); }

  #MobileNavClose:before {
    content: "Close";
    font-size: .8em;
    margin-right: 4px;
    vertical-align: 1px; }

  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    right: -250px;
    overflow: auto;
    width: 250px;
    height: 100%;
    background: #dc862e;
    z-index: 1000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -moz-box-shadow: inset -5px 5px 24px -10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset -5px 5px 24px -10px rgba(0, 0, 0, 0.4);
    box-shadow: inset -5px 5px 24px -10px rgba(0, 0, 0, 0.4); }

  body.menuOpen nav.mobile {
    right: 0; }

  nav.mobile .sf-menu > li {
    float: none;
    position: relative; }

  nav.mobile .sf-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%; }

  nav.mobile .sf-menu li {
    background: none; }

  nav.mobile .sf-menu li:hover, nav.mobile .sf-menu li.sfHover {
    background: rgba(0, 0, 0, 0.1); }

  nav.mobile .sf-menu a {
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 8px 10px;
    width: 100%;
    border-left: none;
    border-right: none;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }

  nav.mobile .sf-menu a:hover {
    background: rgba(0, 0, 0, 0.1); }

  nav.mobile .sf-menu ul {
    background: none;
    padding-top: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  nav.mobile .sf-menu ul li a {
    padding: 5px 10px;
    font-size: .9em;
    font-weight: normal;
    text-transform: none;
    border-bottom: none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  nav.mobile .sf-menu li ul {
    position: relative;
    top: auto;
    left: auto; }

  nav.mobile .sf-menu li ul li {
    background: none; }

  nav.mobile .sf-menu li ul li {
    background: none; }

  /*** arrows (for all except IE7) **/
  nav.mobile .sf-arrows .sf-with-ul {
    padding-right: 1.4em;
    *padding-right: 1em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */ }

  /* styling for both css and generated arrows */
  nav.mobile .sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 10px;
    margin-top: -1px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 4px solid transparent;
    border-top-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(0, 0, 0, 0.2); }

  nav.mobile .sf-arrows > li > .sf-with-ul:focus:after,
  nav.mobile .sf-arrows > li:hover > .sf-with-ul:after,
  nav.mobile .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #fff;
    /* IE8 fallback colour */ }

  /* styling for right-facing arrows */
  nav.mobile .sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(0, 0, 0, 0.2); }

  nav.mobile .sf-arrows ul li > .sf-with-ul:focus:after,
  nav.mobile .sf-arrows ul li:hover > .sf-with-ul:after,
  nav.mobile .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white; }

  nav.mobile .subNav {
    padding: 1em .8em; }
    nav.mobile .subNav ul.links li {
      display: block;
      list-style: none;
      color: #fff;
      padding: 0; }
      nav.mobile .subNav ul.links li a {
        display: block;
        padding: .2em 0;
        color: #fff;
        font-family: Helvetica, Arial, Geneva, sans-serif;
        font-size: .9em;
        line-height: 1.3em; }
    nav.mobile .subNav ul.links li.divider {
      display: none; }
    nav.mobile .subNav ul.social {
      margin: 1em 0; }
      nav.mobile .subNav ul.social li {
        float: left;
        list-style: none;
        height: 30px;
        width: 30px; }
        nav.mobile .subNav ul.social li a {
          display: block;
          text-indent: -9999px;
          width: 100%;
          height: 100%;
          background-color: #eee;
          background-repeat: no-repeat;
          background-position: center center; }
      nav.mobile .subNav ul.social li.Twitter a {
        background-color: #35baec;
        background-image: url("../images/twitter.png");
        background-size: auto 50%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      nav.mobile .subNav ul.social li.Facebook a {
        background-color: #314b89;
        background-image: url("../images/facebook.png");
        background-size: auto 50%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      nav.mobile .subNav ul.social li.Youtube a {
        background-color: #ce332d;
        background-image: url("../images/youtube.png");
        background-size: auto 60%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      nav.mobile .subNav ul.social li.vimeo a {
        background-color: #16a2d3;
        background-image: url("../images/vimeo.png");
        background-size: auto 50%;
        -ms-behavior: url("backgroundsize.min.htc"); }
      nav.mobile .subNav ul.social li.instagram a {
        background-color: #517fa4;
        background-image: url("../images/instagram.png");
        background-size: auto 50%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      nav.mobile .subNav ul.social li.flickr a {
        background-color: #ff0084;
        background-image: url("../images/flickr.png");
        background-size: 50% auto;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      nav.mobile .subNav ul.social li.linkedin a {
        background-color: #0275b6;
        background-image: url("../images/linkedin.png");
        background-size: auto 50%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      nav.mobile .subNav ul.social li.pinterest a {
        background-color: #cb2027;
        background-image: url("../images/pinterest.png");
        background-size: auto 50%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      nav.mobile .subNav ul.social li.google a {
        background-color: #d13f2d;
        background-image: url("../images/google.png");
        background-size: auto 50%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      nav.mobile .subNav ul.social li.rss a {
        background-color: #f88b02;
        background-image: url("../images/rss.png");
        background-size: auto 50%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
      nav.mobile .subNav ul.social li.wordpress a {
        background-color: #72858c;
        background-image: url("../images/wordpress.png");
        background-size: auto 50%;
        background-position: center center;
        -ms-behavior: url("backgroundsize.min.htc"); }
    nav.mobile .subNav form.search {
      position: relative;
      border: none;
      background: #fff;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px; }
      nav.mobile .subNav form.search input[type="text"] {
        display: inline-block;
        border: none;
        padding: .5em 40px .5em 1em;
        width: 100%;
        background: none;
        color: #555;
        outline: none !important;
        background-image: url("../images/icon-searchbar.png");
        background-position: right 13px center;
        background-repeat: no-repeat;
        background-size: 18px auto;
        -ms-behavior: url("backgroundsize.min.htc"); }
      nav.mobile .subNav form.search input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
        height: 100%;
        border: none !important;
        background: none !important; }

  footer {
    padding: 0; }

  footer .inner {
    padding-left: 0; }

  .legalBottom .inner {
    padding-left: 0; } }
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 19px; }

  .touch .cycle-pager, .touch .cycle-nav {
    display: none; }

  .touch .owl-controls {
    display: none; }

  .column, .columns {
    float: none !important;
    margin-right: 0;
    width: 100% !important; }

  main .columns {
    margin: 1em 0; }

  .wrap_90 {
    width: 100%;
    padding: 0 5%; }

  header .logo {
    text-align: center; }

  header .logo img {
    width: 40%;
    height: auto;
    min-width: 180px; }

  header ul.social {
    float: none;
    margin-bottom: 1em; }

  .subpageHeadline .wrap_85 {
    width: 100%;
    background-position: right 100% center; }

  .subpageHeadline h1 {
    font-size: 2.6em; }

  aside.sidebar.three.columns {
    margin-top: 1em;
    margin-bottom: 3em; }

  .sideLinks .dropDownTab {
    display: block;
    color: #275891 !important;
    padding: .5em .6em;
    border: 1px solid #ccc;
    margin-bottom: 0 !important;
    cursor: pointer;
    background-color: #eee;
    background-image: url("../images/icon-arrow-down.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px 8px;
    -ms-behavior: url("backgroundsize.min.htc"); }
  .sideLinks .dropDownTab:hover, .sideLinks .dropDownWrap.open .dropDownTab {
    background-color: #ddd !important; }
  .sideLinks ul.dropDown {
    display: none;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-top: none !important; }
    .sideLinks ul.dropDown li {
      padding-left: 18px !important;
      background-position: .8em center !important; }
      .sideLinks ul.dropDown li a {
        padding: .7em .5em !important;
        text-decoration: none !important; }
    .sideLinks ul.dropDown li:last-child {
      border-bottom: none !important; }
    .sideLinks ul.dropDown li:hover {
      background-color: #eee; }
  .sideLinks ul.dropDown li:last-child a {
    border-bottom: none; }

  table.responsive td {
    display: block; }

  .benefitsDropdown {
    position: relative; }

  #benefits-tab-wrapper {
    float: none !important;
    width: 100% !important; }

  #benefits-tab-wrapper .messageBox {
    display: none !important; }

  #benefitsSelect {
    display: block !important;
    border: 1px solid #ccc;
    padding: 5px 10px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
    background: #eee;
    margin-bottom: 0; }

  #benefitsSelect:hover {
    background: #ddd; }

  #benefitsSelect i {
    float: right;
    margin-top: 3px; }

  #benefits-tab {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 10;
    float: none;
    width: 100%;
    background: #eee;
    border: 1px solid #ddd;
    display: none; }

  .cycle-slideshow.benefits .cycle-slide h4.header {
    display: block; }

  #benefits-tab a:first-child {
    padding-top: 10px; }

  #benefits-tab a:last-child {
    padding-bottom: 10px; }

  .cycle-slideshow.benefits {
    float: none;
    width: 100%;
    margin: 0;
    background: none; }

  .cycle-slideshow.benefits .cycle-slide {
    padding: 5% 0 0 0; }

  .featuredLibrary section.video {
    width: 100%;
    float: none; }

  .featuredLibrary .description {
    width: 100%;
    float: none;
    margin-top: 1.25em; }

  .libraryBoxes section.thumb {
    width: 48.625%;
    margin-right: 2.75%; }

  .libraryBoxes section.thumb:nth-child(3n) {
    margin-right: 2.75%; }

  .libraryBoxes section.thumb:nth-child(2n) {
    margin-right: 0; }

  .ourTeam .item {
    width: 50%;
    padding-bottom: 35%; }

  .callouts.three .column {
    margin-bottom: 1em; }

  footer .columns {
    margin: 2em 0; }

  footer .columns:first-child {
    margin-top: 0 !important; }

  .cycle-slideshow.benefits .cycle-slide .tabbed-panels-standard .tabs-standard {
    position: relative;
    top: 0; }

  .cycle-slideshow.benefits .cycle-slide .tabbed-panels-standard .tabs-standard a {
    display: block;
    margin: 3px 0;
    padding: .2em .5em;
    background: #b3b3b3;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }
@media only screen and (max-width: 600px) {
  .grid-sizer {
    width: 49%; }

  .gutter-sizer {
    width: 2%; }

  .masonry {
    width: 49%; } }
@media only screen and (max-width: 480px) {
  body {
    font-size: 12px;
    line-height: 18px; }

  .main .img-left, .main .img-right {
    margin: 0 0 1em 0 !important;
    width: 100% !important;
    height: auto !important; }

  .homePromoBox .cycle-slideshow .cycle-slide {
    padding-bottom: 80%; }

  .homePromoBox .cycle-slideshow .cycle-slide h1 {
    bottom: 0;
    margin: 0; }

  .ourTeamDetail .picture {
    float: none;
    width: 100%;
    padding-bottom: 70%;
    margin-bottom: 1em; }

  .ourTeamDetail .details {
    float: none;
    width: 100%; }

  .pictureWithCaption {
    float: none;
    width: 100%;
    margin: 0 0 1em 0; }

  .youtubeBoxWrap {
    width: 100% !important;
    display: block;
    vertical-align: top;
    margin: 2em 0 !important; }

  .ourTeam .item {
    width: 100%;
    padding-bottom: 60%; } }
@media only screen and (max-width: 340px) {
  body {
    font-size: 12px;
    line-height: 18px; }

  .grid-sizer {
    width: 100%; }

  .gutter-sizer {
    width: 2%; }

  .masonry {
    width: 100%; } }

footer .social p {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight:300;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
