/* ## corrects possible view port issues in browsers that do not recognize the viewport meta tag ## */
/* http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/* Font use 

gotham-ssm
font-family: "Gotham SSm A", "Gotham SSm B";
font-style: normal italic;
font-weight: 300 400 500 700;

*/


/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `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;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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;
}

/*
 * Removes 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;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves 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;
}

/* ===============  Default Adjustments  =============== */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
iframe {max-width:100%;}

::-moz-selection { background: #3197fc; text-shadow: none; }
::selection { background: #3197fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
img { max-width:100%; height:auto !important; vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }

p { margin:0 0 1.2em 0; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none; visibility: hidden; }

.visuallyHidden, .visually-hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyHidden.focusable:active,
.visuallyHidden.focusable:focus,
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.hide       { display:none; }
.smallest   { font-size:.8em; }
.smaller    { font-size:.9em; }
.larger     { font-size:1.1em; }
.largest    { font-size:1.2em; }
.bold       { font-weight:bold; }
.italic     { font-style:italic !important; }
.strike     {text-decoration:line-through !important;}

.red, .red:visited          { color:#f00 !important; }
.green, .green:visited      { color:#390 !important; }
.lgreen, .lgreen:visited    { color:#97937d !important; }

.bgYellow { background:yellow; }
.bgGreen { background:lime; }
.vtop { vertical-align:top; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
.imgLeft { float:left; margin-right:5px; padding:5px; border:1px solid #c4c4c4; }
.imgRight { float:right; margin-left:5px; padding:5px; border:1px solid #c4c4c4; }
.nowrap { white-space:nowrap; }
.borderless { border:0; border-collapse:collapse; }
.breakforprint { page-break-after:always; }
.clear { overflow:hidden; clear:both; height:0; margin:0; font-size:1px; line-height:0; }
.skip { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.important { color:red; font-weight:bold; text-transform:uppercase; }

.click-user *:focus, .click-user *:active {outline:0;}

/* ## Base List styles ## */
ul, ol { margin:0 0 1em; padding-left: 20px;}
ul li, ol li { margin-bottom: 5px;}
.noBullet { padding:0 0 0 1em; list-style-type:none; }
.no-indent { padding:0; list-style-type:none; }
.bulletSquare { list-style-type:square; }

/* List in content */
.main-grid ul {list-style-type: none; padding:0}

/* ## Note/hint text or link ## */
.note { margin:0 7px; font-size:.8em; color:#4e4e4e; }
.note a, .note a:link, .note a:visited { text-decoration:underline; }


/* ================================================================
   PRIMARY LAYOUT STYLES
   ================================================================ */

/* Enter unique styles for site here */

/* ## Disabled Form Fields ## */
input[disabled=true]    { background-color: #F0F0F0; }
textarea[disabled=true] { background-color: #F0F0F0; }
select[disabled=true]   { background-color: #F0F0F0; }
input[readonly=true]    { background-color: #F0F0F0; }
textarea[readonly=true] { background-color: #F0F0F0; }
select[readonly=true]   { background-color: #F0F0F0; }

h1, h2, h3, h4, h5, h6 {line-height:1em; margin:0 0 .5em 0;}
h1 {font-size: 34px; }
h2 {font-size: 24px; font-weight:300;  }
h3 {font-size: 18px; font-weight:300; }
h4 {font-size: 17px; }
h5 {font-size: 1em;}
h6 {font-size: .9em;}


@media (min-width:75em) {
	h1 {font-size: 34px; }
	h2 {font-size: 30px; }
	h3 {font-size: 18px;}
	h4 {font-size: 17px; }
	h5 {font-size: 1em;}
	h6 {font-size: .9em;}
}

/* Removed :link from the list to help cut down on writing time and prevent the need for extra specificity for classes */
a, a:visited { color:#0653a2; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:underline; }

.btnText { margin:0; padding:0; color:#6D6D6D; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#6D6D6D; text-decoration:none; }

.svg-legend {
    height: 0;
    position: absolute;
    top: -999em;
    width: 0;
}

/* ## Link Modifiers ## */
a .text { text-decoration:underline; }
a:hover .text, a:active .text, a:focus .text { text-decoration:none; }
a [class^="icon-"] { text-decoration:none; }
a.removeLink { color:#f00; font-size:0.9em; }


/* ## Link Lists ## */
/* We use '<ul class="linkList">' when setting a list of organized links. */
ul.linkList {margin:0 0 15px 0; padding:0; list-style-type:none;}
ul.linkList li {margin-bottom:8px;}
ul.linkList a,
ul.linkList a:link,
ul.linkList a:visited { text-decoration:none;}
ul.linkList a:hover,
ul.linkList a:active {text-decoration:underline;}

/* Placeholders */
::-webkit-input-placeholder { color: #2a2b2c; }
/* Firefox 18- */
:-moz-placeholder { color: #2a2b2c; }
/* Firefox 19+ */
::-moz-placeholder { color: #2a2b2c;  }
:-ms-input-placeholder {  color: #2a2b2c;  }


/* ## Start Up Layout - Use, modify, or delete as need be ## */
html {position: relative;}
body {background:#fff; font-family: "Gotham SSm A", "Gotham SSm B"; overflow-x:hidden;     position: relative; }
.siteBody { position:relative; min-height:300px; color:#040404;}
.site-3 .siteBody { color:#565656; }
.footerWrpr { position:relative; }
.js-data-toggled:after { content:""; position:absolute; top:0; left:0; display:block; width: 100%; height: 100%; background:rgba(0,0,0,0.2); z-index: 111;}

@media (max-width:47.99em) {
	.cm-js-menu-active .siteBody:after { content:""; position:absolute; top:0; left:0; display:block; width: 100%; height: 100%; background:#0855a1; background:rgba(8,85,161,.98);   z-index: 10; }
	.cm-js-menu-active .footerWrpr:after { content:""; position:absolute; top:0; left:0; display:block; width: 100%; height: 100%; background:#0855a1; background:rgba(8,85,161,.98);  z-index: 10;}
	.cm-js-menu-active .theme-2 .siteBody:after { background: rgb(69,69,70); background: rgba(69,69,70,.96); }
	.cm-js-menu-active .theme-2 .footerWrpr:after {  background: rgb(69,69,70); background: rgba(69,69,70,.96); }
}
/* ## Site Header ## */
.stuck {
    position: fixed !important;
    top: 0;
    width: 100%;
}
@media (max-width:47.99em) {
	.cm-js-menu-active .stuck {
		position: static !important;
	}
}
.search-top {background:#0653a3; position:absolute; width: 100%; z-index: 1500;}
.site-3 .search-top {background:#d50f66; }
.site-4 .search-top {background:#484187; }
.search-top label { display: none; }
.search-trigger { color: #fff;  padding: 12px 13px 13px;  display: block;  font-size: 18px;  line-height: 1em;  border-radius: 6px;  margin-left: 12px;} 
.search-trigger:hover,
.search-trigger:focus { text-decoration:none; } 
.site-search { display: none; width:100%;  padding: 10px; position:relative;}
.search-input input {  width: 100%;  border: 0;  padding: 13px 135px 12px 20px;  outline: none; margin: 0; background: #e6f1f8; border-radius: 30px; color: #2a2b2c; font-weight: 500; font-size: 17px; }
@media (max-width:479px) {
	.search-input input { padding: 13px 135px 12px 10px; font-size: 11px; line-height: 20px; }
}
.search-btn { position: absolute; top: 10px; right: 0px; }
.search-btn .btn { background:none; border:0; padding: 12px 24px 13px; color:#0653a2 !important; background:#fff; border-radius:30px; width:135px; min-width:135px;}
.close-search {display: none; position:absolute; top:15px; right:0; color:#fff !important;}
.close-search .icon-plus {display: inline-block; padding: 10px;
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
 }

@media (min-width:48em) {
	.site-search {  padding: 10px 120px 10px 10px; }
	.search-btn {  right: 120px; }
	.close-search {display: block; }
}
@media (min-width:1420px) {
	.site-search {  padding-left: 10px; }
}

.affiliates { padding: 0 0 5px 0; background: #fff; text-align:center; text-transform:uppercase; font-size:15px; color:#8e8181; font-weight: 500;}
.affiliates span { font-weight:300; padding: 0 10px; color:#8e8181;}
.affiliates span:first-child { font-weight:500; padding: 0 10px 0 0;}
.affiliates > .container > div:first-child { display:none;}
.affiliates a {text-decoration:none;}
.affiliates a:hover,
.affiliates a:focus {text-decoration:underline;}

.login-top .login-box { display: none; position:absolute; top: 34px; right: 10px; width:294px; background:#fff; text-align: center; padding: 40px 20px; z-index: 2000; }
@media (min-width:48em) {
	.login-top .login-box { top: 98px;}
}
@media (min-width:1440px) {
	.login-top .login-box { right: 0px;}
}

.login-top .lb-content {position:relative; }
.login-top .lb-content label { text-transform: initial; font-size:24px; margin-bottom:22px; font-weight: 300; display: block; }
.login-top .lb-content input[type="text"],
.login-top .lb-content input[type="password"] {background: #f3f3f3; padding: 15px 20px; border-radius: 30px; font-size: 18px; width: 100%; margin-bottom:10px; border: 0;
-webkit-box-shadow: inset 0px 2px 1px 0px rgba(21, 44, 83, 0.18);
-moz-box-shadow:    inset 0px 2px 1px 0px rgba(21, 44, 83, 0.18);
box-shadow:         inset 0px 2px 1px 0px rgba(21, 44, 83, 0.18);
 }
.login-top .lb-content input[type="password"] { margin-bottom:15px; }
.login-top .lb-content .btn {min-width: 165px; font-size:18px; padding: 15px; margin-bottom:30px;}
.login-top .lb-content .forgot-pass { font-size:14px; color:#44403f; text-transform: initial; }
.close-login {    position: absolute; top: -35px; right: -16px;  color:#44403f !important; }
.close-login .icon-plus {
    display: inline-block;
    padding: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.siteHeader a.sitelogo h1,
.siteHeader a.sitelogo p {margin: 0}
.siteHeader a.sitelogo,
.siteHeader a.sitelogo:link,
.siteHeader a.sitelogo:visited {float:left; display:block; margin-top: 6px; margin-left: -10px; margin-bottom:6px; }
.stuck .siteHeader a.sitelogo,
.stuck .siteHeader a.sitelogo:link,
.stuck .siteHeader a.sitelogo:visited { margin-top:0px;}

.main-header { z-index: 2; background: #fff;}
.stuck.main-header { height:72px; }
.main-header .sitelogo { max-width:170px; }
.site-2 .main-header .sitelogo { max-width:200px; min-width:200px; height:48px; padding-top:6px; }
@media (min-width:48em) {
	.affiliates { padding:12px 0; background: #efeeee; }
	.affiliates > .container > div:first-child { display:block; }
	.main-header {height:143px; padding-top: 20px; position:relative; z-index: 2; }
	.site-3 .main-header {height:100px; }
	.site-4 .main-header {height:140px; }
	.stuck.main-header {height:100px; padding-top: 10px; }
	.main-header .container,
	.main-header .container [class*="grid_"] { position:static; }
	.main-header .sitelogo { max-width:285px; }
	.site-2	.main-header .sitelogo { max-width:285px; }
	.stuck.main-header .sitelogo { max-width:252px; }
	.siteHeader a.sitelogo,
	.siteHeader a.sitelogo:link,
	.siteHeader a.sitelogo:visited { margin-top:0px;}
}
@media (min-width:1024px) {
	.site-2	.main-header .sitelogo { max-width:385px; }
}
@media (min-width:1200px) {
	.site-2	.main-header .sitelogo { max-width:485px; }
}
@media (min-width:1440px) {
	.site-2	.main-header .sitelogo { max-width:588px; }
}

.container [class*="grid_"].header-right {text-align:right; padding-top:44px !important;}
.stuck .header-right { padding-top:30px !important;}
.header-right > ul {list-style: none; margin: 0; padding: 0; }

.siteHeader {position:relative;  min-height:80px; z-index:1000;}
@media (min-width:48em) {
	.siteHeader {position:static; }
	.header-right > div,
	.header-right > ul {display:inline-block;}
}
@media (min-width:48em) and (max-width:1200px) {
	.site-2 .header-right > div {margin-left: -140px;}
	.site-2 .siteHeader a.sitelogo,
	.site-2 .siteHeader a.sitelogo:link,
	.site-2 .siteHeader a.sitelogo:visited { margin-top: -20px;}
}

@media (max-width:47.99em) {
	.header-right { padding: 0 !important; margin: 0;  height: 0; }
	.search-hold { position: absolute; bottom: -47px; right: 49px; z-index: 3; }
	.theme-2 .search-hold { bottom: -6px; }
	.stuck .search-hold { bottom: -37px; }
}


.stuck .extra-navigation {height:0; overflow:hidden; }
.stuck .extra-navigation ul li a {display:none; }
.stuck .extra-navigation ul li.search-hold a {display:block; }
.extra-navigation {color:#6a6a6a; font-size:16px; padding: 0 0 5px 0; margin: 0 -10px; text-align:center;}
.extra-navigation ul {  margin: 0; padding: 0 0 5px 0;   border-bottom: 1px solid #dfdcdc; display:block; }
.extra-navigation a {text-decoration:none;}
.extra-navigation a:hover,
.extra-navigation a:focus {text-decoration:underline;}
@media (min-width:48em) {
	.stuck .extra-navigation ul li.search-hold a {display:none; }
	.extra-navigation {margin:0 0 -30px 0; padding: 5px 0; text-align: right; z-index: 1; position: relative; }
	.extra-navigation ul { display: inline-block; padding: 0 0 8px 0;}
}

.extra-navigation a {color:#6a6a6a; font-weight: 700; padding: 0 8px;  z-index: 1;}
.extra-navigation li:first-child a {padding: 0 8px 0 0; }
.extra-navigation li.login-hold a {padding: 0 0 0 8px; }
.extra-navigation .search-hold a { font-size:25px; }
.extra-navigation .search-hold a:hover,
.extra-navigation .search-hold a:focus { text-decoration:none;}
.extra-navigation .icon { width: 22px;  height: 22px;  margin-bottom: -3px; fill:#39b54a !important;}
.extra-navigation .search-hold .icon { width: 22px;  height: 22px;  margin-bottom: -3px; fill:#443e3e !important;}
.extra-navigation li { display: inline-block;}
.extra-navigation li:last-child {border-right: 0;}
@media (min-width:48em) {
	.extra-navigation a {padding: 0 12px !important;}
	.extra-navigation .search-hold .icon {fill:#39b54a !important;}
}

.login-btn a {display: inline-block; padding: 14px 30px; font-weight: 700; color:#0c456e; background:#6a6a6a;  border-radius: 6px;  font-size: 17px;  line-height: 1em;}
.login-btn a:hover,
.login-btn a:focus {text-decoration:none;}

/* ==========================================================================
   Global Modules
   ========================================================================== */

.mod { position: relative; margin:0 0 1em; }
.moreLink {text-align:right;}
.moreLink a {text-decoration:none;}
.moreLink a:after {
	content:'\3e';
	font-family: 'Basic-Icons';
	font-size:12px;
	font-weight:bold;
}

.moreLink a:hover,
.moreLink a:focus {text-decoration:none; color:#000;}

.title { position: relative; margin: 0 0 1em; }
.titleAlt { margin:0 0 0.1em; font-size:1.2em; }
.titleAlt2 {  }

.title .more {
	position: absolute;
	top:0;
	right: 0;
	font-size: 0.6em;
}

.modContent{
	
}



/* Item Lists Content
   ========================================================================== */

.itemList {
	margin:0;
	padding:0;
	list-style:none;
}

.item {
	display: table;
	padding: 1em 0;
	width: 100%;
	border-top: 1px solid #ccc;
}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom: 0; }

.item > .content {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.item .contentExtra {
	display: table-cell;
	vertical-align: top;
}

.content .title { margin:0; }
.itemList .content p { margin: 0; }
.content .date { font-size:0.85em; }


/* Item Media
   ========================================================================== */

.aside {
	display: table-cell;
	padding: 0 15px 0 0;
	text-align: center;
}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


/* Media Queries for Item Lists
  ========================================================================== */


@media (max-width : 400px) {

	.item { display: block; }
	.item > .content { display: block;}
	.item > .aside { display: block;}

}

.hotel-list .item {table-layout:fixed;}
.hotel-list .item .aside {width:332px;}
.hotel-list .item .aside img {min-width:317; max-width: 317px;}
.hotel-list .item > .content { display: table-cell;}
@media (max-width : 1200px) {
	.hotel-list .item > .content { display: block;}
	.hotel-list .item > .aside { display: block;}
	.hotel-list .item .aside img {min-width:200px; max-width: 100%; margin-bottom:15px;}
}


/* News
   ========================================================================== */

.article > .aside {
	float:right;
	margin: 1em;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}

.date {    font-size: .9em;}

/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
	padding: 1em;
	background: #efeeee;
}

.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

/* Pagination
   ========================================================================== */

.paging {
	padding: 1em;
}

.paging-results {
	float: left;
}

.paging-list {
	float: right;
}

.paging-list ul {
	display: block;
	padding: 0;
	margin: 0;
}

.paging-list li{
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid #002B40;
	border-left-width: 0;
	float: left;
}

.paging-list li:first-child{
	border-left-width: 1px;
}

.paging-list li a,
.paging-list li span {
	display: block;
	min-width: 30px;
	padding: 2px 5px;
	text-align: center;
}

.paging-list li a {
	/* Link State */
}

.paging-list li span {
	/* Current Page State */
}

.paging-list li.disabled {
	display: none;
}

.paging-list li.disabled+li {
	border-left-width: 1px;
}

.paging-list li.disabled+.all {
	border-left-width: 0;
}


/* pagination and filters */

.filters {float:left; display:inline; margin:0 0 5px 0;}
.filters .filterList {float:left; display:inline; margin-bottom:5px;}
.filters label { display:inline; margin:0 5px 0 0; font-weight:bold; font-size:0.8em; }
.filters .sortList {float:left; display:inline;  padding:3px 10px 0;}
.filters .sortList label {margin:0 5px 0 0;}
.filters select {margin-right:10px;}


.filters .sortList .last {border-right:0;}
.filters .sortItem {display:inline; margin:0; padding:2px 4px; font-size:0.8em; border-right:1px solid #999999;}
.filters .sortItem a, .filters .sortItem a:link, .filters .sortItem a:visited {padding-right:12px; text-decoration:none; background:url(/cms/images/layout/arrow_sortorder.gif) no-repeat 100% 2px;}
.filters .sortItem a.down, .filters .sortItem a.down:link, .filters .sortItem a.down:visited {font-weight:bold; background-position:100% -18px;}
.filters .sortItem a.up, .filters .sortItem a.up:link, .filters .sortItem a.up:visited {font-weight:bold; background-position:100% -38px;}

.pagination {float:right; width:400px; margin:0 0 10px 0; text-align:right;}
.pagination .view {float:right; display:inline; padding:0 0 0 10px;}
.pagination .view a,.pagination .view a:link, .pagination .view a:visited { display:inline-block; text-decoration:none; padding:2px 6px;}
.pagination .paging {float:right; display:inline; padding:0 10px; border-right:1px solid #999999;}
.pagination .paging a,.pagination .paging a:link,.pagination .paging a:visited {float:left; display:inline; margin:0 3px; padding:2px 6px; text-align:center; text-decoration:none; }
.pagination .paging .active {float:left; display:inline; margin:0 4px; padding:2px 6px; text-align:center; color:#000; background-color:#d2d2d2; text-decoration:none; border:1px solid #969696;}
.pagination .paging .total { float:left; display:block; padding-top:2px; color:#999999;}
.pagination a.arrowRight,.pagination a.arrowRight:link,.pagination a.arrowRight:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_right_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}
.pagination a.arrowLeft,.pagination a.arrowLeft:link,.pagination a.arrowLeft:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_left_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}

/* Search Results */
.gsc-control-cse {     font-family: "Gotham SSm A", "Gotham SSm B" !important; }
.site-3 .gsc-control-cse {     font-family: "Whitney SSm A", "Whitney SSm B" !important; }
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {   padding: 10px !important; }
.gsc-search-button input.gsc-search-button { font-size: 14px; font-weight:500; line-height:1em; color:#fff !important; background-color:#0653a2 !important; border: 0 !important; border-radius: 30px;     padding: 10px 20px; height: auto;}
.site-3 .gsc-search-button input.gsc-search-button { font-size: 30px; font-family: Louisiana; background: #d50f66 !important; border-radius: 10px; padding: 6px 20px; }
.site-4 .gsc-search-button input.gsc-search-button { background: #afd0ff !important; color: #44403f !important; font-weight: bold; font-size: 16px; border-radius: 10px; }
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {  border-color: #39b54a !important;}
.site-3 .gsc-results .gsc-cursor-box .gsc-cursor-current-page {  border-color: #d50f66 !important;}
.site-4 .gsc-results .gsc-cursor-box .gsc-cursor-current-page {  border-color: #afd0ff !important;}

/* ==============================================================
   GLOBAL STYLES
   ============================================================== */
.alert {
	overflow:hidden;
	border: 1px solid #ff6666;
	margin: 1em 0;
	padding: 10px;
	min-height: 50px;
	color: #fff;
	background-color: #ff0000;}
.alertSign {float:left;}
.alertItem {padding:10px 0; margin:0 0 0 50px;}
.alert a, .alert .date {color:#fff;}

.bdr        { }
.bdrTop     { border-top:1px solid #999; }
.bdrRight   { border-right:1px solid #999; }
.bdrBottom  { border-bottom:1px solid #999; }
.bdrLeft    { border-left:1px solid #999; }

.bdrDash        { border:1px dashed #555244; }
.bdrDashTop     { border-top:1px dashed #999; }
.bdrDashRight   { border-right:1px dashed #999; }
.bdrDashBottom  { border-bottom:1px dashed #999; }
.bdrDashLeft    { border-left:1px dashed #999; }

.alternate	{background-color: rgba(0,0,0,0.03);}
.row		{background-color: #ffffff;}


/* ##  Error Markers  ## */

.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}

.fieldtext {color:#000000;}
.fielderror {color:#cc0000;}
.fieldnorm {width:16px; height:20px;}
.fieldreq {width:16px; height:20px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center right;}
 span.fieldreq {padding:0 6px; background-position:center center;}
 span.fieldnorm {padding:0 6px; background-position:center center;}
.fieldred {width:16px; height:20px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center right;}
 span.fieldred {padding:0 6px; background-position:center center;}


/* ##  Tooltip Classes  ## */

.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size:11px;color:#999999;font-weight:bold;}
.toolTipName {font-size:14px;color:#666666;font-weight:bold;margin-bottom:14px;}


/* ##  Generic Pager  ## */

.sortStatus {float:left;}
.genericPager {float:right;}
.genericPager ul {list-style-type: none; margin:0; padding:0;}
.genericPager li {float:left; display:block; font-size:11px; margin:0 5px 5px 0;}
.genericPager li a {float:left; color:#003871; padding:2px 4px; border:1px solid #ddd; text-decoration:none; }
.genericPager li a:hover, .genericPager li a:focus { color:#000; background-color:#CFCFCF; border: 1px solid #000; text-decoration:none; }
.genericPager li.nolink {color:#fff; border:1px solid #ddd; padding:2px 4px;}
.genericPager li.active {color:#686868; border:1px solid #ddd; padding:2px 4px; background-color:#CFCFCF;}


/* ##  Smart Bug  ## */

.smartbug ul { list-style-type:none; background-color:#ccc; font-size:10px; border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; padding:0px; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ##  Master Overlay Styles ## */

.siteOverlay {
    display:none;
    position:relative;
    width:550px;
    max-width:95%;
    min-height:1px;
    background-color:#fff;
    z-index:1000;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.siteOverlay .overlayBar {position:relative; padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}


/* =================================================================
                           MODULE STYLES
===================================================================*/

.bar {margin-bottom: 35px; padding: 20px 0; background:#0653a2; font-size:14px; color:#fff;}
.has-background-image + .bar {margin-bottom: 0px; }

/* ##  Breadcrumb and PAGE TOOLS ## */

.theme-2 .bar { font-size:18px; font-weight:500; }
.bar a, .bar a:visited { text-decoration:none; color:#fff; border-bottom:1px solid #83a9d1; display: inline-block;}
.site-3 .bar a, .site-3 .bar a:visited { text-decoration:none; color:#d61366; border-bottom:0; font-weight: 700; }
.site-4 .bar a, .site-4 .bar a:visited { text-decoration:none; color:#484187; border-bottom:0; font-weight: 700; }
.bar a:hover, .bar a:focus, .bar a:active { text-decoration:none; border-bottom:0; }
.site-3 .bar a:hover, .site-3 .bar a:focus, .site-3 .bar a:active { text-decoration:underline; }
.site-4 .bar a:hover, .site-4 .bar a:focus, .site-4 .bar a:active { text-decoration:underline; }
.bar span { margin:0 10px; color:#9bbada; }
.site-3 .bar span { color:#d61366; font-weight:400; }
.site-4 .bar span { color:#484187; font-weight:400; }
.bar span:last-child { margin:0; color:#fff; }
.site-3 .bar span:last-child { color:#444545; }
.site-4 .bar span:last-child { color:#444545; }

.pageToolsWrapper {float:right; display:inline; text-align:right;}
.pageToolsWrapper a {display:inline; text-decoration:none;}
@media (max-width: 767px) {
	.breadcrumbs { float: left; width: 75%;}
	.pageToolsWrapper {width: 25%;}
	.pageToolsWrapper > a,
	.pageToolsWrapper > span {display: none;}
}

a .at-icon-wrapper {display: none !Important;}
.addthis_toolbox.addthis_default_style { display: inline;}
.addthis_default_style .at300m {
    float: none !important;
}

.page-heading-and-bar {position: relative;}
.theme-2-top-banner {position: absolute; top:0; left:0; width: 100%; height: 100%;}
.theme-2-top-banner .block { height: 100%;}
.theme-2-top-banner p {margin:0; height: 100%;}
.theme-2-top-banner img {width: 100% !important; height: 100% !important;}
.page-heading-and-bar .page-heading-box,
.page-heading-and-bar .bar {background:none !important;}
@media (min-width: 1200px) {
	.page-heading-and-bar .page-heading-box { height: 120px; }
	.page-heading-and-bar.size-alt .page-heading-box { height: 292px; }
}

/* ## Email a Friend ## */

.emailFriendWrapper {}
.emailFriendWrapper .inner { padding:10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px; border-bottom:1px dashed #ccc; }
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0; border-top:1px dashed #ccc; }

/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/



/* =================================================================
                        PRINT STYLES
===================================================================*/

.hd  {padding:10px; border-bottom:3px solid #ccc; margin:0 0 10px 0;}
.ftr {padding:10px; border-top:3px solid #ccc; font-size:11px; text-align:center;}

.printBody {margin:0; padding:0; color:#333; background:#fff; width:100%;}
.printWrpr {width:660px; text-align:left; margin:0 auto; z-index:1;}

.emailBody {margin:0; padding:0; background:#fff; width:100%;}
.emailWrpr {width:680px; text-align:left; margin:0 auto; z-index:1;}

@media print {
	* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important; }
	a, a:visited { text-decoration: underline; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}

/* ## Button Styles ## */
/*
    <span class="btnWrapper"><input class="btn" value="Submit" /></span>
	or
	<a href="#" class="btnWrapper"><span class="btn">Submit</a></a>
*/

.btnWrapper { display:inline-block; text-decoration:none !important; }
.btnWrapper { margin-bottom:8px; }
.btn { display:inline-block; margin:0; padding: 20px; min-width:236px; font-size: 20px; font-weight:500; line-height:1em; color:#fff !important; background-color:#0653a2; border: 0; text-align:center; text-decoration:none; cursor:pointer; overflow:visible; border-radius: 30px; }
.btn:hover, .btn:focus {opacity: .7; text-decoration:none;}

.btn-alt.btn {padding: 14px 20px;  font-size: 20px;  color: #fff !important;   background-color: #0181c3; border:0; }
@media (min-width : 1200px) {
	.btn { font-weight:300; }
}


/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btnWrapper [class^="icon-"] { margin:0 3px; font-size:0.7em; }

/* ## Site Icons ## */

.iconImage { position:relative; display:inline-block; bottom:1px; width:10px; height:10px;  vertical-align:middle; text-indent:-9999em; background:url(/cms/images/layout/icons_default.png) no-repeat 0 0; overflow:hidden; }
.iconCart { width:22px; height:22px; background-position:0 0; }
.iconRefresh { width:22px; height:22px; background-position:0 -27px; }
.iconContinueArrow { width:22px; height:16px; background-position:0 -57px; }
.iconCheckbox { width: 18px; height: 14px; background-position: -23px -112px; }
.iconXSquareRed { width: 12px; height: 12px; background-position: 0 -112px; }
.iconSearch { width: 14px; height: 14px; background-position: -55px 0; }
.iconQuestion { width: 22px; height: 22px; background-position: 0 -75px; }


/* ## truncate styling ## */

.truncateLink {}
.truncateLink a, .truncateLink a:link, .truncateLink a:visited { margin-left:5px; }
.truncateLink a.truncateMore, .truncateLink a.truncateMore:link, .truncateLink a.truncateMore:visited {}
.truncateLink a.truncateLess, .truncateLink a.truncateLess:link, .truncateLink a.truncateLess:visited {}


/* ## footer ## */

.footerWrpr {color:#fff; background:#444040; padding:20px 0px;}
.site-3 .footerWrpr h3 {line-height: 1em !important; font-family: "Whitney SSm A", "Whitney SSm B" !important; font-size: 18px !important;}
.site-3 .footerWrpr .appstore h3 { font-size: 16px !important; font-weight: 500;}
.footerWrpr a {color:#fff; text-decoration:none;}
.footerWrpr a:hover,
.footerWrpr a:focus { text-decoration:underline;}

.ftr-contact {margin-bottom: 25px;}
.site-3 .ftr-contact { font-weight: 600;}
.site-3 .ftr-contact h3 {margin:0; font-weight: 600;}

.social {   margin-bottom: 25px; }
.social a {padding: 0 10px;     display: inline-block;}
.social .icon {fill:#fff; width: 30px; height:30px;}
.social .icon.fb {fill:#fff; width: 13px;}
.social .icon.yt {fill:#fff; width: 35px; margin-bottom:-5px;}
.site-3 .social {font-weight: 600;}
.site-3 .social a:last-child {color:#f2cee2;}

.appstore { border:1px solid #706a68; border-radius: 20px; width: 245px; padding: 18px 25px; margin-bottom: 25px; }
.appstore h3,
.appstore p {margin-bottom:5px; }
.site-3 .appstore p {color:#f2cee2;}

.site-3 .ftr-links {color:#f2cee2; font-weight: 600;}
.site-3 .ftr-links a {color:#f2cee2;}

@media (min-width: 1024px) {
	.footerWrpr {color:#fff; background:#444040; padding:36px 0px; text-align: center;}
	.ftr-contact {margin-bottom: 40px;}
	.ftr-contact img {width: 250px;}
	.site-3 .ftr-contact {margin-bottom: 25px;}
	.appstore {float: right; width:320px; padding: 28px 42px; margin-bottom:30px; }
	.site-3 .appstore { margin-bottom:70px; }
	.social {   margin-bottom: 0px; }
}
@media (min-width: 1440px) {
	.ftr-left {padding-left:0;}
	.ftr-right {padding-right:0;}
}

@media (max-width: 1023px) {
	.footerWrpr [class*="grid_"]{width: 100%;}
}

@media (max-width: 767px ) {
	.ftr-links a {display:block; margin-bottom: 10px;}
	.devider { display:none; }
}

/* Page Headings */
.page-heading-box {position:relative; height:65px; background-color:#0754a1;}
.page-heading-box.has-background-image {height:140px;}
.page-heading-box.has-background-image .heading-image { height: 140px; width: 100%; position: absolute; background-position: 50% 0; background-size:cover; background-repeat: no-repeat;}
.page-heading-box .container { height:100%;}
.page-heading-box .container .heading-text { display:table; width:100%; height:100%; table-layout: fixed; }
.page-heading-box .container .heading-text > div { display:table-cell; vertical-align:middle; }
.page-heading-box h1 {font-size:28px; color:#fff; z-index:1;  position: relative; margin:0 0 0 10px;}
.site-3 .page-heading-box h1 {font-size:40px; color:#444545; font-family: Louisiana; font-weight:400;}
.site-4 .page-heading-box h1 {font-weight:400; color:#444545; text-transform: uppercase;}
.page-heading-box.has-background-image .pageHeading {text-align:center;}
.page-heading-box.has-background-image h1 { display: inline; padding: 8px; line-height: 1em; border-radius: 10px; display: inline-block; background:#0854a1; background: rgba(8,84,161, .9); }
@media (min-width:1200px) {
	.page-heading-box { height:160px;  background-color:#44403f;}
	.page-heading-box.has-background-image { height:334px;}
	.page-heading-box.has-background-image .heading-image { height: 334px; width: 100%; position: absolute; }
	.page-heading-box h1 {font-size:64px; padding:0 20px; margin:0;}
	.site-3 .page-heading-box h1 {font-size:100px; }
	.page-heading-box.has-background-image h1 {background: none; }
	.page-heading-box.has-background-image:after {content:""; position:absolute; top:0; left:0; width: 100%; height: 100%; background:rgba(68,64,63,.7)}
}

/* Section heading */
.section-title {font-size:28px; font-weight:300;}
.site-3 .section-title {font-size:50px; font-family: Louisiana; }
@media (min-width:1200px) {
	.section-title {font-size:42px;}
	.site-3 .section-title {font-size:80px;}
	.site-4 .section-title {font-size:34px;}
}

/* Content wrappers */
.main-content {font-size:18px; line-height:1.4em; }

.grid_9.main-content { margin-bottom:30px;}


.section {padding: 30px 0; }
.section.padding-alt {padding: 0 0 30px 0; }
.section.has-splitted {padding: 0;  overflow:hidden;}
.section.has-splitted .splitted > div {padding-top: 30px; padding-bottom: 30px; }
.content-box { padding: 0 10px; }

@media (min-width:1200px) {
	.section {padding: 75px 0;}
	.section.padding-alt {padding: 20px 0 75px 0;}
	.section.has-splitted .splitted > div {padding-top: 75px; padding-bottom: 75px; }	
}

.section-background-01 {background:#efeeee; }
.section-background-02 {background:#deeee0; }
.section-background-03 {background:#dfdfdf; }
.section-background-04 {background:#f5f6f6;}
.section-background-img-01 {background-image: url(/cms/images/home-news-section-bg.jpg); background-repeat: no-repeat; background-size: auto 100%; background-position: 0 50%; }
.section-background-img-02 {background-image: url(/cms/images/section-bg-image-02.jpg); background-repeat: no-repeat; background-size: auto 100%; background-position: 100% 50%; }
.section-background-img-03 {background-image: url(/cms/images/section-bg-image-03.jpg); background-repeat: no-repeat; background-size: auto 100%; background-position: 100% 50%; }

@media (min-width:480px) and (max-width: 1023px){
	.s-m-smaller {font-size: 14px;}
}

/* Rails */
.rail-box {margin-bottom: 30px; padding:25px; border-radius: 20px; overflow:hidden;}
@media (min-width:768px) {
	.rail-box {margin-bottom: 60px;}
}
@media (min-width:768px) and (max-width: 1023px){
	.rail-box {padding: 15px 0px !important; font-size: 14px !important; }
}
.rail-box.has-border { border: 1px solid #c4c1c1; }
.rail-box.no-padding { padding:0; }

.rail-banner {font-size:20px; max-width: 325px; background:#0653a2; color:#fff; }
.rail-banner a { color:#fff; }
.rail-banner > img {display:block; width: 100%;}
.rail-banner > div {padding:10px; }
.rail-banner h3 {margin-bottom: 10px; font-size:28px; }
.rail-banner p {margin-bottom: 10px; }

/* Landing pages */
.landing-intro {text-align: center; font-size:28px; line-height: 1.2em;}
.go-to-trigger {
	display:inline-block;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.go-to-trigger:hover,
.go-to-trigger:focus {text-decoration:none;}

.content-box h3 {font-size: 22px; margin-bottom:15px; color:#0653a2; }
.site-3.theme-2 .content-box h3 {font-size: 80px; color:#444545; font-family: Louisiana; }
.site-4.theme-2 .content-box h3 {font-size: 34px; color:#444545; font-weight: 300;}
.content-box p { margin-bottom:15px; }
.site-3.theme-2 .content-box p { font-size:22px; }
.site-4.theme-2 .content-box p { font-size:18px; font-weight: 500; }
.rounded-images img {border-radius:20px; margin-bottom: 20px; }

/*** BANNERS ***/
@media (min-width:1200px) {
	.home-middle {background: url(/cms/images/home-middle-bg.png) left bottom no-repeat;}
}

.home-banners .banner .banner-content {background:#44403f; color:#fff; text-align:center; padding: 45px 20px 60px;}
.home-banners .banner .banner-content a { color:#fff; }
.home-banners .banner .banner-content.background-01 {background:#44403f;}
.home-banners .banner .banner-content.background-02 {background:#0653a2;}
.home-banners .banner .banner-content.background-03 {background:#2b8737;}
.home-banners .banner .banner-content.background-04 {background:#44403f;}
.home-banners .banner .banner-img {margin-bottom: 25px}
.home-banners .banner .banner-img > div {width: 112px; height: 112px; display: block; margin:0 auto; border-radius: 50%; background: #33302f;}
.home-banners .banner .background-01 .banner-img > div {background: #33302f;}
.home-banners .banner .background-02 .banner-img > div {background: #053f7b;}
.home-banners .banner .background-03 .banner-img > div {background: #21672a;}
.home-banners .banner .background-04 .banner-img > div {background: #032547;}
.home-banners .banner .banner-img .icon {
    width: 60%;
    background: none;
    border-radius: 0;
	fill: #fff;
	height: 112px;
}
.home-banners .banner .i-size-01 .banner-img .icon {
	width: 50%;
}
@media (min-width:1200px) {
	.home-banners .banner .banner-img > div {width: 140px; height: 140px; }
	.home-banners .banner .banner-img .icon {	height: 140px; }
	
}
@media (min-width:500px) {
	.row-expand-1 {margin:0 -20px;}
	.home-banners .banner {
		padding: 0 20px;
	}	
}

.banner-text {font-size:16px;}
.banner-text .banner-title {height:60px; font-size: 28px; text-transform:uppercase; font-weight:300; }
@media (min-width:480px) and (max-width:1200px) {
	.banner-text .banner-title { font-size: 20px; }
}
.banner-text .banner-title > span {display:table; width:100%; height:100%; table-layout:fixed;}
.banner-text .banner-title > span > span {display:table-cell; vertical-align:middle;}
@media (min-width:1200px) {
	.banner-text {font-size:18px;}
}

a.more-link:after { font-family: 'Basic-Icons'; content:"\3e";}

/* Text and Image section */
.text-image-section {display:table; width:100%; table-layout: fixed;}
.text-image-section > div {display: block; }
.text-image-section > div.ti-text {padding:5% 10px 5% 0;}
.text-image-section > div.ti-image {padding-left: 10px;}
.ti-image img {display: block; border: 10px solid rgba(6,83,162,.2); border-radius:50%;}
@media (min-width:768px) {
	.text-image-section > div {display: table-cell; vertical-align: middle; width: 50%;}
	.text-image-section > div.ti-text {padding:5% 10px 0 5%;}
	.text-image-section > div.ti-image {padding-left: 10px;}
}
.text-image-section p {font-size:18px; font-weight:500;}
@media (min-width:1200px) {
	.text-image-section p {font-size:22px}
}
	
/* Home Tabs */
.home-tabs .tabModule.ui-widget-content { border-radius:0; border:0; background: none; color:inherit;}
.home-tabs .tabModule > ul {width: 310px; margin:0 auto 35px; padding:0; display: table; table-layout:fixed; list-style:none; height:64px;  border:1px solid #b1a7a4; border-radius: 0;}
.home-tabs .tabModule > ul > li {width: 50%; display:table-cell; vertical-align:middle; text-align: center; background:#fff; float: none; border:0; border-radius:0;}
.home-tabs .tabModule > ul > li:first-child { border-radius: 40px 0 0 40px }
.home-tabs .tabModule > ul > li:last-child { border-radius: 0 40px 40px 0 }
.home-tabs .tabModule > ul > li > a { color:#44403f; display:block; padding: 25px 0; float: none; white-space: initial; font-weight:300; }
.home-tabs .tabModule > ul > li > a:hover,
.home-tabs .tabModule > ul > li > a:focus { text-decoration:none; }
.home-tabs .tabModule > ul > li.ui-state-active { background:#0754a1;}
.home-tabs .tabModule > ul > li.ui-state-active > a { color:#fff;}
@media (min-width:768px) {
	.home-tabs .tabModule > ul { width: 520px; height:80px; border-radius:40px; overflow:hidden; }
}

.home-tabs .tabModule .tab-content { max-width:100%; margin: 0 auto; text-align:center;}
.home-tabs .tabModule .tab-content.three-items {width: 1040px; }
.home-tabs .tabModule .tab-content [class*="grid_"] {padding: 0 20px 30px; }
@media (max-width:767px) {
	.home-tabs .tabModule .tab-content [class*="grid_"] { padding: 0 20px 30px; width: 100% !important; }
}

.home-tabs .tab-content h3 {text-transform:uppercase; }
.home-tabs .tab-content a {color:#0653a2}

@media (min-width:768px) and (max-width: 1200px) {
	.home-tabs .tab-content h3 {font-size: 14px; }
	.home-tabs .tabModule.ui-widget-content {    font-size: 14px;}
	.home-tabs .tabModule .tab-content [class*="grid_"] { padding: 0 10px 30px; }
}


/* Events */
@media (min-width:768px) {
	.heading-group .section-title {display: inline-block;}
	
	.events-carousel .home-event-item {width: 33.33% !important; float: left; }
	.events-carousel .home-event-item:nth-child(3n+1) {clear: left; }
}

.viewType > span:after {content:"|"; margin: 0 10px;}
.viewType > span:last-child:after {display:none;}
@media (max-width:639px) {
	.viewType > span {display:block;}	
	.viewType > span:after {display:none;}	
}

/* Home Bottom */
@media (max-width:767px) {
	.home-bottom .grid_12 {padding:0 !important}
}

.splitted > div {padding: 0 20px;}
.splitted > div:last-child {text-align:center;}

@media (min-width:768px) {
	.splitted {display:table; width: 100%; table-layout: fixed;}
	.splitted > div {display:table-cell; vertical-align:top; position:relative; }
	.splitted .section-background-02:before,
	.splitted .section-background-03:before { content: ""; display:block; position:absolute; width: 1000px; height:10000px; top:0; }
	.splitted .section-background-02:before { right:100%; background:#deeee0; }
	.splitted .section-background-03:before { left: 100%; background:#dfdfdf; }
}
@media (min-width:1440px) {
	.splitted > div {padding: 0 100px;}
	.splitted > div:first-child {padding-left: 0px;}	
}

.home-news-item a {display:block; background:#eff7f0; margin-bottom:5px; padding:20px 28px; }
.home-news-item a:hover,
.home-news-item a:focus { background:#fff; text-decoration:none;}

.ad-holder {padding-bottom: 80px; margin-bottom:20px; border-bottom: 1px solid #a19f9f; width: 300px; max-width: 100%; margin: 0 auto;}
.ad-holder img {display:block; margin:0 auto;}

/* Documents */
.documents-filter .btn { min-width: 100px; padding: 15px;}
.documents-filter > div:first-child {margin-bottom:10px;}
@media (max-width:1023px) {
	.documents-filter > div > span {display: block;}
	.documents-filter > div > span:first-child {margin-bottom:10px;}
}
@media (max-width:639px) {
	.documents-filter > div > span > span {display: block; margin-bottom:5px;}
	.documents-filter select,
	.documents-filter input[type="text"] {width: 100% !important;}
	.documents-filter img {display:none;}
}
@media (min-width:1400px) {
	.documents-filter > div:first-child {float:left; margin-bottom:0px;}
	.documents-filter > div:last-child {float:right;}
}

/* Video Container */
.video-container {width: 680px; max-width: 100%; margin: 0 auto; }

/* Youtube Videos List*/
@media (max-width:639px) {
	.recources-videos .grid_4 {width:100% !important;}
}

/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.tableWrapper { overflow:auto; }
table.dataTbl {
	widtH:100%;
	display: table;
	border-collapse:collapse;
	margin-bottom:20px;}
table.dataTbl tr:nth-child(odd) {background:#eeeeee;}
table.dataTbl.no-background tr:nth-child(odd) {background:none;}
table.dataTbl th {background:#0653a2; padding:6px 15px; font-size:1em; border:1px solid #0653a2; border-bottom:2px solid #2b8737; color:#fff;}
table.dataTbl th a {color:#fff; text-decoration:underline;}
table.dataTbl td {vertical-align:top; padding:6px 15px; border:1px solid #E1E1E1;}
table.dataTbl td td {border-style:none;}

.mobile-fit-table td {vertical-align: top; padding: 10px; }
@media (max-width:639px) {
	.mobile-fit-table td {display: block; padding:0;}
}

/* ## NEW Limit Text Box ## */

.limitTextBox {}
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; margin:0px 0 15px 0; }
.limitTextBoxBarWrpr {
	width:100%;
	border:0px solid #000;
	overflow:hidden;
	font-size:9px;
	color:#000;
	white-space:nowrap;
	height:5px;
	background-color:#FDFBBE;}
.limitTextBoxBarInner { width:0%; background-color:#FF0000; }
.limitTextBoxInputWrpr { display:table-cell; width:100%; vertical-align:top; }
.limitTextBoxInputWrpr textarea { box-sizing:border-box; vertical-align:top; }
.limitTextBoxSpellWrpr { display:table-cell; padding-left:5px; vertical-align:top; }
.limitTextBoxSpellWrpr img { max-width:16px !important; cursor: pointer; }

.vd {padding:0 5px;}
.topOfPage {text-align:right;}
.topOfPage a {background:transparent url(/cms/images/arrow.gif) no-repeat 100% 50%; padding-right:13px;}

.figure-right {display:table; max-width:100%; float:right; margin:0 0 15px 20px;  border-top:3px solid #000; border-bottom:3px solid #000; padding:5px 0;}
.figure-left  {display:table; max-width:100%; float:left; margin:0 20px 15px 0; border-top:3px solid #000; border-bottom:3px solid #000; padding:5px 0;}
.figure-right figcaption,
.figure-left figcaption {margin-top:5px; display:table-caption; caption-side:bottom; font-size:0.9em;}

.figure-right img,
.figure-left img {
    display: block;
    width: 100%;}

.hidden-info, a.hidden-info { color:#fff; background:#00529b; -webkit-transition: all 0s; transition: all 0s; }
.hidden-info:focus { display:block; padding:10px; width:100%; text-align:center;  }


/* =================================================================
                       ADMIN buttons fix
===================================================================*/

.modulePanel a, .modulePanel a:link, .modulePanel a:visited {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.overlayModulesWrprBrdr div.modulePanel {
	margin-right:7px;
}
