/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('https://cdn.kyruus.com/pmc-customer-static-assets/baystate/fonts/1.1/fontawesome-webfont.eot?v=4.6.1');
    src: url('https://cdn.kyruus.com/pmc-customer-static-assets/baystate/fonts/1.1/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'),
         url('https://cdn.kyruus.com/pmc-customer-static-assets/baystate/fonts/1.1/fontawesome-webfont.woff2?v=4.6.1') format('woff2'),
         url('https://cdn.kyruus.com/pmc-customer-static-assets/baystate/fonts/1.1/fontawesome-webfont.woff?v=4.6.1') format('woff'),
         url('https://cdn.kyruus.com/pmc-customer-static-assets/baystate/fonts/1.1/fontawesome-webfont.ttf?v=4.6.1') format('truetype'),
         url('https://cdn.kyruus.com/pmc-customer-static-assets/baystate/fonts/1.1/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* OVERRIDES */

.kyruus-custom-wrapper .main-nav ul.nav>li>a{
    font-weight:400;
}
.kyruus-custom-wrapper .navi-set .grid-content li a,
.kyruus-custom-wrapper .navi-set .grid-content li a:hover,
.kyruus-custom-wrapper .navi-set .grid-content li a:visited{
    font-weight:400;
    color:#939393;
}
.kyruus-custom-wrapper .navi-set .grid-content li a:hover{
    text-decoration: underline;
}

/* END OVERRIDES*/
.main_0_rptPrimaryNav_pnlDropDownOneColumn_2 .navi-set .dd-1 .twelve .grid-content ul > li{
    width: 100%;

}

.kyruus-custom-wrapper .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.kyruus-custom-wrapper .fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

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

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

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

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

.kyruus-custom-wrapper .fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.kyruus-custom-wrapper .fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

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

.kyruus-custom-wrapper .fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

.kyruus-custom-wrapper .fa-li.fa-lg {
    left: -1.85714286em;
}

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

.kyruus-custom-wrapper .fa-pull-left {
    float: left;
}

.kyruus-custom-wrapper .fa-pull-right {
    float: right;
}

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

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

/* Deprecated as of 4.4.0 */

.kyruus-custom-wrapper .pull-right {
    float: right;
}

.kyruus-custom-wrapper .pull-left {
    float: left;
}

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

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

.kyruus-custom-wrapper .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;
}

.kyruus-custom-wrapper .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
            animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

.kyruus-custom-wrapper .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.kyruus-custom-wrapper .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.kyruus-custom-wrapper .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}

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

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

.kyruus-custom-wrapper :root .fa-rotate-90,
.kyruus-custom-wrapper :root .fa-rotate-180,
.kyruus-custom-wrapper :root .fa-rotate-270,
.kyruus-custom-wrapper :root .fa-flip-horizontal,
.kyruus-custom-wrapper :root .fa-flip-vertical {
    filter: none;
}

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

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

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

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

.kyruus-custom-wrapper .fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */

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

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

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

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

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

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

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

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

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

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

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

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

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

