/****** FILE: themes/regulartopheavy/css/normalize.css *****/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   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. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * 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.67em 0;
}

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

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

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

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

h6 {
    font-size: 0.67em;
    margin: 2.33em 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: 1em 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: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * 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"], /* 1 */
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;
}


/****** FILE: themes/regulartopheavy/css/grid.css *****/
.grid-all,.grid-1,.grid-2,.grid-3,.grid-quarter,.grid-4,.grid-third,.grid-5,.grid-6,.grid-half,.grid-7,.grid-8,.grid-two-thirds,.grid-9,.grid-three-quarters,.grid-10,.grid-11,.grid-12,.grid-whole{margin:0;clear:none;float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;*behavior:url(boxsizing.htc)}.grid-1{width:8.33333%}.grid-2{width:16.66667%}.grid-3,.grid-quarter{width:25%}.grid-4,.grid-third{width:33.33333%}.grid-5{width:41.66667%}.grid-6,.grid-half{width:50%}.grid-7{width:58.33333%}.grid-8,.grid-two-thirds{width:66.66667%}.grid-9,.grid-three-quarters{width:75%}.grid-10{width:83.33333%}.grid-11{width:91.66667%}.grid-12,.grid-whole{width:100%}.padded{padding:0.5em}.padded-left{padding-left:0.5em}.padded-right{padding-right:0.5em}.padded-top{padding-top:0.5em}.padded-bottom{padding-bottom:0.5em}.padded-sides{padding:0 0.5em}.padded-vertical{padding:0.5em 0}.padded-inner{padding:1em}.padded-inner-sides{padding:0 1em}.padded-reverse{margin:0 -0.5em;width:auto;box-sizing:content-box;float:none}.padded-reverse-all{margin:-0.5em;width:auto;box-sizing:content-box;float:none}.flow-opposite{float:right}.center{text-align:center}.left{text-align:left}.right{text-align:right}.row{margin:0 -0.5em;width:auto;box-sizing:content-box;float:none}@media (max-width: 480px){.s-grid-all,.s-grid-1,.s-grid-2,.s-grid-3,.s-grid-quarter,.s-grid-4,.s-grid-third,.s-grid-5,.s-grid-6,.s-grid-half,.s-grid-7,.s-grid-8,.s-grid-two-thirds,.s-grid-9,.s-grid-three-quarters,.s-grid-10,.s-grid-11,.s-grid-12,.s-grid-whole{margin:0;clear:none;float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;*behavior:url(boxsizing.htc)}.s-grid-1{width:8.33333%}.s-grid-2{width:16.66667%}.s-grid-3,.s-grid-quarter{width:25%}.s-grid-4,.s-grid-third{width:33.33333%}.s-grid-5{width:41.66667%}.s-grid-6,.s-grid-half{width:50%}.s-grid-7{width:58.33333%}.s-grid-8,.s-grid-two-thirds{width:66.66667%}.s-grid-9,.s-grid-three-quarters{width:75%}.s-grid-10{width:83.33333%}.s-grid-11{width:91.66667%}.s-grid-12,.s-grid-whole{width:100%}.s-padded{padding:0.5em}.s-padded-left{padding-left:0.5em}.s-padded-right{padding-right:0.5em}.s-padded-top{padding-top:0.5em}.s-padded-bottom{padding-bottom:0.5em}.s-padded-sides{padding:0 0.5em}.s-padded-vertical{padding:0.5em 0}.s-padded-inner{padding:1em}.s-padded-inner-sides{padding:0 1em}.s-padded-reverse{margin:0 -0.5em;width:auto;box-sizing:content-box;float:none}.s-padded-reverse-all{margin:-0.5em;width:auto;box-sizing:content-box;float:none}.s-flow-opposite{float:right}.s-center{text-align:center}.s-left{text-align:left}.s-right{text-align:right}.s-hidden{display:none}}@media (min-width: 481px) and (max-width: 800px){.m-grid-all,.m-grid-1,.m-grid-2,.m-grid-3,.m-grid-quarter,.m-grid-4,.m-grid-third,.m-grid-5,.m-grid-6,.m-grid-half,.m-grid-7,.m-grid-8,.m-grid-two-thirds,.m-grid-9,.m-grid-three-quarters,.m-grid-10,.m-grid-11,.m-grid-12,.m-grid-whole{margin:0;clear:none;float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;*behavior:url(boxsizing.htc)}.m-grid-1{width:8.33333%}.m-grid-2{width:16.66667%}.m-grid-3,.m-grid-quarter{width:25%}.m-grid-4,.m-grid-third{width:33.33333%}.m-grid-5{width:41.66667%}.m-grid-6,.m-grid-half{width:50%}.m-grid-7{width:58.33333%}.m-grid-8,.m-grid-two-thirds{width:66.66667%}.m-grid-9,.m-grid-three-quarters{width:75%}.m-grid-10{width:83.33333%}.m-grid-11{width:91.66667%}.m-grid-12,.m-grid-whole{width:100%}.m-padded{padding:0.5em}.m-padded-left{padding-left:0.5em}.m-padded-right{padding-right:0.5em}.m-padded-top{padding-top:0.5em}.m-padded-bottom{padding-bottom:0.5em}.m-padded-sides{padding:0 0.5em}.m-padded-vertical{padding:0.5em 0}.m-padded-inner{padding:1em}.m-padded-inner-sides{padding:0 1em}.m-padded-reverse{margin:0 -0.5em;width:auto;box-sizing:content-box;float:none}.m-padded-reverse-all{margin:-0.5em;width:auto;box-sizing:content-box;float:none}.m-flow-opposite{float:right}.m-center{text-align:center}.m-left{text-align:left}.m-right{text-align:right}.m-hidden{display:none}}@media (min-width: 801px){.l-grid-all,.l-grid-1,.l-grid-2,.l-grid-3,.l-grid-quarter,.l-grid-4,.l-grid-third,.l-grid-5,.l-grid-6,.l-grid-half,.l-grid-7,.l-grid-8,.l-grid-two-thirds,.l-grid-9,.l-grid-three-quarters,.l-grid-10,.l-grid-11,.l-grid-12,.l-grid-whole{margin:0;clear:none;float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;*behavior:url(boxsizing.htc)}.l-grid-1{width:8.33333%}.l-grid-2{width:16.66667%}.l-grid-3,.l-grid-quarter{width:25%}.l-grid-4,.l-grid-third{width:33.33333%}.l-grid-5{width:41.66667%}.l-grid-6,.l-grid-half{width:50%}.l-grid-7{width:58.33333%}.l-grid-8,.l-grid-two-thirds{width:66.66667%}.l-grid-9,.l-grid-three-quarters{width:75%}.l-grid-10{width:83.33333%}.l-grid-11{width:91.66667%}.l-grid-12,.l-grid-whole{width:100%}.l-padded{padding:0.5em}.l-padded-left{padding-left:0.5em}.l-padded-right{padding-right:0.5em}.l-padded-top{padding-top:0.5em}.l-padded-bottom{padding-bottom:0.5em}.l-padded-sides{padding:0 0.5em}.l-padded-vertical{padding:0.5em 0}.l-padded-inner{padding:1em}.l-padded-inner-sides{padding:0 1em}.l-padded-reverse{margin:0 -0.5em;width:auto;box-sizing:content-box;float:none}.l-padded-reverse-all{margin:-0.5em;width:auto;box-sizing:content-box;float:none}.l-flow-opposite{float:right}.l-center{text-align:center}.l-left{text-align:left}.l-right{text-align:right}.l-hidden{display:none}}


/****** FILE: themes/regulartopheavy/css/image.css *****/


/****** FILE: themes/regulartopheavy/css/materialize.css *****/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none; }
    .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }

    a.waves-effect .waves-ripple {
  z-index: -1; }

/****** FILE: themes/regulartopheavy/css/fancybox.css *****/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    /* overflow: hidden !important; */
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/****** FILE: themes/regulartopheavy/css/half-slider.css *****/
html, body {
	height:100%;
}

.carousel {
	height:50%;
}

.item,
.active,
.carousel-inner {
	height:100%;
}

.fill {
	width:100%;
	height:100%;
	background-position: center;
	background-size: cover;
}

.section {
	margin: 50px 0;
}

footer {
	margin: 50px 0;
}

