/*------------------------------------*\ $TABLE OF CONTENTS based generally on Harry Roberts excellent CSS Guidelines https://github.com/csswizardry/CSS-Guidelines
\*------------------------------------*/
/** VARIABLES..............................Declarations of Sass variables .....Colors .....Typography .....Layout .....Defaults .....Breakpoints MIXINS.................................Sass mixins RESET..................................Set reset defaults GLOBAL CLASSES.........................Set reset defaults GLOBAL ELEMENTS........................Establish global styles .....Main .....Headings .....Text-related elements (p, blockquote, lists) .....Defaults .....Breakpoints TYPOGRAPHY------------------------------ MEDIA------------------------------ LAYOUT------------------------------ NAVIGATION------------------------------ TOC To Be Continued */
/*------------------------------------*\ $PLUGINS
\*------------------------------------*/
/*------------------------------------*\ $GLOBAL ELEMENTS
\*------------------------------------*/
/*------------------------------------*\ $VARIABLES
\*------------------------------------*/
/*------------------------------------*\ $MIXINS
\*------------------------------------*/
/*------------------------------------*\ $GLOBAL ELEMENTS
\*------------------------------------*/
/*------------------------------------*\ $ICONS
\*------------------------------------*/
.icon { display: inline-block; margin-bottom: 0px; font-weight: normal; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -moz-user-select: none; border: none; }

.icon-sm { padding: 2px 9px 5px 9px; font-size: 20px; line-height: 1.33; }