.kyruus-custom-wrapper .fa-remove:before,
.kyruus-custom-wrapper .fa-close:before, .kyruus-custom-wrapper .fa-times:before {
    content: "\f00d";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kyruus-custom-wrapper .fa-photo:before, .kyruus-custom-wrapper .fa-image:before,
.kyruus-custom-wrapper .fa-picture-o:before {
    content: "\f03e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kyruus-custom-wrapper .fa-bar-chart-o:before,
.kyruus-custom-wrapper .fa-bar-chart:before {
    content: "\f080";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kyruus-custom-wrapper .fa-facebook-f:before,
.kyruus-custom-wrapper .fa-facebook:before {
    content: "\f09a";
}

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

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

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

.kyruus-custom-wrapper .fa-feed:before, .kyruus-custom-wrapper .fa-rss:before {
    content: "\f09e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kyruus-custom-wrapper .fa-navicon:before,
.kyruus-custom-wrapper .fa-reorder:before,
.kyruus-custom-wrapper .fa-bars:before {
    content: "\f0c9";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kyruus-custom-wrapper .fa-sort-down:before,
.kyruus-custom-wrapper .fa-sort-desc:before {
    content: "\f0dd";
}

.kyruus-custom-wrapper .fa-sort-up:before,
.kyruus-custom-wrapper .fa-sort-asc:before {
    content: "\f0de";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kyruus-custom-wrapper .fa-mail-reply-all:before,
.kyruus-custom-wrapper .fa-reply-all:before {
    content: "\f122";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kyruus-custom-wrapper .fa-gittip:before,
.kyruus-custom-wrapper .fa-gratipay:before {
    content: "\f184";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kyruus-custom-wrapper .fa-space-shuttle:before {
    content: "\f197";
}

.kyruus-custom-wrapper .fa-slack:before {
    content: "\f198";
}

.kyruus-custom-wrapper .fa-envelope-square:before {
    content: "\f199";
}

.kyruus-custom-wrapper .fa-wordpress:before {
    content: "\f19a";
}

.kyruus-custom-wrapper .fa-openid:before {
    content: "\f19b";
}

.kyruus-custom-wrapper .fa-institution:before,
.kyruus-custom-wrapper .fa-bank:before,
.kyruus-custom-wrapper .fa-university:before {
    content: "\f19c";
}

.kyruus-custom-wrapper .fa-mortar-board:before,
.kyruus-custom-wrapper .fa-graduation-cap:before {
    content: "\f19d";
}

.kyruus-custom-wrapper .fa-yahoo:before {
    content: "\f19e";
}

.kyruus-custom-wrapper .fa-google:before {
    content: "\f1a0";
}

.kyruus-custom-wrapper .fa-reddit:before {
    content: "\f1a1";
}

.kyruus-custom-wrapper .fa-reddit-square:before {
    content: "\f1a2";
}

.kyruus-custom-wrapper .fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.kyruus-custom-wrapper .fa-stumbleupon:before {
    content: "\f1a4";
}

.kyruus-custom-wrapper .fa-delicious:before {
    content: "\f1a5";
}

.kyruus-custom-wrapper .fa-digg:before {
    content: "\f1a6";
}

.kyruus-custom-wrapper .fa-pied-piper:before {
    content: "\f1a7";
}

.kyruus-custom-wrapper .fa-pied-piper-alt:before {
    content: "\f1a8";
}

.kyruus-custom-wrapper .fa-drupal:before {
    content: "\f1a9";
}

.kyruus-custom-wrapper .fa-joomla:before {
    content: "\f1aa";
}

.kyruus-custom-wrapper .fa-language:before {
    content: "\f1ab";
}

.kyruus-custom-wrapper .fa-fax:before {
    content: "\f1ac";
}

.kyruus-custom-wrapper .fa-building:before {
    content: "\f1ad";
}

.kyruus-custom-wrapper .fa-child:before {
    content: "\f1ae";
}

.kyruus-custom-wrapper .fa-paw:before {
    content: "\f1b0";
}

.kyruus-custom-wrapper .fa-spoon:before {
    content: "\f1b1";
}

.kyruus-custom-wrapper .fa-cube:before {
    content: "\f1b2";
}

.kyruus-custom-wrapper .fa-cubes:before {
    content: "\f1b3";
}

.kyruus-custom-wrapper .fa-behance:before {
    content: "\f1b4";
}

.kyruus-custom-wrapper .fa-behance-square:before {
    content: "\f1b5";
}

.kyruus-custom-wrapper .fa-steam:before {
    content: "\f1b6";
}

.kyruus-custom-wrapper .fa-steam-square:before {
    content: "\f1b7";
}

.kyruus-custom-wrapper .fa-recycle:before {
    content: "\f1b8";
}

.kyruus-custom-wrapper .fa-automobile:before,
.kyruus-custom-wrapper .fa-car:before {
    content: "\f1b9";
}

.kyruus-custom-wrapper .fa-cab:before, .kyruus-custom-wrapper .fa-taxi:before {
    content: "\f1ba";
}

.kyruus-custom-wrapper .fa-tree:before {
    content: "\f1bb";
}

.kyruus-custom-wrapper .fa-spotify:before {
    content: "\f1bc";
}

.kyruus-custom-wrapper .fa-deviantart:before {
    content: "\f1bd";
}

.kyruus-custom-wrapper .fa-soundcloud:before {
    content: "\f1be";
}

.kyruus-custom-wrapper .fa-database:before {
    content: "\f1c0";
}

.kyruus-custom-wrapper .fa-file-pdf-o:before {
    content: "\f1c1";
}

.kyruus-custom-wrapper .fa-file-word-o:before {
    content: "\f1c2";
}

.kyruus-custom-wrapper .fa-file-excel-o:before {
    content: "\f1c3";
}

.kyruus-custom-wrapper .fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.kyruus-custom-wrapper .fa-file-photo-o:before,
.kyruus-custom-wrapper .fa-file-picture-o:before,
.kyruus-custom-wrapper .fa-file-image-o:before {
    content: "\f1c5";
}

.kyruus-custom-wrapper .fa-file-zip-o:before,
.kyruus-custom-wrapper .fa-file-archive-o:before {
    content: "\f1c6";
}

.kyruus-custom-wrapper .fa-file-sound-o:before,
.kyruus-custom-wrapper .fa-file-audio-o:before {
    content: "\f1c7";
}

.kyruus-custom-wrapper .fa-file-movie-o:before,
.kyruus-custom-wrapper .fa-file-video-o:before {
    content: "\f1c8";
}

.kyruus-custom-wrapper .fa-file-code-o:before {
    content: "\f1c9";
}

.kyruus-custom-wrapper .fa-vine:before {
    content: "\f1ca";
}

.kyruus-custom-wrapper .fa-codepen:before {
    content: "\f1cb";
}

.kyruus-custom-wrapper .fa-jsfiddle:before {
    content: "\f1cc";
}

.kyruus-custom-wrapper .fa-life-bouy:before,
.kyruus-custom-wrapper .fa-life-buoy:before,
.kyruus-custom-wrapper .fa-life-saver:before,
.kyruus-custom-wrapper .fa-support:before,
.kyruus-custom-wrapper .fa-life-ring:before {
    content: "\f1cd";
}

.kyruus-custom-wrapper .fa-circle-o-notch:before {
    content: "\f1ce";
}

.kyruus-custom-wrapper .fa-ra:before, .kyruus-custom-wrapper .fa-rebel:before {
    content: "\f1d0";
}

.kyruus-custom-wrapper .fa-ge:before, .kyruus-custom-wrapper .fa-empire:before {
    content: "\f1d1";
}

.kyruus-custom-wrapper .fa-git-square:before {
    content: "\f1d2";
}

.kyruus-custom-wrapper .fa-git:before {
    content: "\f1d3";
}

.kyruus-custom-wrapper .fa-y-combinator-square:before,
.kyruus-custom-wrapper .fa-yc-square:before,
.kyruus-custom-wrapper .fa-hacker-news:before {
    content: "\f1d4";
}

.kyruus-custom-wrapper .fa-tencent-weibo:before {
    content: "\f1d5";
}

.kyruus-custom-wrapper .fa-qq:before {
    content: "\f1d6";
}

.kyruus-custom-wrapper .fa-wechat:before,
.kyruus-custom-wrapper .fa-weixin:before {
    content: "\f1d7";
}

.kyruus-custom-wrapper .fa-send:before,
.kyruus-custom-wrapper .fa-paper-plane:before {
    content: "\f1d8";
}

.kyruus-custom-wrapper .fa-send-o:before,
.kyruus-custom-wrapper .fa-paper-plane-o:before {
    content: "\f1d9";
}

.kyruus-custom-wrapper .fa-history:before {
    content: "\f1da";
}

.kyruus-custom-wrapper .fa-circle-thin:before {
    content: "\f1db";
}

.kyruus-custom-wrapper .fa-header:before {
    content: "\f1dc";
}

.kyruus-custom-wrapper .fa-paragraph:before {
    content: "\f1dd";
}

.kyruus-custom-wrapper .fa-sliders:before {
    content: "\f1de";
}

.kyruus-custom-wrapper .fa-share-alt:before {
    content: "\f1e0";
}

.kyruus-custom-wrapper .fa-share-alt-square:before {
    content: "\f1e1";
}

.kyruus-custom-wrapper .fa-bomb:before {
    content: "\f1e2";
}

.kyruus-custom-wrapper .fa-soccer-ball-o:before,
.kyruus-custom-wrapper .fa-futbol-o:before {
    content: "\f1e3";
}

.kyruus-custom-wrapper .fa-tty:before {
    content: "\f1e4";
}

.kyruus-custom-wrapper .fa-binoculars:before {
    content: "\f1e5";
}

.kyruus-custom-wrapper .fa-plug:before {
    content: "\f1e6";
}

.kyruus-custom-wrapper .fa-slideshare:before {
    content: "\f1e7";
}

.kyruus-custom-wrapper .fa-twitch:before {
    content: "\f1e8";
}

.kyruus-custom-wrapper .fa-yelp:before {
    content: "\f1e9";
}

.kyruus-custom-wrapper .fa-newspaper-o:before {
    content: "\f1ea";
}

.kyruus-custom-wrapper .fa-wifi:before {
    content: "\f1eb";
}

.kyruus-custom-wrapper .fa-calculator:before {
    content: "\f1ec";
}

.kyruus-custom-wrapper .fa-paypal:before {
    content: "\f1ed";
}

.kyruus-custom-wrapper .fa-google-wallet:before {
    content: "\f1ee";
}

.kyruus-custom-wrapper .fa-cc-visa:before {
    content: "\f1f0";
}

.kyruus-custom-wrapper .fa-cc-mastercard:before {
    content: "\f1f1";
}

.kyruus-custom-wrapper .fa-cc-discover:before {
    content: "\f1f2";
}

.kyruus-custom-wrapper .fa-cc-amex:before {
    content: "\f1f3";
}

.kyruus-custom-wrapper .fa-cc-paypal:before {
    content: "\f1f4";
}

.kyruus-custom-wrapper .fa-cc-stripe:before {
    content: "\f1f5";
}

.kyruus-custom-wrapper .fa-bell-slash:before {
    content: "\f1f6";
}

.kyruus-custom-wrapper .fa-bell-slash-o:before {
    content: "\f1f7";
}

.kyruus-custom-wrapper .fa-trash:before {
    content: "\f1f8";
}

.kyruus-custom-wrapper .fa-copyright:before {
    content: "\f1f9";
}

.kyruus-custom-wrapper .fa-at:before {
    content: "\f1fa";
}

.kyruus-custom-wrapper .fa-eyedropper:before {
    content: "\f1fb";
}

.kyruus-custom-wrapper .fa-paint-brush:before {
    content: "\f1fc";
}

.kyruus-custom-wrapper .fa-birthday-cake:before {
    content: "\f1fd";
}

.kyruus-custom-wrapper .fa-area-chart:before {
    content: "\f1fe";
}

.kyruus-custom-wrapper .fa-pie-chart:before {
    content: "\f200";
}

.kyruus-custom-wrapper .fa-line-chart:before {
    content: "\f201";
}

.kyruus-custom-wrapper .fa-lastfm:before {
    content: "\f202";
}

.kyruus-custom-wrapper .fa-lastfm-square:before {
    content: "\f203";
}

.kyruus-custom-wrapper .fa-toggle-off:before {
    content: "\f204";
}

.kyruus-custom-wrapper .fa-toggle-on:before {
    content: "\f205";
}

.kyruus-custom-wrapper .fa-bicycle:before {
    content: "\f206";
}

.kyruus-custom-wrapper .fa-bus:before {
    content: "\f207";
}

.kyruus-custom-wrapper .fa-ioxhost:before {
    content: "\f208";
}

.kyruus-custom-wrapper .fa-angellist:before {
    content: "\f209";
}

.kyruus-custom-wrapper .fa-cc:before {
    content: "\f20a";
}

.kyruus-custom-wrapper .fa-shekel:before,
.kyruus-custom-wrapper .fa-sheqel:before, .kyruus-custom-wrapper .fa-ils:before {
    content: "\f20b";
}

.kyruus-custom-wrapper .fa-meanpath:before {
    content: "\f20c";
}

.kyruus-custom-wrapper .fa-buysellads:before {
    content: "\f20d";
}

.kyruus-custom-wrapper .fa-connectdevelop:before {
    content: "\f20e";
}

.kyruus-custom-wrapper .fa-dashcube:before {
    content: "\f210";
}

.kyruus-custom-wrapper .fa-forumbee:before {
    content: "\f211";
}

.kyruus-custom-wrapper .fa-leanpub:before {
    content: "\f212";
}

.kyruus-custom-wrapper .fa-sellsy:before {
    content: "\f213";
}

.kyruus-custom-wrapper .fa-shirtsinbulk:before {
    content: "\f214";
}

.kyruus-custom-wrapper .fa-simplybuilt:before {
    content: "\f215";
}

.kyruus-custom-wrapper .fa-skyatlas:before {
    content: "\f216";
}

.kyruus-custom-wrapper .fa-cart-plus:before {
    content: "\f217";
}

.kyruus-custom-wrapper .fa-cart-arrow-down:before {
    content: "\f218";
}

.kyruus-custom-wrapper .fa-diamond:before {
    content: "\f219";
}

.kyruus-custom-wrapper .fa-ship:before {
    content: "\f21a";
}

.kyruus-custom-wrapper .fa-user-secret:before {
    content: "\f21b";
}

.kyruus-custom-wrapper .fa-motorcycle:before {
    content: "\f21c";
}

.kyruus-custom-wrapper .fa-street-view:before {
    content: "\f21d";
}

.kyruus-custom-wrapper .fa-heartbeat:before {
    content: "\f21e";
}

.kyruus-custom-wrapper .fa-venus:before {
    content: "\f221";
}

.kyruus-custom-wrapper .fa-mars:before {
    content: "\f222";
}

.kyruus-custom-wrapper .fa-mercury:before {
    content: "\f223";
}

.kyruus-custom-wrapper .fa-intersex:before,
.kyruus-custom-wrapper .fa-transgender:before {
    content: "\f224";
}

.kyruus-custom-wrapper .fa-transgender-alt:before {
    content: "\f225";
}

.kyruus-custom-wrapper .fa-venus-double:before {
    content: "\f226";
}

.kyruus-custom-wrapper .fa-mars-double:before {
    content: "\f227";
}

.kyruus-custom-wrapper .fa-venus-mars:before {
    content: "\f228";
}

.kyruus-custom-wrapper .fa-mars-stroke:before {
    content: "\f229";
}

.kyruus-custom-wrapper .fa-mars-stroke-v:before {
    content: "\f22a";
}

.kyruus-custom-wrapper .fa-mars-stroke-h:before {
    content: "\f22b";
}

.kyruus-custom-wrapper .fa-neuter:before {
    content: "\f22c";
}

.kyruus-custom-wrapper .fa-genderless:before {
    content: "\f22d";
}

.kyruus-custom-wrapper .fa-facebook-official:before {
    content: "\f230";
}

.kyruus-custom-wrapper .fa-pinterest-p:before {
    content: "\f231";
}

.kyruus-custom-wrapper .fa-whatsapp:before {
    content: "\f232";
}

.kyruus-custom-wrapper .fa-server:before {
    content: "\f233";
}

.kyruus-custom-wrapper .fa-user-plus:before {
    content: "\f234";
}

.kyruus-custom-wrapper .fa-user-times:before {
    content: "\f235";
}

.kyruus-custom-wrapper .fa-hotel:before, .kyruus-custom-wrapper .fa-bed:before {
    content: "\f236";
}

.kyruus-custom-wrapper .fa-viacoin:before {
    content: "\f237";
}

.kyruus-custom-wrapper .fa-train:before {
    content: "\f238";
}

.kyruus-custom-wrapper .fa-subway:before {
    content: "\f239";
}

.kyruus-custom-wrapper .fa-medium:before {
    content: "\f23a";
}

.kyruus-custom-wrapper .fa-yc:before,
.kyruus-custom-wrapper .fa-y-combinator:before {
    content: "\f23b";
}

.kyruus-custom-wrapper .fa-optin-monster:before {
    content: "\f23c";
}

.kyruus-custom-wrapper .fa-opencart:before {
    content: "\f23d";
}

.kyruus-custom-wrapper .fa-expeditedssl:before {
    content: "\f23e";
}

.kyruus-custom-wrapper .fa-battery-4:before,
.kyruus-custom-wrapper .fa-battery-full:before {
    content: "\f240";
}

.kyruus-custom-wrapper .fa-battery-3:before,
.kyruus-custom-wrapper .fa-battery-three-quarters:before {
    content: "\f241";
}

.kyruus-custom-wrapper .fa-battery-2:before,
.kyruus-custom-wrapper .fa-battery-half:before {
    content: "\f242";
}

.kyruus-custom-wrapper .fa-battery-1:before,
.kyruus-custom-wrapper .fa-battery-quarter:before {
    content: "\f243";
}

.kyruus-custom-wrapper .fa-battery-0:before,
.kyruus-custom-wrapper .fa-battery-empty:before {
    content: "\f244";
}

.kyruus-custom-wrapper .fa-mouse-pointer:before {
    content: "\f245";
}

.kyruus-custom-wrapper .fa-i-cursor:before {
    content: "\f246";
}

.kyruus-custom-wrapper .fa-object-group:before {
    content: "\f247";
}

.kyruus-custom-wrapper .fa-object-ungroup:before {
    content: "\f248";
}

.kyruus-custom-wrapper .fa-sticky-note:before {
    content: "\f249";
}

.kyruus-custom-wrapper .fa-sticky-note-o:before {
    content: "\f24a";
}

.kyruus-custom-wrapper .fa-cc-jcb:before {
    content: "\f24b";
}

.kyruus-custom-wrapper .fa-cc-diners-club:before {
    content: "\f24c";
}

.kyruus-custom-wrapper .fa-clone:before {
    content: "\f24d";
}

.kyruus-custom-wrapper .fa-balance-scale:before {
    content: "\f24e";
}

.kyruus-custom-wrapper .fa-hourglass-o:before {
    content: "\f250";
}

.kyruus-custom-wrapper .fa-hourglass-1:before,
.kyruus-custom-wrapper .fa-hourglass-start:before {
    content: "\f251";
}

.kyruus-custom-wrapper .fa-hourglass-2:before,
.kyruus-custom-wrapper .fa-hourglass-half:before {
    content: "\f252";
}

.kyruus-custom-wrapper .fa-hourglass-3:before,
.kyruus-custom-wrapper .fa-hourglass-end:before {
    content: "\f253";
}

.kyruus-custom-wrapper .fa-hourglass:before {
    content: "\f254";
}

.kyruus-custom-wrapper .fa-hand-grab-o:before,
.kyruus-custom-wrapper .fa-hand-rock-o:before {
    content: "\f255";
}

.kyruus-custom-wrapper .fa-hand-stop-o:before,
.kyruus-custom-wrapper .fa-hand-paper-o:before {
    content: "\f256";
}

.kyruus-custom-wrapper .fa-hand-scissors-o:before {
    content: "\f257";
}

.kyruus-custom-wrapper .fa-hand-lizard-o:before {
    content: "\f258";
}

.kyruus-custom-wrapper .fa-hand-spock-o:before {
    content: "\f259";
}

.kyruus-custom-wrapper .fa-hand-pointer-o:before {
    content: "\f25a";
}

.kyruus-custom-wrapper .fa-hand-peace-o:before {
    content: "\f25b";
}

.kyruus-custom-wrapper .fa-trademark:before {
    content: "\f25c";
}

.kyruus-custom-wrapper .fa-registered:before {
    content: "\f25d";
}

.kyruus-custom-wrapper .fa-creative-commons:before {
    content: "\f25e";
}

.kyruus-custom-wrapper .fa-gg:before {
    content: "\f260";
}

.kyruus-custom-wrapper .fa-gg-circle:before {
    content: "\f261";
}

.kyruus-custom-wrapper .fa-tripadvisor:before {
    content: "\f262";
}

.kyruus-custom-wrapper .fa-odnoklassniki:before {
    content: "\f263";
}

.kyruus-custom-wrapper .fa-odnoklassniki-square:before {
    content: "\f264";
}

.kyruus-custom-wrapper .fa-get-pocket:before {
    content: "\f265";
}

.kyruus-custom-wrapper .fa-wikipedia-w:before {
    content: "\f266";
}

.kyruus-custom-wrapper .fa-safari:before {
    content: "\f267";
}

.kyruus-custom-wrapper .fa-chrome:before {
    content: "\f268";
}

.kyruus-custom-wrapper .fa-firefox:before {
    content: "\f269";
}

.kyruus-custom-wrapper .fa-opera:before {
    content: "\f26a";
}

.kyruus-custom-wrapper .fa-internet-explorer:before {
    content: "\f26b";
}

.kyruus-custom-wrapper .fa-tv:before,
.kyruus-custom-wrapper .fa-television:before {
    content: "\f26c";
}

.kyruus-custom-wrapper .fa-contao:before {
    content: "\f26d";
}

.kyruus-custom-wrapper .fa-500px:before {
    content: "\f26e";
}

.kyruus-custom-wrapper .fa-amazon:before {
    content: "\f270";
}

.kyruus-custom-wrapper .fa-calendar-plus-o:before {
    content: "\f271";
}

.kyruus-custom-wrapper .fa-calendar-minus-o:before {
    content: "\f272";
}

.kyruus-custom-wrapper .fa-calendar-times-o:before {
    content: "\f273";
}

.kyruus-custom-wrapper .fa-calendar-check-o:before {
    content: "\f274";
}

.kyruus-custom-wrapper .fa-industry:before {
    content: "\f275";
}

.kyruus-custom-wrapper .fa-map-pin:before {
    content: "\f276";
}

.kyruus-custom-wrapper .fa-map-signs:before {
    content: "\f277";
}

.kyruus-custom-wrapper .fa-map-o:before {
    content: "\f278";
}

.kyruus-custom-wrapper .fa-map:before {
    content: "\f279";
}

.kyruus-custom-wrapper .fa-commenting:before {
    content: "\f27a";
}

.kyruus-custom-wrapper .fa-commenting-o:before {
    content: "\f27b";
}

.kyruus-custom-wrapper .fa-houzz:before {
    content: "\f27c";
}

.kyruus-custom-wrapper .fa-vimeo:before {
    content: "\f27d";
}

.kyruus-custom-wrapper .fa-black-tie:before {
    content: "\f27e";
}

.kyruus-custom-wrapper .fa-fonticons:before {
    content: "\f280";
}

.kyruus-custom-wrapper .fa-reddit-alien:before {
    content: "\f281";
}

.kyruus-custom-wrapper .fa-edge:before {
    content: "\f282";
}

.kyruus-custom-wrapper .fa-credit-card-alt:before {
    content: "\f283";
}

.kyruus-custom-wrapper .fa-codiepie:before {
    content: "\f284";
}

.kyruus-custom-wrapper .fa-modx:before {
    content: "\f285";
}

.kyruus-custom-wrapper .fa-fort-awesome:before {
    content: "\f286";
}

.kyruus-custom-wrapper .fa-usb:before {
    content: "\f287";
}

.kyruus-custom-wrapper .fa-product-hunt:before {
    content: "\f288";
}

.kyruus-custom-wrapper .fa-mixcloud:before {
    content: "\f289";
}

.kyruus-custom-wrapper .fa-scribd:before {
    content: "\f28a";
}

.kyruus-custom-wrapper .fa-pause-circle:before {
    content: "\f28b";
}

.kyruus-custom-wrapper .fa-pause-circle-o:before {
    content: "\f28c";
}

.kyruus-custom-wrapper .fa-stop-circle:before {
    content: "\f28d";
}

.kyruus-custom-wrapper .fa-stop-circle-o:before {
    content: "\f28e";
}

.kyruus-custom-wrapper .fa-shopping-bag:before {
    content: "\f290";
}

.kyruus-custom-wrapper .fa-shopping-basket:before {
    content: "\f291";
}

.kyruus-custom-wrapper .fa-hashtag:before {
    content: "\f292";
}

.kyruus-custom-wrapper .fa-bluetooth:before {
    content: "\f293";
}

.kyruus-custom-wrapper .fa-bluetooth-b:before {
    content: "\f294";
}

.kyruus-custom-wrapper .fa-percent:before {
    content: "\f295";
}

.kyruus-custom-wrapper .fa-gitlab:before {
    content: "\f296";
}

.kyruus-custom-wrapper .fa-wpbeginner:before {
    content: "\f297";
}

.kyruus-custom-wrapper .fa-wpforms:before {
    content: "\f298";
}

.kyruus-custom-wrapper .fa-envira:before {
    content: "\f299";
}

.kyruus-custom-wrapper .fa-universal-access:before {
    content: "\f29a";
}

.kyruus-custom-wrapper .fa-wheelchair-alt:before {
    content: "\f29b";
}

.kyruus-custom-wrapper .fa-question-circle-o:before {
    content: "\f29c";
}

.kyruus-custom-wrapper .fa-blind:before {
    content: "\f29d";
}

.kyruus-custom-wrapper .fa-audio-description:before {
    content: "\f29e";
}

.kyruus-custom-wrapper .fa-volume-control-phone:before {
    content: "\f2a0";
}

.kyruus-custom-wrapper .fa-braille:before {
    content: "\f2a1";
}

.kyruus-custom-wrapper .fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.kyruus-custom-wrapper .fa-asl-interpreting:before,
.kyruus-custom-wrapper .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.kyruus-custom-wrapper .fa-deafness:before,
.kyruus-custom-wrapper .fa-hard-of-hearing:before,
.kyruus-custom-wrapper .fa-deaf:before {
    content: "\f2a4";
}

.kyruus-custom-wrapper .fa-glide:before {
    content: "\f2a5";
}

.kyruus-custom-wrapper .fa-glide-g:before {
    content: "\f2a6";
}

.kyruus-custom-wrapper .fa-signing:before,
.kyruus-custom-wrapper .fa-sign-language:before {
    content: "\f2a7";
}

.kyruus-custom-wrapper .fa-low-vision:before {
    content: "\f2a8";
}

.kyruus-custom-wrapper .fa-viadeo:before {
    content: "\f2a9";
}

.kyruus-custom-wrapper .fa-viadeo-square:before {
    content: "\f2aa";
}

.kyruus-custom-wrapper .fa-snapchat:before {
    content: "\f2ab";
}

.kyruus-custom-wrapper .fa-snapchat-ghost:before {
    content: "\f2ac";
}

.kyruus-custom-wrapper .fa-snapchat-square:before {
    content: "\f2ad";
}

.kyruus-custom-wrapper .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.kyruus-custom-wrapper .sr-only-focusable:active,
.kyruus-custom-wrapper .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* ==========================================================================
   Reset
   ========================================================================== */

html .kyruus-custom-wrapper, body .kyruus-custom-wrapper,
.kyruus-custom-wrapper div, .kyruus-custom-wrapper span,
.kyruus-custom-wrapper applet, .kyruus-custom-wrapper object,
.kyruus-custom-wrapper iframe, .kyruus-custom-wrapper h1,
.kyruus-custom-wrapper h2, .kyruus-custom-wrapper h3, .kyruus-custom-wrapper h4,
.kyruus-custom-wrapper h5, .kyruus-custom-wrapper h6, .kyruus-custom-wrapper p,
.kyruus-custom-wrapper blockquote, .kyruus-custom-wrapper pre,
.kyruus-custom-wrapper a, .kyruus-custom-wrapper abbr,
.kyruus-custom-wrapper acronym, .kyruus-custom-wrapper address,
.kyruus-custom-wrapper big, .kyruus-custom-wrapper cite,
.kyruus-custom-wrapper code, .kyruus-custom-wrapper del,
.kyruus-custom-wrapper dfn, .kyruus-custom-wrapper em,
.kyruus-custom-wrapper img, .kyruus-custom-wrapper ins,
.kyruus-custom-wrapper kbd, .kyruus-custom-wrapper q, .kyruus-custom-wrapper s,
.kyruus-custom-wrapper samp, .kyruus-custom-wrapper small,
.kyruus-custom-wrapper strike, .kyruus-custom-wrapper strong,
.kyruus-custom-wrapper sub, .kyruus-custom-wrapper sup,
.kyruus-custom-wrapper tt, .kyruus-custom-wrapper var, .kyruus-custom-wrapper b,
.kyruus-custom-wrapper u, .kyruus-custom-wrapper i,
.kyruus-custom-wrapper center, .kyruus-custom-wrapper dl,
.kyruus-custom-wrapper dt, .kyruus-custom-wrapper dd, .kyruus-custom-wrapper ol,
.kyruus-custom-wrapper ul, .kyruus-custom-wrapper li,
.kyruus-custom-wrapper fieldset, .kyruus-custom-wrapper form,
.kyruus-custom-wrapper label, .kyruus-custom-wrapper legend,
.kyruus-custom-wrapper table, .kyruus-custom-wrapper caption,
.kyruus-custom-wrapper tbody, .kyruus-custom-wrapper tfoot,
.kyruus-custom-wrapper thead, .kyruus-custom-wrapper tr,
.kyruus-custom-wrapper th, .kyruus-custom-wrapper td,
.kyruus-custom-wrapper article, .kyruus-custom-wrapper aside,
.kyruus-custom-wrapper canvas, .kyruus-custom-wrapper details,
.kyruus-custom-wrapper embed, .kyruus-custom-wrapper figure,
.kyruus-custom-wrapper figcaption, .kyruus-custom-wrapper footer,
.kyruus-custom-wrapper header, .kyruus-custom-wrapper hgroup,
.kyruus-custom-wrapper menu, .kyruus-custom-wrapper nav,
.kyruus-custom-wrapper picture, .kyruus-custom-wrapper output,
.kyruus-custom-wrapper ruby, .kyruus-custom-wrapper section,
.kyruus-custom-wrapper summary, .kyruus-custom-wrapper time,
.kyruus-custom-wrapper mark, .kyruus-custom-wrapper audio,
.kyruus-custom-wrapper video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.kyruus-custom-wrapper audio:not([controls]) {
    display: none;
    height: 0;
}

.kyruus-custom-wrapper [hidden] {
    display: none;
}

html .kyruus-custom-wrapper {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.kyruus-custom-wrapper .ui-autocomplete {
    z-index: 6;
    max-height: 400px;
    overflow-x: auto;
}

/* ==========================================================================
       Fonts.
       ========================================================================== */

/* ==========================================================================
       Base
       ========================================================================== */

.kyruus-custom-wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.kyruus-custom-wrapper a {
    color: #26b6ea;
    text-decoration: none;
            transition: color .25s;
    -webkit-transition: color .25s;
       -moz-transition: color .25s;
}

.kyruus-custom-wrapper a:hover {
    text-decoration: underline;
}

/*
    :focus {
        outline: 1px solid #5bd9ff !important;
    }
        */

.kyruus-custom-wrapper :focus {
    outline: -webkit-focus-ring-color auto 5px;
}

/*a:focus {outline: none;}*/

.kyruus-custom-wrapper a:active, .kyruus-custom-wrapper a:hover {
    outline: 0;
}

.kyruus-custom-wrapper p em {
    font-style: italic;
}

.kyruus-custom-wrapper .button, .kyruus-custom-wrapper .features .button,
.kyruus-custom-wrapper .content-button {
    background-color: #86b84a;
    background-image: linear-gradient(#93c457, #7aac3e);
    color: #fff !important;
    cursor: pointer;
    display: inline;
    font-size: .9em;
    padding: .5em;
    outline: none;
            transition: background .25s;
    -webkit-transition: background .25s;
       -moz-transition: background .25s;
    border-radius: 4px;
    min-width: 5em;
    text-align: center;
    text-transform: uppercase;
}

.kyruus-custom-wrapper .button:hover {
    outline: none;
    text-decoration: none;
}

.kyruus-custom-wrapper .ie-print {
    display: none !important;
}

.kyruus-custom-wrapper .Two-Column-Layout {
    margin-bottom: 20px !important;
}

/* ==========================================================================
       Typography
       ========================================================================== */

.kyruus-custom-wrapper h1, .kyruus-custom-wrapper h2, .kyruus-custom-wrapper h3,
.kyruus-custom-wrapper h4, .kyruus-custom-wrapper h5, .kyruus-custom-wrapper h6 {
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: bold;
}

.kyruus-custom-wrapper h1 {
    font-size: 1.75em;
    line-height: 1.1em;
    color: #3e3227;
    font-family: 'Raleway', sans-serif;
}

.kyruus-custom-wrapper h2 {
    font-size: 1.25em;
    color: #87b84b;
}

.kyruus-custom-wrapper h3 {
    font-size: 1.25em;
    text-transform: none;
}

.kyruus-custom-wrapper h4 {
    font-size: 1em;
}

.kyruus-custom-wrapper h5, .kyruus-custom-wrapper h6 {
    font-size: 1em;
    line-height: 1.2em;
}

.kyruus-custom-wrapper abbr[title] {
    border-bottom: 1px dotted;
}

.kyruus-custom-wrapper b, .kyruus-custom-wrapper strong {
    font-weight: bold;
}

.kyruus-custom-wrapper blockquote {
    margin: 1em 3em;
}

.kyruus-custom-wrapper dfn {
    font-style: italic;
}

.kyruus-custom-wrapper hr {
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    height: 0;
}

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

.kyruus-custom-wrapper mark {
    background: #ff0;
    color: #000;
}

.kyruus-custom-wrapper p, .kyruus-custom-wrapper pre {
    margin: 0 0 1.6em;
}

.kyruus-custom-wrapper code, .kyruus-custom-wrapper kbd,
.kyruus-custom-wrapper pre, .kyruus-custom-wrapper samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

.kyruus-custom-wrapper pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.kyruus-custom-wrapper q {
    quotes: none;
}

.kyruus-custom-wrapper q:before, .kyruus-custom-wrapper q:after {
    content: '';
    content: none;
}

.kyruus-custom-wrapper small {
    font-size: 80%;
}

.kyruus-custom-wrapper sub, .kyruus-custom-wrapper sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.kyruus-custom-wrapper sup {
    top: -0.5em;
}

.kyruus-custom-wrapper sub {
    bottom: -0.25em;
}

.kyruus-custom-wrapper .readmore {
    display: block;
}

.kyruus-custom-wrapper .separator {
    padding: 0 .8em;
}

.kyruus-custom-wrapper .breadcrumb .separator i {
    color: #d3d3d3;
    font-size: .4em;
    position: relative;
    top: -1px;
}

/* ==========================================================================
       Lists - Inputs
       ========================================================================== */

.kyruus-custom-wrapper ul, .kyruus-custom-wrapper ol {
    padding: 0;
    margin: 0 0 25px 25px;
}

.kyruus-custom-wrapper .content ol, .kyruus-custom-wrapper .content ul {
    padding: 0 0 0 1em 1.6em;
}

.kyruus-custom-wrapper .content-display UL>LI>UL {
    margin-bottom: 0;
}

.kyruus-custom-wrapper dl, .kyruus-custom-wrapper menu .slided ul {
    margin: 1em 0 0 0;
    padding: 0;
    list-style: none;
}

.kyruus-custom-wrapper ul.core-list, .kyruus-custom-wrapper ol.core-list,
.kyruus-custom-wrapper div.core-list {
    padding: 0;
}

.kyruus-custom-wrapper .tools ul, .kyruus-custom-wrapper nav ul,
.kyruus-custom-wrapper .thumbs-core ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kyruus-custom-wrapper dd {
    margin: 0 0 0 4em;
}

.kyruus-custom-wrapper nav ul, .kyruus-custom-wrapper nav ol,
.kyruus-custom-wrapper footer ul {
    list-style: none;
    list-style-image: none;
}

.kyruus-custom-wrapper footer ul {
    margin-left: 0;
}

.kyruus-custom-wrapper footer .social ul {
    margin: 0 0 25px 25px;
}

.kyruus-custom-wrapper img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.kyruus-custom-wrapper img, .kyruus-custom-wrapper object,
.kyruus-custom-wrapper embed {
    max-width: 100%;
    height: auto;
}

/*For Chrome, who's being weird about these'*/

.kyruus-custom-wrapper article.content-display Table TD IMG {
    max-width: none;
    max-width: initial;
}

.kyruus-custom-wrapper .three.columns .responsive-tabs img {
    width: 100%;
    max-width: 100px;
}

.kyruus-custom-wrapper .responsive-tabs .two.columns {
    width: 10% !important;
}

.kyruus-custom-wrapper svg:not(:root) {
    overflow: hidden;
}

.kyruus-custom-wrapper figure {
    margin: 0;
}

.kyruus-custom-wrapper form {
    margin: 0;
}

.kyruus-custom-wrapper fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 .4em;
    padding: .35em .625em .75em;
}

.kyruus-custom-wrapper fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.kyruus-custom-wrapper legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

.kyruus-custom-wrapper button, .kyruus-custom-wrapper input,
.kyruus-custom-wrapper select, .kyruus-custom-wrapper textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

.kyruus-custom-wrapper button, .kyruus-custom-wrapper input {
    line-height: normal;
}

.kyruus-custom-wrapper button, .kyruus-custom-wrapper select {
    text-transform: none;
}

.kyruus-custom-wrapper button, html .kyruus-custom-wrapper  input[type="button"],
.kyruus-custom-wrapper input[type="reset"],
.kyruus-custom-wrapper input[type="submit"] {
    background-color: #86b84a;
    background-image: linear-gradient(#93c457, #7bac3f);
    color: #fff;
    cursor: pointer;
    display: inline;
    padding: .6em;
    outline: none;
            transition: background .25s;
    -webkit-transition: background .25s;
       -moz-transition: background .25s;
    border-radius: 4px;
    min-width: 5em;
    text-align: center;
    text-transform: uppercase;
    height: auto;
    border: none;
    text-transform: uppercase;
    -webkit-appearance: button;
}

.kyruus-custom-wrapper button[disabled],
html .kyruus-custom-wrapper  input[disabled] {
    cursor: default;
}

.kyruus-custom-wrapper button:focus {
    outline: 0;
}

.kyruus-custom-wrapper input[type="checkbox"],
.kyruus-custom-wrapper input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

.kyruus-custom-wrapper input[type="search"] {
    -webkit-appearance: textfield;
       -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.kyruus-custom-wrapper input[type="search"]::-webkit-search-cancel-button,
.kyruus-custom-wrapper input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.kyruus-custom-wrapper input, .kyruus-custom-wrapper select,
.kyruus-custom-wrapper textarea {
    font-size: .9em;
    margin: 0;
    padding: .6em;
    border: 1px solid #e6e6e6; /*f2f2f2*/
}

.kyruus-custom-wrapper input:valid, .kyruus-custom-wrapper textarea:valid {
            box-sizing: border-box;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
}

.kyruus-custom-wrapper input::-webkit-input-placeholder {
    color: #999;
}

.kyruus-custom-wrapper input:-moz-placeholder {
    color: #999;
}

.kyruus-custom-wrapper input::-moz-placeholder {
    color: #999;
}

.kyruus-custom-wrapper input:-ms-input-placeholder {
    color: #999;
}

.kyruus-custom-wrapper input:focus::-webkit-input-placeholder {
    color: transparent;
}

.kyruus-custom-wrapper input:focus:-moz-placeholder {
    color: transparent;
}

.kyruus-custom-wrapper input:focus::-moz-placeholder {
    color: transparent;
}

.kyruus-custom-wrapper input:focus:-ms-input-placeholder {
    color: transparent;
}

.kyruus-custom-wrapper .hero-callout input::-webkit-input-placeholder {
    color: #fff;
}

.kyruus-custom-wrapper .hero-callout input:-moz-placeholder {
    color: #fff;
}

.kyruus-custom-wrapper .hero-callout input::-moz-placeholder {
    color: #fff;
}

.kyruus-custom-wrapper .hero-callout input:-ms-input-placeholder {
    color: #fff;
}

.kyruus-custom-wrapper .hero-callout input:focus::-webkit-input-placeholder {
    color: transparent;
}

.kyruus-custom-wrapper .hero-callout input:focus:-moz-placeholder {
    color: transparent;
}

.kyruus-custom-wrapper .hero-callout input:focus::-moz-placeholder {
    color: transparent;
}

.kyruus-custom-wrapper .hero-callout input:focus:-ms-input-placeholder {
    color: transparent;
}

.kyruus-custom-wrapper option {
    padding-left: .5em;
}

.kyruus-custom-wrapper button::-moz-focus-inner,
.kyruus-custom-wrapper input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.kyruus-custom-wrapper textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
}

.kyruus-custom-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
}

.kyruus-custom-wrapper .restable {
    border: 1px solid #ccc;
    margin: 0 0 1.5em;
}

.kyruus-custom-wrapper ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

.kyruus-custom-wrapper ::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.kyruus-custom-wrapper .chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

.kyruus-custom-wrapper .ie-print {
    display: none !important;
}

.kyruus-custom-wrapper iframe {
    max-width: 100%;
}

/* ==========================================================================
       TABLE
       ========================================================================== */

.kyruus-custom-wrapper table {
    width: 100%;
}

.kyruus-custom-wrapper td {
    vertical-align: top;
    padding: .9em;
}

.kyruus-custom-wrapper th {
    text-align: left;
    padding: 1em .9em;
    border-bottom: 3px solid #ccc;
    font-weight: bold;
}

.kyruus-custom-wrapper article th {
    background: #ddd;
}

.kyruus-custom-wrapper .data-grid {
    border-spacing: 0;
    margin-bottom: 1.5em;
    margin-top: 1em;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* ==========================================================================
       MT custom styles
    ========================================================================== */

.kyruus-custom-wrapper .ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.kyruus-custom-wrapper .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.kyruus-custom-wrapper .invisible {
    visibility: hidden;
}

.kyruus-custom-wrapper img.left {
    float: left;
    margin-right: 1em;
    margin-bottom: .8em;
    zoom: 1;
}

/*Have to specify img.left because it messes up nav otherwise*/

.kyruus-custom-wrapper .right {
    float: right;
    margin-left: 1em;
    margin-bottom: .8em;
    zoom: 1;
}

.kyruus-custom-wrapper .list li {
    font-size: .9em;
}

.kyruus-custom-wrapper .pipe {
    padding: 0 .6em;
}

.kyruus-custom-wrapper footer .pipe {
    color: #2c2523;
}

.kyruus-custom-wrapper .clear {
    overflow: hidden;
    clear: both;
}

.kyruus-custom-wrapper .rightside {
    margin-top: 1em;
}

.kyruus-custom-wrapper .navbar-collapse.collapse {
    display: block;
    padding-bottom: 0;
}

/*===================================================================================
     Layout GRIDS
     ====================================================================================*/

.kyruus-custom-wrapper .lt-ie9 .base-grid {
    width: 1505px;
}

.kyruus-custom-wrapper .lt-ie9 .grid {
    width: 1138px;
}

.kyruus-custom-wrapper header .grid, .kyruus-custom-wrapper .main-nav .grid,
.kyruus-custom-wrapper .main-nav-CTA .grid {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 56px;
}

.kyruus-custom-wrapper .grid {
    max-width: 1138px;
    width: 100%;
    margin: 0 auto;
    padding: 0 .625em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.kyruus-custom-wrapper .lt-ie10 .grid {
    overflow: hidden;
}

.kyruus-custom-wrapper .lt-ie10 .home-boxes-wrap {
    overflow: visible !important;
}

.kyruus-custom-wrapper .lt-ie10 .main-nav .grid {
    overflow: visible;
}

.kyruus-custom-wrapper .grid .grid {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: block;
    overflow: hidden;
}

/* To fix the grid into a different size, set max-width to your desired width */

.kyruus-custom-wrapper .column, .kyruus-custom-wrapper .columns {
    position: relative;
    margin-left: 1.95313%;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.kyruus-custom-wrapper .column:first-child,
.kyruus-custom-wrapper .columns:first-child, .kyruus-custom-wrapper .alpha,
.kyruus-custom-wrapper .listing .module-thumbnail {
    margin-left: 0;
}

.kyruus-custom-wrapper .column.first, .kyruus-custom-wrapper .columns.first,
.kyruus-custom-wrapper .column.alpha, .kyruus-custom-wrapper .columns.alpha {
    margin-left: 0;
}

.kyruus-custom-wrapper .column.omega, .kyruus-custom-wrapper .columns.omega {
    float: right;
}

/* Column Classes */

.kyruus-custom-wrapper .grid .one.column {
    width: 6.54297%;
}

.kyruus-custom-wrapper .grid .one.columns {
    width: 6.54297%;
}

.kyruus-custom-wrapper .grid .two.columns {
    width: 15.03906%;
}

.kyruus-custom-wrapper .grid .three.columns {
    width: 23.53516%;
}

.kyruus-custom-wrapper .grid .four.columns {
    width: 30.76923076923077%;
}

.kyruus-custom-wrapper .grid .five.columns {
    width: 40.52734%;
}

.kyruus-custom-wrapper .grid .six.columns {
    width: 49.02344%;
    display: inline-table !important;
}

@-moz-document url-prefix() {
    .module-ce-search .grid .six.columns {
        display: block;
        float: left;
    }

    .module-ce-search  .column, .module-ce-search  .columns {
        float: none;
        margin-left: 1.3%;
    }

    .module-ce-search .six.columns.grid {
        float: left;
    }
}

.kyruus-custom-wrapper .grid .seven.columns {
    width: 57.51953%;
}

.kyruus-custom-wrapper .grid .eight.columns {
    width: 66.01563%;
}

.kyruus-custom-wrapper .grid .nine.columns {
    width: 74.51172%;
}

.kyruus-custom-wrapper .grid .ten.columns {
    width: 83.00781%;
}

.kyruus-custom-wrapper .grid .eleven.columns {
    width: 91.50391%;
}

.kyruus-custom-wrapper .grid .twelve.columns {
    width: 100%;
}

/*.grid .one.column:nth-child(13), .grid .one.columns:nth-child(13) { margin-left: 0; }*/

.kyruus-custom-wrapper .grid .two.columns:nth-child(7) {
    margin-left: 0;
}

.kyruus-custom-wrapper .grid .three.columns:nth-child(5) {
    margin-left: 0;
}

.kyruus-custom-wrapper .grid .four.columns:nth-child(4) {
    margin-left: 0;
}

.kyruus-custom-wrapper .grid .twelve.columns {
    margin-left: 0;
    float: none;
    clear: both;
}

.kyruus-custom-wrapper header .three {
    text-align: right;
}

.kyruus-custom-wrapper .hero .twelve.columns {
    overflow: hidden;
}

.kyruus-custom-wrapper .hero .home-boxes-wrap .columns {
    overflow: visible;
}

.kyruus-custom-wrapper .block .four.columns {
    background: #eff5f7 !important;
    padding: 1em;
    display: table-cell;
    float: none;
    border-spacing: 2em;
    border: 1px solid #c3c3c3;
}

.kyruus-custom-wrapper .hero-callout section > div {
    max-width: 273px;
    width: 100%;
}

.kyruus-custom-wrapper .blue-bg {
    background: #224069;
    color: #fff;
}

.kyruus-custom-wrapper .blue-bg input,
.kyruus-custom-wrapper .blue-bg .selectbox {
    margin-bottom: 1.2em;
}

.kyruus-custom-wrapper .blue-bg .selectbox {
    font-size: 1em;
    padding: .2em .4em !important;
}

/* END Layout GRIDS
    ----------------------------------*/

/*GLOBAL VARS*/

.kyruus-custom-wrapper .visible-mobile {
    display: none;
}

.kyruus-custom-wrapper .no-scroll {
    overflow: hidden;
}

.kyruus-custom-wrapper .One-Column-Layout>section {
    width: 100%;
    position: relative;
}

.kyruus-custom-wrapper .no-bar:before {
    border: none !important;
}

/*===============================================Main Core===========================================================*/

html .kyruus-custom-wrapper {
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    font-style: normal;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
}

html .kyruus-custom-wrapper .lt-ie9 {
    overflow: scroll;
}

html .kyruus-custom-wrapper, .kyruus-custom-wrapper input,
.kyruus-custom-wrapper select, .kyruus-custom-wrapper textarea {
    font-family: 'Open Sans', sans-serif;
    color: #595a54;
}

body .kyruus-custom-wrapper {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    -webkit-overflow-scrolling: touch;
}

.kyruus-custom-wrapper .lt-ie9 body {
    min-width: 1170px;
    overflow: visible;
}

html .kyruus-custom-wrapper, body .kyruus-custom-wrapper {
    height: 100%;
}

.kyruus-custom-wrapper header .grid {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/*Browser compatibility notification*/

.kyruus-custom-wrapper .browser-warning {
    display: none;
    width: 100%;
    text-align: center;
    font-weight: bold;
    background-color: #f7f7f7;
    padding: .5em;
    font-size: 1.2em;
    color: #868686;
}

html .kyruus-custom-wrapper .lt-ie9 .browser-warning {
    display: block;
}

/*Google Translate changes*/

.kyruus-custom-wrapper .goog-te-gadget {
    color: white !important;
}

.kyruus-custom-wrapper .goog-te-gadget-simple {
    border: none !important;
    background-color: transparent !important;
}

.kyruus-custom-wrapper .goog-te-gadget-simple .goog-te-menu-value span {
    border: none !important;
    color: white !important;
}

.kyruus-custom-wrapper .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

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

.kyruus-custom-wrapper header .login {
    background-color: #7bac3f;
    background-image: linear-gradient(#93c457, #7bac3f);
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    min-width: 150px;
}

.kyruus-custom-wrapper header .mobile-only {
    display: none !important;
}

.kyruus-custom-wrapper .logo-mobile, .kyruus-custom-wrapper .dd,
.kyruus-custom-wrapper .mobile-nav,
.kyruus-custom-wrapper .nav-top .search .mobile-search,
.kyruus-custom-wrapper .nav-top .phone,
.kyruus-custom-wrapper .nav-top .mobile-menu,
.kyruus-custom-wrapper .minilogo a span, .kyruus-custom-wrapper .features .btn,
.kyruus-custom-wrapper .dropdown-menu span,
.kyruus-custom-wrapper .search-widget span {
    display: none;
}

.kyruus-custom-wrapper .secondary {
    text-align: right;
}

.kyruus-custom-wrapper .secondary section div {
    float: right;
}

.kyruus-custom-wrapper .secondary ul {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight:400;
}

.kyruus-custom-wrapper section.alert-box {
    width: 100%;
    z-index: 19;
    background-color: rgba(236, 137, 7, .7);
    padding: 10px 0;
    font-size: 1.2em;
    color: white;
    border: 3px solid #a37002;
}

.kyruus-custom-wrapper .item-url-home section.alert-box {
    position: absolute;
    display: block;
}

.kyruus-custom-wrapper .alert-box i.fa {
    font-size: 1.5em;
    padding-right: 1em;
}

.kyruus-custom-wrapper .Two-Column-Layout .content-cta {
    margin-bottom: 20px;
}

.kyruus-custom-wrapper .main-header>nav {
    width: 100%;
    z-index: 10;
    background: #2f4b76;
}

.kyruus-custom-wrapper .main-menu, .kyruus-custom-wrapper .scrollspy {
            transition: position 1s linear;
    -webkit-transition: position 1s linear;
       -moz-transition: position 1s linear;
}

.kyruus-custom-wrapper .home-section-image-column {
    position: absolute;
    min-height: 80vh;
    overflow: hidden;
}

.kyruus-custom-wrapper .home-section-image-column img {
    max-width: none;
    max-width: initial;
}

.kyruus-custom-wrapper .home-section-content-column {
    margin-left: 40.52734% !important;
}

.kyruus-custom-wrapper .home-accordion .accordion-copy>h3 {
    display: none;
}

.kyruus-custom-wrapper #forhcp .home-section-image-column {
    right: 0;
}

.kyruus-custom-wrapper .main-header>nav .wrapper,
.kyruus-custom-wrapper .main-menu .wrapper {
    width: 960px;
    margin: 0 auto;
}

.kyruus-custom-wrapper .main-header>nav h1, .kyruus-custom-wrapper .main-menu h1 {
    margin: 0;
    padding: 0;
    line-height: 36px;
    font-size: 36px;
    margin-left: 10px;
}

.kyruus-custom-wrapper UL.nav>li>a {
    display: block;
    padding: .7em .8em;
}

.kyruus-custom-wrapper UL.nav>li>a:hover,
.kyruus-custom-wrapper UL.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.kyruus-custom-wrapper .main-header .logo img {
    min-height: 44px;
    max-width: 290px;
    width: 100%;
}

.kyruus-custom-wrapper .logo {
    float: left;
}

.kyruus-custom-wrapper #google_translate_element {
    position: absolute;
    right: 1%;
    top: 7%;
}

.kyruus-custom-wrapper #google_translate_element div.goog-te-gadget-simple {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.kyruus-custom-wrapper .goog-te-gadget {
    font-family: inherit !important;
}

.kyruus-custom-wrapper .goog-te-gadget-simple .goog-te-menu-value {
    color: inherit !important;
    font-size: 1em !important;
}

.kyruus-custom-wrapper .widget-tools {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .9em;
    color: #8a8a8a;
    z-index: 1;
}

.kyruus-custom-wrapper .site-tools {
    float: right;
}

.kyruus-custom-wrapper .widget-tools .tools-nav {
    margin: 0;
    list-style: none outside none;
    position: relative;
    z-index: 100;
}

.kyruus-custom-wrapper .widget-tools .tools-nav li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin: 0 1px 0;
    padding: 0 0 0 1em;
}

.kyruus-custom-wrapper .tools-nav li a {
    color: #8a8a8a;
}

.kyruus-custom-wrapper .tools-nav li a i {
    color: #26b6ea;
    padding-right: .4em;
}

.kyruus-custom-wrapper .tools-nav li .plusminus i {
    padding-right: 0;
}

.kyruus-custom-wrapper .login-btn {
    margin-right: 2rem;
}

.kyruus-custom-wrapper .nav-top {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 0;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
    display: flex;
}

.kyruus-custom-wrapper .nav-top .logo {
    margin-top: -10px;
}

.kyruus-custom-wrapper .nav-top .search {
    width: 150px;
    position: relative;
}

.kyruus-custom-wrapper .nav-top .search input[type="text"] {
    background: #fff;
    top: 0;
    border: 1px solid #ddd;
            border-radius: 6px;
    color: #333;
    font-size: 17px;
    height: 40px;
    outline: 0;
            transition: background-color .15s;
    width: 150px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: width 400ms ease, background 400ms ease;
            transition: width 400ms ease, background 400ms ease;
    font-size: .8em;
    right: 0;
    font-style: italic;
    text-align: left;
    position: absolute;
}

.kyruus-custom-wrapper .nav-top .search input[type=text]:focus {
    width: 194% !important;
    background-color: #fff;
    border-color: #e4eaef;
    background-position: 95% center;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
       -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
            box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}

.kyruus-custom-wrapper .nav-top .search .search-submit {
    cursor: pointer;
    height: 38px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
    border: 0;
    font-size: 20px;
    min-width: inherit;
    color: #333;
    background-color: #385178;
    background-image: linear-gradient(#445d84, #2b446b);
    border-radius: 5px;
    padding: 0;
}

.kyruus-custom-wrapper .nav-top .search .search-submit i {
    color: #cdcdcd;
}

.kyruus-custom-wrapper .nav-top .search .search-submit:hover {
    color: #55acee;
    opacity: 1;
}

.kyruus-custom-wrapper .nav-top .navbar-toggle {
    margin-top: -2px;
    margin-right: 0;
}

.kyruus-custom-wrapper .nav-top .navbar-toggle .fa {
    color: #888;
    font-size: 28px;
}

.kyruus-custom-wrapper .searchform .search-submit {
    display: none;
}

.kyruus-custom-wrapper .slide-out-search {
    visibility: hidden;
    position: absolute;
    margin: 0 0 0 -250px;
    width: 250px;
    height: 49px;
    background-color: white;
    padding: 0;
    z-index: 35;
    top: 50%;
    transform: translateY(-50%);
}

.kyruus-custom-wrapper .main-nav ul.nav>li.open-search {
    position: static !important;
}

.kyruus-custom-wrapper .open-search .slide-out-search {
    visibility: visible;
            transition: visibility 1s linear;
    -webkit-transition: visibility 1s linear;
       -moz-transition: visibility 1s linear;
    outline: 1px solid #666;
}

.kyruus-custom-wrapper .slide-out-search input {
    width: 100%;
    border: none;
    outline: none;
    height: 49px;
    border-bottom: 1px solid #f2f2f2;
}

.kyruus-custom-wrapper .open-search #searchtoggle {
    background-color: #224069;
    background-color: rgba(47, 75, 118, .7);
    color: white;
    height: 50px;
    border-radius: 0;
    min-width: 50px;
    z-index: 35;
    position: absolute;
}

.kyruus-custom-wrapper .search-shade {
    visibility: hidden;
}

.kyruus-custom-wrapper .open-search .search-shade {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 35;
            transition: visibility 3s linear;
    -webkit-transition: visibility 3s linear;
       -moz-transition: visibility 3s linear;
}

.kyruus-custom-wrapper .navbar-collapse {
    padding: 0;
}

.kyruus-custom-wrapper .navbar-collapse.in {
    overflow: visible;
}

.kyruus-custom-wrapper .secondary li a {
    color: #5bd9ff;
}

.kyruus-custom-wrapper .secondary li a:hover {
    text-decoration: underline;
}

.kyruus-custom-wrapper .secondary li .login {
    color: #fff;
    padding: .9em .8em;
    height: 40px;
    line-height: 1rem;
}

.kyruus-custom-wrapper .secondary li .login:hover {
    text-decoration: none;
}

.kyruus-custom-wrapper .main-mobile-menu-close {
    display: none;
}

.kyruus-custom-wrapper .main-menu {
    background: #f7f7f7;
    z-index: 20;
    width: 100%;
}

.kyruus-custom-wrapper .main-nav .twelve {
    margin-left: 0;
}

.kyruus-custom-wrapper .main-nav {
    width: 100%;
    box-shadow: inset 0 1px #e2e2e2;
    background: #f7f7f7;
    /* position: absolute; bottom: 0;*/
}

.kyruus-custom-wrapper .main-nav .container {
    position: relative;
}

.kyruus-custom-wrapper .main-nav .minilogo {
    position: absolute;
    left: -100%;
    -webkit-transition: visibility, left .3s;
       -moz-transition: visibility, left .3s;
            transition: visibility, left .3s;
}

.kyruus-custom-wrapper .main-nav .minilogo h1 {
    font-size: 20px;
}

.kyruus-custom-wrapper .main-nav ul.nav button {
    background: none;
    border: 0;
    font-size: 1.1em;
    color: #333;
    min-width: 50px;
}

.kyruus-custom-wrapper .main-nav ul.nav {
    list-style-type: none;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*.main-nav ul.nav .search {float: right; position: absolute; top: 5px; right: -3%;}*/

.kyruus-custom-wrapper .main-nav ul.nav button.search-submit:hover {
    background-color: #224069;
    color: white;
}

.kyruus-custom-wrapper .nav-justified>li {
    width: auto;
    display: table-cell;
}

.kyruus-custom-wrapper .nav-justified>li>a {
    text-align: center;
    text-decoration: none;
}

.kyruus-custom-wrapper .add-to-mobile-nav {
    display: block !important;
    float: left;
}

.kyruus-custom-wrapper .ddDownCarat {
    position: absolute;
    width: 100%;
    bottom: 2px;
    left: 0;
    color: rgba(47, 75, 118, .8);
    font-weight: bold;
}

.kyruus-custom-wrapper .main-nav ul.nav>li {
    display: block;
    position: relative;
    padding: 0;
}

.kyruus-custom-wrapper .main-nav ul.nav>li>a {
    font-size: 1vw;
    font-size: 1.1em;
    background-color: transparent;
    padding: 1rem;
    color: #333;
    margin: 0;
}

.kyruus-custom-wrapper .main-nav ul.nav>li>a.active {
    color: black;
    background-color: #ededed;
}

.kyruus-custom-wrapper .main-nav ul.nav>li>a:hover {
    color: #86b84a;
}

.kyruus-custom-wrapper .secondary .nav a.active {
    text-decoration: underline;
}

.kyruus-custom-wrapper .main-nav ul.nav>.search {
    display: none;
}

/*DROPDOWN**************************/

.kyruus-custom-wrapper .navi-set {
    /* position: relative; */
}

.kyruus-custom-wrapper .dd-1 {
    /* margin:4px auto; */
    float: left;
    position: absolute;
    left: -999em !important;
    text-align: left;
    background: #f7f7f7;
    z-index: 999;
    border-top: 3px solid #62c6f8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
            box-shadow: 0 4px 5px rgba(100, 100, 100, .25);
    -webkit-box-shadow: 0 4px 5px rgba(100, 100, 100, .3);
}

.kyruus-custom-wrapper .dd-1 {
    margin-bottom: .8em;
    left: 10px;
    color: #000;
    color: initial;
}

.kyruus-custom-wrapper .dd-1 .control {
}

.kyruus-custom-wrapper .dd-1 h6 {
    font-size: 1em;
    padding-left: .8em;
    font-weight: bold;
}

.kyruus-custom-wrapper .lt-ie8 nav {
    z-index: 1;
}

.kyruus-custom-wrapper .lt-ie8 .wrapper {
    z-index: 0;
}

.kyruus-custom-wrapper .dd-1 {
    width: 14.7em;
}

.kyruus-custom-wrapper .drop .twelve.columns {
    float: left;
}

.kyruus-custom-wrapper .dd-1.drop .module-sv-alpha {
    padding: .3em;
    overflow: hidden;
    margin-bottom: 12px;
}

.kyruus-custom-wrapper .module-alphabet-list a {
    text-decoration: none;
    font-size: 14px;
    color: #3c8bd8;
    font-weight: bold;
}

.kyruus-custom-wrapper .aspNetDisabled {
    text-decoration: none !important;
    color: #ccc !important;
}

.kyruus-custom-wrapper .dd-1.drop .module-alphabet-list .one.columns {
    margin: 0 .8em;
}

.kyruus-custom-wrapper .dd-1.drop .module-alphabet-list .one.columns a {
    font-size: 1em;
}

.kyruus-custom-wrapper .dd-1.drop .azTitle {
    font-size: 1em;
    padding-left: .7em;
    margin-top: .5em;
    color: #2f4b76;
    font-weight: bold;
}

.kyruus-custom-wrapper .azLink {
    text-align: right;
    padding-right: 1em;
}

.kyruus-custom-wrapper .azLink i {
    padding-left: .5em;
}

.kyruus-custom-wrapper UL.nav li:hover {
    visibility: visible;
}

.kyruus-custom-wrapper UL.nav li:hover .dd-1 {
    left: 0 !important;
    /* bottom: 0; */
    top: 100%;
}

.kyruus-custom-wrapper UL.nav li a:hover ul li,
.kyruus-custom-wrapper UL.nav li a:hover ul li, .kyruus-custom-wrapper a,
.kyruus-custom-wrapper UL.nav li a:hover ul li a {
    background: none;
}

.kyruus-custom-wrapper UL.nav li ul li:hover a {
    background: none;
}

.kyruus-custom-wrapper .grid-content li {
    text-align: left;
    line-height: 1.2em;
    font-size: .9em;
}

.kyruus-custom-wrapper .grid-content li {
    text-align: left;
    line-height: 1.2em;
    font-size: .9em;
    border-top: 1px solid #e8e8e8;
    padding: 1em;
}

.kyruus-custom-wrapper .grid-content li:first-child {
    border: none;
}

.kyruus-custom-wrapper .grid-content li a {
    padding: .5em 1em !important;
}

.kyruus-custom-wrapper .navi-set .grid-content li a {
    display: block;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    font-weight:400;
    color: #939393;
}

.kyruus-custom-wrapper .nav-arrow {
    /*background: url("../images/sprite.png") no-repeat scroll 0 0;*/
    display: none;
    z-index: 999;
    width: 7px;
    height: 6px;
    text-indent: -9999px;
    position: absolute;
    bottom: 0;
    left: 25%;
}

.kyruus-custom-wrapper section.stretch {
    height: 1600px;
    width: 100%;
}

.kyruus-custom-wrapper section.stretch p {
    font-size: 80px;
    color: #d2d2d2;
    text-align: center;
    position: relative;
    margin-top: 320px;
}

.kyruus-custom-wrapper section.stretch p.bottom {
    top: 100%;
}

.kyruus-custom-wrapper .menu-rightbg {
    background: #fff;
    background: rgba(255, 255, 255, .7);
    width: 80%;
    position: absolute;
    right: 0;
    transition: background .3s;
}

.kyruus-custom-wrapper nav.affix .menu-rightbg {
    height: 100% !important;
}

.kyruus-custom-wrapper .main-menu.affix {
    top: 0;
    background-color: rgba(47, 75, 118, .7);
    /* height: auto; */
}

.kyruus-custom-wrapper .main-menu.affix .grid {
    max-width: 100%;
    padding: 0;
}

.kyruus-custom-wrapper header nav.affix {
    background: none;
}

.kyruus-custom-wrapper nav.affix .nav-top {
    margin-top: -90px;
}

.kyruus-custom-wrapper nav.affix .main-nav {
    box-shadow: none;
    background: transparent;
}

.kyruus-custom-wrapper .menu-rightbg {
    background: #fff;
    background: rgba(255, 255, 255, .7);
    width: 80%;
    position: absolute;
    right: 0;
    transition: background .3s;
}

.kyruus-custom-wrapper nav.affix ul.nav {
    width: 80%;
    right: 0;
    font-size: 1rem;
    top: 0;
}

.kyruus-custom-wrapper nav.affix .minilogo {
    left: 0;
    z-index: 20;
    padding: 0;
    position: relative;
    width: 20%;
    /* min-height: 50px; */
}

.kyruus-custom-wrapper nav.affix .minilogo a {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
}

.kyruus-custom-wrapper nav.affix .minilogo img {
    height: auto;
    width: auto;
}

.kyruus-custom-wrapper nav.affix .secondary {
    display: none;
}

.kyruus-custom-wrapper nav.affix ul.nav .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.kyruus-custom-wrapper nav.affix .main-nav li a {
    font-size: .9em;
    font-weight: 600;
    /* line-height: 45px; */
}

.kyruus-custom-wrapper nav.affix .grid-content li a {
    line-height: inherit;
}

.kyruus-custom-wrapper nav.affix ul.nav .search .fa-search,
.kyruus-custom-wrapper nav.affix ul.nav .search .fa-search-minus {
    font-size: 1.4em;
}

.kyruus-custom-wrapper #searchbar {
    display: none;
    width: 27%;
    padding-right: 10px;
    z-index: 9999;
    background: rgba(34, 64, 105, .7);
    top: 0;
    position: absolute;
    right: 3%;
}

.kyruus-custom-wrapper .desktop-off {
    display: none !important;
}

.kyruus-custom-wrapper #s {
    display: block;
    width: 88%;
    border: 0;
    outline: none;
    padding: 0;
    height: 3.85em;
    font-size: .9em;
    font-weight: bold;
    color: #676767;
    padding-left: .6em;
}

.kyruus-custom-wrapper #searchsubmit {
    display: block;
    float: right;
    margin-top: 6px;
    background: none;
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 1%;
    min-width: inherit;
    top: -9%;
    font-size: 1.4em;
    font-weight: 100;
}

.kyruus-custom-wrapper .mobile-callout-header {
    background-color: #86b84a;
    background-image: linear-gradient(#93c457, #7bac3f);
    border-radius: 4px;
    padding: .75em;
    color: #fff;
    position: relative;
    margin-bottom: 1em;
    display: none;
}

.kyruus-custom-wrapper .mobile-callout-header:hover {
    background-color: #0069a6;
    text-decoration: none;
    cursor: pointer;
}

.kyruus-custom-wrapper .mobile-callout-header:after {
    content: "+";
    display: "inline-block";
    float: right;
}

.kyruus-custom-wrapper .mobile-callout-header.open:after {
    content: "\2013";
}

.kyruus-custom-wrapper UL.nav li:hover {
    visibility: visible;
}

.kyruus-custom-wrapper UL.nav li:hover .dd-1 {
    left: 0 !important;
    /* bottom: 0; */
    top: 100%;
}

.kyruus-custom-wrapper UL.nav li a:hover ul li,
.kyruus-custom-wrapper UL.nav li a:hover ul li, .kyruus-custom-wrapper a,
.kyruus-custom-wrapper UL.nav li a:hover ul li a {
    background: none;
}

.kyruus-custom-wrapper UL.nav li ul li:hover a {
    background: none;
}

.kyruus-custom-wrapper .grid-content li {
    text-align: left;
    line-height: 1.2em;
    font-size: .9em;
    border-top: 1px solid #e8e8e8;
    padding: 1.2em;
    width:100%;
}

.kyruus-custom-wrapper .grid-content li:first-child {
    border: none;
}

.kyruus-custom-wrapper .grid-content li a {
    padding: .5em 1em !important;
    color: #939393;
}

.kyruus-custom-wrapper .navi-set .grid-content li a {
    display: block;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.kyruus-custom-wrapper .nav-arrow {
    /*background: url("../images/sprite.png") no-repeat scroll 0 0;*/
    display: none;
    z-index: 999;
    width: 7px;
    height: 6px;
    text-indent: -9999px;
    position: absolute;
    bottom: 0;
    left: 25%;
}

.kyruus-custom-wrapper section.stretch {
    height: 1600px;
    width: 100%;
}

.kyruus-custom-wrapper section.stretch p {
    font-size: 80px;
    color: #d2d2d2;
    text-align: center;
    position: relative;
    margin-top: 320px;
}

.kyruus-custom-wrapper section.stretch p.bottom {
    top: 100%;
}

.kyruus-custom-wrapper .menu-rightbg {
    background: #fff;
    background: rgba(255, 255, 255, .7);
    width: 80%;
    position: absolute;
    right: 0;
    transition: background .3s;
}

.kyruus-custom-wrapper nav.affix .menu-rightbg {
    height: 100% !important;
}

.kyruus-custom-wrapper .main-menu.affix {
    top: 0;
    background-color: rgba(47, 75, 118, .7);
    /* height: auto; */
}

.kyruus-custom-wrapper .main-menu.affix .grid {
    max-width: 100%;
    padding: 0;
}

.kyruus-custom-wrapper header nav.affix {
    background: none;
}

.kyruus-custom-wrapper nav.affix .nav-top {
    margin-top: -90px;
}

.kyruus-custom-wrapper nav.affix .main-nav {
    box-shadow: none;
    background: transparent;
}

.kyruus-custom-wrapper .menu-rightbg {
    background: #fff;
    background: rgba(255, 255, 255, .7);
    width: 80%;
    position: absolute;
    right: 0;
    transition: background .3s;
}

.kyruus-custom-wrapper nav.affix ul.nav {
    width: 80%;
    right: 0;
    font-size: 1rem;
    top: 0;
}

.kyruus-custom-wrapper nav.affix .minilogo {
    left: 0;
    z-index: 20;
    padding: 0;
    position: relative;
    width: 20%;
    /* min-height: 50px; */
}

.kyruus-custom-wrapper nav.affix .minilogo a {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
}

.kyruus-custom-wrapper nav.affix .minilogo img {
    height: auto;
    width: auto;
}

.kyruus-custom-wrapper nav.affix .secondary {
    display: none;
}

/*===============================================LEFT NAV===========================================================*/

.kyruus-custom-wrapper .left-nav {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 1em;
}

.kyruus-custom-wrapper .leftnav-title {
    background: #2f4b76;
    font-size: 1.25em;
    padding: .4em .8em !important;
    font-weight: 600;
}

.kyruus-custom-wrapper .leftnav-title a {
    padding: 0 !important;
    color: #fff !important;
}

.kyruus-custom-wrapper .left-nav .selected {
    font-weight: bold;
}

.kyruus-custom-wrapper .left-nav a {
    text-decoration: none !important;
    display: block;
    padding: .7em .8em;
    color: #868686;
}

.kyruus-custom-wrapper .nav-item {
    border-radius: 0 !important;
    background-image: none !important;
}

.kyruus-custom-wrapper .nav-item:first-child {
    border: none;
}

.kyruus-custom-wrapper .nav-item:hover {
}

.kyruus-custom-wrapper .nav-item:hover .level-2 {
    border: none !important;
}

.kyruus-custom-wrapper .level-1 {
    border-top: 1px solid #e9e9e9;
}

.kyruus-custom-wrapper .level-1:hover {
    color: #7bac3f !important;
}

.kyruus-custom-wrapper .level-1:hover a {
    color: #7bac3f !important;
    text-decoration: none !important;
}

.kyruus-custom-wrapper .visible-mobile.mobile-prox-menu {
    padding: 10px 20px;
    background-color: #86b84a;
    background-image: linear-gradient(#93c457, #7aac3e);
    position: relative;
    border-radius: 4px;
    margin-bottom: 2em;
}

.kyruus-custom-wrapper .visible-mobile.mobile-prox-menu a {
    color: white;
    font-size: 18px;
}

.kyruus-custom-wrapper .mobile-prox-menu i {
    position: absolute;
    right: 15px;
    top: 14px;
}

.kyruus-custom-wrapper .proximity-nav .expanded {
    background-color: #f7f7f7;
}

.kyruus-custom-wrapper .proximity-nav .expanded .nav-item {
    border-top: 1px solid #e9e9e9;
}

.kyruus-custom-wrapper .proximity-nav .expanded .level-1 {
    /*background: white url('/assets/images/sprite.png')!important;*/
    background-position: 300px -105px !important;
    background-repeat: no-repeat !important;
    background-color: white !important;
}

.kyruus-custom-wrapper .active-mobile-proxnav {
    display: block !important;
    position: fixed !important;
    top: 0;
    width: 100vw !important;
    height: 100vh !important;
    overflow-y: auto;
    z-index: 100;
    left: 0;
            transition: all 3s linear;
    -webkit-transition: all 3s linear;
}

.kyruus-custom-wrapper .mobile-proxnav-menu-close {
    color: #7cae40;
    position: absolute;
    right: 20px;
    top: 5px;
}

.kyruus-custom-wrapper .level-2 {
    padding-left: 24px !important;
    background: none !important;
    color: #4790dc !important;
}

.kyruus-custom-wrapper .level-2:hover {
    color: #26b6ea !important;
}

.kyruus-custom-wrapper .level-2:hover a {
    text-decoration: none !important;
    color: #26b6ea !important;
}

.kyruus-custom-wrapper .level-2.nav-item {
    padding: .4em .8em;
    border-top: none !important;
}

.kyruus-custom-wrapper .nav-item.active,
.kyruus-custom-wrapper .left-nav .active a {
    color: #7bac3f !important;
    padding: .7em .8em;
    font-weight: bold;
}

.kyruus-custom-wrapper .on {
    color: #7bac3f !important;
    position: relative;
}

.kyruus-custom-wrapper .on a {
    font-weight: bold;
    /*color: #7BAC3F;*/
}

.kyruus-custom-wrapper .sub-level {
    margin: 1em;
    background: #fff;
    border-radius: 4px;
    padding: .4em 0;
}

.kyruus-custom-wrapper .sub-level a {
    padding: 0;
}

.kyruus-custom-wrapper .expanded {
}

.kyruus-custom-wrapper .hero {
    position: relative;
}

.kyruus-custom-wrapper .hero.landing {
}

.kyruus-custom-wrapper .hero-image {
    min-height: 20vh;
}

.kyruus-custom-wrapper .hero .hero-banner {
    position: relative;
    max-height: 1016px;
    overflow: hidden;
    min-height: 45vh;
}

.kyruus-custom-wrapper .hero-image img,
.kyruus-custom-wrapper .hero .home-banner-img {
    width: 100%;
}

.kyruus-custom-wrapper .hero-content {
    position: relative;
}

.kyruus-custom-wrapper .hero-copy {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.kyruus-custom-wrapper .hero-core {
    color: #fff;
    padding: 0 2em;
    font-size: 1em;
    line-height: 1.8em;
    text-align: center;
}

.kyruus-custom-wrapper .landing .hero-core {
    background: rgba(66, 47, 30, .7);
    padding: 0 2em;
    text-align: left;
}

.kyruus-custom-wrapper .hero-core .home-logo {
    margin-bottom: 2em;
}

.kyruus-custom-wrapper .hero-core .home-desc {
    font-size: 1.3em;
}

.kyruus-custom-wrapper .hero-core a {
    color: #92c356;
}

.kyruus-custom-wrapper .hero-core .heading {
    font-size: 2.8em;
    color: #fff;
    margin-bottom: .6em;
}

.kyruus-custom-wrapper .landing .hero-core .heading {
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #26b6ea;
    margin-bottom: .6em;
    padding-top: 1em;
}

.kyruus-custom-wrapper .hero-callout {
    display: flex;
    display: table;
}

.kyruus-custom-wrapper .hero-callout h3 {
    color: #62c6f8;
    font-weight: 300;
    margin-bottom: 1.5em;
}

.kyruus-custom-wrapper .hero-callout section {
    width: 33.33333%;
    display: table-cell;
        flex: 1;
    -ms-flex: 1;
    padding: 1em;
    text-align: center;
    position: relative;
}

.kyruus-custom-wrapper .lt-ie10 .hero-callout section {
    display: table-cell;
    width: 33vw;
}

.kyruus-custom-wrapper .home-boxes-wrap .hero-callout section div {
    max-width: 100% !important;
}

.kyruus-custom-wrapper .hero-callout section,
.kyruus-custom-wrapper .hero-callout section a {
    color: #fff;
}

.kyruus-custom-wrapper .hero-callout .core-01 {
    background: rgba(66, 47, 30, .7);
}

.kyruus-custom-wrapper .hero-callout .core-02 {
    background: rgba(46, 35, 25, .7);
}

.kyruus-custom-wrapper .hero-callout .core-03 {
    background: rgba(29, 22, 16, .7);
}

.kyruus-custom-wrapper .mobile-cta-btn {
    display: none;
}

.kyruus-custom-wrapper .hero-callout button {
    float: right;
    position: absolute;
    right: 14%;
    bottom: 7%;
}

.kyruus-custom-wrapper .hero-callout .dropdown-menu li a:hover {
    color: #fff;
    background: #6cb43f;
    text-decoration: none;
    text-decoration: none;
}

.kyruus-custom-wrapper .affix {
    position: fixed;
}

.kyruus-custom-wrapper #subnav {
    width: 100%;
    position: static;
}

.kyruus-custom-wrapper #subnav ul {
    margin: 0;
    width: 100% !important;
}

.kyruus-custom-wrapper #subnav li {
    margin-left: 0;
}

.kyruus-custom-wrapper #subnav li a {
    color: #fff;
    padding: 1.8em 1.3em;
    font-weight: 600;
}

.kyruus-custom-wrapper #subnav .active a {
    color: #87b84b;
}

.kyruus-custom-wrapper .navbar-custom .navbar-nav li>a:hover {
    background-color: #fff;
    color: #5ac7ef !important;
}

.kyruus-custom-wrapper .navbar-nav li .open,
.kyruus-custom-wrapper .navbar-custom .navbar-nav .active a {
    background-color: #fff;
    color: #87b84b !important;
}

.kyruus-custom-wrapper #subnav.affix {
    position: fixed;
    top: 50px;
    z-index: 10;
    /*-webkit-transition: all .6s ease-in-out;*/
}

.kyruus-custom-wrapper #subnav .contact {
    padding-top: 1.8em;
}

.kyruus-custom-wrapper .navbar {
    position: relative;
}

.kyruus-custom-wrapper .landing {
}

.kyruus-custom-wrapper .features {
    background: #224069;
    color: #fff;
}

.kyruus-custom-wrapper .features a {
    background: #224069;
    color: #fff;
    font-weight: 600;
}

.kyruus-custom-wrapper .features .heading {
    position: relative;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: .6em;
    text-transform: uppercase;
}

.kyruus-custom-wrapper .landing .hero-copy .grid,
.kyruus-custom-wrapper .features .grid {
    max-width: 1375px;
}

.kyruus-custom-wrapper .hero-core .grid,
.kyruus-custom-wrapper .features .grid .grid {
    max-width: 1138px;
}

.kyruus-custom-wrapper .features .grid .content {
    margin-bottom: 2em;
    border: 1px solid #576e8d;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 2em;
}

.kyruus-custom-wrapper .features ul {
    margin-bottom: 0;
    list-style-type: none;
}

.kyruus-custom-wrapper .features li {
    padding-bottom: .8em;
}

.kyruus-custom-wrapper .features li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 0 5px 0 -15px;
    color: #5ac7ef;
}

.kyruus-custom-wrapper .features li {
    float: left;
    width: 100%;
    /* 1 column - default*/
    padding-right: 20px;
}

/*MEDIA QUERIES**********************************/

@media (max-width: 86em) {
    .kyruus-custom-wrapper nav.affix ul.nav {
        font-size: .9rem;
    }
}

@media (max-width: 78em) {
    .kyruus-custom-wrapper .menu-rightbg {
        width: 85%;
    }

    .kyruus-custom-wrapper .nav.nav-justified {
        font-size: .8rem;
    }

    .kyruus-custom-wrapper nav.affix ul.nav {
        width: 85%;
        font-size: .9rem;
    }

    .kyruus-custom-wrapper nav.affix .minilogo {
        width: 15%;
        left: -5px;
    }

    .kyruus-custom-wrapper .secondary ul {
        width: auto;
    }
}

@media (max-width: 66em) {
    .kyruus-custom-wrapper .nav.nav-justified {
        font-size: .8rem;
    }

    .kyruus-custom-wrapper nav.affix ul.nav {
        font-size: .8rem;
    }

    .kyruus-custom-wrapper nav.affix .minilogo {
        left: 0;
    }
}

@media (max-width: 64em) {
    .kyruus-custom-wrapper .mobile-search {
        display: flex;
    }

    .kyruus-custom-wrapper .dd-1 {
        display: none !important;
    }

    .kyruus-custom-wrapper .mobile-phone {
        display: flex;
    }

    .kyruus-custom-wrapper .mobile-menu {
        display: flex;
    }

    .kyruus-custom-wrapper .nav-top {
        justify-content: center;
    }

    .kyruus-custom-wrapper .main-menu .affix-top {
        display: none;
    }

    .kyruus-custom-wrapper .nav-top .logo {
        margin-top: 0;
        position: relative;
        top: 0;
    }

    .kyruus-custom-wrapper #forresearchers, .kyruus-custom-wrapper #forhcp,
    .kyruus-custom-wrapper #forpatients {
        min-height: 0;
        min-height: initial;
    }

    .kyruus-custom-wrapper .home-quotes {
        min-height: 0;
        min-height: initial;
    }/*.home-inner .five {display:none}*/

    .kyruus-custom-wrapper .breadcrumb {
        padding-right: 20%;
    }

    .kyruus-custom-wrapper .main-nav .grid {
        padding: 0;
    }/* .main-nav ul.nav {
        display: none;
    } */

    .kyruus-custom-wrapper .main-nav ul.nav>li>a {
        font-size: 1em;
        /* padding: 1em .8em; */
        display: table-cell;
        vertical-align: middle;
    }

    .kyruus-custom-wrapper .nav.nav-justified {
        font-size: .8rem;
        width: auto;
    }

    .kyruus-custom-wrapper nav.affix ul.nav {
        font-size: .7rem;
    }

    .kyruus-custom-wrapper nav.affix .main-nav li a {
        padding: 1em .8em;
    }

    .kyruus-custom-wrapper #searchbar {
        width: 34%;
        right: 4%;
    }

    .kyruus-custom-wrapper .hero-core {
        padding: 2em;
    }

    .kyruus-custom-wrapper .hero .hero-banner {
        min-height: inherit;
    }

    .kyruus-custom-wrapper .content .feature .six.columns:first-child {
        margin-left: 3%;
    }

    .kyruus-custom-wrapper .hero-callout section {
        padding: 2.5vw;
    }

    .kyruus-custom-wrapper .hero-callout h3 {
        margin-bottom: 1em;
    }

    .kyruus-custom-wrapper .hero-callout .FAS-widget-inputs,
    .kyruus-custom-wrapper .hero-callout .FAL-widget-inputs,
    .kyruus-custom-wrapper .FAD-widget-inputs {
        min-height: 5em;
        padding-top: 0;
    }

    .kyruus-custom-wrapper .hero-callout button {
        right: 8%;
    }

    .kyruus-custom-wrapper .route li .fa {
        left: 2.5%;
    }

    .kyruus-custom-wrapper .route li .fa-h-square,
    .kyruus-custom-wrapper .route li .fa-wheelchair,
    .kyruus-custom-wrapper .route li .fa-phone,
    .kyruus-custom-wrapper .route li .fa-file-text {
        left: 2.8%;
    }

    .kyruus-custom-wrapper #subnav li a {
        padding: 1.8em 1.2vw;
    }
}

@media (min-width: 48em) {
    .kyruus-custom-wrapper .hero-callout section {
        height: 210px;
    }
}

@media (max-width: 60.5em) {
}

@media (max-width: 57.500em) {
    .kyruus-custom-wrapper .main-nav ul.nav>li>a {
        line-height: inherit;
        font-size: 1.4vw;
    }/*nav.small .main-nav ul.nav button {font-size: 1em;}
nav.small ul.nav .search .fa-search, nav.small ul.nav .search .fa-search-minus {font-size: 1.3em;}
nav.small ul.nav {padding-left: 0}
    */

    .kyruus-custom-wrapper nav.affix .main-nav ul.nav button {
        font-size: 1em;
    }

    .kyruus-custom-wrapper nav.affix ul.nav .search .fa-search,
    .kyruus-custom-wrapper nav.affix ul.nav .search .fa-search-minus {
        font-size: 1.3em;
    }

    .kyruus-custom-wrapper .hero-copy {
        font-size: 1.5vw;
    }

    .kyruus-custom-wrapper .scrollspy {
        padding: 0 1em;
    }

    .kyruus-custom-wrapper #subnav li a {
        padding: 1.8em .5vw;
        font-size: 1.5vw;
        font-weight: 600;
    }

    .kyruus-custom-wrapper .open-search #searchtoggle {
        position: static;
        position: initial;
    }
}