/****** FILE: themes/regulartopheavy/css/hail.css *****/
/*-- News styles  --*/
.news-container {
    padding-bottom: 50px;
}
.news-container .page-header {
    padding-left: 15px;
    padding-right: 15px;
}
.news-item {
    background: #171928;
    overflow: hidden;
    margin-bottom: 30px;
}
.news-image {
    overflow: hidden;
    max-height: 250px;
}
.news-image .img-responsive {
	width: 100%;
}
@media (max-width: 767px) {
	.news-image {
	  max-height: 320px!important;
	}
}
.news-image a:link img {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
    margin:0 auto;
}
.news-image a:hover img {
    opacity: .9; 
     transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    -ms-transition:     all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
.summary-content {
    padding: 30px 30px 10px;
    position: relative;
    background-color: #171928;
	border-top: 5px solid #d4a81c;
    min-height: 280px;
}
.summary-content h3 {
    margin-top: 0px;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}
.summary-content p {
	color: #fff;
	font-size: 15px;
	line-height: 1.5em;
}
.summary-content a {
	color: #fff;
}
.controls {
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    padding: 0px 15px;
}
.controls a {
    color: white;
    background: #0255A0;
    padding: 15px;
    border-radius: 2px;
}
.controls a:hover {
	color: #fff;
}
.controls a:focus {
	color: #fff;
}
.controls a.right {
    float: right;
    margin-left: 10px;
}
.controls a.left {
    float: right;
}
/*- News styles  -*/
.news-container .important-container {
    background: none;
    margin-bottom: 70px;
}
.news-container .important-header {
    float: left;
    width: 100%;
    background-color: #830a2b;
}
.news-container .important-header h3 {
    padding-left: 30px;
    padding-right: 30px;
}

.HailList .slide {
	overflow:hidden;
	width:100%;
	position: relative;
}

.HailList .slide-inner {
	/*width: 100%;*/
	left: 0%;
	overflow:visible;
	position: relative;
}

.HailList .slide-inner.animate {
	-webkit-transition: left 1s ease;
	transition: left 1s ease;
}

.HailList .slide-inner.next {
	left: -100%;
}

.HailList .slide-inner.back {
	left: 100%;
}

.HailList .slide-inner.back .HailArticle:first-child,
.HailList .slide-inner.back > .HailArticle:first-child {
	position: absolute; 
	left: -50%;
}

.HailList .slide-inner .HailArticle,
.HailList .slide-inner > .HailArticle:first-child {
	-webkit-transition: none;
	transition: none;
}

.HailArticle:nth-child(n + 3) {
	display:none;
}

@media (min-width: 768px) {
	.HailArticle:nth-child(3) {
		display:block;
	}
	
	/*.HailList .slide-inner {
		width: 150%;
	}*/
	
	.HailList .slide-inner.next {
		left: -50%;
	}

	.HailList .slide-inner.back {
		left: 50%;
	}

	.HailList .slide-inner.back .HailArticle:first-child,
	.HailList .slide-inner.back > .HailArticle:first-child {
		position: absolute; 
		left: -33.333333333333%;
	}
	
}

@media (min-width: 992px) {
	.HailArticle:nth-child(4) {
		display:block;
	}

	.HailList .slide-inner {
		width: 133.333333333333%;
	}
	
	.HailList .slide-inner.next {
		left: -33.333333333333%;
	}

	.HailList .slide-inner.back {
		left: 33.333333333333%;
	}

	.HailList .slide-inner.back .HailArticle:first-child,
	.HailList .slide-inner.back > .HailArticle:first-child {
		position: absolute; 
		left: -25%;
	}
}

.page-header {       
    width: 100%;
    margin-top: 0px;    
}
.page-header h1 {    
    width: auto;
    float: left;
	margin-top: 0px;
}
.page-header .controls {
    float: right;
    width: auto;
    height: auto;
    margin-bottom: 0px;
    padding: 0;
}
.page-header small {
    /*font-family: 'PT Serif', serif;*/
    /*font-family: 'Roboto Slab', serif;*/
    font-size: 24px;
    font-weight: 600;
}

.content-hail {
	padding-top:60px;
	padding-bottom:60px;
}
.HailList .slide {
	overflow:hidden;
	width:100%;
	position: relative;
}

.HailList .slide-inner {
	width: 200%;
	left: 0%;
	overflow:visible;
	position: relative;
}

.HailList .slide-inner.animate {
	-webkit-transition: left 1s ease;
	transition: left 1s ease;
}

.HailList .slide-inner.next {
	left: -100%;
}

.HailList .slide-inner.back {
	left: 100%;
}

.HailList .slide-inner.back .HailArticle:first-child,
.HailList .slide-inner.back > .HailArticle:first-child {
	position: absolute; 
	left: -50%;
}

.HailList .slide-inner .HailArticle,
.HailList .slide-inner > .HailArticle:first-child {
	-webkit-transition: none;
	transition: none;
}

.HailArticle:nth-child(n + 3) {
	display:none;
}

@media (min-width: 768px) {
	.HailArticle:nth-child(3) {
		display:block;
	}
	
	.HailList .slide-inner {
		width: 150%;
	}
	
	.HailList .slide-inner.next {
		left: -50%;
	}

	.HailList .slide-inner.back {
		left: 50%;
	}

	.HailList .slide-inner.back .HailArticle:first-child,
	.HailList .slide-inner.back > .HailArticle:first-child {
		position: absolute; 
		left: -33.333333333333%;
	}
	
}

@media (min-width: 992px) {
	.HailArticle:nth-child(4) {
		display:block;
	}

	.HailList .slide-inner {
		width: 133.333333333333%;
	}
	
	.HailList .slide-inner.next {
		left: -33.333333333333%;
	}

	.HailList .slide-inner.back {
		left: 33.333333333333%;
	}

	.HailList .slide-inner.back .HailArticle:first-child,
	.HailList .slide-inner.back > .HailArticle:first-child {
		position: absolute; 
		left: -25%;
	}
}

#hail-intro-container {
	padding-bottom: 0px;
	padding-top: 0px;
}

/****** FILE: themes/regulartopheavy/css/justifiedGallery.css *****/
/*!
 * Justified Gallery - v3.2.0
 * http://miromannino.com/projects/justified-gallery/
 * Copyright (c) 2014 Miro Mannino
 * Licensed under the MIT license.
 */
@-webkit-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-o-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-moz-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-o-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
}
.justified-gallery > a > img,
.justified-gallery > div > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}
.justified-gallery > .entry-visible {
  opacity: 1.0;
  filter: alpha(opacity=1);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-entry-animation 300ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 300ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 300ms 0 ease;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/****** FILE: themes/regulartopheavy/css/swipebox.css *****/
html.swipebox {
  overflow: hidden!important;
}

#swipebox-overlay img {
  border: none!important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url("../img/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background:none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding:5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


#swipebox-slider .slide .swipebox-video-container .swipebox-video{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{
  width: 100%!important; 
  height: 100%!important;
  position: absolute;
  top: 0; left: 0;
}

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  bottom: -50px;
}
/*#swipebox-action.visible-bars {
  bottom: 0;
}*/
#swipebox-caption.visible-bars {
  bottom: 0;
}
#swipebox-action.visible-bars {
  top: 0;
}
#swipebox-action.force-visible-bars {
  bottom: 0!important;
}
#swipebox-caption {
  /*top: -50px;*/
  text-align: center;
}
/*#swipebox-caption.visible-bars {
  top: 0;
}*/

#swipebox-caption.force-visible-bars {
  top: 0!important;
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url("../img/icons.png");
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0;
  }

  #swipebox-action #swipebox-prev {
    right: 60px;
  }

  #swipebox-action #swipebox-next {
    right: 0;
  }
}