.icon-button { font-family: "Open Sans", "sans-serif"; font-weight: 600; background-image: none; background-repeat: none; background-color: #ffb800; }

.icon-button:hover, .icon-button:focus { background-color: #f6af02; }

.icon-button:active, .icon-button.active { background-image: none; outline: 0; -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

/*==========  Accordion Icon Change  ==========*/
.panel-heading .accordion-toggle:before { /* symbol for "opening" panels */ font-family: 'FontAwesome'; content: "\f13a"; float: left; color: #0072bc; margin-right: 10px; font-size: 18px; }

.panel-heading .accordion-toggle.collapsed:before { /* symbol for "collapsed" panels */ content: "\f138"; /* adjust as needed, taken from bootstrap.css */ }

.panel-rarrow a .fa:before { content: "\f078"; }
.panel-rarrow a.collapsed .fa:before { content: "\f054"; }

/*==========  Bootstrap Icon Overides  ==========*/
.modal-header .close { font-size: 28px; color: #505050;}

/*==========  Star Rating Icons  ==========*/
.dv-stars { display: block; width: 98px; height: 18px; background: url(/images/global/stars.gif) no-repeat bottom left; }
.dv-stars .dv-stars-on { display: block; width: 0%; height: 18px; background: url(/images/global/stars.gif) no-repeat top left; text-indent: -5000px; overflow: hidden; }
.dv-stars .dv-stars-1 { width: 20%; }
.dv-stars .dv-stars-2 { width: 40%; }
.dv-stars .dv-stars-3 { width: 60%; }
.dv-stars .dv-stars-4 { width: 80%; }
.dv-stars .dv-stars-5 { width: 100%; }

/*------------------------------------*\ $FONT ELEMENTS
\*------------------------------------*/
/*------------------------------------*\ $GLOBAL CLASSES
\*------------------------------------*/
body { margin-top: 0px; font-family: "Open Sans", "sans-serif"; color: #505050; }

/* Clearfix */
.cf { *zoom: 1; }

.cf:before, .cf:after { content: " "; /* 1 */ display: table; /* 2 */ }

.cf:after { clear: both; }

.inline { display: inline; }

/* Completely remove from the flow and screen readers. */
.is-hidden { display: none !important; visibility: hidden !important; }

/* Completely remove from the flow but leave available to screen readers. */
.is-vishidden { position: absolute !important; overflow: hidden; width: 1px; height: 1px; padding: 0; border: 0; clip: rect(1px, 1px, 1px, 1px); }

/* Text-Align */
.align-right { text-align: right; }

.align-center { text-align: center; }

.align-left { text-align: left; }

.block { display: block; }

.m-t-5 { margin-top: 5px; }

.m-t-10 { margin-top: 10px; }

.m-t-20 { margin-top: 20px; }

.m-t-40 { margin-top: 40px; }

.m-b-10 { margin-bottom: 10px; }

.m-b-15 { margin-bottom: 15px; }

.m-b-20 { margin-bottom: 20px; }

.m-b-40 { margin-bottom: 40px; }

.m-r-10 { margin-right: 10px; }

.m-l-10 { margin-left: 10px; }

.m-0 { margin: 0px; }

.b-b-1 { border-bottom: 1px solid #d5d5d5; padding-bottom: 2px; }

.nopadding { padding: 0px !important; }

.dv-blue-1 { background: #004a80; color: #fff; }
.dv-blue-1 h1, .dv-blue-1 h2, .dv-blue-1 h3, .dv-blue-1 h4, .dv-blue-1 h5, .dv-blue-1 p { color: #fff; }
.dv-blue-1 a, .dv-blue-1 a:visited { color: #fff; }

.dv-blue-2 { background: #0072bc; color: #fff; }
.dv-blue-2 h1, .dv-blue-2 h2, .dv-blue-2 h3, .dv-blue-2 h4, .dv-blue-2 h5, .dv-blue-2 p { color: #fff; }
.dv-blue-2 a, .dv-blue-2 a:visited { color: #fff; }

.dv-blue-3 { background: #107fc9; color: #fff; }
.dv-blue-3 h1, .dv-blue-3 h2, .dv-blue-3 h3, .dv-blue-3 h4, .dv-blue-3 h5, .dv-blue-3 p { color: #fff; }
.dv-blue-3 a, .dv-blue-3 a:visited { color: #fff; }

.dv-blue-4 { background: #00aeef; color: #fff; }

.dv-dark-gray { background: #4d4d4d; color: #fff; }

.dv-light-gray { background: #eaeaea; }

.dv-yellow { background: #ffb800; }

/* Content Helpers */
.content-well { background-color: #fff; }

.article-utility{ float:right; padding:10px 14px 10px 10px; margin:5px 0 5px 5px; font-size:12px;}
@media (min-width: 1025px) { .content-well { border: 1px solid #d1d3d4; } }

.padded-well { padding: 0 10px; border: 1px solid #d1d3d4; }

.padded-well-2 { padding: 10px 0px; }
@media (min-width: 1025px) { .padded-well-2 { padding: 10px; } }

.tab-well { border: 1px solid #d1d3d4; border-top: 0px; }

/* Links */
a { color: #107fc9; }

a:hover { color: #004a80; }

.w-link-ul { border-bottom: 1px dotted #fff; }
.w-link-ul:hover { border-bottom: 1px dotted #fff; text-decoration: none; }

.links-ul a { border-bottom: 1px solid #107fc9; }
.links-ul a:hover { border-bottom: 1px solid #004a80; text-decoration: none; }

/* Headings */
/*Further Reading: http:/csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css/ */
h1, .h1, .alpha { line-height: 1.2; color: #f7941d; font-family: "Open Sans", "sans-serif"; font-weight: normal; font-size: 25px; }

h2, .h2, .beta { line-height: 1.2; color: #505050; font-family: "Open Sans", "sans-serif"; font-weight: 600; font-size: 22px; }

h3, .h3, .gamma { line-height: 1.2; color: #505050; font-family: "Open Sans", "sans-serif"; font-size: 15px; font-weight: 600; }
@media (min-width: 768px) { h3, .h3, .gamma { font-size: 19px; } }

h4, .h4, .delta { color: #505050; font-family: "Open Sans", "sans-serif"; font-size: 15px; font-weight: 600; }
@media (min-width: 768px) { h4, .h4, .delta { font-size: 17px; } }

/* Subheadings */
.subheading { font-weight: normal; }

/* Heading Variations */
.major-emphasis { color: #505050; font-weight: 600; font-size: 19px; margin-bottom: 30px; }
@media (min-width: 768px) { .major-emphasis { font-size: 28px; } }
@media (min-width: 1025px) { .major-emphasis { font-size: 36px; } }

.top-heading { margin: 0 0 15px 0; }

.heading-nomargin { margin: 0px; }

/* Text-Related Elements */
p { color: #505050; font-family: "Open Sans", "sans-serif"; font-size: 14px; line-height: 1.5; padding-bottom: 15px; font-weight: 100; }
@media (min-width: 768px) and (max-width: 1025px) { p { max-width: 720px; } }

.p-no-margin { padding-bottom: 0px; margin-bottom: 0px; }

/* Table Hint (swipe inside table) styling */
.table-hint { margin: 15px 0 0 0; }
.table-hint .fa { font-size: 16px; }

/* Modifies the close color of bootstrap */
.close { opacity: 0.5; }
.close:hover { opacity: 0.7; }

/* Page Number Formatting for articles */
.article-sub-header, .nav-jump-links h4 { margin: 10px 0px; font-size: 14px; text-transform: uppercase; padding-bottom: 5px; border-bottom: 2px solid #dddddd; text-align: right; color: #9d9d9d; clear:right;}

.nav-jump-links h4 { text-align: left; }

/* Validation error */
label.error { color: #F00; }

/* message box used for confirmation and error messages, usually in conjunction with bg-success, etc. */
.messageBox { padding:10px; }

ul { color: #505050; list-style: square outside none; padding: 0 20px 10px 0; margin: 0 0 0 30px; }
ul li {  /* this global code breaks too much stuff, need to phase it out
a { font-size:16px; padding:5px 0px; @include breakpoint($bp-md) { padding:0px; font-size:14px; }
} */ }

ol { color: #505050; list-style-position: outside; padding: 0 20px 10px 0; margin: 0 0 0 20px; }

.unordered-list li { line-height: 24px; }

.ordered-list li { line-height: 21px; }

.list-padded li { padding: 8px 0; font-size: 16px; }
@media (min-width: 768px) { .list-padded li { padding: 0px; font-size: 14px; } }

/*==========  Nostyle List ==========*/
.nostyle-list { list-style: none; margin: 0px; padding: 0px; }
.nostyle-list li { margin: 0px; padding: 0 0 5px 0; }

/*==========  Nospace List  ==========*/
.list-mobile-nospace { padding: 0 20px 0 0; margin: 0 0 0 30px; }

/*==========  NoMargin List  ==========*/
.list-nomargin { margin: 0 0 15px 0; }

/*==========  Inline List  ==========*/
.inline-list { list-style: none; margin: 0 0 10px 0; padding: 0; }
.inline-list li { display: inline; margin-right: 5px; }

/*==========  Members Widget List (thumbnails)  ==========*/
.members-widget { list-style: none; margin: 0px; padding: 0px; }
.members-widget li { float: left; margin: 0 5px 5px 0px; }

/*==========  Breadcrumbs  ==========*/
.breadcrumb { margin: 0 0 20px 0; background: none; font-size: 12px; padding: 8px 15px 8px 0px; }
.breadcrumb > li + li:before { content: ">"; color: #505050; }
.breadcrumb .active { color: #505050; }

/*------------------------------------*\ $MEDIA ELEMENTS
\*------------------------------------*/
/* Responsive Video Containers */
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

iframe, object, embed { max-width: 100%; }

/*------------------------------------*\ $FORMS
\*------------------------------------*/
.form-control { line-height: 1.2em; padding: 2px 12px; }

input[type='text'], input[type='url'], input[type='tel'], input[type='number'], input[type='color'], input[type='email'], input[type='password'], textarea { padding: 5px 4px; border: 1px solid #ccc; font-size: 16px; line-height: 1.2em; }
@media (min-width: 1025px) { input[type='text'], input[type='url'], input[type='tel'], input[type='number'], input[type='color'], input[type='email'], input[type='password'], textarea { padding: 0 4px; } }

/* Prevent input focus zoom on iOS */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px !important; line-height: 1.2em; }

/*==========  Bootstrap Overrides ==========*/
.form-control { height: 32px; border-radius: 0px; }

/*==========  Page Specific Forms ==========*/
.recipe-category-form { padding: 5px 0px; }
.recipe-category-form .form-group { margin-left: 15px; margin-bottom: 0px; }
.recipe-category-form label { width: 29%; float: left; }
@media (min-width: 768px) { .recipe-category-form label { width: 30%; padding: 5px 0px; } }
.recipe-category-form select { width: 70%; }

/*------------------------------------*\ $Table
\*------------------------------------*/
.table caption { text-transform: uppercase; border: 1px solid #dddddd; border-bottom: 0px; background: #eaeaea; padding: 5px 0px; }
.table .small { padding: 0 0 5px 0; margin: 0; }

/* Condensed Responsive Tables, declared in a DIV around table */
.table-responsive-condensed table { overflow: auto; overflow-y: auto; overflow-x: auto; display: block; width: 100% !important; }
.table-responsive-condensed > table > thead > tr > th, .table-responsive-condensed > table > tbody > tr > th, .table-responsive-condensed > table > tfoot > tr > th, .table-responsive-condensed > table > thead > tr > td, .table-responsive-condensed > table > tbody > tr > td, .table-responsive-condensed > table > tfoot > tr > td { white-space: normal; padding: 5px; }
.table-responsive-condensed ul { margin: 5px 20px; padding: 0px; }

/*------------------------------------*\ $MAIN CONTENT AREA
\*------------------------------------*/
.btn, .btn:visited { font-family: "Open Sans", "sans-serif"; font-weight: 600; background-image: none; background-repeat: none; border-radius: 0px; border: none; }

.btn-active, .btn-default:active, .btn-default.active, .btn-primary:active, .btn-primary.active, .btn-secondary:active, .btn-secondary.active, .btn-footer:active, .btn-footer.active { background-image: none; outline: 0; -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-lg { padding: 10px 16px; font-size: 22px; line-height: 1.33; }

.btn-md { padding: 10px 16px; font-size: 18px; line-height: 1.33; }

.btn-sm { padding: 10px 16px; font-size: 14px; line-height: 1.33; }

.btn-xs { padding: 10px 16px; font-size: 12px; line-height: 1.23; }

/*==========  Primary Buttons (blue) ==========*/
.btn-default, .btn-default:visited, .btn-primary, .btn-primary:visited { background-color: #00aeef; color: #fff; }

.btn-default:hover, .btn-default:focus, .btn-primary:hover, .btn-primary:focus { background-color: #00a3e0; color: #fff; }

.btn-default:active, .btn-default.active, .btn-primary:active, .btn-primary.active { color: #fff; }

/*==========  Secondary Buttons (yellow) ==========*/
.btn-secondary, .btn-secondary:visited { background-color: #ffb800; color: #232323; }

.btn-secondary:hover, .btn-secondary:focus { background-color: #f5b100; }

/*==========  Footer Buttons (gray) ==========*/
.btn-footer { background-color: #272727; color: #fff; }

.btn-footer:hover, .btn-footer:focus { background-color: #2c2c2c; color: #fff; }

/*==========  Button Collapse States ==========*/
.btn-expand i:before { content: "\f068"; }
.btn-expand.collapsed i:before { content: "\f067"; }
.btn-expand h2 { margin: 0px; font-weight: 700; font-size: 18px; padding-top: 8px; /*centers it in header */ display: inline; width: 80%; }
@media (min-width: 768px) { .btn-expand h2 { font-size: 20px; margin: 0px; font-weight: 600; padding-top: 5px; /*centers it in header */ } }

.secondary-nav-collapse i:before { content: "\f0d8"; }
.secondary-nav-collapse.collapsed i:before, .secondary-nav-collapse.in i:before { content: "\f0d7"; }

/*==========  Bootstrap Overrides ==========*/
.btn-group-padded .btn { margin-right: 5px; }
.btn-group-padded .btn:last-child { margin-right: 0px; }

/*==========  Back to Top, and it's float version ==========*/
.back-to-top { font-size: 18px; }

.back-to-top-float { position: fixed; right: 0; bottom: 30px; z-index: 9999; display: block; height: 38px; padding: 12px 8px 0px 8px; background: #fff; color: #232323; weight: 100; font-size: 12px; text-align: center; opacity: 0.9; }
.back-to-top-float.affix-top { opacity: 0.0; }
.back-to-top-float.affix { opacity: 1.0; }
.back-to-top-float.affix-bottom { opacity: 0.0; }

/*==========  Lower page buttons ==========*/
.lower-buttons { margin: 10px 0 20px 0; }

/*==========  Misc Button Styles ==========*/
.btn-full { width: 100%; }

/*------------------------------------*\ $LAYOUT
\*------------------------------------*/
/*------------------------------------*\ $LAYOUT
\*------------------------------------*/
.container, .container-fluid { /* Override Boot Strap Default Max Width */ max-width: 1025px; }

/*==========  Panels ==========*/
.panel { margin-bottom: 0px; border: 0px solid #f1f2f2; border-bottom: 1px; }
.panel h3, .panel h4 { color: #107fc9; }
.panel .dv-icon { float: left; margin-right: 10px; }
.panel .dv-icon:hover { color: #00aeef; }
.panel .dv-icon:active { color: #107fc9; }
.panel .panel-heading { background: #fff; border-bottom: 0px; }

.tab-padded { padding: 0 10px; }

.right-rail { margin-top: 20px; }
@media (min-width: 768px) { .right-rail { margin-top: 0px; } }

/*==========  CTA Formatting ==========*/
.right-rail-cta, .content-cta { border: 1px solid #d5d5d5; padding: 10px; margin-bottom: 10px; }
.right-rail-cta h4, .content-cta h4 { color: #107fc9; margin: 0 0 5px 0; }
.right-rail-cta p, .content-cta p { margin: 0 0 5px 0; padding: 0px; }
.right-rail-cta ul, .content-cta ul { margin: 0 0 0px 20px; }
.right-rail-cta .input-group, .content-cta .input-group { display: table; }
@media (min-width: 768px) { .right-rail-cta .input-group, .content-cta .input-group { display: block; } }
@media (min-width: 1025px) { .right-rail-cta .input-group, .content-cta .input-group { display: table; } }
@media (min-width: 768px) and (max-width: 900px) { .right-rail-cta .input-group .input-group-btn, .content-cta .input-group .input-group-btn { float: none; padding: 10px 0 0 0; } }
@media (min-width: 900px) and (max-width: 1024px) { .right-rail-cta .input-group .input-group-btn, .content-cta .input-group .input-group-btn { float: left; padding: 10px 0px; } }
@media (min-width: 1025px) { .right-rail-cta .input-group .input-group-btn, .content-cta .input-group .input-group-btn { padding: 0px; float: none; } }
@media (min-width: 768px) and (max-width: 900px) { .right-rail-cta .pull-right, .content-cta .pull-right { float: left !important; } }

.content-cta { margin: 0 0 10px 0; padding: 0px; }
.content-cta .cta-text { padding: 10px; }
.content-cta h4 { font-size: 17px; }
.content-cta ul { list-style: none; margin: 0px; }
.content-cta li { padding: 8px 0px; font-size: 16px; }
@media (min-width: 768px) { .content-cta li { font-size: 13px; padding: 0px; } }

/*==========  DV Teaser  ==========*/
.dv-teaser h4 { margin-top: 20px; }
.dv-teaser p { padding: 0px; }

/*------------------------------------*\ $PAGE STRUCTURE
\*------------------------------------*/
/*------------------------------------*\ $GLOBAL CLASSES
\*------------------------------------*/
.header-main { position: relative; padding: 0px; margin-bottom: 20px; -moz-box-shadow: 0 4px 5px 0 rgba(189, 189, 189, 0.7); -webkit-box-shadow: 0 4px 5px 0 rgba(189, 189, 189, 0.7); box-shadow: 0 4px 5px 0 rgba(189, 189, 189, 0.7); }
@media (min-width: 1025px) { .header-main { -moz-box-shadow: 0 0 0 0 transparent; -webkit-box-shadow: 0 0 0 0 transparent; box-shadow: 0 0 0 0 transparent; } }
.header-main > .container-fluid { position: relative; }
@media (min-width: 1025px) { .header-main .header-bottom { padding-bottom: 15px; } }
.header-main .col-logo { background-color: #044b77; background-image: -moz-linear-gradient(top, #285b94, #044b77); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#285b94), to(#044b77)); background-image: -webkit-linear-gradient(top, #285b94, #044b77); background-image: -o-linear-gradient(top, #285b94, #044b77); background-image: linear-gradient(to bottom, #285b94, #044b77); background-repeat: repeat-x; border-color: #252525; padding: 0; }
@media (min-width: 1025px) { .header-main .col-logo { background: transparent; padding-top: 0; padding-left: 15px; padding-right: 15px; margin-top: 30px; } }
.header-main .col-mydavita { padding: 0; }
@media (min-width: 1025px) { .header-main .col-mydavita { padding: 0 15px; } }
.header-main .logo { margin: 10px 0 10px 15px; }
@media (min-width: 1025px) { .header-main .logo { margin: 0; } }
.header-main .navbar-utility { margin-bottom: 5px; }

/*------------------------------------*\ $NAVIGATION
\*------------------------------------*/
.navbar { font-size: 15px; font-weight: 600; border: none; width: 100%; }

.navbar-default { background-image: none; background-color: #f7f7f7; border-color: none; box-shadow: none; border-radius: 0; }
@media (min-width: 1025px) { .navbar-default { background-color: #e8eae9; } }

.nav { margin: 0 0 0 0; padding: 0 0 0 0; }

.navbar-nav > li > a { padding: 15px 8px 5px 8px; }

.navbar-default .navbar-nav > li > a { color: #505050; }

.navbar-default .navbar-nav > li > a:hover { color: #fff; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus #nav-primary .navbar-nav > .open > a, #nav-primary .navbar-nav > .open > a:hover, #nav-primary .navbar-nav > .open > a:focus { background-color: #004a80; color: #fff; }

.navbar-default .navbar-nav > .active > a { background-image: none; background-repeat: repeat-x; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus #nav-primary .navbar-nav > .active > a, #nav-primary .navbar-nav > .active > a:hover, #nav-primary .navbar-nav > .active > a:focus { color: #fff; background-color: #004a80; }

.dropdown-menu { padding-top: 0px; padding-bottom: 0px; border-radius: 0px; }
.dropdown-menu > li > a { display: block; padding: 0 20px; clear: both; font-weight: normal; line-height: 1.42857; color: #505050; white-space: nowrap; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #FFF; background-color: #107fc9; background-image: none; background-repeat: none; }
.dropdown-menu .divider { height: 1px; margin: 0px 0; overflow: hidden; background-color: #cccccc; }

.navbar-nav .open .dropdown-menu > li > a { line-height: 40px; }

.dv-breadcrumb { font-size: 12px; font-family: "Open Sans", "sans-serif"; }

.dv-utility a { font-size: 12px; font-family: "Open Sans", "sans-serif"; color: #107fc9; }

.dv-utility a:visited { color: #800080; }

@media (min-width: 1025px) { .dropdown:hover .dropdown-menu { display: block; }
  .dropdown:hover .dropdown-menu li a { line-height: 40px; } }

.open .dropdown-menu li a { line-height: 30px; }

.nav-tabs li { background: #e1e1e1; font-size: 14px; border-radius: 0px; }
.nav-tabs li a { color: #4d4d4d; border-radius: 0px; margin-right: 0px; font-size: 14px; }

.tab-pane { padding: 15px 0; }

@media (max-width: 1024px) { .navbar-header { float: none; }
  .navbar-toggle { display: block; }
  .navbar-collapse { border-top: 1px solid transparent; -moz-box-shadow: inset 0 1px 0 rgba(225, 225, 225, 0.1); -webkit-box-shadow: inset 0 1px 0 rgba(225, 225, 225, 0.1); box-shadow: inset 0 1px 0 rgba(225, 225, 225, 0.1); }
  .navbar-collapse.collapse { display: none !important; }
  .navbar-collapse.collapse.in { display: block !important; overflow: none; overflow-y: visible; }
  .navbar-nav { float: none !important; margin: 7.5px -15px; }
  .navbar-nav > li { float: none; }
  .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; } }
@media (max-width: 1024px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a { line-height: 40px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } }
.left-rail .list-group { font-weight: 600; }

.dv-mobile-dropdown li a { line-height: 2.2; border-bottom: 1px solid #ccc; padding: 0px 20px; }

.dropdown-menu > .active, .dropdown-menu > .active > a { background-color: #107fc9; }

/* Overrides Bootstrap Nav Tabs for better responsive layout */
.nav-justified li a { font-size: 85%; }
@media (min-width: 1025px) { .nav-justified li a { font-size: 100%; } }

.tab-condensed li a { padding: 10px 8px; font-size: 12px; }
@media (min-width: 768px) { .tab-condensed li a { font-size: 11px; padding: 10px 6px; } }
@media (min-width: 1025px) { .tab-condensed li a { padding: 10px 10px; font-size: 14px; } }

/*------------------------------------*\ $MAIN CONTENT AREA
\*------------------------------------*/
/*------------------------------------*\ $FOOTER
\*------------------------------------*/
/*==========  General Footer Styling ==========*/
footer { color: #b3b3b3; }
footer ul { list-style: none; margin: 0px; padding: 0px; color: #b3b3b3; }

/*==========  Primary Footer (light gray, first footer area ) ==========*/
.primary-footer { margin-top: 15px; padding: 20px 0; background: #4d4d4d; }
@media (min-width: 768px) { .primary-footer { padding: 40px 0; } }
.primary-footer li { padding: 4px 0; line-height: 14px; }

/* Styling for specific links in footer */
.footer-prim { color: #79bfe3; font-size: 12px; font-weight: 600; }
.footer-link-prim { color: #79bfe3; font-size: 12px; font-weight: 600; }
.footer-link-prim:hover { text-decoration: underline; color: #79bfe3; }

.prim-em { font-size: 16px; }
@media (min-width: 768px) { .prim-em { font-size: 12px; } }

.footer-link-sec { font-size: 11px; font-weight: normal; color: #cccccc; }
.footer-link-sec:hover { color: #e6e6e6; }

.footer-social-icon { display: inline-block; width: 30px; height: 30px; margin: 0 5px 5px 0; float: left; padding: 0px; }

/*==========  Secondary Footer (dark gray, copyright & logo ) ==========*/
.secondary-footer { padding: 20px 0; background: #2f3232; }
@media (min-width: 768px) { .secondary-footer { padding: 40px 0; } }
.secondary-footer p { font-size: 10px; color: #939a9a; margin-bottom: 5px; }
.secondary-footer a { font-size: 12px; padding: 5px 0px; }
@media (min-width: 1025px) { .secondary-footer a { font-size: 10px; } }
.secondary-footer .copyright { margin: 5px 0; font-size: 11px; color: #939a9a; }

/*========= Pagination =================*/

.pagination {
  width: 100%;
  margin: 0px !important;
  text-align: center;
  clear: both;
}

.pagination ul {
  width: 100%;
  display: inline-block;
  *display: inline;
  padding-bottom: 0px !important;
  margin-bottom: 0;
  margin-left: 0;
  *zoom: 1;
}

.pagination ul > li {
  display: inline;  
}

.pagination li a {
  background-color: #FFF;
}

.pagination li span {
  padding: 0px 0px 1px 0px;
}

.pagination ul > li > a,
.pagination ul > li > span {
  font-size: 14px; 
  color: #0088cc;
  font-weight: bold;
  float: left;
  padding: 10px 14px;
  margin: 0px 5px 5px 0px;
  line-height: 15px;
  text-decoration: none;
  border: 1px solid #dddddd;  
  border-radius: 0px !important;
}

.pagination ul > li > a:hover{
  color: #107FC9;
  border: 1px solid #dddddd;
  border-left-width: 0;
  background: #EAEAEA;
  border-radius: none;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #FFF;
  cursor: default;
  background: #107FC9;
}

div.dv-clear {
  height:1px;
  font-size:1px;
  line-height:1px;
  clear:both;
}


/* SLIDER */

.slider {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  /*background: #0072BC;*/
  background-color: #004A80;
  /*background-color: rgba(0,0,0,0.7 );  Black w/ opacity */  
  text-align: center;
  line-height: 1.0em;
  overflow: hidden; 
  margin: auto;
  display: none;	
  /* padding: 10px;	 */
}

.slider p {
  color: #FFF;
  font-size: 18px;
}

.slider .cta-block h1 {
  color: #fff;
  font-weight: 600;
}

.slider h2, .slider p, .close {
  /*color: #004A80;*/
  color: #FFF;
  text-align: left;
}

.slider .btn { 
  width: 100%; 
  text-align: left;
  white-space: normal;
}

/*
@-webkit-keyframes slideDown {
  0%, 100% { -webkit-transform: translateY(-300px); }
  10%, 90% { -webkit-transform: translateY(0px); }
}
@-moz-keyframes slideDown {
  0%, 100% { -moz-transform: translateY(-300px); }
  10%, 90% { -moz-transform: translateY(0px); }
}

.cssanimations.csstransforms .slider {
  -webkit-transform: translateY(-280px);
  -webkit-animation: slideDown 60s 1.0s 1 ease forwards;
  -moz-transform:    translateY(-280px);
  -moz-animation:    slideDown 60s 1.0s 1 ease forwards;
}

*/
.slider-cta a, .slider-cta a:hover { color: #FFF; text-decoration: none; }

.slider-cta .triggersurvey { margin-top: 20px; float: right; font-size: 14px; }

@media (min-width: 1025px) {
 .slider   {
   /* min-height: 200px; */
   /*background-color: #0072BC;  Fallback color */
   background-color: #004A80;
   /* background-color: rgba(0,0,0,0.9 ); Black w/ opacity */  
   background-image: url(/images/international/in-slider-lg.png);
   background-repeat: no-repeat; 
   background-position: center left;
  }
      
 .slider .promo-content {
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
  margin: auto;
  display: block;
  text-align: left;
  width: 60%;
  min-height: 180px;
  /*background-image: url(/images/international/in-slider.png);
  background-repeat: no-repeat; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  -webkit-background-size: cover; 						
  background-size: cover;
  background-position: center left;*/
}	

.slider .cta-block { 
  margin: 0px 0px 0px 0px;
  float: right;
  padding: 0px 10px 10px 20px;
}
}

.slider ul {
  margin: 0px 0px 10px 30px;
  text-align: left;
}

.slider li { 
  margin: 0px;
  color: #fff;
  line-height: 1.3em;
  font-size: 14px;
  list-style: disc;
}

.slider .promo { top: 10px; }

@media (min-width: 678px) and (max-width: 1024px) {

.slider h1 {
  color: #004A80; 
  font-weight: 600;
  text-align: left;
}
	  
.slider .promo { padding-top: 30px; }
  
.slider .promo-content { 
	min-height: 100px;
}
  
.slider .promo-content .col-sm-9 { 
  width: 100%;
}
  
.slider p { width: 100%; }
  
.slider h2 {color: #004A80; }
  
.slider .cta-block { 
  margin: 30px 0px 0px 0px;
  padding: 10px 10px 10px 20px;
}  

.slider .cta-block .btn { width: 50%; }
  
}

@media (min-width: 800px) and (max-width: 1280px) {

.slider {
  background-image: url(/images/international/in-slider.png);
  background-repeat: no-repeat; 
  background-position: center left;
}

.slider .promo-content {
  width: 80%;
}
}

@media (min-width: 320px) and (max-width: 800px) {
.slider {
  background-image: none;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.slider { background-image: none;}

.slider .close-lk { font-size: 12px; }
}

@media (max-width: 320px) {
  
  .slider .promo { padding-top: 30px; }
  
  .slider .promo-content {  
	min-height: 100px;
	}
  }
  
.slider .cta-block { 
  margin: 0px 0px 0px 0px;	
  padding: 10px 10px 10px 20px;
}  
}

.slider .close { 
  position: relative;
  color: #FFF;
  float: right;
  width: 100%;
}

/*------------------------------------*\ $COMPONENTS
\*------------------------------------*/
/*------------------------------------*\ $TEMPLATES
\*------------------------------------*/
/*------------------------------------*\ $MISC
\*------------------------------------*/
/*------------------------------------*\ $MISC
\*------------------------------------*/