@media (max-width: 48.5em) {
    .kyruus-custom-wrapper .widget-tools,
    .kyruus-custom-wrapper #google_translate_element,
    .kyruus-custom-wrapper .home-inner .five {
        display: none;
    }

    .kyruus-custom-wrapper .main-nav ul.nav>li {
        vertical-align: middle;
    }

    .kyruus-custom-wrapper .menu-rightbg {
        width: 82%;
    }

    .kyruus-custom-wrapper .main-nav ul.nav>li>a {
        line-height: inherit;
        font-size: 1.7vw;
    }

    .kyruus-custom-wrapper .container {
        width: 100% !important;
    }

    .kyruus-custom-wrapper .nav-justified>li>a {
        font-size: 1.4vw;
    }

    .kyruus-custom-wrapper .secondary li .login {
        padding: 1.2em 0;
    }

    .kyruus-custom-wrapper header .login {
        min-width: 125px;
    }/*
nav.small .minilogo img {width: 90%}
nav.small .minilogo {max-width: 145px;}
nav.small ul.nav {padding-left: 17%;}
nav.small .main-nav li a {font-size: 1.4vw;}
    */

    .kyruus-custom-wrapper nav.affix .minilogo {
        left: 15px;
    }/*nav.affix ul.nav {padding-left: 17%;}*/

    .kyruus-custom-wrapper nav.affix .main-nav li a {
        font-size: 1.4vw;
    }

    .kyruus-custom-wrapper nav.affix ul.nav {
        padding-left: 20px;
    }

    .kyruus-custom-wrapper .open-search .search-shade {
        left: 23px;
        width: 83vw;
    }

    .kyruus-custom-wrapper .route li .fa {
        left: 4%;
    }

    .kyruus-custom-wrapper .home-inner .eight.content {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .kyruus-custom-wrapper .ui-accordion .ui-accordion-header a {
        padding: .55em 3em .5em .7em;
    }

    .kyruus-custom-wrapper .ui-accordion .ui-accordion-header {
        background-position: 93% 0;
    }

    .kyruus-custom-wrapper .hero-core .home-logo {
        margin-bottom: 1em;
    }

    .kyruus-custom-wrapper .home-logo img {
        width: 10%;
    }

    .kyruus-custom-wrapper .hero-core {
        padding: 1.5em;
        line-height: 1.6em;
    }

    .kyruus-custom-wrapper .hero-copy {
        font-size: 1.8vw;
    }

    .kyruus-custom-wrapper .hero-callout section {
        padding: 1.7vw;
        width: 33.333%;
        display: table-cell;
    }

    .kyruus-custom-wrapper .hero-callout button {
        right: 6%;
        bottom: 7%;
    }

    .kyruus-custom-wrapper .scrollspy {
        padding: 0;
    }

    .kyruus-custom-wrapper .scrollspy .grid {
        padding: 0;
    }

    .kyruus-custom-wrapper .scrollspy .phone {
        padding-top: 3px;
        font-size: .9em;
    }
}

/*IPAD SUPPORT=====================================--*/

@media (min-width: 48em) {
    .kyruus-custom-wrapper .secondary section div {
        float: right !important;
    }
}

@media (max-width: 48em) {
    .kyruus-custom-wrapper .main-header .logo img {
        max-width: 200px;
        min-height: 0;
        min-height: initial;
    }

    .kyruus-custom-wrapper .hero-core .heading {
        font-size: 2em;
    }

    .kyruus-custom-wrapper .hero-core .home-desc {
        font-size: 1em;
    }

    .kyruus-custom-wrapper #subnav .contact {
        padding-top: 1.3em;
    }

    .kyruus-custom-wrapper .home-quotes .quote {
        font-size: 1.2rem;
    }
}