/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#0d0d0d, #000000);
  background-image: -moz-linear-gradient(#0d0d0d, #000000);
  background-image: -o-linear-gradient(#0d0d0d, #000000);
  background-image: linear-gradient(#0d0d0d, #000000);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}

#swipebox-action {
  /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
}

#swipebox-caption {
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
  color: white!important;
  line-height: 43px;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
}



/****** FILE: themes/regulartopheavy/css/typography.css *****/
.pdf-icon:before {
  content: "\f1c1";
  font-family: FontAwesome;
  margin-right: 4px;
  color: #993594;
}

.image-icon:before:hover {
  text-decoration: none;
}

.link-icon:before {
  content: "\f0c1";
  font-family: FontAwesome;
  margin-right: 4px;
  color: #993594;
}

.file-icon:before {
  content: "\f0f6";
  font-family: FontAwesome;
  margin-right: 4px;
  color: #993594;
}

.image-icon:before {
  content: "\f03e";
  font-family: FontAwesome;
  margin-right: 4px;
  color: #993594;
}

.larger-font {
  font-size: 19px;
}

.smaller-font {
  font-size: 12px;
}


/****** FILE: themes/regulartopheavy/css/fonts.css *****/
@font-face {
    font-family: SantEliaScript;
    font-weight: bold;
    src: url("../fonts/SantEliaScriptBoldDEMO.otf") format("opentype");
}


/****** FILE: themes/regulartopheavy/css/main_heavy.css *****/
@charset "UTF-8";
/* CSS Document */

/*----------------------------- Body ---------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	color: #404041;
	-webkit-font-smoothing: antialiased;
	webkit-tap-highlight-color: rgba(255,255,255,.4);
	overflow-x: hidden;
	font-size:18px;
}
::-moz-selection {
    text-shadow: none;
    color: white;
    background-color: #00629B;
}
::selection {
    text-shadow: none;
    color: white;
    background-color: #00629B;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #27292f;
}
h1,.item h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	line-height: 35px;
	color: #27292f;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:8px;
}
.intro-header {
	color: #27292f;
}
.item h1 {
	color: white;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	line-height: 25px;
	color: #27292f;
	margin: 0;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:3px;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #27292f;
	text-transform:uppercase;
	letter-spacing:4px;
	line-height:1.8;
	font-weight:800;
}
.full-width {
	width: 100%;
	float: left;
}
a {
	color: #00629B;
	font-weight:bold;
}
a:hover {
	color: #00629B;
	opacity: .9;
}
a:focus {
	outline: none;
}
h3 a {
	color:#00629B;
}
.btn:active, .btn.active, .btn:focus {
	border: 0;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(245, 128, 37, 0);
}
.hr-line hr {
	margin-top: 40px;
	margin-bottom: 25px;
}
/*----------------------------- Search-bar --------------------------------*/

.input-group input {
	color: #333;
	border-bottom-left-radius: 2px !important;
	border-top-left-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
	border-top-right-radius: 2px !important;
	background-color: white;
	border: 1px solid #00629B;
	width:100%;
	-webkit-font-smoothing: antialiased;
}
.input-group .btn-default {
	color: #232323;
	position: absolute;
	right: 0px;
	line-height: normal;
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-right-radius: 2px !important;
	border-top-right-radius: 2px !important;
	background-color: white;
	border: 0px solid #8d8d8d;
	border-left: 0px;
	line-height: 22px;
}
.input-group .btn-default:hover {
	color: #f58025;
	background-color: #4b4b4b;
}
.form-control:focus {
	border-color: #00629B;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(245, 128, 37, 0);
}
.form-control {
	color: #404041;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}
.btn-primary {
	color: white;
	background-color: #00629B;
	border:0;
}
.btn-primary:hover {
	color: white;
}
.fancybox-skin {
	padding: 0px !important;
}
/*----------------------------- Social-icons --------------------------------*/
.social-media-icons {
	float: right;
	margin-top: 25px;
	margin-right:10px;
	position:relative;
}
.social-media-icons ul {
	margin: 0;
	padding: 0;
}
.social-media-icons ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 8px;
	float: left;
}
.social-media-icons ul li a {
	color: white;
	font-size: 18px;
}
.social-media-icons ul li a img:hover {
	opacity: .5;
}
.social-media-icons .input-group {
	margin-top: 2px;
}
/*----------------------------- Navigation --------------------------------*/
@media (max-width: 991px) {
	#site-nav-home .navbar {
		  background-color: #27292f;
	}
}
.company-logo {
	padding-top: 0px;
	padding-bottom: 15px;
	float: left;
	margin-bottom: 5px;
	margin-top: 15px;
}
.company-logo img {
	text-align: left;
	max-width: 190px;
}
.navbar-nav {
	display: block;
	float: none;
}
.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
	text-align: center;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
}
.nav > li > a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: 600;
	font-style: normal;

}
.navbar-inverse .navbar-nav > li > a {
	color:#fff;
	letter-spacing:1px;
	font-size:15px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: transparent;
}
.dropdown-menu {
    background-color: rgba(39, 41, 47, 0.9);
    border: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar {
	margin-bottom: 0px;
	margin-top:20px;
}
#site-nav {
	position: relative;
	background-color:#27292f;
	border-color: #27292f;
	margin-top:110px;
}
.fullwidth {
	float: left;
	width: 100%;
	height: auto;
}
.navbar.navbar-fixed-top {
	margin-top: 0px;
	webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
.navbar-toggle {
	float: right;
	text-align: right;
	border: 0px;
	margin-right: 0px;
	margin-top: 38px;
}
.navbar-inverse .navbar-toggle {
	background-color: none;
}
.navbar-nav > li > .dropdown-menu {
	border-radius: 0px;
}
.dropdown-menu > li > a {
	text-align: left;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #27292f;
	text-decoration: none;
	background-color: #f2f2f3;
}
.search .dropdown-menu {
	left: -180px;
	padding: 10px 20px;
}
.search .dropdown-menu .input-group.search input {
	width: 210px;
	border: 1px solid #8d8d8d;
	border-right: 0px;
}
.search .dropdown-menu .input-group.search .btn-default {
	border: 1px solid #8d8d8d;
	border-left: 0px;
}
.search .dropdown-menu .input-group.search .btn {
	padding: 5px 12px;
}
/*----------------------------- Slider --------------------------------*/
.intro_header {
	float: left;
	width: 100%;
	height: auto;
	background: url(../img/tumblr_mq7anbQsfQ1st5lhmo1_1280.jpg) no-repeat bottom center scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.carousel-caption h1 {
	color: #fff;
	font-size: 65px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	line-height: normal;
}
.carousel-caption p {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	font-style: normal;
	font-size: 28px;
}
/*----------------------------- Content --------------------------------*/
.page-header {
	border: 0;
	padding-bottom: 0;
	margin-top: 0px;
	margin-bottom: 10px;
}

#intro-container {
	float: left;
	width: 100%;
}
#intro-container h1 {
	margin-top: 0px;
}
#intro-container p {
	padding-left: 30px;
	padding-right: 30px;
}
.pic_sub {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 0px;
}
.portfolio-item, .column-image {
	margin-bottom: 0px;
	padding:0px;
}
.column-image {
	margin-top: 25px;
}
.pagination {
	width: 100%;
	border-radius: 2px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #f58025;
	border-color: #f58025;
}
.pagination > li > a, .pagination > li > span {
	color: #cccccc;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #f58025;
}
.Class-Subpage .intro_header {
	height: 10%;
}
.authorDate {
	margin-top: 0px;
}
.archiveMonths li {
	list-style: none;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.google-map {
	margin-top: 15px;
}
.pager li > a, .pager li > span {
	border-radius: 2px;
}
/*----------------------------- Footer --------------------------------*/
footer {
	background-color: #27292f;
	padding-top: 60px;
	padding-bottom: 60px;
	margin:0px;
	color: #fff;
	font-size:15px;
}
footer .title {
	font-size: 18px;
	text-transform:uppercase;
}
footer .fa {
	font-size:20px;
}
footer p {
	padding-top: 10px;
	font-size: 14px;
}
footer h3 {
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #00629B;
	text-decoration: none;
}
.navbar-collapse {
	float:right;
	padding-top: 58px;
}
.shrink .navbar-collapse {
	padding-top: 0px;
}
@media (max-width: 767px) {
#carousel-example-generic {
	height: 35%;
}
.carousel-caption h1 {
	font-size: 40px;
}
.carousel-caption p {
	font-size: 24px;
}
.pic_sub {
	padding-bottom: 30px;
}
.input-group {
	width: 100%;
	}
.visible-xs.btn-default{
	position: absolute;
	float: right;
	right: 0px;
}
.intro_header {
	height: 50%;
	padding: 0;
}
.intro_header h1 {
	font-size: 65px;
	line-height: normal;
}
footer .text-left {
	padding: 0px;
	margin: 0px;
}
footer {
	padding-top: 10px;
}
#footer_infobox: {
	padding-top:20px;
}
.intro_header p {
	margin-bottom: 0px;
}
ul.footer-nav.nav_center {
	margin-top: 10px;
}
}

.lt-ie9 .navbar-inverse {
	float: left;
}

/*----------------------------- Blog Styling --------------------------------*/

.templateBlog div {
	background-color: white !important;
	border: none !important;
}

li.templateBlog {
	border: none !important;
}

h4.panel-title {
	color: #f58025 !important;
}

/*----------------------------- Contact Page Form Box --------------------------------*/

#Form_ContactForm {
	border: none !important;
	height: 100%;
}

fieldset {
	border: none;
	padding: 0;
}

fieldset div {
	margin-bottom: 15px;
}

/*----------------------------- Search Page Box --------------------------------*/

#searchPageBox {
}
/*----------------------------- Social-icons --------------------------------*/

#footer a {
	color: #404041;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
ul#footer-nav.nav_center li {
	display: inline-block;
	padding-right: 5px;
	font-size: 12px;
	text-align: center;
}
ul#footer-nav.nav_center {
	display: inline-block;
	float: left;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	margin-top: 0px;
}

/* BUTTONS */

input.contact-form {
	border: 1px solid #ccc !important;
}

input.contact-form:hover, input.contact-form:focus {
	border: 1px solid #00629B; !important;
}

button.search-button {
	position: relative !important;
	top: -34px !important;
	right: -41% !important;
}

input.search-form {
	width: 100% !important;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
/* ----------------------------------------------------------------------------------------------------------------
   Lewis Changes
-----------------------------------------------------------------------------------------------------------------*/
.gallery img:hover, .gallery img:focus {
		opacity: .9;
}

.two-column, .3-column, .4-column, .content-side-left, .content-side-right {
	display: none;
}


.two-column {
	clear: both;
}

@media (max-width: 992px) {
	.nav > li > a {
		padding: 10px 8px;
	}
}

#Search label {
	display: none;
}

.footer-search button {
	right: -85% !important;
}

/* Sticky nav */
.sticky-nav {
	display: none;
	position: fixed;
	width: 100%;
	left: 0em;
	top: 0em;
	z-index: 100;
	background-color: rgba(35,35,35,1);
}

