﻿@charset "UTF-8";

﻿ @import "./bootstrap/css/bootstrap.min.css";@media screen and (min-width:750px) and (max-width:1049px) {
}

.hide-text {
    display: block;
    overflow: hidden;
    text-indent: -9999em;
}

.sprite {
    background-image: url("images/sprite.png");
    background-repeat: no-repeat;
}

.easeInCirc {
    transition: all 500ms cubic-bezier(0.6,0.04,0.98,0.335) 0;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.semi {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.black {
    font-weight: 800;
}

.italic {
    font-style: italic;
}

.normal {
    font-style: normal;
}

.open-sans {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}

.quicksand {
    font-family: "Quicksand",Arial,Helvetica,sans-serif;
}

.upper {
    text-transform: uppercase;
}

* {
    margin: 0;
    padding: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clear-el {
    clear: both;
}

a img {
    border: 0 none;
}

a:focus {
    border: medium none;
    outline: medium none;
}

body > div:first-child {
    display: none;
}

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("/Portals/_default/Skins/DV0181.Skins/bootstrap/css/fontawesome-webfontd41d.eot?#iefix&v=4.0.0") format("embedded-opentype"),url("/Portals/_default/Skins/DV0181.Skins/bootstrap/css/fontawesome-webfont1fc6.woff?v=4.0.0") format("woff"),url("/Portals/_default/Skins/DV0181.Skins/bootstrap/css/fontawesome-webfont1fc6.ttf?v=4.0.0") format("truetype"),url("/Portals/_default/Skins/DV0181.Skins/bootstrap/css/fonts/fontawesome-webfont1fc6.svg?v=4.0.0#fontawesomeregular") format("svg");
}

.fa:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    text-align: center;
    width: 1.28571em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.14286em;
    padding-left: 0;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    left: -2.14286em;
    position: absolute;
    text-align: center;
    top: .142857em;
    width: 2.14286em;
}

    .fa-li.fa-lg {
        left: -1.85714em;
    }

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    animation: 2s linear 0 normal none infinite spin;
}

@keyframes spin {
    0 {
        transform: rotate(0);
    }

    100% {
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0 {
        transform: rotate(0);
    }

    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    transform: rotate(90deg);
}

.fa-rotate-180 {
    transform: rotate(180deg);
}

.fa-rotate-270 {
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    transform: scale(-1,1);
}

.fa-flip-vertical {
    transform: scale(1,-1);
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before, .fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before, .fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-move:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before, .fa-share:before {
    content: "";
}

.fa-resize-full:before {
    content: "";
}

.fa-resize-small:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-resize-vertical:before {
    content: "";
}

.fa-resize-horizontal:before {
    content: "";
}

.fa-bar-chart-o:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before, .fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-rss:before {
    content: "";
}

.fa-hdd:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-fullscreen:before {
    content: "";
}

.fa-group:before {
    content: "";
}

.fa-chain:before, .fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before, .fa-scissors:before {
    content: "";
}

.fa-copy:before, .fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before, .fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-reorder:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before, .fa-sort:before {
    content: "";
}

.fa-sort-down:before, .fa-sort-asc:before {
    content: "";
}

.fa-sort-up:before, .fa-sort-desc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "";
}

.fa-legal:before, .fa-gavel:before {
    content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before, .fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before, .fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-hospital:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
    padding-right: 10px;
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-expand-o:before {
    content: "";
}

.fa-collapse-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-reply-all:before {
    content: "";
}

.fa-mail-reply-all:before {
    content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-o:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-horizontal:before {
    content: "";
}

.fa-ellipsis-vertical:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before, .fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before, .fa-usd:before {
    content: "";
}

.fa-rupee:before, .fa-inr:before {
    content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "";
}

.fa-won:before, .fa-krw:before {
    content: "";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "";
}

header {
    transition: all .5s ease 0;
    width: 100%;
    z-index: 100;
}

    header .wrap {
        height: 102px;
        position: relative;
    }

@media screen and (min-width:1445px) {
    header .wrap {
        margin: 0 auto;
        max-width: 1220px;
        width: 66.6667%;
    }

        header .wrap > a.mobi-off {
            display: block;
        }

        header .wrap > a.mobi-on {
            display: none;
        }
}

@media screen and (min-width:966px) and (max-width:2794px) {
    .DNN_ANN_DesignTable > tbody > tr > td > .grid_4 > table, .DNN_ANN_DesignTable.mod3Column > tbody > tr > td > .grid_2m > table {
        width: 300px;
    }

    #infobar li:nth-child(3) {
        display: block;
    }

    .actividadItem .VR {
        display: none;
    }

    #noticiasWidget .actividadItem .viewResult {
        display: none;
    }
}

@media screen and (min-width:2000px) and (max-width:2794px) {
    .search-open nav.search {
        top: inherit !important;
    }

    .wns-slideshow-wrapper {
        height: inherit !important;
        left: inherit !important;
        margin: 0 auto;
        padding: 15% 0 0 !important;
    }
}

@media screen and (min-width:1700px) and (max-width:2000px) {
    .search-open nav.search {
        top: inherit !important;
    }

    .wns-slideshow-wrapper {
        height: 401px !important;
        padding: 0 !important;
    }
}

@media screen and (min-width:1445px) and (max-width:2594px) {
    .search-open nav.search {
        top: inherit !important;
    }

    .wns-slideshow-wrapper {
        height: 401px !important;
        left: inherit !important;
        margin: 0 auto;
        padding: 0 !important;
    }

    #pager {
        top: 95% !important;
    }

    .weatherWidgDay {
        width: 99px !important;
    }

    .menuPromPeru .Megadrop {
        top: 52px !important;
    }

    #footerBottom {
        width: 960px !important;
    }

    .home-wrap section .content {
        max-width: 960px !important;
        width: 100% !important;
    }

    #contentWrapper {
        width: 960px;
    }

    #headerMenuWrapper {
        width: 830px !important;
    }

    header .wrap {
        width: 980px;
    }

    .home-wrap header .logo {
        height: 128px !important;
        width: 159px !important;
    }

    .headerMenuWrapper {
        width: 833px;
    }

    #dnn_Menu {
        float: right !important;
        position: static !important;
        top: 55px !important;
        width: 824px !important;
    }

    .sbInp_Default {
        width: 181px !important;
    }

    .int-wrap header .logo, .home-wrap header.fixed .logo {
        height: 128px;
        width: 159px;
    }

    .leftPane {
        width: 64.6% !important;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .gardientBG {
        background: url("../images/bg_main.png") no-repeat scroll 10px 0 / 97.6% 100% rgba(0,0,0,0) !important;
    }

    .search-open nav.search, .country-open nav.country {
        top: inherit !important;
    }

    .Sbtn {
        width: 89% !important;
    }

    #footerBottom {
        width: 960px !important;
    }

    .wns-slideshow-wrapper a {
        width: 1600px !important;
    }

    .wns-slideshow-wrapper {
        height: 400px !important;
    }

    .weatherWidgDay {
        width: 98px !important;
    }

    header .wrap {
        margin: 0 auto;
        min-width: 974px;
        width: 980px;
    }

        header .wrap > a.mobi-off {
            display: block;
        }

        header .wrap > a.mobi-on, header .wrap > a.no, header .wrap > a.c1, header .wrap > a.c2, header .wrap > div.no.form > a {
            display: none;
        }
}

@media screen and (min-width:750px) and (max-width:1049px) {
    header .wrap {
        height: 65px;
        margin: 0 auto;
        width: 90%;
    }

        header .wrap > a.mobi-off {
            display: block;
        }

        header .wrap > a.mobi-on {
            display: none;
        }
}

@media screen and (max-width:966px) {
    header .wrap {
        height: 65px;
        margin: 0 auto;
        width: 95%;
    }

        header .wrap > a, header .wrap > div.no > a {
            font-size: 24px;
            position: absolute;
            top: 20px;
        }

            header .wrap > a.mobi-off {
                display: none;
            }

            header .wrap > a.mobi-on, header .wrap > div.no > a, header .wrap > a.no, header .wrap > a.c1, header .wrap > a.c2 {
                color: white;
                display: block;
                text-align: center;
            }

                header .wrap > a.mobi-on:before, header .wrap > div.no.form > a:before, header .wrap > a.no:before, header .wrap > a.c1:before, header .wrap > a.c2:before {
                    display: inline-block;
                    font-family: FontAwesome;
                    font-style: normal;
                    font-weight: normal;
                    line-height: 1;
                }

                header .wrap > a.mobi-on.pull-left {
                    margin-right: .3em;
                }

                header .wrap > a.mobi-on.pull-right {
                    margin-left: .3em;
                }

                header .wrap > a.mobi-on.main {
                    right: 15px;
                }

                    header .wrap > a.mobi-on.main:before {
                        content: "";
                    }

                header .wrap > a.mobi-on.search {
                    right: 50px;
                }

                    header .wrap > a.mobi-on.search:before {
                        content: "";
                    }

                header .wrap > a.mobi-on.contact {
                    right: 95px;
                }

                    header .wrap > a.mobi-on.contact:before {
                        content: "";
                    }

                header .wrap > a.no.form, header .wrap > div.no.form > a {
                    right: 85px;
                    overflow: hidden;
                    white-space: nowrap;
                    width: 25px;
                }

                header .wrap > a.c1.form {
                    right: 120px;
                }

                header .wrap > a.c2.form {
                    right: 155px;
                }

                header .wrap > a.no.form:before, header .wrap > div.no.form > a:before {
                    content: "";
                }

                header .wrap > a.c1.form:before {
                    content: "";
                }

                header .wrap > a.c2.form:before {
                    content: "";
                }

                header .wrap > a.mobi-on.country {
                    right: 130px;
                }

            header .wrap > a span {
                display: none;
            }
}

header .logo {
    background: url("http://peru.travel/Portals/_default/Skins/DV0181.Skins/Images/marca-peru.png") no-repeat scroll 0 0 rgba(0,0,0,0);
    display: block;
    overflow: hidden;
    position: absolute;
    text-indent: -9999em;
}

    header .logo a {
        display: block;
        left: 0;
        position: absolute;
        top: 0;
    }

header nav.utility {
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 1.75%;
    top: 25px;
    transition: all .5s ease 0;
}

@media screen and (min-width:750px) and (max-width:1049px) {
    header nav.utility {
        display: none;
    }
}

@media screen and (max-width:749px) {
    header nav.utility {
        display: none;
    }
}

header nav.utility a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .5s ease 0;
}

    header nav.utility a:hover {
        color: #ff9200;
    }

header nav.main {
    position: absolute;
    right: -1.5%;
    transition: all .5s ease 0;
}

    header nav.main:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    header nav.main > ul {
        margin: 0;
        padding: 0;
    }

        header nav.main > ul > li {
            float: left;
            font-size: 14px;
            height: 53px;
            list-style: none outside none;
            margin: 0 17px;
            padding: 0;
            position: relative;
        }

            header nav.main > ul > li.first {
                margin: 0 17px 0 0;
            }

            header nav.main > ul > li.last {
                margin: 0 0 0 17px;
            }

            header nav.main > ul > li:hover ul {
                display: block;
                transition: all .125s ease 0;
            }

            header nav.main > ul > li > a {
                color: #555;
                cursor: pointer;
                display: block;
                max-height: 50px;
                overflow: hidden;
                transition: all .25s ease 0;
            }

                header nav.main > ul > li > a.search:before {
                    display: inline-block;
                    font-family: FontAwesome;
                    font-style: normal;
                    font-weight: normal;
                    line-height: 1;
                }

                header nav.main > ul > li > a.search.pull-left {
                    margin-right: .3em;
                }

                header nav.main > ul > li > a.search.pull-right {
                    margin-left: .3em;
                }

                header nav.main > ul > li > a.search:before {
                    content: "";
                }

                header nav.main > ul > li > a.search span {
                    display: none;
                }

            header nav.main > ul > li ul {
                background: none repeat scroll 0 0 #fff;
                box-sizing: border-box;
                display: none;
                left: 50%;
                margin: 0 0 0 -120px;
                padding: 20px;
                position: absolute;
                top: 100%;
                width: 240px;
            }

                header nav.main > ul > li ul li {
                    font-size: 12px;
                    font-weight: 600;
                    list-style: none outside none;
                    padding: 0 0 10px;
                    text-transform: uppercase;
                }

                    header nav.main > ul > li ul li a {
                        color: #555;
                        display: block;
                        transition: all .125s ease 0;
                    }

                        header nav.main > ul > li ul li a:hover {
                            color: #ff9200;
                        }

                    header nav.main > ul > li ul li.last {
                        padding: 0;
                    }

                header nav.main > ul > li ul:before {
                    border-bottom: 8px solid #fff;
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    content: "";
                    display: block;
                    height: 0;
                    left: 50%;
                    margin: 0 0 0 -8px;
                    overflow: hidden;
                    position: absolute;
                    text-indent: -9999em;
                    top: -8px;
                    width: 0;
                }

            header nav.main > ul > li.selected > a {
                color: #ff9200;
            }

@media screen and (min-width:1445px) {
    header nav.main > ul > li {
        margin: 0 17px;
    }

        header nav.main > ul > li.first {
            margin: 0 17px 0 0;
        }

        header nav.main > ul > li.last {
            margin: 0 0 0 17px;
        }

    header nav.main .mobi-on {
        display: none;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    header nav.main > ul > li {
        margin: 0 17px;
    }

        header nav.main > ul > li.first {
            margin: 0;
        }

        header nav.main > ul > li.last {
            margin: 0 0 0 17px;
        }

    header nav.main .mobi-on {
        display: none;
    }
}

@media screen and (min-width:464px) and (max-width:742px) and (orientation:landscape) {
    .ModPeruHeaderMenuC > div > ul:first-child > li:nth-child(6) {
        display: none;
    }

    #infobar li:nth-child(2) {
        display: none;
    }

    .actividadItem .VR {
        display: none;
    }

    #noticiasWidget .actividadItem .viewResult {
        display: none;
    }

    #infobar > li > a > img {
        display: none;
    }

    #infobar > li > a > span {
        display: block;
    }
}

@media screen and (width:600px) {
    .DNN_ANN_DesignTable > tbody > tr > td > .grid_4 > table, .DNN_ANN_DesignTable.mod3Column > tbody > tr > td > .grid_2m > table {
        display: inline-table;
        float: left;
        margin-right: 20px;
        width: 48%;
    }

    .DNN_ANN_DesignTable > tbody > tr > td {
        display: inline;
    }

    .AP > tbody > tr > td > table > tbody > tr > td {
        display: inline !important;
    }

    .DnnModule-News, .DnnModule-Peru_TravelerTools {
        display: none !important;
    }
}

@media screen and (width:1024px) and (orientation:landscape) {
    .DnnModule-Peru_PeruMap {
        display: none;
    }

    .DnnModule-Peru_IPeru_GoogleMap {
        display: none !important;
    }

    .DNN_ANN_DesignTable > tbody > tr > td > .grid_4 > table, .DNN_ANN_DesignTable.mod3Column > tbody > tr > td > .grid_2m > table {
        display: inline-table;
        float: left;
        margin-right: 20px;
        width: 48%;
    }

    .DNN_ANN_DesignTable > tbody > tr > td {
        display: inline;
    }
}

@media screen and (min-width:482px) and (max-width:731px) {
    .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%;
        }

    .DnnModule-Peru_TravelerTools {
        display: none !important;
    }

    .ocultar-rulos {
        display: none;
    }

    .NE .viewResult {
        display: none !important;
    }

    #dnn_SideBar .DnnModule {
        display: inherit;
        float: none !important;
        width: 50% !important;
    }

    .DnnModule-Peru_TravelerTools #herramientasViajero {
        width: 280px !important;
    }

    .weatherWidgDay {
        width: 93px !important;
    }

    .weatherContainer {
        margin-top: 0 !important;
    }

    #noticiasWidget > div > ul {
        display: none;
    }
}

@media screen and (min-width:732px) and (max-width:966px) {
    #dnn_SideBar .DnnModule {
        display: inline-flex;
        width: 328px;
        vertical-align: top;
    }
}

@media screen and (min-width:482px) and (max-width:742px) {
    .box-app {
        width: auto !important;
    }

        .box-app .content-box-app {
            width: auto !important;
        }

    .PO .grid_result h4 {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 4px;
        width: 48% !important;
    }

    .PO {
        width: 500px;
    }

    div.grid_result h4, div.grid_result h4 a {
        width: auto !important;
    }
}

@media screen and (min-width:743px) and (max-width:966px) {
    .PO .grid_result h4 {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 4px;
        width: 60% !important;
    }
}

@media screen and (min-width:482px) and (max-width:966px) {
    .NSqueare {
        display: none !important;
    }

    .Squeare {
        display: block !important;
    }

    .idfe {
        width: auto !important;
    }

    .sbInp_BarExapdanbleGrayOutShadow {
        padding-top: 18px;
    }

        .sbInp_BarExapdanbleGrayOutShadow .sbInputInner {
            width: 100% !important;
        }

    .ModPeruEjesMapsC {
        min-height: 0 !important;
    }

    .ModPeruEventSideWidgetC {
        margin-left: 0;
    }

    #iPeru {
        margin-left: 0 !important;
    }

    .accordionFullMod {
        width: 96% !important;
    }

        .accordionFullMod > p.sectionTitle {
            float: none !important;
            width: inherit !important;
        }

    .TopBarSocialButtonsFB {
        height: 26px !important;
        width: 26px;
    }

    .TopBarSocialButtonsYT {
        height: 26px !important;
        width: 26px;
    }

    .TopBarSocialButtonsTW {
        height: 26px !important;
        width: 26px;
    }

    .TopBarSocialButtonsFL {
        height: 26px !important;
        width: 26px;
    }

    #topBarSocialButtons li a, .topBarSocialButtons li a {
        background-size: 26px 26px;
        width: 26px !important;
    }

    .ocultar-rulos {
        display: none;
    }

    .search-form .sbInp_Default {
        background-color: transparent !important;
    }

    #contentWrapper #dondeIrAccordion, #panel, #datosMov {
        width: 585px !important;
    }

    .ocultar-home {
        display: none !important;
    }

    .home-wrap header {
        height: 65px !important;
    }

    #noticiasWidget > div > ul {
        display: none;
    }

    .NE .viewResult {
        display: none !important;
    }

    .DNN_ANN_DesignTable > tbody > tr > td {
        display: inline;
    }

    footer > .wrap, .RadTabStrip_Outlook, .CT table tr:first-child a {
        display: none;
    }

    .CT .various {
        display: block !important;
    }

    .gardientBG {
        background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
    }

    .DnnModule-News.ocultar-home {
        display: none !important;
    }

    #headerMenuWrapper, #dnn_SideBar > .DnnModule-DNN_HTML {
        display: none !important;
    }

    #dnn_SideBar {
        width: 100% !important;
    }

    .DnnModule-Peru_WishesSideWidget {
        display: none !important;
    }

    .search-form .sbInp .searchBox {
        width: 85% !important;
    }

    .idaa {
        height: auto !important;
        margin: 0 10px;
        width: auto !important;
    }

    table div.grid_8 {
        margin-right: 0 !important;
    }

    #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > p, #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > ul li, #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > ol li {
        margin-right: 0 !important;
        width: 100% !important;
    }

    .searchBox {
        width: 100% !important;
    }

        .searchBox > span.vermas {
            width: 100% !important;
        }

    #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > h1, #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > h2 {
        width: 100% !important;
    }

    #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > img, #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > p img {
        width: 100% !important;
    }

    .ModPeruHeaderMenuC > div > ul:first-child > li:nth-child(6) {
        display: none;
    }

    #infobar li:nth-child(3) {
        display: none;
    }

    #infobar > li > a > img {
        display: none;
    }

    #infobar > li > a > span {
        display: block;
    }

    .idfe > img, .idfe > h4, .idfe > p {
        display: none !important;
    }

    .idaa > #divImage, .idaa > h4, .idaa > p, .idaa > a {
        display: none !important;
    }

    #BNews1, #BNews2, #BFeve1, #BFeve2 {
        display: block !important;
    }

    #dnn_mainSearch_pnlInput .sbInp_Default .searchBtn, #dnn_mainSearch1_pnlInput .sbInp_Default .searchBtn {
        width: 36px !important;
    }

    .container_8 div.grid_8 > img.rulo {
        width: 100%;
    }

    .container_12, .container_12b {
        width: 100% !important;
    }

    .mod3Column div.grid_2m img {
        height: auto !important;
        width: 100% !important;
    }

    table.mod3Column div.grid_2m {
        width: auto !important;
    }

    .mod1Column p {
        max-width: 100%;
    }

    table div.grid_4 {
        margin-right: 10px !important;
        padding: 0 !important;
    }

    #siteHeadouter > .container, #contentWrapper > .container {
        padding: 0 !important;
        width: 100% !important;
    }

    .container_12 .grid_4 {
        width: auto !important;
    }

    .DNN_ANN_DesignTable .grid_4, .DNN_ANN_DesignTable.mod3Column .grid_2m {
        width: 47.6% !important;
    }

    .shareResult {
        display: none;
    }

    table div.grid_4m {
        width: auto !important;
    }

    #travelServices {
        width: auto !important;
    }

    .ppTablaEncabezado, .ppTablaSinEncabezado {
        width: 94%;
    }

        .ppTablaEncabezado td, .ppTablaSinEncabezado td {
            display: table-cell !important;
            font-size: 10px !important;
        }

        .ppTablaEncabezado th {
            font-size: 10px !important;
        }

    .breadCrumb > div {
        width: auto !important;
    }

    .breadCrumb {
        margin-left: 4% !important;
        width: 100% !important;
    }

    #BContact1 {
        display: inline-block;
    }

    .AP > tbody > tr > td > table > tbody > tr > td {
        display: inherit;
    }

    .ModPeruEventsC .searchEnlaces > img {
        width: 100% !important;
    }

    .ModPeruEventsC .searchBox > label {
        width: 39%;
    }

    .ModPeruEventsC .searchBox > span.vermas {
        width: 96% !important;
    }

    .ModPeruEventsC .searchBox, #IperuSearch {
        min-width: 500px !important;
        width: auto !important;
    }

        .ModPeruEventsC .searchBox > h3 .ModPeruEventsC .searchBox > label {
            width: 26% !important;
        }

        .ModPeruEventsC .searchBox > select {
            width: 50% !important;
        }

        .ModPeruEventsC .searchBox > .RadComboBox, .searchBox .RadComboBox {
            width: 50% !important;
        }

        .ModPeruEventsC .searchBox > .subCat > div > label {
            width: 38% !important;
        }

        .ModPeruEventsC .searchBox > .subCat > div > select {
            width: 50% !important;
        }

        .ModPeruEventsC .searchBox > input[type="text"] {
            width: 46% !important;
        }

    .ModPeruUsefulLinksC .searchEnlaces > img {
        width: 100% !important;
    }

    .ModPeruUsefulLinksC .searchBox > span.vermas {
        width: 96% !important;
    }

    .ModPeruUsefulLinksC .searchBox, #IperuSearch {
        min-width: 280px !important;
        width: auto !important;
    }

        .ModPeruUsefulLinksC .searchBox > h3 .ModPeruUsefulLinksC .searchBox > label {
            width: 26% !important;
        }

        .ModPeruUsefulLinksC .searchBox > .RadComboBox, .searchBox .RadComboBox {
            width: 192px !important;
        }

        .ModPeruUsefulLinksC .searchBox > input[type="text"] {
            width: 60% !important;
        }

    .ModImageGridC .searchBox > span.vermas {
        width: 96% !important;
    }

    .ModImageGridC .searchBox {
        width: 97% !important;
    }

        .ModImageGridC .searchBox > h3 .ModImageGridC .searchBox > label {
            width: 26% !important;
        }

    .form_peru table {
        width: auto !important;
    }

        .form_peru table td {
            display: inline-table;
        }

    .form_peru .captcha img + div {
        min-width: inherit !important;
    }

    .form_peru .terms, .form_peru .cta {
        width: auto !important;
    }

    .form_peru .fTooltip > .fElement {
        width: 72% !important;
    }

    .PA .detalleResult > div {
        display: inline-block;
        margin: 0 !important;
    }

        .PA .detalleResult > div p {
            margin: 0 !important;
        }

        .PA .detalleResult > div h4 {
            width: auto !important;
        }

    div.grid_result img {
        height: 200px !important;
    }

    .form_peru {
        width: auto !important;
    }

        .form_peru .dnnTooltip, .form_peru .fTooltip > label, .form_peru .fTooltip > .fElement > div > label {
            width: 26% !important;
        }

            .form_peru .dnnTooltip + span + input[type="text"], .form_peru .dnnTooltip + span + input[type="password"], .form_peru .fTooltip > input[type="text"], .form_peru .fTooltip > input[type="password"], .form_peru .fTooltip > textarea, .form_peru .captcha input[type="text"], .form_peru .fTooltip .fElement input[type="text"], .form_peru .fTooltip .RadInput input[type="text"] {
                width: 42% !important;
            }

    .fElement > select {
        width: 42% !important;
    }

    .form_peru .fTooltip > select, .form_peru .fTooltip > .fElement select {
        width: 76% !important;
    }

    .dato > *:not(img) {
        width: auto !important;
    }

    #dondeIrAccordion .dato > img {
        width: 100% !important;
        height: auto !important;
    }

    .DnnModule-Peru_PeruMap {
        display: none;
    }

    .mod2Column td {
        display: inline;
    }

    #operatorInfo .searchBox .subCat > div > select {
        width: 180px;
    }

    #operatorInfo .searchBox > h3 {
        font-size: 18px;
    }

    #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > p {
        width: auto !important;
    }

    #multimediaContent .multiTable {
        width: 590px !important;
    }

    #multimediaContent table td div.grid_2m, #divPhotos table td div.grid_2m {
        width: 192px !important;
    }

    #multimediaContent table td span.category, #divPhotos table td span {
        left: 163px !important;
    }

    #operatorInfo .searchBox {
        width: 100%;
    }

        #operatorInfo .searchBox label {
            width: 28%;
        }

        #operatorInfo .searchBox > input[type="text"] {
            width: 56%;
        }

        #operatorInfo .searchBox > .RadComboBox, #operatorInfo .searchBox .RadComboBox {
            width: 59% !important;
        }

        #operatorInfo .searchBox > span.vermas {
            width: 96%;
        }

    .avtsbDefault {
        width: auto !important;
    }

    .sbInp_Default.searchContent input.searchBox {
        width: 75% !important;
    }

    .avtsbDefault .avtsb_result {
        text-align: justify;
    }

    .calendarioEventos {
        display: none !important;
    }

    .sbInp_Default {
        border: medium none !important;
        display: table;
        height: 27px !important;
        margin: inherit !important;
        padding-top: 18px;
        width: 100% !important;
    }

    nav.search .search-form input {
        border: 2px solid #ddd !important;
        color: #000;
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-size: 16px !important;
        height: 32px;
        line-height: 32px;
        outline: medium none;
        padding: 0 5px 0 10px !important;
    }

    #pager {
        top: 95% !important;
    }

    .ModPeruSliderC > div:first-child {
        position: static !important;
    }

    #headerHero .rulo_slider {
        background: url("../Images/Rulos.png") no-repeat scroll center top / 215% 100% rgba(0,0,0,0) !important;
        height: 50% !important;
    }

    .Sbtn {
        position: inherit !important;
        width: 89%;
    }

    #next, #prev {
        height: 50px !important;
        top: 40% !important;
        width: 50px !important;
    }

    #prev {
        background: url("../images/slider_controls.png") no-repeat scroll -5px -5px / 122% auto transparent !important;
    }

    #next {
        background: url("../images/slider_controls.png") no-repeat scroll -6px -63px / 122% auto transparent !important;
    }

    .wns-slideshow-wrapper {
        height: inherit !important;
        left: inherit !important;
        max-width: none !important;
        padding: 51% 0 0;
    }

    #headerHero .sliderTitle {
        top: 16% !important;
        width: 48% !important;
    }

    .wns-slideshow-wrapper a {
        left: -9999px !important;
        margin: auto;
        right: -9999px;
        width: 204% !important;
    }

        .wns-slideshow-wrapper a img {
            height: auto !important;
            margin: 0;
            position: absolute;
        }

    #headerHero {
        text-align: inherit !important;
    }

    #NFoo2 center:first-child img {
        padding-top: 80px;
        width: 34%;
    }

    #NFoo1 {
        display: none !important;
    }

    #NFoo2 {
        display: block !important;
    }

        #NFoo2 #topBarSocialButtons {
            display: block !important;
            float: none;
            padding-top: 80px;
            width: 34%;
        }

        #NFoo2 center:first-child > img {
            display: none;
        }

    .temperature {
        width: 50px !important;
    }

        .temperature h1 span {
            font-size: 28px !important;
        }

    .container_4 {
        width: auto !important;
    }

        .container_4 .grid_4, .DnnModule-Peru_TravelerTools .grid_4_border {
            margin-left: 0;
        }

    #dnn_ctr27321_View_hplViewAllFest {
        float: none;
        margin-right: 0;
        max-width: 100%;
    }

    #dnn_ctr35787_ContentPane .container_4 {
        border: medium none !important;
        width: 100% !important;
    }

    .ModPeruWishesSideWidgetC {
        display: none;
    }

    #divAccordion {
        width: 100%;
    }

    #contentWrapper #dondeIrAccordion {
        width: auto !important;
    }

    #dnn_TopInfoBanners {
        display: none;
    }

    .DnnModule-Peru_SocialNetworks {
        display: none;
    }

    .ModDNNHTMLC #travelServices {
        display: none;
    }

    .dnn_ctr33079_ModuleContent {
        display: none;
    }

    .DNNModuleContent #ModPeruIPeruGoogleMapC {
        display: none;
    }

    footer .-escritorio {
        display: block !important;
        padding-bottom: 30px;
        padding-top: 138px;
    }

    .resultadosItemSE {
        width: auto !important;
    }

    .searchCollapse {
        width: 100% !important;
    }

    .PO .grid_result > div {
        display: inline-block;
        margin: 0 !important;
    }

    .PO .grid_result p {
        margin: 0 !important;
        width: 92%;
    }

    .paginContainer .pagination {
        float: none;
        margin: 5px auto 0;
        position: relative;
    }

    .searchCollapse {
        height: auto !important;
        width: 100% !important;
    }

        .searchCollapse label {
            width: 22% !important;
        }

        .searchCollapse > input[type="text"] {
            width: 61% !important;
        }

        .searchCollapse .RadComboBox {
            margin-left: 0 !important;
            width: 27% !important;
        }

        .searchCollapse > span.vermas {
            width: 100% !important;
        }

    .resultadosItemSE .grid_result {
        border-bottom: 1px solid #666;
    }

    .campaign .rotate-wrap {
        padding: 51% 0 0;
    }

    .campaign .slide {
        width: 204%;
    }

        .campaign .slide .sliderTitle {
            top: 48px !important;
            width: 36% !important;
        }

            .campaign .slide .sliderTitle span {
                font-size: 26px !important;
                height: auto !important;
            }

    .campaign {
        height: auto;
    }

        .campaign .rulo_slider {
            background: url("../Images/Rulos.png") no-repeat scroll center top / 115% 100% rgba(0,0,0,0);
            bottom: 0;
            display: block;
            height: 40px;
            margin: 0 auto;
            position: absolute;
            width: 100%;
            z-index: 2000;
        }

    .leftPane {
        margin: 0 !important;
        padding: 0 10px;
        width: auto !important;
    }

    .ModDNNAnnouncementsC .grid_4 {
        margin: 0;
    }

        .ModDNNAnnouncementsC .grid_4 .ACont {
            width: 100%;
        }

            .ModDNNAnnouncementsC .grid_4 .ACont .cell > img {
                width: 100%;
            }

    .ModPeruJournalFeedC {
        display: none;
    }

    .CT table {
        padding-bottom: 20px;
    }

        .CT table td > a {
            background: url("/Portals/_default/Skins/DV0181.Skins/Images/cruz.jpg") no-repeat scroll center top / 115% 100% rgba(0,0,0,0);
            color: transparent;
            float: right;
            height: 15px;
            position: relative;
            top: 32%;
            width: 15px;
        }

        .CT table .SubHead > h4 {
            display: inline-block;
            margin: 0;
        }

    #eventosSideWidget .FE > div {
        margin: 8px;
    }

    #eventosSideWidget .FE, .NE {
        border: 1px solid #e1e1e1;
        display: table;
        padding: 10px 10px 0;
        width: 100% !important;
    }

        #eventosSideWidget .FE table {
            border-collapse: collapse;
            border-spacing: 0;
        }

    #eventosSideWidget .iPeruLink a {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }

    #eventosSideWidget div.actividadItem img, #eventosSideWidget div.actividadItem p {
        display: none;
    }

    #eventosSideWidget div.actividadItem .VR, .NE div.actividadItem .VR {
        display: none;
        float: left;
        width: 78%;
    }

    .PO .grid_result .shareResult {
        display: none;
    }

    #eventosSideWidget #Events_Search_Result h6, #eventosSideWidget div.actividadItem .VR h6, .NE div.actividadItem .VR h6 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #eventosSideWidget #Events_Search_Result p, #eventosSideWidget div.actividadItem .VR p {
        padding-top: 0;
    }

    #eventosSideWidget #Events_Search_Result, #eventosSideWidget div.actividadItem {
        padding: 10px;
        width: auto;
    }

    #eventosSideWidget {
        display: inherit;
        margin-left: 0;
    }

    .NE div.actividadItem .VR h6 a {
        color: #666;
    }

    .NE div.actividadItem .VR h6 {
        color: #d52b1e;
    }

    .NE td {
        border-bottom: 1px solid #e1e1e1;
    }

    .NE div.actividadItem .viewResult p {
        display: initial;
        vertical-align: middle;
    }

    .NE div.actividadItem img, .NE div.actividadItem p {
        display: none;
    }

        .NE div.actividadItem p:last-of-type {
            display: block;
        }

    .NE div.actividadItem {
        border: medium none;
        height: 100%;
        padding: 10px 10px 0;
        width: auto;
    }

    .BNE a {
        float: none !important;
        max-width: inherit !important;
    }

    .ModNewsC .grid_4 {
        display: inherit;
        margin-left: 0;
    }

    #dnn_SideBar {
        border-left: medium none !important;
        padding: 0 10px;
    }

    .ModPeruWeatherWidgetC .grid_4 {
        display: inherit;
        margin: 0;
    }

    .ACont .cell {
        background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
    }

    .headerRedBar {
        background: none repeat scroll 0 0 #d52b1e !important;
        height: inherit !important;
    }

    .home-wrap header .logo #headerLogo {
        height: 84px;
        width: 104px;
    }

    .home-wrap header .logo {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        display: block;
        left: -0.45%;
        overflow: inherit;
        position: absolute;
        text-indent: inherit;
        transition: all .5s ease 0;
    }
}

@media screen and (min-width:743px) and (max-width:966px) {
    .ocultar-rulos {
        display: none;
    }

    #dnn_SideBar .DnnModule {
        width: 50% !important;
    }

    #dnn_SideBar .grid_4_border {
        margin-left: 0 !important;
    }

    .nav-open nav.mobi {
        z-index: 50 !important;
    }

    .wns-slideshow-wrapper {
        padding: 42% 0 0 !important;
    }

        .wns-slideshow-wrapper a {
            width: 167% !important;
        }
}

@media screen and (min-width:996px) and (max-width:998px) {
    #dnn_Menu {
        float: right !important;
        position: static !important;
        top: 55px !important;
        width: 99.2% !important;
    }
}

@media screen and (min-width:990px) and (max-width:995px) {
    #dnn_Menu {
        float: right !important;
        position: static !important;
        top: 55px !important;
        width: 99.2% !important;
    }
}

@media screen and (min-width:980px) and (max-width:989px) {
    #dnn_Menu {
        float: right !important;
        position: static !important;
        top: 55px !important;
        width: 99% !important;
    }
}

@media screen and (min-width:967px) and (max-width:979px) {
    #dnn_Menu {
        float: right !important;
        position: static !important;
        top: 55px !important;
        width: 98.8% !important;
    }
}

@media screen and (min-width:967px) {
    #Body {
        overflow: auto !important;
    }

    #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > p {
        width: auto !important;
    }

    #infobar li:nth-child(1) {
        display: none;
    }
}

@media screen and (min-width:967px) and (max-width:998px) {
    .container_12 .grid_4 {
        width: auto !important;
    }

    table div.grid_4m {
        width: auto !important;
    }

    .ModPeruEventsC > div > .grid_8 {
        width: 100%;
    }

    .calendarioEventos {
        width: 100% !important;
    }

    .PO {
        width: 100%;
    }

    div.grid_result h4, div.grid_result h4 a {
        width: 52% !important;
    }

    .DNN_ANN_DesignTable > tbody > tr > td > .grid_4, .DNN_ANN_DesignTable.mod3Column > tbody > tr > td > .grid_2m {
        width: 45.5% !important;
    }

    .accordionFullMod {
        width: 96% !important;
    }

        .accordionFullMod > p.sectionTitle {
            float: none !important;
            width: inherit !important;
        }

    .search-open nav.search {
        top: inherit !important;
    }

    #dondeIrAccordion span.vermas {
        float: left;
        width: 100% !important;
    }

    .dato > *:not(img) {
        width: 97% !important;
    }

    #divAccordion {
        width: 100%;
    }

    #contentWrapper #dondeIrAccordion, #panel, #datosMov {
        width: auto !important;
    }

    .searchBox.searchCollapse, .searchBox.searchExpand, div.resultadosItemSE {
        width: 100% !important;
    }

        .searchBox.searchExpand > span.vermas {
            width: 96% !important;
        }

    .ModPeruSliderC > div:first-child {
        width: 100% !important;
    }

    .form_peru {
        width: 100% !important;
    }

    .wns-slideshow-wrapper a img {
        height: auto !important;
        margin: 0 0 0 -50%;
        position: absolute;
    }

    .wns-slideshow-wrapper {
        height: 400px !important;
        left: inherit !important;
        max-width: none !important;
        padding: 0;
    }

        .wns-slideshow-wrapper a {
            left: -9999px !important;
            margin: auto;
            right: -9999px;
            width: 170% !important;
        }

    #headerHero .sliderTitle {
        top: 20% !important;
        width: 56% !important;
    }

    .gardientBG {
        background: url("../images/bg_main_home.png") no-repeat scroll 10px 0 / 90% 100% rgba(0,0,0,0) !important;
    }

    header .wrap {
        width: 100% !important;
    }

    .DNN_ANN_DesignTable > tbody > tr > td {
        display: inline;
    }

    #fb iframe, #fb .fb_iframe_widget, #fb .fb_iframe_widget span, #tw #twitter-widget-0 {
        width: 100% !important;
    }

    #contentWrapper #SocialModule {
        width: 100% !important;
    }

    #tabsDeComunidad > div a.vermaslink {
        width: 96% !important;
    }

    #TopInfoBanners .grid_4 {
        width: 30%;
    }

        #TopInfoBanners .grid_4 h4, #TopInfoBanners .grid_4 p {
            width: 66%;
        }

    header .wrap > a.no {
        display: none;
    }

    .menuPromPeru {
        width: 99% !important;
    }

    .weatherWidgDay {
        width: 99px !important;
    }

    #footerBottom {
        width: 100% !important;
    }

    #contentWrapper {
        width: 100%;
    }

    .leftPane {
        width: 58% !important;
    }

    .home-wrap section .content {
        margin: 0 auto;
    }

    .Sbtn {
        width: 100% !important;
    }

    .home-wrap header .logo {
        background-size: auto 59px;
        height: 128px !important;
        width: 159px !important;
    }

    header .wrap > a.mobi-on, header .wrap > div.no.form > a {
        display: none;
    }

    #headerMenuWrapper {
        width: 85% !important;
    }

    header .wrap {
        margin: 0 auto;
        width: 980px;
    }

    header nav.main > ul > li {
        margin: 0 12px;
    }

        header nav.main > ul > li.first {
            margin: 0 12px 0 0;
        }

        header nav.main > ul > li.last {
            margin: 0 0 0 12px;
        }

    header nav.main .mobi-on {
        display: none;
    }
}

@media screen and (min-width:999px) and (max-width:1050px) {
    .search-open nav.search {
        top: inherit !important;
    }

    .ocultar-rulos {
        display: none;
    }

    .container_4 {
        width: 32% !important;
    }

    .wns-slideshow-wrapper {
        height: 400px !important;
    }

    header .wrap > a.no {
        display: none;
    }

    .weatherWidgDay {
        width: 99px !important;
    }

    #footerBottom {
        width: 960px !important;
    }

    #contentWrapper {
        width: 960px;
    }

    .leftPane {
        width: 65% !important;
    }

    .home-wrap section .content {
        margin: 0 auto;
    }

    .Sbtn {
        width: 100% !important;
    }

    #dnn_Menu {
        float: right !important;
        position: static !important;
        top: 55px !important;
        width: 823px !important;
    }

    .home-wrap header .logo {
        background-size: auto 59px;
        height: 128px !important;
        width: 159px !important;
    }

    header .wrap > a.mobi-on, header .wrap > div.no.form > a {
        display: none;
    }

    #headerMenuWrapper {
        width: 830px !important;
    }

    header .wrap {
        margin: 0 auto;
        width: 980px;
    }

    header nav.main > ul > li {
        margin: 0 12px;
    }

        header nav.main > ul > li.first {
            margin: 0 12px 0 0;
        }

        header nav.main > ul > li.last {
            margin: 0 0 0 12px;
        }

    header nav.main .mobi-on {
        display: none;
    }
}

@media screen and (min-width:800px) and (max-width:966px) {
    .mod2Column td {
        display: table-cell;
    }
}

@media screen and (min-width:750px) and (max-width:899px) {
    header nav.main > ul > li {
        margin: 0 7px;
    }

        header nav.main > ul > li.first {
            margin: 0 7px 0 0;
        }

        header nav.main > ul > li.last {
            margin: 0 0 0 7px;
        }

    header nav.main .mobi-on {
        display: none;
    }
}

@media screen and (max-width:749px) {
    header nav.main > ul {
        display: none;
    }

    header nav.main .mobi-off {
        display: none;
    }

    header nav.main .mobi-on {
        display: block;
    }
}

.home-wrap header {
    height: 36px;
    position: static;
}

.ie8 .home-wrap header {
    background-color: transparent;
}

.home-wrap header nav.main > ul > li > a {
    color: #666;
    margin: 17px 13px;
}

    .home-wrap header nav.main > ul > li > a:hover {
        color: #ff9200;
    }

.home-wrap header nav.main > ul > li.selected > a {
    color: #ff9200;
}

    .home-wrap header nav.main > ul > li.selected > a:hover {
        color: #ff9200;
    }

@media screen and (min-width:1445px) {
    .home-wrap header .logo {
        background-size: auto 59px;
        height: 128px;
        width: 159px;
    }

    .home-wrap header nav.main {
        top: 63px;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .home-wrap header .logo {
        height: 128px;
        width: 159px;
    }

    .home-wrap header nav.main {
        background-color: #f9f9f9;
        border: 1px solid #c00;
        top: 52px;
    }
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .menuPromPeru {
        width: 824px;
    }

    .home-wrap header {
        background-color: #fff;
        height: 36px;
    }

        .home-wrap header .logo {
            background-size: auto 99px;
            height: 100px;
            top: 0;
            width: 124px;
        }

        .home-wrap header nav.main {
            top: 25px;
        }

            .home-wrap header nav.main > ul > li > a {
                color: #555;
            }

                .home-wrap header nav.main > ul > li > a:hover {
                    color: #ff9200;
                }
}

@media screen and (max-width:749px) {
    .home-wrap header {
        background-color: #d52b1e;
        height: 65px;
    }

        .home-wrap header .logo {
            background-size: auto 99px;
            height: 100px;
            width: 124px;
        }
}

.ie8 .int-wrap header, .ie8 .home-wrap header.fixed {
    background-color: #fff;
}

    .ie8 .int-wrap header .logo, .ie8 .home-wrap header.fixed .logo {
        background: url("images/logo.png") no-repeat scroll 0 0 rgba(0,0,0,0);
    }

.int-wrap header .logo a, .home-wrap header.fixed .logo a {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999em;
    top: 0;
    width: 100%;
}

.int-wrap header nav.main, .home-wrap header.fixed nav.main {
    top: 25px;
}

    .int-wrap header nav.main > ul > li > a, .home-wrap header.fixed nav.main > ul > li > a {
        color: #fff;
    }

        .int-wrap header nav.main > ul > li > a:hover, .home-wrap header.fixed nav.main > ul > li > a:hover {
            color: #ff9200;
        }

    .int-wrap header nav.main > ul > li.selected > a, .home-wrap header.fixed nav.main > ul > li.selected > a {
        color: #ff9200;
    }

.int-wrap header nav.utility, .home-wrap header.fixed nav.utility {
    top: -10px;
}

.int-wrap header .wrap, .home-wrap header.fixed .wrap {
    height: 65px;
}

.logged-in header {
    top: 54px;
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .logged-in header {
        top: auto;
    }
}

@media screen and (max-width:749px) {
    .logged-in header {
        top: auto;
    }
}

@media screen and (min-width:1445px) {
    header {
        background: url("images/bg-header.png") repeat scroll 0 0 rgba(255,255,255,0);
        height: 103px;
        left: 0;
        position: fixed;
        top: 0;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    header {
        height: 103px;
        left: 0;
        position: absolute;
        top: 0;
    }
}

@media screen and (min-width:750px) and (max-width:1049px) {
    header {
        background: none repeat scroll 0 0 #fff;
        height: 65px;
        position: relative;
    }
}

@media screen and (max-width:749px) {
    header {
        background: none repeat scroll 0 0 #fff;
        height: 65px;
        position: relative;
    }
}

footer {
    background-color: #f6f6f6;
    background-image: url("../Images/bg_footerjpg.jpg");
    padding: 25px 0;
}

    footer .wrap {
        position: relative;
    }

@media screen and (min-width:1445px) {
    footer .wrap {
        margin: 0 auto;
        max-width: 1220px;
        width: 66.6667%;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    footer .wrap {
        margin: 0 auto;
        min-width: 940px;
        width: 66.6667%;
    }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    footer .wrap {
        margin: 0 auto;
        width: 90%;
    }
}

@media screen and (min-width:750px) and (max-width:899px) {
    footer .wrap {
        margin: 0 auto;
        width: 90%;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    footer .wrap {
        margin: 0 auto;
        width: 95%;
    }
}

@media screen and (max-width:399px) {
    footer .wrap {
        margin: 0 auto;
        width: 95%;
    }
}

footer #dnn_FooterPane {
    padding: 70px 0;
}

    footer #dnn_FooterPane h5 {
        color: #656363;
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-size: 22px;
        font-weight: 300;
        line-height: 1.5em;
        margin: 0 0 2.5em;
        text-align: center;
        text-transform: uppercase;
    }

@media screen and (min-width:400px) and (max-width:749px) {
    footer #dnn_FooterPane h5 {
        font-size: 18px;
        line-height: 1.5em;
        margin: 0 0 1.5em;
    }
}

@media screen and (max-width:399px) {
    footer #dnn_FooterPane h5 {
        font-size: 18px;
        line-height: 1.5em;
        margin: 0 0 1.5em;
    }
}

footer #dnn_FooterPane nav.blog:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

footer #dnn_FooterPane nav.blog ul {
    margin: 0;
    padding: 0;
}

    footer #dnn_FooterPane nav.blog ul:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    footer #dnn_FooterPane nav.blog ul li {
        list-style: none outside none;
    }

        footer #dnn_FooterPane nav.blog ul li h5 {
            color: #d52b1e;
            font-family: "Open Sans",Arial,Helvetica,sans-serif;
            font-weight: 400;
            margin: 0;
            text-align: left;
        }

            footer #dnn_FooterPane nav.blog ul li h5:before {
                display: inline-block;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                line-height: 1;
            }

            footer #dnn_FooterPane nav.blog ul li h5.pull-left {
                margin-right: .3em;
            }

            footer #dnn_FooterPane nav.blog ul li h5.pull-right {
                margin-left: .3em;
            }

            footer #dnn_FooterPane nav.blog ul li h5:before {
                margin: 0 5px 0 0;
            }

        footer #dnn_FooterPane nav.blog ul li h3 {
            font-family: "Open Sans",Arial,Helvetica,sans-serif;
            font-weight: 300;
            line-height: 1.5em;
            margin-bottom: 0;
            max-height: 3em;
            overflow: hidden;
        }

            footer #dnn_FooterPane nav.blog ul li h3 a {
                color: #656363;
                text-decoration: none;
            }

                footer #dnn_FooterPane nav.blog ul li h3 a:hover {
                    color: #656363;
                }

@media screen and (max-width:749px) {
    footer #dnn_FooterPane nav.blog ul li {
        box-sizing: border-box;
        float: none;
        margin: 0;
        padding: 0 1.75% 70px;
        width: 100%;
    }

        footer #dnn_FooterPane nav.blog ul li h5 {
            font-size: 12px;
            text-align: center;
        }

        footer #dnn_FooterPane nav.blog ul li h3 {
            font-size: 16px;
            padding: 0 5%;
            text-align: center;
        }
}

@media screen and (min-width:750px) and (max-width:1049px) {
    footer #dnn_FooterPane nav.blog ul li {
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0 20px 0 0;
        width: 25%;
    }

        footer #dnn_FooterPane nav.blog ul li h5 {
            font-size: 12px;
        }

        footer #dnn_FooterPane nav.blog ul li h3 {
            font-size: 16px;
            padding: 0 21% 0 0;
        }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    footer #dnn_FooterPane nav.blog ul li {
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0 30px 0 0;
        width: 16%;
    }

        footer #dnn_FooterPane nav.blog ul li h5 {
            font-size: 15px;
        }

        footer #dnn_FooterPane nav.blog ul li h3 {
            font-size: 11px;
            padding: 0 12.75% 0 0;
        }
}

@media screen and (min-width:1445px) {
    footer #dnn_FooterPane nav.blog ul li {
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0 30px 0 0;
        width: 25%;
    }

        footer #dnn_FooterPane nav.blog ul li h5 {
            font-size: 13px;
        }

        footer #dnn_FooterPane nav.blog ul li h3 {
            font-size: 17px;
            padding: 0 21% 0 0;
        }
}

footer nav.copyright {
    color: #fff;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: 300;
    padding-bottom: 25px;
    text-align: center;
}

    footer nav.copyright a, footer nav.copyright span {
        color: #656363;
        margin: 0 6px;
        text-decoration: none;
    }

        footer nav.copyright a:hover {
            color: #646464;
        }

footer nav.social {
    text-align: center;
}

    footer nav.social h4 {
        color: #656363;
        display: inline-block;
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-size: 30px;
        font-weight: 400;
        height: 38px;
        line-height: 34px;
        position: relative;
        top: -8px;
    }

@media screen and (max-width:749px) {
    footer nav.social h4 {
        font-size: 18px;
        height: auto;
        line-height: 24px;
    }
}

footer nav.social ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

    footer nav.social ul li {
        border-right: 1px solid #545454;
        display: inline-block;
        list-style: none outside none;
        margin: 0;
        padding: 0 22px;
        position: relative;
    }

@media screen and (max-width:749px) {
    footer nav.social ul li {
        padding: 0 11px;
    }
}

footer nav.social ul li.last {
    border-right: medium none;
}

footer nav.social ul li a {
    color: #515151;
    display: inline-block;
    font-size: 32px;
    line-height: 38px;
    overflow: hidden;
}

    footer nav.social ul li a:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }

    footer nav.social ul li a.pull-left {
        margin-right: .3em;
    }

    footer nav.social ul li a.pull-right {
        margin-left: .3em;
    }

    footer nav.social ul li a.btn-fb:before {
        content: "";
    }

    footer nav.social ul li a.btn-tw:before {
        content: "";
    }

    footer nav.social ul li a.btn-li:before {
        content: "";
    }

    footer nav.social ul li a.btn-yt:before {
        content: "";
    }

    footer nav.social ul li a.btn-gp:before {
        content: "";
    }

    footer nav.social ul li a.btn-bl:before {
        content: "";
    }

    footer nav.social ul li a:hover {
        color: #fff;
    }

@media screen and (max-width:749px) {
    footer nav.social ul li a {
        font-size: 18px;
        height: 24px;
        line-height: 24px;
    }
}

footer nav.social ul li > span {
    background: url("images/share.png") no-repeat scroll 50% 50% / 100% auto rgba(0,0,0,0);
    display: inline-block;
    height: 32px;
    text-indent: -9999em;
    width: 27px;
}

@media screen and (max-width:749px) {
    footer nav.social ul li > span {
        background: url("images/share.png") no-repeat scroll 50% 50% / 100% auto rgba(0,0,0,0);
        height: 24px;
        position: relative;
        top: 8px;
        width: 20px;
    }
}

footer nav.social ul li > span:hover {
    cursor: pointer;
}

footer nav.social ul li > span {
    background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
}

body .skin-wrap {
    background: none repeat scroll 0 0 #292929;
    position: relative;
    z-index: 50;
}

@media screen and (min-width:400px) and (max-width:749px) {
    body .skin-wrap {
        box-shadow: 0 0 10px #000;
        overflow: hidden;
        position: relative;
        transition: all .5s ease 0;
        width: 100%;
        z-index: 1;
    }

    body.mobile-menu-open .skin-wrap {
        overflow: hidden;
        transform: translate(-100%,0);
        -webkit-transform: translate(-100%,0);
    }
}

@media screen and (max-width:399px) {
    body .skin-wrap {
        box-shadow: 0 0 10px #000;
        overflow: hidden;
        position: relative;
        transition: all .5s ease 0;
        width: 100%;
        z-index: 1;
    }

    body.mobile-menu-open .skin-wrap {
        transform: translate(-100%,0);
        -webkit-transform: translate(-100%,0);
    }
}

body form {
    background-color: #d52b1e;
    position: relative;
    z-index: 0;
}

.home-wrap section {
    background: none repeat scroll 0 0 #fff;
    position: relative;
    z-index: 0;
}

    .home-wrap section .campaign {
        background: none repeat scroll 0 0 #eb0000;
    }

    .home-wrap section .content {
        display: table;
    }

@media screen and (min-width:1445px) {
    .home-wrap section .content {
        margin: 0 auto;
        max-width: 1220px;
        width: 66.6667%;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .home-wrap section .content {
        margin: 0 auto;
        min-width: 960px;
        width: 66.6667%;
    }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .home-wrap section .content {
        margin: 0 auto;
        padding: 30px 0;
        width: 90%;
    }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .home-wrap section .content {
        margin: 0 auto;
        padding: 30px 0;
        width: 90%;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .home-wrap section .content {
        margin: 0 auto;
        padding: 20px 0;
        width: 95%;
    }
}

@media screen and (max-width:399px) {
    .home-wrap section .content {
        margin: 0 auto;
        padding: 20px 0;
        width: 95%;
    }
}

.home-wrap section .content .DnnModule:last-child {
    margin: 0;
}

.home-wrap.landing-wrap section {
    background: none repeat scroll 0 0 #fff;
}

.int-wrap section {
    background: none repeat scroll 0 0 #fff;
    padding: 0;
    position: relative;
    z-index: 0;
}

@media screen and (min-width:1445px) {
    .int-wrap section {
        padding: 65px 0 0;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .int-wrap section {
        padding: 65px 0 0;
    }
}

.int-wrap section .banner {
    background: none repeat scroll 0 0 #000;
}

    .int-wrap section .banner + .content {
        padding: 50px 0 0;
    }

@media screen and (max-width:749px) {
    .int-wrap section .banner + .content {
        padding: 25px 0 0;
    }
}

.int-wrap section .content {
    padding: 35px 0 0;
}

    .int-wrap section .content:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    .int-wrap section .content .main-cont {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 100%;
    }

        .int-wrap section .content .main-cont article {
            margin: 0 0 35px;
        }

@media screen and (min-width:1445px) {
    .int-wrap section .content {
        margin: 0 auto;
        max-width: 1220px;
        width: 66.6667%;
    }

        .int-wrap section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 66.6667%;
        }

            .int-wrap section .content .left-cont article {
                margin: 0 0 35px;
            }

        .int-wrap section .content .right-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 33.3333%;
        }

            .int-wrap section .content .right-cont article {
                margin: 0 0 35px;
            }

        .int-wrap section .content .half-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 50%;
        }

            .int-wrap section .content .half-cont article {
                margin: 0 0 35px;
            }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .int-wrap section .content {
        margin: 0 auto;
        min-width: 940px;
        width: 66.6667%;
    }

        .int-wrap section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 66.6667%;
        }

            .int-wrap section .content .left-cont article {
                margin: 0 0 35px;
            }

        .int-wrap section .content .right-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 33.3333%;
        }

            .int-wrap section .content .right-cont article {
                margin: 0 0 35px;
            }

        .int-wrap section .content .half-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 50%;
        }

            .int-wrap section .content .half-cont article {
                margin: 0 0 35px;
            }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .int-wrap section .content {
        margin: 0 auto;
        width: 90%;
    }

        .int-wrap section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 66.6667%;
        }

            .int-wrap section .content .left-cont article {
                margin: 0 0 35px;
            }

        .int-wrap section .content .right-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 33.3333%;
        }

            .int-wrap section .content .right-cont article {
                margin: 0 0 35px;
            }

        .int-wrap section .content .half-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 50%;
        }

            .int-wrap section .content .half-cont article {
                margin: 0 0 35px;
            }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .int-wrap section .content {
        margin: 0 auto;
        width: 90%;
    }

        .int-wrap section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 100%;
        }

            .int-wrap section .content .left-cont article {
                margin: 0 0 35px;
            }

        .int-wrap section .content .right-cont {
            box-sizing: border-box;
            float: left;
            margin: 0 0 35px;
            padding: 0 1.75% 35px;
            width: 100%;
        }

            .int-wrap section .content .right-cont article {
                box-sizing: border-box;
                float: left;
                margin: 0;
                padding: 0 1.75% 35px;
                width: 50%;
            }

        .int-wrap section .content .half-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 100%;
        }

            .int-wrap section .content .half-cont article {
                margin: 0 0 35px;
            }
}

@media screen and (max-width:749px) {
    .int-wrap section .content {
        margin: 0 auto;
        width: 95%;
    }

        .int-wrap section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 100%;
        }

            .int-wrap section .content .left-cont article {
                margin: 0 0 35px;
            }

        .int-wrap section .content .right-cont {
            width: 100%;
        }

            .int-wrap section .content .right-cont:after {
                clear: both;
                content: ".";
                display: block;
                height: 0;
                line-height: 0;
                visibility: hidden;
            }

            .int-wrap section .content .right-cont article {
                margin: 0 0 35px;
            }

        .int-wrap section .content .half-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 100%;
        }

            .int-wrap section .content .half-cont article {
                margin: 0 0 35px;
            }
}

.int-wrap.grid-9-3 section .content {
    padding: 35px 0 0;
}

    .int-wrap.grid-9-3 section .content:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    .int-wrap.grid-9-3 section .content .main-cont {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 100%;
    }

        .int-wrap.grid-9-3 section .content .main-cont article {
            margin: 0 0 35px;
        }

@media screen and (min-width:1445px) {
    .int-wrap.grid-9-3 section .content {
        margin: 0 auto;
        max-width: 1220px;
        width: 66.6667%;
    }

        .int-wrap.grid-9-3 section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 75%;
        }

            .int-wrap.grid-9-3 section .content .left-cont article {
                margin: 0 0 35px;
            }

        .int-wrap.grid-9-3 section .content .right-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 25%;
        }

            .int-wrap.grid-9-3 section .content .right-cont article {
                margin: 0 0 35px;
            }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .int-wrap.grid-9-3 section .content {
        margin: 0 auto;
        min-width: 940px;
        width: 66.6667%;
    }

        .int-wrap.grid-9-3 section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 75%;
        }

            .int-wrap.grid-9-3 section .content .left-cont article {
                margin: 0 0 35px;
            }

        .int-wrap.grid-9-3 section .content .right-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 25%;
        }

            .int-wrap.grid-9-3 section .content .right-cont article {
                margin: 0 0 35px;
            }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .int-wrap.grid-9-3 section .content {
        margin: 0 auto;
        width: 90%;
    }

        .int-wrap.grid-9-3 section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 75%;
        }

            .int-wrap.grid-9-3 section .content .left-cont article {
                margin: 0 0 35px;
            }

        .int-wrap.grid-9-3 section .content .right-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 25%;
        }

            .int-wrap.grid-9-3 section .content .right-cont article {
                margin: 0 0 35px;
            }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .int-wrap.grid-9-3 section .content {
        margin: 0 auto;
        width: 90%;
    }

        .int-wrap.grid-9-3 section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 100%;
        }

            .int-wrap.grid-9-3 section .content .left-cont article {
                margin: 0 0 35px;
            }

        .int-wrap.grid-9-3 section .content .right-cont {
            box-sizing: border-box;
            float: left;
            margin: 0 0 35px;
            padding: 0 1.75% 35px;
            width: 100%;
        }

            .int-wrap.grid-9-3 section .content .right-cont article {
                box-sizing: border-box;
                float: left;
                margin: 0;
                padding: 0 1.75% 35px;
                width: 50%;
            }
}

@media screen and (max-width:749px) {
    .int-wrap.grid-9-3 section .content {
        margin: 0 auto;
        width: 95%;
    }

        .int-wrap.grid-9-3 section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 100%;
        }

            .int-wrap.grid-9-3 section .content .left-cont article {
                margin: 0 0 35px;
            }

        .int-wrap.grid-9-3 section .content .right-cont {
            width: 100%;
        }

            .int-wrap.grid-9-3 section .content .right-cont:after {
                clear: both;
                content: ".";
                display: block;
                height: 0;
                line-height: 0;
                visibility: hidden;
            }

            .int-wrap.grid-9-3 section .content .right-cont article {
                margin: 0 0 35px;
            }
}

.int-wrap.blog-wrap section {
    background: none repeat scroll 0 0 #fff;
    padding: 0;
    position: relative;
    z-index: 0;
}

@media screen and (min-width:1445px) {
    .int-wrap.blog-wrap section {
        padding: 65px 0 0;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .int-wrap.blog-wrap section {
        padding: 65px 0 0;
    }
}

.int-wrap.blog-wrap section .banner {
    background: none repeat scroll 0 0 #000;
    padding: 0;
}

.int-wrap.blog-wrap section .content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

@media screen and (min-width:1445px) {
    .int-wrap.blog-wrap section .content {
        margin: 0 auto;
        max-width: 1220px;
        width: 66.6667%;
    }

        .int-wrap.blog-wrap section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 75%;
        }

            .int-wrap.blog-wrap section .content .left-cont article {
                margin: 0 0 35px;
            }

        .int-wrap.blog-wrap section .content .right-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 25%;
        }

            .int-wrap.blog-wrap section .content .right-cont article {
                margin: 0 0 35px;
            }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .int-wrap.blog-wrap section .content {
        margin: 0 auto;
        min-width: 940px;
        width: 66.6667%;
    }

        .int-wrap.blog-wrap section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 75%;
        }

            .int-wrap.blog-wrap section .content .left-cont article {
                margin: 0 0 35px;
            }

        .int-wrap.blog-wrap section .content .right-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 25%;
        }

            .int-wrap.blog-wrap section .content .right-cont article {
                margin: 0 0 35px;
            }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .int-wrap.blog-wrap section .content {
        margin: 0 auto;
        width: 90%;
    }

        .int-wrap.blog-wrap section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 100%;
        }

            .int-wrap.blog-wrap section .content .left-cont article {
                margin: 0 0 35px;
            }

        .int-wrap.blog-wrap section .content .right-cont {
            box-sizing: border-box;
            float: left;
            margin: 0 0 35px;
            padding: 0 1.75% 35px;
            width: 100%;
        }

            .int-wrap.blog-wrap section .content .right-cont:after {
                clear: both;
                content: ".";
                display: block;
                height: 0;
                line-height: 0;
                visibility: hidden;
            }

            .int-wrap.blog-wrap section .content .right-cont article {
                box-sizing: border-box;
                float: left;
                margin: 0;
                padding: 0 1.75% 35px;
                width: 50%;
            }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .int-wrap.blog-wrap section .content {
        margin: 0 auto;
        width: 90%;
    }

        .int-wrap.blog-wrap section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 100%;
        }

            .int-wrap.blog-wrap section .content .left-cont article {
                margin: 0 0 35px;
            }

        .int-wrap.blog-wrap section .content .right-cont {
            box-sizing: border-box;
            float: left;
            margin: 0 0 35px;
            padding: 0 1.75% 35px;
            width: 100%;
        }

            .int-wrap.blog-wrap section .content .right-cont:after {
                clear: both;
                content: ".";
                display: block;
                height: 0;
                line-height: 0;
                visibility: hidden;
            }

            .int-wrap.blog-wrap section .content .right-cont article {
                box-sizing: border-box;
                float: left;
                margin: 0;
                padding: 0 1.75% 35px;
                width: 50%;
            }
}

@media screen and (max-width:749px) {
    .int-wrap.blog-wrap section .content {
        margin: 0 auto;
        width: 95%;
    }

        .int-wrap.blog-wrap section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 100%;
        }

            .int-wrap.blog-wrap section .content .left-cont article {
                margin: 0 0 35px;
            }

        .int-wrap.blog-wrap section .content .right-cont {
            width: 100%;
        }

            .int-wrap.blog-wrap section .content .right-cont:after {
                clear: both;
                content: ".";
                display: block;
                height: 0;
                line-height: 0;
                visibility: hidden;
            }

            .int-wrap.blog-wrap section .content .right-cont article {
                margin: 0 0 35px;
            }
}

.landing-wrap .content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.landing-wrap .content > div {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75% 35px;
    width: 100%;
}

    .landing-wrap .content > div.content-left {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 50%;
    }

@media screen and (max-width:399px) {
    .landing-wrap .content > div.content-left {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 100%;
    }
}

.landing-wrap .content > div.content-right {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75% 35px;
    width: 50%;
}

@media screen and (max-width:399px) {
    .landing-wrap .content > div.content-right {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 100%;
    }
}

.landing-wrap.contact-detail section.grey-bar {
    background: none repeat scroll 0 0 #f0f0f0;
    padding: 2.5% 0;
}

.landing-wrap.contact-detail section article {
    margin: 0;
    padding: 0;
}

.landing-wrap.contact-detail section .content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.landing-wrap.contact-detail section .content > div {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75%;
    width: 100%;
}

.landing-wrap.contact-detail section.white-bar {
    padding: 2.5% 0;
}

.landing-wrap.work-landing section {
    background: none repeat scroll 0 0 #fff;
}

    .landing-wrap.work-landing section .banner {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 0;
    }

@media screen and (max-width:749px) {
    .landing-wrap.work-landing section .banner {
        display: none;
    }
}

.landing-wrap.work-landing section .content {
    margin: -65px 0 0;
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

    .landing-wrap.work-landing section .content > div {
        padding: 0 0 35px;
    }

@media screen and (max-width:749px) {
    .landing-wrap.work-landing section .content {
        margin: 0;
    }
}

.landing-wrap.work-landing section .content nav ul {
    text-align: center;
}

    .landing-wrap.work-landing section .content nav ul li {
        display: inline-block;
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-weight: 600;
        list-style: none outside none;
    }

.landing-wrap.work-landing section .content nav.work-tabs {
    background: url("images/bg-header.png") repeat scroll 0 0 rgba(0,0,0,0);
    height: 65px;
}

    .landing-wrap.work-landing section .content nav.work-tabs ul {
        line-height: 65px;
        margin: 0;
        padding: 0;
    }

        .landing-wrap.work-landing section .content nav.work-tabs ul li {
            font-size: 14px;
            padding: 0 20px;
        }

            .landing-wrap.work-landing section .content nav.work-tabs ul li.first {
                border-right: 1px solid #fff;
            }

            .landing-wrap.work-landing section .content nav.work-tabs ul li a {
                color: #fff;
                cursor: pointer;
            }

                .landing-wrap.work-landing section .content nav.work-tabs ul li a:hover, .landing-wrap.work-landing section .content nav.work-tabs ul li a.current {
                    color: #ff9200;
                }

@media screen and (max-width:749px) {
    .landing-wrap.work-landing section .content nav.work-tabs {
        display: none;
    }

        .landing-wrap.work-landing section .content nav.work-tabs ul {
            line-height: 45px;
        }

            .landing-wrap.work-landing section .content nav.work-tabs ul li.first {
                border-right: 1px solid #555;
            }

            .landing-wrap.work-landing section .content nav.work-tabs ul li a {
                color: #555;
            }
}

.landing-wrap.work-landing section .content nav.industry {
    background: url("images/quote-bg.gif") repeat scroll 0 0 rgba(0,0,0,0);
    height: 45px;
}

    .landing-wrap.work-landing section .content nav.industry ul {
        line-height: 45px;
        margin: 0;
        padding: 0;
    }

        .landing-wrap.work-landing section .content nav.industry ul li {
            font-size: 12px;
            padding: 0 9px;
        }

@media screen and (min-width:750px) and (max-width:899px) {
    .landing-wrap.work-landing section .content nav.industry ul li {
        padding: 0 5px;
    }
}

.landing-wrap.work-landing section .content nav.industry ul li a {
    color: #555;
}

    .landing-wrap.work-landing section .content nav.industry ul li a:hover, .landing-wrap.work-landing section .content nav.industry ul li a.current {
        color: #ff9200;
    }

@media screen and (max-width:749px) {
    .landing-wrap.work-landing section .content nav.industry {
        display: none;
    }

        .landing-wrap.work-landing section .content nav.industry ul li {
            font-size: 11px;
            padding: 0 5px;
        }
}

.landing-wrap.work-landing section .content .work-list-pane {
    padding: 50px 0 105px;
}

    .landing-wrap.work-landing section .content .work-list-pane nav.our-work {
        height: auto;
    }

        .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul {
            margin: 0;
            overflow: hidden;
            padding: 0;
            position: relative;
            width: 100%;
        }

            .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul:after {
                clear: both;
                content: ".";
                display: block;
                height: 0;
                line-height: 0;
                visibility: hidden;
            }

            .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li {
                box-sizing: border-box;
                float: left;
                list-style: none outside none;
                padding: 0 1.75% 35px;
                width: 100%;
                z-index: 2;
            }

                .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li a {
                    background: none repeat scroll 0 0 #f0f0f0;
                    color: #555;
                    display: block;
                }

                    .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li a img {
                        width: 100%;
                    }

                    .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li a > span {
                        display: block;
                        padding: 20px 2.5%;
                    }

                        .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li a > span span {
                            font-family: "Open Sans",Arial,Helvetica,sans-serif;
                            text-align: center;
                        }

                            .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li a > span span.title {
                                display: block;
                                font-size: 14px;
                                font-weight: 600;
                                text-align: center;
                                text-transform: uppercase;
                            }

                            .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li a > span span.subtitle {
                                display: block;
                                font-size: 14px;
                                font-weight: 300;
                                text-align: center;
                            }

                    .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li a:hover {
                        color: #ff9200;
                    }

                .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li.isotope-hidden {
                    pointer-events: none;
                    z-index: 1;
                }

@media screen and (min-width:1445px) {
    .landing-wrap.work-landing section .content .work-list-pane {
        margin: 0 auto;
        max-width: 1221px;
        width: 66.6667%;
    }

        .landing-wrap.work-landing section .content .work-list-pane nav.our-work {
            min-height: 400px;
        }

            .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li {
                box-sizing: border-box;
                float: left;
                padding: 0 1.75% 35px;
                width: 50%;
            }

            .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul.small li {
                box-sizing: border-box;
                float: left;
                padding: 0 1.75% 35px;
                width: 33.3333%;
            }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .landing-wrap.work-landing section .content .work-list-pane {
        margin: 0 auto;
        min-width: 940px;
        width: 66.6667%;
    }

        .landing-wrap.work-landing section .content .work-list-pane nav.our-work {
            min-height: 400px;
        }

            .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li {
                box-sizing: border-box;
                float: left;
                padding: 0 1.75% 35px;
                width: 50%;
            }

            .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul.small li {
                box-sizing: border-box;
                float: left;
                padding: 0 1.75% 35px;
                width: 33.3333%;
            }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .landing-wrap.work-landing section .content .work-list-pane {
        margin: 0 auto;
        width: 90%;
    }

        .landing-wrap.work-landing section .content .work-list-pane nav.our-work {
            min-height: 400px;
        }

            .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li {
                box-sizing: border-box;
                float: left;
                padding: 0 1.75% 35px;
                width: 50%;
            }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .landing-wrap.work-landing section .content .work-list-pane {
        margin: 0 auto;
        width: 90%;
    }

        .landing-wrap.work-landing section .content .work-list-pane nav.our-work {
            min-height: 400px;
        }

            .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li {
                box-sizing: border-box;
                float: left;
                padding: 0 1.75% 35px;
                width: 50%;
            }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .landing-wrap.work-landing section .content .work-list-pane {
        margin: 0 auto;
        width: 95%;
    }

        .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 50%;
        }

            .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li a > span {
                padding: 5px;
            }

                .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li a > span span.title {
                    font-size: 10px;
                }

                .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li a > span span.subtitle {
                    display: none;
                }
}

@media screen and (max-width:399px) {
    .landing-wrap.work-landing section .content .work-list-pane {
        margin: 0 auto;
        width: 95%;
    }

        .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li a > span {
            padding: 10px;
        }

            .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li a > span span.subtitle {
                display: none;
            }
}

.Head {
    border: medium none;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: 300;
    letter-spacing: normal;
}

.content h1 {
    margin: 0 0 8px;
    text-align: left !important;
    width: auto !important;
}

    .content h1 + h4 {
        margin: 0 0 17.5px;
    }

h2.centered {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

    h2.centered + div p {
        text-align: center;
    }

h5 {
    letter-spacing: normal;
}

.main-cont h5 {
    color: #555;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.25em;
    text-align: center;
}

    .main-cont h5 a {
        color: #ff9200;
        text-decoration: none;
    }

        .main-cont h5 a:hover {
            color: #555;
        }

h6 {
    letter-spacing: normal;
}

p {
    color: #555;
    font-size: 13px;
}

ul {
    margin: 0 0 20px 0;
    padding: 0;
}

    ul li {
        position: relative;
    }

    ul.no-bull {
        margin: 0 0 2em;
    }

        ul.no-bull li {
            font-size: 16px;
            font-weight: 400;
            line-height: 2em;
            list-style: none outside none;
            margin: 0;
            padding: 0 0 0 1.25em;
            position: relative;
        }

            ul.no-bull li:before {
                color: #292929;
                content: "•";
                font-weight: 700;
                left: 5px;
                position: absolute;
                top: 0;
            }

    ul.DNNspot-sitemap {
        margin: 0;
        padding: 0;
    }

        ul.DNNspot-sitemap:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            line-height: 0;
            visibility: hidden;
        }

        ul.DNNspot-sitemap li {
            list-style: none outside none;
            margin: 0;
            padding: 0 0 15px;
        }

        ul.DNNspot-sitemap > li {
            box-sizing: border-box;
            float: left;
            font-size: 18px;
            font-weight: 600;
            padding: 0 1.75% 3em;
            text-transform: uppercase;
            width: 33.3333%;
        }

@media screen and (max-width:749px) {
    ul.DNNspot-sitemap > li {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 100%;
    }
}

ul.DNNspot-sitemap > li > ul > li {
    border-bottom: medium none;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0 0;
}

    ul.DNNspot-sitemap > li > ul > li:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    ul.DNNspot-sitemap > li > ul > li ul li {
        box-sizing: border-box;
        float: left;
        font-size: 14px;
        font-weight: 300;
        padding: 0 0 5px;
        width: 50%;
    }

@media screen and (max-width:749px) {
    ul.DNNspot-sitemap > li > ul > li ul li {
        box-sizing: border-box;
        float: left;
        padding: 0 0 5px;
        width: 100%;
    }
}

ul.DNNspot-sitemap > li ul {
    margin: 0;
    padding: 0;
}

ul.DNNspot-sitemap > li:nth-child(3n+1) {
    clear: both;
}

ul.DNNspot-sitemap a {
    color: #292929;
}

ol li {
    color: #555;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}

.quote h4 {
    color: #fff;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 300;
}

    .quote h4 .Head {
        background: none repeat scroll 0 0 #ff9200;
        margin: 0 0 0 3px;
        padding: 0 10px;
    }

.quote blockquote {
    border: medium none;
    margin: 0;
    padding: 0;
}

    .quote blockquote h3 {
        color: #555;
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-weight: 300;
        line-height: 46px;
    }

        .quote blockquote h3 span {
            background: url("images/quote-bg.gif") repeat scroll 0 0 rgba(0,0,0,0);
            display: inline;
            font-size: 24px;
            font-style: italic;
            font-weight: 300;
            padding: 5px 10px;
        }

            .quote blockquote h3 span a {
                color: #292929;
            }

                .quote blockquote h3 span a:hover {
                    color: #ff9200;
                }

    .quote blockquote p {
        font-size: 12px;
        font-style: italic;
        line-height: 30px;
    }

        .quote blockquote p span {
            background: none repeat scroll 0 0 #f0f0f0;
            display: inline-block;
            line-height: 30px;
            padding: 0 10px;
        }

        .quote blockquote p strong {
            font-style: normal;
            font-weight: 600;
        }

a.btn-more {
    background: none repeat scroll 0 0 #f0f0f0;
    color: #292929;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    margin: 2.5em 0 0;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease 0;
    width: 150px;
}

    a.btn-more:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }

    a.btn-more.pull-left {
        margin-right: .3em;
    }

    a.btn-more.pull-right {
        margin-left: .3em;
    }

    a.btn-more:before {
        content: "";
    }

    a.btn-more:hover {
        background: none repeat scroll 0 0 #ff9200;
        color: #fff;
    }

    a.btn-more:before {
        font-size: 16px;
        margin: 0 5px 0 0;
    }

.expandable {
    height: 16em;
    overflow: hidden;
    transition: all .5s ease 0;
}

    .expandable.more {
        height: 100%;
    }

        .expandable.more + a.btn-more:before {
            transform: rotate(180deg);
        }

.call-out {
    position: relative;
}

.right-cont .call-out, .content-left .call-out, .content-right .call-out {
    overflow: hidden;
    padding: 57% 0 0;
    position: relative;
    width: 100%;
}

.call-out > img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
}

.call-out a.play {
    background-image: url("images/sprite.png");
    background-position: 0 -40px;
    background-repeat: no-repeat;
    display: block;
    height: 89px;
    left: 50%;
    margin: -44px 0 0 -44px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999em;
    top: 50%;
    width: 89px;
}

    .call-out a.play:hover {
        color: #ff9200;
    }

a:hover {
    color: #292929;
}

a.started-trig {
    cursor: pointer;
}

a.cta-client {
    background: none repeat scroll 0 0 #f0f0f0;
    color: #555;
    display: block;
    position: relative;
}

    a.cta-client:hover {
        color: #ff9200;
    }

.landing-wrap a.cta-client:hover span.title {
    color: #ff9200;
}

a.cta-client > img {
    width: 100%;
}

a.cta-client span {
    display: block;
}

    a.cta-client span.title {
        display: block;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
    }

.landing-wrap a.cta-client span.title {
    background: url("images/faded-bg.png") repeat-x scroll 0 100% rgba(0,0,0,0);
    bottom: 0;
    color: #fff;
    left: 0;
    line-height: 2em;
    position: absolute;
    width: 100%;
}

a.cta-client span.subtitle {
    display: block;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

a.cta-client .text {
    padding: 15px 5px;
}

div.btn {
    transition: all .25s ease 0;
}

.home-wrap h1 {
    color: #d52b1e;
    font-size: 34px;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .home-wrap h1 strong {
        color: #d52b1e;
        font-weight: 700;
    }

@media screen and (min-width:1445px) {
    .home-wrap h1 {
        font-size: 40px;
        padding: 5px 0;
    }
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .home-wrap h1 {
        font-size: 26px;
        line-height: 1.25em;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .home-wrap h1 {
        font-size: 24px;
        line-height: 1.25em;
    }

    .home-wrap .grid_8 {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width:399px) {
    .home-wrap h1 {
        font-size: 18px;
        line-height: 1.25em;
    }

    .home-wrap .grid_8 {
        margin: 0;
        width: 100%;
    }
}

.home-wrap .tabs {
    margin: 15.5px 0 0;
    position: relative;
}

    .home-wrap .tabs .tab-panes {
        box-sizing: border-box;
        float: none;
        margin: 0 auto;
        padding: 0 1.75% 35px;
        position: relative;
    }

@media screen and (max-width:749px) {
    .home-wrap .tabs .tab-panes {
        box-sizing: border-box;
        float: none;
        padding: 0 1.75% 35px;
        width: 100%;
    }
}

.home-wrap .tabs .tab-panes .tab:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.home-wrap .tabs .tab-panes .tab .tab-content {
    box-sizing: border-box;
    float: left;
    padding-bottom: 0;
    width: 33%;
}

    .home-wrap .tabs .tab-panes .tab .tab-content article {
        background: none repeat scroll 0 0 #fff;
    }

        .home-wrap .tabs .tab-panes .tab .tab-content article > img {
            width: 100%;
        }

        .home-wrap .tabs .tab-panes .tab .tab-content article .text {
            padding: 20px;
        }

            .home-wrap .tabs .tab-panes .tab .tab-content article .text h2 {
                font-size: 14px;
            }

                .home-wrap .tabs .tab-panes .tab .tab-content article .text h2 a {
                    color: #d52b1e;
                    font-size: 16px;
                }

                    .home-wrap .tabs .tab-panes .tab .tab-content article .text h2 a:hover {
                        color: #ff9200;
                    }

            .home-wrap .tabs .tab-panes .tab .tab-content article .text p {
                font-size: 14px;
                line-height: 1.75em;
                margin: 0;
                padding: 0;
            }

@media screen and (max-width:749px) {
    .home-wrap .tabs .tab-panes .tab .tab-content {
        box-sizing: border-box;
        display: block !important;
        float: left;
        padding: 0 1.75% 35px;
        width: 100%;
    }

        .home-wrap .tabs .tab-panes .tab .tab-content article:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            line-height: 0;
            visibility: hidden;
        }

        .home-wrap .tabs .tab-panes .tab .tab-content article > img {
            display: none;
        }

        .home-wrap .tabs .tab-panes .tab .tab-content article .text h2 {
            font-size: 14px;
        }

        .home-wrap .tabs .tab-panes .tab .tab-content article .text p {
            font-size: 14px;
        }
}

@media screen and (max-width:749px) {
    .home-wrap .tabs .tab-panes .tab {
        display: block !important;
    }
}

.home-wrap .tabs a.btn {
    box-sizing: border-box;
    color: #555;
    cursor: pointer;
    display: block;
    float: left;
    height: 90px;
    line-height: 90px;
    margin: -45px 0 0;
    padding: 0 1.75% 35px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 8.33333%;
}

    .home-wrap .tabs a.btn:hover {
        color: #ff9200;
    }

    .home-wrap .tabs a.btn span {
        font-size: 60px;
    }

        .home-wrap .tabs a.btn span:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
        }

        .home-wrap .tabs a.btn span.pull-left {
            margin-right: .3em;
        }

        .home-wrap .tabs a.btn span.pull-right {
            margin-left: .3em;
        }

    .home-wrap .tabs a.btn.btn-prev {
        left: 0;
    }

        .home-wrap .tabs a.btn.btn-prev span:before {
            content: "";
        }

    .home-wrap .tabs a.btn.btn-next {
        right: 0;
    }

        .home-wrap .tabs a.btn.btn-next span:before {
            content: "";
        }

@media screen and (max-width:749px) {
    .home-wrap .tabs a.btn {
        display: none;
    }
}

.home-wrap .tabs > ul {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.work .banner {
    overflow: hidden;
    padding: 15% 0 0;
    position: relative;
    z-index: 0;
}

    .work .banner > img {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .work .banner .text-wrap {
        margin: -18.986% auto 0;
        padding: 3.716% 0 0;
        position: relative;
        z-index: 1;
    }

        .work .banner .text-wrap .text {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 100%;
        }

        .work .banner .text-wrap p {
            color: #fff;
            font-family: "Open Sans",Arial,Helvetica,sans-serif;
            font-size: 14px;
            font-weight: 600;
            margin: 0;
            text-transform: uppercase;
        }

        .work .banner .text-wrap a {
            color: #fff;
        }

            .work .banner .text-wrap a:hover {
                color: #ff9200;
            }

        .work .banner .text-wrap h1 {
            color: #fff;
            font-family: "Open Sans",Arial,Helvetica,sans-serif;
            font-size: 38px;
            font-weight: 700;
            line-height: 42px;
            margin: 0 0 5px;
            text-transform: uppercase;
        }

        .work .banner .text-wrap h2 {
            color: #fff;
            font-family: "Open Sans",Arial,Helvetica,sans-serif;
            font-size: 20px;
            font-weight: 300;
            text-transform: none;
        }

        .work .banner .text-wrap .dark-text-True h1, .work .banner .text-wrap .dark-text-True h2, .work .banner .text-wrap .dark-text-True h3, .work .banner .text-wrap .dark-text-True p, .work .banner .text-wrap .dark-text-True a {
            color: #292929;
        }

            .work .banner .text-wrap .dark-text-True a:hover {
                color: #ff9200;
            }

@media screen and (min-width:1445px) {
    .work .banner .text-wrap {
        margin: -17% auto 0;
        max-width: 1220px;
        padding: 3.5% 0 0;
        width: 66.6667%;
    }

        .work .banner .text-wrap p {
            font-size: 14px;
            line-height: 1em;
        }

        .work .banner .text-wrap h1 {
            font-size: 44px;
            font-weight: 600;
            line-height: 46px;
            margin: 0 0 5px;
        }

        .work .banner .text-wrap h2 {
            font-size: 24px;
        }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .work .banner .text-wrap {
        margin: -19% auto 0;
        min-width: 940px;
        width: 66.6667%;
    }

        .work .banner .text-wrap p {
            font-size: 14px;
            line-height: 1em;
        }

        .work .banner .text-wrap h1 {
            font-size: 38px;
            line-height: 42px;
            margin: 0 0 5px;
        }

        .work .banner .text-wrap h2 {
            font-size: 20px;
            line-height: 1em;
        }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .work .banner .text-wrap {
        padding: 5% 0 0;
        width: 90%;
    }

        .work .banner .text-wrap p {
            font-size: 12px;
            line-height: 1em;
        }

        .work .banner .text-wrap h1 {
            font-size: 32px;
            line-height: 34px;
            margin: 0 0 5px;
        }

        .work .banner .text-wrap h2 {
            font-size: 18px;
            line-height: 1em;
        }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .work .banner .text-wrap {
        margin: -15px auto 0;
        width: 90%;
    }

        .work .banner .text-wrap p {
            font-size: 12px;
            line-height: 1em;
        }

        .work .banner .text-wrap h1 {
            font-size: 32px;
            line-height: 34px;
            margin: 0 0 5px;
        }

        .work .banner .text-wrap h2 {
            font-size: 16px;
            line-height: 1em;
        }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .work .banner .text-wrap {
        width: 95%;
    }

        .work .banner .text-wrap p {
            display: none;
        }

        .work .banner .text-wrap h1 {
            font-size: 20px;
            line-height: 24px;
            margin: 0 0 5px;
        }

        .work .banner .text-wrap h2 {
            font-size: 16px;
            line-height: 1em;
        }
}

@media screen and (max-width:399px) {
    .work .banner .text-wrap {
        width: 95%;
    }

        .work .banner .text-wrap p {
            display: none;
        }

        .work .banner .text-wrap h1 {
            font-size: 20px;
            line-height: 24px;
            margin: 5px 0;
        }

        .work .banner .text-wrap h2 {
            font-size: 16px;
            line-height: 1.5em;
        }
}

@media screen and (min-width:1445px) {
    .work .banner {
        padding: 17% 0 0;
    }

        .work .banner > img {
            bottom: 0;
            top: auto;
        }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .work .banner {
        padding: 19% 0 0;
    }

        .work .banner > img {
            bottom: 0;
            top: auto;
        }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .work .banner {
        padding: 0;
    }
}

@media screen and (max-width:399px) {
    .work .banner {
        overflow: hidden;
        padding: 25% 0 0;
        width: 100%;
    }

        .work .banner > img {
            height: 100%;
            left: auto;
            right: -60%;
            width: auto;
        }
}

.work .content {
    position: relative;
    z-index: 1;
}

    .work .content .left-cnt img {
        width: 100%;
    }

    .work .content .left-cnt .video {
        margin: 0 0 26.25px;
        overflow: hidden;
        padding: 56.27% 0 0;
        position: relative;
    }

        .work .content .left-cnt .video .video-thumb {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

            .work .content .left-cnt .video .video-thumb img {
                left: 0;
                position: absolute;
                top: 0;
                z-index: 1;
            }

        .work .content .left-cnt .video iframe {
            left: 0;
            position: absolute;
            top: 0;
            z-index: 0;
        }

        .work .content .left-cnt .video a.play-video {
            background: none repeat scroll 0 0 rgba(0,0,0,0.45);
            border-radius: 138px;
            color: #555;
            cursor: pointer;
            height: 138px;
            left: 50%;
            margin: -69px 0 0 -69px;
            position: absolute;
            text-align: center;
            top: 50%;
            width: 138px;
            z-index: 2;
        }

            .work .content .left-cnt .video a.play-video span {
                background: none repeat scroll 0 0 rgba(255,255,255,0.84);
                border-radius: 110px;
                display: block;
                height: 110px;
                line-height: 110px;
                margin: 14px;
                position: relative;
                text-align: center;
                width: 110px;
            }

                .work .content .left-cnt .video a.play-video span:before {
                    display: inline-block;
                    font-family: FontAwesome;
                    font-style: normal;
                    font-weight: normal;
                    line-height: 1;
                }

                .work .content .left-cnt .video a.play-video span.pull-left {
                    margin-right: .3em;
                }

                .work .content .left-cnt .video a.play-video span.pull-right {
                    margin-left: .3em;
                }

                .work .content .left-cnt .video a.play-video span:before {
                    content: "";
                }

                .work .content .left-cnt .video a.play-video span:before {
                    display: table;
                    font-size: 80px;
                    height: 100%;
                    left: 0;
                    line-height: 110px;
                    position: absolute;
                    top: 0;
                    width: 100%;
                }

            .work .content .left-cnt .video a.play-video:hover {
                color: #ff9200;
            }

    .work .content .left-cnt .images img {
        border: 1px solid #dfdfdf;
        margin: 0 0 26.25px;
    }

    .work .content .right-cnt .expandable {
        height: 44.5em;
    }

        .work .content .right-cnt .expandable.more {
            height: 100%;
        }

    .work .content .right-cnt h3 {
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25em;
        margin: 0 0 8.75px;
        text-transform: uppercase;
    }

    .work .content .right-cnt .social-plugin {
        padding: 1.5em 0 0;
    }

    .work .content .bot-cnt {
        border-top: 1px solid #dfdfdf;
        box-sizing: border-box;
        clear: both;
        float: none;
        margin: 35px 1.75% 105px;
        padding: 35px 0 0;
        position: relative;
        text-align: center;
        width: 100%;
    }

        .work .content .bot-cnt:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            line-height: 0;
            visibility: hidden;
        }

        .work .content .bot-cnt a {
            color: #555;
            font-size: 11px;
            padding: 5px 10px;
            text-transform: uppercase;
        }

            .work .content .bot-cnt a:hover {
                color: #ff9200;
            }

            .work .content .bot-cnt a.btn {
                background: none repeat scroll 0 0 #f0f0f0;
                display: inline-block;
                margin: 0 5px;
            }

            .work .content .bot-cnt a.prev {
                left: 0;
                padding: 5px 0 5px 20px;
                position: absolute;
            }

                .work .content .bot-cnt a.prev span {
                    font-size: 36px;
                    left: 0;
                    margin: 0 5px 0 0;
                    position: absolute;
                    top: -5px;
                }

                    .work .content .bot-cnt a.prev span:before {
                        display: inline-block;
                        font-family: FontAwesome;
                        font-style: normal;
                        font-weight: normal;
                        line-height: 1;
                    }

                    .work .content .bot-cnt a.prev span.pull-left {
                        margin-right: .3em;
                    }

                    .work .content .bot-cnt a.prev span.pull-right {
                        margin-left: .3em;
                    }

                    .work .content .bot-cnt a.prev span:before {
                        content: "";
                    }

            .work .content .bot-cnt a.next {
                padding: 5px 20px 5px 0;
                position: absolute;
                right: 0;
            }

                .work .content .bot-cnt a.next span {
                    font-size: 36px;
                    margin: 0 0 0 5px;
                    position: absolute;
                    right: 0;
                    top: -5px;
                }

                    .work .content .bot-cnt a.next span:before {
                        display: inline-block;
                        font-family: FontAwesome;
                        font-style: normal;
                        font-weight: normal;
                        line-height: 1;
                    }

                    .work .content .bot-cnt a.next span.pull-left {
                        margin-right: .3em;
                    }

                    .work .content .bot-cnt a.next span.pull-right {
                        margin-left: .3em;
                    }

                    .work .content .bot-cnt a.next span:before {
                        content: "";
                    }

@media screen and (min-width:1445px) {
    .work .content .left-cnt {
        box-sizing: border-box;
        float: left;
        margin: -125px 0 0;
        padding: 0 1.75% 35px;
        width: 58.3333%;
    }

    .work .content .right-cnt {
        box-sizing: border-box;
        float: right;
        padding: 0 1.75% 35px;
        width: 41.6667%;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .work .content .left-cnt {
        box-sizing: border-box;
        float: left;
        margin: -125px 0 0;
        padding: 0 1.75% 35px;
        width: 66.6667%;
    }

    .work .content .right-cnt {
        box-sizing: border-box;
        float: right;
        padding: 0 1.75% 35px;
        width: 33.3333%;
    }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .work .content .left-cnt {
        box-sizing: border-box;
        float: left;
        margin: -95px 0 0;
        padding: 0 1.75% 35px;
        width: 58.3333%;
    }

    .work .content .right-cnt {
        box-sizing: border-box;
        float: right;
        padding: 0 1.75% 35px;
        width: 41.6667%;
    }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .work .content .left-cnt {
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0 1.75% 35px;
        width: 50%;
    }

    .work .content .right-cnt {
        box-sizing: border-box;
        float: right;
        padding: 0 1.75% 35px;
        width: 50%;
    }
}

@media screen and (max-width:749px) {
    .work .content .bot-cnt a.btn {
        display: none;
    }
}

.social-plugin {
    text-align: center;
}

    .social-plugin .stArrow {
        display: none;
    }

    .social-plugin .st_fblike_hcount {
        display: inline-block;
        overflow: hidden;
        position: relative;
        top: 6px;
        width: 50px;
    }

.ipad .social-plugin .st_fblike_hcount {
    top: -2px;
}

.right-cont .our-work ul {
    margin: 0;
    padding: 0;
}

    .right-cont .our-work ul li {
        list-style: none outside none;
        margin: 0 0 1.5em;
        padding: 0;
    }

        .right-cont .our-work ul li a {
            background: none repeat scroll 0 0 #f0f0f0;
            color: #555;
            display: block;
        }

            .right-cont .our-work ul li a img {
                width: 100%;
            }

            .right-cont .our-work ul li a span {
                display: block;
            }

                .right-cont .our-work ul li a span.title {
                    display: block;
                    font-size: 14px;
                    font-weight: 600;
                    text-align: center;
                    text-transform: uppercase;
                }

                .right-cont .our-work ul li a span.subtitle {
                    display: block;
                    font-size: 14px;
                    font-weight: 300;
                    text-align: center;
                    text-transform: none;
                }

            .right-cont .our-work ul li a .text {
                padding: 15px 5px;
            }

            .right-cont .our-work ul li a:hover {
                color: #ff9200;
            }

.right-cnt .social-plugin {
    text-align: left;
}

.ModSearchResultsC .dnnSearchResultSortOptions {
    display: none;
}

.ModSearchResultsC .dnnSearchBoxPanel {
    display: none;
}

.ModSearchResultsC .dnnSearchResultPanel {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    float: none;
    margin: 0 0 15px;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

    .ModSearchResultsC .dnnSearchResultPanel .dnnRight {
        margin: 0;
    }

    .ModSearchResultsC .dnnSearchResultPanel .dnnSearchResultSortOptions {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        border: 0 none;
        border-radius: 0;
        margin: 0 0 0 15px;
        padding: 0;
    }

        .ModSearchResultsC .dnnSearchResultPanel .dnnSearchResultSortOptions li {
            border: medium none;
            margin: 0 0 0 5px;
        }

            .ModSearchResultsC .dnnSearchResultPanel .dnnSearchResultSortOptions li a {
                background: url("images/quote-bg.gif") repeat scroll 0 0 rgba(0,0,0,0);
                border-radius: 0;
                font-weight: 600;
                text-transform: uppercase;
            }

                .ModSearchResultsC .dnnSearchResultPanel .dnnSearchResultSortOptions li a:hover {
                    background: url("images/quote-bg.gif") repeat scroll 0 0 rgba(0,0,0,0);
                    color: orange;
                }

            .ModSearchResultsC .dnnSearchResultPanel .dnnSearchResultSortOptions li.active a {
                color: #ff9200;
            }

.ModSearchResultsC .dnnSearchResultContainer .dnnSearchResultItem {
    border-bottom: 1px solid silver;
    margin: 0 0 1.5em;
    padding: 0 0 1.5em;
}

    .ModSearchResultsC .dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Title {
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-size: 24px;
        font-weight: 300;
        line-height: 1.5em;
        margin: 0 0 5px;
    }

        .ModSearchResultsC .dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Title a {
            color: #555;
        }

            .ModSearchResultsC .dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Title a:hover {
                color: #ff9200;
            }

    .ModSearchResultsC .dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Link {
        display: none;
    }

    .ModSearchResultsC .dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Description {
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-weight: 300;
        line-height: 1.5em;
    }

        .ModSearchResultsC .dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Description b, .ModSearchResultsC .dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Description strong {
            font-weight: 600;
        }

    .ModSearchResultsC .dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Others {
        display: none;
    }

    .ModSearchResultsC .dnnSearchResultContainer .dnnSearchResultItem:last-child {
        border-bottom: medium none;
    }

.ModSearchResultsC .dnnSearchResultPager {
    line-height: 24px;
    margin: 0;
    padding: 1.25em 0;
}

    .ModSearchResultsC .dnnSearchResultPager span {
        margin: 0;
    }

        .ModSearchResultsC .dnnSearchResultPager span.dnnPager-current {
            font-size: 12px;
            margin: 0;
        }

    .ModSearchResultsC .dnnSearchResultPager a {
        font-size: 18px;
        height: auto;
        margin: 0 0 0 15px;
        text-shadow: none;
        width: auto;
    }

        .ModSearchResultsC .dnnSearchResultPager a:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
        }

        .ModSearchResultsC .dnnSearchResultPager a.pull-left {
            margin-right: .3em;
        }

        .ModSearchResultsC .dnnSearchResultPager a.pull-right {
            margin-left: .3em;
        }

        .ModSearchResultsC .dnnSearchResultPager a.dnnPager-prev {
            background: none repeat scroll 0 0 rgba(0,0,0,0);
            border: medium none;
            border-radius: 0;
            box-shadow: none;
        }

            .ModSearchResultsC .dnnSearchResultPager a.dnnPager-prev:before {
                content: "";
            }

        .ModSearchResultsC .dnnSearchResultPager a.dnnPager-next {
            background: none repeat scroll 0 0 rgba(0,0,0,0);
            border: medium none;
            border-radius: 0;
            box-shadow: none;
        }

            .ModSearchResultsC .dnnSearchResultPager a.dnnPager-next:before {
                content: "";
            }

        .ModSearchResultsC .dnnSearchResultPager a:hover {
            color: #ff9200;
        }

@media screen and (max-width:749px) {
    .ModSearchResultsC .dnnSearchResultPanel {
        display: none;
    }
}

.profile > img {
    float: left;
    margin: 0 3.5% 17.5px 0;
    width: 33.3333%;
}

.profile p.social {
    border-top: 1px solid #f0f0f0;
    clear: both;
    font-size: 18px;
    line-height: 24px;
    margin: 35px 0 0;
    padding: 35px 0 0;
    text-align: center;
}

    .profile p.social a {
        font-size: 20px;
        margin: 0 10px;
    }

        .profile p.social a:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
        }

        .profile p.social a.pull-left {
            margin-right: .3em;
        }

        .profile p.social a.pull-right {
            margin-left: .3em;
        }

        .profile p.social a.ico-tw:before {
            content: "";
        }

        .profile p.social a.ico-fb:before {
            content: "";
        }

        .profile p.social a.ico-li:before {
            content: "";
        }

        .profile p.social a.ico-email:before {
            content: "";
        }

        .profile p.social a span {
            display: none;
        }

#videoOverlay {
    display: none;
    left: 50%;
    margin: 0 0 0 -25%;
    padding: 0;
    position: absolute;
    width: 50%;
    z-index: 10000;
}

    #videoOverlay .close {
        color: #ff9200;
        cursor: pointer;
        font-size: 28px;
        position: absolute;
        right: -14px;
        top: -14px;
    }

        #videoOverlay .close:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
        }

        #videoOverlay .close.pull-left {
            margin-right: .3em;
        }

        #videoOverlay .close.pull-right {
            margin-left: .3em;
        }

        #videoOverlay .close:before {
            content: "";
        }

        #videoOverlay .close:hover {
            color: #fff;
        }

        #videoOverlay .close span {
            display: none;
        }

.awards:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.awards .img-wrap {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75% 35px;
    width: 16.6667%;
}

    .awards .img-wrap img {
        width: 100%;
    }

.awards .text {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75%;
    width: 83.3333%;
}

    .awards .text h3 {
        font-size: 1.25em;
        font-weight: 600;
        margin-top: 0;
        text-transform: uppercase;
    }

    .awards .text ul {
        margin: 0;
        padding: 0;
    }

        .awards .text ul li {
            list-style: none outside none;
        }

            .awards .text ul li strong {
                margin: 0 5px 0 0;
            }

.int-wrap .cms-matrix {
    border: medium none;
    padding: 0;
}

    .int-wrap .cms-matrix h3 {
        background: none repeat scroll 0 0 #f0f0f0;
        color: #292929;
        font-weight: 400;
        padding: 0 10px;
        position: relative;
    }

        .int-wrap .cms-matrix h3:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
        }

        .int-wrap .cms-matrix h3.pull-left {
            margin-right: .3em;
        }

        .int-wrap .cms-matrix h3.pull-right {
            margin-left: .3em;
        }

        .int-wrap .cms-matrix h3:before {
            content: "";
        }

        .int-wrap .cms-matrix h3:before {
            display: block;
            font-weight: 700;
            line-height: 36px;
            position: absolute;
            right: 10px;
            top: 0;
            transition: all .5s ease 0;
        }

        .int-wrap .cms-matrix h3.current:before {
            transform: rotate(180deg);
        }

        .int-wrap .cms-matrix h3:hover {
            background: none repeat scroll 0 0 #ff9200;
            color: #fff;
        }

    .int-wrap .cms-matrix td {
        text-align: center;
    }

    .int-wrap .cms-matrix th {
        background: none repeat scroll 0 0 #f0f0f0;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
    }

.int-wrap .cmx-matrix-header .divExpand {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    float: none;
    height: auto;
    margin: 0 0 15px;
    width: auto;
}

    .int-wrap .cmx-matrix-header .divExpand:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    .int-wrap .cmx-matrix-header .divExpand a {
        background: none repeat scroll 0 0 #f0f0f0;
        color: #292929;
        cursor: pointer;
        display: block;
        float: right;
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-size: 11px;
        font-weight: 600;
        height: 44px;
        line-height: 44px;
        margin: 2.5em 0 0;
        padding: 0 20px;
        text-transform: uppercase;
        transition: all .5s ease 0;
    }

        .int-wrap .cmx-matrix-header .divExpand a:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
        }

        .int-wrap .cmx-matrix-header .divExpand a.pull-left {
            margin-right: .3em;
        }

        .int-wrap .cmx-matrix-header .divExpand a.pull-right {
            margin-left: .3em;
        }

        .int-wrap .cmx-matrix-header .divExpand a:before {
            content: "";
        }

        .int-wrap .cmx-matrix-header .divExpand a:hover {
            background: none repeat scroll 0 0 #ff9200;
            color: #fff;
        }

        .int-wrap .cmx-matrix-header .divExpand a:before {
            font-size: 16px;
            margin: 0 5px 0 0;
        }

.int-wrap .key {
    background: none repeat scroll 0 0 #f0f0f0;
    padding: 5px 10px;
}

    .int-wrap .key:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    .int-wrap .key h3 {
        font-size: 16px;
        margin: 0 0 10px;
        text-transform: uppercase;
    }

    .int-wrap .key .key-left {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 75%;
    }

    .int-wrap .key .key-right {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 25%;
    }

    .int-wrap .key span {
        display: inline-block;
        height: 15px;
        margin: 0 20px 0 0;
        padding: 0 0 0 20px;
    }

        .int-wrap .key span strong {
            margin: 0 5px 0 0;
        }

        .int-wrap .key span.score-100 {
            background: url("images/icons01.png") no-repeat scroll 0 50% rgba(0,0,0,0);
        }

        .int-wrap .key span.score-75 {
            background: url("images/icons02.png") no-repeat scroll 0 50% rgba(0,0,0,0);
        }

        .int-wrap .key span.score-50 {
            background: url("images/icons03.png") no-repeat scroll 0 50% rgba(0,0,0,0);
        }

        .int-wrap .key span.score-25 {
            background: url("images/icons04.png") no-repeat scroll 0 50% rgba(0,0,0,0);
        }

        .int-wrap .key span.score-0 {
            background: url("images/icons05.png") no-repeat scroll 0 50% rgba(0,0,0,0);
        }

        .int-wrap .key span.score-y {
            background: url("images/yes.png") no-repeat scroll 0 50% rgba(0,0,0,0);
        }

        .int-wrap .key span.score-n {
            background: url("images/no.png") no-repeat scroll 0 50% rgba(0,0,0,0);
        }

.contact-detail section.grey-bar h2 {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
}

.contact-gallery {
    margin: 35px 0 0;
    position: relative;
}

    .contact-gallery:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    .contact-gallery .rotate-wrap {
        box-sizing: border-box;
        float: none;
        margin: 0 auto;
        padding: 27.5% 0 0;
        position: relative;
        width: 83.3333%;
        z-index: 0;
    }

@media screen and (max-width:399px) {
    .contact-gallery .rotate-wrap {
        width: 100%;
    }
}

.contact-gallery .rotate-wrap .slide {
    background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
    display: none;
    left: 0;
    overflow: hidden;
    padding: 37.5% 0 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

@media screen and (max-width:399px) {
    .contact-gallery .rotate-wrap .slide {
        display: block !important;
        margin: 0 0 15px;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

.int-wrap .contact-gallery .rotate-wrap .slide {
    background: none repeat scroll 0 0 #f0f0f0;
}

.contact-gallery .rotate-wrap .slide .slide-img {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%;
}

    .contact-gallery .rotate-wrap .slide .slide-img img {
        height: auto;
        width: 100%;
    }

.contact-gallery .rotate-wrap .slide .slide-content {
    box-sizing: border-box;
    padding: 5%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

@media screen and (min-width:750px) and (max-width:899px) {
    .contact-gallery .rotate-wrap .slide .slide-content {
        padding: 2.5%;
    }
}

.contact-gallery .rotate-wrap .slide .slide-content h3 {
    color: #555;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 0 5px;
    text-transform: uppercase;
}

@media screen and (min-width:750px) and (max-width:899px) {
    .contact-gallery .rotate-wrap .slide .slide-content h3 {
        font-size: 16px;
    }
}

.contact-gallery .rotate-wrap .slide .slide-content p {
    font-size: 14px;
}

@media screen and (min-width:750px) and (max-width:899px) {
    .contact-gallery .rotate-wrap .slide .slide-content p {
        font-size: 12px;
    }
}

@media screen and (max-width:399px) {
    .contact-gallery .rotate-wrap .slide {
        padding: 0;
        position: relative !important;
    }

        .contact-gallery .rotate-wrap .slide .slide-img {
            position: relative;
            width: 100%;
        }

        .contact-gallery .rotate-wrap .slide .slide-content {
            position: relative;
            width: 100%;
        }
}

@media screen and (max-width:399px) {
    .contact-gallery .rotate-wrap {
        padding: 5% 0;
    }
}

.contact-gallery .btn {
    box-sizing: border-box;
    color: #555;
    cursor: pointer;
    float: none;
    font-family: "Quicksand",Arial,Helvetica,sans-serif;
    font-size: 70px;
    height: 90px;
    line-height: 90px;
    margin: -45px 0 0;
    opacity: .3;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 8.33333%;
    z-index: 10;
}

    .contact-gallery .btn:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }

    .contact-gallery .btn.pull-left {
        margin-right: .3em;
    }

    .contact-gallery .btn.pull-right {
        margin-left: .3em;
    }

    .contact-gallery .btn:hover {
        opacity: .7;
    }

    .contact-gallery .btn.btn-prev {
        left: 0;
    }

        .contact-gallery .btn.btn-prev:before {
            content: "";
        }

    .contact-gallery .btn.btn-next {
        right: 0;
        text-align: right;
    }

        .contact-gallery .btn.btn-next:before {
            content: "";
        }

@media screen and (max-width:399px) {
    .contact-gallery .btn {
        display: none;
    }
}

.loc-call-out:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.loc-call-out .stat {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75% 35px;
    width: 25%;
}

    .loc-call-out .stat > img {
        width: 100%;
    }

.tl-sidebar {
    background: none repeat scroll 0 0 #292929;
    padding: 35px;
}

    .tl-sidebar > img {
        display: block;
        margin: 0 auto 26.25px;
        width: 26%;
    }

    .tl-sidebar p {
        color: #fff;
        font-size: 14px;
        line-height: 2em;
    }

    .tl-sidebar a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .tl-sidebar a:hover {
            color: #ff9200;
        }

.career-form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.career-form .career-accord h2 {
    background: none repeat scroll 0 0 #f0f0f0;
    color: #292929;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 0 10px;
    position: relative;
}

    .career-form .career-accord h2:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }

    .career-form .career-accord h2.pull-left {
        margin-right: .3em;
    }

    .career-form .career-accord h2.pull-right {
        margin-left: .3em;
    }

    .career-form .career-accord h2:before {
        content: "";
    }

    .career-form .career-accord h2:before {
        display: block;
        font-weight: 700;
        line-height: 36px;
        position: absolute;
        right: 10px;
        top: 0;
        transition: all .5s ease 0;
    }

    .career-form .career-accord h2.active:before {
        transform: rotate(180deg);
    }

    .career-form .career-accord h2:hover {
        background: none repeat scroll 0 0 #ff9200;
        color: #fff;
    }

.career-form .career-accord .accord-cnt {
    display: none;
}

    .career-form .career-accord .accord-cnt > p {
        padding: 0 1.75% 35px;
    }

.career-form h3 {
    color: #555;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 25px;
    margin: 0 0 5px;
    padding: 0 1.75%;
    text-transform: uppercase;
}

.home-wrap .banner {
    position: relative;
    z-index: 0;
}

    .home-wrap .banner .banner-img {
        position: relative;
        width: 100%;
    }

@media screen and (min-width:1445px) {
    .home-wrap .banner .banner-img {
        padding: 53.3784% 0 0;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .home-wrap .banner .banner-img {
        padding: 53.3784% 0 0;
    }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .home-wrap .banner .banner-img {
        padding: 53.3784% 0 0;
    }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .home-wrap .banner .banner-img {
        padding: 73.3784% 0 0;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .home-wrap .banner .banner-img {
        padding: 58.0645% 0 0;
    }
}

@media screen and (max-width:399px) {
    .home-wrap .banner .banner-img {
        padding: 150% 0 0;
    }
}

.int-wrap .banner article {
    overflow: hidden;
    padding: 11.5% 0 0;
    position: relative;
}

    .int-wrap .banner article img {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .int-wrap .banner article .text {
        box-sizing: border-box;
        margin: -11.5% auto 0;
        position: relative;
        width: 95%;
        z-index: 1;
    }

        .int-wrap .banner article .text h1, .int-wrap .banner article .text h2 {
            box-sizing: border-box;
            color: #fff;
            float: none;
            font-family: "Open Sans",Arial,Helvetica,sans-serif;
            font-weight: 700;
            margin: 0;
            padding: 0 1.75%;
            text-transform: uppercase;
            width: 100%;
        }

        .int-wrap .banner article .text h3 {
            box-sizing: border-box;
            color: #fff;
            float: none;
            font-family: "Open Sans",Arial,Helvetica,sans-serif;
            font-weight: 300;
            margin: 0;
            padding: 0 1.75%;
            width: 100%;
        }

        .int-wrap .banner article .text.dark-text h1, .int-wrap .banner article .text.dark-text h2 {
            color: #292929;
        }

        .int-wrap .banner article .text.dark-text h3 {
            color: #292929;
        }

@media screen and (min-width:1445px) {
    .int-wrap .banner article {
        padding: 11% 0 0;
    }

        .int-wrap .banner article .text {
            box-sizing: border-box;
            margin: -8% auto 0;
            max-width: 1220px;
            width: 66.6667%;
        }

            .int-wrap .banner article .text h1, .int-wrap .banner article .text h2 {
                font-size: 36px;
                line-height: 1.5;
            }

            .int-wrap .banner article .text h3 {
                font-size: 20px;
                line-height: 1.5;
            }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .int-wrap .banner article {
        padding: 15% 0 0;
    }

        .int-wrap .banner article .text {
            box-sizing: border-box;
            margin: -11.5% auto 0;
            min-width: 940px;
            width: 66.6667%;
        }

            .int-wrap .banner article .text h1, .int-wrap .banner article .text h2 {
                font-size: 34px;
                line-height: 1.5;
            }

            .int-wrap .banner article .text h3 {
                font-size: 18px;
                line-height: 1.5;
            }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .int-wrap .banner article {
        padding: 15% 0 0;
    }

        .int-wrap .banner article .text {
            box-sizing: border-box;
            margin: -11.5% auto 0;
            width: 90%;
        }

            .int-wrap .banner article .text h1, .int-wrap .banner article .text h2 {
                font-size: 30px;
                line-height: 1.5;
            }

            .int-wrap .banner article .text h3 {
                font-size: 16px;
                line-height: 1.5;
            }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .int-wrap .banner article {
        overflow: hidden;
        padding: 20% 0 0;
        width: 100%;
    }

        .int-wrap .banner article img {
            height: 100%;
            width: auto;
        }

        .int-wrap .banner article .text {
            box-sizing: border-box;
            margin: -15% auto 0;
            width: 90%;
        }

            .int-wrap .banner article .text h1, .int-wrap .banner article .text h2 {
                font-size: 28px;
                line-height: 1.5;
            }

            .int-wrap .banner article .text h3 {
                font-size: 18px;
                line-height: 1.5;
            }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .int-wrap .banner article {
        overflow: hidden;
        padding: 25% 0 0;
        width: 100%;
    }

        .int-wrap .banner article img {
            height: 100%;
            left: auto;
            right: 0;
            width: auto;
        }

        .int-wrap .banner article .text {
            box-sizing: border-box;
            margin: -15% auto 0;
            width: 90%;
        }

            .int-wrap .banner article .text h1, .int-wrap .banner article .text h2 {
                font-size: 20px;
                line-height: 1.5;
                margin: 0;
                padding: 0;
            }

            .int-wrap .banner article .text h3 {
                display: none;
            }
}

@media screen and (max-width:399px) {
    .int-wrap .banner article {
        overflow: hidden;
        padding: 40% 0 0;
        width: 100%;
    }

        .int-wrap .banner article img {
            height: 100%;
            left: auto;
            right: 0;
            width: auto;
        }

        .int-wrap .banner article .text {
            box-sizing: border-box;
            margin: -25% auto 0;
            width: 90%;
        }

            .int-wrap .banner article .text h1, .int-wrap .banner article .text h2 {
                font-size: 18px;
                line-height: 1.5;
                margin: 0;
                padding: 0;
            }

            .int-wrap .banner article .text h3 {
                display: none;
            }
}

.bot-banner {
    height: 0;
    overflow: hidden;
    position: relative;
}

    .bot-banner h5 {
        color: #fff;
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-size: 16px;
        font-weight: 700;
        left: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 25px;
        width: 100%;
        z-index: 100;
    }

    .bot-banner nav.services-scroll {
        left: 16.6665%;
        position: absolute;
        top: 100px;
        width: 66.6667%;
        z-index: 100;
    }

        .bot-banner nav.services-scroll .scrollable {
            height: 155px;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
            width: 66.6667%;
        }

        .bot-banner nav.services-scroll .items {
            height: 155px;
            position: absolute;
            width: 20000em;
        }

        .bot-banner nav.services-scroll .item {
            float: left;
            height: 155px;
            margin: 0 45px;
            position: relative;
            text-align: center;
            width: 190px;
        }

            .bot-banner nav.services-scroll .item .text {
                opacity: 0;
                padding: 30px 0 0;
                position: relative;
                transition: all .5s ease 0;
                z-index: 1;
            }

            .bot-banner nav.services-scroll .item h6 {
                font-family: "Open Sans",Arial,Helvetica,sans-serif;
                font-size: 14px;
                font-weight: 600;
                margin: 0;
                text-transform: uppercase;
            }

                .bot-banner nav.services-scroll .item h6 a {
                    color: #fff;
                }

                    .bot-banner nav.services-scroll .item h6 a:hover {
                        color: #ff9200;
                    }

            .bot-banner nav.services-scroll .item p {
                font-family: "Open Sans",Arial,Helvetica,sans-serif;
                font-size: 13px;
                font-weight: 300;
                margin: 0 0 12px;
                padding: 0;
            }

                .bot-banner nav.services-scroll .item p a {
                    color: #fff;
                }

                    .bot-banner nav.services-scroll .item p a:hover {
                        color: #ff9200;
                    }

            .bot-banner nav.services-scroll .item a.btn.btn-more {
                margin: 0;
                padding: 0 15px;
            }

                .bot-banner nav.services-scroll .item a.btn.btn-more:before {
                    display: none;
                }

            .bot-banner nav.services-scroll .item .img {
                bottom: 0;
                left: 50%;
                margin: 0 0 0 -63px;
                opacity: 1;
                position: absolute;
                transition: all .5s ease 0;
                z-index: 0;
            }

            .bot-banner nav.services-scroll .item:hover .text {
                opacity: 1;
            }

            .bot-banner nav.services-scroll .item:hover .img {
                opacity: 0;
            }

        .bot-banner nav.services-scroll a.browse {
            color: #fff;
            cursor: pointer;
            font-size: 86px;
            height: 80px;
            line-height: 90px;
            margin: -45px 0 0;
            position: absolute;
            text-align: center;
            top: 50%;
            width: 5%;
        }

            .bot-banner nav.services-scroll a.browse:before {
                display: inline-block;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                line-height: 1;
            }

            .bot-banner nav.services-scroll a.browse.pull-left {
                margin-right: .3em;
            }

            .bot-banner nav.services-scroll a.browse.pull-right {
                margin-left: .3em;
            }

            .bot-banner nav.services-scroll a.browse:before {
                text-indent: 0;
            }

            .bot-banner nav.services-scroll a.browse.prev {
                left: 10.5%;
            }

                .bot-banner nav.services-scroll a.browse.prev:before {
                    content: "";
                }

            .bot-banner nav.services-scroll a.browse.next {
                right: 10.5%;
            }

                .bot-banner nav.services-scroll a.browse.next:before {
                    content: "";
                }

            .bot-banner nav.services-scroll a.browse:hover {
                color: #ff9200;
            }

@media screen and (min-width:1445px) {
    .bot-banner {
        padding: 18% 0 0;
    }

        .bot-banner > img {
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 0;
        }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .bot-banner {
        padding: 26% 0 0;
    }

        .bot-banner > img {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            z-index: 0;
        }

        .bot-banner nav.services-scroll {
            left: 16.6665%;
            position: absolute;
            top: 100px;
            width: 66.6667%;
            z-index: 100;
        }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .bot-banner {
        padding: 26% 0 0;
    }

        .bot-banner > img {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            z-index: 0;
        }

        .bot-banner nav.services-scroll {
            left: 5%;
            top: 60px;
            width: 90%;
        }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .bot-banner {
        display: none;
    }
}

@media screen and (max-width:749px) {
    .bot-banner {
        display: none;
    }
}

.campaign {
    height: 391px;
    margin: 0 auto;
    max-width: 1468px;
    position: relative;
    z-index: 0;
}

    .campaign .rotate-wrap {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

@media screen and (min-width:1445px) {
    .campaign .rotate-wrap {
        padding: 29% 0 0;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .campaign .rotate-wrap {
        padding: 29% 0 0;
    }

    .campaign {
        height: 391px;
    }

        .campaign .slide {
            width: 122%;
        }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .campaign .rotate-wrap {
        padding: 45% 0 0;
    }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .campaign .rotate-wrap {
        padding: 80% 0 0;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .campaign .rotate-wrap {
        padding: 34% 0 0;
    }

    .campaign .slide {
        width: 184%;
    }
}

@media only screen and (max-width:590px) {
    #dentro, #fuera, #interno {
        margin-bottom: 8px !important;
    }

        #dentro .acc, #fuera .acc {
            width: 67%;
            display: inline-block;
        }
}

@media screen and (max-width:482px) {
    .box-app {
        width: auto !important;
    }

        .box-app .content-box-app {
            width: auto !important;
        }

    #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
        display: block !important;
    }

    #infobar li:nth-child(3) {
        display: none;
    }

    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        border: 0;
        border-bottom: 1px solid #eee !important;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
        width: auto !important;
    }

        #no-more-tables td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        #no-more-tables td:before {
            content: attr(data-title);
        }

    .NSqueare {
        display: none !important;
    }

    .Squeare {
        display: block !important;
    }

    #divAccordion > ul > li > div > table > tbody > tr > td {
        display: inline;
    }

    .idfe {
        width: auto !important;
    }

    div.fancybox-inner div {
        width: 100% !important;
    }

    div.fancybox-inner img {
        float: none !important;
    }

    .sbInp_BarExapdanbleGrayOutShadow {
        padding-top: 18px;
    }

        .sbInp_BarExapdanbleGrayOutShadow .sbInputInner {
            width: 100% !important;
        }

    .ModPeruEjesMapsC {
        min-height: 0 !important;
    }

    .accordionFullMod {
        width: 96% !important;
    }

        .accordionFullMod > p.sectionTitle {
            float: none !important;
            width: inherit !important;
        }

    .TopBarSocialButtonsFB {
        height: 26px !important;
        width: 26px;
    }

    .TopBarSocialButtonsYT {
        height: 26px !important;
        width: 26px;
    }

    .TopBarSocialButtonsTW {
        height: 26px !important;
        width: 26px;
    }

    .TopBarSocialButtonsFL {
        height: 26px !important;
        width: 26px;
    }

    #topBarSocialButtons li a, .topBarSocialButtons li a {
        background-size: 26px 26px;
        width: 26px !important;
    }

    .ocultar-rulos {
        display: none;
    }

    #dondeIrAccordion span.vermas {
        float: left;
        width: 100% !important;
    }

    .gastroTbl td {
        display: table !important;
    }

    .ModPeruSliderC > div:first-child {
        position: static !important;
    }

    .DNN_ANN_DesignTable .SubHead {
        display: flex !important;
    }

    .DNN_ANN_DesignTable > tbody > tr > td {
        display: inline;
    }

    .avtsb_pager {
        width: 280px !important;
    }

    .search-form .sbInp_Default {
        background-color: transparent !important;
    }

    .idaa {
        height: auto !important;
        margin: 0;
        width: auto !important;
    }

    table div.grid_8 {
        margin-right: 0 !important;
    }

    #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > p, #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > ul li, #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > ol li {
        margin-right: 0 !important;
        width: 100% !important;
    }

    .searchBox {
        width: 78% !important;
    }

        .searchBox > span.vermas {
            width: 100% !important;
        }

    #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > h1, #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > h2 {
        width: 100% !important;
    }

    #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > img, #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > p img {
        width: 100% !important;
    }

    .ModPeruHeaderMenuC > div > ul:first-child > li:nth-child(6) {
        display: none;
    }

    #infobar > li > a > img {
        display: none;
    }

    #infobar > li > a > span {
        display: block;
    }

    .idfe > img, .idfe > h4, .idfe > p {
        display: none !important;
    }

    .idaa > #divImage, .idaa > h4, .idaa > p, .idaa > a, .idaa > li {
        display: none !important;
    }

    #BNews1, #BNews2, #BFeve1, #BFeve2 {
        display: block !important;
    }

    #dnn_mainSearch_pnlInput .sbInp_Default .searchBtn, #dnn_mainSearch1_pnlInput .sbInp_Default .searchBtn {
        width: 36px !important;
    }

    .container_8 div.grid_8 > img.rulo {
        width: 100%;
    }

    .container_12, .container_12b {
        width: 100% !important;
    }

    .mod3Column div.grid_2m img {
        height: auto !important;
        width: 100% !important;
    }

    table.mod3Column div.grid_2m {
        width: auto !important;
    }

    .mod1Column p {
        max-width: 100%;
    }

    table div.grid_4 {
        margin-right: 10px !important;
        padding: 0 !important;
    }

    #siteHeadouter > .container, #contentWrapper > .container {
        padding: 0 !important;
        width: 100% !important;
    }

    .DNN_ANN_DesignTable > tbody > tr > td > .grid_4 {
        width: 100% !important;
    }

    .DNN_ANN_DesignTable.mod3Column > tbody > tr > td > .grid_2m {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .container_12 .grid_4 {
        width: auto !important;
    }

    .shareResult {
        display: none;
    }

    table div.grid_4m {
        width: auto !important;
    }

    #travelServices {
        width: auto !important;
    }

    .ppTablaEncabezado, .ppTablaSinEncabezado {
        width: 94%;
    }

        .ppTablaEncabezado td, .ppTablaSinEncabezado td {
            display: table-cell !important;
            font-size: 10px !important;
        }

        .ppTablaEncabezado th {
            font-size: 10px !important;
        }

    .breadCrumb > div {
        width: auto !important;
    }

    .breadCrumb {
        margin-left: 4% !important;
        width: 100% !important;
    }

    div.grid_result h4, div.grid_result h4 a {
        float: none !important;
        width: auto !important;
    }

    #BContact1 {
        display: inline-block;
    }

    .AP > tbody > tr > td > table > tbody > tr > td {
        display: inline;
    }

    .ModPeruEventsC .searchEnlaces > img {
        width: 100% !important;
    }

    .ModPeruEventsC .searchBox > label {
        width: 39%;
    }

    .ModPeruEventsC .searchBox > span.vermas {
        width: 96% !important;
    }

    .ModPeruEventsC .searchBox, #IperuSearch {
        min-width: 280px !important;
        width: auto !important;
    }

        .ModPeruEventsC .searchBox > h3 .ModPeruEventsC .searchBox > label {
            width: 26% !important;
        }

        .ModPeruEventsC .searchBox > select {
            width: 50% !important;
        }

        .ModPeruEventsC .searchBox > .RadComboBox, .searchBox .RadComboBox {
            width: 50% !important;
        }

        .ModPeruEventsC .searchBox > .subCat > div > label {
            width: 38% !important;
        }

        .ModPeruEventsC .searchBox > .subCat > div > select {
            width: 50% !important;
        }

        .ModPeruEventsC .searchBox > input[type="text"] {
            width: 46% !important;
        }

    .ModPeruUsefulLinksC .searchEnlaces > img {
        width: 100% !important;
    }

    .ModPeruUsefulLinksC .searchBox > span.vermas {
        width: 96% !important;
    }

    .ModPeruUsefulLinksC .searchBox, #IperuSearch {
        min-width: 280px !important;
        width: auto !important;
    }

        .ModPeruUsefulLinksC .searchBox > h3 .ModPeruUsefulLinksC .searchBox > label {
            width: 26% !important;
        }

        .ModPeruUsefulLinksC .searchBox > .RadComboBox, .searchBox .RadComboBox {
            width: 192px !important;
        }

        .ModPeruUsefulLinksC .searchBox > input[type="text"] {
            width: 60% !important;
        }

    .ModImageGridC .searchBox > span.vermas {
        width: 96% !important;
    }

    .ModImageGridC .searchBox {
        min-width: 280px !important;
        width: auto !important;
    }

        .ModImageGridC .searchBox > h3 .ModImageGridC .searchBox > label {
            width: 26% !important;
        }

        .ModImageGridC .searchBox > .RadComboBox, .searchBox .RadComboBox {
            width: 192px !important;
        }

        .ModImageGridC .searchBox > input[type="text"] {
            width: 60% !important;
        }

    .form_peru table {
        width: auto !important;
    }

        .form_peru table td {
            display: inline-table;
        }

    .form_peru .captcha img + div {
        min-width: inherit !important;
    }

    .form_peru .terms, .form_peru .cta {
        width: auto !important;
    }

    .form_peru .fTooltip > .fElement {
        width: 70% !important;
    }

    .PA .detalleResult > div {
        display: inline-block;
        margin: 0 !important;
    }

        .PA .detalleResult > div p {
            margin: 0 !important;
        }

        .PA .detalleResult > div h4 {
            width: auto !important;
        }

    div.grid_result img {
        height: 200px !important;
    }

    .form_peru {
        width: auto !important;
    }

        .form_peru .dnnTooltip, .form_peru .fTooltip > label, .form_peru .fTooltip > .fElement > div > label {
            width: 26% !important;
        }

            .form_peru .dnnTooltip + span + input[type="text"], .form_peru .dnnTooltip + span + input[type="password"], .form_peru .fTooltip > input[type="text"], .form_peru .fTooltip > input[type="password"], .form_peru .fTooltip > textarea, .form_peru .captcha input[type="text"], .form_peru .fTooltip .fElement input[type="text"], .form_peru .fTooltip .RadInput input[type="text"] {
                width: 42% !important;
            }

    .fElement > select {
        width: 42% !important;
    }

    .dato > *:not(img) {
        width: auto !important;
    }

    #dondeIrAccordion .dato > img {
        width: 100% !important;
        height: auto !important;
    }

    .DnnModule-Peru_PeruMap {
        display: none;
    }

    .mod2Column td {
        display: inline;
    }

    #operatorInfo .searchBox .subCat > div > select {
        width: 180px;
    }

    #operatorInfo .searchBox > h3 {
        font-size: 18px;
    }

    #contentWrapper .DnnModule-DNN_HTML .ModDNNHTMLC > div > p {
        width: auto !important;
    }

    #multimediaContent .multiTable {
        width: auto !important;
    }

        #multimediaContent .multiTable td {
            display: inline;
        }

    #operatorInfo .searchBox {
        width: 100%;
    }

        #operatorInfo .searchBox label {
            width: 28%;
        }

        #operatorInfo .searchBox > input[type="text"] {
            width: 56%;
        }

        #operatorInfo .searchBox > .RadComboBox, #operatorInfo .searchBox .RadComboBox {
            width: 59% !important;
        }

        #operatorInfo .searchBox > span.vermas {
            width: 96%;
        }

    .avtsbDefault {
        width: auto !important;
    }

    .sbInp_Default.searchContent input.searchBox {
        width: 75% !important;
    }

    .avtsbDefault .avtsb_result {
        text-align: justify;
    }

    .calendarioEventos {
        display: none !important;
    }

    .sbInp_Default {
        border: medium none !important;
        display: table;
        height: 27px !important;
        margin: inherit !important;
        padding-top: 18px;
        width: 100% !important;
    }

    nav.search .search-form input {
        border: 2px solid #ddd !important;
        color: #000;
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-size: 16px !important;
        height: 32px;
        line-height: 32px;
        outline: medium none;
        padding: 0 5px 0 10px !important;
    }

    #pager {
        top: 92% !important;
    }

    #headerHero .rulo_slider {
        background: url("../Images/Rulos.png") no-repeat scroll center top / 280% 100% rgba(0,0,0,0) !important;
        height: 60% !important;
    }

    .Sbtn {
        position: inherit !important;
        width: 89%;
    }

    #next, #prev {
        height: 40px !important;
        top: 40% !important;
        width: 40px !important;
    }

    #prev {
        background: url("../images/slider_controls.png") no-repeat scroll -5px -5px / 126% auto transparent !important;
    }

    #next {
        background: url("../images/slider_controls.png") no-repeat scroll -6px -53px / 126% auto transparent !important;
    }

    .wns-slideshow-wrapper {
        height: inherit !important;
        left: inherit !important;
        max-width: none !important;
        padding: 56% 0 0;
    }

        .wns-slideshow-wrapper a {
            left: -9999px !important;
            margin: auto;
            right: -9999px;
            width: 224% !important;
        }

    #headerHero .sliderTitle {
        top: 8% !important;
        width: 34% !important;
    }

        #headerHero .sliderTitle span {
            font-size: 20px !important;
        }

    .wns-slideshow-wrapper a img {
        height: auto !important;
        margin: 0;
        position: absolute;
    }

    #headerHero {
        text-align: inherit !important;
    }

    #NFoo2 center:first-child img {
        padding-top: 80px;
        width: 34%;
    }

    #NFoo1 {
        display: none !important;
    }

    #NFoo2 {
        display: block !important;
    }

    #iPeru > img {
        width: 100% !important;
    }

    #iPeru .iPeruItem {
        width: 93% !important;
    }

        #iPeru .iPeruItem .right {
            width: 61% !important;
        }

    #NFoo2 #topBarSocialButtons {
        display: block !important;
        float: none;
        padding-top: 80px;
        width: 34%;
    }

    #NFoo2 center:first-child > img {
        display: none;
    }

    .temperature {
        width: 67px !important;
    }

    .container_4 {
        width: auto !important;
    }

        .container_4 .grid_4 {
            margin-left: 0;
        }

    .DNN_ANN_DesignTable h4 {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
    }

    #dnn_ctr27321_View_hplViewAllFest {
        float: none;
        margin-right: 0;
        max-width: 100%;
    }

    #dnn_ctr35787_ContentPane .container_4 {
        border: medium none !important;
        width: 100% !important;
    }

    .ModPeruWishesSideWidgetC {
        display: none;
    }

    .DNN_ANN_DesignTable > tbody > tr > td > .grid_4 > table, .DNN_ANN_DesignTable.mod3Column > tbody > tr > td > .grid_2m > table {
        width: 100% !important;
    }

    .DNN_ANN_DesignTable > tbody > tr > td {
        display: inline;
    }

    #contentWrapper #dondeIrAccordion {
        width: 100% !important;
    }

    #dnn_TopInfoBanners {
        display: none;
    }

    .DnnModule-Peru_SocialNetworks {
        display: none;
    }

    .ModDNNHTMLC #travelServices {
        display: none;
    }

    .dnn_ctr33079_ModuleContent {
        display: none;
    }

    .DNNModuleContent #ModPeruIPeruGoogleMapC {
        display: none;
    }

    footer .-escritorio {
        display: block !important;
        padding-bottom: 30px;
        padding-top: 138px;
    }

    .resultadosItemSE {
        width: auto !important;
        margin-right: 0 !important;
    }

    .searchCollapse {
        width: 100% !important;
    }

    .PO .grid_result > div {
        display: inline-block;
        margin: 0 !important;
    }

    .PO .grid_result h4 {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 4px;
        width: 280px !important;
    }

    .PO .grid_result p {
        margin: 0 !important;
    }

    .paginContainer .pagination {
        float: none;
        margin: 5px auto 0;
        position: relative;
    }

    .searchCollapse {
        height: auto !important;
        width: 100% !important;
    }

        .searchCollapse label {
            width: 22% !important;
        }

        .searchCollapse > input[type="text"] {
            width: 61% !important;
        }

        .searchCollapse .RadComboBox {
            margin-left: 0 !important;
            width: 27% !important;
        }

        .searchCollapse > span.vermas {
            width: 100% !important;
        }

    .resultadosItemSE .grid_result {
        border-bottom: 1px solid #666;
        width: 280px;
    }

    .campaign .rotate-wrap {
        padding: 51% 0 0;
    }

    .campaign .slide {
        width: 204%;
    }

        .campaign .slide .sliderTitle {
            top: 48px !important;
            width: 36% !important;
        }

            .campaign .slide .sliderTitle span {
                font-size: 26px !important;
                height: auto !important;
            }

    .campaign {
        height: auto;
    }

        .campaign .rulo_slider {
            background: url("../Images/Rulos.png") no-repeat scroll center top / 115% 100% rgba(0,0,0,0);
            bottom: 0;
            display: block;
            height: 40px;
            margin: 0 auto;
            position: absolute;
            width: 100%;
            z-index: 2000;
        }

    .leftPane {
        margin: 0 !important;
        padding: 0 10px;
        width: auto !important;
    }

    .ModDNNAnnouncementsC .grid_4 {
        margin: 0;
    }

        .ModDNNAnnouncementsC .grid_4 .ACont {
            width: 100%;
        }

            .ModDNNAnnouncementsC .grid_4 .ACont .cell > img {
                width: 100%;
            }

    .ModPeruJournalFeedC {
        display: none;
    }

    .CT table {
        padding-bottom: 20px;
    }

        .CT table td > a {
            background: url("/Portals/_default/Skins/DV0181.Skins/Images/cruz.jpg") no-repeat scroll center top / 115% 100% rgba(0,0,0,0);
            color: transparent;
            float: right;
            height: 15px;
            position: relative;
            top: 32%;
            width: 15px;
        }

        .CT table .SubHead > h4 {
            display: inline-block;
            margin: 0;
        }

    #eventosSideWidget .FE > div {
        margin: 8px;
    }

    #eventosSideWidget .FE, .NE {
        border: 1px solid #e1e1e1;
        display: table;
        padding: 10px 10px 0;
        width: 100% !important;
    }

        #eventosSideWidget .FE table {
            border-collapse: collapse;
            border-spacing: 0;
        }

    #eventosSideWidget .iPeruLink a {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }

    #eventosSideWidget div.actividadItem img, #eventosSideWidget div.actividadItem p {
        display: none;
    }

    #eventosSideWidget div.actividadItem .VR, .NE div.actividadItem .VR {
        display: none;
        float: left;
        width: 78%;
    }

    #noticiasWidget .actividadItem .VR, #noticiasWidget .actividadItem .viewResult {
        display: none;
    }

    .PO .grid_result .shareResult {
        display: none;
    }

    #eventosSideWidget #Events_Search_Result h6, #eventosSideWidget div.actividadItem .VR h6, .NE div.actividadItem .VR h6 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #eventosSideWidget #Events_Search_Result p, #eventosSideWidget div.actividadItem .VR p {
        padding-top: 0;
    }

    #eventosSideWidget #Events_Search_Result, #eventosSideWidget div.actividadItem {
        padding: 10px;
        width: auto;
    }

    #eventosSideWidget {
        display: inherit;
        margin-left: 0;
    }

    .NE div.actividadItem .VR h6 a {
        color: #666;
    }

    .NE div.actividadItem .VR h6 {
        color: #d52b1e;
    }

    .NE td {
        border-bottom: 1px solid #e1e1e1;
    }

    .NE div.actividadItem .viewResult p {
        display: initial;
        vertical-align: middle;
    }

    .NE div.actividadItem img, .NE div.actividadItem p {
        display: none;
    }

        .NE div.actividadItem p:last-of-type {
            display: block;
        }

    .NE div.actividadItem {
        border: medium none;
        height: 100%;
        padding: 10px 10px 0;
        width: auto;
    }

    .BNE a {
        float: none !important;
        max-width: inherit !important;
    }

    .ModNewsC .grid_4 {
        display: inherit;
        margin-left: 0;
    }

    #dnn_SideBar {
        border-left: medium none !important;
        padding: 0 10px;
    }

    .ModPeruWeatherWidgetC .grid_4 {
        display: inherit;
        margin: 0;
    }

    .ACont .cell {
        background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
    }

    .headerRedBar {
        background: none repeat scroll 0 0 #d52b1e !important;
        height: inherit !important;
    }

    .home-wrap header .logo #headerLogo {
        height: 84px;
        width: 104px;
    }

    .home-wrap header .logo {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        display: block;
        left: -0.45%;
        overflow: inherit;
        position: absolute;
        text-indent: inherit;
    }
}

.campaign a.btn-down {
    bottom: 2%;
    color: #fff;
    cursor: pointer;
    font-size: 48px;
    height: 45px;
    left: 50%;
    line-height: 50px;
    margin: 0 0 0 -25px;
    opacity: .2;
    position: absolute;
    text-align: center;
    width: 45px;
    z-index: 1000;
}

    .campaign a.btn-down:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }

    .campaign a.btn-down.pull-left {
        margin-right: .3em;
    }

    .campaign a.btn-down.pull-right {
        margin-left: .3em;
    }

    .campaign a.btn-down:before {
        content: "";
    }

    .campaign a.btn-down:hover {
        color: #ff9200;
        opacity: 1;
    }

    .campaign a.btn-down span {
        display: none;
    }

@media screen and (min-width:750px) and (max-width:1049px) {
    .campaign a.btn-down {
        display: none;
    }
}

@media screen and (max-width:749px) {
    .campaign a.btn-down {
        display: none;
    }
}

.campaign div.btn {
    color: #fff;
    cursor: pointer;
    height: 57px;
    margin: -25px 0 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all .5s ease 0;
    z-index: 1000;
}

    .campaign div.btn:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }

    .campaign div.btn.pull-left {
        margin-right: .3em;
    }

    .campaign div.btn.pull-right {
        margin-left: .3em;
    }

    .campaign div.btn:hover {
        color: #e43030;
    }

    .campaign div.btn.btn-prev {
        background: url("../images/slider_controls.png") no-repeat scroll -6px -6px / 126% auto transparent;
        height: 57px;
        left: 3.5%;
        width: 57px;
    }

        .campaign div.btn.btn-prev:before {
            color: transparent;
            content: "";
        }

    .campaign div.btn.btn-next {
        background: url("../images/slider_controls.png") no-repeat scroll -6px -74px / 126% auto transparent;
        height: 57px;
        right: 3.5%;
        width: 57px;
    }

        .campaign div.btn.btn-next:before {
            color: transparent;
            content: "";
        }

@media screen and (min-width:750px) and (max-width:1049px) {
    .campaign div.btn {
        opacity: .5;
    }
}

@media screen and (max-width:749px) {
    .campaign div.btn {
        display: block;
    }
}

@media screen and (max-width:749px) {
    .campaign div.btn.btn-prev {
        background: url("../images/slider_controls.png") no-repeat scroll -4px -4px / 126% auto transparent;
        display: block;
        height: 40px;
        width: 40px;
    }
}

@media screen and (max-width:749px) {
    .campaign div.btn.btn-next {
        background: url("../images/slider_controls.png") no-repeat scroll -4px -52px / 126% auto transparent;
        display: block;
        height: 40px;
        width: 40px;
    }
}

.campaign:hover div.btn {
    opacity: 8.2;
}

    .campaign:hover div.btn:hover {
        opacity: 4;
    }

.campaign .slide {
    height: 100% !important;
    position: absolute;
    top: 0 !important;
    z-index: 0;
}

    .campaign .slide .slide-bg {
        position: absolute;
        z-index: 0;
    }

    .campaign .slide .slide-content {
        position: absolute;
        z-index: 1;
    }

        .campaign .slide .slide-content h2 {
            color: #fff;
            font-family: "Open Sans",Arial,Helvetica,sans-serif;
            font-weight: 700;
            line-height: 1.1em;
            padding: 0;
            text-transform: uppercase;
        }

        .campaign .slide .slide-content h3 {
            color: #fff;
            font-family: "Open Sans",Arial,Helvetica,sans-serif;
            font-weight: 300;
            line-height: 1.1em;
            padding: 0;
        }

        .campaign .slide .slide-content a {
            background: url("images/bg-header.png") repeat scroll 0 0 rgba(0,0,0,0);
            color: #fff;
            display: inline-block;
            font-family: "Open Sans",Arial,Helvetica,sans-serif;
            font-weight: 700;
            padding: 0 15px;
            text-decoration: none;
            text-transform: uppercase;
        }

            .campaign .slide .slide-content a:hover {
                color: #ff9200;
            }

@media screen and (min-width:1445px) {
    .campaign .slide .slide-bg {
        bottom: 0;
        height: 100%;
        left: 0;
        width: 100%;
    }

    .campaign .slide .slide-content {
        bottom: 8.5%;
        left: 0;
        text-align: center;
        width: 100%;
    }

        .campaign .slide .slide-content h2 {
            font-size: 65px;
            margin: 0 0 10px;
        }

        .campaign .slide .slide-content h3 {
            font-size: 22px;
            margin: 0 0 15px;
        }

        .campaign .slide .slide-content a {
            font-size: 14px;
            height: 37px;
            line-height: 37px;
        }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .campaign .slide .slide-bg {
        bottom: 0;
        height: 100%;
        left: 0;
        width: 100%;
    }

    .campaign .slide .slide-content {
        bottom: 8.5%;
        left: 0;
        text-align: center;
        width: 100%;
    }

        .campaign .slide .slide-content h2 {
            font-size: 40px;
            margin: 0 0 5px;
        }

        .campaign .slide .slide-content h3 {
            font-size: 22px;
            margin: 0 0 15px;
        }

        .campaign .slide .slide-content a {
            font-size: 14px;
            height: 37px;
            line-height: 37px;
        }

    .campaign .rulo_slider {
        background: url("../Images/Rulos.png") no-repeat scroll center top rgba(0,0,0,0);
        display: block;
        height: 162px;
        margin: 0 auto;
        pointer-events: none;
        position: relative;
        top: -162px;
        width: 100%;
        z-index: 2000;
    }

    .leftPane {
        width: 64.6% !important;
    }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .campaign .btn.btn-prev {
        background: url("../images/slider_controls.png") no-repeat scroll -4px -4px / 126% auto transparent;
        display: block;
        height: 45px;
        width: 45px;
    }

    .campaign .btn {
        margin: -10% -1% 0 !important;
    }

    .campaign .slide .slide-bg {
        bottom: auto;
        height: auto;
        left: 62.5%;
        margin: 0 0 0 -62.5%;
        top: 0;
        width: 100%;
    }

    .campaign .slide .sliderTitle {
        top: 80px !important;
        width: 62% !important;
    }

        .campaign .slide .sliderTitle span {
            font-size: 33px !important;
            height: auto !important;
        }

    .campaign .slide .slide-content {
        bottom: 2.5%;
        left: 0;
        text-align: center;
        width: 100%;
    }

        .campaign .slide .slide-content h2 {
            font-size: 28px;
            margin: 0 0 5px;
        }

        .campaign .slide .slide-content h3 {
            font-size: 18px;
            margin: 0 0 10px;
        }

        .campaign .slide .slide-content a {
            font-size: 13px;
            height: 28px;
            line-height: 28px;
        }

    .campaign {
        height: 265px;
    }

        .campaign .rulo_slider {
            background: url("../Images/Rulos.png") no-repeat scroll center top / 120% 100% rgba(0,0,0,0);
            height: 108px;
            position: relative;
            top: -247px;
            width: 100%;
            z-index: 2000;
        }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .ModPeruJournalFeedC {
        display: none;
    }

    .campaign div.btn {
        margin: -5% -2% 0;
    }

    .campaign {
        height: auto !important;
    }

    .headerRedBar {
        background: none repeat scroll 0 0 #d52b1e !important;
        height: inherit !important;
    }

    .campaign div.rulo_slider {
        background: url("../Images/Rulos.png") no-repeat scroll center top / 120% 100% rgba(0,0,0,0);
        bottom: -1px;
        display: block;
        height: 50px;
        position: absolute;
        width: 100%;
        z-index: 2000;
    }

    .campaign .slide .slide-bg {
        bottom: inherit;
        height: auto;
        left: 50%;
        margin: 0 0 0 -50%;
        width: 150%;
    }

    .campaign .slide .sliderTitle {
        top: 30px !important;
        width: 62% !important;
    }

        .campaign .slide .sliderTitle span {
            font-size: 14px !important;
            height: auto !important;
        }

    .campaign .slide .slide-content {
        bottom: 4%;
        left: 0;
        text-align: center;
        width: 100%;
    }

        .campaign .slide .slide-content h2 {
            font-size: 40px;
            margin: 0 0 5px;
        }

        .campaign .slide .slide-content h3 {
            font-size: 22px;
            margin: 0 0 15px;
        }

        .campaign .slide .slide-content a {
            font-size: 14px;
            height: 37px;
            line-height: 37px;
        }
}

@media screen and (max-width:399px) {
    .campaign .slide .slide-bg {
        height: auto;
        left: 50%;
        margin: 0 0 0 -50%;
        width: 300%;
    }

    .campaign .slide .slide-content {
        bottom: 4%;
        left: 0;
        text-align: center;
        width: 100%;
    }

        .campaign .slide .slide-content h2 {
            font-size: 22px;
            margin: 0 0 5px;
        }

        .campaign .slide .slide-content h3 {
            font-size: 14px;
            margin: 0 2.5% 15px;
        }

        .campaign .slide .slide-content a {
            font-size: 14px;
            height: 37px;
            line-height: 37px;
        }
}

.content-rotator {
    position: relative;
}

    .content-rotator:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    .content-rotator .rotate-wrap {
        box-sizing: border-box;
        float: none;
        margin: 0 auto;
        padding: 27.5% 0 0;
        position: relative;
        width: 83.3333%;
        z-index: 0;
    }

@media screen and (min-width:1445px) {
    .content-rotator .rotate-wrap {
        padding: 17.5% 0 0;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .content-rotator .rotate-wrap {
        padding: 40% 0 0;
    }
}

@media screen and (max-width:399px) {
    .content-rotator .rotate-wrap {
        padding: 75% 0 0;
    }
}

.content-rotator .rotate-wrap .slide {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

    .content-rotator .rotate-wrap .slide .slide-bg {
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 0;
    }

    .content-rotator .rotate-wrap .slide .slide-content {
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1;
    }

        .content-rotator .rotate-wrap .slide .slide-content h3 {
            font-family: "Open Sans",Arial,Helvetica,sans-serif;
            font-weight: 600;
            text-transform: uppercase;
        }

            .content-rotator .rotate-wrap .slide .slide-content h3 a {
                color: #555;
                text-decoration: none;
            }

                .content-rotator .rotate-wrap .slide .slide-content h3 a:hover {
                    color: #000;
                }

        .content-rotator .rotate-wrap .slide .slide-content p {
            font-family: "Open Sans",Arial,Helvetica,sans-serif;
            font-size: 18px;
            font-weight: 300;
            line-height: 1.75em;
        }

@media screen and (min-width:1445px) {
    .content-rotator .rotate-wrap .slide .slide-bg {
        right: -3%;
    }

    .content-rotator .rotate-wrap .slide .slide-content {
        padding: 2.5% 0 0;
        width: 65%;
    }

        .content-rotator .rotate-wrap .slide .slide-content h3 {
            font-size: 25px;
        }

        .content-rotator .rotate-wrap .slide .slide-content p {
            font-size: 18px;
            line-height: 1.75em;
        }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .content-rotator .rotate-wrap .slide .slide-bg {
        right: 0;
    }

    .content-rotator .rotate-wrap .slide .slide-content {
        padding: 2.5% 0 0;
        width: 55%;
    }

        .content-rotator .rotate-wrap .slide .slide-content h3 {
            font-size: 21px;
        }

        .content-rotator .rotate-wrap .slide .slide-content p {
            font-size: 14px;
            line-height: 1.75em;
        }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .content-rotator .rotate-wrap .slide .slide-bg {
        right: 0;
    }

    .content-rotator .rotate-wrap .slide .slide-content {
        padding: 2.5% 0 0;
        width: 55%;
    }

        .content-rotator .rotate-wrap .slide .slide-content h3 {
            font-size: 21px;
        }

        .content-rotator .rotate-wrap .slide .slide-content p {
            font-size: 14px;
            line-height: 1.75em;
        }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .content-rotator .rotate-wrap .slide .slide-bg {
        display: none;
    }

    .content-rotator .rotate-wrap .slide .slide-content {
        padding: 1% 0 0;
        width: 100%;
    }

        .content-rotator .rotate-wrap .slide .slide-content h3 {
            font-size: 21px;
        }

        .content-rotator .rotate-wrap .slide .slide-content p {
            font-size: 14px;
            line-height: 1.5em;
        }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .content-rotator .rotate-wrap .slide .slide-bg {
        display: none;
    }

    .content-rotator .rotate-wrap .slide .slide-content {
        padding: 2.5% 0 0;
        width: 100%;
    }

        .content-rotator .rotate-wrap .slide .slide-content h3 {
            font-size: 21px;
        }

        .content-rotator .rotate-wrap .slide .slide-content p {
            font-size: 14px;
            line-height: 1.75em;
        }
}

@media screen and (max-width:399px) {
    .content-rotator .rotate-wrap .slide .slide-bg {
        display: none;
    }

    .content-rotator .rotate-wrap .slide .slide-content {
        box-sizing: border-box;
        padding: 2.5% 2% 0;
        width: 100%;
    }

        .content-rotator .rotate-wrap .slide .slide-content h3 {
            font-size: 18px;
            margin: 0;
        }

        .content-rotator .rotate-wrap .slide .slide-content p {
            font-size: 14px;
            line-height: 1.75em;
        }
}

.content-rotator .btn {
    box-sizing: border-box;
    color: #555;
    cursor: pointer;
    float: none;
    font-family: "Quicksand",Arial,Helvetica,sans-serif;
    font-size: 70px;
    height: 90px;
    line-height: 90px;
    margin: -45px 0 0;
    opacity: .3;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 8.33333%;
    z-index: 10;
}

    .content-rotator .btn:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }

    .content-rotator .btn.pull-left {
        margin-right: .3em;
    }

    .content-rotator .btn.pull-right {
        margin-left: .3em;
    }

    .content-rotator .btn:hover {
        opacity: .7;
    }

    .content-rotator .btn.btn-prev {
        left: 0;
    }

        .content-rotator .btn.btn-prev:before {
            content: "";
        }

    .content-rotator .btn.btn-next {
        right: 0;
    }

        .content-rotator .btn.btn-next:before {
            content: "";
        }

.landing-wrap .banner article {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .landing-wrap .banner article > img {
        bottom: 0;
        height: auto;
        left: 0;
        position: absolute;
        width: 100%;
    }

@media screen and (min-width:1445px) {
    .landing-wrap .banner article > img {
        min-height: 100%;
        min-width: 100%;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .landing-wrap .banner article > img {
        min-height: 100%;
        min-width: 100%;
    }
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .landing-wrap .banner article > img {
        min-height: 100%;
        min-width: 100%;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .landing-wrap .banner article > img {
        max-height: 100%;
    }
}

@media screen and (max-width:399px) {
    .landing-wrap .banner article > img {
        height: 100%;
        left: -33.333%;
        width: auto;
    }
}

.landing-wrap .banner article > div {
    left: 0;
    position: absolute;
    top: 17.5%;
    width: 100%;
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .landing-wrap .banner article > div {
        top: 5%;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .landing-wrap .banner article > div {
        top: 5%;
    }
}

@media screen and (max-width:399px) {
    .landing-wrap .banner article > div {
        top: 5%;
    }
}

@media screen and (min-width:1445px) {
    .landing-wrap .banner article > div > div {
        margin: 0 auto;
        max-width: 1220px;
        width: 66.6667%;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .landing-wrap .banner article > div > div {
        margin: 0 auto;
        min-width: 940px;
        width: 66.6667%;
    }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .landing-wrap .banner article > div > div {
        margin: 0 auto;
        width: 90%;
    }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .landing-wrap .banner article > div > div {
        margin: 0 auto;
        width: 90%;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .landing-wrap .banner article > div > div {
        margin: 0 auto;
        width: 95%;
    }
}

@media screen and (max-width:399px) {
    .landing-wrap .banner article > div > div {
        margin: 0 auto;
        width: 100%;
    }
}

.landing-wrap .banner article .Normal:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

@media screen and (max-width:399px) {
    .landing-wrap .banner article {
        height: auto !important;
        min-height: 300px;
    }
}

.landing-wrap.work-landing .banner article {
    text-align: center;
}

@media screen and (min-width:1445px) {
    .landing-wrap.work-landing .banner article {
        padding: 45% 0 0;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .landing-wrap.work-landing .banner article {
        padding: 56.5% 0 0;
    }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .landing-wrap.work-landing .banner article {
        padding: 57.5% 0 0;
    }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .landing-wrap.work-landing .banner article {
        padding: 80% 0 0;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .landing-wrap.work-landing .banner article {
        padding: 70% 0 0;
    }
}

@media screen and (max-width:399px) {
    .landing-wrap.work-landing .banner article {
        height: auto;
        padding: 0;
    }
}

.landing-wrap.work-landing .banner article h1 {
    color: #fff;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
}

@media screen and (min-width:1445px) {
    .landing-wrap.work-landing .banner article h1 {
        font-size: 66px;
        line-height: 1em;
        margin: 0 auto 1em;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .landing-wrap.work-landing .banner article h1 {
        font-size: 52px;
        line-height: 1em;
        margin: 0 auto 1em;
        padding: 20px 0 0;
    }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .landing-wrap.work-landing .banner article h1 {
        font-size: 42px;
        line-height: 1em;
        margin: 0 auto .25em;
    }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .landing-wrap.work-landing .banner article h1 {
        font-size: 46px;
        line-height: 1em;
        margin: 0 auto .25em;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .landing-wrap.work-landing .banner article h1 {
        font-size: 20px;
        line-height: 1em;
        margin: 0 auto .25em;
    }
}

@media screen and (max-width:399px) {
    .landing-wrap.work-landing .banner article h1 {
        font-size: 16px;
        line-height: 1.5em;
        margin: 0 auto .25em;
        padding: 20px 0 0;
    }
}

@media screen and (max-width:749px) {
    .landing-wrap.work-landing .banner {
        display: none;
    }
}

.landing-wrap.nav-landing .banner article h1 {
    color: #fff;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
}

@media screen and (min-width:1445px) {
    .landing-wrap.nav-landing .banner article h1 {
        font-size: 66px;
        line-height: 1em;
        margin: 0 auto 1em;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .landing-wrap.nav-landing .banner article h1 {
        font-size: 48px;
        line-height: 1em;
        margin: 0 auto;
    }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .landing-wrap.nav-landing .banner article h1 {
        font-size: 42px;
        line-height: 1em;
        margin: 0 auto .25em;
    }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .landing-wrap.nav-landing .banner article h1 {
        font-size: 46px;
        line-height: 1em;
        margin: 0 auto .25em;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .landing-wrap.nav-landing .banner article h1 {
        font-size: 20px;
        line-height: 1em;
        margin: 0 auto .25em;
    }
}

@media screen and (max-width:399px) {
    .landing-wrap.nav-landing .banner article h1 {
        font-size: 16px;
        line-height: 1.5em;
        margin: 0 auto .25em;
        padding: 20px 0 0;
    }
}

.landing-wrap.nav-landing .banner article h2 {
    color: #fff;
    font-weight: 300;
    padding: 0;
    text-transform: none;
}

.landing-wrap.nav-landing .banner article img {
    bottom: 0;
    display: block;
    margin: 0 auto;
    top: auto;
}

@media screen and (min-width:1445px) {
    .landing-wrap.nav-landing .banner article {
        padding: 45% 0 0;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .landing-wrap.nav-landing .banner article {
        padding: 55% 0 0;
    }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .landing-wrap.nav-landing .banner article {
        padding: 57.5% 0 0;
    }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .landing-wrap.nav-landing .banner article {
        padding: 80% 0 0;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .landing-wrap.nav-landing .banner article {
        padding: 70% 0 0;
    }
}

@media screen and (max-width:399px) {
    .landing-wrap.nav-landing .banner article {
        height: auto;
        padding: 0;
    }

        .landing-wrap.nav-landing .banner article .wrap {
            left: auto;
            position: relative;
            top: auto;
        }
}

.landing-wrap.nav-landing .banner article nav.landing ul {
    margin: 0;
    padding: 0;
}

    .landing-wrap.nav-landing .banner article nav.landing ul:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    .landing-wrap.nav-landing .banner article nav.landing ul li {
        list-style: none outside none;
        position: relative;
    }

        .landing-wrap.nav-landing .banner article nav.landing ul li h6 {
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            margin: 0 0 1.5em;
            text-align: center;
            text-transform: uppercase;
        }

            .landing-wrap.nav-landing .banner article nav.landing ul li h6 a {
                color: #fff;
            }

@media screen and (min-width:400px) and (max-width:749px) {
    .landing-wrap.nav-landing .banner article nav.landing ul li h6 {
        font-weight: 400;
    }
}

.landing-wrap.nav-landing .banner article nav.landing ul li .img {
    display: block;
    opacity: 1;
    transition: all .5s ease 0;
}

.landing-wrap.nav-landing .banner article nav.landing ul li .text {
    bottom: 35px;
    left: 50%;
    margin: 0 0 0 -37.5%;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all .5s ease 0;
    width: 75%;
}

    .landing-wrap.nav-landing .banner article nav.landing ul li .text p {
        color: #fff;
        font-weight: 400;
        line-height: 1.5em;
        margin: 0 0 10px;
    }

        .landing-wrap.nav-landing .banner article nav.landing ul li .text p a {
            color: #fff;
        }

            .landing-wrap.nav-landing .banner article nav.landing ul li .text p a:hover {
                color: #fff;
            }

    .landing-wrap.nav-landing .banner article nav.landing ul li .text a.btn.btn-more {
        background: url("images/bg-header.png") repeat scroll 0 0 rgba(0,0,0,0);
        color: #fff;
        display: inline-block;
        font-weight: 700;
        margin: 0 auto;
        padding: 0;
        text-transform: uppercase;
    }

        .landing-wrap.nav-landing .banner article nav.landing ul li .text a.btn.btn-more:before {
            display: none;
        }

        .landing-wrap.nav-landing .banner article nav.landing ul li .text a.btn.btn-more:hover {
            color: #ff9200;
        }

.landing-wrap.nav-landing .banner article nav.landing ul li:hover .img {
    opacity: .01;
}

.landing-wrap.nav-landing .banner article nav.landing ul li:hover .text {
    opacity: 1;
}

@media screen and (min-width:750px) and (max-width:899px) {
    .landing-wrap.nav-landing .banner article nav.landing ul li .img {
        margin: 0 auto;
        width: 66.6667%;
    }

        .landing-wrap.nav-landing .banner article nav.landing ul li .img img {
            width: 100%;
        }

    .landing-wrap.nav-landing .banner article nav.landing ul li .text {
        display: none;
    }

    .landing-wrap.nav-landing .banner article nav.landing ul li:hover .img {
        opacity: 1;
    }
}

@media screen and (max-width:749px) {
    .landing-wrap.nav-landing .banner article nav.landing ul:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    .landing-wrap.nav-landing .banner article nav.landing ul li {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 50%;
    }

        .landing-wrap.nav-landing .banner article nav.landing ul li .img {
            display: block;
            margin: 0 auto;
            width: 40%;
        }

            .landing-wrap.nav-landing .banner article nav.landing ul li .img img {
                width: 100%;
            }

        .landing-wrap.nav-landing .banner article nav.landing ul li .text {
            display: none;
        }

        .landing-wrap.nav-landing .banner article nav.landing ul li h6 {
            font-size: 12px;
            font-weight: 400;
            margin: 0;
            padding: 0 0 5px;
        }

        .landing-wrap.nav-landing .banner article nav.landing ul li:hover .img {
            opacity: 1;
        }
}

.landing-wrap.nav-landing .banner article nav.landing.services {
    padding: 2.5% 0 0;
}

    .landing-wrap.nav-landing .banner article nav.landing.services ul li {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 25%;
    }

@media screen and (max-width:399px) {
    .landing-wrap.nav-landing .banner article nav.landing.services ul li {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 15px;
        width: 50%;
    }
}

.landing-wrap.nav-landing .banner article nav.landing.products {
    padding: 50px 0 0;
}

    .landing-wrap.nav-landing .banner article nav.landing.products ul li {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 33.3333%;
    }

        .landing-wrap.nav-landing .banner article nav.landing.products ul li.spacer {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 16.6667%;
        }

@media screen and (min-width:750px) and (max-width:899px) {
    .landing-wrap.nav-landing .banner article nav.landing.products ul li {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75%;
        width: 50%;
    }

        .landing-wrap.nav-landing .banner article nav.landing.products ul li.spacer {
            display: none;
        }
}

@media screen and (max-width:749px) {
    .landing-wrap.nav-landing .banner article nav.landing.products ul li {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75%;
        width: 50%;
    }

        .landing-wrap.nav-landing .banner article nav.landing.products ul li.spacer {
            display: none;
        }
}

.landing-wrap.nav-landing .banner article nav.landing.products ul li h6 {
    padding: 0 10%;
}

.landing-wrap.nav-landing .banner article nav.landing.products ul li .text {
    bottom: 65px;
}

@media screen and (max-width:749px) {
    .landing-wrap.nav-landing .banner article nav.landing.products {
        padding: 25px 0;
    }
}

.landing-wrap.nav-landing .banner article nav.landing.news ul li {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75% 35px;
    width: 33.3333%;
}

    .landing-wrap.nav-landing .banner article nav.landing.news ul li .text {
        margin: 0 0 0 -33.3333%;
        width: 66.6667%;
    }

@media screen and (max-width:399px) {
    .landing-wrap.nav-landing .banner article nav.landing.news ul li {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 15px;
        width: 50%;
    }
}

.landing-wrap.contact-wrap .banner article img {
    bottom: 0;
    top: auto;
}

.landing-wrap.contact-wrap .banner .contact-cnt {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75% 35px;
    width: 50%;
}

    .landing-wrap.contact-wrap .banner .contact-cnt p {
        color: #fff;
        font-weight: 400;
        line-height: 1.75em;
    }

    .landing-wrap.contact-wrap .banner .contact-cnt h2 {
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .landing-wrap.contact-wrap .banner .contact-cnt h2 + p {
            font-size: 20px;
            font-weight: 400;
        }

    .landing-wrap.contact-wrap .banner .contact-cnt a.btn {
        background: url("images/bg-header.png") repeat scroll 0 0 rgba(0,0,0,0);
        color: #fff;
        display: inline-block;
        font-weight: 700;
        text-transform: uppercase;
    }

        .landing-wrap.contact-wrap .banner .contact-cnt a.btn:hover {
            color: #ff9200;
        }

@media screen and (min-width:1445px) {
    .landing-wrap.contact-wrap .banner .contact-cnt p {
        font-size: 16px;
        line-height: 1.75em;
        margin: 0 0 25px;
    }

    .landing-wrap.contact-wrap .banner .contact-cnt h2 {
        font-size: 40px;
        margin: 0 0 25px;
    }

        .landing-wrap.contact-wrap .banner .contact-cnt h2 + p {
            font-size: 22px;
            margin: 0 0 25px;
        }

    .landing-wrap.contact-wrap .banner .contact-cnt a.btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .landing-wrap.contact-wrap .banner .contact-cnt p {
        font-size: 14px;
        line-height: 1.75em;
        margin: 0 0 25px;
    }

    .landing-wrap.contact-wrap .banner .contact-cnt h2 {
        font-size: 36px;
        margin: 0 0 25px;
    }

        .landing-wrap.contact-wrap .banner .contact-cnt h2 + p {
            font-size: 20px;
            margin: 0 0 25px;
        }

    .landing-wrap.contact-wrap .banner .contact-cnt a.btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .landing-wrap.contact-wrap .banner .contact-cnt {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 58.3333%;
    }

        .landing-wrap.contact-wrap .banner .contact-cnt p {
            font-size: 14px;
            line-height: 1.75em;
            margin: 0 0 25px;
        }

        .landing-wrap.contact-wrap .banner .contact-cnt h2 {
            font-size: 32px;
            margin: 0 0 25px;
        }

            .landing-wrap.contact-wrap .banner .contact-cnt h2 + p {
                font-size: 18px;
                margin: 0 0 25px;
            }

        .landing-wrap.contact-wrap .banner .contact-cnt a.btn {
            font-size: 14px;
            padding: 10px 20px;
        }
}

@media screen and (max-width:749px) {
    .landing-wrap.contact-wrap .banner .contact-cnt {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 100%;
    }

        .landing-wrap.contact-wrap .banner .contact-cnt p {
            font-size: 14px;
            line-height: 1.75em;
            margin: 0 0 1.5em;
        }

        .landing-wrap.contact-wrap .banner .contact-cnt h2 {
            font-size: 32px;
            margin: 0 0 1.5em;
        }

        .landing-wrap.contact-wrap .banner .contact-cnt a.btn {
            font-size: 14px;
            padding: 10px 20px;
        }
}

.landing-wrap.contact-wrap .banner .contact-loc {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75% 35px;
    width: 50%;
}

    .landing-wrap.contact-wrap .banner .contact-loc .inner {
        background: none repeat scroll 0 0 #fff;
        padding: 25px;
    }

        .landing-wrap.contact-wrap .banner .contact-loc .inner p {
            color: #555;
            font-size: 16px;
            line-height: 1.75em;
            margin: 0 0 10px;
        }

        .landing-wrap.contact-wrap .banner .contact-loc .inner > a.btn {
            background: url("images/quote-bg.gif") repeat scroll 0 0 rgba(0,0,0,0);
            color: #555;
            display: inline-block;
            font-weight: 700;
            text-transform: uppercase;
        }

            .landing-wrap.contact-wrap .banner .contact-loc .inner > a.btn:hover {
                color: #ff9200;
            }

        .landing-wrap.contact-wrap .banner .contact-loc .inner span {
            margin: 0 10px 0 0;
        }

        .landing-wrap.contact-wrap .banner .contact-loc .inner a {
            color: #555;
        }

            .landing-wrap.contact-wrap .banner .contact-loc .inner a:hover {
                color: #ff9200;
            }

@media screen and (min-width:1445px) {
    .landing-wrap.contact-wrap .banner .contact-loc .inner {
        padding: 25px;
    }

        .landing-wrap.contact-wrap .banner .contact-loc .inner p {
            font-size: 16px;
            line-height: 1.75em;
            margin: 0 0 10px;
        }

        .landing-wrap.contact-wrap .banner .contact-loc .inner > a.btn {
            font-size: 14px;
            padding: 10px 20px;
        }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .landing-wrap.contact-wrap .banner .contact-loc .inner {
        padding: 25px;
    }

        .landing-wrap.contact-wrap .banner .contact-loc .inner p {
            font-size: 14px;
            line-height: 1.75em;
            margin: 0 0 10px;
        }

        .landing-wrap.contact-wrap .banner .contact-loc .inner > a.btn {
            font-size: 14px;
            padding: 10px 20px;
        }
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .landing-wrap.contact-wrap .banner .contact-loc .inner {
        padding: 25px;
    }

        .landing-wrap.contact-wrap .banner .contact-loc .inner p {
            font-size: 12px;
            font-weight: 400;
            line-height: 1.75em;
            margin: 0 0 10px;
        }

        .landing-wrap.contact-wrap .banner .contact-loc .inner > a.btn {
            font-size: 14px;
            padding: 10px 20px;
        }
}

.landing-wrap.contact-wrap .banner .contact-loc .map img {
    width: 100%;
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .landing-wrap.contact-wrap .banner .contact-loc {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 41.6667%;
    }
}

@media screen and (max-width:749px) {
    .landing-wrap.contact-wrap .banner .contact-loc {
        display: none;
    }
}

@media screen and (max-width:749px) {
    .landing-wrap.contact-detail .banner article > div {
        position: relative;
    }

        .landing-wrap.contact-detail .banner article > div:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            line-height: 0;
            visibility: hidden;
        }
}

@media screen and (min-width:1445px) {
    .landing-wrap.contact-detail .banner article .inner-wrap {
        margin: 0 auto;
        max-width: 1220px;
        width: 66.6667%;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .landing-wrap.contact-detail .banner article .inner-wrap {
        margin: 0 auto;
        min-width: 940px;
        padding: 20px 0;
        width: 66.6667%;
    }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .landing-wrap.contact-detail .banner article .inner-wrap {
        margin: 0 auto;
        padding: 20px 0;
        width: 90%;
    }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .landing-wrap.contact-detail .banner article .inner-wrap {
        margin: 0 auto;
        padding: 30px 0;
        width: 90%;
    }
}

@media screen and (max-width:749px) {
    .landing-wrap.contact-detail .banner article .inner-wrap {
        margin: 0 auto;
        padding: 20px 0;
        width: 95%;
    }
}

.landing-wrap.contact-detail .banner article .inner-wrap .Normal {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75% 35px;
    width: 75%;
}

@media screen and (max-width:749px) {
    .landing-wrap.contact-detail .banner article .inner-wrap .Normal {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 100%;
    }
}

.landing-wrap.contact-detail .banner article .inner-wrap div:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.landing-wrap.contact-detail .banner article h1 {
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-weight: 700;
    margin: 0;
    padding: 35px 1.75% 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.landing-wrap.contact-detail .banner article p {
    color: #fff;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 1.5em;
}

.landing-wrap.contact-detail .banner article img {
    display: block;
    margin: -10% auto 0;
    width: 100%;
}

@media screen and (min-width:1445px) {
    .landing-wrap.contact-detail .banner article {
        padding: 35% 0 0;
    }

        .landing-wrap.contact-detail .banner article p {
            font-size: 16px;
            line-height: 1.75em;
            margin: 0 0 25px;
        }

            .landing-wrap.contact-detail .banner article p.large {
                font-size: 22px;
                margin: 0 0 25px;
            }

        .landing-wrap.contact-detail .banner article h1 {
            font-size: 40px;
            margin: 0 0 25px;
        }

        .landing-wrap.contact-detail .banner article a.btn {
            font-size: 14px;
            padding: 10px 20px;
        }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .landing-wrap.contact-detail .banner article {
        padding: 35% 0 0;
    }

        .landing-wrap.contact-detail .banner article p {
            font-size: 14px;
            line-height: 1.75em;
            margin: 0 0 25px;
        }

        .landing-wrap.contact-detail .banner article h1 {
            font-size: 36px;
            margin: 0 0 25px;
        }

            .landing-wrap.contact-detail .banner article h1 + p {
                font-size: 20px;
                margin: 0 0 25px;
            }

        .landing-wrap.contact-detail .banner article a.btn {
            font-size: 14px;
            padding: 10px 20px;
        }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .landing-wrap.contact-detail .banner article {
        padding: 35% 0 0;
    }

        .landing-wrap.contact-detail .banner article p {
            font-size: 14px;
            line-height: 1.75em;
            margin: 0 0 25px;
        }

        .landing-wrap.contact-detail .banner article h1 {
            font-size: 32px;
            margin: 0 0 25px;
        }

            .landing-wrap.contact-detail .banner article h1 + p {
                font-size: 18px;
                margin: 0 0 25px;
            }

        .landing-wrap.contact-detail .banner article a.btn {
            font-size: 14px;
            padding: 10px 20px;
        }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .landing-wrap.contact-detail .banner article {
        padding: 60% 0 0;
    }

        .landing-wrap.contact-detail .banner article p {
            font-size: 14px;
            line-height: 1.75em;
            margin: 0 0 25px;
        }

        .landing-wrap.contact-detail .banner article h1 {
            font-size: 32px;
            margin: 0 0 25px;
        }

            .landing-wrap.contact-detail .banner article h1 + p {
                font-size: 18px;
                margin: 0 0 25px;
            }

        .landing-wrap.contact-detail .banner article a.btn {
            font-size: 14px;
            padding: 10px 20px;
        }
}

@media screen and (max-width:749px) {
    .landing-wrap.contact-detail .banner article img {
        height: 100%;
        margin: 0;
        width: auto;
    }

    .landing-wrap.contact-detail .banner article p {
        font-size: 14px;
        line-height: 1.75em;
        margin: 0 0 1.5em;
    }

    .landing-wrap.contact-detail .banner article h1 {
        font-size: 32px;
        margin: 0;
    }

    .landing-wrap.contact-detail .banner article a.btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}

.error-landing {
    overflow: hidden;
}

    .error-landing section > div {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .error-landing section > div > div {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

    .error-landing .campaign-error .slide {
        height: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .error-landing .campaign-error .slide img {
            position: relative;
            width: 100%;
            z-index: 0;
        }

        .error-landing .campaign-error .slide h2 {
            color: #fff;
            font-size: 52px;
            left: 0;
            line-height: 1.25em;
            position: absolute;
            text-align: center;
            text-transform: uppercase;
            width: 100%;
        }

            .error-landing .campaign-error .slide h2.top {
                top: 15%;
            }

            .error-landing .campaign-error .slide h2.bottom {
                bottom: 15%;
            }

        .error-landing .campaign-error .slide p.bottom {
            bottom: 7.5%;
            color: #fff;
            font-size: 24px;
            left: 0;
            position: absolute;
            text-align: center;
            width: 100%;
        }

    .error-landing .campaign-error article {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .error-landing .campaign-error article > div {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

            .error-landing .campaign-error article > div > div {
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
            }

nav.mobi {
    display: none;
    overflow: hidden;
    position: fixed;
    width: 0;
}

@media screen and (max-width:966px) {
    nav.mobi {
        display: block;
        height: 100%;
        left: 100%;
        top: 0;
        transition: all .5s ease 0;
        width: 100%;
    }

    .nav-open nav.mobi {
        background: none repeat scroll 0 0 #d52b1e;
        box-sizing: border-box;
        display: block;
        height: 100%;
        left: 0;
        padding: 0;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    nav.mobi .ModPeruHeaderMenuC > div > ul {
        background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
        border: medium none !important;
        float: none !important;
        height: 100% !important;
        margin: 0 !important;
        overflow: inherit;
        padding: 0;
        text-align: inherit !important;
        top: 0;
        width: inherit !important;
    }

        nav.mobi .ModPeruHeaderMenuC > div > ul > li {
            border-bottom: 2px solid #e32e21;
            float: none !important;
            font-size: 14px;
            font-weight: 600;
            list-style: none outside none;
            margin: 0;
            padding: 0;
            position: relative;
        }

            nav.mobi .ModPeruHeaderMenuC > div > ul > li.first {
                margin: 0;
            }

            nav.mobi .ModPeruHeaderMenuC > div > ul > li.last {
                margin: 0;
            }

            nav.mobi .ModPeruHeaderMenuC > div > ul > li > a {
                color: #fff !important;
                display: block !important;
                font-family: BreePeruWeb,Arial;
                font-size: 20px;
                font-weight: normal;
                padding: 10px 5% !important;
                position: relative;
                transition: all .125s ease 0;
                z-index: 0;
            }

            nav.mobi .ModPeruHeaderMenuC > div > ul > li > span, nav.mobi .ModPeruHeaderMenuC > div > ul > li > ul > li > span:before {
                color: #fff;
                cursor: pointer;
                height: 46px;
                line-height: 46px;
                position: absolute;
                right: 0;
                text-align: center;
                top: 0;
                transition: all .25s ease 0;
                width: 10%;
            }

                nav.mobi .ModPeruHeaderMenuC > div > ul > li > span:before, nav.mobi .ModPeruHeaderMenuC > div > ul > li > ul > li > span:before {
                    display: inline-block;
                    font-family: FontAwesome;
                    font-size: 23px;
                    font-style: normal;
                    font-weight: normal;
                    line-height: 1;
                }

                nav.mobi .ModPeruHeaderMenuC > div > ul > li > span.pull-left {
                    margin-right: .3em;
                }

                nav.mobi .ModPeruHeaderMenuC > div > ul > li > span.pull-right {
                    margin-left: .3em;
                }

                nav.mobi .ModPeruHeaderMenuC > div > ul > li > span:before, nav.mobi .ModPeruHeaderMenuC > div > ul > li > ul > li > span:before {
                    content: "";
                }

            nav.mobi .ModPeruHeaderMenuC > div > ul > li ul {
                background: url("http://peru.travel/Portals/_default/Skins/DV0181.Skins/Images/responsive-texture-movil.png") repeat scroll 0 0 rgba(0,0,0,0);
                display: none;
                margin: 0;
                padding: 13px 0;
                position: relative;
            }

                nav.mobi .ModPeruHeaderMenuC > div > ul > li ul li {
                    font-size: 13px;
                    font-weight: 600;
                    list-style: none outside none;
                    padding: 0;
                }

                nav.mobi .ModPeruHeaderMenuC > div > ul > li ul li {
                    color: #fff;
                    display: block;
                    font-family: BreePeruWeb-Light,Arial;
                    font-size: 16px;
                    font-style: italic;
                    padding: 2px 5%;
                }

                    nav.mobi .ModPeruHeaderMenuC > div > ul > li ul li a {
                        color: #fff;
                        cursor: pointer;
                        display: block;
                        font-family: BreePeruWeb-Light,Arial;
                        font-size: 16px;
                        font-style: italic;
                        padding: 0 5%;
                    }

                        nav.mobi .ModPeruHeaderMenuC > div > ul > li ul li a:hover {
                            color: #e9e9e9;
                        }

            nav.mobi .ModPeruHeaderMenuC > div > ul > li.selected > a {
                color: #fff;
            }

            nav.mobi .ModPeruHeaderMenuC > div > ul > li.selected > span {
                transform: rotate(180deg);
            }

    nav.mobi a.close {
        color: white;
        cursor: pointer;
        display: block;
        font-size: 38px;
        height: 24px;
        line-height: 24px;
        margin: 0 0 3.5%;
        padding: 1.5% 5%;
        text-align: left;
        width: 100%;
        z-index: 10;
    }

        nav.mobi a.close:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
        }

        nav.mobi a.close.pull-left {
            margin-right: .3em;
        }

        nav.mobi a.close.pull-right {
            margin-left: .3em;
        }

        nav.mobi a.close:before {
            content: "";
        }
}

nav.country {
    background: none repeat scroll 0 0 #d52b1e;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    box-sizing: border-box;
    left: 0;
    padding: 75px 10%;
    position: fixed;
    top: -870px;
    transition: all .5s ease 0;
    width: 100%;
    z-index: 0;
}

    nav.country a.close {
        color: #fff;
        cursor: pointer;
        font-size: 32px;
        line-height: 36px;
        position: absolute;
        right: 10%;
        top: 50px;
        z-index: 100;
    }

        nav.country a.close:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
        }

        nav.country a.close.pull-left {
            margin-right: .3em;
        }

        nav.country a.close.pull-right {
            margin-left: .3em;
        }

        nav.country a.close:before {
            content: "";
        }

        nav.country a.close:hover {
            color: #dfdfdf;
        }

    nav.country .country-form span {
        display: block;
    }

        nav.country .country-form span#dnn_dnncountry_Classiccountry {
            position: relative;
        }

    nav.country .country-form .countryInputContainer {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

        nav.country .country-form .countryInputContainer:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            line-height: 0;
            visibility: hidden;
        }

    nav.country .country-form input {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color -moz-use-text-color silver;
        border-image: none;
        border-style: none none solid;
        border-width: medium medium 1px;
        display: block;
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-size: 36px;
        font-weight: 300;
        padding: 10px 0;
        width: 100%;
    }

        nav.country .country-form input:focus {
            border-bottom: 1px solid #ff9200;
            outline: medium none;
        }

    nav.country .country-form a.btn-country {
        color: #fff;
        display: block;
        float: right;
        font-size: 18px;
        margin: 0;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 30px;
    }

        nav.country .country-form a.btn-country:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
        }

        nav.country .country-form a.btn-country.pull-left {
            margin-right: .3em;
        }

        nav.country .country-form a.btn-country.pull-right {
            margin-left: .3em;
        }

        nav.country .country-form a.btn-country:before {
            content: "";
        }

        nav.country .country-form a.btn-country:hover {
            color: #dadada;
        }

        nav.country .country-form a.btn-country:before {
            margin: 0 10px 0 0;
        }

    nav.country .country-form ul.countrySkinObjectPreview {
        width: 100%;
    }

        nav.country .country-form ul.countrySkinObjectPreview li.countrySkinObjectPreview_group {
            display: none;
            font-family: "Open Sans",Arial,Helvetica,sans-serif;
        }

        nav.country .country-form ul.countrySkinObjectPreview li span {
            font-size: 16px;
            font-weight: 300;
            margin: 0 0 5px;
        }

        nav.country .country-form ul.countrySkinObjectPreview li p {
            font-family: "Open Sans",Arial,Helvetica,sans-serif;
            font-size: 12px;
        }

            nav.country .country-form ul.countrySkinObjectPreview li p b {
                color: #000;
                font-weight: 600;
            }

        nav.country .country-form ul.countrySkinObjectPreview li:hover {
            background: none repeat scroll 0 0 #fff;
            color: #ff9200;
        }

        nav.country .country-form ul.countrySkinObjectPreview li a {
            color: #555;
        }

            nav.country .country-form ul.countrySkinObjectPreview li a:hover {
                color: #ff9200;
            }

    nav.country .country-form .countryInputContainer a.dnncountryBoxClearText.dnnShow {
        display: none !important;
    }

.country-open nav.country {
    top: 0;
    z-index: 100;
}

nav.country .country-form #container-menu {
    padding: 28px 14px 10px !important;
    width: auto !important;
}

nav.country .country-form #menu-portals {
    margin: 0 !important;
}

    nav.country .country-form #menu-portals li {
        margin-bottom: -1px !important;
        margin-right: -1px !important;
        width: 46%;
    }

        nav.country .country-form #menu-portals li.portal-peruano {
            margin: 0 auto 0 0 !important;
            padding: 5px 0 0 !important;
            width: 100% !important;
        }

            nav.country .country-form #menu-portals li.portal-peruano a {
                margin: 0 auto !important;
                width: 127px !important;
            }

        nav.country .country-form #menu-portals li p {
            font-size: 10px !important;
            margin: 0 0 0 0 !important;
            width: 65%;
        }

        nav.country .country-form #menu-portals li span {
            font-size: 9px !important;
        }

@media not all {
    nav.country {
        display: block;
        height: 100%;
        left: 100%;
        top: 0;
        transition: all .5s ease 0;
        width: 100%;
    }

    .country-open nav.country {
        background: none repeat scroll 0 0 #fff;
        box-sizing: border-box;
        display: block;
        height: 100%;
        left: 0;
        padding: 0;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    nav.country .country-form {
        padding: 0 5%;
    }

        nav.country .country-form a.btn-country {
            left: auto;
            margin: 24px 0 0;
            position: relative;
            top: auto;
        }

    nav.country a.close {
        color: silver;
        display: block;
        font-size: 16px;
        height: 24px;
        line-height: 24px;
        margin: 0 0 3.5%;
        padding: 1.5% 5%;
        position: relative;
        right: auto;
        text-align: left;
        top: auto;
        width: auto;
        z-index: 10;
    }

        nav.country a.close:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
        }

        nav.country a.close.pull-left {
            margin-right: .3em;
        }

        nav.country a.close.pull-right {
            margin-left: .3em;
        }

        nav.country a.close:before {
            content: "";
        }

    nav.country .countrySkinObjectPreview {
        display: none !important;
    }
}

nav.search {
    background: none repeat scroll 0 0 #d52b1e;
    box-sizing: border-box;
    left: 0;
    padding: 75px 10%;
    position: fixed;
    top: -300px;
    transition: all .5s ease 0;
    width: 100%;
    z-index: 0;
}

    nav.search a.close {
        color: #fff;
        cursor: pointer;
        font-size: 32px;
        line-height: 36px;
        position: absolute;
        right: 10%;
        top: 50px;
        z-index: 100;
    }

        nav.search a.close:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
        }

        nav.search a.close.pull-left {
            margin-right: .3em;
        }

        nav.search a.close.pull-right {
            margin-left: .3em;
        }

        nav.search a.close:before {
            content: "";
        }

        nav.search a.close:hover {
            color: #dfdfdf;
        }

    nav.search .search-form span {
        display: block;
    }

        nav.search .search-form span#dnn_dnnSearch_ClassicSearch {
            position: relative;
        }

    nav.search .search-form .searchInputContainer {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

        nav.search .search-form .searchInputContainer:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            line-height: 0;
            visibility: hidden;
        }

    nav.search .search-form input {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color -moz-use-text-color silver;
        border-image: none;
        border-style: none none solid;
        border-width: medium medium 1px;
        display: block;
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-size: 36px;
        font-weight: 300;
        padding: 10px 0;
        width: 75%;
    }

        nav.search .search-form input:focus {
            border-bottom: 1px solid #ff9200;
            outline: medium none;
        }

    nav.search .search-form a.btn-search {
        color: #fff;
        display: block;
        float: right;
        font-size: 18px;
        margin: 0;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 8px;
    }

#dnn_mainSearch_pnlInput .sbInp_Default .searchBtn, #dnn_mainSearch1_pnlInput .sbInp_Default .searchBtn {
    background: url("../images/searchbox.png") no-repeat scroll 2px center #f3f3f3;
    border-left: 1px solid #dedede;
    float: left;
    height: 21px;
    padding: 0;
    text-indent: -9999em;
    width: 22px;
}

nav.search .search-form a.searchBtn {
    background: url("../images/lupaM.png") no-repeat scroll 2px center transparent !important;
    border-left: medium none !important;
    float: right !important;
    height: 34px !important;
    opacity: 1 !important;
    position: static !important;
    width: 36px !important;
}

nav.search .search-form a.btn-search.pull-left {
    margin-right: .3em;
}

nav.search .search-form a.btn-search.pull-right {
    margin-left: .3em;
}

nav.search .search-form a.btn-search:before {
    content: "";
}

nav.search .search-form a.btn-search:hover {
    color: #dadada;
}

nav.search .search-form a.btn-search:before {
    margin: 0 4px 0 0;
}

nav.search .search-form ul.searchSkinObjectPreview {
    width: 100%;
}

    nav.search .search-form ul.searchSkinObjectPreview li.searchSkinObjectPreview_group {
        display: none;
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
    }

    nav.search .search-form ul.searchSkinObjectPreview li span {
        font-size: 16px;
        font-weight: 300;
        margin: 0 0 5px;
    }

    nav.search .search-form ul.searchSkinObjectPreview li p {
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-size: 12px;
    }

        nav.search .search-form ul.searchSkinObjectPreview li p b {
            color: #000;
            font-weight: 600;
        }

    nav.search .search-form ul.searchSkinObjectPreview li:hover {
        background: none repeat scroll 0 0 #fff;
        color: #ff9200;
    }

    nav.search .search-form ul.searchSkinObjectPreview li a {
        color: #555;
    }

        nav.search .search-form ul.searchSkinObjectPreview li a:hover {
            color: #ff9200;
        }

nav.search .search-form .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    display: none !important;
}

.search-open nav.search {
    top: 0;
    z-index: 100;
}

@media not all {
    nav.search {
        display: block;
        height: 100%;
        left: 100%;
        top: 0;
        transition: all .5s ease 0;
        width: 100%;
    }

    .search-open nav.search {
        background: none repeat scroll 0 0 #fff;
        box-sizing: border-box;
        display: block;
        height: 100%;
        left: 0;
        padding: 0;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    nav.search .search-form {
        padding: 0 5%;
    }

        nav.search .search-form a.btn-search {
            left: auto;
            margin: 24px 0 0;
            position: relative;
            top: auto;
        }

    nav.search a.close {
        color: silver;
        display: block;
        font-size: 16px;
        height: 24px;
        line-height: 24px;
        margin: 0 0 3.5%;
        padding: 1.5% 5%;
        position: relative;
        right: auto;
        text-align: left;
        top: auto;
        width: auto;
        z-index: 10;
    }

        nav.search a.close:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
        }

        nav.search a.close.pull-left {
            margin-right: .3em;
        }

        nav.search a.close.pull-right {
            margin-left: .3em;
        }

        nav.search a.close:before {
            content: "";
        }

    nav.search .searchSkinObjectPreview {
        display: none !important;
    }
}

nav.get-started {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    box-sizing: border-box;
    left: 0;
    padding: 40px 10%;
    position: fixed;
    top: -1000px;
    transition: all .5s ease 0;
    width: 100%;
    z-index: 0;
}

    nav.get-started a.close {
        color: #555;
        cursor: pointer;
        font-size: 32px;
        line-height: 36px;
        position: absolute;
        right: 10%;
        top: 33px;
        z-index: 100;
    }

        nav.get-started a.close:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
        }

        nav.get-started a.close.pull-left {
            margin-right: .3em;
        }

        nav.get-started a.close.pull-right {
            margin-left: .3em;
        }

        nav.get-started a.close:before {
            content: "";
        }

        nav.get-started a.close:hover {
            color: #a2a2a2;
        }

    nav.get-started .form-contact {
        padding: 0;
    }

        nav.get-started .form-contact h3 {
            box-sizing: border-box;
            float: left;
            font-weight: 300;
            margin: 0;
            padding: 0 1.75% 35px;
            width: 100%;
        }

.form-open nav.get-started {
    top: 0;
    z-index: 100;
}

@media screen and (min-width:900px) and (max-width:1049px) {
    nav.get-started {
        padding: 20px 5%;
    }

        nav.get-started a.close {
            top: 13px;
        }

        nav.get-started .form-contact {
            padding: 0;
        }

            nav.get-started .form-contact h3 {
                padding-bottom: .875%;
            }
}

@media screen and (min-width:750px) and (max-width:899px) {
    nav.get-started {
        padding: 20px 2.5%;
    }

        nav.get-started a.close {
            top: 13px;
        }

        nav.get-started .form-contact {
            padding: 0;
        }

            nav.get-started .form-contact h3 {
                padding-bottom: .875%;
            }
}

@media not all {
    nav.get-started {
        display: block;
        height: 100%;
        left: 100%;
        padding: 20px 5%;
        top: 0;
        transition: all .5s ease 0;
        width: 100%;
    }

    .form-open nav.get-started {
        background: none repeat scroll 0 0 #fff;
        box-sizing: border-box;
        display: block;
        height: 100%;
        left: 0;
        opacity: 1;
        padding: 0;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    nav.get-started .form-contact {
        padding: 0 5%;
    }

    nav.get-started a.close {
        color: silver;
        display: block;
        font-size: 35px;
        height: 24px;
        line-height: 24px;
        margin: 0 0 3.5%;
        padding: 1.5% 5%;
        position: relative;
        right: auto;
        text-align: left;
        top: auto;
        width: auto;
        z-index: 10;
    }

        nav.get-started a.close:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
        }

        nav.get-started a.close.pull-left {
            margin-right: .3em;
        }

        nav.get-started a.close.pull-right {
            margin-left: .3em;
        }

        nav.get-started a.close:before {
            content: "";
        }
}

.logged-in ~ nav.get-started {
    left: auto;
    position: relative;
    top: auto;
}

.contact-wrap section, .contact-detail section {
    position: relative;
}

.contact-wrap nav.contact, .contact-detail nav.contact {
    background: url("images/bg-header.png") repeat scroll 0 0 rgba(0,0,0,0);
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
}

    .contact-wrap nav.contact.locked, .contact-detail nav.contact.locked {
        position: absolute;
    }

    .contact-wrap nav.contact p, .contact-detail nav.contact p {
        color: #fff;
        font-size: 14px;
        height: 65px;
        line-height: 65px;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }

        .contact-wrap nav.contact p a, .contact-detail nav.contact p a {
            color: #fff;
            font-weight: 600;
            margin: 0 15px;
            padding: 0;
            text-transform: uppercase;
        }

            .contact-wrap nav.contact p a.active, .contact-detail nav.contact p a.active, .contact-wrap nav.contact p a:hover, .contact-detail nav.contact p a:hover {
                color: #ff9200;
            }

@media screen and (max-width:749px) {
    .contact-wrap nav.contact, .contact-detail nav.contact {
        display: none;
    }
}

.contact-detail nav.contact {
    position: absolute;
}

@media screen and (min-width:750px) and (max-width:899px) {
    .contact-detail nav.contact {
        display: none;
    }
}

nav.careers ul {
    margin: 0;
}

    nav.careers ul li {
        color: silver;
        font-size: 16px;
        font-weight: 700;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }

        nav.careers ul li ul {
            border-bottom: 1px solid #f0f0f0;
            margin: 0 0 15px;
            padding: 0 0 15px;
        }

            nav.careers ul li ul li {
                font-size: 14px;
                font-weight: 300;
                padding: 5px 0 0;
                text-transform: none;
            }

                nav.careers ul li ul li a {
                    color: silver;
                }

                    nav.careers ul li ul li a:hover {
                        color: #ff9200;
                    }

        nav.careers ul li:last-child ul {
            border: 0 none;
            margin: 0 0 35px;
            padding: 0;
        }

        nav.careers ul li a {
            color: #a0a0a0;
        }

            nav.careers ul li a:hover {
                color: #ff9200;
            }

nav.leaders ul {
    margin: 0;
}

    nav.leaders ul li {
        font-size: 14px;
        list-style: none outside none;
        margin: 0;
        padding: 0 0 5px;
    }

        nav.leaders ul li:last-child ul {
            border: 0 none;
            margin: 0 0 35px;
            padding: 0;
        }

        nav.leaders ul li a {
            color: #a0a0a0;
        }

            nav.leaders ul li a:hover {
                color: #ff9200;
            }

        nav.leaders ul li.selected a {
            color: #ff9200;
        }

nav.leadership ul {
    margin: 0;
    padding: 0;
}

    nav.leadership ul li {
        box-sizing: border-box;
        float: left;
        list-style: none outside none;
        padding: 0 1.75% 35px;
        width: 25%;
    }

        nav.leadership ul li img {
            margin: 0 0 .75em;
            width: 100%;
        }

        nav.leadership ul li.leader a {
            text-align: center;
        }

            nav.leadership ul li.leader a span {
                color: #555;
                display: block;
                font-size: 16px;
                line-height: 1.5em;
            }

                nav.leadership ul li.leader a span.name {
                    font-weight: 600;
                }

            nav.leadership ul li.leader a:hover span {
                color: #ff9200;
            }

        nav.leadership ul li:nth-child(4n+1) {
            clear: both;
        }

@media screen and (max-width:749px) {
    nav.leadership ul li {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 50%;
    }

        nav.leadership ul li:nth-child(4n+1) {
            clear: none;
        }

        nav.leadership ul li:nth-child(2n+1) {
            clear: both;
        }

        nav.leadership ul li.leader a span {
            font-size: 12px;
        }

            nav.leadership ul li.leader a span.name {
                font-size: 14px;
            }
}

a {
    text-decoration: none;
}

    a.btn.btn-more {
        background: url("images/bg-header.png") repeat scroll 0 0 rgba(0,0,0,0);
        color: #fff;
        display: inline-block;
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: 600;
        padding: 10px 15px;
        text-transform: uppercase;
    }

        a.btn.btn-more:hover {
            color: #ff9200;
        }

.r2i-form {
    position: relative;
}

@media screen and (max-width:749px) {
    .r2i-form {
        box-sizing: border-box;
        height: 90%;
        left: 0;
        overflow: auto;
        position: absolute;
        width: 100%;
    }
}

.r2i-form .form-el {
    position: relative;
}

.r2i-form.label-top:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.r2i-form.label-top .el-25 {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75% 35px;
    position: relative;
    width: 25%;
}

.r2i-form.label-top .el-33 {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75% 35px;
    position: relative;
    width: 33.3333%;
}

.r2i-form.label-top .el-50 {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75% 35px;
    position: relative;
    width: 50%;
}

.r2i-form.label-top .el-66 {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75% 35px;
    position: relative;
    width: 66.6667%;
}

.r2i-form.label-top .el-75 {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75% 35px;
    position: relative;
    width: 75%;
}

.r2i-form.label-top .form-el-half, .r2i-form.label-top .el-100 {
    box-sizing: border-box;
    clear: both;
    float: none;
    padding: 0 1.75% 35px;
    position: relative;
    width: 100%;
}

.r2i-form.label-top .form-el {
    font-size: 1em;
    padding-bottom: 2em;
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .r2i-form.label-top .form-el {
        padding-bottom: 1em;
    }
}

@media screen and (max-width:749px) {
    .r2i-form.label-top .el-25 {
        box-sizing: border-box;
        float: none;
        padding: 0 1.75% 35px;
        position: relative;
        width: 100%;
    }

    .r2i-form.label-top .el-33 {
        box-sizing: border-box;
        float: none;
        padding: 0 1.75% 35px;
        position: relative;
        width: 100%;
    }

    .r2i-form.label-top .el-50 {
        box-sizing: border-box;
        float: none;
        padding: 0 1.75% 35px;
        position: relative;
        width: 100%;
    }

    .r2i-form.label-top .el-66 {
        box-sizing: border-box;
        float: none;
        padding: 0 1.75% 35px;
        position: relative;
        width: 100%;
    }

    .r2i-form.label-top .el-75 {
        box-sizing: border-box;
        float: none;
        padding: 0 1.75% 35px;
        position: relative;
        width: 100%;
    }

    .r2i-form.label-top .el-100 {
        box-sizing: border-box;
        clear: both;
        float: none;
        padding: 0 1.75% 35px;
        position: relative;
        width: 100%;
    }
}

.r2i-form.label-top label {
    color: #555;
    display: block;
    font-size: 1.125em;
    margin: 0 0 .5em;
}

.r2i-form.label-top input, .r2i-form.label-top select, .r2i-form.label-top textarea {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    color: #555;
    font-size: 1.125em;
    font-weight: 400;
    padding: .75em;
    transition: all .5s ease 0;
    width: 100%;
}

    .r2i-form.label-top input:focus, .r2i-form.label-top select:focus, .r2i-form.label-top textarea:focus {
        border: 1px solid #ff9200;
        outline: medium none;
    }

.r2i-form.label-top textarea {
    height: 8.5em;
    line-height: 1.5em;
}

.r2i-form.label-top .form-el-check label {
    display: inline-block;
    line-height: 2em;
    margin: 0 0 1em;
    text-indent: 0;
}

    .r2i-form.label-top .form-el-check label:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }

    .r2i-form.label-top .form-el-check label.pull-left {
        margin-right: .3em;
    }

    .r2i-form.label-top .form-el-check label.pull-right {
        margin-left: .3em;
    }

    .r2i-form.label-top .form-el-check label:before {
        content: "";
    }

    .r2i-form.label-top .form-el-check label:before {
        color: #ff9200;
        font-size: 1.5em;
        position: relative;
        text-align: left;
        top: 3px;
        width: 25px;
    }

.r2i-form.label-top .form-el-check input {
    box-sizing: border-box;
    left: 0;
    margin: 0 0 1em;
    opacity: .01;
    position: absolute;
    top: 0;
    width: auto;
}

    .r2i-form.label-top .form-el-check input:checked ~ label:before {
        content: "";
    }

.r2i-form.label-top .form-el.check {
    padding: 0 1.75% 35px;
}

    .r2i-form.label-top .form-el.check label {
        display: block;
        float: left;
        margin: 0 15px 0 0;
        width: 15%;
    }

    .r2i-form.label-top .form-el.check input {
        float: left;
        width: 5%;
    }

    .r2i-form.label-top .form-el.check.race > div {
        margin: 0 0 10px;
    }

    .r2i-form.label-top .form-el.check.race label {
        margin: 0 0 15px;
        width: 90%;
    }

    .r2i-form.label-top .form-el.check.race input {
        clear: left;
    }

.r2i-form.label-top .req {
    color: red;
}

.r2i-form.label-top .err {
    bottom: .25em;
    color: red;
    display: none;
    font-size: .75em;
    line-height: 2em;
    position: absolute;
}

.r2i-form.label-top .dnnFormMessage {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: red;
    display: none;
    margin: 0;
    padding: 0;
}

.r2i-form.label-top .disc {
    display: block;
}

.r2i-form.label-top .add-more a, .r2i-form.label-top a.submit, .r2i-form.label-top a.submit-btn {
    background: url("images/quote-bg.gif") repeat scroll 0 0 rgba(0,0,0,0);
    bottom: 20px;
    box-sizing: border-box;
    color: #292929;
    display: block;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 1.75%;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease 0;
    width: 100px;
}

@media screen and (max-width:749px) {
    .r2i-form.label-top .add-more a, .r2i-form.label-top a.submit, .r2i-form.label-top a.submit-btn {
        bottom: auto;
        position: relative;
        right: auto;
    }
}

.r2i-form.label-top .add-more a:hover, .r2i-form.label-top a.submit:hover, .r2i-form.label-top a.submit-btn:hover {
    color: #ff9200;
}

.r2i-form.label-top .add-more a, .r2i-form.label-top a.submit-btn {
    bottom: auto;
    float: right;
    margin: 17.5px 0 0;
    position: relative;
    right: auto;
}

.r2i-form.label-top .add-more {
    margin: 0 0 15px;
}

    .r2i-form.label-top .add-more:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

.r2i-form.label-top .dnnCheckbox {
    display: none;
}

.r2i-form.label-left .form-el {
    display: block;
    margin: 0 0 1.5em;
    position: relative;
}

    .r2i-form.label-left .form-el:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    .r2i-form.label-left .form-el.el-25 input, .r2i-form.label-left .form-el.el-25 select, .r2i-form.label-left .form-el.el-25 textarea {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 25%;
    }

    .r2i-form.label-left .form-el.el-33 input, .r2i-form.label-left .form-el.el-33 select, .r2i-form.label-left .form-el.el-33 textarea {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 33.3333%;
    }

    .r2i-form.label-left .form-el.el-50 input, .r2i-form.label-left .form-el.el-50 select, .r2i-form.label-left .form-el.el-50 textarea {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 50%;
    }

    .r2i-form.label-left .form-el.el-66 input, .r2i-form.label-left .form-el.el-66 select, .r2i-form.label-left .form-el.el-66 textarea {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 66.6667%;
    }

    .r2i-form.label-left .form-el label {
        box-sizing: border-box;
        display: block;
        float: left;
        font-size: 1.125em;
        padding: .375em;
        position: relative;
        text-align: right;
        width: 33.3333%;
    }

    .r2i-form.label-left .form-el input, .r2i-form.label-left .form-el select, .r2i-form.label-left .form-el textarea {
        font-size: 1.125em;
        font-weight: 400;
        padding: .375em;
    }

    .r2i-form.label-left .form-el textarea {
        height: 7.5em;
        line-height: 1.5em;
    }

    .r2i-form.label-left .form-el .req {
        color: red;
        display: block;
        left: 100%;
        padding: .375em;
        position: absolute;
        text-align: center;
        top: 0;
        width: 15px;
    }

    .r2i-form.label-left .form-el .err {
        bottom: -1.5em;
        color: red;
        font-size: .75em;
        line-height: 1.5em;
        position: absolute;
    }

.form-contact .el-50:nth-child(2n) {
    clear: left;
}

#calroot {
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 11px;
    margin-top: -1px;
    padding: 2px;
    width: 198px;
    z-index: 10000;
}

#calhead {
    height: 22px;
    padding: 2px 0;
}

#caltitle {
    color: #0150d1;
    float: left;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ddd;
    width: 155px;
}

#calnext, #calprev {
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    width: 20px;
}

    #calnext:before, #calprev:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }

    #calnext.pull-left, #calprev.pull-left {
        margin-right: .3em;
    }

    #calnext.pull-right, #calprev.pull-right {
        margin-left: .3em;
    }

#capprev:before {
    content: "";
}

#calnext {
    float: right;
}

    #calnext:before {
        content: "";
    }

    #calprev.caldisabled, #calnext.caldisabled {
        visibility: hidden;
    }

#caltitle select {
    font-size: 10px;
}

#caldays {
    border-bottom: 1px solid #ddd;
    height: 14px;
}

    #caldays span {
        display: block;
        float: left;
        text-align: center;
        width: 28px;
    }

#calweeks {
    background-color: #fff;
    margin-top: 4px;
}

.calweek {
    clear: left;
    height: 22px;
}

    .calweek a {
        color: #666;
        display: block;
        float: left;
        font-size: 11px;
        height: 20px;
        line-height: 20px;
        margin-left: 1px;
        text-align: center;
        text-decoration: none;
        width: 27px;
    }

        .calweek a:hover, .calfocus {
            background-color: #ddd;
        }

a.calsun {
    color: red;
}

a.caloff {
    color: #ccc;
}

    a.caloff:hover {
        background-color: #f5f5fa;
    }

a.caldisabled {
    background-color: #efefef !important;
    color: #ccc !important;
    cursor: default;
}

#calcurrent {
    background-color: #498ce2;
    color: #fff;
}

#caltoday {
    background-color: #333;
    color: #fff;
}

.blog-list ul, ul.blog-list {
    margin: 0;
    padding: 0;
}

    .blog-list ul li, ul.blog-list li {
        border-bottom: 1px solid silver;
        list-style: none outside none;
        margin: 0 0 35px;
        padding: 0 0 35px;
    }

        .blog-list ul li:after, ul.blog-list li:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            line-height: 0;
            visibility: hidden;
        }

        .blog-list ul li h2, ul.blog-list li h2 {
            font-weight: 300;
            line-height: 1.333em;
            margin: 0;
            padding: 0;
        }

            .blog-list ul li h2 a, ul.blog-list li h2 a {
                color: #555;
            }

                .blog-list ul li h2 a:hover, ul.blog-list li h2 a:hover {
                    color: #ff9200;
                }

            .blog-list ul li h2 + .summary, ul.blog-list li h2 + .summary {
                margin: 26.25px 0 0;
            }

        .blog-list ul li h3, ul.blog-list li h3 {
            font-weight: 300;
            line-height: 2em;
            margin: 0 0 26.25px;
            padding: 0;
        }

            .blog-list ul li h3 a, ul.blog-list li h3 a {
                color: #555;
            }

                .blog-list ul li h3 a:hover, ul.blog-list li h3 a:hover {
                    color: #ff9200;
                }

        .blog-list ul li h4, ul.blog-list li h4 {
            font-weight: 400;
            line-height: 1.25em;
            margin: 0;
            padding: 0;
            text-transform: uppercase;
        }

            .blog-list ul li h4:before, ul.blog-list li h4:before {
                display: inline-block;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                line-height: 1;
            }

            .blog-list ul li h4.pull-left, ul.blog-list li h4.pull-left {
                margin-right: .3em;
            }

            .blog-list ul li h4.pull-right, ul.blog-list li h4.pull-right {
                margin-left: .3em;
            }

            .blog-list ul li h4:before, ul.blog-list li h4:before {
                content: "";
            }

            .blog-list ul li h4:before, ul.blog-list li h4:before {
                font-size: 14px;
                margin: 0 5px 0 0;
            }

            .blog-list ul li h4 a, ul.blog-list li h4 a {
                color: #555;
            }

                .blog-list ul li h4 a:hover, ul.blog-list li h4 a:hover {
                    color: #ff9200;
                }

        .blog-list ul li p, ul.blog-list li p {
            line-height: 1.5em;
        }

        .blog-list ul li .tags, ul.blog-list li .tags {
            color: #555;
            font-style: italic;
            font-weight: 300;
            margin: 26.25px 0 0;
        }

            .blog-list ul li .tags a, ul.blog-list li .tags a {
                color: #555;
            }

                .blog-list ul li .tags a:hover, ul.blog-list li .tags a:hover {
                    color: #ff9200;
                }

@media screen and (min-width:1445px) {
    .blog-list ul li h2, ul.blog-list li h2 {
        font-size: 38px;
    }

        .blog-list ul li h2 + .summary, ul.blog-list li h2 + .summary {
            font-size: 14px;
        }

    .blog-list ul li h3, ul.blog-list li h3 {
        font-size: 18px;
    }

    .blog-list ul li h4, ul.blog-list li h4 {
        font-size: 11px;
    }

        .blog-list ul li h4:before, ul.blog-list li h4:before {
            font-size: 14px;
        }

    .blog-list ul li .tags, ul.blog-list li .tags {
        font-size: 14px;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .blog-list ul li h2, ul.blog-list li h2 {
        font-size: 32px;
    }

        .blog-list ul li h2 + .summary, ul.blog-list li h2 + .summary {
            font-size: 14px;
        }

    .blog-list ul li h3, ul.blog-list li h3 {
        font-size: 18px;
    }

    .blog-list ul li h4, ul.blog-list li h4 {
        font-size: 11px;
    }

        .blog-list ul li h4:before, ul.blog-list li h4:before {
            font-size: 14px;
        }

    .blog-list ul li .tags, ul.blog-list li .tags {
        font-size: 14px;
    }
}

@media screen and (min-width:900px) and (max-width:1049px) {
    .blog-list ul li h2, ul.blog-list li h2 {
        font-size: 32px;
    }

        .blog-list ul li h2 + .summary, ul.blog-list li h2 + .summary {
            font-size: 14px;
        }

    .blog-list ul li h3, ul.blog-list li h3 {
        font-size: 16px;
    }

    .blog-list ul li h4, ul.blog-list li h4 {
        font-size: 11px;
    }

        .blog-list ul li h4:before, ul.blog-list li h4:before {
            font-size: 14px;
        }

    .blog-list ul li .tags, ul.blog-list li .tags {
        font-size: 14px;
    }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .blog-list ul li h2, ul.blog-list li h2 {
        font-size: 28px;
    }

        .blog-list ul li h2 + .summary, ul.blog-list li h2 + .summary {
            font-size: 14px;
        }

    .blog-list ul li h3, ul.blog-list li h3 {
        font-size: 16px;
    }

    .blog-list ul li h4, ul.blog-list li h4 {
        font-size: 11px;
    }

        .blog-list ul li h4:before, ul.blog-list li h4:before {
            font-size: 14px;
        }

    .blog-list ul li .tags, ul.blog-list li .tags {
        font-size: 14px;
    }
}

@media screen and (max-width:749px) {
    .blog-list ul li h2, ul.blog-list li h2 {
        font-size: 24px;
    }

        .blog-list ul li h2 + .summary, ul.blog-list li h2 + .summary {
            font-size: 14px;
        }

    .blog-list ul li h3, ul.blog-list li h3 {
        font-size: 14px;
    }

    .blog-list ul li h4, ul.blog-list li h4 {
        font-size: 11px;
    }

        .blog-list ul li h4:before, ul.blog-list li h4:before {
            font-size: 14px;
        }

    .blog-list ul li .tags, ul.blog-list li .tags {
        display: none;
    }
}

.blog-list ul .blog-thumb, ul.blog-list .blog-thumb {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75%;
    width: 33.3333%;
}

    .blog-list ul .blog-thumb a, ul.blog-list .blog-thumb a {
        border: 1px solid silver;
        display: block;
        transition: all .5s ease 0;
    }

        .blog-list ul .blog-thumb a:hover, ul.blog-list .blog-thumb a:hover {
            border: 1px solid #ff9200;
        }

    .blog-list ul .blog-thumb img, ul.blog-list .blog-thumb img {
        width: 100%;
    }

    .blog-list ul .blog-thumb + .blog-desc, ul.blog-list .blog-thumb + .blog-desc {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 66.6667%;
    }

.blog-list ul .blog-desc, ul.blog-list .blog-desc {
    padding-bottom: 0;
}

    .blog-list ul .blog-desc h2, ul.blog-list .blog-desc h2 {
        font-size: 24px;
    }

        .blog-list ul .blog-desc h2 + .summary, ul.blog-list .blog-desc h2 + .summary {
            margin: 5px 0 0;
        }

    .blog-list ul .blog-desc a.btn.btn-learn, ul.blog-list .blog-desc a.btn.btn-learn {
        background: url("images/quote-bg.gif") repeat scroll 0 0 rgba(0,0,0,0);
        color: #292929;
        display: inline;
        font-size: 14px;
        font-weight: 600;
        padding: 5px 10px;
        text-transform: uppercase;
    }

        .blog-list ul .blog-desc a.btn.btn-learn:hover, ul.blog-list .blog-desc a.btn.btn-learn:hover {
            color: #ff9200;
        }

.blog-wrap .cat-header {
    border-bottom: 1px solid silver;
    margin: 0 0 26.25px;
    padding: 0 0 26.25px;
}

    .blog-wrap .cat-header h1 {
        font-size: 38px;
        line-height: 1.333em;
        margin: 0;
        padding: 0;
    }

.blog-wrap .PagingTable {
    width: 100%;
}

    .blog-wrap .PagingTable a {
        color: #555;
    }

        .blog-wrap .PagingTable a:hover {
            color: #ff9200;
        }

.blog-wrap .blog-archive ul {
    margin: 0 0 35px;
    padding: 0;
}

    .blog-wrap .blog-archive ul li {
        list-style: none outside none;
    }

        .blog-wrap .blog-archive ul li a {
            color: #a0a0a0;
        }

            .blog-wrap .blog-archive ul li a:hover {
                color: #ff9200;
            }

.blog-wrap .blog-archive.list-titles ul li {
    border-bottom: 1px solid silver;
    margin: 0 0 8.75px;
    padding: 0 0 8.75px;
}

    .blog-wrap .blog-archive.list-titles ul li:last-child {
        border-bottom: medium none;
        margin: 0;
        padding: 0;
    }

.blog-wrap .blog-entry h1 {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.333em;
    margin: 0;
    padding: 0;
}

.blog-wrap .blog-entry h2 {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75em;
    margin: 0 0 26.25px;
    padding: 0;
}

    .blog-wrap .blog-entry h2 a {
        color: #555;
    }

        .blog-wrap .blog-entry h2 a:hover {
            color: #ff9200;
        }

.blog-wrap .blog-entry h3 {
    color: silver;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 2em;
    margin: 0 0 26.25px;
    padding: 0;
}

    .blog-wrap .blog-entry h3 a {
        color: silver;
    }

        .blog-wrap .blog-entry h3 a:hover {
            color: #ff9200;
        }

.blog-wrap .blog-entry > h4 {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

    .blog-wrap .blog-entry > h4:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }

    .blog-wrap .blog-entry > h4.pull-left {
        margin-right: .3em;
    }

    .blog-wrap .blog-entry > h4.pull-right {
        margin-left: .3em;
    }

    .blog-wrap .blog-entry > h4:before {
        content: "";
    }

    .blog-wrap .blog-entry > h4:before {
        font-size: 14px;
        margin: 0 5px 0 0;
    }

    .blog-wrap .blog-entry > h4 a {
        color: #555;
    }

        .blog-wrap .blog-entry > h4 a:hover {
            color: #ff9200;
        }

.blog-wrap .blog-entry .details {
    color: #555;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75em;
    margin: 0 0 70px;
}

    .blog-wrap .blog-entry .details ul, .blog-wrap .blog-entry .details ol {
        margin: 0 0 .75em 3em;
    }

        .blog-wrap .blog-entry .details ul li, .blog-wrap .blog-entry .details ol li {
            color: #555;
            font-family: "Open Sans",Arial,Helvetica,sans-serif;
            font-size: 14px;
            font-weight: 300;
            line-height: 1.75em;
        }

    .blog-wrap .blog-entry .details a {
        color: #ff9200;
    }

        .blog-wrap .blog-entry .details a:hover {
            color: #292929;
        }

.blog-wrap .blog-entry img {
    max-width: 100%;
}

.blog-wrap .blog-entry h1 + .details {
    margin: 35px 0 70px;
}

.blog-wrap .blog-entry .details {
    border-bottom: 1px solid silver;
    padding: 0 0 35px;
}

.blog-wrap .blog-entry .related {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75% 35px;
    width: 66.6667%;
}

    .blog-wrap .blog-entry .related h3 {
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 5px;
        text-transform: uppercase;
    }

    .blog-wrap .blog-entry .related ul {
        margin: 0;
        padding: 0;
    }

        .blog-wrap .blog-entry .related ul li {
            list-style: none outside none;
            margin: 0 0 1.25em;
            padding: 0;
        }

            .blog-wrap .blog-entry .related ul li h5 {
                font-size: 12px;
                font-weight: 300;
                line-height: 1.25em;
                margin: 0;
                padding: 0;
                text-transform: uppercase;
            }

                .blog-wrap .blog-entry .related ul li h5:before {
                    display: inline-block;
                    font-family: FontAwesome;
                    font-style: normal;
                    font-weight: normal;
                    line-height: 1;
                }

                .blog-wrap .blog-entry .related ul li h5.pull-left {
                    margin-right: .3em;
                }

                .blog-wrap .blog-entry .related ul li h5.pull-right {
                    margin-left: .3em;
                }

                .blog-wrap .blog-entry .related ul li h5:before {
                    content: "";
                }

                .blog-wrap .blog-entry .related ul li h5:before {
                    font-size: 14px;
                    margin: 0 5px 0 0;
                }

            .blog-wrap .blog-entry .related ul li h4 {
                font-size: 16px;
                font-weight: 300;
            }

                .blog-wrap .blog-entry .related ul li h4 a {
                    color: #555;
                }

                    .blog-wrap .blog-entry .related ul li h4 a:hover {
                        color: #ff9200;
                    }

.blog-wrap .blog-entry .tags {
    box-sizing: border-box;
    float: left;
    padding: 0 1.75% 35px;
    width: 33.3333%;
}

    .blog-wrap .blog-entry .tags h3 {
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 5px;
        text-transform: uppercase;
    }

    .blog-wrap .blog-entry .tags a {
        color: #555;
    }

        .blog-wrap .blog-entry .tags a:hover {
            color: #ff9200;
        }

.blog-wrap .blog-entry .author-details {
    background: none repeat scroll 0 0 #f0f0f0;
    clear: both;
    margin: 0 0 70px;
    padding: 25px;
}

    .blog-wrap .blog-entry .author-details h3 {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        text-transform: uppercase;
    }

    .blog-wrap .blog-entry .author-details .social {
        line-height: 24px;
        text-align: center;
    }

        .blog-wrap .blog-entry .author-details .social h4 {
            display: inline;
            font-size: 14px;
            margin: 0 10px 0 0;
        }

            .blog-wrap .blog-entry .author-details .social h4:before {
                display: none;
            }

        .blog-wrap .blog-entry .author-details .social a {
            color: #555;
            font-size: 14px;
            margin: 0 10px 0 0;
            text-transform: uppercase;
        }

            .blog-wrap .blog-entry .author-details .social a:before {
                display: inline-block;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                line-height: 1;
            }

            .blog-wrap .blog-entry .author-details .social a.pull-left {
                margin-right: .3em;
            }

            .blog-wrap .blog-entry .author-details .social a.pull-right {
                margin-left: .3em;
            }

            .blog-wrap .blog-entry .author-details .social a.ico-li:before {
                content: "";
            }

            .blog-wrap .blog-entry .author-details .social a.ico-gplus:before {
                content: "";
            }

            .blog-wrap .blog-entry .author-details .social a:before {
                font-size: 22px;
                margin: 0;
                position: relative;
            }

            .blog-wrap .blog-entry .author-details .social a:hover {
                color: #ff9200;
            }

    .blog-wrap .blog-entry .author-details .bio {
        margin: 0 0 35px;
        padding: 0 0 0 85px;
        position: relative;
    }

        .blog-wrap .blog-entry .author-details .bio > img {
            left: 0;
            position: absolute;
            top: 10px;
        }

.blog-wrap .blog-entry #disqus_thread {
    border-top: 1px solid #f0f0f0;
    clear: both;
    padding: 35px 0 0;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    overflow: visible !important;
    position: absolute;
    top: 0;
    z-index: 9999;
}

#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    border: 0 none;
    display: block;
    float: left;
    margin: auto;
    max-width: none;
}

.cboxIframe {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}

#cboxOverlay {
    background: none repeat scroll 0 0 rgba(0,0,0,0.75);
}

.ie8 #cboxOverlay {
    background: none repeat scroll 0 0 #000;
}

#colorbox {
    outline: 0 none;
}

    #colorbox #cboxTopLeft {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        height: 0;
        width: 0;
    }

    #colorbox #cboxTopRight {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        height: 0;
        width: 0;
    }

    #colorbox #cboxBottomLeft {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        height: 0;
        width: 0;
    }

    #colorbox #cboxBottomRight {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        height: 0;
        width: 0;
    }

    #colorbox #cboxMiddleLeft {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        height: 0;
        width: 0;
    }

    #colorbox #cboxMiddleRight {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        height: 0;
        width: 0;
    }

    #colorbox #cboxTopCenter {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        height: 0;
        width: 0;
    }

    #colorbox #cboxBottomCenter {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        height: 0;
        width: 0;
    }

    #colorbox #cboxContent {
        background: none repeat scroll 0 0 #fff;
        overflow: visible;
    }

        #colorbox #cboxContent .dnnForm {
            box-sizing: border-box;
            padding: 20px;
            width: 100%;
        }

            #colorbox #cboxContent .dnnForm .divDownloadInstructions {
                color: #292929;
                font-family: "Open Sans",Arial,Helvetica,sans-serif;
                font-size: 18px;
                font-weight: 300;
                line-height: 24px;
                margin: 0 0 1.25em;
                text-align: left;
            }

            #colorbox #cboxContent .dnnForm .divEmail {
                margin: 0 0 1.25em;
            }

                #colorbox #cboxContent .dnnForm .divEmail input {
                    box-sizing: border-box;
                    color: #292929;
                    font-family: "Open Sans",Arial,Helvetica,sans-serif;
                    font-size: 14px;
                    font-weight: 300;
                    padding: 10px;
                    width: 100%;
                }

            #colorbox #cboxContent .dnnForm a.dnnPrimaryAction {
                background: url("images/quote-bg.gif") repeat scroll 0 0 rgba(0,0,0,0);
                border: medium none;
                border-radius: 0;
                bottom: 20px;
                box-shadow: none;
                color: #292929;
                display: block;
                font-family: "Open Sans",Arial,Helvetica,sans-serif;
                font-weight: 600;
                margin: 0 auto;
                padding: 5px 0;
                position: absolute;
                right: 20px;
                text-shadow: none;
                text-transform: uppercase;
                width: 260px;
            }

                #colorbox #cboxContent .dnnForm a.dnnPrimaryAction:hover {
                    color: #ff9200;
                }

    #colorbox .cboxIframe {
        background: none repeat scroll 0 0 #fff;
    }

    #colorbox #cboxError {
        border: 1px solid #ccc;
        padding: 50px;
    }

    #colorbox #cboxLoadedContent {
        margin-bottom: 28px;
    }

    #colorbox #cboxTitle {
        bottom: 4px;
        color: #949494;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    #colorbox #cboxCurrent {
        bottom: 4px;
        color: #949494;
        left: 58px;
        position: absolute;
    }

    #colorbox #cboxLoadingOverlay {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
    }

    #colorbox #cboxLoadingGraphic {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
    }

    #colorbox #cboxPrevious, #colorbox #cboxNext, #colorbox #cboxSlideshow, #colorbox #cboxClose {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        border: 0 none;
        margin: 0;
        overflow: auto;
        padding: 0;
        width: auto;
    }

        #colorbox #cboxPrevious:active, #colorbox #cboxNext:active, #colorbox #cboxSlideshow:active, #colorbox #cboxClose:active {
            outline: 0 none;
        }

    #colorbox #cboxSlideshow {
        bottom: 4px;
        color: #0092ef;
        position: absolute;
        right: 30px;
    }

    #colorbox #cboxPrevious {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        bottom: 0;
        height: 25px;
        left: 0;
        position: absolute;
        text-indent: -9999px;
        width: 25px;
    }

        #colorbox #cboxPrevious:hover {
            background-position: -75px -25px;
        }

    #colorbox #cboxNext {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        bottom: 0;
        height: 25px;
        left: 27px;
        position: absolute;
        text-indent: -9999px;
        width: 25px;
    }

        #colorbox #cboxNext:hover {
            background-position: -50px -25px;
        }

    #colorbox #cboxClose {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        color: #ff9200;
        height: 30px;
        line-height: 24;
        overflow: hidden;
        position: absolute;
        right: -15px;
        text-align: center;
        text-indent: -99999em;
        top: -15px;
        width: 30px;
    }

        #colorbox #cboxClose:before {
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
        }

        #colorbox #cboxClose.pull-left {
            margin-right: .3em;
        }

        #colorbox #cboxClose.pull-right {
            margin-left: .3em;
        }

        #colorbox #cboxClose:before {
            content: "";
        }

        #colorbox #cboxClose:before {
            background: none repeat scroll 0 0 #ff9200;
            border: 3px solid #fff;
            border-radius: 24px;
            color: #fff;
            display: block;
            font-size: 14px;
            height: 24px;
            left: 0;
            line-height: 24px;
            position: absolute;
            text-align: center;
            text-indent: 0;
            top: 0;
            width: 24px;
        }

        #colorbox #cboxClose:hover {
            background-position: -25px -25px;
        }

@media screen and (min-width:1050px) {
    .about-page {
        overflow: hidden !important;
    }
}

.about-landing .banner {
    overflow: hidden;
    position: relative;
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .about-landing .banner {
        height: auto;
    }
}

@media screen and (max-width:749px) {
    .about-landing .banner {
        height: auto;
    }
}

.about-landing .banner.banner-grey {
    background: none repeat scroll 0 0 #f0f0f0;
}

.about-landing .banner article {
    overflow: visible;
    position: relative;
    z-index: 0;
}

@media screen and (min-width:1445px) {
    .about-landing .banner article {
        margin: 0 auto;
        max-width: 1220px;
        width: 66.6667%;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .about-landing .banner article {
        margin: 0 auto;
        min-width: 940px;
        width: 66.6667%;
    }
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .about-landing .banner article {
        margin: 0 auto;
        width: 90%;
    }
}

@media screen and (max-width:749px) {
    .about-landing .banner article {
        margin: 0 auto;
        width: 90%;
    }
}

.about-landing .banner article > div {
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
}

    .about-landing .banner article > div > div {
        padding: 6.5% 0 0;
        width: 100%;
    }

        .about-landing .banner article > div > div h2 {
            color: #555;
            font-size: 36px;
            font-weight: 700;
            text-align: center;
            text-transform: uppercase;
        }

@media screen and (min-width:900px) and (max-width:1049px) {
    .about-landing .banner article > div > div h2 {
        font-size: 30px;
        line-height: 1.5em;
    }
}

@media screen and (min-width:750px) and (max-width:899px) {
    .about-landing .banner article > div > div h2 {
        font-size: 27px;
        line-height: 1.5em;
    }
}

@media screen and (max-width:749px) {
    .about-landing .banner article > div > div h2 {
        font-size: 20px;
        line-height: 1.5em;
    }
}

.about-landing .banner article > div > div p {
    line-height: 1.75em;
    text-align: center;
}

.about-landing .banner article > div > div a.btn {
    background: none repeat scroll 0 0 #f0f0f0;
    color: #292929;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    margin: 2.5em auto 0;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease 0;
    width: 225px;
}

    .about-landing .banner article > div > div a.btn:hover {
        background: none repeat scroll 0 0 #ff9200;
        color: #fff;
    }

@media screen and (min-width:750px) and (max-width:1049px) {
    .about-landing .banner.campaign-about {
        height: 600px;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .about-landing .banner.campaign-about {
        height: 300px;
    }
}

@media screen and (max-width:399px) {
    .about-landing .banner.campaign-about {
        height: 450px;
    }
}

.about-landing .banner.campaign-about article {
    height: 100%;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width:399px) {
    .about-landing .banner.campaign-about article {
        height: 100% !important;
    }
}

.about-landing .banner.campaign-about article > div {
    height: 100%;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

    .about-landing .banner.campaign-about article > div > div {
        height: 100%;
        left: 0;
        max-width: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
    }

@media screen and (min-width:750px) and (max-width:1049px) {
    .about-landing .banner.campaign-about article > div > div {
        padding: 0;
    }
}

@media screen and (max-width:749px) {
    .about-landing .banner.campaign-about article > div > div {
        padding: 0;
    }
}

.about-landing .banner.campaign-about article > div > div .Normal {
    height: 100%;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.about-landing .banner.campaign-about a.btn {
    color: #fff;
    opacity: .4;
    transition: all .5s ease 0;
}

    .about-landing .banner.campaign-about a.btn:hover {
        color: #ff9200;
        opacity: 1;
    }

.about-landing .banner .directions {
    bottom: 100px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    left: 0;
    position: absolute;
    text-align: center;
    transition: all .5s ease 0;
    width: 100%;
    z-index: 50;
}

    .about-landing .banner .directions.invisible {
        opacity: 0;
    }

@media screen and (min-width:750px) and (max-width:1049px) {
    .about-landing .banner .directions {
        display: none;
    }
}

@media screen and (max-width:749px) {
    .about-landing .banner .directions {
        display: none;
    }
}

.about-landing .banner > a.btn {
    color: silver;
    font-size: 80px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    position: absolute;
    width: 80px;
    z-index: 100;
}

    .about-landing .banner > a.btn:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }

    .about-landing .banner > a.btn.pull-left {
        margin-right: .3em;
    }

    .about-landing .banner > a.btn.pull-right {
        margin-left: .3em;
    }

@media screen and (min-width:750px) and (max-width:1049px) {
    .about-landing .banner > a.btn {
        display: none;
    }
}

@media screen and (max-width:749px) {
    .about-landing .banner > a.btn {
        display: none;
    }
}

.about-landing .banner > a.btn.btn-explore, .about-landing .banner > a.btn.btn-skip {
    bottom: 15px;
    left: 50%;
    margin: 0 0 0 -40px;
}

    .about-landing .banner > a.btn.btn-explore:before, .about-landing .banner > a.btn.btn-skip:before {
        content: "";
    }

.about-landing .banner > a.btn.btn-next {
    margin: -40px 0 0;
    right: 15px;
    top: 50%;
}

    .about-landing .banner > a.btn.btn-next:before {
        content: "";
    }

.about-landing .banner > a.btn.btn-prev {
    left: 15px;
    margin: -40px 0 0;
    top: 50%;
}

    .about-landing .banner > a.btn.btn-prev:before {
        content: "";
    }

.about-landing .banner > a.btn.invisible {
    opacity: 0;
}

    .about-landing .banner > a.btn.invisible:hover {
        cursor: default;
        opacity: 0;
    }

.about-landing .banner > a.btn:hover {
    color: #ff9200;
}

.about-landing .banner > a.btn span {
    text-indent: -9999em;
}

.about-landing .about-scroll > img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 0;
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .about-landing .about-scroll > img {
        height: 120%;
        left: -20%;
        max-width: none;
        top: -10%;
        width: auto;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .about-landing .about-scroll > img {
        height: 140%;
        left: -10%;
        max-width: none;
        top: -20%;
        width: auto;
    }
}

@media screen and (max-width:399px) {
    .about-landing .about-scroll > img {
        height: 120%;
        left: -20%;
        max-width: none;
        top: -10%;
        width: auto;
    }
}

.about-landing .about-scroll .slide-move {
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
    z-index: 1;
}

    .about-landing .about-scroll .slide-move .slide-wrap {
        box-sizing: border-box;
        display: table;
        left: 0;
        position: absolute;
        top: 200px;
        transition: all 500ms cubic-bezier(0.6,0.04,0.98,0.335) 0;
        width: 600%;
    }

@media screen and (min-width:750px) and (max-width:1049px) {
    .about-landing .about-scroll .slide-move .slide-wrap {
        height: 600px;
        top: 0;
        width: 100%;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .about-landing .about-scroll .slide-move .slide-wrap {
        height: 300px;
        top: 0;
        width: 100%;
    }
}

@media screen and (max-width:399px) {
    .about-landing .about-scroll .slide-move .slide-wrap {
        height: 450px;
        top: 0;
        width: 100%;
    }
}

.about-landing .about-scroll .slide-move .slide-wrap .slide {
    display: table-cell;
    width: 16.6667%;
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .about-landing .about-scroll .slide-move .slide-wrap .slide {
        height: 600px;
        top: 0;
        width: 100%;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .about-landing .about-scroll .slide-move .slide-wrap .slide {
        height: 300px;
        top: 0;
        width: 100%;
    }
}

@media screen and (max-width:399px) {
    .about-landing .about-scroll .slide-move .slide-wrap .slide {
        height: 450px;
        top: 0;
        width: 100%;
    }
}

.about-landing .about-scroll .slide-move .slide-wrap .slide.slide-text {
    vertical-align: middle;
}

    .about-landing .about-scroll .slide-move .slide-wrap .slide.slide-text h2 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.25em;
        margin: 0 auto;
        text-align: center;
    }

    .about-landing .about-scroll .slide-move .slide-wrap .slide.slide-text h1 {
        color: #fff;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }

@media screen and (min-width:1445px) {
    .about-landing .about-scroll .slide-move .slide-wrap .slide.slide-text h1 {
        font-size: 40px;
        line-height: 1.5em;
        margin: 0 auto;
        max-width: 1220px;
        min-width: 940px;
        width: 50.5%;
    }
}

@media screen and (min-width:1050px) and (max-width:1444px) {
    .about-landing .about-scroll .slide-move .slide-wrap .slide.slide-text h1 {
        font-size: 38px;
        line-height: 1.5em;
        margin: 0 auto;
        max-width: 1220px;
        min-width: 880px;
        width: 60%;
    }
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .about-landing .about-scroll .slide-move .slide-wrap .slide.slide-text h1 {
        font-size: 30px;
        line-height: 1.5em;
        margin: 0 auto;
        width: 90%;
    }
}

@media screen and (max-width:749px) {
    .about-landing .about-scroll .slide-move .slide-wrap .slide.slide-text h1 {
        font-size: 20px;
        line-height: 1.5em;
        margin: 0 auto;
        width: 95%;
    }
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .about-landing .about-scroll .slide-move .slide-wrap .slide.slide-character {
        display: none;
    }
}

@media screen and (max-width:749px) {
    .about-landing .about-scroll .slide-move .slide-wrap .slide.slide-character {
        display: none;
    }
}

.about-landing .about-scroll .slide-move .slide-wrap .slide.slide-character h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.about-landing .about-scroll .slide-move .slide-wrap .slide.slide-character img {
    display: block;
    margin: 0 auto 50px;
}

.about-landing .upec-infographic {
    padding: 3.5% 0;
}

    .about-landing .upec-infographic:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    .about-landing .upec-infographic .upec {
        float: left;
        margin: 0 0 0 13.3%;
        position: relative;
        width: 44.7%;
    }

@media screen and (min-width:750px) and (max-width:1049px) {
    .about-landing .upec-infographic .upec {
        margin: 0;
        width: 50%;
    }
}

@media screen and (max-width:749px) {
    .about-landing .upec-infographic .upec {
        display: none;
    }
}

.about-landing .upec-infographic .upec .face-img {
    left: 50%;
    margin: -21.135% 0 0 -20.65%;
    position: absolute;
    top: 50%;
    width: 41.3%;
}

.about-landing .upec-infographic .upec .upec-img {
    position: relative;
    width: 100%;
    z-index: 0;
}

.about-landing .upec-infographic .upec-wrap {
    float: left;
    margin: 0 0 0 4%;
    width: 30%;
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .about-landing .upec-infographic .upec-wrap {
        margin: 0 0 0 6%;
        width: 40%;
    }
}

@media screen and (max-width:749px) {
    .about-landing .upec-infographic .upec-wrap {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
}

.about-landing .upec-infographic .upec-wrap .upec-cnt {
    margin: 0 0 25px;
    transition: all 500ms cubic-bezier(0.6,0.04,0.98,0.335) 0;
}

    .about-landing .upec-infographic .upec-wrap .upec-cnt:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

@media screen and (min-width:1050px) {
    .about-landing .upec-infographic .upec-wrap .upec-cnt {
        opacity: 0;
    }
}

@media screen and (min-width:400px) and (max-width:749px) {
    .about-landing .upec-infographic .upec-wrap .upec-cnt {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 50%;
    }
}

@media screen and (max-width:399px) {
    .about-landing .upec-infographic .upec-wrap .upec-cnt {
        width: 100%;
    }
}

.about-landing .upec-infographic .upec-wrap .upec-cnt img {
    float: left;
    width: 30%;
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .about-landing .upec-infographic .upec-wrap .upec-cnt img {
        width: 20%;
    }
}

@media screen and (max-width:749px) {
    .about-landing .upec-infographic .upec-wrap .upec-cnt img {
        width: 25%;
    }
}

.about-landing .upec-infographic .upec-wrap .upec-cnt .upec-text {
    float: right;
    width: 65%;
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .about-landing .upec-infographic .upec-wrap .upec-cnt .upec-text {
        width: 75%;
    }
}

@media screen and (max-width:749px) {
    .about-landing .upec-infographic .upec-wrap .upec-cnt .upec-text {
        width: 70%;
    }
}

.about-landing .upec-infographic .upec-wrap .upec-cnt .upec-text h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75em;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

.about-landing .upec-infographic .upec-wrap .upec-cnt .upec-text p {
    font-size: 16px;
    line-height: 1.75em;
    margin: 0;
    padding: 0;
    text-align: left;
}

@media screen and (min-width:750px) and (max-width:1049px) {
    .about-landing .upec-infographic .upec-wrap .upec-cnt .upec-text p {
        font-size: 14px;
    }
}

@media screen and (max-width:749px) {
    .about-landing .upec-infographic .upec-wrap .upec-cnt .upec-text p {
        font-size: 14px;
    }
}

.about-landing .upec-infographic .upec-wrap .upec-cnt.visible {
    opacity: 1;
}

.about-landing #dnn_ContentPane3 .face-img {
    bottom: 22.5%;
    left: 50%;
    margin: 0 0 0 -9%;
    position: absolute;
    width: 18%;
    z-index: 1;
}

.about-landing .about-lines {
    margin: 7.5% auto 0;
    padding: 42% 0 0;
    position: relative;
    width: 78.4%;
    z-index: 0;
}

    .about-landing .about-lines img {
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .about-landing .about-lines img.line-1 {
            opacity: 1;
        }

.about-landing #dnn_ContentPane4 .face-img {
    bottom: 20%;
    left: 66.6667%;
    position: absolute;
    width: 18%;
    z-index: 1;
}

.about-landing .ambassador {
    overflow: hidden;
    padding: 60% 0 0;
    position: relative;
    width: 100%;
}

@media screen and (min-width:750px) and (max-width:899px) {
    .about-landing .ambassador {
        height: 400px;
        padding: 0;
        width: 650px;
    }
}

.about-landing .ambassador .circle {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    border: 1px solid silver;
    border-radius: 100%;
    left: 45%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60%;
    z-index: 0;
}

@media screen and (min-width:1050px) {
    .about-landing .ambassador .circle.circle-0 {
        margin-left: 0;
        margin-top: 0;
        opacity: 0;
        padding-top: 0;
        width: 0;
    }
}

.about-landing .ambassador .circle.circle-1 {
    margin-left: -5%;
    margin-top: -5%;
    opacity: 1;
    padding-top: 10%;
    width: 10%;
}

@media screen and (min-width:1050px) {
}

.ipad .about-landing .ambassador .circle.circle-1 {
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    padding-top: 0;
    width: 50px;
}

.about-landing .ambassador .circle.circle-2 {
    margin-left: -10%;
    margin-top: -10%;
    padding-top: 20%;
    width: 20%;
}

@media screen and (min-width:1050px) {
}

.ipad .about-landing .ambassador .circle.circle-2 {
    height: 150px;
    margin-left: -75px;
    margin-top: -75px;
    padding-top: 0;
    width: 150px;
}

.about-landing .ambassador .circle.circle-3 {
    margin-left: -15%;
    margin-top: -15%;
    padding-top: 30%;
    width: 30%;
}

@media screen and (min-width:1050px) {
}

.ipad .about-landing .ambassador .circle.circle-3 {
    height: 250px;
    margin-left: -125px;
    margin-top: -125px;
    padding-top: 0;
    width: 250px;
}

.about-landing .ambassador .circle.circle-4 {
    margin-left: -20%;
    margin-top: -20%;
    padding-top: 40%;
    width: 40%;
}

@media screen and (min-width:1050px) {
}

.ipad .about-landing .ambassador .circle.circle-4 {
    height: 350px;
    margin-left: -175px;
    margin-top: -175px;
    padding-top: 0;
    width: 350px;
}

.about-landing .ambassador .circle.circle-5 {
    margin-left: -25%;
    margin-top: -25%;
    padding-top: 50%;
    width: 50%;
}

@media screen and (min-width:1050px) {
}

.ipad .about-landing .ambassador .circle.circle-5 {
    height: 450px;
    margin-left: -225px;
    margin-top: -225px;
    padding-top: 0;
    width: 450px;
}

.about-landing .ambassador .circle.circle-6 {
    margin-left: -30%;
    margin-top: -30%;
    padding-top: 60%;
    width: 60%;
}

@media screen and (min-width:1050px) {
}

.ipad .about-landing .ambassador .circle.circle-6 {
    height: 550px;
    margin-left: -275px;
    margin-top: -275px;
    padding-top: 0;
    width: 550px;
}

@media screen and (min-width:750px) and (max-width:899px) {
    .ipad .about-landing .ambassador .circle.circle-6 {
        display: none;
    }
}

.about-landing .ambassador .circle.circle-7 {
    margin-left: -35%;
    margin-top: -35%;
    opacity: 1;
    padding-top: 70%;
    width: 70%;
}

@media screen and (min-width:1050px) {
}

.ipad .about-landing .ambassador .circle.circle-7 {
    height: 650px;
    margin-left: -325px;
    margin-top: -325px;
    padding-top: 0;
    width: 650px;
}

@media screen and (min-width:750px) and (max-width:899px) {
    .ipad .about-landing .ambassador .circle.circle-7 {
        display: none;
    }
}

@media screen and (min-width:1050px) {
    .about-landing .ambassador .circle.circle-8 {
        margin-left: -37.5%;
        margin-top: -37.5%;
        opacity: 0;
        padding-top: 75%;
        width: 75%;
    }
}

.about-landing .ambassador img.megaphone {
    left: 51%;
    position: absolute;
    top: 52.5%;
    width: 14.15%;
    z-index: 100;
}

.about-landing .ambassador img.heart {
    left: 49%;
    margin-left: -4.575%;
    opacity: 0;
    position: absolute;
    top: 55%;
    width: 0;
    z-index: 50;
}

    .about-landing .ambassador img.heart.heart-0 {
        opacity: 1;
        top: 5%;
        width: 8%;
    }

@media screen and (min-width:1050px) {
    .about-landing .ambassador img.heart.heart-0 {
        left: 49%;
        opacity: 0;
        width: 0;
    }

    .ie9 .about-landing .ambassador img.heart.heart-0 {
        opacity: 1;
        top: 5%;
        width: 8%;
    }
}

.about-landing .ambassador img.heart.heart-1 {
    left: 42%;
    opacity: 1;
    top: 17.5%;
    width: 7%;
}

@media screen and (min-width:1050px) {
    .about-landing .ambassador img.heart.heart-1 {
        animation: 10s linear 2s normal none infinite ambassadorHeartOne;
        left: 49%;
        opacity: 0;
        width: 0;
    }

    .ie9 .about-landing .ambassador img.heart.heart-1 {
        opacity: 1;
        top: 5%;
        width: 8%;
    }
}

.about-landing .ambassador img.heart.heart-2 {
    opacity: 1;
    top: 30%;
    width: 8%;
}

@media screen and (min-width:1050px) {
    .about-landing .ambassador img.heart.heart-2 {
        left: 49%;
        opacity: 0;
        width: 0;
    }

    .ie9 .about-landing .ambassador img.heart.heart-2 {
        opacity: 1;
        top: 5%;
        width: 8%;
    }
}

.about-landing .ambassador img.heart.heart-3 {
    left: 42%;
    opacity: 1;
    top: 40%;
    width: 7%;
}

@media screen and (min-width:1050px) {
    .about-landing .ambassador img.heart.heart-3 {
        animation: 10s linear 2s normal none infinite ambassadorHeartOne;
        left: 49%;
        opacity: 0;
        width: 0;
    }

    .ie9 .about-landing .ambassador img.heart.heart-3 {
        opacity: 1;
        top: 5%;
        width: 8%;
    }
}

.about-landing .ambassador img.heart.heart-4 {
    opacity: 1;
    top: 55%;
    width: 8%;
}

@media screen and (min-width:1050px) {
    .about-landing .ambassador img.heart.heart-4 {
        left: 49%;
        opacity: 0;
        width: 0;
    }

    .ie9 .about-landing .ambassador img.heart.heart-4 {
        opacity: 1;
        top: 5%;
        width: 8%;
    }
}

.about-landing .ambassador img.heart.heart-5 {
    display: none;
}

.about-landing .ambassador img.heart.heart-6 {
    left: 46%;
    opacity: 1;
    top: 55%;
    width: 2%;
}

@media screen and (min-width:1050px) {
    .about-landing .ambassador img.heart.heart-6 {
        animation: 10s linear 1s normal none infinite ambassadorHeartThree;
        left: 49%;
        opacity: 0;
        width: 0;
    }

    .ie9 .about-landing .ambassador img.heart.heart-6 {
        opacity: 1;
        top: 5%;
        width: 8%;
    }
}

.about-landing .ambassador img.heart.heart-7 {
    left: 51%;
    opacity: 1;
    top: 45%;
    width: 2%;
}

@media screen and (min-width:1050px) {
    .about-landing .ambassador img.heart.heart-7 {
        animation: 10s linear 1s normal none infinite ambassadorHeartThree;
        left: 49%;
        opacity: 0;
        width: 0;
    }

    .ie9 .about-landing .ambassador img.heart.heart-7 {
        left: 51%;
        opacity: 1;
        top: 45%;
        width: 2%;
    }
}

.about-landing .ambassador img.heart.heart-8 {
    left: 46%;
    opacity: 1;
    top: 30%;
    width: 2%;
}

@media screen and (min-width:1050px) {
    .about-landing .ambassador img.heart.heart-8 {
        animation: 10s linear 1s normal none infinite ambassadorHeartThree;
        left: 49%;
        opacity: 0;
        width: 0;
    }

    .ie9 .about-landing .ambassador img.heart.heart-8 {
        opacity: 1;
        top: 5%;
        width: 8%;
    }
}

.about-landing .ambassador img.heart.heart-9 {
    left: 51%;
    opacity: 1;
    top: 20%;
    width: 2%;
}

@media screen and (min-width:1050px) {
    .about-landing .ambassador img.heart.heart-9 {
        animation: 10s linear 1s normal none infinite ambassadorHeartTwo;
        left: 49%;
        opacity: 0;
        width: 0;
    }

    .ie9 .about-landing .ambassador img.heart.heart-9 {
        opacity: 1;
        top: 5%;
        width: 8%;
    }
}

.about-landing .ambassador img.heart.heart-10 {
    left: 46%;
    opacity: 1;
    top: 10%;
    width: 2%;
}

@media screen and (min-width:1050px) {
    .about-landing .ambassador img.heart.heart-10 {
        animation: 10s linear 1s normal none infinite ambassadorHeartThree;
        left: 49%;
        opacity: 0;
        width: 0;
    }

    .ie9 .about-landing .ambassador img.heart.heart-10 {
        opacity: 1;
        top: 5%;
        width: 8%;
    }
}

@keyframes ambassadorHeartZero {
    0 {
        opacity: 0;
        top: 55%;
        width: 0;
    }

    10% {
        opacity: 1;
        top: 55%;
        width: 8%;
    }

    90% {
        opacity: 1;
        top: 5%;
        width: 6%;
    }

    100% {
        opacity: 0;
        top: 0;
        width: 0;
    }
}

@keyframes ambassadorHeartOne {
    0 {
        opacity: 0;
        top: 55%;
        width: 0;
    }

    10% {
        left: 42%;
        opacity: 1;
        top: 55%;
        width: 7%;
    }

    90% {
        left: 42%;
        opacity: 1;
        top: 5%;
        width: 5%;
    }

    100% {
        left: 42%;
        opacity: 0;
        top: 0;
        width: 0;
    }
}

@keyframes ambassadorHeartTwo {
    0 {
        opacity: 0;
        top: 55%;
        width: 0;
    }

    10% {
        left: 51%;
        opacity: 1;
        top: 55%;
        width: 2%;
    }

    90% {
        left: 51%;
        opacity: 1;
        top: 5%;
        width: .5%;
    }

    100% {
        left: 51%;
        opacity: 0;
        top: 0;
        width: 0;
    }
}

@keyframes ambassadorHeartThree {
    0 {
        opacity: 0;
        top: 55%;
        width: 0;
    }

    10% {
        left: 46%;
        opacity: 1;
        top: 55%;
        width: 2%;
    }

    90% {
        left: 46%;
        opacity: 1;
        top: 5%;
        width: .5%;
    }

    100% {
        left: 46%;
        opacity: 0;
        top: 0;
        width: 0;
    }
}

@keyframes ambassadorCircleZero {
    0 {
        margin-left: 0;
        margin-top: 0;
        opacity: 0;
        padding-top: 0;
        width: 0;
    }

    12.5% {
        margin-left: -5%;
        margin-top: -5%;
        opacity: 1;
        padding-top: 10%;
        width: 10%;
    }

    25% {
        margin-left: -10%;
        margin-top: -10%;
        padding-top: 20%;
        width: 20%;
    }

    37.5% {
        margin-left: -15%;
        margin-top: -15%;
        padding-top: 30%;
        width: 30%;
    }

    50% {
        margin-left: -20%;
        margin-top: -20%;
        padding-top: 40%;
        width: 40%;
    }

    62.5% {
        margin-left: -25%;
        margin-top: -25%;
        padding-top: 50%;
        width: 50%;
    }

    75% {
        margin-left: -30%;
        margin-top: -30%;
        padding-top: 60%;
        width: 60%;
    }

    87.5% {
        margin-left: -35%;
        margin-top: -35%;
        opacity: 1;
        padding-top: 70%;
        width: 70%;
    }

    100% {
        margin-left: -37.5%;
        margin-top: -37.5%;
        opacity: 0;
        padding-top: 75%;
        width: 75%;
    }
}

@keyframes ambassadorCircleOne {
    0 {
        margin-left: -5%;
        margin-top: -5%;
        opacity: 1;
        padding-top: 10%;
        width: 10%;
    }

    12.5% {
        margin-left: -10%;
        margin-top: -10%;
        padding-top: 20%;
        width: 20%;
    }

    25% {
        margin-left: -15%;
        margin-top: -15%;
        padding-top: 30%;
        width: 30%;
    }

    37.5% {
        margin-left: -20%;
        margin-top: -20%;
        padding-top: 40%;
        width: 40%;
    }

    50% {
        margin-left: -25%;
        margin-top: -25%;
        padding-top: 50%;
        width: 50%;
    }

    62.5% {
        margin-left: -30%;
        margin-top: -30%;
        padding-top: 60%;
        width: 60%;
    }

    75% {
        margin-left: -35%;
        margin-top: -35%;
        opacity: 1;
        padding-top: 70%;
        width: 70%;
    }

    87.5% {
        margin-left: -37.5%;
        margin-top: -37.5%;
        opacity: 0;
        padding-top: 75%;
        width: 75%;
    }

    100% {
        margin-left: 0;
        margin-top: 0;
        opacity: 0;
        padding-top: 0;
        width: 0;
    }
}

@keyframes ambassadorCircleTwo {
    0 {
        margin-left: -10%;
        margin-top: -10%;
        padding-top: 20%;
        width: 20%;
    }

    12.5% {
        margin-left: -15%;
        margin-top: -15%;
        padding-top: 30%;
        width: 30%;
    }

    25% {
        margin-left: -20%;
        margin-top: -20%;
        padding-top: 40%;
        width: 40%;
    }

    37.5% {
        margin-left: -25%;
        margin-top: -25%;
        padding-top: 50%;
        width: 50%;
    }

    50% {
        margin-left: -30%;
        margin-top: -30%;
        padding-top: 60%;
        width: 60%;
    }

    62.5% {
        margin-left: -35%;
        margin-top: -35%;
        opacity: 1;
        padding-top: 70%;
        width: 70%;
    }

    75% {
        margin-left: -37.5%;
        margin-top: -37.5%;
        opacity: 0;
        padding-top: 75%;
        width: 75%;
    }

    87.5% {
        margin-left: 0;
        margin-top: 0;
        opacity: 0;
        padding-top: 0;
        width: 0;
    }

    100% {
        margin-left: -5%;
        margin-top: -5%;
        opacity: 1;
        padding-top: 10%;
        width: 10%;
    }
}

@keyframes ambassadorCircleThree {
    0 {
        margin-left: -15%;
        margin-top: -15%;
        padding-top: 30%;
        width: 30%;
    }

    12.5% {
        margin-left: -20%;
        margin-top: -20%;
        padding-top: 40%;
        width: 40%;
    }

    25% {
        margin-left: -25%;
        margin-top: -25%;
        padding-top: 50%;
        width: 50%;
    }

    37.5% {
        margin-left: -30%;
        margin-top: -30%;
        padding-top: 60%;
        width: 60%;
    }

    50% {
        margin-left: -35%;
        margin-top: -35%;
        opacity: 1;
        padding-top: 70%;
        width: 70%;
    }

    62.5% {
        margin-left: -37.5%;
        margin-top: -37.5%;
        opacity: 0;
        padding-top: 75%;
        width: 75%;
    }

    75% {
        margin-left: 0;
        margin-top: 0;
        opacity: 0;
        padding-top: 0;
        width: 0;
    }

    87.5% {
        margin-left: -5%;
        margin-top: -5%;
        opacity: 1;
        padding-top: 10%;
        width: 10%;
    }

    100% {
        margin-left: -10%;
        margin-top: -10%;
        padding-top: 20%;
        width: 20%;
    }
}

@keyframes ambassadorCircleFour {
    0 {
        margin-left: -20%;
        margin-top: -20%;
        padding-top: 40%;
        width: 40%;
    }

    12.5% {
        margin-left: -25%;
        margin-top: -25%;
        padding-top: 50%;
        width: 50%;
    }

    25% {
        margin-left: -30%;
        margin-top: -30%;
        padding-top: 60%;
        width: 60%;
    }

    37.5% {
        margin-left: -35%;
        margin-top: -35%;
        opacity: 1;
        padding-top: 70%;
        width: 70%;
    }

    50% {
        margin-left: -37.5%;
        margin-top: -37.5%;
        opacity: 0;
        padding-top: 75%;
        width: 75%;
    }

    62.5% {
        margin-left: 0;
        margin-top: 0;
        opacity: 0;
        padding-top: 0;
        width: 0;
    }

    75% {
        margin-left: -5%;
        margin-top: -5%;
        opacity: 1;
        padding-top: 10%;
        width: 10%;
    }

    87.5% {
        margin-left: -10%;
        margin-top: -10%;
        padding-top: 20%;
        width: 20%;
    }

    100% {
        margin-left: -15%;
        margin-top: -15%;
        padding-top: 30%;
        width: 30%;
    }
}

@keyframes ambassadorCircleFive {
    0 {
        margin-left: -25%;
        margin-top: -25%;
        padding-top: 50%;
        width: 50%;
    }

    12.5% {
        margin-left: -30%;
        margin-top: -30%;
        padding-top: 60%;
        width: 60%;
    }

    25% {
        margin-left: -35%;
        margin-top: -35%;
        opacity: 1;
        padding-top: 70%;
        width: 70%;
    }

    37.5% {
        margin-left: -37.5%;
        margin-top: -37.5%;
        opacity: 0;
        padding-top: 75%;
        width: 75%;
    }

    50% {
        margin-left: 0;
        margin-top: 0;
        opacity: 0;
        padding-top: 0;
        width: 0;
    }

    62.5% {
        margin-left: -5%;
        margin-top: -5%;
        opacity: 1;
        padding-top: 10%;
        width: 10%;
    }

    75% {
        margin-left: -10%;
        margin-top: -10%;
        padding-top: 20%;
        width: 20%;
    }

    87.5% {
        margin-left: -15%;
        margin-top: -15%;
        padding-top: 30%;
        width: 30%;
    }

    100% {
        margin-left: -20%;
        margin-top: -20%;
        padding-top: 40%;
        width: 40%;
    }
}

@keyframes ambassadorCircleSix {
    0 {
        margin-left: -30%;
        margin-top: -30%;
        padding-top: 60%;
        width: 60%;
    }

    12.5% {
        margin-left: -35%;
        margin-top: -35%;
        opacity: 1;
        padding-top: 70%;
        width: 70%;
    }

    25% {
        margin-left: -37.5%;
        margin-top: -37.5%;
        opacity: 0;
        padding-top: 75%;
        width: 75%;
    }

    37.5% {
        margin-left: 0;
        margin-top: 0;
        opacity: 0;
        padding-top: 0;
        width: 0;
    }

    50% {
        margin-left: -5%;
        margin-top: -5%;
        opacity: 1;
        padding-top: 10%;
        width: 10%;
    }

    62.5% {
        margin-left: -10%;
        margin-top: -10%;
        padding-top: 20%;
        width: 20%;
    }

    75% {
        margin-left: -15%;
        margin-top: -15%;
        padding-top: 30%;
        width: 30%;
    }

    87.5% {
        margin-left: -20%;
        margin-top: -20%;
        padding-top: 40%;
        width: 40%;
    }

    100% {
        margin-left: -25%;
        margin-top: -25%;
        padding-top: 50%;
        width: 50%;
    }
}

@keyframes ambassadorCircleSeven {
    0 {
        margin-left: -35%;
        margin-top: -35%;
        opacity: 1;
        padding-top: 70%;
        width: 70%;
    }

    12.5% {
        margin-left: -37.5%;
        margin-top: -37.5%;
        opacity: 0;
        padding-top: 75%;
        width: 75%;
    }

    25% {
        margin-left: 0;
        margin-top: 0;
        opacity: 0;
        padding-top: 0;
        width: 0;
    }

    37.5% {
        margin-left: -5%;
        margin-top: -5%;
        opacity: 1;
        padding-top: 10%;
        width: 10%;
    }

    50% {
        margin-left: -10%;
        margin-top: -10%;
        padding-top: 20%;
        width: 20%;
    }

    62.5% {
        margin-left: -15%;
        margin-top: -15%;
        padding-top: 30%;
        width: 30%;
    }

    75% {
        margin-left: -20%;
        margin-top: -20%;
        padding-top: 40%;
        width: 40%;
    }

    87.5% {
        margin-left: -25%;
        margin-top: -25%;
        padding-top: 50%;
        width: 50%;
    }

    100% {
        margin-left: -30%;
        margin-top: -30%;
        padding-top: 60%;
        width: 60%;
    }
}

@keyframes ambassadorCircleEight {
    0 {
        margin-left: -37.5%;
        margin-top: -37.5%;
        opacity: 0;
        padding-top: 75%;
        width: 75%;
    }

    12.5% {
        margin-left: 0;
        margin-top: 0;
        opacity: 0;
        padding-top: 0;
        width: 0;
    }

    25% {
        margin-left: -5%;
        margin-top: -5%;
        opacity: 1;
        padding-top: 10%;
        width: 10%;
    }

    37.5% {
        margin-left: -10%;
        margin-top: -10%;
        padding-top: 20%;
        width: 20%;
    }

    50% {
        margin-left: -15%;
        margin-top: -15%;
        padding-top: 30%;
        width: 30%;
    }

    62.5% {
        margin-left: -20%;
        margin-top: -20%;
        padding-top: 40%;
        width: 40%;
    }

    75% {
        margin-left: -25%;
        margin-top: -25%;
        padding-top: 50%;
        width: 50%;
    }

    87.5% {
        margin-left: -30%;
        margin-top: -30%;
        padding-top: 60%;
        width: 60%;
    }

    100% {
        margin-left: -35%;
        margin-top: -35%;
        opacity: 1;
        padding-top: 70%;
        width: 70%;
    }
}

@keyframes aboutLineOne {
    0 {
        opacity: 0;
    }

    8.25% {
        opacity: 1;
    }

    25.75% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }
}

@keyframes aboutLineTwo {
    0 {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    41.25% {
        opacity: 1;
    }

    58.75% {
        opacity: 1;
    }

    67% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes aboutLineThree {
    0 {
        opacity: 0;
    }

    67% {
        opacity: 0;
    }

    75.25% {
        opacity: 1;
    }

    91.75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.partners-iso {
    margin: 35px 0;
}

    .partners-iso ul {
        float: left;
        margin: 0;
        padding: 0;
        width: 50%;
    }

        .partners-iso ul:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            line-height: 0;
            visibility: hidden;
        }

        .partners-iso ul.large li {
            box-sizing: border-box;
            float: left;
            margin: 0 0 15px;
            padding: 0 1.75%;
            width: 50%;
        }

            .partners-iso ul.large li > span, .partners-iso ul.large li > a {
                height: 180px;
                padding: 15px 0;
            }

                .partners-iso ul.large li > span img, .partners-iso ul.large li > a img {
                    margin: 0 0 5px;
                    width: 100%;
                }

        .partners-iso ul.small li {
            box-sizing: border-box;
            float: left;
            margin: 0 0 15px;
            padding: 0 1.75%;
            width: 33.3333%;
        }

            .partners-iso ul.small li > span, .partners-iso ul.small li > a {
                height: 115px;
                padding: 10px 0;
            }

                .partners-iso ul.small li > span img, .partners-iso ul.small li > a img {
                    width: 90%;
                }

        .partners-iso ul li {
            display: table;
            list-style: none outside none;
        }

            .partners-iso ul li > span, .partners-iso ul li > a {
                background: none repeat scroll 0 0 #f0f0f0;
                display: table-cell;
                padding: 0 5%;
                text-align: center;
                vertical-align: middle;
            }

@media screen and (min-width:750px) and (max-width:899px) {
    .partners-iso ul {
        float: none;
        width: 100%;
    }

        .partners-iso ul.large li > span img, .partners-iso ul.large li > a img {
            display: inline-block;
            margin: 0 12.5% 5px;
            width: 75%;
        }

        .partners-iso ul.small li > span img, .partners-iso ul.small li > a img {
            display: inline-block;
            margin: 0 10%;
            width: 80%;
        }
}

@media screen and (max-width:749px) {
    .partners-iso ul {
        float: none;
        width: 100%;
    }

        .partners-iso ul.large li > span img, .partners-iso ul.large li > a img {
            display: inline-block;
            margin: 0 12.5%;
            width: 75%;
        }

        .partners-iso ul.small li > span img, .partners-iso ul.small li > a img {
            display: inline-block;
            margin: 0 10%;
            width: 80%;
        }
}

.ie8 header {
    background: url("images/bg-header.png") repeat scroll 0 0 rgba(255,255,255,0);
    height: 103px;
    left: 0;
    position: fixed;
    top: 0;
}

    .ie8 header .wrap {
        margin: 0 auto;
        min-width: 940px;
        width: 66.6667%;
    }

        .ie8 header .wrap > a.mobi-off {
            display: block;
        }

        .ie8 header .wrap > a.mobi-on {
            display: none;
        }

    .ie8 header nav > ul > li {
        margin: 0 17px;
    }

        .ie8 header nav > ul > li.first {
            margin: 0 17px 0 0;
        }

        .ie8 header nav > ul > li.last {
            margin: 0 0 0 17px;
        }

    .ie8 header nav .mobi-on {
        display: none;
    }

.home-wrap .ie8 header .logo {
    background-size: auto 59px;
    height: 59px;
    width: 188px;
}

.home-wrap .ie8 header nav.main {
    top: 63px;
}

.ie8 footer .wrap {
    margin: 0 auto;
    min-width: 940px;
    width: 66.6667%;
}

.ie8 footer #dnn_FooterPane nav.blog:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.ie8 footer #dnn_FooterPane nav.blog ul li {
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0 30px 0 0;
    width: 25%;
}

    .ie8 footer #dnn_FooterPane nav.blog ul li h5 {
        font-size: 13px;
    }

    .ie8 footer #dnn_FooterPane nav.blog ul li h3 {
        font-size: 17px;
        padding: 0 12.75% 0 0;
    }

.ie8 .work .banner > img {
    bottom: 0;
    top: auto;
}

.ie8 .work .banner .text-wrap {
    margin: -19% auto 0;
    min-width: 940px;
    width: 66.6667%;
}

    .ie8 .work .banner .text-wrap p {
        font-size: 14px;
        line-height: 1em;
    }

    .ie8 .work .banner .text-wrap h1 {
        font-size: 38px;
        line-height: 42px;
        margin: 0 0 5px;
    }

    .ie8 .work .banner .text-wrap h2 {
        font-size: 20px;
        line-height: 1em;
    }

.ie8 .work .content .left-cnt {
    box-sizing: border-box;
    float: left;
    margin: -125px 0 0;
    padding: 0 1.75% 35px;
    width: 66.6667%;
}

.ie8 .work .content .right-cnt {
    box-sizing: border-box;
    float: right;
    padding: 0 1.75% 35px;
    width: 33.3333%;
}

.ie8 .home-wrap .banner .banner-img {
    padding: 53.3784% 0 0;
}

.ie8 .int-wrap .banner article {
    padding: 15% 0 0;
}

    .ie8 .int-wrap .banner article .text {
        box-sizing: border-box;
        margin: -11.5% auto 0;
        min-width: 940px;
        width: 66.6667%;
    }

        .ie8 .int-wrap .banner article .text h1, .ie8 .int-wrap .banner article .text h2 {
            font-size: 34px;
            line-height: 1.5;
        }

        .ie8 .int-wrap .banner article .text h3 {
            font-size: 18px;
            line-height: 1.5;
        }

.ie8 .bot-banner {
    padding: 26% 0 0;
}

    .ie8 .bot-banner > img {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        z-index: 0;
    }

    .ie8 .bot-banner nav.services-scroll {
        left: 16.6665%;
        position: absolute;
        top: 100px;
        width: 66.6667%;
        z-index: 100;
    }

.ie8 .campaign .rotate-wrap {
    padding: 45% 0 0;
}

.ie8 .campaign .slide .slide-bg {
    bottom: 0;
    height: 100%;
    left: 0;
    width: 100%;
}

.ie8 .campaign .slide .slide-content {
    bottom: 8.5%;
    left: 0;
    text-align: center;
    width: 100%;
}

    .ie8 .campaign .slide .slide-content h2 {
        font-size: 40px;
        margin: 0 0 5px;
    }

    .ie8 .campaign .slide .slide-content h3 {
        font-size: 22px;
        margin: 0 0 15px;
    }

    .ie8 .campaign .slide .slide-content a {
        font-size: 14px;
        height: 37px;
        line-height: 37px;
    }

.ie8 .content-rotator .rotate-wrap .slide .slide-bg {
    right: 0;
}

.ie8 .content-rotator .rotate-wrap .slide .slide-content {
    padding: 2.5% 0 0;
    width: 55%;
}

    .ie8 .content-rotator .rotate-wrap .slide .slide-content h3 {
        font-size: 21px;
    }

    .ie8 .content-rotator .rotate-wrap .slide .slide-content p {
        font-size: 14px;
        line-height: 1.75em;
    }

.ie8 .landing-wrap .banner article > img {
    min-height: 100%;
    min-width: 100%;
}

.ie8 .landing-wrap .banner article > div > div {
    margin: 0 auto;
    min-width: 940px;
    width: 66.6667%;
}

.ie8 .landing-wrap.work-landing .banner article {
    padding: 45% 0 0;
}

    .ie8 .landing-wrap.work-landing .banner article h1 {
        font-size: 42px;
        line-height: 1.005em;
        margin: 0 0 .125em;
    }

    .ie8 .landing-wrap.work-landing .banner article h2 {
        font-size: 20px;
        margin: 0 0 .5em;
    }

    .ie8 .landing-wrap.work-landing .banner article img {
        width: 55%;
    }

    .ie8 .landing-wrap.work-landing .banner article a {
        font-size: 14px;
        padding: 10px 20px;
    }

.ie8 .landing-wrap.nav-landing .banner article {
    padding: 52.5% 0 0;
}

    .ie8 .landing-wrap.nav-landing .banner article h1 {
        font-size: 52px;
        line-height: 1em;
        margin: 0 auto 1em;
    }

    .ie8 .landing-wrap.nav-landing .banner article h2 {
        color: #fff;
        font-weight: 300;
        padding: 0;
        text-transform: none;
    }

    .ie8 .landing-wrap.nav-landing .banner article img {
        bottom: 0;
        display: block;
        margin: 0 auto;
        top: auto;
    }

.ie8 .landing-wrap.contact-wrap .banner .contact-cnt p {
    font-size: 14px;
    line-height: 1.75em;
    margin: 0 0 25px;
}

.ie8 .landing-wrap.contact-wrap .banner .contact-cnt h2 {
    font-size: 36px;
    margin: 0 0 25px;
}

    .ie8 .landing-wrap.contact-wrap .banner .contact-cnt h2 + p {
        font-size: 20px;
        margin: 0 0 25px;
    }

.ie8 .landing-wrap.contact-wrap .banner .contact-cnt a.btn {
    font-size: 14px;
    padding: 10px 20px;
}

.ie8 .landing-wrap.contact-wrap .banner .contact-loc .inner {
    padding: 25px;
}

    .ie8 .landing-wrap.contact-wrap .banner .contact-loc .inner p {
        font-size: 14px;
        line-height: 1.75em;
        margin: 0 0 10px;
    }

    .ie8 .landing-wrap.contact-wrap .banner .contact-loc .inner > a.btn {
        font-size: 14px;
        padding: 10px 20px;
    }

.ie8 .landing-wrap.contact-detail .banner article {
    padding: 35% 0 0;
}

    .ie8 .landing-wrap.contact-detail .banner article .inner-wrap {
        margin: 0 auto;
        min-width: 940px;
        padding: 20px 0;
        width: 66.6667%;
    }

    .ie8 .landing-wrap.contact-detail .banner article p {
        font-size: 14px;
        line-height: 1.75em;
        margin: 0 0 25px;
    }

    .ie8 .landing-wrap.contact-detail .banner article h1 {
        font-size: 36px;
        margin: 0 0 25px;
    }

        .ie8 .landing-wrap.contact-detail .banner article h1 + p {
            font-size: 20px;
            margin: 0 0 25px;
        }

    .ie8 .landing-wrap.contact-detail .banner article a.btn {
        font-size: 14px;
        padding: 10px 20px;
    }

.ie8 .home-wrap section .content {
    margin: 0 auto;
    min-width: 940px;
    width: 66.6667%;
}

.ie8 .int-wrap section {
    padding: 65px 0 0;
}

    .ie8 .int-wrap section .content {
        margin: 0 auto;
        min-width: 940px;
        width: 66.6667%;
    }

        .ie8 .int-wrap section .content .main-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 100%;
        }

            .ie8 .int-wrap section .content .main-cont article {
                margin: 0 0 35px;
            }

        .ie8 .int-wrap section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 66.6667%;
        }

            .ie8 .int-wrap section .content .left-cont article {
                margin: 0 0 35px;
            }

        .ie8 .int-wrap section .content .right-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 33.3333%;
        }

            .ie8 .int-wrap section .content .right-cont article {
                margin: 0 0 35px;
            }

        .ie8 .int-wrap section .content .half-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 50%;
        }

            .ie8 .int-wrap section .content .half-cont article {
                margin: 0 0 35px;
            }

.ie8 .int-wrap.grid-9-3 section .content {
    margin: 0 auto;
    min-width: 940px;
    width: 66.6667%;
}

    .ie8 .int-wrap.grid-9-3 section .content .main-cont {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 100%;
    }

        .ie8 .int-wrap.grid-9-3 section .content .main-cont article {
            margin: 0 0 35px;
        }

    .ie8 .int-wrap.grid-9-3 section .content .left-cont {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 75%;
    }

        .ie8 .int-wrap.grid-9-3 section .content .left-cont article {
            margin: 0 0 35px;
        }

    .ie8 .int-wrap.grid-9-3 section .content .right-cont {
        box-sizing: border-box;
        float: left;
        padding: 0 1.75% 35px;
        width: 25%;
    }

        .ie8 .int-wrap.grid-9-3 section .content .right-cont article {
            margin: 0 0 35px;
        }

.ie8 .int-wrap.blog-wrap section {
    padding: 65px 0 0;
}

    .ie8 .int-wrap.blog-wrap section .content {
        margin: 0 auto;
        min-width: 940px;
        width: 66.6667%;
    }

        .ie8 .int-wrap.blog-wrap section .content .left-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 75%;
        }

            .ie8 .int-wrap.blog-wrap section .content .left-cont article {
                margin: 0 0 35px;
            }

        .ie8 .int-wrap.blog-wrap section .content .right-cont {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 25%;
        }

            .ie8 .int-wrap.blog-wrap section .content .right-cont article {
                margin: 0 0 35px;
            }

.ie8 .landing-wrap.work-landing section {
    background: none repeat scroll 0 0 #fff;
}

    .ie8 .landing-wrap.work-landing section .banner {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 0;
    }

@media screen and (max-width:749px) {
    .ie8 .landing-wrap.work-landing section .banner {
        display: none;
    }
}

.ie8 .landing-wrap.work-landing section .content .work-list-pane {
    margin: 0 auto;
    min-width: 940px;
    width: 66.6667%;
}

    .ie8 .landing-wrap.work-landing section .content .work-list-pane nav.our-work {
        min-height: 400px;
    }

        .ie8 .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul li {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 50%;
        }

        .ie8 .landing-wrap.work-landing section .content .work-list-pane nav.our-work ul.small li {
            box-sizing: border-box;
            float: left;
            padding: 0 1.75% 35px;
            width: 33.3333%;
        }

.ie8 .blog-list ul li h2, .ie8 ul.blog-list li h2 {
    font-size: 32px;
}

    .ie8 .blog-list ul li h2 + .summary, .ie8 ul.blog-list li h2 + .summary {
        font-size: 14px;
    }

.ie8 .blog-list ul li h3, .ie8 ul.blog-list li h3 {
    font-size: 18px;
}

.ie8 .blog-list ul li h4, .ie8 ul.blog-list li h4 {
    font-size: 11px;
}

    .ie8 .blog-list ul li h4:before, .ie8 ul.blog-list li h4:before {
        font-size: 14px;
    }

.ie8 .blog-list ul li .tags, .ie8 ul.blog-list li .tags {
    font-size: 14px;
}

@media screen and (min-width:1050px) {
    .ie8 .about-page {
        overflow: hidden !important;
    }
}

.ie8 .about-landing .banner article {
    margin: 0 auto;
    min-width: 940px;
    width: 66.6667%;
}

#headerHero {
    display: block;
    height: auto !important;
    left: 0;
    position: relative !important;
    top: 0;
    width: 100%;
    z-index: 1;
}

.headerRedBar {
    background-color: #d52b1e;
    height: 35px;
}

.textarriba2 {
    color: #fff;
    display: inline-block;
    font-family: "Droid Sans",Myriad Pro,arial;
    font-size: 13px;
    font-weight: normal;
    height: 15px;
    padding: 2px 6px 2px 65%;
    text-align: center;
}

#headerHero .rulo_slider {
    background: url("../Images/Rulos.png") no-repeat scroll center top rgba(0,0,0,0);
    bottom: -1px !important;
    height: 162px;
    position: absolute !important;
    top: inherit !important;
}

.TopInfoBanners {
    background: url("../images/topinfo_bg.jpg") no-repeat scroll center center rgba(0,0,0,0);
    margin-bottom: 10px;
    margin-top: 25px;
}

.icon img, .icon h4, .icon p {
    float: left;
}

    .icon p a {
        color: #d52b1e;
        text-decoration: underline;
    }

#infobar {
    background-color: #b11e1e;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #b11e1e;
    display: block;
    float: right;
    height: 32px;
    margin-right: 20px;
    text-align: center;
    width: 185px;
}

    #infobar > li {
        display: block;
        float: left;
    }

        #infobar > li:last-child > a, #infobar > li:nth-last-child(2) > a {
            border-right: medium none;
        }

        #infobar > li > a {
            border-right: 1px solid #be210f;
            color: #fff;
            display: inline-block;
            height: 20px;
            margin-top: 3px;
            padding: 0 4px 5px;
        }

        #infobar > li:last-child > a {
            padding-bottom: 0;
            padding-top: 7px;
        }

        #infobar > li > a > img {
            margin-top: 2px;
            vertical-align: text-top;
        }

        #infobar > li > a:hover > img {
            height: 21px;
            margin-top: 1px;
            width: 21px;
        }

        #infobar > li:last-child > a:hover {
            cursor: text;
        }

#Body {
    background: radial-gradient(ellipse at center center,#efefef 0,#e9e9e9 50%,#dfdfdf 100%) repeat scroll 0 0 rgba(0,0,0,0);
    min-height: 1px;
}

em {
    font-style: italic;
    letter-spacing: 0;
}

small {
    font-size: 12px;
    letter-spacing: 0;
}

.sbInp_Default input.searchBox {
    border: medium none;
    float: left;
    padding: 2px 3px;
    width: 150px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0;
}

h1 {
    font-size: 26px;
}

h5, h5 .Head {
    color: #666;
    font-size: 14px;
}

h6, h6 .Head {
    color: #666;
    font-size: 13px;
}

a, a:link, a:visited, a:active {
    outline: 0 none;
    text-decoration: none;
}

    a:hover {
        color: #d00;
        outline: 0 none;
        text-decoration: none;
    }

.CommandButton {
    color: #3d3d3d;
    font-size: 13px;
    font-weight: bold;
}

    .CommandButton:hover {
        color: #007cae;
    }

a.CommandButton:link {
    color: #3d3d3d;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

a.CommandButton:hover {
    color: #007cae;
    text-decoration: underline;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: silver;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 20px 0;
}

img {
    border: 0 none;
}

.imgLeft {
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
}

.imgRight {
    float: right;
    margin-bottom: 30px;
    margin-left: 30px;
}

.imgBorder {
    border: 3px solid #fff;
}

.imgPolaroid {
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
    color: #a6a6a6;
    font-size: 12px;
    padding: 13px 13px 17px;
    text-align: left;
}

    .imgPolaroid img {
        margin-bottom: 12px;
    }

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
    vertical-align: top;
}

ol ol {
    margin-left: 30px;
    margin-top: 8px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}

table.tableDefault {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    table.tableDefault th, table.tableDefault td {
        font-size: 12px;
        padding: 8px;
    }

    table.tableDefault th {
        background-color: #d7d7d7;
        border-bottom: 2px solid #aaa;
        font-weight: bold;
        text-align: left;
    }

    table.tableDefault td {
        border-bottom: 1px solid #d9d9d9;
    }

    table.tableDefault tr:nth-child(2n+1) {
        background: none repeat scroll 0 0 transparent;
    }

    table.tableDefault tr:nth-child(2n) {
        background: none repeat scroll 0 0 #e3e4e6;
    }

.tableDefault tbody tr:hover td {
    color: #111;
}

button.primaryButton, a.primaryButton {
    background: -moz-linear-gradient(center top,#1aa0c9 0,#1aa0c9) repeat scroll 0 0 rgba(0,0,0,0);
    border: 0 solid #fff;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(240,240,240,0.5),0 0 0 rgba(15,177,217,0) inset;
    color: #fff;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    padding: 12px 20px;
    text-align: center;
    text-shadow: 0 0 0 rgba(0,0,0,0),0 0 0 rgba(255,255,255,0);
}

button.secondaryButton, a.secondaryButton {
    background: -moz-linear-gradient(center top,#8a8a8a 0,#8a8a8a) repeat scroll 0 0 rgba(0,0,0,0);
    border: 0 solid #fff;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(240,240,240,0.5),0 0 0 rgba(15,177,217,0) inset;
    color: #fff;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    padding: 12px 20px;
    text-align: center;
    text-shadow: 0 0 0 rgba(0,0,0,0),0 0 0 rgba(255,255,255,0);
}

button.altButton, a.altButton {
    background: url("images/arrow.png") no-repeat scroll 87% center,-moz-linear-gradient(center top,#3d3d3d 0,#3d3d3d) repeat scroll 0 0 rgba(0,0,0,0);
    border: 0 solid #ffbf00;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0),0 0 0 rgba(255,255,255,0) inset;
    color: #fff;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    padding: 9px 32px 9px 22px;
    text-shadow: 0 0 0 rgba(0,0,0,0),0 0 0 rgba(255,255,255,0);
}

a.dnnPrimaryAction {
    color: #efefef;
}

a.dnnSecondaryAction {
    color: #555;
}

button.primaryButton:hover, button.secondaryButton:hover, a.primaryButton:hover, a.secondaryButton:hover {
    background-color: #d00;
    background-image: none;
    cursor: pointer;
}

button.altButton:hover, a.altButton:hover {
    background: url("images/arrow.png") no-repeat scroll 87% center #d00;
    cursor: pointer;
}

.spacingRight {
    margin-right: 30px;
}

.spacingBottom {
    margin-bottom: 30px;
}

.spacingLeft {
    margin-left: 30px;
}

#userControls {
    height: 32px;
}

    #userControls .language {
        display: inline;
        min-height: 0 !important;
    }

.wrapper {
    margin: 0 auto;
    width: 980px;
}

#search {
    float: right;
    height: 32px;
    width: 209px;
}

    #search a.SearchButton:link, #search a.SearchButton:visited {
        background: url("images/search.png") no-repeat scroll center center #333;
        display: inline-block;
        float: right;
        height: 32px;
        margin: 0;
        padding: 0;
        text-indent: -9999px;
        width: 32px;
    }

    #search a.SearchButton:hover {
        background: url("images/search.png") no-repeat scroll center center,linear-gradient(to bottom,rgba(45,45,45,1) 0,rgba(86,86,86,1) 100%) repeat scroll 0 0 rgba(0,0,0,0);
    }

#dnn_dnnSearch_txtSearch {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #d52b1e;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #ddd;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    box-shadow: none;
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    outline: medium none;
    padding: 0 5px 0 10px;
    transition: all 100ms ease-in-out 0;
    width: 160px;
}

    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
        background: none repeat scroll 0 0 #ccc;
        box-shadow: 0 3px 8px #999 inset;
    }

#login .registerGroup, #login .registerGroup *, #login .loginGroup, #login .loginGroup * {
    display: block;
}

#login .registerGroup, #login .loginGroup {
    float: right;
    margin: 0;
    padding: 0;
}

    #login .registerGroup li:first-child:hover {
        border-left: medium none #222;
    }

    #login .registerGroup li {
        float: left;
    }

    #login .registerGroup .buttonGroup {
        margin-right: 0;
    }

    #login .registerGroup a, #login .loginGroup a {
        color: #333;
        display: block;
        font-size: 11px;
        height: 25px;
        min-width: 12px;
        padding: 7px 15px 0;
        position: relative;
        vertical-align: middle;
    }

        #login .registerGroup a:hover, #login .loginGroup a:hover {
            background: linear-gradient(to bottom,rgba(45,45,45,1) 0,rgba(86,86,86,1) 100%) repeat scroll 0 0 rgba(0,0,0,0);
            color: #ddd;
            text-shadow: 0 -1px 0 #333;
        }

        #login .registerGroup a:active, #login .loginGroup a:active {
            color: #fff;
            text-shadow: 0 -1px 0 #333;
        }

        #login .registerGroup a:hover, #login .loginGroup a:hover {
            text-decoration: none;
        }

        #login .registerGroup a strong, #login .loginGroup a strong {
            display: block;
            font-size: 11px;
            left: 0;
            overflow: hidden;
            position: absolute;
            text-indent: -9999px;
            top: 0;
            width: 100%;
        }

#login .userMessages a, #login .userNotifications a {
    background-color: #333;
}

#login .userMessages strong {
    background: url("images/icon_message.png") no-repeat scroll center center rgba(0,0,0,0);
    height: 100%;
}

#login .userNotifications {
    border-right: 1px solid #ccc;
}

    #login .userNotifications strong {
        background: url("images/icon_notification.png") no-repeat scroll center center rgba(0,0,0,0);
        height: 100%;
    }

#login .registerGroup a span {
    background: none repeat scroll 0 0 #3b96b6;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin-right: 3px;
    min-width: 7px;
    position: absolute;
    right: 2px;
    text-align: center;
    text-shadow: 0 1px 0 #333;
    top: -9px;
}

#login .registerGroup .userProfileImg a {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    min-height: 32px;
    min-width: 25px;
    padding: 0;
}

#login .registerGroup a img {
    background: none repeat scroll 0 0 #333;
    height: 32px;
    width: 32px;
}

#login .loginGroup {
    border-right: 1px solid #ccc;
}

    #login .loginGroup a {
        color: #333;
    }

#login .userMessages a span, #login .userNotifications a span {
    background-color: transparent;
    display: inline-block;
    font-size: 10px;
    margin-right: 0;
    margin-top: 9px;
}

#siteHeadouter {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 1px 50px 100px 0 #cacaca;
}

#siteHeadinner {
    padding: 36px 0;
}

#logo {
    float: left;
}

.language .language-object {
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .language .language-object span {
        float: left;
        margin: 0;
        padding-bottom: 3px;
        padding-left: 5px;
        padding-top: 3px;
    }

        .language .language-object span:first-child {
            padding-left: 8px;
        }

        .language .language-object span img {
            height: 12px;
            opacity: .3;
            width: 17px;
        }

        .language .language-object span:hover img {
            opacity: 1;
        }

    .language .language-object .Language.selected img {
        border-color: #222;
        border-radius: 2px;
        box-shadow: 0 1px 0 0 rgba(255,255,255,0.8);
        opacity: 1;
    }

.navbar {
    margin-bottom: 0 !important;
}

.navbar-inner {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    box-shadow: none !important;
    padding-right: 0 !important;
}

.navbar .brand {
    padding: 0 !important;
}

.nav-collapse {
    float: right;
    position: relative;
    top: 18px;
}

.nav li {
    list-style: none outside none;
    margin: 0;
    position: relative;
}

    .nav li ul {
        margin-left: 0;
    }

.nav > li {
    float: left;
    height: 30px;
    margin-right: 2px;
    padding-top: 5px;
}

    .nav > li > a, .nav > li > span {
        color: #666;
        display: block;
        font-size: 14px;
        font-weight: bold;
        padding: 5px 0 5px 15px;
        text-decoration: none;
    }

    .nav > li:hover > a, .nav > li.active > a {
        background-color: transparent !important;
        box-shadow: none !important;
        color: #3b96b6;
    }

        .nav > li:hover > a:active {
            color: #3b96b6;
        }

    .nav > li:hover > span {
        color: #3b96b6;
    }

    .nav > li > a .caret.hidden-desktop {
        background-color: #333;
        background-image: url("bootstrap/img/glyphicons-halflings-white.png");
        background-position: -305px -110px !important;
        border: medium none !important;
        border-radius: 3px;
        display: inline-block;
        height: auto;
        line-height: 30px !important;
        margin: 0 !important;
        min-height: 30px !important;
        width: 30px !important;
    }

        .nav > li > a .caret.hidden-desktop:hover {
            background: url("bootstrap/img/glyphicons-halflings-white.png") repeat scroll -305px -110px,linear-gradient(to bottom,#2d2d2d 0,#565656 100%) repeat scroll 0 0 rgba(0,0,0,0) !important;
        }

    .nav > li ul {
        animation-delay: .2s;
        animation-duration: .25s;
        animation-fill-mode: both;
        animation-timing-function: ease;
        background: none repeat scroll 0 0 #f5f7f7;
        border: 1px solid #cbcbcb;
        border-radius: 0;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
        display: none;
        left: 0;
        padding: 15px 5px;
        position: absolute;
        top: 35px;
        width: 225px;
        z-index: 2;
    }

.nav-collapse:not(.in) .nav li:hover > ul {
    display: block;
}

.nav-collapse .nav li > iframe {
    display: none;
    z-index: 1 !important;
}

.nav-collapse:not(.in) .nav li:hover > iframe {
    display: block;
}

.navbar .nav > li > .dropdown-menu:before {
    border: medium none !important;
}

.navbar .nav > li > .dropdown-menu:after {
    border-bottom: 15px solid #f5f7f7 !important;
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    content: "" !important;
    font-size: 0 !important;
    height: 0 !important;
    left: 20px !important;
    line-height: 0 !important;
    position: absolute !important;
    top: -15px !important;
    width: 0 !important;
}

.nav .dropdown-menu > .active > a, .nav .dropdown-menu > .active > a:focus {
    background-color: transparent !important;
    background-image: none !important;
    color: #3b9fbf !important;
    outline: medium none;
}

.nav .dropdown-menu a {
    color: #3b9fbf;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 15px;
    text-decoration: none;
    transition: all 100ms ease-in 0;
}

.nav .dropdown-menu > li > a:hover, .nav .dropdown-menu > .active > a:hover {
    background-color: transparent !important;
    background-image: none !important;
    color: #d00 !important;
}

.nav-collapse:not(.in) .nav .dropdown-menu {
    border-radius: 0 !important;
}

.nav > li > ul li:hover {
    background: none repeat scroll 0 0 #f5f7f7;
    color: #d00;
}

.nav li ul li ul {
    border-left: 1px solid #ddd;
    left: 225px;
    padding: 15px 5px;
    top: -8px;
}

.nav-collapse.in {
    width: 100%;
}

.navbar .btn-navbar {
    background-color: #333 !important;
    background-image: linear-gradient(to bottom,#333,#333) !important;
    cursor: pointer;
    margin-top: 10px !important;
}

    .navbar .btn-navbar:hover, .navbar .btn-navbar:active {
        background: linear-gradient(to bottom,#2d2d2d 0,#565656 100%) repeat scroll 0 0 rgba(0,0,0,0) !important;
    }

#Breadcrumb {
    border-bottom: 1px solid silver;
    margin-bottom: 25px;
    padding-bottom: 12px;
    padding-top: 20px;
}

    #Breadcrumb img {
        margin-left: 10px;
        margin-right: 10px;
    }

    #Breadcrumb a.breadcrumbLink:link, #Breadcrumb a.breadcrumbLink:visited {
        color: #666;
        font-size: 12px;
        font-weight: bold;
    }

    #Breadcrumb a.breadcrumbLink:hover {
        color: #3b96b6;
    }

.leftPane {
    float: left;
    margin-right: 16px;
    width: 620px;
}

#dnn_leftPane .DnnModule {
    display: inline-block;
}

.sidebarPane {
    float: right;
    width: 320px;
}

.threeColLeftPane, .threeColCenterPane, .threeColRightPane {
    float: left;
    width: 306px;
}

.threeColSocialLeftPane {
    float: left;
    width: 110px;
}

.threeColSocialCenterPane {
    float: left;
    position: relative;
    width: 560px;
}

.threeColSocialRightPane {
    float: left;
    width: 250px;
}

.DNNEmptyPane {
    margin: 0;
    width: 0;
}

    .DNNEmptyPane.rightTwoCol + div {
        width: 100%;
    }

#copyright {
    color: #a6a6a6;
    font-size: 12px;
    margin-bottom: 25px;
}

    #copyright a:link, #copyright a:visited {
        color: #a6a6a6;
        font-size: 12px;
    }

    #copyright a:hover {
        color: #d00;
    }

    #copyright a.DNNMobileLink {
        color: #666;
        font-weight: bold;
    }

        #copyright a.DNNMobileLink:hover {
            color: #d00;
        }

    #copyright .pull-right {
        text-align: right;
    }

.threeColSocial .console {
    background-color: #484848;
    height: auto;
    width: 100% !important;
}

.threeColSocial .console-none div {
    cursor: pointer;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100% !important;
}

.threeColSocial .console-none h3 {
    background: url("images/arrow.png") no-repeat scroll 18px center rgba(0,0,0,0);
    border-bottom: 1px solid #fff;
    color: #eee;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 8px 10px 40px;
}

.threeColSocial .console-none div div {
    display: none;
}

.threeColSocial .console-mouseon {
    background-color: #70b1c7;
}

#UserProfileImg img {
    border: 3px solid #fff;
    height: auto;
    width: 100px;
}

.threeColSocial .UserProfileControls ul {
    margin: 15px 0;
}

    .threeColSocial .UserProfileControls ul li {
        list-style-type: none;
        margin-bottom: 3px;
    }

.threeColSocialRightPane .DnnModule #mdMemberList {
    margin: 0 0 30px;
}

.threeColSocialRightPane #mdMemberList ul {
    margin: 10px 0 0;
}

.threeColSocialRightPane #mdMemberList li {
    font-weight: bold;
    list-style-type: none;
    margin-bottom: 0;
}

.threeColSocialRightPane #mdMemberList > li {
    background: none repeat scroll 0 0 #d7d7d7;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
    margin: 0;
    padding: 6px 17px;
    transition: background .15s ease-in-out 0;
    width: 216px;
}

    .threeColSocialRightPane #mdMemberList > li:hover {
        background: none repeat scroll 0 0 #d7d7d7;
        box-shadow: 0 0 0 0 rgba(0,0,0,0.3),0 0 0 0 rgba(255,255,255,1) inset;
        z-index: 2;
    }

.threeColSocial .journalTools {
    max-width: 560px;
}

.threeColSocial .journalrow {
    border-bottom: 1px solid silver;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

    .threeColSocial .journalrow div.journalitem p.journalfooter {
        font-size: 12px;
        margin-bottom: 0;
        padding: 0;
    }

    .threeColSocial .journalrow div.journalitem ul.jcmt {
        font-size: 12px;
    }

    .threeColSocial .journalrow div.journalitem .likes {
        background-color: #dbdbdb;
        padding: 2px 5px;
    }

#journalEditor #journalContent .juser, .journalrow .juser {
    background-color: transparent;
    border: medium none;
    color: #3b96b6;
}

.threeColSocial #UserDisplayNameHeader h2 {
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
}

.threeColSocial #smMainContent .ui-corner-all {
    border-radius: 0;
}

.threeColSocial ul.dnnAdminTabNav {
    border-bottom: 1px solid silver;
    height: 38px;
    margin-bottom: 0;
    margin-top: 0;
}

    .threeColSocial ul.dnnAdminTabNav li {
        margin-right: 1px;
    }

        .threeColSocial ul.dnnAdminTabNav li a {
            background: none repeat scroll 0 0 #d7d7d7;
            border: medium none;
            border-radius: 0;
            color: #666;
            font-size: 12px;
            font-weight: bold;
            margin-bottom: 0;
            padding: 10px 15px;
            text-shadow: none;
        }

            .threeColSocial ul.dnnAdminTabNav li a:hover {
                background: none repeat scroll 0 0 #484848;
                color: #eee;
            }

        .threeColSocial ul.dnnAdminTabNav li.ui-tabs-active a {
            background: none repeat scroll 0 0 #484848;
            color: #eee;
            margin-top: 0;
            padding: 10px 15px;
        }

.threeColSocial .dnnAdminTabNav a span {
    background: -moz-linear-gradient(center top,rgba(59,150,182,1) 0,rgba(35,125,155,1) 100%) repeat scroll 0 0 rgba(0,0,0,0);
    box-shadow: 0 1px 0 0 #666;
    color: #eee;
    display: inline;
    font-size: 11px;
    font-weight: normal;
    margin-right: 8px;
    min-height: 12px;
    padding: 2px 6px;
}

.threeColSocial .dnnFormExpandContent {
    font-size: 12px;
    height: 20px;
    position: absolute;
    right: 0;
    top: -40px;
}

    .threeColSocial .dnnFormExpandContent a.ComposeMessage {
        font-size: 12px;
    }

.threeColSocial a.dnnPrimaryAction {
    background: -moz-linear-gradient(center top,#1aa0c9 0,#1aa0c9) repeat scroll 0 0 rgba(0,0,0,0);
    border: 0 solid #fff;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(240,240,240,0.5),0 0 0 rgba(15,177,217,0) inset;
    color: #fff;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    padding: 12px 20px;
    text-align: center;
    text-shadow: 0 0 0 rgba(0,0,0,0),0 0 0 rgba(255,255,255,0);
}

    .threeColSocial a.dnnPrimaryAction:hover, .threeColSocial a.dnnPrimaryAction:active {
        background-color: #d00;
        background-image: none;
        cursor: pointer;
    }

.threeColSocial .DnnModule .messageControls .dnnButtonGroup {
    margin-right: 0;
}

.threeColSocial .messageControls {
    border-bottom: 1px solid silver;
    margin: 0;
    padding: 0 0 5px;
}

    .threeColSocial .messageControls .messageFolders {
        float: right;
    }

.threeColSocial .messageFolders p {
    color: #666;
    display: inline-block;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 8px 15px;
}

    .threeColSocial .messageFolders p strong {
        color: #666;
        font-weight: bold;
    }

.threeColSocial .DnnModule-Messaging-Notifications .dnnTertiaryAction {
    font-size: 12px;
    padding: 9px 10px;
    width: auto !important;
}

.threeColSocial .DnnModule .selectDrop ul {
    background: none repeat scroll 0 0 #e7e7e7;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
    min-width: 120px;
    padding: 10px 14px !important;
    top: 34px;
}

.threeColSocial .selectDrop.active > a {
    background: none repeat scroll 0 0 #70b1c7;
    border-right: 0 solid #3b96b6;
    box-shadow: 0 1px 1px 0 #3b96b6 inset;
    color: #eee;
}

.threeColSocial .selectDrop ul li {
    font-size: 12px;
    margin-bottom: 3px;
}

.threeColSocial .dnnButtonGroup {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    list-style: none outside none;
}

.threeColSocial ul.dnnButtonGroup > li {
    border-left: medium none;
}

.threeColSocial .dnnButtonGroup > li > a {
    background-color: #d7d7d7;
    border-left: 1px solid #ddd;
    border-right: 1px solid #bbb;
    color: #666;
}

    .threeColSocial .dnnButtonGroup > li > a.active {
        background-color: #70b1c7;
        border-right: 1px solid #3b96b6;
        color: #eee;
    }

    .threeColSocial .dnnButtonGroup > li > a.disabled:hover {
        background-color: #70b1c7;
        border-left: 1px solid #3b96b6;
        color: #eee;
    }

.threeColSocial .alpha > a:hover {
    background-color: #70b1c7;
    border-right: 1px solid #3b96b6;
    color: #eee;
}

.threeColSocial .alpha > a, .threeColSocial .alpha > a:hover, .threeColSocial .alpha > a.active {
    border-left: 1px solid #70b1c7;
    border-radius: 0;
}

.threeColSocial .omega > a, .threeColSocial .omega > a:active, .threeColSocial .omega > a.active {
    border-radius: 0;
    border-right: 1px solid #70b1c7;
}

.threeColSocial a.dnnSecondaryAction.ArchiveItems span {
    display: none;
}

.threeColSocial a.dnnSecondaryAction.ArchiveItems {
    background: url("images/icon_bin.png") no-repeat scroll center center #d7d7d7;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    height: 18px;
    margin-left: 5px;
    min-width: 15px;
    text-shadow: none;
}

    .threeColSocial a.dnnSecondaryAction.ArchiveItems:hover {
        background: url("images/icon_bin.png") no-repeat scroll center center #70b1c7;
    }

.threeColSocial .dnnTertiaryAction:hover, a.dnnTertiaryAction:hover {
    background-color: #70b1c7;
    color: #eee;
}

.threeColSocial .smListings {
    font-size: 12px;
}

.threeColSocial .DnnModule .smListings ul {
    margin: 0;
}

.threeColSocial .smListings > ul > li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid silver;
    margin: 0;
    padding-top: 10px;
}

    .threeColSocial .smListings > ul > li.active {
        background: none repeat scroll 0 0 #f4f4f4;
    }

    .threeColSocial .smListings > ul > li:last-child {
        border-bottom: medium none;
    }

.threeColSocial .smListings [class^="ListCol-"] {
    padding: 1% 1% 1% 0;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-1 {
    min-width: 20px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-2 {
    min-width: 65px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-3 {
    width: 56%;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 {
    font-size: 11px;
}

.threeColSocial .smTimeStamped {
    font-size: 11px;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-1 {
    min-width: 65px;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-2 {
    width: 56%;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 {
    float: right;
    font-size: 12px;
    width: 25%;
}

.threeColSocial .hoverControls a {
    font-size: 12px;
    font-weight: bold;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .meta {
    margin-bottom: 5px;
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .meta a {
        font-weight: bold;
    }

.threeColSocial .DnnModule-Messaging-Details .smListings .message {
    color: #999;
    margin: 0;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .subject {
    font-weight: bold;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .active .subject {
    font-size: 13px;
    margin-bottom: 3px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .meta {
    line-height: 14px;
    margin-bottom: 8px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .message {
    color: #999;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 ul li {
    margin-bottom: 0;
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 ul li:first-child {
        color: #999;
    }

.threeColSocial .DnnModule-Messaging-Details .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    box-shadow: 0 1px 0 0 #666;
    margin-left: 8px;
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        background: -moz-linear-gradient(center top,rgba(59,150,182,1) 0,rgba(35,125,155,1) 100%) repeat scroll 0 0 rgba(0,0,0,0);
        box-shadow: 0 1px 0 0 #666;
        margin-left: 8px;
    }

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li {
    margin-bottom: 0;
}

    .threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li:first-child {
        color: #999;
    }

.threeColSocial .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    box-shadow: 0 1px 0 0 #666;
    margin-left: 8px;
}

    .threeColSocial .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        background: -moz-linear-gradient(center top,rgba(59,150,182,1) 0,rgba(35,125,155,1) 100%) repeat scroll 0 0 rgba(0,0,0,0);
        box-shadow: 0 1px 0 0 #666;
        margin-left: 8px;
    }

.threeColSocial .DnnModule-Messaging-Notifications .notificationControls {
    font-weight: bold;
}

.threeColSocial .messageHeader {
    margin: 0;
    padding: 0;
}

    .threeColSocial .messageHeader p {
        color: #666;
        float: left;
        font-size: 13px;
    }

        .threeColSocial .messageHeader p strong {
            color: #333;
        }

    .threeColSocial .messageHeader .returnLink {
        font-size: 12px;
        font-weight: bold;
    }

.threeColSocial .morePrevMsgButton {
    background: none repeat scroll 0 0 #d7d7d7;
    border: 1px solid silver;
    box-shadow: 0 0 3px 0 #ccc inset;
    color: #666;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
}

.threeColSocial textarea#replyMessage {
    background: none repeat scroll 0 0 #f4f4f4;
    border: 1px solid silver;
    color: #666;
    height: 75px;
    width: 94%;
}

    .threeColSocial textarea#replyMessage:focus, .threeColSocial textarea#replyMessage:active {
        background: none repeat scroll 0 0 #fff;
        color: #666;
    }

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.content_intro {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
    padding-top: 30px;
    text-align: center;
}

    .content_intro h1 span {
        font-weight: normal;
    }

    .content_intro a {
        font-size: 14px;
    }

.content_featured {
    color: #999;
    vertical-align: top;
}

    .content_featured h2 .TitleH2 {
        display: block;
        margin-bottom: 30px;
    }

    .content_featured .normal {
        font-weight: normal;
    }

    .content_featured img {
        margin-bottom: 25px;
    }

    .content_featured a.primaryButton {
        margin-left: 25px;
    }

.content_newslist ul {
    margin: 0;
}

    .content_newslist ul li {
        display: block;
        list-style-type: none;
        margin-bottom: 30px;
    }

        .content_newslist ul li:after {
            clear: both;
            content: " ";
            display: block;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        .content_newslist ul li.last {
            margin-bottom: 0;
        }

        .content_newslist ul li img {
            float: left;
            margin-bottom: 20px;
            margin-right: 20px;
        }

        .content_newslist ul li h5 {
            margin-bottom: 5px;
        }

        .content_newslist ul li span, .content_newslist ul li strong {
            color: #a6a6a6;
        }

        .content_newslist ul li p {
            margin-bottom: 12px;
            margin-top: 12px;
        }

.smallThumbnail img {
    width: 80px;
}

.adContent {
    background-color: #000;
    color: #eee;
    opacity: .7;
    padding: 20px;
    position: absolute;
}

    .adContent h2 {
        color: #eee;
        font-weight: normal;
        margin-bottom: 5px;
    }

.content_adstyleOne {
    color: #eee;
    margin-bottom: 18px;
    margin-right: 0;
    position: relative;
}

    .content_adstyleOne .adContent {
        bottom: 0;
        right: -2%;
    }

.content_adstyleTwo {
    margin-bottom: 18px;
    position: relative;
}

    .content_adstyleOne img, .content_adstyleTwo img {
        width: 100%;
    }

.content_adstyleOne img {
    bottom: 0;
    max-width: 102%;
    width: 102% !important;
}

.content_adstyleTwo .adContent {
    top: 0;
}

.content_adstyleTwo h2 {
    line-height: 1;
}

.content_team ul {
    margin: 0 -12px;
}

    .content_team ul li {
        display: inline-block;
        list-style-type: none;
        margin: 0 0 40px 2%;
        text-align: center;
        width: 14%;
    }

        .content_team ul li .teampic {
            background-color: #bfbfbf;
        }

        .content_team ul li img {
            width: 100%;
        }

        .content_team ul li span {
            display: block;
            font-weight: bold;
            white-space: nowrap;
        }

.content_products ul {
    margin: 0 -1%;
}

    .content_products ul li {
        display: inline-block;
        list-style-type: none;
        margin: 0 1% 45px;
        vertical-align: top;
        width: 31.1%;
    }

        .content_products ul li p {
            min-height: 72px;
        }

        .content_products ul li img {
            margin-bottom: 25px;
            max-width: 100%;
            width: 100%;
        }

.form_oneCol label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.form_oneCol input, .form_oneCol textarea {
    width: 94%;
}

.form_dealer input {
    margin-bottom: 5px;
    width: 200px;
}

#container {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 980px;
    z-index: 0;
}

#example {
    height: 380px;
    position: relative;
    width: 980px;
}

#slides {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9;
}

.slides_container {
    display: none;
    overflow: hidden;
    position: relative;
    width: 980px;
}

    .slides_container a {
        display: block;
        height: 380px;
        width: 980px;
    }

        .slides_container a img {
            display: block;
        }

#slides .next, #slides .prev {
    bottom: 9px;
    display: block;
    height: 20px;
    left: 12px;
    padding: 0;
    position: absolute;
    width: 20px;
    z-index: 12;
}

#slides .prev {
    background: url("images/left-arrow.png") no-repeat scroll center center transparent;
}

#slides .next {
    background: url("images/right-arrow.png") no-repeat scroll center center transparent;
    left: 96px;
}

.pagination_wrap {
    background-color: #222;
    bottom: 0;
    display: inline-block;
    height: 40px;
    opacity: .8;
    position: absolute;
    right: 0;
    width: 128px;
    z-index: 10;
}

.pagination {
    bottom: 0;
    margin: 15px 40px;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 11;
}

    .pagination li {
        float: left;
        list-style: none outside none;
        margin: 0 3px;
    }

        .pagination li a {
            background-image: url("images/pagination.png");
            background-position: 0 0;
            display: block;
            float: left;
            height: 0;
            overflow: hidden;
            padding-top: 8px;
            width: 9px;
        }

        .pagination li.current a {
            background-position: 0 -9px;
        }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-image: none !important;
    outline: medium none !important;
}

.row-fluid [class*="span"]:not([class*="dnnSortable"]) {
    min-height: 0 !important;
}

.brand.hidden-desktop {
    max-width: 60%;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: medium none !important;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    background-color: transparent !important;
    color: #d00 !important;
    outline: medium none !important;
}

.dropdown, .dropdown a {
    outline: medium none !important;
}

.carousel-inner > a > img {
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
}

.carousel-inner img {
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
}

.carousel-control {
    bottom: 5%;
    top: auto !important;
}

.ControlContainer {
    width: 940px !important;
}

@media(min-width:1200px) {
    select.status-options {
        display: none;
    }

    .ControlContainer {
        width: 1170px !important;
    }
}

@media(min-width:768px) {
    .carousel-control {
        background-color: transparent;
        background-position: center center;
        background-repeat: no-repeat;
        border: medium none;
        border-radius: 0;
        bottom: 10px;
        height: 20px;
        top: inherit;
        width: 20px;
        z-index: 6;
    }

    .carousel-indicators {
        background: none repeat scroll 0 0 rgba(34,34,34,0.7);
        bottom: 0;
        padding: 15px 35px 15px 30px;
        right: 0;
        top: auto;
        width: 63px;
    }

        .carousel-indicators li {
            margin-bottom: 0;
        }

    .carousel-control.right {
        background-image: url("images/right-arrow.png");
        right: 10px;
        text-indent: -9999px;
    }

    .carousel-control.left {
        background-image: url("images/left-arrow.png");
        left: auto;
        right: 95px;
        text-indent: -9999px;
    }
}

@media(max-width:979px) {
    .nav-collapse, .nav {
        width: 100%;
    }

        .nav li {
            height: auto;
            min-height: 30px !important;
            padding: 0 !important;
        }

        .nav-collapse .dropdown-menu {
            margin: 0 0 0 4% !important;
            width: 95% !important;
        }

            .nav-collapse .nav > li a, .nav-collapse .dropdown-menu a {
                border: 1px solid #eee !important;
                height: 30px !important;
                line-height: 30px !important;
                margin-bottom: 3px;
                padding: 0 0 0 5px !important;
            }

        .nav-collapse .dropdown.open > a {
            background-color: #eee !important;
        }

        .nav > li > ul {
            position: relative !important;
            width: 100% !important;
        }

    .nav {
        width: 100%;
    }

    img {
        max-width: 100%;
    }
}

@media(min-width:768px) and (max-width:979px) {
    #Body {
        margin: 0;
        padding: 0;
    }

    #siteHeadouter > .container, #contentWrapper > .container {
        padding-left: 2%;
        padding-right: 2%;
        width: 94%;
    }

    .content_products ul li {
        width: 47.5%;
    }

    select.status-options {
        display: none;
    }

    .content_adstyleOne {
        max-width: 100%;
        width: 100% !important;
    }

        .content_adstyleOne img {
            max-width: 103%;
            width: 103% !important;
        }

        .content_adstyleOne .adContent {
            bottom: 0;
            right: -3%;
        }

    .content_adstyleOne, .content_adstyleTwo {
        margin-bottom: 15px;
    }
}

@media(max-width:767px) {
    #Body {
        margin: 0;
        padding: 0;
    }

    #siteHeadouter > .container, #contentWrapper > .container {
        padding-left: 3%;
        padding-right: 3%;
        width: 94%;
    }

    .content_products ul {
        margin: 0 -2%;
    }

        .content_products ul li {
            margin: 0 2% 45px;
            width: 45.5%;
        }

    .adContent {
        padding-top: 5px;
    }

        .adContent h2 {
            font-size: 18px;
        }

    .carousel-control {
        bottom: 20% !important;
        top: auto !important;
    }

    .content_adstyleOne {
        max-width: 100%;
        width: 100% !important;
    }

        .content_adstyleOne img {
            max-width: 100%;
            width: 100% !important;
        }

        .content_adstyleOne .adContent {
            bottom: 0;
            right: 0;
        }
}

@media(max-width:480px) {
    .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%;
        }

    .gastroTbl {
        width: auto !important;
    }

    #iPeru {
        margin-left: 0 !important;
        width: 100% !important;
        background: inherit !important;
    }

    .sbInp_BarExapdanbleGrayOutShadow {
        padding-top: 18px;
    }

        .sbInp_BarExapdanbleGrayOutShadow .sbInputInner {
            width: 100% !important;
        }

    .ModPeruEjesMapsC {
        min-height: 0 !important;
    }

    .accordionFullMod {
        width: 96% !important;
    }

        .accordionFullMod > p.sectionTitle {
            float: none !important;
            width: inherit !important;
        }

    .TopBarSocialButtonsFB {
        height: 26px !important;
        width: 26px;
    }

    .TopBarSocialButtonsYT {
        height: 26px !important;
        width: 26px;
    }

    .TopBarSocialButtonsTW {
        height: 26px !important;
        width: 26px;
    }

    .TopBarSocialButtonsFL {
        height: 26px !important;
        width: 26px;
    }

    #topBarSocialButtons li a, .topBarSocialButtons li a {
        background-size: 26px 26px;
        width: 26px !important;
    }

    #NFoo2 #topBarSocialButtons {
        display: block !important;
        float: none;
        padding-top: 80px;
        width: 46%;
        padding-bottom: 20px;
    }

    #NFoo2 center:first-child > img {
        display: none;
    }

    .container_4 .ModPeruTravelServicesC .grid_4, .DnnModule-Peru_WeatherWidget .grid_4 {
        margin-left: 0 !important;
    }

    .DnnModule-Peru_WeatherWidget .grid_4 {
        width: 100% !important;
    }

    #Body {
        margin: 0;
        padding: 0;
    }

    .content_products ul li {
        width: 98%;
    }

    .LoginPanel {
        width: 90% !important;
    }

    .moduleSearch {
        float: none;
        padding-right: 20px;
        width: inherit;
    }

        .moduleSearch input {
            margin-bottom: 10px !important;
            width: 100% !important;
        }

        .moduleSearch > input[type="text"] + a {
            float: left;
            width: auto;
        }

    div.blog-list-title {
        width: inherit;
    }

    div[class*="status-container"] {
        padding: 0 20px;
    }

    .link-wrap {
        display: none;
    }

    select.status-options {
        margin: 20px 0;
        width: 100%;
    }

    table.idea-list-table tbody td {
        padding: 10px 5px !important;
    }

    .idea-list-vote-panel {
        width: auto;
    }

    .dnnSocialLink span {
        font-size: inherit;
        line-height: 1;
    }

    .answer-list-tbl-container {
        padding: 0;
    }

    table.answer-list-table td {
        padding-left: 5px;
    }

    .status-expanded-container .profile-topContainer > .dnnRight > ul.profile-statistics > li {
        width: 33%;
    }

    .status-expanded-container .profile-topContainer > .dnnRight > ul.profile-statistics {
        width: 200px;
    }

    .dnnSocialLink .profile-link {
        margin-top: 50px;
    }
}

.DNNContainer_Title_h2 h2 .TitleH2 {
    display: block;
    margin-bottom: 25px;
}

.DNNContainer_Title_h3 h3 .TitleH3 {
    border-bottom: 1px solid silver;
    display: block;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.DNNContainer_Title_h4 h4 .TitleH4 {
    display: block;
    margin-bottom: 25px;
}

.copyright-container {
    background: url("images/copyright-background.png") no-repeat scroll center center rgba(0,0,0,0);
    margin-bottom: 20px;
    text-align: center;
}

    .copyright-container a {
        background: url("Images/icon-btn-sm-circle-arrow.png") no-repeat scroll right 12px center #aaa;
        border-radius: 3px;
        color: #fff;
        font-family: Arial;
        font-size: 14px;
        margin: 0 12px;
        padding: 9px 36px 9px 16px;
    }

        .copyright-container a:hover {
            background-color: #666;
        }

    .copyright-container > span.split {
        border-bottom: 1px solid #d9d9d9;
        display: inline-block;
        height: 0;
        overflow: hidden;
        padding-top: 9px;
        vertical-align: top;
        width: 20px;
    }

.contendorr {
    float: left;
    width: 210px;
}

.contendorrdos {
    float: left;
    width: 310px;
}

.container_12, .container_12b {
    width: 100%;
}

#TopInfoBanners {
    width: 966px !important;
}

.ACont {
    width: 300px;
}

.engage-rotator-container {
    position: relative;
}

.table div.grid_4 {
    margin-bottom: 10px;
    margin-left: 0;
}

#headerMenuWrapper {
    float: right;
}

.slide {
    left: -9999px !important;
    margin: auto;
    right: -9999px;
}

section #dnn_CampaignPane .sliderTitle {
    font-family: BreePeruWeb,Arial;
    margin: 0 auto;
    pointer-events: none;
    position: relative;
    top: 120px;
    width: 980px;
    z-index: 4;
}

section p {
    color: #666;
    font-size: 13px;
    line-height: 155%;
    padding-bottom: 5px;
    padding-top: 5px;
}

#dnn_CampaignPane .sliderTitle span {
    color: #fff;
    display: block;
    font-size: 45px;
    font-weight: bold;
    height: 105px;
    line-height: 1.3;
    text-align: left;
    text-shadow: 2px 1px 2px rgba(51,51,51,0.8);
    width: 550px;
}

.ACont .cell {
    background: url("/Portals/0/Images/mini_rulo.png") no-repeat scroll right top rgba(0,0,0,0);
}

    .ACont .cell > img {
        height: 164px;
        width: 300px;
    }

    .ACont .cell > .SubHead {
        background-color: #fff;
        color: #d52b1e;
        padding-right: 10px;
    }

table div.grid_8 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 20px;
}

#footerTop, #footerNav {
    margin-top: 0 !important;
}

#dnn_TopFooterPane {
    background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
}

#footerBottom {
    width: 960px;
}

.DNN_ANN_DesignTable > tbody > tr > td > .grid_4 tr:nth-child(2) a {
    display: block;
}

.DNN_ANN_DesignTable > tbody > tr > td > .grid_4 > table, .DNN_ANN_DesignTable.mod3Column > tbody > tr > td > .grid_2m > table {
    width: 100%;
}

    .DNN_ANN_DesignTable > tbody > tr > td > .grid_4 > table td > img, .DNN_ANN_DesignTable.mod3Column > tbody > tr > td > .grid_2m > table td > img {
        border: 1px solid #e4e4e4;
        width: 100%;
    }

.DNN_ANN_DesignTable h4.aventura {
    background: url("http://peru.travel/Portals/_default/Skins/DV0181.Skins/images/mini_rulo_aventura.png") no-repeat scroll right center rgba(0,0,0,0);
}

.DNN_ANN_DesignTable h4.naturaleza {
    background: url("http://peru.travel/Portals/_default/Skins/DV0181.Skins/images/mini_rulo_naturaleza.png") no-repeat scroll right center rgba(0,0,0,0);
}

.DNN_ANN_DesignTable h4.actual {
    background: url("http://peru.travel/Portals/_default/Skins/DV0181.Skins/images/mini_rulo_actual.png") no-repeat scroll right center rgba(0,0,0,0);
}

.DNN_ANN_DesignTable h4.milenario {
    background: url("http://peru.travel/Portals/_default/Skins/DV0181.Skins/images/mini_rulo_milenario.png") no-repeat scroll right center rgba(0,0,0,0);
}

.DNN_ANN_DesignTable h4.fascinante {
    background: url("http://peru.travel/Portals/_default/Skins/DV0181.Skins/images/mini_rulo_fascinante.png") no-repeat scroll right center rgba(0,0,0,0);
}

.DNN_ANN_DesignTable.mod3Column h4.aventura {
    background: 0;
}

.DNN_ANN_DesignTable.mod3Column h4.naturaleza {
    background: 0;
}

.DNN_ANN_DesignTable.mod3Column h4.actual {
    background: 0;
}

.DNN_ANN_DesignTable.mod3Column h4.milenario {
    background: 0;
}

.DNN_ANN_DesignTable.mod3Column h4.fascinante {
    background: 0;
}

.DNN_ANN_DesignTable h4 {
    background: url("../images/mini_rulo_cultura.png") no-repeat scroll right center #fff;
    display: block !important;
}

    .DNN_ANN_DesignTable h4 span.tit {
        background-image: none !important;
        color: inherit !important;
        float: none !important;
        width: auto !important;
    }

    .DNN_ANN_DesignTable h4 span:nth-child(2) {
        display: none;
    }

    .DNN_ANN_DesignTable h4 span {
        background-color: white;
        padding-right: 10px;
    }

.various a {
    font-weight: bold;
    text-decoration: underline !important;
}

.various {
    padding-bottom: 0;
}

.c_DNN6_Header .Head {
    color: #666;
    font-size: 24px;
    text-transform: none;
}

.btnSearchTravelServices {
    margin: 10px 0 0 auto;
}

#dnn_BottomFooterPane {
    background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
}

.dnnFormValidationSummary {
    display: none;
}

#NFoo1 {
    display: block;
}

#NFoo2 {
    display: none;
}

.Sbtn {
    margin: 0 auto;
    position: relative;
    width: 1200px;
}

table.departaamee a {
    color: #666;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.idfe {
    height: auto !important;
    margin: 0;
}

#BNews1, #BNews2, #BFeve1, #BFeve2 {
    display: none;
    float: left;
    width: auto;
}

    #BNews1 #divImage {
        width: auto;
    }

#BFeve1 {
    width: auto;
}

.pp_lista, .pp_contacto {
    font-size: 13px;
    padding: 10px 0 !important;
    width: auto !important;
}

.sbInp_Default input.searchBox {
    border: medium none;
    float: left;
    height: 13px;
    padding: 4px 3px;
    width: 150px;
}

#dnn_mainSearch_pnlInput .sbInp_Default .searchBtn, #dnn_mainSearch1_pnlInput .sbInp_Default .searchBtn {
    background: url("../images/searchbox.png") no-repeat scroll 2px center #f3f3f3;
    border-left: 1px solid #dedede;
    float: left;
    height: 21px;
    padding: 0;
    text-indent: -9999em;
    width: 23px;
}

#travelServices {
    width: 295px;
}

.gardientBG {
    display: inline-block;
}

.DNN_ANN_DesignTable .SubHead {
    display: inline;
}

div.grid_result img {
    height: 200px !important;
}

.pagination {
    position: relative;
}

#searchWrapper {
    width: 182px !important;
}

#infobar span {
    display: none;
}

.DNN_ANN_DesignTable > tbody > tr > td > .grid_4 > table:nth-child(2n+2) {
    margin-right: 0;
}

#BNews2 p, #BNews2 {
    font-size: 12px !important;
}

.search-form .sbInp_Default {
    background-color: #dedede;
}

.Squeare {
    display: none;
}

.mod2Column div.grid_4 h4.long span {
    display: inline !important;
}

.DNN_ANN_DesignTable.mod3Column h5 {
    font-size: 15px !important;
}

.GFooter {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-self: auto;
}

    .GFooter > div {
        display: block !important;
        float: none !important;
    }

@media screen and (max-width: 966px) {
    .clearfix li:nth-child(5) {
        display: none !important;
    }
}