/*iPad in portrait*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .kyruus-custom-wrapper UL.nav>li>a {
        padding: 1.2em .8em;
    }
}

@media (min-width: 79em) {
    /*nav.small ul.nav {padding-left: 17%;}*//*nav.affix ul.nav {padding-left: 17%;}*/
}

@media (min-width: 43.815em) {
    .kyruus-custom-wrapper .responsive-tabs__panel--closed-accordion-only {
        display: block !important;
        opacity: 1 !important;
        position: relative !important;
        left: 0 !important;
    }
}

@media (max-width: 47.938em) {
    .kyruus-custom-wrapper header .grid {
        padding: 0;
    }

    .kyruus-custom-wrapper .secondary ul {
        transform: none;
    }

    .kyruus-custom-wrapper h1, .kyruus-custom-wrapper .features .heading {
        font-size: 3vw;
    }

    .kyruus-custom-wrapper .features .heading {
        margin: 0;
    }

    .kyruus-custom-wrapper .collapse-for-mobile {
        clear: both;
        margin-bottom: .6em;
    }

    .kyruus-custom-wrapper .ddDownCarat {
        display: none;
    }

    .kyruus-custom-wrapper .main-nav .nav>li>div,
    .kyruus-custom-wrapper .main-nav .nav>li .nav-arrow,
    .kyruus-custom-wrapper .main-nav .nav>li .navi-set {
        display: none !important;
    }

    .kyruus-custom-wrapper .main-content .two.columns,
    .kyruus-custom-wrapper .module-thumbnail.two.columns,
    .kyruus-custom-wrapper .main-content .three.columns,
    .kyruus-custom-wrapper .main-content .four.columns,
    .kyruus-custom-wrapper .main-content .six.columns,
    .kyruus-custom-wrapper .main-content .eight.columns,
    .kyruus-custom-wrapper .main-content .nine.columns,
    .kyruus-custom-wrapper .features .seven.columns,
    .kyruus-custom-wrapper .content .feature .six.columns,
    .kyruus-custom-wrapper .core-search .six.columns,
    .kyruus-custom-wrapper .section.columns .core-li .list-item-image+.list-item-copy {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .kyruus-custom-wrapper .main-content .content,
    .kyruus-custom-wrapper .main-content .content-display {
        padding-right: 0;
    }

    .kyruus-custom-wrapper header .mobile-only {
        display: block;
    }

    .kyruus-custom-wrapper .mobile-callout-header {
        visibility: visible;
        display: block !important;
        margin-bottom: 0;
    }

    .kyruus-custom-wrapper .mobile-callout-header.open {
        margin-bottom: 1em;
    }

    .kyruus-custom-wrapper .rightside {
        margin-top: 0;
    }

    .kyruus-custom-wrapper .minilogo a span,
    .kyruus-custom-wrapper .features .btn,
    .kyruus-custom-wrapper .dropdown-menu span,
    .kyruus-custom-wrapper .hero-core .heading,
    .kyruus-custom-wrapper .hero-callout,
    .kyruus-custom-wrapper .hero-callout section,
    .kyruus-custom-wrapper .search-widget span {
        display: block;
    }

    .kyruus-custom-wrapper .home-section-image-column {
        position: static;
        position: initial;
        min-height: 0;
        min-height: initial;
        overflow: visible;
        overflow: initial;
    }

    .kyruus-custom-wrapper .hero-callout section>div {
        max-width: 100%;
    }

    .kyruus-custom-wrapper .home-section-content-column {
        margin-left: 0;
        margin-left: initial;
    }

    .kyruus-custom-wrapper .home-inner .eight.content {
        width: 100%;
        padding: 1em;
    }

    .kyruus-custom-wrapper .home-accordion .accordion-copy>h3 {
        display: block;
    }

    .kyruus-custom-wrapper .hero-core {
        padding: 0;
    }

    .kyruus-custom-wrapper .hero-core .heading {
        background: rgba(247, 247, 247, .7);
        color: #224069;
        padding: .6em 0;
        font-weight: 600;
    }

    .kyruus-custom-wrapper .hero.landing .hero-core .heading {
        background: none;
    }

    .kyruus-custom-wrapper .hero-copy {
        bottom: inherit;
        top: 0;
        height: 100%;
    }

    .kyruus-custom-wrapper .hero-copy .grid {
        padding: 0;
    }

    .kyruus-custom-wrapper .landing .hero-core span {
        font-size: 3vh;
    }

    .kyruus-custom-wrapper .landing .hero-copy {
        bottom: -1px;
        top: auto;
        top: initial;
        height: auto;
        height: initial;
        font-size: 3vw;
    }

    .kyruus-custom-wrapper .home-boxes-wrap {
        position: absolute;
        bottom: 10%;
    }

    .kyruus-custom-wrapper .hero-callout {
        padding: 0 4em;
    }

    .kyruus-custom-wrapper .hero-copy h3 {
        background: transparent;
        border: none;
        min-height: inherit;
        margin: 0;
        padding: 1em 0;
        font-size: 1.4em;
        font-weight: 600;
    }

    .kyruus-custom-wrapper .active-mobile-callout h3 {
        padding: .7em 0 0 0;
    }

    .kyruus-custom-wrapper .hero-callout .FAS-widget-desc,
    .kyruus-custom-wrapper .hero-callout .FAL-widget-desc {
        overflow: hidden;
        width: 100%;
    }

    .kyruus-custom-wrapper .core-01 .container,
    .kyruus-custom-wrapper .core-02 .container,
    .kyruus-custom-wrapper .core-03 .container {
        display: none;
    }

    .kyruus-custom-wrapper .hero-callout section {
        margin-bottom: 1vh;
        padding: 0;
        width: 100%;
    }

    .kyruus-custom-wrapper .hero-callout h3 {
        font-size: 7vw;
    }

    .kyruus-custom-wrapper section.active-mobile-callout {
        position: fixed;
        top: 18vh;
        left: 0;
        width: 100vw;
        height: 72vh;
        background: white !important;
        z-index: 30;
        padding-top: 50px;
        box-shadow: inset 0 0 15px #666;
    }

    .kyruus-custom-wrapper section.active-mobile-callout .mobile-cta-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 2.5vh;
    }

    .kyruus-custom-wrapper section.active-mobile-callout .container {
        display: block;
        padding: 5vw;
    }

    .kyruus-custom-wrapper section.active-mobile-callout .content button,
    .kyruus-custom-wrapper section.active-mobile-callout .content input {
        border-color: #444 !important;
        color: #444 !important;
        margin: 10px 0 !important;
        font-size: medium !important;
        font-size: initial !important;
        height: 43px;
    }

    .kyruus-custom-wrapper section.active-mobile-callout input::-webkit-input-placeholder {
        color: #666;
    }

    .kyruus-custom-wrapper .hero-callout .open>.dropdown-menu {
        min-height: 100%;
    }/*Find a Service mobile widget*/

    .kyruus-custom-wrapper section.active-mobile-callout .FAS-widget-desc,
    .kyruus-custom-wrapper section.active-mobile-callout .FAL-widget-desc,
    .kyruus-custom-wrapper section.active-mobile-callout .FAD-widget-desc {
        font-size: 3vh;
        color: #444;
    }

    .kyruus-custom-wrapper section.active-mobile-callout .module-alphabet-list a {
        color: #444;
        font-size: 4vh;
    }

    .kyruus-custom-wrapper section.active-mobile-callout button {
        font-size: 2.5vh;
    }

    .kyruus-custom-wrapper .main-nav .grid {
        -webkit-flex-direction: column;
                flex-direction: column;
        padding: 0 1em;
    }

    .kyruus-custom-wrapper .main-nav ul.nav {
        width: 100%;
        display: block;
    }

    .kyruus-custom-wrapper .nav-top .mobile-menu a,
    .kyruus-custom-wrapper .nav-top .search .mobile-search,
    .kyruus-custom-wrapper .nav-top .phone .mobile-phone {
        display: block;
        color: #fff;
        background-color: #2bbbec;
        background-image: linear-gradient(#37c8f8, #1fb0e0);
        border-radius: 6px;
        font-size: 4vh;
    }

    .kyruus-custom-wrapper UL.nav {
        max-width: 100vw !important;
        margin: 0 auto;
        text-align: center;
    }

    .kyruus-custom-wrapper UL.nav>li>a {
        padding: .1em .4em .2em;
    }

    .kyruus-custom-wrapper .nav-top .search.active {
        position: static;
        position: initial;
    }

    .kyruus-custom-wrapper .nav-top {
        padding: 15px 0;
        display: block;
    }

    .kyruus-custom-wrapper .nav-top .mobile-menu a {
        display: inline-flex;
        padding: .32em .3em;
    }

    .kyruus-custom-wrapper .nav-top .mobile-menu a span {
        display: inline-block;
        font-size: 2vh;
        padding-left: .5em;
        position: relative;
        top: .2em;
    }

    .kyruus-custom-wrapper .mobile-menu {
        padding-left: 0;
    }

    .kyruus-custom-wrapper .nav.nav-justified {
        display: inline-flex;
        align-items: center;
    }

    .kyruus-custom-wrapper .nav-top .search .search-submit {
        background: none;
        font-size: 2em;
        top: 2px;
        right: 2%;
    }

    .kyruus-custom-wrapper .nav-top .search input[type="text"] {
        height: inherit;
    }

    .kyruus-custom-wrapper .main-nav ul.nav>li {
        border-top: 1px solid #e8e8e8;
        display: table;
        width: 100% !important;
        padding-left: 0;
    }

    .kyruus-custom-wrapper .main-nav ul.nav>li>a {
        font-size: 2.5vh;
        color: #8e8e8e;
        display: inline;
        float: left;
        padding: 2vh 0;
    }

    .kyruus-custom-wrapper .main-nav .minilogo {
        position: relative;
        top: 0;
        left: 0;
        display: table;
        width: 100%;
        padding-right: 60px;
    }

    .kyruus-custom-wrapper .main-nav .minilogo a {
        width: 100%;
        height: 50px;
        display: table-cell;
        padding: 1em 0;
    }

    .kyruus-custom-wrapper .secondary UL.nav li,
    .kyruus-custom-wrapper .nav-top .search div {
        display: none !important;
    }

    .kyruus-custom-wrapper .nav-top .search.active div {
        display: block !important;
    }

    .kyruus-custom-wrapper .nav-top .search div {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -18px;
        z-index: 9999;
    }

    .kyruus-custom-wrapper .secondary UL.nav li a:hover {
        text-decoration: none;
    }

    .kyruus-custom-wrapper .secondary {
        float: none;
        width: 100% !important;
        margin-left: 0;
    }

    .kyruus-custom-wrapper .secondary section div {
        float: none;
        text-align: center;
    }

    .kyruus-custom-wrapper .secondary UL.nav li.patient,
    .kyruus-custom-wrapper .secondary UL.nav li.mobile-menu,
    .kyruus-custom-wrapper .secondary UL.nav li.search,
    .kyruus-custom-wrapper .secondary UL.nav li.phone {
        display: inline-block !important;
        width: auto !important;
        padding-left: 1em;
    }

    .kyruus-custom-wrapper header .three {
        width: 100% !important;
        margin-bottom: .7em;
        float: none;
    }

    .kyruus-custom-wrapper .nav-top .logo {
        float: none;
        text-align: center;
    }

    .kyruus-custom-wrapper .main-menu {
        display: none;
    }

    .kyruus-custom-wrapper .main-menu .navbar-collapse.collapse {
        background: #fff;
        position: static;
        position: initial;
    }

    .kyruus-custom-wrapper .main-mobile-menu-close {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 35;
    }

    .kyruus-custom-wrapper .active.main-menu {
        display: block;
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 50;
        width: 100vw;
        height: 100%;
        overflow-y: auto;
        font-size: 2.5vh;
    }

    .kyruus-custom-wrapper .navbar-collapse.collapse:before,
    .kyruus-custom-wrapper .nav-top .search div:before {
        background: url("../images/sprite.png") no-repeat scroll 0 -7px;
        content: "";
        display: block;
        width: 16px;
        height: 10px;
        position: absolute;
        top: -9px;
        left: 33%;
    }

    .kyruus-custom-wrapper .nav-top .search div:before {
        left: auto;
        left: initial;
        right: 40.5%;
        top: -9px;
        z-index: 99999;
    }

    .kyruus-custom-wrapper .nav-top .search input[type="text"] {
        border-radius: 0;
        width: 100%;
        font-size: 1em;
        padding: 1em;
    }

    .kyruus-custom-wrapper .nav-top .search input[type=text]:focus {
        width: 100% !important;
    }

    .kyruus-custom-wrapper .hero-image {
        overflow: hidden;
    }

    .kyruus-custom-wrapper .main-header img {
        width: 50vh;
    }

    .kyruus-custom-wrapper .hero-image img,
    .kyruus-custom-wrapper .hero .home-banner-img {
        min-width: 100%;
        width: auto;
        width: initial;
        position: relative;
        height: 72vh;
        max-width: none;
        max-width: initial;
        left: -150%;
    }

    .kyruus-custom-wrapper #homeBannerWrap.hero .home-banner-img {
        left: -100% !important;
    }

    .kyruus-custom-wrapper #subnav {
        height: 10vh;
    }

    .kyruus-custom-wrapper #subnav .contact {
        padding: 0;
        width: 100%;
        font-size: 2.3vh;
    }

    .kyruus-custom-wrapper div#scrollspy {
        display: none !important;
    }

    .kyruus-custom-wrapper .contact>div {
        width: 100vw !important;
        margin: 3vh 0;
        text-align: center;
    }

    .kyruus-custom-wrapper .scrollspy .phone {
        display: none;
    }

    .kyruus-custom-wrapper .scrollspy .contact .button {
        font-size: .8em;
    }

    .kyruus-custom-wrapper .home-inner .eight.content {
        padding: 0;
        margin: 0 !important;
    }

    .kyruus-custom-wrapper .home-inner .heading:before,
    .kyruus-custom-wrapper .home-inner .heading span:after {
        content: none;
    }

    .kyruus-custom-wrapper .home-inner .heading span {
        background-color: transparent;
    }

    .kyruus-custom-wrapper .home-inner .ui-accordion .ui-accordion-header {
        background: #3156a3;
        border-radius: 0;
        border: none;
        color: #fff;
        padding: 1.5em 1em;
        margin-bottom: 0;
        font-weight: bold;
        margin-top: 0;
    }

    .kyruus-custom-wrapper .home-inner .ui-accordion .ui-accordion-header .ui-icon {
        margin-top: 0;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        top: 45%;
    }

    .kyruus-custom-wrapper .home-inner .ui-accordion .ui-accordion-header .ui-icon:before {
        content: "\f078";
    }

    .kyruus-custom-wrapper .home-inner .ui-accordion .ui-accordion-header .ui-icon-triangle-1-s:before {
        content: "\f077";
    }

    .kyruus-custom-wrapper .home-inner .ui-icon-triangle-1-s {
    }

    .kyruus-custom-wrapper #ui-accordion-1-header-0 {
        background-color: #3156a3;
    }

    .kyruus-custom-wrapper #ui-accordion-2-header-0 {
        background-color: #264993;
    }

    .kyruus-custom-wrapper #ui-accordion-3-header-0 {
        background-color: #17377b;
    }

    .kyruus-custom-wrapper .content-display img,
    .kyruus-custom-wrapper .article img {
        width: 40% !important;
        height: auto !important;
    }

    .kyruus-custom-wrapper .main-content h1:before,
    .kyruus-custom-wrapper .main-content h2:before,
    .kyruus-custom-wrapper .main-content h3:before,
    .kyruus-custom-wrapper .main-content h4:before,
    .kyruus-custom-wrapper .main-content h5:before,
    .kyruus-custom-wrapper .features .heading:before {
        border: none;
    }

    .kyruus-custom-wrapper .main-content h1 span:after,
    .kyruus-custom-wrapper .main-content h2 span:after,
    .kyruus-custom-wrapper .main-content h3 span:after,
    .kyruus-custom-wrapper .main-content h4 span:after,
    .kyruus-custom-wrapper .main-content h5 span:after,
    .kyruus-custom-wrapper .features .heading span:after {
        content: none;
    }

    .kyruus-custom-wrapper .features .grid .content {
        border: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        padding: .5em;
    }

    .kyruus-custom-wrapper .features .btn-default:hover,
    .kyruus-custom-wrapper .btn-default:focus,
    .kyruus-custom-wrapper .btn-default:active,
    .kyruus-custom-wrapper .btn-default.active,
    .kyruus-custom-wrapper .open .dropdown-toggle.btn-default {
        background-color: #fff;
    }

    .kyruus-custom-wrapper .features li:before {
        content: none;
    }

    .kyruus-custom-wrapper .features li {
        padding-bottom: 0;
        border-top: 1px solid #e8e8e8;
    }

    .kyruus-custom-wrapper .features li:first-child {
        border: none;
    }

    .kyruus-custom-wrapper .features .btn {
        position: relative;
        cursor: default;
        background-color: #fff;
        border-radius: 4px;
        text-align: left;
        width: 100%;
        padding: 13px 20px;
        text-transform: none;
        font-size: 18px;
    }

    .kyruus-custom-wrapper .features .btn-group.open .dropdown-toggle {
        box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6);
    }

    .kyruus-custom-wrapper .features .btn-group {
        width: 100%;
    }

    .kyruus-custom-wrapper .features .dropdown-menu,
    .kyruus-custom-wrapper .hero-callout .dropdown-menu {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background: #fff;
        display: none;
        float: none;
        padding: 0;
        margin: 0;
        border: none;
        overflow-y: auto;
        border-radius: 0;
        font-size: 2.3vh;
    }

    .kyruus-custom-wrapper .features .dropdown-menu span,
    .kyruus-custom-wrapper .hero-callout .dropdown-menu span {
        float: right;
        clear: both;
        margin-bottom: 1em;
        margin-top: .6em;
        margin-top: 1em;
        margin-right: .6em;
    }

    .kyruus-custom-wrapper .features .dropdown-menu ul {
        margin: 0;
    }

    .kyruus-custom-wrapper .features a,
    .kyruus-custom-wrapper .hero-callout .dropdown-menu li a {
        width: 100%;
        display: block;
        padding: 1em;
        background: none;
        color: #8e8e8e;
        font-weight: 600;
    }

    .kyruus-custom-wrapper .features a:hover {
        color: #fff;
        background: #6cb43f;
        text-decoration: none;
    }

    .kyruus-custom-wrapper .open>.dropdown-menu {
        display: block;
    }

    .kyruus-custom-wrapper .hero-callout .dropdown-menu li {
        float: left;
        width: 100%;
    }

    .kyruus-custom-wrapper .sub-content.grid .six.columns {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
    }

    .kyruus-custom-wrapper .Two-Column-Layout {
        margin-bottom: 0 !important;
    }

    .kyruus-custom-wrapper .sidebar {
        margin-bottom: 2em;
    }

    .kyruus-custom-wrapper .core-search, .kyruus-custom-wrapper .content-display {
        margin-bottom: .6em !important;
    }

    .kyruus-custom-wrapper .grid .grid {
        overflow: hidden;
    }

    .kyruus-custom-wrapper .main-content {
        padding: 0 1.5em;
    }

    .kyruus-custom-wrapper .module-pg-wrapper {
        margin: .5em !important;
        padding-bottom: 2em;
    }

    .kyruus-custom-wrapper .callout {
        margin-bottom: .6em;
    }

    .kyruus-custom-wrapper ul.module-pg-pagination {
        margin-bottom: .6em;
    }

    .kyruus-custom-wrapper .module-pd-listing-info {
        margin: 0 !important;
    }

    .kyruus-custom-wrapper .module-pd-office-listing {
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .kyruus-custom-wrapper .related-locations-item {
        height: auto !important;
        height: initial !important;
    }

    .kyruus-custom-wrapper .related-pt-content h5 {
        text-transform: capitalize;
    }

    .kyruus-custom-wrapper .feat-box {
        margin-bottom: 2em;
    }

    .kyruus-custom-wrapper .collapse for mobile .reg-callout {
        display: none;
    }

    .kyruus-custom-wrapper .list-item-copy, .kyruus-custom-wrapper .module-date,
    .kyruus-custom-wrapper .teaser-copy.ten.columns {
        margin-top: .75em;
    }

    .kyruus-custom-wrapper .accordion h1 span:after,
    .kyruus-custom-wrapper .accordion h2 span:after,
    .kyruus-custom-wrapper .accordion h3 span:after,
    .kyruus-custom-wrapper .accordion h4 span:after,
    .kyruus-custom-wrapper .accordion h5 span:after {
        content: '';
    }

    .kyruus-custom-wrapper .ui-accordion .ui-accordion-header {
    }

    .kyruus-custom-wrapper .callout .inner .image img {
        width: 100%;
    }

    .kyruus-custom-wrapper .ui-accordion .ui-accordion-header {
        background-position: 94% 0;
    }

    .kyruus-custom-wrapper .ui-accordion .ui-accordion-header .ui-icon {
        right: 1em;
    }

    .kyruus-custom-wrapper .core-li {
        padding-bottom: 1em !important;
        width: 100% !important;
        margin-left: 0;
    }

    .kyruus-custom-wrapper .listing-item {
        margin-bottom: 0 !important;
    }

    .kyruus-custom-wrapper .module-pd-az .module-alphabet-list .columns {
        width: 7.5% !important;
        margin-left: inherit;
    }

    .kyruus-custom-wrapper .module-sv-alpha-custom .ui-tabs .ui-tabs-panel {
        padding-right: 21px !important;
    }

    .kyruus-custom-wrapper .module-lc-image IMG {
        width: 50%;
    }/*Mobile Footer****************/

    .kyruus-custom-wrapper footer .core-list {
        border-right: 1px solid #4d4643;
        border-left: 1px solid #4d4643;
        border-bottom: 1px solid #4a4340;
        border-radius: 6px;
    }

    .kyruus-custom-wrapper footer .core-list .four,
    .kyruus-custom-wrapper .disclaimer .three,
    .kyruus-custom-wrapper .disclaimer .ten {
        width: 100% !important;
        text-align: center;
        margin-left: 0;
    }

    .kyruus-custom-wrapper .route li {
        background: none;
        padding-left: 0;
        padding-bottom: 0;
    }

    .kyruus-custom-wrapper .footer-inner .grid {
        border: none;
        margin: 0;
        padding: 0;
    }

    .kyruus-custom-wrapper .footer-inner h4 {
        position: relative;
    }

    .kyruus-custom-wrapper .footer-inner h4:before {
        content: "";
        display: block;
        border-top: solid 1px #4d4643;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 50%;
        z-index: 1;
    }

    .kyruus-custom-wrapper .footer-inner h4:first-child {
        margin-top: -8px;
    }

    .kyruus-custom-wrapper .footer-inner h4:after {
        display: none;
    }

    .kyruus-custom-wrapper .footer-inner h4 span:before {
        content: '\f111';
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        font-size: .4em;
        color: #4d4643;
    }

    .kyruus-custom-wrapper .footer-inner h4 span {
        padding: 0 20px;
    }

    .kyruus-custom-wrapper .disclaimer .grid {
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
           -moz-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }

    .kyruus-custom-wrapper .disclaimer .copyright {
        -webkit-box-ordinal-group: 2;
           -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
                order: 2;
        margin-top: 2em;
    }

    .kyruus-custom-wrapper footer .disclaimer .links {
        text-align: center;
    }

    .kyruus-custom-wrapper footer .disclaimer .links a {
        padding: .5em 1em;
        border: 1px solid #4d4643;
        background-color: #403a37;
        background-image: linear-gradient(#544c49, #352f2c);
        border-radius: 3px;
        width: 60%;
        display: inline-block;
        color: #b4aba7;
    }

    .kyruus-custom-wrapper footer .disclaimer .links a:hover {
        text-decoration: none;
    }

    .kyruus-custom-wrapper footer .disclaimer .pipe {
        display: block;
        text-indent: -9999px;
    }

    .kyruus-custom-wrapper .features .btn i.fa.fa-bars {
        position: absolute;
        right: 20px;
    }

    .kyruus-custom-wrapper .visible-mobile {
        display: block;
    }

    .kyruus-custom-wrapper .hide-mobile {
        display: none;
    }

    .kyruus-custom-wrapper .home-quotes {
        display: none;
    }
}

@media (max-width: 47.938em) and (orientation: landscape) {
    .kyruus-custom-wrapper .hero-image img,
    .kyruus-custom-wrapper .hero .home-banner-img {
        left: 0;
    }

    .kyruus-custom-wrapper .nav-top>div {
        width: 50% !important;
        float: left;
    }

    .kyruus-custom-wrapper .main-header img {
        width: 50vw !important;
    }

    .kyruus-custom-wrapper .nav-top .mobile-menu a,
    .kyruus-custom-wrapper .nav-top .search .mobile-search,
    .kyruus-custom-wrapper .nav-top .phone .mobile-phone {
        font-size: 4vw !important;
    }

    .kyruus-custom-wrapper .nav-top .mobile-menu a span {
        font-size: 2.3vw !important;
    }

    .kyruus-custom-wrapper .main-nav ul.nav>li>a {
        font-size: 5.5vh;
    }

    .kyruus-custom-wrapper .active.main-menu {
        font-size: 4.5vh;
    }

    .kyruus-custom-wrapper .nav-top .search div:before {
        right: 35.5% !important;
    }

    .kyruus-custom-wrapper .scrollspy .phone {
        font-size: 1.8em;
    }

    .kyruus-custom-wrapper .scrollspy .contact .button {
        font-size: 1em !important;
    }

    .kyruus-custom-wrapper .contact>div {
        margin: 4vh 0;
    }

    .kyruus-custom-wrapper .features .dropdown-menu,
    .kyruus-custom-wrapper .hero-callout .dropdown-menu {
        font-size: 2.3vw;
    }

    .kyruus-custom-wrapper .hero-callout h3 {
        font-size: 4vw;
    }

    .kyruus-custom-wrapper .landing .hero-copy {
        font-size: 3vh;
    }

    .kyruus-custom-wrapper section.active-mobile-callout .mobile-cta-btn,
    .kyruus-custom-wrapper section.active-mobile-callout button {
        font-size: 2.5vw;
    }

    .kyruus-custom-wrapper section.active-mobile-callout .container {
        padding: 0 5vw;
    }

    .kyruus-custom-wrapper section.active-mobile-callout .content button,
    .kyruus-custom-wrapper section.active-mobile-callout .content input {
        margin: 0;
    }
}

@media (max-width: 43.750em) {
    .kyruus-custom-wrapper .secondary ul {
        position: static;
    }

    .kyruus-custom-wrapper .tabs .columns {
        width: 100% !important;
        margin-left: 0;
    }

    .kyruus-custom-wrapper .footer-inner .social {
        width: 60% !important;
    }

    .kyruus-custom-wrapper .footer-inner .social ul {
        margin-left: 3vw;
    }

    .kyruus-custom-wrapper .nav-justified>li>a {
        font-size: 3.4vw;
        padding: .5em .8em;
    }

    .kyruus-custom-wrapper .secondary li .login {
        font-size: 2.2vw;
        padding: 1.1em;
        top: -2px;
    }/*Tabs Switch***********/

    .kyruus-custom-wrapper .responsive-tabs-wrapper {
    }

    .kyruus-custom-wrapper .responsive-tabs__list {
        display: none;
    }

    .kyruus-custom-wrapper .responsive-tabs__heading {
        display: block;
        cursor: pointer;
        color: #8d8d8d;
        position: relative;
        background: #fafafa;
        margin: 0;
        margin-bottom: 4px;
        margin-top: 1px;
        padding: .55em 1.3em .5em .7em;
        font-size: 15px;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        line-height: 27px;
        background-image: url('/assets/images/accordion-core.png');
        background-repeat: repeat-y;
        background-position: 94% 0;
    }

    .kyruus-custom-wrapper .responsive-tabs__panel--closed-accordion-only {
        display: none;
    }

    .kyruus-custom-wrapper .responsive-tabs__heading--active {
        background-color: #fff;
        margin-bottom: 0;
    }

    .kyruus-custom-wrapper .responsive-tabs__panel {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top: 0;
    }

    .kyruus-custom-wrapper .responsive-tabs__heading:before {
        content: '';
        width: 20px !important;
        height: 1px !important;
        border-top: 1px solid #8fc153 !important;
        display: block;
        position: absolute;
        margin-top: 15px;
        margin-left: 19px;
        right: 1.5%;
        top: 18% !important;
    }

    .kyruus-custom-wrapper .responsive-tabs__heading:after {
        content: '';
        width: 1px !important;
        height: 20px !important;
        border-right: 1px solid #8fc153 !important;
        display: block;
        position: absolute;
        margin-top: 5px;
        margin-left: 14px;
        right: 3%;
        top: 18% !important;
    }

    .kyruus-custom-wrapper .responsive-tabs__heading--active:after {
        border: none !important;
    }

    .kyruus-custom-wrapper .responsive-tabs__heading--active {
        margin-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .kyruus-custom-wrapper .ui-accordion-content-active,
    .kyruus-custom-wrapper .responsive-tabs__panel--active {
        margin-bottom: 4px;
    }

    .kyruus-custom-wrapper .module-sv-alpha-custom .ui-tabs .ui-tabs-nav li {
        width: 6.54297% !important;
        float: left;
    }
}

@media (max-width: 40.000em) {
    .kyruus-custom-wrapper .main-header .logo img {
        max-width: 290px;
    }

    .kyruus-custom-wrapper .nav-justified>li>a {
        font-size: 5vw;
        padding: .1em .3em;
    }

    .kyruus-custom-wrapper .secondary li .login {
        font-size: 2.5vw;
        padding: .9em;
        position: relative;
        top: -.4em;
    }
}

@media (max-width: 37.000em) {
    .kyruus-custom-wrapper .footer-inner .social {
        width: 100% !important;
    }

    .kyruus-custom-wrapper .main-menu {
        top: 19.2%;
    }

    .kyruus-custom-wrapper .responsive-tabs__heading {
        background-position: 92% 0;
    }

    .kyruus-custom-wrapper .ui-accordion .ui-accordion-header {
        background-position: 92% 0;
    }

    .kyruus-custom-wrapper .responsive-tabs__heading:after {
        right: 4%;
    }

    .kyruus-custom-wrapper .responsive-tabs__heading:before {
        right: 1.5%;
    }
}

@media (max-width: 25em) {
    .kyruus-custom-wrapper .main-menu {
        top: 21.3%;
    }

    .kyruus-custom-wrapper .ui-accordion .ui-accordion-header,
    .kyruus-custom-wrapper .responsive-tabs__heading {
        background-position: 90% 0;
    }

    .kyruus-custom-wrapper .responsive-tabs__heading:after {
        right: 5%;
    }

    .kyruus-custom-wrapper .responsive-tabs__heading:before {
        right: 2.5%;
    }

    .kyruus-custom-wrapper .widget {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 23em) {
    .kyruus-custom-wrapper .main-menu {
        top: 20.5%;
    }
}

@media (max-width: 22.500em) {
    .kyruus-custom-wrapper nav {
        padding: 0 0 1em;
    }

    .kyruus-custom-wrapper h1, .kyruus-custom-wrapper .features .heading {
        font-size: 5vw;
    }

    .kyruus-custom-wrapper .navbar-collapse.collapse:before {
        left: 9%;
    }

    .kyruus-custom-wrapper .nav-top .search div:before {
        right: 40.5%;
    }

    .kyruus-custom-wrapper .navbar-collapse.collapse {
        top: 2.8em;
    }

    .kyruus-custom-wrapper UL.nav {
        width: 88%;
        margin: 0 auto;
    }

    .kyruus-custom-wrapper .nav-justified>li>a {
        font-size: 6vw;
        padding: .2em .4em;
        border-radius: 4px !important;
    }

    .kyruus-custom-wrapper .nav-top .mobile-menu a span {
        font-size: 4.5vw;
        top: 0;
    }

    .kyruus-custom-wrapper .secondary li .login {
        font-size: 3.8vw;
        padding: .75em .5em .75em;
        top: -.2em;
        min-width: 120px;
    }

    .kyruus-custom-wrapper .secondary UL.nav li.patient,
    .kyruus-custom-wrapper .secondary UL.nav li.mobile-menu,
    .kyruus-custom-wrapper .secondary UL.nav li.search,
    .kyruus-custom-wrapper .secondary UL.nav li.phone {
        padding-left: .6em;
    }

    .kyruus-custom-wrapper .secondary UL.nav li.mobile-menu {
        padding-left: 0;
    }/*drop*/

    .kyruus-custom-wrapper .main-nav ul.nav>li {
        border-top: 1px solid #e8e8e8;
        display: table !important;
        width: 100% !important;
        padding-left: 0;
    }

    .kyruus-custom-wrapper .main-nav ul.nav>li>a {
        font-size: 4.5vw;
        color: #8e8e8e;
        display: inline;
        float: left;
        padding: 4vw 0;
    }
}

@media (max-width: 20em) {
    .kyruus-custom-wrapper UL.nav {
        width: 97%;
    }

    .kyruus-custom-wrapper .main-menu {
        top: 23%;
    }

    .kyruus-custom-wrapper header .three {
        margin-bottom: 1vh;
    }

    .kyruus-custom-wrapper .content-display img {
        width: 100%;
    }

    .kyruus-custom-wrapper .article img {
        width: 100%;
    }
}

/*IPHONE RETINA 6/6PLUS SON**********************************/

@media only screen and (min-device-width: 414px) and (max-device-width: 500px) and (orientation: portrait) {
    .kyruus-custom-wrapper UL.nav {
        width: 84%;
    }

    .kyruus-custom-wrapper .navbar-collapse.collapse:before {
        left: 8% !important;
    }

    .kyruus-custom-wrapper .nav-top .search div:before {
        right: 40.5% !important;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 580px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .kyruus-custom-wrapper UL.nav {
        width: 95%;
    }

    .kyruus-custom-wrapper .nav-justified>li>a {
        font-size: 7vw;
        padding: .1em .4em;
        border-radius: 4px !important;
    }

    .kyruus-custom-wrapper .main-nav ul.nav>li {
        border-top: 1px solid #e8e8e8;
        display: table;
        width: 100% !important;
        padding-left: 0;
    }

    .kyruus-custom-wrapper .main-nav ul.nav>li>a {
        font-size: 4vw;
        color: #8e8e8e;
        display: inline;
        float: left;
        padding: 3.5vw 0;
    }

    .kyruus-custom-wrapper .nav-top .mobile-menu a span {
        font-size: 4vw;
        top: .1em;
    }

    .kyruus-custom-wrapper .secondary li .login {
        font-size: 4vw;
        padding: .75em .5em .75em;
        min-width: 135px;
        top: -.25em;
    }

    .kyruus-custom-wrapper .secondary UL.nav li.patient,
    .kyruus-custom-wrapper .secondary UL.nav li.mobile-menu,
    .kyruus-custom-wrapper .secondary UL.nav li.search,
    .kyruus-custom-wrapper .secondary UL.nav li.phone {
        padding-left: .6em;
    }

    .kyruus-custom-wrapper .secondary .nav li.mobile-menu {
        padding-left: 0;
    }

    .kyruus-custom-wrapper .navbar-collapse.collapse:before {
        left: 7.5%;
    }

    .kyruus-custom-wrapper .nav-top .search div:before {
        left: auto;
        left: initial;
        right: 40.5%;
    }

    .kyruus-custom-wrapper .nav-top .search div {
        bottom: -9px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .kyruus-custom-wrapper UL.nav {
        width: 74%;
    }

    .kyruus-custom-wrapper .nav-justified>li>a {
        font-size: 4vw;
        border-radius: 4px !important;
    }

    .kyruus-custom-wrapper .nav-top .mobile-menu a span {
        font-size: 2vw;
    }

    .kyruus-custom-wrapper .secondary {
        text-align: center;
    }

    .kyruus-custom-wrapper .secondary li .login {
        font-size: 2.1vw;
        padding: 1em .5em 1em;
        top: -.27em;
        min-width: 135px;
    }

    .kyruus-custom-wrapper .navbar-collapse.collapse {
        top: .6em;
    }

    .kyruus-custom-wrapper .navbar-collapse.collapse:before {
        left: 25.5%;
    }

    .kyruus-custom-wrapper .nav-top .search div:before {
        right: 44.5%;
    }

    .kyruus-custom-wrapper .nav-top .search div {
        bottom: -9px;
    }
}

@media screen and (device-aspect-ratio: 16/9) and (-webkit-device-pixel-ratio: 2) {
    .kyruus-custom-wrapper UL.nav {
        width: 84%;
        margin: 0;
    }
}

@media screen and (device-aspect-ratio: 40/71) and (orientation: portrait) {
    .kyruus-custom-wrapper UL.nav {
        width: 91%;
        margin: 0 auto;
    }

    .kyruus-custom-wrapper .navbar-collapse.collapse:before {
        left: 7%;
    }

    .kyruus-custom-wrapper .nav-top .search div:before {
        right: 40.5%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .kyruus-custom-wrapper header .three {
        margin-bottom: 1.5em;
    }

    .kyruus-custom-wrapper UL.nav {
        width: 70%;
    }

    .kyruus-custom-wrapper .navbar-collapse.collapse:before {
        left: 20%;
    }

    .kyruus-custom-wrapper .nav-top .search div:before {
        right: 28.5vw;
    }

    .kyruus-custom-wrapper .nav-top .mobile-menu a span {
        font-size: 3vw;
        top: 0;
    }

    .kyruus-custom-wrapper .secondary li .login {
        font-size: 3vw;
        padding: .45em;
        top: 0;
    }
}

.kyruus-custom-wrapper .clearfix:before, .kyruus-custom-wrapper .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.kyruus-custom-wrapper .clearfix:after {
    clear: both;
}

.kyruus-custom-wrapper .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.kyruus-custom-wrapper .input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.kyruus-custom-wrapper .nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

.kyruus-custom-wrapper .nav>li>a {
    display: block;
}

.kyruus-custom-wrapper .nav>li>a:hover, .kyruus-custom-wrapper .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.kyruus-custom-wrapper .nav>li>a>img {
    max-width: none;
}

.kyruus-custom-wrapper .nav>.pull-right {
    float: right;
}

.kyruus-custom-wrapper .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    text-transform: uppercase;
}

.kyruus-custom-wrapper .nav li+.nav-header {
    margin-top: 9px;
}

.kyruus-custom-wrapper .nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.kyruus-custom-wrapper .nav-list>li>a,
.kyruus-custom-wrapper .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.kyruus-custom-wrapper .nav-list>li>a {
    padding: 3px 15px;
}

.kyruus-custom-wrapper .nav-list>.active>a,
.kyruus-custom-wrapper .nav-list>.active>a:hover,
.kyruus-custom-wrapper .nav-list>.active>a:focus {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    background-color: #08c;
}

.kyruus-custom-wrapper .nav-list [class^="icon-"],
.kyruus-custom-wrapper .nav-list [class*=" icon-"] {
    margin-right: 2px;
}

.kyruus-custom-wrapper .nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
}

.kyruus-custom-wrapper .nav-tabs, .kyruus-custom-wrapper .nav-pills {
    *zoom: 1;
}

.kyruus-custom-wrapper .nav-tabs:before,
.kyruus-custom-wrapper .nav-pills:before, .kyruus-custom-wrapper .nav-tabs:after,
.kyruus-custom-wrapper .nav-pills:after {
    display: table;
    content: "";
    line-height: 0;
}

.kyruus-custom-wrapper .nav-tabs:after, .kyruus-custom-wrapper .nav-pills:after {
    clear: both;
}

.kyruus-custom-wrapper .nav-tabs>li, .kyruus-custom-wrapper .nav-pills>li {
    float: left;
}

.kyruus-custom-wrapper .nav-tabs>li>a, .kyruus-custom-wrapper .nav-pills>li>a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}

.kyruus-custom-wrapper .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.kyruus-custom-wrapper .nav-tabs>li {
    margin-bottom: -1px;
}

.kyruus-custom-wrapper .nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.kyruus-custom-wrapper .nav-tabs>li>a:hover,
.kyruus-custom-wrapper .nav-tabs>li>a:focus {
    border-color: #eee #eee #ddd;
}

.kyruus-custom-wrapper .nav-tabs>.active>a,
.kyruus-custom-wrapper .nav-tabs>.active>a:hover,
.kyruus-custom-wrapper .nav-tabs>.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.kyruus-custom-wrapper .nav-pills>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 5px;
}

.kyruus-custom-wrapper .nav-pills>.active>a,
.kyruus-custom-wrapper .nav-pills>.active>a:hover,
.kyruus-custom-wrapper .nav-pills>.active>a:focus {
    color: #fff;
    background-color: #08c;
}

.kyruus-custom-wrapper .nav-stacked>li {
    float: none;
}

.kyruus-custom-wrapper .nav-stacked>li>a {
    margin-right: 0;
}

.kyruus-custom-wrapper .nav-tabs.nav-stacked {
    border-bottom: 0;
}

.kyruus-custom-wrapper .nav-tabs.nav-stacked>li>a {
    border: 1px solid #ddd;
    border-radius: 0;
}

.kyruus-custom-wrapper .nav-tabs.nav-stacked>li:first-child>a {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.kyruus-custom-wrapper .nav-tabs.nav-stacked>li:last-child>a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.kyruus-custom-wrapper .nav-tabs.nav-stacked>li>a:hover,
.kyruus-custom-wrapper .nav-tabs.nav-stacked>li>a:focus {
    border-color: #ddd;
    z-index: 2;
}

.kyruus-custom-wrapper .nav-pills.nav-stacked>li>a {
    margin-bottom: 3px;
}

.kyruus-custom-wrapper .nav-pills.nav-stacked>li:last-child>a {
    margin-bottom: 1px;
}

.kyruus-custom-wrapper .nav-tabs .dropdown-menu {
    border-radius: 0 0 6px 6px;
}

.kyruus-custom-wrapper .nav-pills .dropdown-menu {
    border-radius: 6px;
}

.kyruus-custom-wrapper .nav .dropdown-toggle .caret {
    border-top-color: #08c;
    border-bottom-color: #08c;
    margin-top: 6px;
}

.kyruus-custom-wrapper .nav .dropdown-toggle:hover .caret,
.kyruus-custom-wrapper .nav .dropdown-toggle:focus .caret {
    border-top-color: #005580;
    border-bottom-color: #005580;
}

/* move down carets for tabs */

.kyruus-custom-wrapper .nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}

.kyruus-custom-wrapper .nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.kyruus-custom-wrapper .nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

.kyruus-custom-wrapper .nav>.dropdown.active>a:hover,
.kyruus-custom-wrapper .nav>.dropdown.active>a:focus {
    cursor: pointer;
}

.kyruus-custom-wrapper .nav-tabs .open .dropdown-toggle,
.kyruus-custom-wrapper .nav-pills .open .dropdown-toggle,
.kyruus-custom-wrapper .nav>li.dropdown.open.active>a:hover,
.kyruus-custom-wrapper .nav>li.dropdown.open.active>a:focus {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.kyruus-custom-wrapper .nav li.dropdown.open .caret,
.kyruus-custom-wrapper .nav li.dropdown.open.active .caret,
.kyruus-custom-wrapper .nav li.dropdown.open a:hover .caret,
.kyruus-custom-wrapper .nav li.dropdown.open a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.kyruus-custom-wrapper .nav>.disabled>a {
    color: #999;
}

.kyruus-custom-wrapper .nav>.disabled>a:hover,
.kyruus-custom-wrapper .nav>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: default;
}

.kyruus-custom-wrapper footer {
    padding: 0;
    background: #342c29;
    font-family: 'Open Sans', sans-serif;
}

.kyruus-custom-wrapper footer a {
    text-decoration: none;
}

.kyruus-custom-wrapper footer>div {
    width: auto;
    padding: 0 .75em;
    text-align: center;
}

.kyruus-custom-wrapper footer .logo, .kyruus-custom-wrapper footer .copy {
    display: block;
    float: none !important;
}

.kyruus-custom-wrapper footer .logo {
    margin: 0 auto .5em;
    position: static;
}

.kyruus-custom-wrapper footer .copy {
    font-size: .7em;
}

.kyruus-custom-wrapper .footer-top {
    background-color: #224069;
    padding: 1.1rem;
}

.kyruus-custom-wrapper .foot-top__a:after {
    margin-left: 1rem;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #fff;
    font-size: 1.5em;
    content: "\f105";
}

.kyruus-custom-wrapper .foot-top__a:hover {
    text-decoration: none;
    background-color: #435978;
}

.kyruus-custom-wrapper .footer-top .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 1138px;
    width: 100%;
    margin: 0 auto;
    padding: 0 .625em;
    display: flex;
}

.kyruus-custom-wrapper .foot-top__text {
    font-size: 1.45rem;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
}

.kyruus-custom-wrapper .foot-top__social {
    text-align: center;
}

.kyruus-custom-wrapper .foot-top__social li {
    list-style-type: none;
}

.kyruus-custom-wrapper .foot-top__social ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.kyruus-custom-wrapper .foot-top__social ul li:not(:first-child) {
    margin-left: 1rem;
}

.kyruus-custom-wrapper .footer-inner {
    padding: 1.1rem;
}

.kyruus-custom-wrapper .footer-inner__column.collapse-for-mobile .mobile-callout-header {
    background-color: #48413e;
    background-image: none;
    margin-bottom: 0;
}

.kyruus-custom-wrapper .footer-inner__column.collapse-for-mobile .mobile-callout-header.open {
    border: 1px solid #867e75;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.kyruus-custom-wrapper .footer-inner__column.collapse-for-mobile .mobile-callout-header:after {
    color: #86b84a;
    font-size: 1.4rem;
    height: 100%;
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 1rem;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.kyruus-custom-wrapper .footer-inner__column.collapse-for-mobile .mobile-callout-header.open:after {
    border-left: 1px solid #867e75;
}

.kyruus-custom-wrapper .footer-inner__column.collapse-for-mobile .mobile-callout-header.open+div {
    border: 1px solid #867e75;
    border-top: 0;
}

.kyruus-custom-wrapper .footer-inner__column-ct a {
    color: #fff;
}

.kyruus-custom-wrapper .footer-inner .grid {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.kyruus-custom-wrapper .footer-inner__column-ct a:hover {
    text-decoration: underline;
}

.kyruus-custom-wrapper .footer-inner li {
    line-height: 3em;
    padding: 0;
    list-style: none;
}

.kyruus-custom-wrapper .footer-inner li:first-child {
    padding-top: .75em;
}

.kyruus-custom-wrapper .footer-inner li:last-child {
    padding-bottom: .75em;
}

.kyruus-custom-wrapper .footer-inner h4 span {
    padding-right: 20px;
    position: relative;
    z-index: 5;
    background: #342c29;
}

.kyruus-custom-wrapper .footer-inner h4 span:after {
    content: '\f111';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    font-size: .4em;
    color: #4d4643;
    top: .4em;
}

.kyruus-custom-wrapper footer .grid ul {
    padding-left: 0;
}

.kyruus-custom-wrapper footer .disclaimer {
    background: #39322f;
    color: #fff;
    padding-top: 0;
    display: flex;
}

.kyruus-custom-wrapper footer .disclaimer .links {
    text-align: right;
}

.kyruus-custom-wrapper footer .disclaimer .links ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.kyruus-custom-wrapper footer .disclaimer .links li {
    list-style: none;
}

.kyruus-custom-wrapper footer .disclaimer .links a {
    color: #fff;
}

.kyruus-custom-wrapper footer .core-list {
    margin-top: 2em;
}

.kyruus-custom-wrapper footer .disclaimer .grid {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    max-width: 1138px;
    width: 100%;
    margin: 0 auto;
    padding: 0 .625em;
}

.kyruus-custom-wrapper footer .disclaimer .grid li {
    margin-right: 1rem;
}

.kyruus-custom-wrapper .footer-inner h4:before {
    content: "";
    display: block;
    border-top: solid 1px #4d4643;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.kyruus-custom-wrapper .foot-top__a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4a6284;
    margin: 0 auto 1.5rem auto;
    border-radius: 5px;
    padding: .7rem 1rem;
    font-size: 1.05rem;
    color: #fff;
    position: relative;
    text-align: center;
            transition: all .5s, opacity .5s;
    -webkit-transition: all .5s, opacity .5s;
       -moz-transition: all .5s, opacity .5s;
    min-width: 50%;
}

.kyruus-custom-wrapper footer .disclaimer .links a {
    padding: .5em 1em;
    border: 1px solid #4d4643;
    background-color: #403a37;
    background-image: linear-gradient(#544c49, #352f2c);
    border-radius: 3px;
    width: 60%;
    display: inline-block;
    color: #b4aba7;
}

.kyruus-custom-wrapper footer .core-list .four.columns,
.kyruus-custom-wrapper .disclaimer .grid .three.columns,
.kyruus-custom-wrapper .disclaimer .ten.columns {
    width: 100%;
    text-align: center;
    margin-left: 0;
}

.kyruus-custom-wrapper footer .disclaimer {
    background: #39322f;
    padding: 3em 0;
    color: #fff;
}

.kyruus-custom-wrapper footer .disclaimer .pipe {
    display: block;
    text-indent: -9999px;
}

.kyruus-custom-wrapper .disclaimer .copyright {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
    margin-top: 2em;
}

.kyruus-custom-wrapper .disclaimer {
    font-size: 14.4px;
}

.kyruus-custom-wrapper .disclaimer .grid,
.kyruus-custom-wrapper .footer-top .grid {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}

.kyruus-custom-wrapper .footer-inner__column .reg-callout h3 {
    padding: 1rem 0;
    margin-bottom: 0;
    line-height: 1.6rem;
}

@media (min-width:768px) {
    .kyruus-custom-wrapper .footer-inner__column {
        flex: 1 1 0;
    }

    .kyruus-custom-wrapper .login-btn {
        margin-right: .5rem;
    }

    .kyruus-custom-wrapper .foot-top__text {
        margin-right: 4rem;
        margin-bottom: 0;
    }

    .kyruus-custom-wrapper .foot-top__a {
        min-width: 266px;
        margin: 0 1rem;
        height: 3.3rem;
    }

    .kyruus-custom-wrapper .disclaimer .grid,
    .kyruus-custom-wrapper .footer-top .grid {
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
           -moz-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        align-items: center;
    }

    .kyruus-custom-wrapper .footer-inner .grid {
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
           -moz-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .kyruus-custom-wrapper .footer-inner__column:not(:last-child) {
        margin-right: 1rem;
    }

    .kyruus-custom-wrapper .footer-inner li {
        line-height: 1.5em;
        padding: 0;
        list-style: none;
        margin-bottom: 1.6rem;
    }

    .kyruus-custom-wrapper .disclaimer .copyright {
        margin-top: 0;
    }

    .kyruus-custom-wrapper footer .disclaimer .pipe {
        display: inline;
    }

    .kyruus-custom-wrapper .disclaimer .grid .three.columns {
        width: 23.53516%;
        line-height: 1.6rem;
    }

    .kyruus-custom-wrapper footer .disclaimer .grid {
        flex-direction: row;
    }

    .kyruus-custom-wrapper .disclaimer .grid .ten.columns {
        width: 83.00781%;
        line-height: 1.6rem;
    }

    .kyruus-custom-wrapper footer .core-list .four.columns,
    .kyruus-custom-wrapper .disclaimer .grid .three.columns,
    .kyruus-custom-wrapper .disclaimer .ten.columns {
        text-align: left;
    }

    .kyruus-custom-wrapper footer .disclaimer .links a {
        padding: 0;
        border: 0;
        background-color: transparent;
        background-image: none;
        border-radius: 0;
        width: auto;
        display: inline-block;
        color: #fff;
    }

    .kyruus-custom-wrapper .disclaimer .copyright {
        -webkit-box-ordinal-group: 1;
           -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
                order: 1;
    }

    .kyruus-custom-wrapper footer .disclaimer .links {
        -webkit-box-ordinal-group: 2;
           -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
                order: 2;
    }
}

@media (max-width: 1024px) {
    .kyruus-custom-wrapper .footer-inner section {
        display: flex;
        flex-direction: column;
    }

    .kyruus-custom-wrapper .footer-inner__column .reg-callout h3 {
        color: #fff;
        border-bottom: 1px solid #867e75;
    }

    .kyruus-custom-wrapper footer .disclaimer .links ul {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .kyruus-custom-wrapper .ten .columns .links {
        display: flex;
        flex-direction: row;
    }
}

@media (min-width: 1025px) {
    .kyruus-custom-wrapper .nav-justified>li.search {
        display: table-cell;
        width: 200px;
        float: left;
    }

    .kyruus-custom-wrapper .nav-top .search input[type="text"] {
        width: 200px;
    }

    .kyruus-custom-wrapper .footer-inner__column.collapse-for-mobile .mobile-callout-header.open+div {
        border: none;
    }

    .kyruus-custom-wrapper .foot-top__social {
        display: block;
    }

    .kyruus-custom-wrapper footer .core-list .four.columns,
    .kyruus-custom-wrapper .disclaimer .grid .three.columns,
    .kyruus-custom-wrapper .disclaimer .ten.columns {
        text-align: right;
    }

    .kyruus-custom-wrapper .disclaimer .grid .three.columns {
        text-align: left;
    }

    .kyruus-custom-wrapper .footer-inner__column {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .kyruus-custom-wrapper .footer-inner__column:not(:first-child) {
        margin-left: 1.5rem;
    }

    .kyruus-custom-wrapper .footer-inner section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .kyruus-custom-wrapper .footer-inner li {
        padding: 0;
    }

    .kyruus-custom-wrapper .footer-inner__column .reg-callout h3 {
        color: #fff;
        margin-bottom: 0;
        font-size: 1.1rem;
        border-bottom: 1px solid #867e75;
        padding-bottom: 1rem;
    }

    .kyruus-custom-wrapper .footer-inner .grid {
        margin-bottom: 2em;
        border-radius: 6px;
        max-width: 1138px;
        width: 100%;
        margin: 0 auto;
        padding: 0 .625em;
    }

    .kyruus-custom-wrapper .foot-top__text {
        margin-right: 4rem;
    }

    .kyruus-custom-wrapper .foot-top__text,
    .kyruus-custom-wrapper .foot-top__social,
    .kyruus-custom-wrapper .foot-top__a {
        display: inline-block;
        vertical-align: middle;
    }

    .kyruus-custom-wrapper .foot-top__text {
        text-align: left;
        margin-bottom: 0;
    }

    .kyruus-custom-wrapper .foot-top__social {
        text-align: left;
        margin-left: 1rem;
    }

    .kyruus-custom-wrapper .foot-top__a {
        margin: 0 1rem;
        line-height: 0;
        min-width: 266px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .kyruus-custom-wrapper .footer-top .grid {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
        display: flex;
    }
}