/* Search Results */
#SearchResults {
    list-style: none;
    padding-left: 0;
}
#SearchResults li {
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#SearchResults .searchResultHeader {
	font-weight: 400;
	font-size: 24px;
}

#map {
    height: 200px;
}


h3.intro-text {
	color:#404041;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	text-transform:none;
	line-height:1.8;
	letter-spacing:0px;
}
h2.intro-text {
	color:#404041;
}
.content-sm {
	padding-top:60px;
	padding-bottom: 60px;
}

.content-md {
	padding-top:90px;
	padding-bottom: 90px;
}
.bg-grey {
	background-color: #f2f2f3;
}

.intro-img {
	margin:40px 0px 60px;
	height:65px;
}
.img-center {
	margin:0 auto;
}
.partner-header
{
	margin-bottom:-20px;
	font-size:16px !important;
}
.supporters img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
}

.supporters img:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
}
.no-header {
	padding-top:19px;
}
.video-wrapper {
	position: relative;
	padding-bottom: 17.5%;
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 991px) {
	.video-wrapper {
	position: relative;
	padding-bottom: 54.5%;
	padding-top: 25px;
	height: 0;
	}
}
ul.instagram-gallery {
	margin:0;
	padding:0;
	white-space:nowrap;
	margin-left:-25px;
}
ul.instagram-gallery li {
	margin:0;
	padding:0;
}
.no-padding {
	padding:0 !important;
}
.no-margin {
	margin:0 !important;
}
.footer-quote {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	text-transform:none;
	font-style:italic;
	font-weight:normal;
	font-size:25px;
	letter-spacing:0;

}
.search-btn {
	color:#fff;
	width:15px;
}

.search-btn:hover {
	cursor:pointer;
}
.social-media-icons > li > .search:hover {
	color: #72c02c;
	background: #f7f7f7;
	border-bottom-color: #72c02c;
}
.social-media-icons .search-open {
	right: 0;
	display: none;
	padding: 14px;
	padding-right: 0px;
	position: absolute;
	background: #fcfcfc;
	border-top: solid 2px #eee;
	box-shadow: 0 1px 3px #ddd;
	z-index:999;
	width:400px;
	margin-top: 45px;
}
.shrink .social-media-icons .search-open {
	margin-top: 23px;
}
@media (max-width: 991px) {
	.social-media-icons .search-open {
		margin-top: 42px;
	}
	.shrink .social-media-icons .search-open {
		margin-top: 20px;
	}
}
.social-media-icons .search-open form {
	margin: 0;
}
.input-group {
	width:100%;
}
#TemplateSearchForm_SearchForm {
	height:0px;
}
#TemplateSearchForm_SearchForm_Search {
	border: solid 1px #00629B;
}
#TemplateSearchForm_SearchForm_action_Submit {
	border: solid 1px #00629B;
	border-left:none;
	padding:5px 12px;
}
#TemplateSearchForm_SearchForm_action_Submit .glyphicon-search {
		color: #00629B;
}
#TemplateSearchForm_SearchForm_action_Submit:hover  {
	background-color: #00629B;
}
#TemplateSearchForm_SearchForm_action_Submit:hover .glyphicon-search {
		color: #fff;
}
.cbp-caption-zoom .cbp-caption-activeWrap {
	background-color: rgba(30,175,108,0.93);
}
.cbp-l-caption-body p {
	padding:5px 20px;
	font-size:16px;
}
.cbp-l-caption-body p, .cbp-l-caption-body .cbp-l-grid-agency-title, .cbp-l-caption-body .cbp-l-grid-agency-desc, .cbp-caption:hover .cbp-l-grid-agency-title {
	color:#fff;
}
.cbp-caption .cbp-l-grid-agency-title {
	text-transform:uppercase;
}
.super-slides-wrapper {
	position:relative;
	top:50%;
	left:15%;
	text-align:left;
	background-color: rgba(255, 255, 255, 0.6);
	display: inline-block;
	padding: 25px;
}
.super-slides-wrapper h1 {
	font-size:70px;
	line-height:1.1;
	color:#27292f;
	margin: 0px;
	font-weight: 800;
	letter-spacing: 8px;
}
.super-slides-wrapper h2 {
	line-height:1.1;
	color:#fff;
	margin:0px;
}
.sub-carousel-image {
	height:200px;
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.btn-default {
	color:#fff;
	background-color:#27292f;
	border-color:#27292f;
	border-radius: 0px;
	font-size: 18px;
	transition: all .2s ease-in-out;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
  background-color: #00629B;
  border: 1px solid #00629B;
}
#donate-gallery .item img{
    display: block;
    width: 100%;
    max-height: 600px;
}
.owl-theme .owl-controls {
	margin:0;
}
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  margin:0 10px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
   left: 0;
  top: 50%;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
   left: 0;
  top: 50%;
}

.owl-theme .owl-controls .owl-buttons .owl-next{
  right: 0;
  top: 50%;
}
.owl-theme .owl-controls .owl-buttons .owl-next a:hover, .owl-theme .owl-controls .owl-buttons .owl-prev a:hover {
	color:#00629B;
}
.donate-img {
	height:350px;
}
.donate-boxes {
	background-color: #e6e7e7;
	min-height:200px;
	height:100%;
	max-height:200px;
	padding:20px;
}

.donate-boxes h2 {
	font-weight: bold;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-60 {
	margin-bottom:60px;
}
h1.help-title {
	color:#404041;
}
.form-inline.newsletter-form {
	margin-top:10px;
}
.newsletter-form, .newsletter input {
	width:90% !important;
}
.btn-newsletter {
	background-color:#00629B;
	border-color:#00629B;
}
.btn-newsletter:hover {
	background-color:#404041;
}
.team ul.team-socail li i {
	color: #aaa;
	padding: 6px 7px;
	min-width: 30px;
	font-size: 18px;
	text-align: center;
	background: #f7f7f7;
	display: inline-block;
}

.team ul.team-socail li i:hover {
	color: #fff;
	background: #004961;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.team .thumbnail-style {
	padding: 12px;
}

.team .thumbnail-style img {
	margin-bottom: 7px;
}

.team .thumbnail-style h3 {
	margin-bottom: 5px;
}

.team .thumbnail-style:hover h3 a {
	color: #004961 !important;
}

.team .thumbnail-style small {
	display: block;
	margin-top: 5px;
	font-size: 15px;
}
/* .about-me { */
/* 	overflow: hidden; */
/* } */

.about-me h2 {
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
}

.about-me span {
	color: #58595b;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.about-me .social-icons {
	margin-top: 7px;
}

a.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 15px;
}

.thumbnail-style {
	padding: 7px;
}
.thumbnail-style:hover p, .thumbnail-style:hover h3 {
	color:#000;
	/*box-shadow: 0 0 8px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;*/
}

.thumbnail h3,
.thumbnail-style h3 {
	margin: 6px 0 8px 0;
}

.thumbnail h3 a,
.thumbnail-style h3 a {
	color: #000;
	font-size: 18px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	color: #004961;
	text-decoration: none;
}

.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 11px;
}

.thumbnail-style a.btn-more {
	right: -10px;
	bottom: 10px;
	color: #fff;
	padding: 1px 6px;
	position: absolute;
	background: #004961;
	display: inline-block;
}
.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	box-shadow: 0 0 0 2px #f0cc01;
}
.thumbnail-style:hover a.btn-more {
	right: 10px;
}
.team ul.team-socail {
	text-align: right;
}

.team ul.team-socail li {
	margin: 0 !important;
	padding: 0 !important;
}

.team ul.team-socail li a,
.team ul.team-socail li a:hover {
	text-decoration: none;
}
.staff-section-wrapper .container {
	padding-right: 0px;
	padding-left: 0px;
}
.social-feed li img {
	width:180px;
	height:180px;
}
.social-feed {
	overflow: hidden;
}

/*Team v3
------------------------------------*/
.team-v3 .team-img {
  position: relative;
  overflow: hidden;
}

.team-v3 .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.team-v3 .team-img:hover:after, .team-v3 .team-img:focus:after {
  background: rgba(30,175,108,0.93);
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.team-v3 .team-img > img {
  min-height: 100%;
  width: 100%;
}

/*Team Hover Gradient*/
.team-v3 .team-hover {
  left: 0;
  top: 60%;
  z-index: 1;
  padding: 0;
  width: 100%;
  padding: 20px;
  list-style: none;
  margin-top: -90px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.team-v3 .team-img:hover .team-hover, .team-v3 .team-img:focus .team-hover {
  top: 35%;
  visibility: visible;
}


.team-v3 .team-hover span,
.team-v3 .team-hover small {
  color: #fff;
  display: block;
}

.team-v3 .team-hover span {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.team-v3 .team-hover small {
  font-size: 13px;
  margin-bottom: 10px;
}

.team-v3 .team-hover p {
  color: #fff;
  margin-bottom: 20px;
}
.team-v3 .team-hover a {
	color:#fff;
}
.team-v3 .team-hover a:hover, .team-v3 .team-hover a:focus {
	color:#fff;
}

.hail-container {
	margin-top: 50px;
	clear: both;
}

.page-header .controls {
	margin-bottom: 20px;
}

.hail-container .page-header h1 {
	padding-top: 10px;
}

.controls a {
	background-color: #0097A9;
}

.gallery .portfolio-item {
	height: auto;
}

.gallery .portfolio-item img {
	margin-left: auto;
	margin-right: auto;
}


@media(min-width: 1300px) {
	.news-image-home-page {
		height:400px;
	}
}

@media(max-width: 1299px) {
	.news-image-home-page {
		height:250px;
	}


}
@media(max-width: 991px) {
	.news-image-home-page {
		max-height:300px;
	}
	.news-image-home-page img {
		height:auto;
	}
}

/*----------------------------- Homepage Navigation --------------------------------*/

#site-nav-home .navbar.navbar-fixed-top {
	background-color: #27292f;
	box-shadow:none;
}

.navbar-nav {
	clear:both;
	float:right;
}

.navbar-nav>li>a {
	padding-top:5px;
}

#site-nav-home .shrink.navbar.navbar-fixed-top, .navbar.navbar-fixed-top {
	background-color:#27292f;
	webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}
nav.navbar.shrink .nav.navbar-nav.nav-anchor  {
  margin-top:10px;
}
nav.navbar.shrink .company-logo {
  margin-top:10px;
  padding-bottom:5px;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
nav.navbar .company-logo {
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
nav.navbar.shrink .company-logo img {
  height:45px;
}

nav.navbar .container {
	transition: all 0.4s ease;
}

nav.shrink a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 15px;
}

nav.shrink .navbar-brand {
  font-size: 25px;
}

nav.shrink .navbar-toggle {
  margin: 15px 0 8px;
  padding: 9px 10px
}
nav.shrink .search-btn-small {
	margin-top:21px;
}
.contact-details {
	margin-top: 22px;
}
.contact-details li a {
	color: #00629B;
}
.contact-img {
	padding-top:20px;
}
.edo-title {
	font-family: "edo",sans-serif;
	text-transform:none;
	font-weight:normal;
	color: #00629B;
}
.edo-title.donate-text {
	font-size:46px;
	line-height:1.1em;
	margin-top:0;
	margin-bottom:0;
}
.footer-img {
	height:50px;
	margin-bottom:20px;
	margin-top:20px;
}

#content-container h1.text-center {
	padding-bottom: 20px;
}


@media(max-width:1199px) {
	#company-logo-large {
		margin-top:15px;
		margin-bottom:9px;
	}
	nav.navbar .container {
		width:100%;
	}
}
hr {
	border-color:#00629B;
	margin-top:40px;
	margin-bottom:40px;
}

@media (max-width: 991px) {
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    	width:100%;
    	margin-left:0;
    	margin-right:0;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
    	float: none!important;
			margin-top: 7.5px;
		}
	.navbar-nav>li {
        float: none;
        width:100%;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
  		width:100%;
	}
	#top-bar {
		display:none;
	}
	#search-small {
		display:none;
	}
	.search-btn-small {
		margin-top:43px;
	}
}
.modal-header {
	background-color:#00629B;
}
.modal-title {
	color:#fff;
}
.dropdown-menu > li > a {
	text-align: left;
	letter-spacing: 2px;
	font-size: 15px;
	line-height: 1.6em;
	text-transform: uppercase;
}
.navbar-collapse {
    float: right;
    padding-top: 58px;
}
.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
.page-scroll .btn-circle i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 3px 12px;
	border: 4px solid #fff;
	border-radius: 35px;
	font-size: 60px;
	line-height: 1;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.page-scroll-btn {
	position: inherit;
	bottom: 100px;
	z-index: 5;
	text-align: center;
}

.page-scroll-btn i {
	color: #fff;
}

.blur {
    z-index: 1;
}
.fill {
    z-index: 2;
}
.fill, .blur {
    width: 100%;
    height: 100%;
    background-position-x: center;
    background-position-y: 0;
    background-size: cover;
    position: absolute;
}
.animateOpacity {
    -webkit-transition: all ease .2s;
    opacity: 0;
}

.btn-circle:hover, .btn-circle:focus {
	border: 4px solid #fff !important;
	outline: 0;
	color: #fff;
	background: rgba(255,255,255,.1);
}

.btn-circle:active {
	border: 4px solid #fff !important;
}
@media (max-width: 1090px) {
	.page-scroll-btn {
		position: relative;
		display: none;
	}
}
@media (max-height: 767px) {
	.page-scroll-btn {
		position: relative;
		display: none;
	}
}
@media (max-width: 991px) {
	.super-slides-wrapper h1 {
		font-size: 55px;
	}
	.super-slides-wrapper h2 {
		font-size: 25px;
	}
}
@media (max-width: 767px) {
	.super-slides-wrapper h1 {
		font-size: 45px;
	}
	.super-slides-wrapper h2 {
		font-size: 20px;
	}
	.sub-carousel-image {
		height: 115px;
	}
}
.cbp-item-wrapper {
  width: inherit;
}
.resize-text {
	font-size: 12px!important;
}
.carousel-control {
	z-index: 99;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}
/*------- Wall Street Mall Styles -------*/
.portfolio-item {
	height: 360px;
	padding: 0 15px;
}
.margin-top {
	margin-top: 20px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.breadcrumb {
	background-color: transparent;
}
.homepage-tile {
 position: relative;
 height: 300px;
}
.homepage-tile img {
	width: 100%;
}
.homepage-tile .hover-tint {
	position:relative;
	top:0px;
	width: 100%;
	height: 100%;
	background: rgba(39, 41, 47, 0.5);
	opacity: 0;
	transition: all .2s ease-in-out;
}
.homepage-tile .hover-tint:hover, .homepage-tile .hover-tint:focus {
	position:relative;
	top:0px;
	width: 100%;
	height: 100%;
	background: rgba(39, 41, 47, 0.5);
	opacity: 1;
	transition: all .2s ease-in-out;
}
.homepage-tile h1 {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 35%;
	left: 0;
	width: 100%;
}
a .homepage-tile h1 {
  transition: all .2s ease-in-out;
}
.homepage-tile:hover > h1, .homepage-tile:focus > h1 {
	transform: scale(1.1);
	z-index: 99;
}
.homepage-whatson h1 {
	color: #fff;
	margin-bottom: 30px;
}
.homepage-whatson h2 {
	color: #fff;
	margin-top: 30px;
	margin-bottom: 15px;
}
.homepage-whatson p {
	color: #fff;
}
.homepage-whatson {
	background-color: #27292f;
	padding-top: 80px;
	padding-bottom: 80px;
}
.gold-tile {
	margin-top: 30px;
	border: 1px solid #00629B;
	position: relative;
	min-height: 240px;
	transition: all .2s ease-in-out;
}
.gold-tile:hover, .gold-tile:focus {
	background-color: #2F3138;
}
.gold-tile h2 {
	font-size: 34px;
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
}
.homepage-whatson .edo-title {
	color: #00629B;
}
.details-section {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f2f2f3;
}
.details-section h1 {
	margin-bottom: 50px;
}
.details-section ul {
	list-style-type: none;
	padding-left: 0px;
}
.details-section ul li {
	padding-bottom: 8px;
}
.stores-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.stores-section img {
	margin-bottom: 15px;
}
.store-thumb {
	height: 240px;
	overflow: hidden;
}
.store-thumb img {
	height: 240px;
	max-width: none;
}
.stores-image {
	height: 400px;
}
.store-image {
	height: 500px;
}
.store-logo img {
	max-height: 140px;
}
.store-details {
	margin-top: 60px;
	padding-top: 50px;
	border-top: 2px solid #000;
}
.store-details h2 {
	margin-bottom: 15px;
}
.store-details i {
	margin-right: 10px;
}
.store-info {
	padding-top: 60px;
	padding-bottom: 60px;
}
#content-container {
	padding-bottom: 60px;
}
.promos-section {
	margin-top: 60px;
	margin-bottom: 60px;
}
.promos-section h2 {
	margin-top: 30px;
	margin-bottom: 20px;
}
.promos-section .col-md-4 {
	min-height: 375px;
}
.promo-tile {
	position: relative;
}
.promo-tile h2 {
  font-size: 34px;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
	color: #fff;
}
.shrink .navbar-nav>li>.dropdown-menu {
	margin-top: 12px;
}
#contact-container {
	padding-top: 60px;
	padding-bottom: 60px;
}
.navbar-collapse {
	box-shadow: none;
	border-top: none;
}
.navbar-toggle .icon-bar {
    height: 4px;
    border-radius: 0px;
}
@media (max-width: 991px) {
	.navbar-inverse .navbar-nav > li > a {
		text-align: right;
	}
	.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
	}
	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #00629B;
	}
	.navbar-nav {
		margin: 0;
		background-color: ;
	}
	.navbar-nav {
		display: block;
		width: 100%;
		float: left;
		position: relative;
		margin-top: 0px;
	}
	.navbar-nav > li {
		float: none;
		display: inline-block;
		width: 100%;
	}
	.navbar-collapse{
		padding:0px;
		max-height: none;
	}
	.navbar-inverse .navbar-nav > li > a {
		color: #00629B;
	}
	.navbar-inverse .navbar-nav > li > a:hover {
		color: #f2f2f3;
	}
	.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
	}
	.dropdown-menu > li > a {
		text-align: right;
	}
	.promos-section p {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.margin-bottom {
		margin-top: 20px;
	}
	.super-slides-wrapper {
		left: 0%;
	}
	.super-slides-wrapper h1 {
    font-size: 40px;
	}
	h3.intro-text {
		font-size: 16px;
	}
	p {
		font-size: 14px;
	}
	.details-section h3, .details-section p {
		text-align: center;
	}
	.store-details h2, .store-details p {
		text-align: center;
	}
	.promos-section h2, .promos-section p {
		text-align: center;
	}
	.promos-section p {
		margin-bottom: 40px;
	}
	.details-section ul li {
		font-size: 14px;
		text-align: center;
	}
	.mobile-center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	.simply-scroll-clip {
    height: 200px;
	}
	h1 {
		letter-spacing: 2px;
	}
	.store-image {
    height: 200px;
	}
	.store-thumb {
		height: auto;
	}
	.promos-section .col-md-4 {
    min-height: auto;
	}
	.store-thumb img {
    height: auto;
    max-width: 100%;
	}
}
.fancybox-map {
	background: url($ThemeDir/img/WallSt_Map.png);
}


/* /////////////////////////////////////////////////// */
/* ///////////////     CUSTOM     //////////////////// */
/* /////////////////////////////////////////////////// */

a, a:hover {
	font-weight: 400;
}

h2 {
	color: #00629B;
}

#intro-container {
	padding: 70px 0 100px 0;
}

#intro-container p {
	font-size: 18px;
}

#intro-container h1 > p {
    color: #00629B;
    font-size: 27px;
}

h1 {
	color: #00629B;
	font-size: 32px;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: 400;
}

h2 {
	color: #0097A9;
	font-size: 22px;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: 400;
}

.section.fullwidth.home-section h2 {
	text-align: center;
}

h3 {
	letter-spacing: 0px;
	text-transform: none;
	font-weight: 400;
	color: #00629B;
}

h4 {
	color: #00629B;
	font-size: 22px;
	font-weight: 300;
	margin: 1em 0;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: 400;
}

#site-nav {
	background-color: #0097A9;
	transition: all 0.5s ease;
}

.nav.navbar-nav.nav-anchor {
    text-align: right;
}

.nav.navbar-nav.nav-anchor a {
		color: #fff;
}

.nav.navbar-nav.nav-anchor a:hover {
		color: #fff;
}

.company-logo img {
	width: 80%;
}

.search-bar.input-group.search {
    margin-bottom: -33px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
	text-decoration: underline;
	color: #fff;
}

.navbar-inverse .navbar-nav > li > .current:hover {
	color: #fff;
	text-decoration: none;
}

.navbar-inverse .navbar-nav > li:nth-child(7) {
	background-color: #00629B;
  padding-bottom: 23px;
  padding-top: 103px !important;
  z-index: 1;
}

.nav.navbar-nav.sticky-nav > li:nth-child(7) {
	padding-top: 33px !important;
}

.navbar-inverse .navbar-nav > li:nth-child(7):before{
  content: "";
  position: absolute;
  bottom: -37px;
  left: 0;
  width: 0;
	height: 0;
	border-top: 38px solid #00629B;
	border-right: 48px solid transparent;
}
.navbar-inverse .navbar-nav > li:nth-child(7):after{
  content: "";
  position: absolute;
  bottom: -37px;
  right: 0;
  width: 0;
	height: 0;
	border-top: 38px solid #00629B;
	border-left: 48px solid transparent;
}


/*navigation*/
.home-nav.shrink {
	position: fixed!important;
	z-index: 999;
	width: 100%;
	transition: all 0.5s ease;
}
.shrink {
	position: fixed!important;
	transition: all 2s ease;
}
.shrink .company-logo {
  margin-top: 2px;
}
.shrink .company-logo img {
  width: 140px;
	-webkit-transition: width .2s;
}



/*end navigation*/

.navbar-nav > li > .dropdown-menu {
	background-color: rgba(0, 98, 155, 0.9);
}

.dropdown.search .dropdown-menu {
	background-color: #fff;
}

.dropdown-menu > li > a {
	color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #0097A9;
}

.home-support {
	background-color: #00629B;
	padding: 10px 0;
}

.carousel-caption {
	display: none;
}

.nav-shadow.shrink {
    width: 100%;
    z-index: 9999;
}

.bg-grey {
	background-color: #f0f1f1;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bg-white {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section {
	margin-top: 0px;
	margin-bottom: 0px;
}

button.search-button {
	right: 0 !important;
}

.column-image.circular {
	width: 200px;
	height: 200px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background-size: cover;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
}

#footer {
	background-color: #0097A9;
}

ul.footer-nav.nav_center {
	text-align: left;
}

#footer .no-link {
	opacity: 0.65;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}

#footer a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.fa.fa-facebook {
    font-size: 18px;
}

ul.footer-nav.nav_center li {
	display: block;
	text-align: left;
}

.footer-logo {
	text-align: left;
	width: 80%;
	margin-top: 20px;
}

.column-image.circular .img-responsive {
	max-width: none;
	max-height: 100%;
	margin-left: -50%;
}

.btn.btn-primary {
	background-color: #0097A9;
	border-radius: 0px;
	margin: 1em;
}

.btn.btn-primary a {
	color: #fff;
}

.row.pink-banner {
	background-color: #00629B;
}

#footer-banner-pink {
	background-color: #00629B;
	padding: 15px;
}

.carousel {
	height: 55%;
	margin-top: 170px;
}

#site-nav-home .shrink.navbar.navbar-fixed-top, .navbar.navbar-fixed-top {
	background-color: #0097A9;
}

.collapse.navbar-collapse.navbar-ex1-collapse.navbar-main-collapse {
	padding-top: 0px;
}

.search-btn {
	margin-top: 87px;
}

nav.navbar.shrink .nav.navbar-nav.nav-anchor {
	margin-top: 0px;
}

.navbar.navbar-inverse.navbar-fixed-top.shrink .navbar-nav > li:nth-child(7) {
	padding-top: 31px !important;
}

.company-logo img {
    width: 100%;
    margin-top: 15px;
}

nav.navbar.shrink .company-logo img {
	height: auto;
	width: 70%;
	padding-left: 37px;
	padding-top: 0px;
}

.social-media-icons .search-open {
	margin-top: 38px;
	padding-right: 15px;
	width: 270px;
}

#TemplateSearchForm_SearchForm_action_Submit {
	padding: 5px 12px 4px;
}

.shrink .social-media-icons .search-open {
    margin-top: 34px;
}

#TemplateSearchForm_SearchForm_Search {
    border: solid 1px #00629B;
}

#footer-infomation {
    background-color: #f0f1f1;
		padding: 1em;
}

#intro-container p {
	line-height: 26px;
}

/*.header-image {
	height: 285px;
	overflow: hidden;
	margin-top: 170px;
}*/

.header-image-image {
	margin-top: 170px;
    height: 380px;
}

ul.dropdown-menu.navmenu-nav.current {
    margin-top: 24px;
    padding-top: 0;
    padding-bottom: 0;
}

.breadcrumb {
	text-align: right;
	font-weight: lighter;
	padding-top: 0px;
	font-size: 14px;
}

.breadcrumb a {
	font-weight: lighter;
}

.navbar-inverse .navbar-nav > li > a {
	padding-left: 12px;
	padding-right: 12px;

}

.event-section {
	height: 400px;
}

.event-section .col-md-8.col-sm-7.col-xs-12  {
	background-color: #0097A9;
	min-height: 400px;
}

.event-section .col-md-4.col-sm-5.col-xs-12 {
	padding-left: 0px;
}

.event-date {
	color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 0;
  margin-bottom: 50px;
  text-align: center;
}

.event-title {
	color: #fff;
	text-align: center;
	font-size: 27px;
  font-weight: 400;
	line-height: 36px;
}

.event-lead {
	color: #fff;
  font-weight: 400;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}

.event-container {
	padding: 50px;
	height: 400px;
}

.event-image {
	height: 400px;
}

.no-header-img {
	height: 220px;
}

.nav.navbar-nav.nav-anchor a {
	font-weight: 400;
}

.dropdown-menu.navmenu-nav.link {
    margin-top: 24px;
		padding-top: 0px;
		padding-bottom: 0px;
}

.shrink .navbar-nav > li > .dropdown-menu {
	margin-top: 24px;
	padding-bottom: 0;
	padding-top: 0;
}

.dropdown-menu.navmenu-nav.section {
    margin-top: 24px;
    padding-bottom: 0;
    padding-top: 0;
}

.breadcrumb a:visited {
	color: #00629B;
}

.banner-image {
	display: inline;
	height: 85px;
}

.banner-text {
	color: white;
  	display: inline;
  	font-size: 30px;
  	font-weight: lighter;
	margin-left: 10px;
	vertical-align: middle;
}

.home-support .col-sm-6.col-xs-12 {
	text-align: center;
}

.dropdown-menu > li > a {
	text-transform: none;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.btn.btn-primary.footer-button {
	margin: 1.1em 1em 1em 1em;
	padding: 10px 20px;
}

.footer-button a {
	font-size: 18px;
}

.section.fullwidth.home-section #footer-banner-pink {
	display: none;
}

.support-link:hover {
	opacity: 0.7;
}

.bg-white ul, .bg-grey ul, .col-sm-8.service-block ul {
    list-style: none;
    padding:0;
    margin:0;
}

.bg-white li, .bg-grey li, .col-sm-8.service-block li {
    padding-left: 1em;
    text-indent: -.7em;
		font-size: 15px;
		color: #27292f;
		line-height: 20px;
		font-family: 'Open Sans', sans-serif;
}

.bg-white li:before, .bg-grey li:before, .col-sm-8.service-block li:before {
    content: "• ";
    color: #00629B; /* or whatever color you prefer */
}

.breadcrumb li::before {
	content: "";
}

#map {
    height: 300px;
}

.list-unstyled.list-inline.list-social-icons > li a {
	color: #00629B;
}

.form-control.contact-form:active, .form-control.contact-form:focus {
	border: 1px solid #00629B !important;
}

.action.submit.waves-effect.waves-light.btn.btn-primary.waves-input-wrapper {
	margin-left: 0;
  padding: 11px 20px 10px;
}

.waves-button-input {
    background-color: transparent;
    border-width: 0;
    color: white;
    outline: 0 none;
		font-style: normal;
}

#Form_ContactForm label {
	font-weight: 600;
	font-size: 15px;
}

.btn, .btn-large, .btn-flat {
	text-transform: none;
}

.col-sm-4.service-side {
	padding-left: 0;
}

.link.list-group-item {
    background-color: #0097A9;
    border: 0 none;
    border-radius: 0;
		color: #fff;
		font-size: 14px;
}

.current.list-group-item {
	border: 0 none;
	border-radius: 0;
	color: #fff;
	background-color: #00629B;
	font-size: 14px;
}

.link.list-group-item:hover {
	background-color: #0097A9;
	opacity: 0.85;
}

.current.list-group-item:hover {
	background-color: #00629B;
}

#MemberLoginForm_LoginForm {
	margin-top: 190px;
}

.table.table-striped td {
    font-size: 15px;
}

.section.fullwidth.hailpage {
	background-color: #F0F1F1;
}

.summary-content {
	background-color: #fff;
	border-top: 5px solid #0097A9;
	padding-bottom: 20px;
	padding-top: 20px;
}

.summary-content h3 a {
	color: #00629B;
	font-size: 22px;
	line-height: 19px;
}

.summary-content .Lead {
	color: #27292f;
	margin: 10px 0;
}

.summary-content small {
	color: #00629B;
}

.lead {
	font-size: 15px;
	font-weight: 400;
}

.content-area .date {
	margin-bottom: 30px;
}

.news-item {
  box-shadow: 1px 1px 10px 1px #999;
}

.summary-content h3 {
  line-height: 29px;
}

.section.fullwidth.hailpage .bg-white li::before, .section.fullwidth.hailpage .bg-grey li::before, .section.fullwidth.hailpage .col-sm-8.service-block li::before {
	content: none !important;
}

.pagination a {
	padding-left: 23px !important;
  padding-right: 10px !important;
}

.pagination .fa.fa-chevron-right, .pagination .fa.fa-chevron-left {
    margin-left: 9px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #00629B;
	border-color: #00629B;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #00629B;
}

.article-gallery.full-width {
	margin-top: 20px;
}

.article-gallery.full-width h2 {
	margin-bottom: 10px;
}

.place-card.place-card-medium {
	display: none !important;
}

.tabbable .active > a {
	background-color: #00629B !important;
	color: #fff !important;
}

.tabtabs.waves-effect.waves-light a {
    background-color: #0097A9;
		color: #fff;
}

.tabcontainer {
	background-color: #F0F1F1;
	padding-top: 20px;
}

.tabcontainer {
  background-color: #f0f1f1;
  height: 290px;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 95%;
}

.nav-tabs {
	border-bottom: 0px;
}

.alltab {
	margin-top: 50px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a {
	border: 0;
	border-radius: 0;
}

.alltab a {
    color: #00629B;
}

.tabcontainer i {
    color: #0097A9;
}

.carousel-indicators {
	display: none;
}

.event-container a:hover {
	text-decoration: none;
}

.event-container a:hover .event-title {
	text-decoration: underline !important;
}

.newsletter-section {
	height: 400px;
}

.newsletter-section .col-md-4.col-sm-5.col-xs-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.newsletter-section .col-md-8.col-sm-7.col-xs-12 {
	background-color: #95c312;
	min-height: 400px;
}

.newsletter-container {
	padding: 60px;
	height: 400px;
}

.newsletter-heading {
	color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.newsletter-text {
	color: #fff;
}

.mc-fn {
	width: 225px;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	padding: 8px;
}

.mc-ln {
	width: 225px;
	float: left;
	margin-top: 20px;
	padding: 8px;
}

.mc-address {
    width: 465px;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	padding: 8px;
	clear: both;
}

.mc-city {
    clear: both;
	width: 225px;
	float: left;
	margin-top: 20px;
    margin-right: 15px;
	padding: 8px;
}

.mc-phone {
    width: 225px;
    float: left;
    margin-top: 20px;
    padding: 8px;
}

.mc-ea {
	width: 350px;
	clear: both;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	padding: 8px;
}

@media (max-width: 767px) {
    #mc_embed_signup_scroll input {
        width: 100% !important;
        clear: both !important;
    }
}

#mc-embedded-subscribe {
	float: left;
  margin-top: 20px;
  padding: 10px 22px;
  background-color: #0097A9;
  border: 0;
  color: #fff;
}

#mc-embedded-subscribe:hover {
	opacity: 0.85;
}

.section.fullwidth.home-section {
	padding-bottom: 0px !important;
}

.waves-effect.waves-light.wave-mc.waves-input-wrapper {
	float: left;
}

.btn.btn-primary.footer-button:hover {
	opacity: 0.85;
}

.btn.btn-primary.footer-button a:hover {
	text-decoration: none;
}

.section.fullwidth.home-section .bg-white .col-lg-3.col-md-3.col-sm-6 {
	min-height: 300px;
}

#Remember .input-group {
	width: 15px;
}

#Remember label {
	position: absolute;
}

.section.fullwidth.home-section h1 {
  margin-bottom: 20px;
}

.event-title {
  margin-bottom: 20px;
}

.section.fullwidth.home-section .bg-white {
	padding-top: 50px;
	padding-bottom: 50px;
}

.current.list-group-item, .link.list-group-item {
	width: 100%;
}

#SearchResults .readMoreLink {
	font-size: 15px;
	margin-top: 5px;
	line-height: 50px;
}

.searchResultHeader {
	line-height: 60px;
}

#SearchResults li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

a, a:hover, a:visited {
	color: #00629B;
}

.search-bump {
	margin-top: -41px;
}

#TemplateSearchForm_SearchForm_action_Submit {
	background-color: transparent;
    border-bottom-width: 0;
    border-right-width: 0;
    border-top-width: 0;
}

.home-support a:hover {
	text-decoration: none;
	opacity: 0.7;
}

p {
	margin: 1em 0;
}

.search-active {
	color: #fff;
    background-color: #00629B;
    padding: 3px 10px;
    border: 1px solid #cccccc;
}

.search-pageination a, #PageNumbers .prev, #PageNumbers .next {
	color: #cccccc;
    background-color: #fff;
    padding: 3px 10px;
    border: 1px solid #cccccc;
}

.search-pageination a:hover, #PageNumbers .prev:hover, #PageNumbers .next:hover {
	background-color: #eee;
	color: #00629B;
	text-decoration: none;
}

#intro-container h1 > p, h1, .event-title {
	font-weight: 600;
}

.row.pink-banner a:hover {
	text-decoration: none;
}

.event-section .col-md-8.col-sm-7.col-xs-12, .newsletter-section .col-md-8.col-sm-7.col-xs-12 {
	display: table;
}

.event-container, .newsletter-container {
	display: table-cell;
	vertical-align: middle;
}

a.anchor {
    display: block;
    position: relative;
    top: -87px;
    visibility: hidden;
}

.navbar.navbar-inverse.navbar-fixed-top.shrink .company-logo {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#SearchResults p {
	margin-bottom: 0px;
}

.header-image {
	height: 300px;
	margin-top: 170px;
}

.news-image a:link img, .news-image a:link div {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  margin:0 auto;
  width:100%;
}
.news-image a:hover img,  .news-image a:hover div {
  opacity: .9;
  transform:scale(1.2);
  -ms-transform:scale(1.2); /* IE 9 */
  -moz-transform:scale(1.2); /* Firefox */
  -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition:    all 0.3s ease-out;
  -o-transition:      all 0.3s ease-out;
  -ms-transition:    all 0.3s ease-out;
  transition:        all 0.3s ease-out;
}

.news-image {
	height: 250px;
}

.news-image .fill {
	position: relative;
}

.header-image-image {
	height: 330px;
}

h1.page-header {
    margin-left: -5px;
}

.event-section .col-md-4.col-sm-5.col-xs-12 {
	padding-right: 0;
}

h3 {
	margin-top: 30px;
}

h2 {
	margin-top: 20px;
}

.carousel .item div {
	height: 101%;
	width: 101%;
}

.carousel .item.active div {
	height: 101%;
	width: 101%;
}

.content-area p, .content-area ul li {
	font-size: 15px;
}

.navbar-inverse .navbar-nav > li:nth-child(7)::after, .navbar-inverse .navbar-nav > li:nth-child(7)::before {
	-moz-transform: scale(0.9999);
}

.sponsor-image-box {
	max-height: 100px;
	min-height: 100px;
}

.hailacticle.full-width.content-sm {
	padding-top: 100px;
	padding-bottom: 100px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
	padding-right: 26px;
}

#swipebox-caption {
	font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 1199px) {
	.event-container {
		padding: 0px;
	}
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-nav > li:nth-child(7) {
		padding-top: 0px !important;
		background-color: transparent !important;
	}

	.navbar-inverse .navbar-nav > li:nth-child(7):after {
		border-top: 0px;
		border-left: 0px;
	}

	.navbar-inverse .navbar-nav > li:nth-child(7):before {
		border-top: 0px;
		border-left: 0px;
	}

	.search-btn {
		margin-top: 46px;
	}

	.navbar-toggle {
		margin-top: 79px;
	}

	.navbar.navbar-inverse.navbar-fixed-top.shrink .navbar-nav > li:nth-child(7) {
		padding-top: 0px !important;
	}

	.event-lead {
		padding-left: 0px;
		padding-right: 0px;
	}

	.event-container {
		padding: 20px;
	}

	.newsletter-container {
		padding: 20px;
	}

	.mc-fn, .mc-ln {
		width: 350px;
	}

	#footer li {
    text-align: center;
	}

	#footer img {
		width: 280px;
	}

	.section.fullwidth.home-section .bg-white .col-lg-3.col-md-3.col-sm-6 {
    min-height: 485px;
	}

	#TemplateSearchForm_SearchForm_action_Submit {
		margin-left: 150px;
	}

	nav.shrink .search-btn-small {
		margin-top: 0px;
	}

	nav.shrink .navbar-toggle {
		margin-top: 35px;
	}

	img#company-logo-small {
		margin-bottom: 13px;
	}
}

@media Screen and (max-width: 768px) {
	.tabcontainer {
    background-color: #f0f1f1;
    height: 540px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
	}

	.nav-tabs > li {
		width: 100%;
	}

	.waves-effect.waves-light.wave-mc.waves-input-wrapper {
		clear: both;
	}

	.home-support.col-sm-6.col-xs-12 {
		margin-top: 20px;
	}

	.section.fullwidth.home-section .bg-white .col-lg-3.col-md-3.col-sm-6 {
    min-height: 0;
	}

	.social-media-icons .search-open {
		position: absolute;
		left: -213px;
	}

	.btn.btn-default.search-button {
    margin-left: 150px;
	}

	.btn.btn-primary.footer-button {
		margin-left: 0px;
	}

	.footer-nav.nav_center {
		padding-left: 0px;
	}

	.dropdown-menu.navmenu-nav.link {
		margin-top: 0;
	}

	#footer-infomation .col-lg-9.col-md-9.col-sm-9.col-xs-12, #footer-infomation .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
		text-align: center;
	}

	.mc-fn, .mc-ln, .mc-ea {
		width: 100%;
	}

	.page-title {
		margin-left: -5px;
	}
}

@media Screen and (max-width: 450px) {
	.banner-text {
		font-size: 25px;
	}

	.home-support .col-sm-6.col-xs-12 {
		text-align: left;
	}
}



/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .7s;
         -moz-transition: opacity .7s;
           -o-transition: opacity .7s;
              transition: opacity .7s;
}
.carousel-control {
    background-image: none !important;
}

.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu>.dropdown-menu.third-lvl-nav {
    background-color: rgba(0, 98, 155, 0.9);
	border-radius: 0px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}

.footer-logo-wrap {
	width: 100%;
	text-align: center;
}

.footer-logo {
	width: 50%;
}

.company-logo img {
    width: 125px;
}

h2 {
	font-family: "museo-sans",sans-serif;
	font-weight: 500;
	color: #0097A9;
	font-size: 32px;
}

h3 {
	font-family: "museo-sans",sans-serif;
	font-weight: 500;
	color: #00629B;
}

h1 p, h1 {
	font-family: "museo-sans",sans-serif;
	font-size: 50px;
}

h1.page-header {
	font-family: "museo-sans",sans-serif;
	font-weight: 500;
	color: #0097A9;
	font-size: 40px;
}

.section.fullwidth.home-section h2 {
	margin-bottom: 10px;
}

.section.fullwidth.home-section .col-lg-3 h2 {
	font-family: "museo-sans",sans-serif;
	font-weight: 500;
	color: #00629B;
	font-size: 18px;
}

#intro-container h1 > p {
    color: #00629B;
    font-size: 37px;
    margin: 30px 0 0;
}

.hail-container .page-header h2 {
	display: inline-block;
}

@media screen and (max-width: 1199px) {
	.company-logo img {
	    width: 115px;
	}
}

@media screen and (max-width: 991px) {
	.company-logo img {
	    width: 85px;
	}

	.navbar-toggle {
	    margin-top: 59px;
	}

	.search-btn {
	    margin-top: 26px;
	}

	.shrink .search-btn {
	    margin-top: 46px;
	}

	.company-logo img {
		padding-left: 0;
	}

	nav.navbar.shrink .company-logo img {
		padding-left: 0;
	}
}

@media screen and (max-width: 768px) {
	.dropdown-submenu>.dropdown-menu {
		display: block;
	}

	.dropdown-submenu>.dropdown-menu.third-lvl-nav {
	    background-color: rgba(0, 98, 155, 0.75);
	}

	.collapse.navbar-collapse.navbar-ex1-collapse.navbar-main-collapse {
		max-height: 300px;
	}
}

/*#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }*/

/******************************************************************************************************************
Donation Form
*******************************************************************************************************************/
.padding-left-0 {
	padding-left: 0;
}

.padding-right-0 {
	padding-right: 0;
}


form#Form_DonateForm .form-control{
	border-color: #ccc;
}

form#Form_DonateForm .form-control:focus {
	border-color: #0097A9;
}

form#Form_DonateForm label {
	font-size: 15px;
}

.error {
	color:red;
}

.clear-field-block {
	clear:both;
}
ul.optionset {
	margin:0px;
}
.width-200 {
	width:200px !important;
}

.donation-amount {
	margin-top: 0;
	padding-left: 0;
}

.donation-amount .btn.btn-primary.donation-button {
	background-color: #0097A9 !important;
	border: 0;
	font-size: 17px;
	margin: 10px;
	border-radius: 5px;
	padding: 0 !important;
	height: 140px;
}

ul.donation-amount .btn-primary.donation-button:hover {
	background-color: #00629B !important;
}

ul.donation-amount .btn-primary.donation-button.active {
	background-color: #00629B !important;
}
.donation-amount .btn.btn-primary.donation-button div {
	margin-bottom: 0;
	background-size: cover !important;
	height: 100%;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.donation-amount .btn-primary.donation-button.active div {
	background: linear-gradient(rgba(0,98,155,0.8), rgba(0,98,155,0.8)) !important;
}

.donation-amount h2 {
	white-space: pre-line;
	margin: 0;
	color: #FFF;
	padding-top: 15px;
	line-height: 1.0em;
}

.donation-amount span {
	white-space: pre-line;
	display: inline-block;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	bottom: 10px;
	line-height: 20px;
	padding: 0 5px;
}
#JoinMailingList .checkbox.checkbox,
#Recurring .checkbox.checkbox {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

#JoinMailingList label,
#Recurring label {
	width: 90%;
}
#Frequency {
	display: none;
}

.btn.btn-primary.donate-submit,
.btn.btn-primary.btn-donate-return {
	font-size: 20px;
	margin: 10px 0;
	padding: 10px 20px;
}
.btn.btn-primary.btn-donate-return {
	color: #FFF;
}

.DonatePage hr {
	border-color: #ccc;
}
#content-container.donation-carousel-section {
	padding: 0;
}

.carousel.donation-carousel {
	height: 500px;
	position: relative;
	margin-top: 0;
}
.carousel.donation-carousel .item div {
	height: 101%;
	width: 101%;
	background-position: 56% 37%;
	background-size: cover;
}

#Form_DonateForm_CustomAmount {
	display: inline-block;
}

#CustomAmount label:first-of-type {
	display: block;
}

/* VALIDATION ERROR DONATE FORM */

#Form_DonateForm_error {
	color: red;
	font-weight: bold;
	font-size: 17px;
}


