@charset "UTF-8";
/* COMPASS AWESOMENESS */
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900";
/* font weights : 300,400,500,600,700*/
/*!
 *  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("../fonts/fontawesome-webfont.eot?v=4.6.1");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* line 14, ../sass/_font-awesome.scss */
.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 */
/* line 23, ../sass/_font-awesome.scss */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

/* line 28, ../sass/_font-awesome.scss */
.fa-2x {
    font-size: 2em;
}

/* line 31, ../sass/_font-awesome.scss */
.fa-3x {
    font-size: 3em;
}

/* line 34, ../sass/_font-awesome.scss */
.fa-4x {
    font-size: 4em;
}

/* line 37, ../sass/_font-awesome.scss */
.fa-5x {
    font-size: 5em;
}

/* line 40, ../sass/_font-awesome.scss */
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

/* line 44, ../sass/_font-awesome.scss */
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

/* line 49, ../sass/_font-awesome.scss */
.fa-ul > li {
    position: relative;
}

/* line 52, ../sass/_font-awesome.scss */
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

/* line 59, ../sass/_font-awesome.scss */
.fa-li.fa-lg {
    left: -1.85714286em;
}

/* line 62, ../sass/_font-awesome.scss */
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

/* line 67, ../sass/_font-awesome.scss */
.fa-pull-left {
    float: left;
}

/* line 70, ../sass/_font-awesome.scss */
.fa-pull-right {
    float: right;
}

/* line 73, ../sass/_font-awesome.scss */
.fa.fa-pull-left {
    margin-right: .3em;
}

/* line 76, ../sass/_font-awesome.scss */
.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 80, ../sass/_font-awesome.scss */
.pull-right {
    float: right;
}

/* line 83, ../sass/_font-awesome.scss */
.pull-left {
    float: left;
}

/* line 86, ../sass/_font-awesome.scss */
.fa.pull-left {
    margin-right: .3em;
}

/* line 89, ../sass/_font-awesome.scss */
.fa.pull-right {
    margin-left: .3em;
}

/* line 92, ../sass/_font-awesome.scss */
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

/* line 96, ../sass/_font-awesome.scss */
.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);
    }
}

/* line 120, ../sass/_font-awesome.scss */
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* line 126, ../sass/_font-awesome.scss */
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* line 132, ../sass/_font-awesome.scss */
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* line 138, ../sass/_font-awesome.scss */
.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);
}

/* line 144, ../sass/_font-awesome.scss */
.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);
}

/* line 150, ../sass/_font-awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

/* line 157, ../sass/_font-awesome.scss */
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

/* line 165, ../sass/_font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

/* line 172, ../sass/_font-awesome.scss */
.fa-stack-1x {
    line-height: inherit;
}

/* line 175, ../sass/_font-awesome.scss */
.fa-stack-2x {
    font-size: 2em;
}

/* line 178, ../sass/_font-awesome.scss */
.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 183, ../sass/_font-awesome.scss */
.fa-glass:before {
    content: "\f000";
}

/* line 186, ../sass/_font-awesome.scss */
.fa-music:before {
    content: "\f001";
}

/* line 189, ../sass/_font-awesome.scss */
.fa-search:before {
    content: "\f002";
}

/* line 192, ../sass/_font-awesome.scss */
.fa-envelope-o:before {
    content: "\f003";
}

/* line 195, ../sass/_font-awesome.scss */
.fa-heart:before {
    content: "\f004";
}

/* line 198, ../sass/_font-awesome.scss */
.fa-star:before {
    content: "\f005";
}

/* line 201, ../sass/_font-awesome.scss */
.fa-star-o:before {
    content: "\f006";
}

/* line 204, ../sass/_font-awesome.scss */
.fa-user:before {
    content: "\f007";
}

/* line 207, ../sass/_font-awesome.scss */
.fa-film:before {
    content: "\f008";
}

/* line 210, ../sass/_font-awesome.scss */
.fa-th-large:before {
    content: "\f009";
}

/* line 213, ../sass/_font-awesome.scss */
.fa-th:before {
    content: "\f00a";
}

/* line 216, ../sass/_font-awesome.scss */
.fa-th-list:before {
    content: "\f00b";
}

/* line 219, ../sass/_font-awesome.scss */
.fa-check:before {
    content: "\f00c";
}

/* line 222, ../sass/_font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

/* line 227, ../sass/_font-awesome.scss */
.fa-search-plus:before {
    content: "\f00e";
}

/* line 230, ../sass/_font-awesome.scss */
.fa-search-minus:before {
    content: "\f010";
}

/* line 233, ../sass/_font-awesome.scss */
.fa-power-off:before {
    content: "\f011";
}

/* line 236, ../sass/_font-awesome.scss */
.fa-signal:before {
    content: "\f012";
}

/* line 239, ../sass/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

/* line 243, ../sass/_font-awesome.scss */
.fa-trash-o:before {
    content: "\f014";
}

/* line 246, ../sass/_font-awesome.scss */
.fa-home:before {
    content: "\f015";
}

/* line 249, ../sass/_font-awesome.scss */
.fa-file-o:before {
    content: "\f016";
}

/* line 252, ../sass/_font-awesome.scss */
.fa-clock-o:before {
    content: "\f017";
}

/* line 255, ../sass/_font-awesome.scss */
.fa-road:before {
    content: "\f018";
}

/* line 258, ../sass/_font-awesome.scss */
.fa-download:before {
    content: "\f019";
}

/* line 261, ../sass/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

/* line 264, ../sass/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

/* line 267, ../sass/_font-awesome.scss */
.fa-inbox:before {
    content: "\f01c";
}

/* line 270, ../sass/_font-awesome.scss */
.fa-play-circle-o:before {
    content: "\f01d";
}

/* line 273, ../sass/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

/* line 277, ../sass/_font-awesome.scss */
.fa-refresh:before {
    content: "\f021";
}

/* line 280, ../sass/_font-awesome.scss */
.fa-list-alt:before {
    content: "\f022";
}

/* line 283, ../sass/_font-awesome.scss */
.fa-lock:before {
    content: "\f023";
}

/* line 286, ../sass/_font-awesome.scss */
.fa-flag:before {
    content: "\f024";
}

/* line 289, ../sass/_font-awesome.scss */
.fa-headphones:before {
    content: "\f025";
}

/* line 292, ../sass/_font-awesome.scss */
.fa-volume-off:before {
    content: "\f026";
}

/* line 295, ../sass/_font-awesome.scss */
.fa-volume-down:before {
    content: "\f027";
}

/* line 298, ../sass/_font-awesome.scss */
.fa-volume-up:before {
    content: "\f028";
}

/* line 301, ../sass/_font-awesome.scss */
.fa-qrcode:before {
    content: "\f029";
}

/* line 304, ../sass/_font-awesome.scss */
.fa-barcode:before {
    content: "\f02a";
}

/* line 307, ../sass/_font-awesome.scss */
.fa-tag:before {
    content: "\f02b";
}

/* line 310, ../sass/_font-awesome.scss */
.fa-tags:before {
    content: "\f02c";
}

/* line 313, ../sass/_font-awesome.scss */
.fa-book:before {
    content: "\f02d";
}

/* line 316, ../sass/_font-awesome.scss */
.fa-bookmark:before {
    content: "\f02e";
}

/* line 319, ../sass/_font-awesome.scss */
.fa-print:before {
    content: "\f02f";
}

/* line 322, ../sass/_font-awesome.scss */
.fa-camera:before {
    content: "\f030";
}

/* line 325, ../sass/_font-awesome.scss */
.fa-font:before {
    content: "\f031";
}

/* line 328, ../sass/_font-awesome.scss */
.fa-bold:before {
    content: "\f032";
}

/* line 331, ../sass/_font-awesome.scss */
.fa-italic:before {
    content: "\f033";
}

/* line 334, ../sass/_font-awesome.scss */
.fa-text-height:before {
    content: "\f034";
}

/* line 337, ../sass/_font-awesome.scss */
.fa-text-width:before {
    content: "\f035";
}

/* line 340, ../sass/_font-awesome.scss */
.fa-align-left:before {
    content: "\f036";
}

/* line 343, ../sass/_font-awesome.scss */
.fa-align-center:before {
    content: "\f037";
}

/* line 346, ../sass/_font-awesome.scss */
.fa-align-right:before {
    content: "\f038";
}

/* line 349, ../sass/_font-awesome.scss */
.fa-align-justify:before {
    content: "\f039";
}

/* line 352, ../sass/_font-awesome.scss */
.fa-list:before {
    content: "\f03a";
}

/* line 355, ../sass/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

/* line 359, ../sass/_font-awesome.scss */
.fa-indent:before {
    content: "\f03c";
}

/* line 362, ../sass/_font-awesome.scss */
.fa-video-camera:before {
    content: "\f03d";
}

/* line 365, ../sass/_font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

/* line 370, ../sass/_font-awesome.scss */
.fa-pencil:before {
    content: "\f040";
}

/* line 373, ../sass/_font-awesome.scss */
.fa-map-marker:before {
    content: "\f041";
}

/* line 376, ../sass/_font-awesome.scss */
.fa-adjust:before {
    content: "\f042";
}

/* line 379, ../sass/_font-awesome.scss */
.fa-tint:before {
    content: "\f043";
}

/* line 382, ../sass/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

/* line 386, ../sass/_font-awesome.scss */
.fa-share-square-o:before {
    content: "\f045";
}

/* line 389, ../sass/_font-awesome.scss */
.fa-check-square-o:before {
    content: "\f046";
}

/* line 392, ../sass/_font-awesome.scss */
.fa-arrows:before {
    content: "\f047";
}

/* line 395, ../sass/_font-awesome.scss */
.fa-step-backward:before {
    content: "\f048";
}

/* line 398, ../sass/_font-awesome.scss */
.fa-fast-backward:before {
    content: "\f049";
}

/* line 401, ../sass/_font-awesome.scss */
.fa-backward:before {
    content: "\f04a";
}

/* line 404, ../sass/_font-awesome.scss */
.fa-play:before {
    content: "\f04b";
}

/* line 407, ../sass/_font-awesome.scss */
.fa-pause:before {
    content: "\f04c";
}

/* line 410, ../sass/_font-awesome.scss */
.fa-stop:before {
    content: "\f04d";
}

/* line 413, ../sass/_font-awesome.scss */
.fa-forward:before {
    content: "\f04e";
}

/* line 416, ../sass/_font-awesome.scss */
.fa-fast-forward:before {
    content: "\f050";
}

/* line 419, ../sass/_font-awesome.scss */
.fa-step-forward:before {
    content: "\f051";
}

/* line 422, ../sass/_font-awesome.scss */
.fa-eject:before {
    content: "\f052";
}

/* line 425, ../sass/_font-awesome.scss */
.fa-chevron-left:before {
    content: "\f053";
}

/* line 428, ../sass/_font-awesome.scss */
.fa-chevron-right:before {
    content: "\f054";
}

/* line 431, ../sass/_font-awesome.scss */
.fa-plus-circle:before {
    content: "\f055";
}

/* line 434, ../sass/_font-awesome.scss */
.fa-minus-circle:before {
    content: "\f056";
}

/* line 437, ../sass/_font-awesome.scss */
.fa-times-circle:before {
    content: "\f057";
}

/* line 440, ../sass/_font-awesome.scss */
.fa-check-circle:before {
    content: "\f058";
}

/* line 443, ../sass/_font-awesome.scss */
.fa-question-circle:before {
    content: "\f059";
}

/* line 446, ../sass/_font-awesome.scss */
.fa-info-circle:before {
    content: "\f05a";
}

/* line 449, ../sass/_font-awesome.scss */
.fa-crosshairs:before {
    content: "\f05b";
}

/* line 452, ../sass/_font-awesome.scss */
.fa-times-circle-o:before {
    content: "\f05c";
}

/* line 455, ../sass/_font-awesome.scss */
.fa-check-circle-o:before {
    content: "\f05d";
}

/* line 458, ../sass/_font-awesome.scss */
.fa-ban:before {
    content: "\f05e";
}

/* line 461, ../sass/_font-awesome.scss */
.fa-arrow-left:before {
    content: "\f060";
}

/* line 464, ../sass/_font-awesome.scss */
.fa-arrow-right:before {
    content: "\f061";
}

/* line 467, ../sass/_font-awesome.scss */
.fa-arrow-up:before {
    content: "\f062";
}

/* line 470, ../sass/_font-awesome.scss */
.fa-arrow-down:before {
    content: "\f063";
}

/* line 473, ../sass/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

/* line 477, ../sass/_font-awesome.scss */
.fa-expand:before {
    content: "\f065";
}

/* line 480, ../sass/_font-awesome.scss */
.fa-compress:before {
    content: "\f066";
}

/* line 483, ../sass/_font-awesome.scss */
.fa-plus:before {
    content: "\f067";
}

/* line 486, ../sass/_font-awesome.scss */
.fa-minus:before {
    content: "\f068";
}

/* line 489, ../sass/_font-awesome.scss */
.fa-asterisk:before {
    content: "\f069";
}

/* line 492, ../sass/_font-awesome.scss */
.fa-exclamation-circle:before {
    content: "\f06a";
}

/* line 495, ../sass/_font-awesome.scss */
.fa-gift:before {
    content: "\f06b";
}

/* line 498, ../sass/_font-awesome.scss */
.fa-leaf:before {
    content: "\f06c";
}

/* line 501, ../sass/_font-awesome.scss */
.fa-fire:before {
    content: "\f06d";
}

/* line 504, ../sass/_font-awesome.scss */
.fa-eye:before {
    content: "\f06e";
}

/* line 507, ../sass/_font-awesome.scss */
.fa-eye-slash:before {
    content: "\f070";
}

/* line 510, ../sass/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

/* line 514, ../sass/_font-awesome.scss */
.fa-plane:before {
    content: "\f072";
}

/* line 517, ../sass/_font-awesome.scss */
.fa-calendar:before {
    content: "\f073";
}

/* line 520, ../sass/_font-awesome.scss */
.fa-random:before {
    content: "\f074";
}

/* line 523, ../sass/_font-awesome.scss */
.fa-comment:before {
    content: "\f075";
}

/* line 526, ../sass/_font-awesome.scss */
.fa-magnet:before {
    content: "\f076";
}

/* line 529, ../sass/_font-awesome.scss */
.fa-chevron-up:before {
    content: "\f077";
}

/* line 532, ../sass/_font-awesome.scss */
.fa-chevron-down:before {
    content: "\f078";
}

/* line 535, ../sass/_font-awesome.scss */
.fa-retweet:before {
    content: "\f079";
}

/* line 538, ../sass/_font-awesome.scss */
.fa-shopping-cart:before {
    content: "\f07a";
}

/* line 541, ../sass/_font-awesome.scss */
.fa-folder:before {
    content: "\f07b";
}

/* line 544, ../sass/_font-awesome.scss */
.fa-folder-open:before {
    content: "\f07c";
}

/* line 547, ../sass/_font-awesome.scss */
.fa-arrows-v:before {
    content: "\f07d";
}

/* line 550, ../sass/_font-awesome.scss */
.fa-arrows-h:before {
    content: "\f07e";
}

/* line 553, ../sass/_font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

/* line 557, ../sass/_font-awesome.scss */
.fa-twitter-square:before {
    content: "\f081";
}

/* line 560, ../sass/_font-awesome.scss */
.fa-facebook-square:before {
    content: "\f082";
}

/* line 563, ../sass/_font-awesome.scss */
.fa-camera-retro:before {
    content: "\f083";
}

/* line 566, ../sass/_font-awesome.scss */
.fa-key:before {
    content: "\f084";
}

/* line 569, ../sass/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

/* line 573, ../sass/_font-awesome.scss */
.fa-comments:before {
    content: "\f086";
}

/* line 576, ../sass/_font-awesome.scss */
.fa-thumbs-o-up:before {
    content: "\f087";
}

/* line 579, ../sass/_font-awesome.scss */
.fa-thumbs-o-down:before {
    content: "\f088";
}

/* line 582, ../sass/_font-awesome.scss */
.fa-star-half:before {
    content: "\f089";
}

/* line 585, ../sass/_font-awesome.scss */
.fa-heart-o:before {
    content: "\f08a";
}

/* line 588, ../sass/_font-awesome.scss */
.fa-sign-out:before {
    content: "\f08b";
}

/* line 591, ../sass/_font-awesome.scss */
.fa-linkedin-square:before {
    content: "\f08c";
}

/* line 594, ../sass/_font-awesome.scss */
.fa-thumb-tack:before {
    content: "\f08d";
}

/* line 597, ../sass/_font-awesome.scss */
.fa-external-link:before {
    content: "\f08e";
}

/* line 600, ../sass/_font-awesome.scss */
.fa-sign-in:before {
    content: "\f090";
}

/* line 603, ../sass/_font-awesome.scss */
.fa-trophy:before {
    content: "\f091";
}

/* line 606, ../sass/_font-awesome.scss */
.fa-github-square:before {
    content: "\f092";
}

/* line 609, ../sass/_font-awesome.scss */
.fa-upload:before {
    content: "\f093";
}

/* line 612, ../sass/_font-awesome.scss */
.fa-lemon-o:before {
    content: "\f094";
}

/* line 615, ../sass/_font-awesome.scss */
.fa-phone:before {
    content: "\f095";
}

/* line 618, ../sass/_font-awesome.scss */
.fa-square-o:before {
    content: "\f096";
}

/* line 621, ../sass/_font-awesome.scss */
.fa-bookmark-o:before {
    content: "\f097";
}

/* line 624, ../sass/_font-awesome.scss */
.fa-phone-square:before {
    content: "\f098";
}

/* line 627, ../sass/_font-awesome.scss */
.fa-twitter:before {
    content: "\f099";
}

/* line 630, ../sass/_font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

/* line 634, ../sass/_font-awesome.scss */
.fa-github:before {
    content: "\f09b";
}

/* line 637, ../sass/_font-awesome.scss */
.fa-unlock:before {
    content: "\f09c";
}

/* line 640, ../sass/_font-awesome.scss */
.fa-credit-card:before {
    content: "\f09d";
}

/* line 643, ../sass/_font-awesome.scss */
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

/* line 647, ../sass/_font-awesome.scss */
.fa-hdd-o:before {
    content: "\f0a0";
}

/* line 650, ../sass/_font-awesome.scss */
.fa-bullhorn:before {
    content: "\f0a1";
}

/* line 653, ../sass/_font-awesome.scss */
.fa-bell:before {
    content: "\f0f3";
}

/* line 656, ../sass/_font-awesome.scss */
.fa-certificate:before {
    content: "\f0a3";
}

/* line 659, ../sass/_font-awesome.scss */
.fa-hand-o-right:before {
    content: "\f0a4";
}

/* line 662, ../sass/_font-awesome.scss */
.fa-hand-o-left:before {
    content: "\f0a5";
}

/* line 665, ../sass/_font-awesome.scss */
.fa-hand-o-up:before {
    content: "\f0a6";
}

/* line 668, ../sass/_font-awesome.scss */
.fa-hand-o-down:before {
    content: "\f0a7";
}

/* line 671, ../sass/_font-awesome.scss */
.fa-arrow-circle-left:before {
    content: "\f0a8";
}

/* line 674, ../sass/_font-awesome.scss */
.fa-arrow-circle-right:before {
    content: "\f0a9";
}

/* line 677, ../sass/_font-awesome.scss */
.fa-arrow-circle-up:before {
    content: "\f0aa";
}

/* line 680, ../sass/_font-awesome.scss */
.fa-arrow-circle-down:before {
    content: "\f0ab";
}

/* line 683, ../sass/_font-awesome.scss */
.fa-globe:before {
    content: "\f0ac";
}

/* line 686, ../sass/_font-awesome.scss */
.fa-wrench:before {
    content: "\f0ad";
}

/* line 689, ../sass/_font-awesome.scss */
.fa-tasks:before {
    content: "\f0ae";
}

/* line 692, ../sass/_font-awesome.scss */
.fa-filter:before {
    content: "\f0b0";
}

/* line 695, ../sass/_font-awesome.scss */
.fa-briefcase:before {
    content: "\f0b1";
}

/* line 698, ../sass/_font-awesome.scss */
.fa-arrows-alt:before {
    content: "\f0b2";
}

/* line 701, ../sass/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

/* line 705, ../sass/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

/* line 709, ../sass/_font-awesome.scss */
.fa-cloud:before {
    content: "\f0c2";
}

/* line 712, ../sass/_font-awesome.scss */
.fa-flask:before {
    content: "\f0c3";
}

/* line 715, ../sass/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

/* line 719, ../sass/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

/* line 723, ../sass/_font-awesome.scss */
.fa-paperclip:before {
    content: "\f0c6";
}

/* line 726, ../sass/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

/* line 730, ../sass/_font-awesome.scss */
.fa-square:before {
    content: "\f0c8";
}

/* line 733, ../sass/_font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

/* line 738, ../sass/_font-awesome.scss */
.fa-list-ul:before {
    content: "\f0ca";
}

/* line 741, ../sass/_font-awesome.scss */
.fa-list-ol:before {
    content: "\f0cb";
}

/* line 744, ../sass/_font-awesome.scss */
.fa-strikethrough:before {
    content: "\f0cc";
}

/* line 747, ../sass/_font-awesome.scss */
.fa-underline:before {
    content: "\f0cd";
}

/* line 750, ../sass/_font-awesome.scss */
.fa-table:before {
    content: "\f0ce";
}

/* line 753, ../sass/_font-awesome.scss */
.fa-magic:before {
    content: "\f0d0";
}

/* line 756, ../sass/_font-awesome.scss */
.fa-truck:before {
    content: "\f0d1";
}

/* line 759, ../sass/_font-awesome.scss */
.fa-pinterest:before {
    content: "\f0d2";
}

/* line 762, ../sass/_font-awesome.scss */
.fa-pinterest-square:before {
    content: "\f0d3";
}

/* line 765, ../sass/_font-awesome.scss */
.fa-google-plus-square:before {
    content: "\f0d4";
}

/* line 768, ../sass/_font-awesome.scss */
.fa-google-plus:before {
    content: "\f0d5";
}

/* line 771, ../sass/_font-awesome.scss */
.fa-money:before {
    content: "\f0d6";
}

/* line 774, ../sass/_font-awesome.scss */
.fa-caret-down:before {
    content: "\f0d7";
}

/* line 777, ../sass/_font-awesome.scss */
.fa-caret-up:before {
    content: "\f0d8";
}

/* line 780, ../sass/_font-awesome.scss */
.fa-caret-left:before {
    content: "\f0d9";
}

/* line 783, ../sass/_font-awesome.scss */
.fa-caret-right:before {
    content: "\f0da";
}

/* line 786, ../sass/_font-awesome.scss */
.fa-columns:before {
    content: "\f0db";
}

/* line 789, ../sass/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

/* line 793, ../sass/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

/* line 797, ../sass/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

/* line 801, ../sass/_font-awesome.scss */
.fa-envelope:before {
    content: "\f0e0";
}

/* line 804, ../sass/_font-awesome.scss */
.fa-linkedin:before {
    content: "\f0e1";
}

/* line 807, ../sass/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

/* line 811, ../sass/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

/* line 815, ../sass/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

/* line 819, ../sass/_font-awesome.scss */
.fa-comment-o:before {
    content: "\f0e5";
}

/* line 822, ../sass/_font-awesome.scss */
.fa-comments-o:before {
    content: "\f0e6";
}

/* line 825, ../sass/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

/* line 829, ../sass/_font-awesome.scss */
.fa-sitemap:before {
    content: "\f0e8";
}

/* line 832, ../sass/_font-awesome.scss */
.fa-umbrella:before {
    content: "\f0e9";
}

/* line 835, ../sass/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

/* line 839, ../sass/_font-awesome.scss */
.fa-lightbulb-o:before {
    content: "\f0eb";
}

/* line 842, ../sass/_font-awesome.scss */
.fa-exchange:before {
    content: "\f0ec";
}

/* line 845, ../sass/_font-awesome.scss */
.fa-cloud-download:before {
    content: "\f0ed";
}

/* line 848, ../sass/_font-awesome.scss */
.fa-cloud-upload:before {
    content: "\f0ee";
}

/* line 851, ../sass/_font-awesome.scss */
.fa-user-md:before {
    content: "\f0f0";
}

/* line 854, ../sass/_font-awesome.scss */
.fa-stethoscope:before {
    content: "\f0f1";
}

/* line 857, ../sass/_font-awesome.scss */
.fa-suitcase:before {
    content: "\f0f2";
}

/* line 860, ../sass/_font-awesome.scss */
.fa-bell-o:before {
    content: "\f0a2";
}

/* line 863, ../sass/_font-awesome.scss */
.fa-coffee:before {
    content: "\f0f4";
}

/* line 866, ../sass/_font-awesome.scss */
.fa-cutlery:before {
    content: "\f0f5";
}

/* line 869, ../sass/_font-awesome.scss */
.fa-file-text-o:before {
    content: "\f0f6";
}

/* line 872, ../sass/_font-awesome.scss */
.fa-building-o:before {
    content: "\f0f7";
}

/* line 875, ../sass/_font-awesome.scss */
.fa-hospital-o:before {
    content: "\f0f8";
}

/* line 878, ../sass/_font-awesome.scss */
.fa-ambulance:before {
    content: "\f0f9";
}

/* line 881, ../sass/_font-awesome.scss */
.fa-medkit:before {
    content: "\f0fa";
}

/* line 884, ../sass/_font-awesome.scss */
.fa-fighter-jet:before {
    content: "\f0fb";
}

/* line 887, ../sass/_font-awesome.scss */
.fa-beer:before {
    content: "\f0fc";
}

/* line 890, ../sass/_font-awesome.scss */
.fa-h-square:before {
    content: "\f0fd";
}

/* line 893, ../sass/_font-awesome.scss */
.fa-plus-square:before {
    content: "\f0fe";
}

/* line 896, ../sass/_font-awesome.scss */
.fa-angle-double-left:before {
    content: "\f100";
}

/* line 899, ../sass/_font-awesome.scss */
.fa-angle-double-right:before {
    content: "\f101";
}

/* line 902, ../sass/_font-awesome.scss */
.fa-angle-double-up:before {
    content: "\f102";
}

/* line 905, ../sass/_font-awesome.scss */
.fa-angle-double-down:before {
    content: "\f103";
}

/* line 908, ../sass/_font-awesome.scss */
.fa-angle-left:before {
    content: "\f104";
}

/* line 911, ../sass/_font-awesome.scss */
.fa-angle-right:before {
    content: "\f105";
}

/* line 914, ../sass/_font-awesome.scss */
.fa-angle-up:before {
    content: "\f106";
}

/* line 917, ../sass/_font-awesome.scss */
.fa-angle-down:before {
    content: "\f107";
}

/* line 920, ../sass/_font-awesome.scss */
.fa-desktop:before {
    content: "\f108";
}

/* line 923, ../sass/_font-awesome.scss */
.fa-laptop:before {
    content: "\f109";
}

/* line 926, ../sass/_font-awesome.scss */
.fa-tablet:before {
    content: "\f10a";
}

/* line 929, ../sass/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

/* line 933, ../sass/_font-awesome.scss */
.fa-circle-o:before {
    content: "\f10c";
}

/* line 936, ../sass/_font-awesome.scss */
.fa-quote-left:before {
    content: "\f10d";
}

/* line 939, ../sass/_font-awesome.scss */
.fa-quote-right:before {
    content: "\f10e";
}

/* line 942, ../sass/_font-awesome.scss */
.fa-spinner:before {
    content: "\f110";
}

/* line 945, ../sass/_font-awesome.scss */
.fa-circle:before {
    content: "\f111";
}

/* line 948, ../sass/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

/* line 952, ../sass/_font-awesome.scss */
.fa-github-alt:before {
    content: "\f113";
}

/* line 955, ../sass/_font-awesome.scss */
.fa-folder-o:before {
    content: "\f114";
}

/* line 958, ../sass/_font-awesome.scss */
.fa-folder-open-o:before {
    content: "\f115";
}

/* line 961, ../sass/_font-awesome.scss */
.fa-smile-o:before {
    content: "\f118";
}

/* line 964, ../sass/_font-awesome.scss */
.fa-frown-o:before {
    content: "\f119";
}

/* line 967, ../sass/_font-awesome.scss */
.fa-meh-o:before {
    content: "\f11a";
}

/* line 970, ../sass/_font-awesome.scss */
.fa-gamepad:before {
    content: "\f11b";
}

/* line 973, ../sass/_font-awesome.scss */
.fa-keyboard-o:before {
    content: "\f11c";
}

/* line 976, ../sass/_font-awesome.scss */
.fa-flag-o:before {
    content: "\f11d";
}

/* line 979, ../sass/_font-awesome.scss */
.fa-flag-checkered:before {
    content: "\f11e";
}

/* line 982, ../sass/_font-awesome.scss */
.fa-terminal:before {
    content: "\f120";
}

/* line 985, ../sass/_font-awesome.scss */
.fa-code:before {
    content: "\f121";
}

/* line 988, ../sass/_font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

/* line 992, ../sass/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

/* line 997, ../sass/_font-awesome.scss */
.fa-location-arrow:before {
    content: "\f124";
}

/* line 1000, ../sass/_font-awesome.scss */
.fa-crop:before {
    content: "\f125";
}

/* line 1003, ../sass/_font-awesome.scss */
.fa-code-fork:before {
    content: "\f126";
}

/* line 1006, ../sass/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

/* line 1010, ../sass/_font-awesome.scss */
.fa-question:before {
    content: "\f128";
}

/* line 1013, ../sass/_font-awesome.scss */
.fa-info:before {
    content: "\f129";
}

/* line 1016, ../sass/_font-awesome.scss */
.fa-exclamation:before {
    content: "\f12a";
}

/* line 1019, ../sass/_font-awesome.scss */
.fa-superscript:before {
    content: "\f12b";
}

/* line 1022, ../sass/_font-awesome.scss */
.fa-subscript:before {
    content: "\f12c";
}

/* line 1025, ../sass/_font-awesome.scss */
.fa-eraser:before {
    content: "\f12d";
}

/* line 1028, ../sass/_font-awesome.scss */
.fa-puzzle-piece:before {
    content: "\f12e";
}

/* line 1031, ../sass/_font-awesome.scss */
.fa-microphone:before {
    content: "\f130";
}

/* line 1034, ../sass/_font-awesome.scss */
.fa-microphone-slash:before {
    content: "\f131";
}

/* line 1037, ../sass/_font-awesome.scss */
.fa-shield:before {
    content: "\f132";
}

/* line 1040, ../sass/_font-awesome.scss */
.fa-calendar-o:before {
    content: "\f133";
}

/* line 1043, ../sass/_font-awesome.scss */
.fa-fire-extinguisher:before {
    content: "\f134";
}

/* line 1046, ../sass/_font-awesome.scss */
.fa-rocket:before {
    content: "\f135";
}

/* line 1049, ../sass/_font-awesome.scss */
.fa-maxcdn:before {
    content: "\f136";
}

/* line 1052, ../sass/_font-awesome.scss */
.fa-chevron-circle-left:before {
    content: "\f137";
}

/* line 1055, ../sass/_font-awesome.scss */
.fa-chevron-circle-right:before {
    content: "\f138";
}

/* line 1058, ../sass/_font-awesome.scss */
.fa-chevron-circle-up:before {
    content: "\f139";
}

/* line 1061, ../sass/_font-awesome.scss */
.fa-chevron-circle-down:before {
    content: "\f13a";
}

/* line 1064, ../sass/_font-awesome.scss */
.fa-html5:before {
    content: "\f13b";
}

/* line 1067, ../sass/_font-awesome.scss */
.fa-css3:before {
    content: "\f13c";
}

/* line 1070, ../sass/_font-awesome.scss */
.fa-anchor:before {
    content: "\f13d";
}

/* line 1073, ../sass/_font-awesome.scss */
.fa-unlock-alt:before {
    content: "\f13e";
}

/* line 1076, ../sass/_font-awesome.scss */
.fa-bullseye:before {
    content: "\f140";
}

/* line 1079, ../sass/_font-awesome.scss */
.fa-ellipsis-h:before {
    content: "\f141";
}

/* line 1082, ../sass/_font-awesome.scss */
.fa-ellipsis-v:before {
    content: "\f142";
}

/* line 1085, ../sass/_font-awesome.scss */
.fa-rss-square:before {
    content: "\f143";
}

/* line 1088, ../sass/_font-awesome.scss */
.fa-play-circle:before {
    content: "\f144";
}

/* line 1091, ../sass/_font-awesome.scss */
.fa-ticket:before {
    content: "\f145";
}

/* line 1094, ../sass/_font-awesome.scss */
.fa-minus-square:before {
    content: "\f146";
}

/* line 1097, ../sass/_font-awesome.scss */
.fa-minus-square-o:before {
    content: "\f147";
}

/* line 1100, ../sass/_font-awesome.scss */
.fa-level-up:before {
    content: "\f148";
}

/* line 1103, ../sass/_font-awesome.scss */
.fa-level-down:before {
    content: "\f149";
}

/* line 1106, ../sass/_font-awesome.scss */
.fa-check-square:before {
    content: "\f14a";
}

/* line 1109, ../sass/_font-awesome.scss */
.fa-pencil-square:before {
    content: "\f14b";
}

/* line 1112, ../sass/_font-awesome.scss */
.fa-external-link-square:before {
    content: "\f14c";
}

/* line 1115, ../sass/_font-awesome.scss */
.fa-share-square:before {
    content: "\f14d";
}

/* line 1118, ../sass/_font-awesome.scss */
.fa-compass:before {
    content: "\f14e";
}

/* line 1121, ../sass/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

/* line 1125, ../sass/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

/* line 1129, ../sass/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

/* line 1133, ../sass/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

/* line 1137, ../sass/_font-awesome.scss */
.fa-gbp:before {
    content: "\f154";
}

/* line 1140, ../sass/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

/* line 1144, ../sass/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

/* line 1148, ../sass/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

/* line 1154, ../sass/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

/* line 1159, ../sass/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

/* line 1163, ../sass/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

/* line 1167, ../sass/_font-awesome.scss */
.fa-file:before {
    content: "\f15b";
}

/* line 1170, ../sass/_font-awesome.scss */
.fa-file-text:before {
    content: "\f15c";
}

/* line 1173, ../sass/_font-awesome.scss */
.fa-sort-alpha-asc:before {
    content: "\f15d";
}

/* line 1176, ../sass/_font-awesome.scss */
.fa-sort-alpha-desc:before {
    content: "\f15e";
}

/* line 1179, ../sass/_font-awesome.scss */
.fa-sort-amount-asc:before {
    content: "\f160";
}

/* line 1182, ../sass/_font-awesome.scss */
.fa-sort-amount-desc:before {
    content: "\f161";
}

/* line 1185, ../sass/_font-awesome.scss */
.fa-sort-numeric-asc:before {
    content: "\f162";
}

/* line 1188, ../sass/_font-awesome.scss */
.fa-sort-numeric-desc:before {
    content: "\f163";
}

/* line 1191, ../sass/_font-awesome.scss */
.fa-thumbs-up:before {
    content: "\f164";
}

/* line 1194, ../sass/_font-awesome.scss */
.fa-thumbs-down:before {
    content: "\f165";
}

/* line 1197, ../sass/_font-awesome.scss */
.fa-youtube-square:before {
    content: "\f166";
}

/* line 1200, ../sass/_font-awesome.scss */
.fa-youtube:before {
    content: "\f167";
}

/* line 1203, ../sass/_font-awesome.scss */
.fa-xing:before {
    content: "\f168";
}

/* line 1206, ../sass/_font-awesome.scss */
.fa-xing-square:before {
    content: "\f169";
}

/* line 1209, ../sass/_font-awesome.scss */
.fa-youtube-play:before {
    content: "\f16a";
}

/* line 1212, ../sass/_font-awesome.scss */
.fa-dropbox:before {
    content: "\f16b";
}

/* line 1215, ../sass/_font-awesome.scss */
.fa-stack-overflow:before {
    content: "\f16c";
}

/* line 1218, ../sass/_font-awesome.scss */
.fa-instagram:before {
    content: "\f16d";
}

/* line 1221, ../sass/_font-awesome.scss */
.fa-flickr:before {
    content: "\f16e";
}

/* line 1224, ../sass/_font-awesome.scss */
.fa-adn:before {
    content: "\f170";
}

/* line 1227, ../sass/_font-awesome.scss */
.fa-bitbucket:before {
    content: "\f171";
}

/* line 1230, ../sass/_font-awesome.scss */
.fa-bitbucket-square:before {
    content: "\f172";
}

/* line 1233, ../sass/_font-awesome.scss */
.fa-tumblr:before {
    content: "\f173";
}

/* line 1236, ../sass/_font-awesome.scss */
.fa-tumblr-square:before {
    content: "\f174";
}

/* line 1239, ../sass/_font-awesome.scss */
.fa-long-arrow-down:before {
    content: "\f175";
}

/* line 1242, ../sass/_font-awesome.scss */
.fa-long-arrow-up:before {
    content: "\f176";
}

/* line 1245, ../sass/_font-awesome.scss */
.fa-long-arrow-left:before {
    content: "\f177";
}

/* line 1248, ../sass/_font-awesome.scss */
.fa-long-arrow-right:before {
    content: "\f178";
}

/* line 1251, ../sass/_font-awesome.scss */
.fa-apple:before {
    content: "\f179";
}

/* line 1254, ../sass/_font-awesome.scss */
.fa-windows:before {
    content: "\f17a";
}

/* line 1257, ../sass/_font-awesome.scss */
.fa-android:before {
    content: "\f17b";
}

/* line 1260, ../sass/_font-awesome.scss */
.fa-linux:before {
    content: "\f17c";
}

/* line 1263, ../sass/_font-awesome.scss */
.fa-dribbble:before {
    content: "\f17d";
}

/* line 1266, ../sass/_font-awesome.scss */
.fa-skype:before {
    content: "\f17e";
}

/* line 1269, ../sass/_font-awesome.scss */
.fa-foursquare:before {
    content: "\f180";
}

/* line 1272, ../sass/_font-awesome.scss */
.fa-trello:before {
    content: "\f181";
}

/* line 1275, ../sass/_font-awesome.scss */
.fa-female:before {
    content: "\f182";
}

/* line 1278, ../sass/_font-awesome.scss */
.fa-male:before {
    content: "\f183";
}

/* line 1281, ../sass/_font-awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

/* line 1285, ../sass/_font-awesome.scss */
.fa-sun-o:before {
    content: "\f185";
}

/* line 1288, ../sass/_font-awesome.scss */
.fa-moon-o:before {
    content: "\f186";
}

/* line 1291, ../sass/_font-awesome.scss */
.fa-archive:before {
    content: "\f187";
}

/* line 1294, ../sass/_font-awesome.scss */
.fa-bug:before {
    content: "\f188";
}

/* line 1297, ../sass/_font-awesome.scss */
.fa-vk:before {
    content: "\f189";
}

/* line 1300, ../sass/_font-awesome.scss */
.fa-weibo:before {
    content: "\f18a";
}

/* line 1303, ../sass/_font-awesome.scss */
.fa-renren:before {
    content: "\f18b";
}

/* line 1306, ../sass/_font-awesome.scss */
.fa-pagelines:before {
    content: "\f18c";
}

/* line 1309, ../sass/_font-awesome.scss */
.fa-stack-exchange:before {
    content: "\f18d";
}

/* line 1312, ../sass/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

/* line 1315, ../sass/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
    content: "\f190";
}

/* line 1318, ../sass/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

/* line 1322, ../sass/_font-awesome.scss */
.fa-dot-circle-o:before {
    content: "\f192";
}

/* line 1325, ../sass/_font-awesome.scss */
.fa-wheelchair:before {
    content: "\f193";
}

/* line 1328, ../sass/_font-awesome.scss */
.fa-vimeo-square:before {
    content: "\f194";
}

/* line 1331, ../sass/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

/* line 1335, ../sass/_font-awesome.scss */
.fa-plus-square-o:before {
    content: "\f196";
}

/* line 1338, ../sass/_font-awesome.scss */
.fa-space-shuttle:before {
    content: "\f197";
}

/* line 1341, ../sass/_font-awesome.scss */
.fa-slack:before {
    content: "\f198";
}

/* line 1344, ../sass/_font-awesome.scss */
.fa-envelope-square:before {
    content: "\f199";
}

/* line 1347, ../sass/_font-awesome.scss */
.fa-wordpress:before {
    content: "\f19a";
}

/* line 1350, ../sass/_font-awesome.scss */
.fa-openid:before {
    content: "\f19b";
}

/* line 1353, ../sass/_font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

/* line 1358, ../sass/_font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

/* line 1362, ../sass/_font-awesome.scss */
.fa-yahoo:before {
    content: "\f19e";
}

/* line 1365, ../sass/_font-awesome.scss */
.fa-google:before {
    content: "\f1a0";
}

/* line 1368, ../sass/_font-awesome.scss */
.fa-reddit:before {
    content: "\f1a1";
}

/* line 1371, ../sass/_font-awesome.scss */
.fa-reddit-square:before {
    content: "\f1a2";
}

/* line 1374, ../sass/_font-awesome.scss */
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

/* line 1377, ../sass/_font-awesome.scss */
.fa-stumbleupon:before {
    content: "\f1a4";
}

/* line 1380, ../sass/_font-awesome.scss */
.fa-delicious:before {
    content: "\f1a5";
}

/* line 1383, ../sass/_font-awesome.scss */
.fa-digg:before {
    content: "\f1a6";
}

/* line 1386, ../sass/_font-awesome.scss */
.fa-pied-piper:before {
    content: "\f1a7";
}

/* line 1389, ../sass/_font-awesome.scss */
.fa-pied-piper-alt:before {
    content: "\f1a8";
}

/* line 1392, ../sass/_font-awesome.scss */
.fa-drupal:before {
    content: "\f1a9";
}

/* line 1395, ../sass/_font-awesome.scss */
.fa-joomla:before {
    content: "\f1aa";
}

/* line 1398, ../sass/_font-awesome.scss */
.fa-language:before {
    content: "\f1ab";
}

/* line 1401, ../sass/_font-awesome.scss */
.fa-fax:before {
    content: "\f1ac";
}

/* line 1404, ../sass/_font-awesome.scss */
.fa-building:before {
    content: "\f1ad";
}

/* line 1407, ../sass/_font-awesome.scss */
.fa-child:before {
    content: "\f1ae";
}

/* line 1410, ../sass/_font-awesome.scss */
.fa-paw:before {
    content: "\f1b0";
}

/* line 1413, ../sass/_font-awesome.scss */
.fa-spoon:before {
    content: "\f1b1";
}

/* line 1416, ../sass/_font-awesome.scss */
.fa-cube:before {
    content: "\f1b2";
}

/* line 1419, ../sass/_font-awesome.scss */
.fa-cubes:before {
    content: "\f1b3";
}

/* line 1422, ../sass/_font-awesome.scss */
.fa-behance:before {
    content: "\f1b4";
}

/* line 1425, ../sass/_font-awesome.scss */
.fa-behance-square:before {
    content: "\f1b5";
}

/* line 1428, ../sass/_font-awesome.scss */
.fa-steam:before {
    content: "\f1b6";
}

/* line 1431, ../sass/_font-awesome.scss */
.fa-steam-square:before {
    content: "\f1b7";
}

/* line 1434, ../sass/_font-awesome.scss */
.fa-recycle:before {
    content: "\f1b8";
}

/* line 1437, ../sass/_font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

/* line 1441, ../sass/_font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

/* line 1445, ../sass/_font-awesome.scss */
.fa-tree:before {
    content: "\f1bb";
}

/* line 1448, ../sass/_font-awesome.scss */
.fa-spotify:before {
    content: "\f1bc";
}

/* line 1451, ../sass/_font-awesome.scss */
.fa-deviantart:before {
    content: "\f1bd";
}

/* line 1454, ../sass/_font-awesome.scss */
.fa-soundcloud:before {
    content: "\f1be";
}

/* line 1457, ../sass/_font-awesome.scss */
.fa-database:before {
    content: "\f1c0";
}

/* line 1460, ../sass/_font-awesome.scss */
.fa-file-pdf-o:before {
    content: "\f1c1";
}

/* line 1463, ../sass/_font-awesome.scss */
.fa-file-word-o:before {
    content: "\f1c2";
}

/* line 1466, ../sass/_font-awesome.scss */
.fa-file-excel-o:before {
    content: "\f1c3";
}

/* line 1469, ../sass/_font-awesome.scss */
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

/* line 1472, ../sass/_font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

/* line 1477, ../sass/_font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

/* line 1481, ../sass/_font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

/* line 1485, ../sass/_font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

/* line 1489, ../sass/_font-awesome.scss */
.fa-file-code-o:before {
    content: "\f1c9";
}

/* line 1492, ../sass/_font-awesome.scss */
.fa-vine:before {
    content: "\f1ca";
}

/* line 1495, ../sass/_font-awesome.scss */
.fa-codepen:before {
    content: "\f1cb";
}

/* line 1498, ../sass/_font-awesome.scss */
.fa-jsfiddle:before {
    content: "\f1cc";
}

/* line 1501, ../sass/_font-awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

/* line 1508, ../sass/_font-awesome.scss */
.fa-circle-o-notch:before {
    content: "\f1ce";
}

/* line 1511, ../sass/_font-awesome.scss */
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

/* line 1515, ../sass/_font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

/* line 1519, ../sass/_font-awesome.scss */
.fa-git-square:before {
    content: "\f1d2";
}

/* line 1522, ../sass/_font-awesome.scss */
.fa-git:before {
    content: "\f1d3";
}

/* line 1525, ../sass/_font-awesome.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

/* line 1530, ../sass/_font-awesome.scss */
.fa-tencent-weibo:before {
    content: "\f1d5";
}

/* line 1533, ../sass/_font-awesome.scss */
.fa-qq:before {
    content: "\f1d6";
}

/* line 1536, ../sass/_font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

/* line 1540, ../sass/_font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

/* line 1544, ../sass/_font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

/* line 1548, ../sass/_font-awesome.scss */
.fa-history:before {
    content: "\f1da";
}

/* line 1551, ../sass/_font-awesome.scss */
.fa-circle-thin:before {
    content: "\f1db";
}

/* line 1554, ../sass/_font-awesome.scss */
.fa-header:before {
    content: "\f1dc";
}

/* line 1557, ../sass/_font-awesome.scss */
.fa-paragraph:before {
    content: "\f1dd";
}

/* line 1560, ../sass/_font-awesome.scss */
.fa-sliders:before {
    content: "\f1de";
}

/* line 1563, ../sass/_font-awesome.scss */
.fa-share-alt:before {
    content: "\f1e0";
}

/* line 1566, ../sass/_font-awesome.scss */
.fa-share-alt-square:before {
    content: "\f1e1";
}

/* line 1569, ../sass/_font-awesome.scss */
.fa-bomb:before {
    content: "\f1e2";
}

/* line 1572, ../sass/_font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

/* line 1576, ../sass/_font-awesome.scss */
.fa-tty:before {
    content: "\f1e4";
}

/* line 1579, ../sass/_font-awesome.scss */
.fa-binoculars:before {
    content: "\f1e5";
}

/* line 1582, ../sass/_font-awesome.scss */
.fa-plug:before {
    content: "\f1e6";
}

/* line 1585, ../sass/_font-awesome.scss */
.fa-slideshare:before {
    content: "\f1e7";
}

/* line 1588, ../sass/_font-awesome.scss */
.fa-twitch:before {
    content: "\f1e8";
}

/* line 1591, ../sass/_font-awesome.scss */
.fa-yelp:before {
    content: "\f1e9";
}

/* line 1594, ../sass/_font-awesome.scss */
.fa-newspaper-o:before {
    content: "\f1ea";
}

/* line 1597, ../sass/_font-awesome.scss */
.fa-wifi:before {
    content: "\f1eb";
}

/* line 1600, ../sass/_font-awesome.scss */
.fa-calculator:before {
    content: "\f1ec";
}

/* line 1603, ../sass/_font-awesome.scss */
.fa-paypal:before {
    content: "\f1ed";
}

/* line 1606, ../sass/_font-awesome.scss */
.fa-google-wallet:before {
    content: "\f1ee";
}

/* line 1609, ../sass/_font-awesome.scss */
.fa-cc-visa:before {
    content: "\f1f0";
}

/* line 1612, ../sass/_font-awesome.scss */
.fa-cc-mastercard:before {
    content: "\f1f1";
}

/* line 1615, ../sass/_font-awesome.scss */
.fa-cc-discover:before {
    content: "\f1f2";
}

/* line 1618, ../sass/_font-awesome.scss */
.fa-cc-amex:before {
    content: "\f1f3";
}

/* line 1621, ../sass/_font-awesome.scss */
.fa-cc-paypal:before {
    content: "\f1f4";
}

/* line 1624, ../sass/_font-awesome.scss */
.fa-cc-stripe:before {
    content: "\f1f5";
}

/* line 1627, ../sass/_font-awesome.scss */
.fa-bell-slash:before {
    content: "\f1f6";
}

/* line 1630, ../sass/_font-awesome.scss */
.fa-bell-slash-o:before {
    content: "\f1f7";
}

/* line 1633, ../sass/_font-awesome.scss */
.fa-trash:before {
    content: "\f1f8";
}

/* line 1636, ../sass/_font-awesome.scss */
.fa-copyright:before {
    content: "\f1f9";
}

/* line 1639, ../sass/_font-awesome.scss */
.fa-at:before {
    content: "\f1fa";
}

/* line 1642, ../sass/_font-awesome.scss */
.fa-eyedropper:before {
    content: "\f1fb";
}

/* line 1645, ../sass/_font-awesome.scss */
.fa-paint-brush:before {
    content: "\f1fc";
}

/* line 1648, ../sass/_font-awesome.scss */
.fa-birthday-cake:before {
    content: "\f1fd";
}

/* line 1651, ../sass/_font-awesome.scss */
.fa-area-chart:before {
    content: "\f1fe";
}

/* line 1654, ../sass/_font-awesome.scss */
.fa-pie-chart:before {
    content: "\f200";
}

/* line 1657, ../sass/_font-awesome.scss */
.fa-line-chart:before {
    content: "\f201";
}

/* line 1660, ../sass/_font-awesome.scss */
.fa-lastfm:before {
    content: "\f202";
}

/* line 1663, ../sass/_font-awesome.scss */
.fa-lastfm-square:before {
    content: "\f203";
}

/* line 1666, ../sass/_font-awesome.scss */
.fa-toggle-off:before {
    content: "\f204";
}

/* line 1669, ../sass/_font-awesome.scss */
.fa-toggle-on:before {
    content: "\f205";
}

/* line 1672, ../sass/_font-awesome.scss */
.fa-bicycle:before {
    content: "\f206";
}

/* line 1675, ../sass/_font-awesome.scss */
.fa-bus:before {
    content: "\f207";
}

/* line 1678, ../sass/_font-awesome.scss */
.fa-ioxhost:before {
    content: "\f208";
}

/* line 1681, ../sass/_font-awesome.scss */
.fa-angellist:before {
    content: "\f209";
}

/* line 1684, ../sass/_font-awesome.scss */
.fa-cc:before {
    content: "\f20a";
}

/* line 1687, ../sass/_font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

/* line 1692, ../sass/_font-awesome.scss */
.fa-meanpath:before {
    content: "\f20c";
}

/* line 1695, ../sass/_font-awesome.scss */
.fa-buysellads:before {
    content: "\f20d";
}

/* line 1698, ../sass/_font-awesome.scss */
.fa-connectdevelop:before {
    content: "\f20e";
}

/* line 1701, ../sass/_font-awesome.scss */
.fa-dashcube:before {
    content: "\f210";
}

/* line 1704, ../sass/_font-awesome.scss */
.fa-forumbee:before {
    content: "\f211";
}

/* line 1707, ../sass/_font-awesome.scss */
.fa-leanpub:before {
    content: "\f212";
}

/* line 1710, ../sass/_font-awesome.scss */
.fa-sellsy:before {
    content: "\f213";
}

/* line 1713, ../sass/_font-awesome.scss */
.fa-shirtsinbulk:before {
    content: "\f214";
}

/* line 1716, ../sass/_font-awesome.scss */
.fa-simplybuilt:before {
    content: "\f215";
}

/* line 1719, ../sass/_font-awesome.scss */
.fa-skyatlas:before {
    content: "\f216";
}

/* line 1722, ../sass/_font-awesome.scss */
.fa-cart-plus:before {
    content: "\f217";
}

/* line 1725, ../sass/_font-awesome.scss */
.fa-cart-arrow-down:before {
    content: "\f218";
}

/* line 1728, ../sass/_font-awesome.scss */
.fa-diamond:before {
    content: "\f219";
}

/* line 1731, ../sass/_font-awesome.scss */
.fa-ship:before {
    content: "\f21a";
}

/* line 1734, ../sass/_font-awesome.scss */
.fa-user-secret:before {
    content: "\f21b";
}

/* line 1737, ../sass/_font-awesome.scss */
.fa-motorcycle:before {
    content: "\f21c";
}

/* line 1740, ../sass/_font-awesome.scss */
.fa-street-view:before {
    content: "\f21d";
}

/* line 1743, ../sass/_font-awesome.scss */
.fa-heartbeat:before {
    content: "\f21e";
}

/* line 1746, ../sass/_font-awesome.scss */
.fa-venus:before {
    content: "\f221";
}

/* line 1749, ../sass/_font-awesome.scss */
.fa-mars:before {
    content: "\f222";
}

/* line 1752, ../sass/_font-awesome.scss */
.fa-mercury:before {
    content: "\f223";
}

/* line 1755, ../sass/_font-awesome.scss */
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

/* line 1759, ../sass/_font-awesome.scss */
.fa-transgender-alt:before {
    content: "\f225";
}

/* line 1762, ../sass/_font-awesome.scss */
.fa-venus-double:before {
    content: "\f226";
}

/* line 1765, ../sass/_font-awesome.scss */
.fa-mars-double:before {
    content: "\f227";
}

/* line 1768, ../sass/_font-awesome.scss */
.fa-venus-mars:before {
    content: "\f228";
}

/* line 1771, ../sass/_font-awesome.scss */
.fa-mars-stroke:before {
    content: "\f229";
}

/* line 1774, ../sass/_font-awesome.scss */
.fa-mars-stroke-v:before {
    content: "\f22a";
}

/* line 1777, ../sass/_font-awesome.scss */
.fa-mars-stroke-h:before {
    content: "\f22b";
}

/* line 1780, ../sass/_font-awesome.scss */
.fa-neuter:before {
    content: "\f22c";
}

/* line 1783, ../sass/_font-awesome.scss */
.fa-genderless:before {
    content: "\f22d";
}

/* line 1786, ../sass/_font-awesome.scss */
.fa-facebook-official:before {
    content: "\f230";
}

/* line 1789, ../sass/_font-awesome.scss */
.fa-pinterest-p:before {
    content: "\f231";
}

/* line 1792, ../sass/_font-awesome.scss */
.fa-whatsapp:before {
    content: "\f232";
}

/* line 1795, ../sass/_font-awesome.scss */
.fa-server:before {
    content: "\f233";
}

/* line 1798, ../sass/_font-awesome.scss */
.fa-user-plus:before {
    content: "\f234";
}

/* line 1801, ../sass/_font-awesome.scss */
.fa-user-times:before {
    content: "\f235";
}

/* line 1804, ../sass/_font-awesome.scss */
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

/* line 1808, ../sass/_font-awesome.scss */
.fa-viacoin:before {
    content: "\f237";
}

/* line 1811, ../sass/_font-awesome.scss */
.fa-train:before {
    content: "\f238";
}

/* line 1814, ../sass/_font-awesome.scss */
.fa-subway:before {
    content: "\f239";
}

/* line 1817, ../sass/_font-awesome.scss */
.fa-medium:before {
    content: "\f23a";
}

/* line 1820, ../sass/_font-awesome.scss */
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

/* line 1824, ../sass/_font-awesome.scss */
.fa-optin-monster:before {
    content: "\f23c";
}

/* line 1827, ../sass/_font-awesome.scss */
.fa-opencart:before {
    content: "\f23d";
}

/* line 1830, ../sass/_font-awesome.scss */
.fa-expeditedssl:before {
    content: "\f23e";
}

/* line 1833, ../sass/_font-awesome.scss */
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}

/* line 1837, ../sass/_font-awesome.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

/* line 1841, ../sass/_font-awesome.scss */
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

/* line 1845, ../sass/_font-awesome.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

/* line 1849, ../sass/_font-awesome.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

/* line 1853, ../sass/_font-awesome.scss */
.fa-mouse-pointer:before {
    content: "\f245";
}

/* line 1856, ../sass/_font-awesome.scss */
.fa-i-cursor:before {
    content: "\f246";
}

/* line 1859, ../sass/_font-awesome.scss */
.fa-object-group:before {
    content: "\f247";
}

/* line 1862, ../sass/_font-awesome.scss */
.fa-object-ungroup:before {
    content: "\f248";
}

/* line 1865, ../sass/_font-awesome.scss */
.fa-sticky-note:before {
    content: "\f249";
}

/* line 1868, ../sass/_font-awesome.scss */
.fa-sticky-note-o:before {
    content: "\f24a";
}

/* line 1871, ../sass/_font-awesome.scss */
.fa-cc-jcb:before {
    content: "\f24b";
}

/* line 1874, ../sass/_font-awesome.scss */
.fa-cc-diners-club:before {
    content: "\f24c";
}

/* line 1877, ../sass/_font-awesome.scss */
.fa-clone:before {
    content: "\f24d";
}

/* line 1880, ../sass/_font-awesome.scss */
.fa-balance-scale:before {
    content: "\f24e";
}

/* line 1883, ../sass/_font-awesome.scss */
.fa-hourglass-o:before {
    content: "\f250";
}

/* line 1886, ../sass/_font-awesome.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

/* line 1890, ../sass/_font-awesome.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

/* line 1894, ../sass/_font-awesome.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

/* line 1898, ../sass/_font-awesome.scss */
.fa-hourglass:before {
    content: "\f254";
}

/* line 1901, ../sass/_font-awesome.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

/* line 1905, ../sass/_font-awesome.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

/* line 1909, ../sass/_font-awesome.scss */
.fa-hand-scissors-o:before {
    content: "\f257";
}

/* line 1912, ../sass/_font-awesome.scss */
.fa-hand-lizard-o:before {
    content: "\f258";
}

/* line 1915, ../sass/_font-awesome.scss */
.fa-hand-spock-o:before {
    content: "\f259";
}

/* line 1918, ../sass/_font-awesome.scss */
.fa-hand-pointer-o:before {
    content: "\f25a";
}

/* line 1921, ../sass/_font-awesome.scss */
.fa-hand-peace-o:before {
    content: "\f25b";
}

/* line 1924, ../sass/_font-awesome.scss */
.fa-trademark:before {
    content: "\f25c";
}

/* line 1927, ../sass/_font-awesome.scss */
.fa-registered:before {
    content: "\f25d";
}

/* line 1930, ../sass/_font-awesome.scss */
.fa-creative-commons:before {
    content: "\f25e";
}

/* line 1933, ../sass/_font-awesome.scss */
.fa-gg:before {
    content: "\f260";
}

/* line 1936, ../sass/_font-awesome.scss */
.fa-gg-circle:before {
    content: "\f261";
}

/* line 1939, ../sass/_font-awesome.scss */
.fa-tripadvisor:before {
    content: "\f262";
}

/* line 1942, ../sass/_font-awesome.scss */
.fa-odnoklassniki:before {
    content: "\f263";
}

/* line 1945, ../sass/_font-awesome.scss */
.fa-odnoklassniki-square:before {
    content: "\f264";
}

/* line 1948, ../sass/_font-awesome.scss */
.fa-get-pocket:before {
    content: "\f265";
}

/* line 1951, ../sass/_font-awesome.scss */
.fa-wikipedia-w:before {
    content: "\f266";
}

/* line 1954, ../sass/_font-awesome.scss */
.fa-safari:before {
    content: "\f267";
}

/* line 1957, ../sass/_font-awesome.scss */
.fa-chrome:before {
    content: "\f268";
}

/* line 1960, ../sass/_font-awesome.scss */
.fa-firefox:before {
    content: "\f269";
}

/* line 1963, ../sass/_font-awesome.scss */
.fa-opera:before {
    content: "\f26a";
}

/* line 1966, ../sass/_font-awesome.scss */
.fa-internet-explorer:before {
    content: "\f26b";
}

/* line 1969, ../sass/_font-awesome.scss */
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

/* line 1973, ../sass/_font-awesome.scss */
.fa-contao:before {
    content: "\f26d";
}

/* line 1976, ../sass/_font-awesome.scss */
.fa-500px:before {
    content: "\f26e";
}

/* line 1979, ../sass/_font-awesome.scss */
.fa-amazon:before {
    content: "\f270";
}

/* line 1982, ../sass/_font-awesome.scss */
.fa-calendar-plus-o:before {
    content: "\f271";
}

/* line 1985, ../sass/_font-awesome.scss */
.fa-calendar-minus-o:before {
    content: "\f272";
}

/* line 1988, ../sass/_font-awesome.scss */
.fa-calendar-times-o:before {
    content: "\f273";
}

/* line 1991, ../sass/_font-awesome.scss */
.fa-calendar-check-o:before {
    content: "\f274";
}

/* line 1994, ../sass/_font-awesome.scss */
.fa-industry:before {
    content: "\f275";
}

/* line 1997, ../sass/_font-awesome.scss */
.fa-map-pin:before {
    content: "\f276";
}

/* line 2000, ../sass/_font-awesome.scss */
.fa-map-signs:before {
    content: "\f277";
}

/* line 2003, ../sass/_font-awesome.scss */
.fa-map-o:before {
    content: "\f278";
}

/* line 2006, ../sass/_font-awesome.scss */
.fa-map:before {
    content: "\f279";
}

/* line 2009, ../sass/_font-awesome.scss */
.fa-commenting:before {
    content: "\f27a";
}

/* line 2012, ../sass/_font-awesome.scss */
.fa-commenting-o:before {
    content: "\f27b";
}

/* line 2015, ../sass/_font-awesome.scss */
.fa-houzz:before {
    content: "\f27c";
}

/* line 2018, ../sass/_font-awesome.scss */
.fa-vimeo:before {
    content: "\f27d";
}

/* line 2021, ../sass/_font-awesome.scss */
.fa-black-tie:before {
    content: "\f27e";
}

/* line 2024, ../sass/_font-awesome.scss */
.fa-fonticons:before {
    content: "\f280";
}

/* line 2027, ../sass/_font-awesome.scss */
.fa-reddit-alien:before {
    content: "\f281";
}

/* line 2030, ../sass/_font-awesome.scss */
.fa-edge:before {
    content: "\f282";
}

/* line 2033, ../sass/_font-awesome.scss */
.fa-credit-card-alt:before {
    content: "\f283";
}

/* line 2036, ../sass/_font-awesome.scss */
.fa-codiepie:before {
    content: "\f284";
}

/* line 2039, ../sass/_font-awesome.scss */
.fa-modx:before {
    content: "\f285";
}

/* line 2042, ../sass/_font-awesome.scss */
.fa-fort-awesome:before {
    content: "\f286";
}

/* line 2045, ../sass/_font-awesome.scss */
.fa-usb:before {
    content: "\f287";
}

/* line 2048, ../sass/_font-awesome.scss */
.fa-product-hunt:before {
    content: "\f288";
}

/* line 2051, ../sass/_font-awesome.scss */
.fa-mixcloud:before {
    content: "\f289";
}

/* line 2054, ../sass/_font-awesome.scss */
.fa-scribd:before {
    content: "\f28a";
}

/* line 2057, ../sass/_font-awesome.scss */
.fa-pause-circle:before {
    content: "\f28b";
}

/* line 2060, ../sass/_font-awesome.scss */
.fa-pause-circle-o:before {
    content: "\f28c";
}

/* line 2063, ../sass/_font-awesome.scss */
.fa-stop-circle:before {
    content: "\f28d";
}

/* line 2066, ../sass/_font-awesome.scss */
.fa-stop-circle-o:before {
    content: "\f28e";
}

/* line 2069, ../sass/_font-awesome.scss */
.fa-shopping-bag:before {
    content: "\f290";
}

/* line 2072, ../sass/_font-awesome.scss */
.fa-shopping-basket:before {
    content: "\f291";
}

/* line 2075, ../sass/_font-awesome.scss */
.fa-hashtag:before {
    content: "\f292";
}

/* line 2078, ../sass/_font-awesome.scss */
.fa-bluetooth:before {
    content: "\f293";
}

/* line 2081, ../sass/_font-awesome.scss */
.fa-bluetooth-b:before {
    content: "\f294";
}

/* line 2084, ../sass/_font-awesome.scss */
.fa-percent:before {
    content: "\f295";
}

/* line 2087, ../sass/_font-awesome.scss */
.fa-gitlab:before {
    content: "\f296";
}

/* line 2090, ../sass/_font-awesome.scss */
.fa-wpbeginner:before {
    content: "\f297";
}

/* line 2093, ../sass/_font-awesome.scss */
.fa-wpforms:before {
    content: "\f298";
}

/* line 2096, ../sass/_font-awesome.scss */
.fa-envira:before {
    content: "\f299";
}

/* line 2099, ../sass/_font-awesome.scss */
.fa-universal-access:before {
    content: "\f29a";
}

/* line 2102, ../sass/_font-awesome.scss */
.fa-wheelchair-alt:before {
    content: "\f29b";
}

/* line 2105, ../sass/_font-awesome.scss */
.fa-question-circle-o:before {
    content: "\f29c";
}

/* line 2108, ../sass/_font-awesome.scss */
.fa-blind:before {
    content: "\f29d";
}

/* line 2111, ../sass/_font-awesome.scss */
.fa-audio-description:before {
    content: "\f29e";
}

/* line 2114, ../sass/_font-awesome.scss */
.fa-volume-control-phone:before {
    content: "\f2a0";
}

/* line 2117, ../sass/_font-awesome.scss */
.fa-braille:before {
    content: "\f2a1";
}

/* line 2120, ../sass/_font-awesome.scss */
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

/* line 2123, ../sass/_font-awesome.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

/* line 2127, ../sass/_font-awesome.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

/* line 2132, ../sass/_font-awesome.scss */
.fa-glide:before {
    content: "\f2a5";
}

/* line 2135, ../sass/_font-awesome.scss */
.fa-glide-g:before {
    content: "\f2a6";
}

/* line 2138, ../sass/_font-awesome.scss */
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

/* line 2142, ../sass/_font-awesome.scss */
.fa-low-vision:before {
    content: "\f2a8";
}

/* line 2145, ../sass/_font-awesome.scss */
.fa-viadeo:before {
    content: "\f2a9";
}

/* line 2148, ../sass/_font-awesome.scss */
.fa-viadeo-square:before {
    content: "\f2aa";
}

/* line 2151, ../sass/_font-awesome.scss */
.fa-snapchat:before {
    content: "\f2ab";
}

/* line 2154, ../sass/_font-awesome.scss */
.fa-snapchat-ghost:before {
    content: "\f2ac";
}

/* line 2157, ../sass/_font-awesome.scss */
.fa-snapchat-square:before {
    content: "\f2ad";
}

/* line 2160, ../sass/_font-awesome.scss */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* line 2170, ../sass/_font-awesome.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
body {
    margin: 0;
}

/* line 33, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/* line 54, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

/* line 67, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
    display: none;
    height: 0;
}

/* line 77, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
    display: none;
}

/* line 89, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
a {
    background-color: transparent;
}

/* line 98, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
    outline: 0;
}

/* line 110, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
    border-bottom: 1px dotted;
}

/* line 118, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
    font-weight: bold;
}

/* line 127, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
    font-style: italic;
}

/* line 136, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* line 145, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
mark {
    background: #ff0;
    color: #000;
}

/* line 154, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
small {
    font-size: 80%;
}

/* line 162, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/* line 170, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
sup {
    top: -0.5em;
}

/* line 174, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
sub {
    bottom: -0.25em;
}

/* line 185, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
img {
    border: 0;
}

/* line 193, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
    overflow: hidden;
}

/* line 204, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
figure {
    margin: 1em 40px;
}

/* line 212, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
hr {
    box-sizing: content-box;
    height: 0;
}

/* line 221, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
pre {
    overflow: auto;
}

/* line 229, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* line 252, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

/* line 266, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button {
    overflow: visible;
}

/* line 277, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
    text-transform: none;
}

/* line 290, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

/* line 302, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
    cursor: default;
}

/* line 311, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* line 322, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input {
    line-height: normal;
}

/* line 334, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/* line 346, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/* line 356, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

/* line 367, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* line 376, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
legend {
    border: 0;
    padding: 0;
}

/* line 396, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
    overflow: auto;
}

/* line 405, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
    font-weight: bold;
}

/* line 416, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 421, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    /* line 9, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    /* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    a,
    a:visited {
        text-decoration: underline;
    }

    /* line 23, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    a[href]:after {
        content: " (" attr(href) ")";
    }

    /* line 27, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /* line 33, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    /* line 38, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /* line 44, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    thead {
        display: table-header-group;
    }

    /* line 48, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    tr,
    img {
        page-break-inside: avoid;
    }

    /* line 53, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    img {
        max-width: 100% !important;
    }

    /* line 57, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    /* line 64, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    h2,
    h3 {
        page-break-after: avoid;
    }

    /* line 72, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    .navbar {
        display: none;
    }

    /* line 77, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    /* line 81, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    .label {
        border: 1px solid #000;
    }

    /* line 85, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    .table {
        border-collapse: collapse !important;
    }

    /* line 88, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    .table td,
    .table th {
        background-color: #fff !important;
    }

    /* line 94, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_print.scss */
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/fonts/bootstrap/glyphicons-halflings-regular.eot?1475497838);
    src: url(/fonts/bootstrap/glyphicons-halflings-regular.eot?&1475497838#iefix) format("embedded-opentype"), url(/fonts/bootstrap/glyphicons-halflings-regular.woff2?1475497838) format("woff2"), url(/fonts/bootstrap/glyphicons-halflings-regular.woff?1475497838) format("woff"), url(/fonts/bootstrap/glyphicons-halflings-regular.ttf?1475497838) format("truetype"), url(/fonts/bootstrap/glyphicons-halflings-regular.svg?1475497838#glyphicons_halflingsregular) format("svg");
}

/* line 24, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
    content: "\002a";
}

/* line 38, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
    content: "\002b";
}

/* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

/* line 41, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
    content: "\2212";
}

/* line 42, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
    content: "\2601";
}

/* line 43, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
    content: "\2709";
}

/* line 44, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
    content: "\270f";
}

/* line 45, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
    content: "\e001";
}

/* line 46, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
    content: "\e002";
}

/* line 47, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
    content: "\e003";
}

/* line 48, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
    content: "\e005";
}

/* line 49, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
    content: "\e006";
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
    content: "\e007";
}

/* line 51, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
    content: "\e008";
}

/* line 52, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
    content: "\e009";
}

/* line 53, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
    content: "\e010";
}

/* line 54, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
    content: "\e011";
}

/* line 55, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
    content: "\e012";
}

/* line 56, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
    content: "\e013";
}

/* line 57, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
    content: "\e014";
}

/* line 58, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
    content: "\e015";
}

/* line 59, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
    content: "\e016";
}

/* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
    content: "\e017";
}

/* line 61, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
    content: "\e018";
}

/* line 62, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
    content: "\e019";
}

/* line 63, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
    content: "\e020";
}

/* line 64, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
    content: "\e021";
}

/* line 65, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
    content: "\e022";
}

/* line 66, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
    content: "\e023";
}

/* line 67, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
    content: "\e024";
}

/* line 68, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
    content: "\e025";
}

/* line 69, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
    content: "\e026";
}

/* line 70, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
    content: "\e027";
}

/* line 71, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
    content: "\e028";
}

/* line 72, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
    content: "\e029";
}

/* line 73, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
    content: "\e030";
}

/* line 74, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
    content: "\e031";
}

/* line 75, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
    content: "\e032";
}

/* line 76, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
    content: "\e033";
}

/* line 77, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
    content: "\e034";
}

/* line 78, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
    content: "\e035";
}

/* line 79, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
    content: "\e036";
}

/* line 80, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
    content: "\e037";
}

/* line 81, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
    content: "\e038";
}

/* line 82, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
    content: "\e039";
}

/* line 83, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
    content: "\e040";
}

/* line 84, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
    content: "\e041";
}

/* line 85, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
    content: "\e042";
}

/* line 86, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
    content: "\e043";
}

/* line 87, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
    content: "\e044";
}

/* line 88, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
    content: "\e045";
}

/* line 89, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
    content: "\e046";
}

/* line 90, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
    content: "\e047";
}

/* line 91, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
    content: "\e048";
}

/* line 92, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
    content: "\e049";
}

/* line 93, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
    content: "\e050";
}

/* line 94, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
    content: "\e051";
}

/* line 95, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
    content: "\e052";
}

/* line 96, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
    content: "\e053";
}

/* line 97, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
    content: "\e054";
}

/* line 98, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
    content: "\e055";
}

/* line 99, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
    content: "\e056";
}

/* line 100, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
    content: "\e057";
}

/* line 101, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
    content: "\e058";
}

/* line 102, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
    content: "\e059";
}

/* line 103, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
    content: "\e060";
}

/* line 104, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
    content: "\e062";
}

/* line 105, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
    content: "\e063";
}

/* line 106, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
    content: "\e064";
}

/* line 107, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
    content: "\e065";
}

/* line 108, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
    content: "\e066";
}

/* line 109, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
    content: "\e067";
}

/* line 110, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
    content: "\e068";
}

/* line 111, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
    content: "\e069";
}

/* line 112, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
    content: "\e070";
}

/* line 113, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
    content: "\e071";
}

/* line 114, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
    content: "\e072";
}

/* line 115, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
    content: "\e073";
}

/* line 116, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
    content: "\e074";
}

/* line 117, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
    content: "\e075";
}

/* line 118, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
    content: "\e076";
}

/* line 119, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
    content: "\e077";
}

/* line 120, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
    content: "\e078";
}

/* line 121, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
    content: "\e079";
}

/* line 122, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
    content: "\e080";
}

/* line 123, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
    content: "\e081";
}

/* line 124, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
    content: "\e082";
}

/* line 125, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
    content: "\e083";
}

/* line 126, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
    content: "\e084";
}

/* line 127, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
    content: "\e085";
}

/* line 128, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
    content: "\e086";
}

/* line 129, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
    content: "\e087";
}

/* line 130, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
    content: "\e088";
}

/* line 131, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
    content: "\e089";
}

/* line 132, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
    content: "\e090";
}

/* line 133, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
    content: "\e091";
}

/* line 134, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
    content: "\e092";
}

/* line 135, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
    content: "\e093";
}

/* line 136, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
    content: "\e094";
}

/* line 137, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
    content: "\e095";
}

/* line 138, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
    content: "\e096";
}

/* line 139, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
    content: "\e097";
}

/* line 140, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
    content: "\e101";
}

/* line 141, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
    content: "\e102";
}

/* line 142, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
    content: "\e103";
}

/* line 143, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
    content: "\e104";
}

/* line 144, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
    content: "\e105";
}

/* line 145, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
    content: "\e106";
}

/* line 146, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
    content: "\e107";
}

/* line 147, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
    content: "\e108";
}

/* line 148, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
    content: "\e109";
}

/* line 149, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
    content: "\e110";
}

/* line 150, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
    content: "\e111";
}

/* line 151, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
    content: "\e112";
}

/* line 152, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
    content: "\e113";
}

/* line 153, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
    content: "\e114";
}

/* line 154, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
    content: "\e115";
}

/* line 155, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
    content: "\e116";
}

/* line 156, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
    content: "\e117";
}

/* line 157, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
    content: "\e118";
}

/* line 158, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
    content: "\e119";
}

/* line 159, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
    content: "\e120";
}

/* line 160, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
    content: "\e121";
}

/* line 161, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
    content: "\e122";
}

/* line 162, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
    content: "\e123";
}

/* line 163, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
    content: "\e124";
}

/* line 164, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
    content: "\e125";
}

/* line 165, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
    content: "\e126";
}

/* line 166, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
    content: "\e127";
}

/* line 167, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
    content: "\e128";
}

/* line 168, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
    content: "\e129";
}

/* line 169, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
    content: "\e130";
}

/* line 170, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

/* line 171, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

/* line 172, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

/* line 173, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

/* line 174, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
    content: "\e135";
}

/* line 175, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
    content: "\e136";
}

/* line 176, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
    content: "\e137";
}

/* line 177, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
    content: "\e138";
}

/* line 178, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
    content: "\e139";
}

/* line 179, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
    content: "\e140";
}

/* line 180, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
    content: "\e141";
}

/* line 181, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
    content: "\e142";
}

/* line 182, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
    content: "\e143";
}

/* line 183, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
    content: "\e144";
}

/* line 184, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
    content: "\e145";
}

/* line 185, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
    content: "\e146";
}

/* line 186, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
    content: "\e148";
}

/* line 187, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
    content: "\e149";
}

/* line 188, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
    content: "\e150";
}

/* line 189, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

/* line 190, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

/* line 191, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
    content: "\e153";
}

/* line 192, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

/* line 193, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

/* line 194, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

/* line 195, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
    content: "\e157";
}

/* line 196, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
    content: "\e158";
}

/* line 197, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
    content: "\e159";
}

/* line 198, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
    content: "\e160";
}

/* line 199, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
    content: "\e161";
}

/* line 200, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
    content: "\e162";
}

/* line 201, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
    content: "\e163";
}

/* line 202, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
    content: "\e164";
}

/* line 203, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
    content: "\e165";
}

/* line 204, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
    content: "\e166";
}

/* line 205, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
    content: "\e167";
}

/* line 206, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
    content: "\e168";
}

/* line 207, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
    content: "\e169";
}

/* line 208, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
    content: "\e170";
}

/* line 209, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
    content: "\e171";
}

/* line 210, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
    content: "\e172";
}

/* line 211, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
    content: "\e173";
}

/* line 212, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
    content: "\e174";
}

/* line 213, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
    content: "\e175";
}

/* line 214, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
    content: "\e176";
}

/* line 215, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
    content: "\e177";
}

/* line 216, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
    content: "\e178";
}

/* line 217, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
    content: "\e179";
}

/* line 218, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
    content: "\e180";
}

/* line 219, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
    content: "\e181";
}

/* line 220, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
    content: "\e182";
}

/* line 221, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
    content: "\e183";
}

/* line 222, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
    content: "\e184";
}

/* line 223, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
    content: "\e185";
}

/* line 224, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
    content: "\e186";
}

/* line 225, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
    content: "\e187";
}

/* line 226, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
    content: "\e188";
}

/* line 227, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
    content: "\e189";
}

/* line 228, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
    content: "\e190";
}

/* line 229, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
    content: "\e191";
}

/* line 230, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
    content: "\e192";
}

/* line 231, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
    content: "\e193";
}

/* line 232, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
    content: "\e194";
}

/* line 233, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
    content: "\e195";
}

/* line 234, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
    content: "\e197";
}

/* line 235, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
    content: "\e198";
}

/* line 236, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
    content: "\e199";
}

/* line 237, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
    content: "\e200";
}

/* line 238, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
    content: "\e201";
}

/* line 239, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
    content: "\e202";
}

/* line 240, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
    content: "\e203";
}

/* line 241, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
    content: "\e204";
}

/* line 242, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
    content: "\e205";
}

/* line 243, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
    content: "\e206";
}

/* line 252, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
    content: "\e209";
}

/* line 253, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
    content: "\e210";
}

/* line 254, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
    content: "\e211";
}

/* line 255, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
    content: "\e212";
}

/* line 256, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
    content: "\e213";
}

/* line 257, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
    content: "\e214";
}

/* line 258, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
    content: "\e215";
}

/* line 259, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
    content: "\e216";
}

/* line 260, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
    content: "\26fa";
}

/* line 261, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
    content: "\e218";
}

/* line 262, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
    content: "\e219";
}

/* line 263, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
    content: "\f8ff";
}

/* line 264, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
    content: "\e221";
}

/* line 265, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
    content: "\231b";
}

/* line 266, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
    content: "\e223";
}

/* line 267, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
    content: "\e224";
}

/* line 268, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
    content: "\e225";
}

/* line 269, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
    content: "\e226";
}

/* line 270, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
    content: "\e227";
}

/* line 271, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
    content: "\e227";
}

/* line 272, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
    content: "\e227";
}

/* line 273, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
    content: "\00a5";
}

/* line 274, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
    content: "\00a5";
}

/* line 275, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
    content: "\20bd";
}

/* line 276, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
    content: "\20bd";
}

/* line 277, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
    content: "\e230";
}

/* line 278, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
    content: "\e231";
}

/* line 279, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

/* line 280, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
    content: "\e233";
}

/* line 281, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
    content: "\e234";
}

/* line 282, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
    content: "\e235";
}

/* line 283, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
    content: "\e236";
}

/* line 284, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
    content: "\e237";
}

/* line 285, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
    content: "\e238";
}

/* line 286, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
    content: "\e239";
}

/* line 287, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
    content: "\e240";
}

/* line 288, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
    content: "\e241";
}

/* line 289, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
    content: "\e242";
}

/* line 290, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
    content: "\e243";
}

/* line 291, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
    content: "\e244";
}

/* line 292, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
    content: "\e245";
}

/* line 293, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

/* line 294, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
    content: "\e247";
}

/* line 295, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
    content: "\e248";
}

/* line 296, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
    content: "\e249";
}

/* line 297, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
    content: "\e250";
}

/* line 298, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
    content: "\e251";
}

/* line 299, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
    content: "\e252";
}

/* line 300, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
    content: "\e253";
}

/* line 301, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
    content: "\e254";
}

/* line 302, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
    content: "\e255";
}

/* line 303, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
    content: "\e256";
}

/* line 304, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
    content: "\e257";
}

/* line 305, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
    content: "\e258";
}

/* line 306, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
    content: "\e259";
}

/* line 307, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
    content: "\e260";
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 22, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

/* line 27, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
}

/* line 36, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* line 48, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
    color: #337ab7;
    text-decoration: none;
}

/* line 52, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

/* line 58, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* line 69, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
    margin: 0;
}

/* line 76, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
    vertical-align: middle;
}

/* line 81, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/* line 86, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
    border-radius: 6px;
}

/* line 93, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* line 106, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
    border-radius: 50%;
}

/* line 113, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

/* line 125, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* line 141, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* line 159, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
    cursor: pointer;
}

/* line 9, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

/* line 16, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

/* line 24, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* line 30, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
    font-size: 65%;
}

/* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* line 41, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 75%;
}

/* line 47, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
    font-size: 36px;
}

/* line 48, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
    font-size: 30px;
}

/* line 49, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
    font-size: 24px;
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
    font-size: 18px;
}

/* line 51, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
    font-size: 14px;
}

/* line 52, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
    font-size: 12px;
}

/* line 58, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
p {
    margin: 0 0 10px;
}

/* line 62, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    /* line 62, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
    .lead {
        font-size: 21px;
    }
}

/* line 78, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
    font-size: 85%;
}

/* line 83, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

/* line 90, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-left {
    text-align: left;
}

/* line 91, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-right {
    text-align: right;
}

/* line 92, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-center {
    text-align: center;
}

/* line 93, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
    text-align: justify;
}

/* line 94, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
    white-space: nowrap;
}

/* line 97, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
    text-transform: lowercase;
}

/* line 98, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
    text-transform: uppercase;
}

/* line 99, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
    text-transform: capitalize;
}

/* line 102, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
    color: #777777;
}

/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
    color: #337ab7;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
    color: #3c763d;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
    color: #31708f;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
    color: #8a6d3b;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
    color: #a94442;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

/* line 119, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
    color: #fff;
}

/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
    background-color: #337ab7;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
    background-color: #dff0d8;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
    background-color: #d9edf7;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
    background-color: #fcf8e3;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
    background-color: #f2dede;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

/* line 138, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

/* line 149, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

/* line 153, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

/* line 167, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

/* line 173, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

/* line 177, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

/* line 185, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dl {
    margin-top: 0;
    margin-bottom: 20px;
}

/* line 189, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
    line-height: 1.42857143;
}

/* line 193, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dt {
    font-weight: bold;
}

/* line 196, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dd {
    margin-left: 0;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    /* line 211, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* line 218, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

/* line 229, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

/* line 235, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.initialism {
    font-size: 90%;
}

/* line 241, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

/* line 250, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

/* line 257, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}

/* line 265, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

/* line 274, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

/* line 286, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

/* line 287, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

/* line 294, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

/* line 24, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

/* line 41, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* line 55, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

/* line 66, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

/* line 10, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
    content: " ";
    display: table;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
    clear: both;
}

@media (min-width: 768px) {
    /* line 10, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    /* line 10, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    /* line 10, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
    .container {
        width: 1170px;
    }
}

/* line 30, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
    clear: both;
}

/* line 39, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
.row {
    margin-left: -15px;
    margin-right: -15px;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
    content: " ";
    display: table;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
    clear: both;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

/* line 27, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

/* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
    width: 8.33333333%;
}

/* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
    width: 16.66666667%;
}

/* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
    width: 25%;
}

/* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
    width: 33.33333333%;
}

/* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
    width: 41.66666667%;
}

/* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
    width: 50%;
}

/* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
    width: 58.33333333%;
}

/* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
    width: 66.66666667%;
}

/* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
    width: 75%;
}

/* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
    width: 83.33333333%;
}

/* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
    width: 91.66666667%;
}

/* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
    width: 100%;
}

/* line 55, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
    right: auto;
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
    right: 8.33333333%;
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
    right: 16.66666667%;
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
    right: 25%;
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
    right: 33.33333333%;
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
    right: 41.66666667%;
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
    right: 50%;
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
    right: 58.33333333%;
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
    right: 66.66666667%;
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
    right: 75%;
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
    right: 83.33333333%;
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
    right: 91.66666667%;
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
    right: 100%;
}

/* line 45, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
    left: auto;
}

/* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
    left: 8.33333333%;
}

/* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
    left: 16.66666667%;
}

/* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
    left: 25%;
}

/* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
    left: 33.33333333%;
}

/* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
    left: 41.66666667%;
}

/* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
    left: 50%;
}

/* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
    left: 58.33333333%;
}

/* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
    left: 66.66666667%;
}

/* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
    left: 75%;
}

/* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
    left: 83.33333333%;
}

/* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
    left: 91.66666667%;
}

/* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
    left: 100%;
}

/* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
    margin-left: 0%;
}

/* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

/* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

/* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
    margin-left: 25%;
}

/* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

/* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

/* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
    margin-left: 50%;
}

/* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

/* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

/* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
    margin-left: 75%;
}

/* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

/* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

/* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    /* line 27, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-1 {
        width: 8.33333333%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-2 {
        width: 16.66666667%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-3 {
        width: 25%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-4 {
        width: 33.33333333%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-5 {
        width: 41.66666667%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-6 {
        width: 50%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-7 {
        width: 58.33333333%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-8 {
        width: 66.66666667%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-9 {
        width: 75%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-10 {
        width: 83.33333333%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-11 {
        width: 91.66666667%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-12 {
        width: 100%;
    }

    /* line 55, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-0 {
        right: auto;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-3 {
        right: 25%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-6 {
        right: 50%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-9 {
        right: 75%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-pull-12 {
        right: 100%;
    }

    /* line 45, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-0 {
        left: auto;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-1 {
        left: 8.33333333%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-2 {
        left: 16.66666667%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-3 {
        left: 25%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-4 {
        left: 33.33333333%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-5 {
        left: 41.66666667%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-6 {
        left: 50%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-7 {
        left: 58.33333333%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-8 {
        left: 66.66666667%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-9 {
        left: 75%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-10 {
        left: 83.33333333%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-11 {
        left: 91.66666667%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-push-12 {
        left: 100%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-0 {
        margin-left: 0%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-3 {
        margin-left: 25%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-6 {
        margin-left: 50%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-9 {
        margin-left: 75%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    /* line 27, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-1 {
        width: 8.33333333%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-2 {
        width: 16.66666667%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-3 {
        width: 25%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-4 {
        width: 33.33333333%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-5 {
        width: 41.66666667%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-6 {
        width: 50%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-7 {
        width: 58.33333333%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-8 {
        width: 66.66666667%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-9 {
        width: 75%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-10 {
        width: 83.33333333%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-11 {
        width: 91.66666667%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-12 {
        width: 100%;
    }

    /* line 55, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-0 {
        right: auto;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-1 {
        right: 8.33333333%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-2 {
        right: 16.66666667%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-3 {
        right: 25%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-4 {
        right: 33.33333333%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-5 {
        right: 41.66666667%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-6 {
        right: 50%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-7 {
        right: 58.33333333%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-8 {
        right: 66.66666667%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-9 {
        right: 75%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-10 {
        right: 83.33333333%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-11 {
        right: 91.66666667%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-pull-12 {
        right: 100%;
    }

    /* line 45, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-0 {
        left: auto;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-1 {
        left: 8.33333333%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-2 {
        left: 16.66666667%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-3 {
        left: 25%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-4 {
        left: 33.33333333%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-5 {
        left: 41.66666667%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-6 {
        left: 50%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-7 {
        left: 58.33333333%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-8 {
        left: 66.66666667%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-9 {
        left: 75%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-10 {
        left: 83.33333333%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-11 {
        left: 91.66666667%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-push-12 {
        left: 100%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-0 {
        margin-left: 0%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-3 {
        margin-left: 25%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-6 {
        margin-left: 50%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-9 {
        margin-left: 75%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    /* line 27, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-1 {
        width: 8.33333333%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-2 {
        width: 16.66666667%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-3 {
        width: 25%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-4 {
        width: 33.33333333%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-5 {
        width: 41.66666667%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-6 {
        width: 50%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-7 {
        width: 58.33333333%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-8 {
        width: 66.66666667%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-9 {
        width: 75%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-10 {
        width: 83.33333333%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-11 {
        width: 91.66666667%;
    }

    /* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-12 {
        width: 100%;
    }

    /* line 55, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-0 {
        right: auto;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-3 {
        right: 25%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-6 {
        right: 50%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-9 {
        right: 75%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-pull-12 {
        right: 100%;
    }

    /* line 45, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-0 {
        left: auto;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-1 {
        left: 8.33333333%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-2 {
        left: 16.66666667%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-3 {
        left: 25%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-4 {
        left: 33.33333333%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-5 {
        left: 41.66666667%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-6 {
        left: 50%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-7 {
        left: 58.33333333%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-8 {
        left: 66.66666667%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-9 {
        left: 75%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-10 {
        left: 83.33333333%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-11 {
        left: 91.66666667%;
    }

    /* line 40, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-push-12 {
        left: 100%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-0 {
        margin-left: 0%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-3 {
        margin-left: 25%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-6 {
        margin-left: 50%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-9 {
        margin-left: 75%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    /* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

/* line 6, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
table {
    background-color: transparent;
}

/* line 9, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

/* line 15, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
th {
    text-align: left;
}

/* line 22, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

/* line 31, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

/* line 41, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

/* line 57, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

/* line 62, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
    background-color: #fff;
}

/* line 75, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

/* line 88, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
    border: 1px solid #ddd;
}

/* line 94, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

/* line 101, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

/* line 114, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

/* line 125, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

/* line 135, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

/* line 143, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

/* line 9, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

/* line 20, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

/* line 9, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

/* line 20, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

/* line 9, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

/* line 20, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

/* line 9, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

/* line 20, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

/* line 9, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

/* line 20, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

/* line 171, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    /* line 171, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    /* line 183, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive > .table {
        margin-bottom: 0;
    }

    /* line 191, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    /* line 200, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive > .table-bordered {
        border: 0;
    }

    /* line 208, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    /* line 212, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    /* line 225, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

/* line 10, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

/* line 20, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

/* line 47, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 52, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

/* line 59, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
    display: block;
}

/* line 64, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
    display: block;
    width: 100%;
}

/* line 70, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
    height: auto;
}

/* line 76, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* line 83, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

/* line 114, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

/* line 107, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
    color: #999;
}

/* line 108, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
    color: #999;
}

/* line 136, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

/* line 146, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

/* line 153, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

/* line 162, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
    height: auto;
}

/* line 174, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* line 193, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    /* line 197, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
    input[type="month"] {
        line-height: 30px;
    }

    /* line 202, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
    input[type="month"] {
        line-height: 46px;
    }
}

/* line 215, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
    margin-bottom: 15px;
}

/* line 224, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* line 231, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

/* line 239, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

/* line 248, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

/* line 254, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

/* line 264, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

/* line 276, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

/* line 285, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

/* line 295, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

/* line 307, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

/* line 315, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

/* line 71, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* line 79, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

/* line 84, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

/* line 333, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* line 340, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

/* line 344, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

/* line 348, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

/* line 71, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

/* line 79, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

/* line 84, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

/* line 359, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

/* line 366, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

/* line 370, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

/* line 374, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

/* line 388, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
    position: relative;
}

/* line 393, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
    padding-right: 42.5px;
}

/* line 398, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

/* line 410, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

/* line 417, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

/* line 21, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

/* line 37, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
    color: #3c763d;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

/* line 21, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

/* line 37, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
    color: #8a6d3b;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

/* line 21, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

/* line 37, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
    color: #a94442;
}

/* line 439, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

/* line 442, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

/* line 453, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    /* line 478, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 485, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    /* line 492, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .form-control-static {
        display: inline-block;
    }

    /* line 496, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    /* line 500, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    /* line 508, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .input-group > .form-control {
        width: 100%;
    }

    /* line 512, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 519, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 526, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    /* line 530, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    /* line 537, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

/* line 559, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

/* line 569, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

/* line 575, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    /* line 582, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

/* line 593, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    /* line 603, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    /* line 611, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

/* line 9, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* line 26, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* line 32, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

/* line 39, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 58, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

/* line 68, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

/* line 17, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/* line 22, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/* line 29, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

/* line 37, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none;
}

/* line 45, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

/* line 53, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
    color: #fff;
    background-color: #333;
}

/* line 71, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

/* line 17, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

/* line 22, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

/* line 29, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

/* line 37, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
}

/* line 45, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

/* line 53, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

/* line 75, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

/* line 17, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

/* line 22, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

/* line 29, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

/* line 37, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none;
}

/* line 45, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/* line 53, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

/* line 79, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

/* line 17, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

/* line 22, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

/* line 29, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

/* line 37, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none;
}

/* line 45, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

/* line 53, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

/* line 83, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

/* line 17, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

/* line 22, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

/* line 29, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

/* line 37, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none;
}

/* line 45, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

/* line 53, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

/* line 87, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

/* line 17, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

/* line 22, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

/* line 29, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

/* line 37, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none;
}

/* line 45, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

/* line 53, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

/* line 96, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

/* line 101, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 109, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

/* line 115, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

/* line 123, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

/* line 135, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

/* line 139, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* line 143, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* line 151, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
    display: block;
    width: 100%;
}

/* line 157, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
    margin-top: 5px;
}

/* line 165, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

/* line 10, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

/* line 13, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
    opacity: 1;
}

/* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
    display: none;
}

/* line 21, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
    display: block;
}

/* line 26, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
    display: table-row;
}

/* line 28, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
    display: table-row-group;
}

/* line 30, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* line 20, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
    position: relative;
}

/* line 26, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
    outline: 0;
}

/* line 31, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

/* line 54, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

/* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/* line 65, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

/* line 78, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

/* line 88, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

/* line 103, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777777;
}

/* line 110, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

/* line 123, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
    display: block;
}

/* line 128, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
    outline: 0;
}

/* line 137, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
    left: auto;
    right: 0;
}

/* line 147, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
    left: 0;
    right: auto;
}

/* line 153, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

/* line 163, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

/* line 173, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

/* line 186, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

/* line 193, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    /* line 207, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    /* line 212, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

/* line 6, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

/* line 15, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

/* line 26, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

/* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
    margin-left: -5px;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
    clear: both;
}

/* line 39, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

/* line 44, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

/* line 51, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

/* line 56, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
    margin-left: 0;
}

/* line 58, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

/* line 63, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/* line 69, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
    float: left;
}

/* line 72, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

/* line 76, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

/* line 81, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/* line 86, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

/* line 105, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

/* line 109, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

/* line 116, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 120, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 127, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
    margin-left: 0;
}

/* line 131, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

/* line 136, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

/* line 145, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
    clear: both;
}

/* line 157, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
    float: none;
}

/* line 162, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

/* line 172, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

/* line 175, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 179, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* line 184, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

/* line 188, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 193, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 201, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

/* line 206, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

/* line 212, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
    width: 100%;
}

/* line 216, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

/* line 237, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

/* line 13, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

/* line 33, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
    z-index: 3;
}

/* line 58, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

/* line 63, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

/* line 68, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

/* line 77, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* line 89, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

/* line 94, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

/* line 101, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

/* line 108, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

/* line 117, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
    border-right: 0;
}

/* line 120, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/* line 129, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
    border-left: 0;
}

/* line 135, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

/* line 144, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
    position: relative;
}

/* line 146, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

/* line 150, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}

/* line 159, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

/* line 165, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

/* line 9, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
    content: " ";
    display: table;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
    clear: both;
}

/* line 15, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
    position: relative;
    display: block;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

/* line 23, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

/* line 31, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
    color: #777777;
}

/* line 34, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

/* line 46, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
}

/* line 59, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/* line 66, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
    max-width: none;
}

/* line 76, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
    border-bottom: 1px solid #ddd;
}

/* line 78, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

/* line 84, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

/* line 89, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

/* line 118, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
    float: left;
}

/* line 122, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
    border-radius: 4px;
}

/* line 125, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
    margin-left: 2px;
}

/* line 131, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

/* line 144, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
    float: none;
}

/* line 146, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

/* line 160, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

/* line 163, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}

/* line 165, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

/* line 171, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    /* line 177, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    /* line 180, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

/* line 190, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

/* line 193, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

/* line 199, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    /* line 206, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    /* line 210, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

/* line 224, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
    display: none;
}

/* line 227, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
    display: block;
}

/* line 237, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    /* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar {
        border-radius: 4px;
    }
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    /* line 31, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-header {
        float: left;
    }
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
    clear: both;
}

/* line 59, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    /* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    /* line 68, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    /* line 75, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-collapse.in {
        overflow-y: visible;
    }

    /* line 81, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

/* line 92, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    /*max-height: 340px; 29/01/2019*/
}

@media (max-device-width: 480px) and (orientation: landscape) {
    /* line 92, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

/* line 108, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    /* line 108, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

/* line 128, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    /* line 128, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-static-top {
        border-radius: 0;
    }
}

/* line 138, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    /* line 138, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

/* line 150, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

/* line 154, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

/* line 163, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

/* line 170, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

/* line 175, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    /* line 180, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

/* line 193, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* line 206, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
    outline: 0;
}

/* line 211, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

/* line 217, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    /* line 193, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-toggle {
        display: none;
    }
}

/* line 232, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
    margin: 7.5px -15px;
}

/* line 235, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    /* line 243, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    /* line 251, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    /* line 255, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    /* line 257, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    /* line 232, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav {
        float: left;
        margin: 0;
    }

    /* line 270, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav > li {
        float: left;
    }

    /* line 272, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/* line 286, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    /* line 478, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 485, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    /* line 492, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .form-control-static {
        display: inline-block;
    }

    /* line 496, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    /* line 500, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }

    /* line 508, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    /* line 512, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 519, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 526, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    /* line 530, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    /* line 537, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    /* line 298, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    /* line 302, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    /* line 286, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* line 327, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 332, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 343, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* line 346, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* line 349, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

/* line 359, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    /* line 359, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    /* line 379, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-left {
        float: left !important;
    }

    /* line 382, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    /* line 386, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

/* line 397, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

/* line 401, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
    color: #777;
}

/* line 403, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

/* line 410, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
    color: #777;
}

/* line 415, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
    color: #777;
}

/* line 418, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

/* line 425, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

/* line 433, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

/* line 442, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
    border-color: #ddd;
}

/* line 444, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

/* line 448, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

/* line 453, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

/* line 462, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 767px) {
    /* line 473, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    /* line 475, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    /* line 482, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    /* line 490, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

/* line 506, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
    color: #777;
}

/* line 508, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
    color: #333;
}

/* line 513, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
    color: #777;
}

/* line 515, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}

/* line 521, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

/* line 531, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

/* line 535, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

/* line 537, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

/* line 544, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

/* line 549, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

/* line 552, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

/* line 559, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

/* line 567, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

/* line 577, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
    border-color: #333;
}

/* line 579, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

/* line 583, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

/* line 588, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

/* line 596, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 767px) {
    /* line 607, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    /* line 610, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    /* line 613, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    /* line 615, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    /* line 622, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    /* line 630, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

/* line 641, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

/* line 643, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
    color: #fff;
}

/* line 648, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
    color: #9d9d9d;
}

/* line 650, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}

/* line 656, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

/* line 6, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

/* line 13, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
    display: inline-block;
}

/* line 16, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

/* line 25, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
    color: #777777;
}

/* line 4, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

/* line 10, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
    display: inline;
}

/* line 12, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

/* line 25, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

/* line 32, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

/* line 41, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}

/* line 52, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

/* line 64, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

/* line 12, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

/* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

/* line 12, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

/* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

/* line 6, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
    content: " ";
    display: table;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
    clear: both;
}

/* line 12, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
    display: inline;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

/* line 23, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

/* line 31, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
    float: right;
}

/* line 38, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
    float: left;
}

/* line 45, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

/* line 20, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
    display: none;
}

/* line 25, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
    position: relative;
    top: -1px;
}

/* line 33, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* line 44, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
    background-color: #777777;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
}

/* line 48, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
    background-color: #337ab7;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090;
}

/* line 52, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
    background-color: #5cb85c;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}

/* line 56, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
    background-color: #5bc0de;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}

/* line 60, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
    background-color: #f0ad4e;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}

/* line 64, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
    background-color: #d9534f;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

/* line 22, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
    display: none;
}

/* line 27, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
    position: relative;
    top: -1px;
}

/* line 32, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

/* line 41, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

/* line 47, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
    float: right;
}

/* line 51, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
    margin-right: 5px;
}

/* line 55, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
    margin-left: 3px;
}

/* line 62, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* line 6, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

/* line 13, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

/* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

/* line 24, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
    border-top-color: #d5d5d5;
}

/* line 28, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

/* line 35, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    /* line 6, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    /* line 43, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    /* line 49, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_jumbotron.scss */
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

/* line 17, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/* line 27, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

/* line 34, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

/* line 9, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* line 16, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
    margin-top: 0;
    color: inherit;
}

/* line 23, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
    font-weight: bold;
}

/* line 28, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
    margin-bottom: 0;
}

/* line 33, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
    margin-top: 5px;
}

/* line 42, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

/* line 47, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

/* line 59, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
    border-top-color: #c9e2b3;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
    color: #2b542c;
}

/* line 63, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
    border-top-color: #a6e1ec;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
    color: #245269;
}

/* line 67, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
    border-top-color: #f7e1b5;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
    color: #66512c;
}

/* line 71, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

/* line 8, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
    border-top-color: #e4b9c0;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

/* line 26, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

/* line 54, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
}

/* line 64, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
    background-color: #5cb85c;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 77, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
    background-color: #5bc0de;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 81, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
    background-color: #f0ad4e;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 85, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
    background-color: #d9534f;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 1, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media {
    margin-top: 15px;
}

/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
    margin-top: 0;
}

/* line 10, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

/* line 16, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-body {
    width: 10000px;
}

/* line 20, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-object {
    display: block;
}

/* line 24, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
    max-width: none;
}

/* line 29, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
    padding-left: 10px;
}

/* line 34, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
    padding-right: 10px;
}

/* line 39, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

/* line 46, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
    vertical-align: middle;
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
    vertical-align: bottom;
}

/* line 55, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

/* line 63, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-list {
    padding-left: 0;
    list-style: none;
}

/* line 10, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

/* line 21, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* line 31, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

/* line 34, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* line 46, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
    color: #555;
}

/* line 50, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

/* line 55, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

/* line 63, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
    width: 100%;
    text-align: left;
}

/* line 70, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

/* line 78, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

/* line 81, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

/* line 87, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

/* line 96, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

/* line 101, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

/* line 4, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

/* line 15, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

/* line 24, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

/* line 4, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

/* line 15, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

/* line 24, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

/* line 4, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

/* line 15, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

/* line 24, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

/* line 4, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

/* line 15, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

/* line 24, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

/* line 123, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

/* line 127, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
    padding: 15px;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
    clear: both;
}

/* line 22, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

/* line 27, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

/* line 33, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

/* line 39, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

/* line 49, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* line 63, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

/* line 67, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

/* line 74, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

/* line 82, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* line 89, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 96, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

/* line 100, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
    border-top-width: 0;
}

/* line 110, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

/* line 115, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

/* line 121, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

/* line 127, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/* line 131, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

/* line 135, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

/* line 143, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* line 149, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* line 153, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

/* line 157, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

/* line 164, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

/* line 170, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

/* line 174, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

/* line 181, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

/* line 185, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

/* line 194, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

/* line 203, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

/* line 210, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

/* line 222, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
    margin-bottom: 20px;
}

/* line 226, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

/* line 230, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
    margin-top: 5px;
}

/* line 235, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
    border-bottom: 0;
}

/* line 238, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

/* line 244, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
    border-top: 0;
}

/* line 246, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

/* line 254, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
    border-color: #ddd;
}

/* line 6, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

/* line 20, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

/* line 257, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
    border-color: #337ab7;
}

/* line 6, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

/* line 20, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}

/* line 260, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
    border-color: #d6e9c6;
}

/* line 6, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

/* line 20, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

/* line 263, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
    border-color: #bce8f1;
}

/* line 6, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

/* line 20, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

/* line 266, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
    border-color: #faebcc;
}

/* line 6, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

/* line 20, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

/* line 269, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
    border-color: #ebccd1;
}

/* line 6, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

/* line 20, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

/* line 12, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

/* line 28, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

/* line 33, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
    padding-bottom: 75%;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
    padding: 24px;
    border-radius: 6px;
}

/* line 26, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
    padding: 9px;
    border-radius: 3px;
}

/* line 6, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

/* line 15, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* line 30, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
    overflow: hidden;
}

/* line 16, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

/* line 32, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

/* line 36, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* line 38, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

/* line 44, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

/* line 51, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

/* line 64, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

/* line 73, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

/* line 74, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* line 79, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
    clear: both;
}

/* line 85, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
    margin-top: -2px;
}

/* line 90, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

/* line 97, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
    position: relative;
    padding: 15px;
}

/* line 103, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
    clear: both;
}

/* line 110, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

/* line 115, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

/* line 119, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

/* line 125, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    /* line 136, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    /* line 140, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    /* line 145, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    /* line 149, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
    .modal-lg {
        width: 900px;
    }
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

/* line 20, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

/* line 21, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

/* line 22, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

/* line 26, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

/* line 36, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

/* line 45, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

/* line 52, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

/* line 59, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

/* line 66, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

/* line 73, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

/* line 80, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

/* line 87, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

/* line 94, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

/* line 6, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 27, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
    margin-top: -10px;
}

/* line 28, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
    margin-left: 10px;
}

/* line 29, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
    margin-top: 10px;
}

/* line 30, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
    margin-left: -10px;
}

/* line 33, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

/* line 42, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
    padding: 9px 14px;
}

/* line 51, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

/* line 61, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
    border-width: 11px;
}

/* line 64, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

/* line 70, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

/* line 77, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

/* line 85, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 92, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

/* line 100, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

/* line 107, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

/* line 116, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 123, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

/* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
    position: relative;
}

/* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* line 16, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

/* line 22, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    /* line 16, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

    /* line 34, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    /* line 39, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    /* line 44, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

/* line 53, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

/* line 59, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
    left: 0;
}

/* line 63, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

/* line 70, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
    left: 100%;
}

/* line 73, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
    left: -100%;
}

/* line 76, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

/* line 81, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
    left: -100%;
}

/* line 84, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
    left: 100%;
}

/* line 93, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

/* line 109, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 112, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 119, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/* line 128, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

/* line 138, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

/* line 143, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

/* line 148, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

/* line 158, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
    content: '\2039';
}

/* line 163, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
    content: '\203a';
}

/* line 174, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

/* line 185, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

/* line 207, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

/* line 218, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 229, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    /* line 240, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    /* line 249, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    /* line 253, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    /* line 260, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    /* line 267, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-indicators {
        bottom: 20px;
    }
}

/* line 14, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

/* line 19, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
    clear: both;
}

/* line 12, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* line 15, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
    float: right !important;
}

/* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
    float: left !important;
}

/* line 27, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
/*.hide {
  display: none !important;
}*/

/* line 30, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.show {
    display: block !important;
}

/* line 33, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
    visibility: hidden;
}

/* line 36, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* line 45, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
    display: none !important;
}

/* line 53, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

/* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
    display: none !important;
}

/* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
    display: none !important;
}

/* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
    display: none !important;
}

/* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
    display: none !important;
}

/* line 36, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    /* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .visible-xs {
        display: block !important;
    }

    /* line 10, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    table.visible-xs {
        display: table !important;
    }

    /* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    tr.visible-xs {
        display: table-row !important;
    }

    /* line 12, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    /* line 54, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    /* line 59, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    /* line 64, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .visible-sm {
        display: block !important;
    }

    /* line 10, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    table.visible-sm {
        display: table !important;
    }

    /* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    tr.visible-sm {
        display: table-row !important;
    }

    /* line 12, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 73, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 78, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 83, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .visible-md {
        display: block !important;
    }

    /* line 10, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    table.visible-md {
        display: table !important;
    }

    /* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    tr.visible-md {
        display: table-row !important;
    }

    /* line 12, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 92, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 97, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 102, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    /* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .visible-lg {
        display: block !important;
    }

    /* line 10, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    table.visible-lg {
        display: table !important;
    }

    /* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    tr.visible-lg {
        display: table-row !important;
    }

    /* line 12, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    /* line 111, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    /* line 116, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    /* line 121, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    /* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    /* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .hidden-lg {
        display: none !important;
    }
}

/* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
    display: none !important;
}

@media print {
    /* line 7, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .visible-print {
        display: block !important;
    }

    /* line 10, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    table.visible-print {
        display: table !important;
    }

    /* line 11, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    tr.visible-print {
        display: table-row !important;
    }

    /* line 12, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

/* line 155, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
    display: none !important;
}

@media print {
    /* line 155, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-block {
        display: block !important;
    }
}

/* line 162, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
    display: none !important;
}

@media print {
    /* line 162, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-inline {
        display: inline !important;
    }
}

/* line 169, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
    display: none !important;
}

@media print {
    /* line 169, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    /* line 18, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
    .hidden-print {
        display: none !important;
    }
}

/* Plugins */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

/* line 20, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

/* line 27, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-skin {
    position: relative;
    background: #ffffff;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* line 37, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-opened {
    z-index: 8030;
}

/* line 41, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-outer, .fancybox-inner {
    position: relative;
}

/* line 51, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-inner {
    overflow: hidden;
}

/* line 55, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

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

/* line 67, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

/* line 73, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

/* line 78, ../sass/plugins/_jquery.fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite.png");
}

/* line 82, ../sass/plugins/_jquery.fancybox.scss */
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

/* line 94, ../sass/plugins/_jquery.fancybox.scss */
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../images/fancybox_loading.gif") center center no-repeat;
}

/* line 100, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-close {
    background-image: url("../images/fancybox-close.png") !important;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 41px;
    height: 45px;
    cursor: pointer;
    z-index: 8040;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

/* line 112, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

/* line 124, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-prev {
    left: 0;
}

/* line 128, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-next {
    right: 0;
}

/* line 132, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

/* line 143, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

/* line 148, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

/* line 153, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-nav:hover span {
    visibility: visible;
}

/* line 157, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
/* line 169, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

/* line 174, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-lock body {
    overflow: hidden !important;
}

/* line 178, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-lock-test {
    overflow-y: hidden !important;
}

/* line 182, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox_overlay.png");
}

/* line 192, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

/* line 198, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
/* line 205, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

/* line 213, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-opened .fancybox-title {
    visibility: visible;
}

/* line 217, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

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

/* line 242, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

/* line 248, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-title-inside-wrap {
    padding-top: 10px;
}

/* line 252, ../sass/plugins/_jquery.fancybox.scss */
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    /*#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
      background-image: url('../images/fancybox_sprite@2x.png');
      background-size: 44px 152px;
  }

  #fancybox-loading div {
      background-image: url('../images/fancybox_loading@2x.gif');
      background-size: 24px 24px;
  }*/
}

/* CUSTOM SASS */
/* line 1, ../sass/_overrides.scss */
.row-clr {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* line 6, ../sass/_overrides.scss */
a {
    outline: 0;
}

/* line 8, ../sass/_overrides.scss */
a:hover, a:active, a:focus, a:visited {
    outline: 0;
}

/*nav bar icon animation*/
/* line 15, ../sass/_overrides.scss */
.navbar-toggle {
    border: none;
    background: #fff !important;
    margin-top: 0px !important;
}

/* line 21, ../sass/_overrides.scss */
.navbar-toggle:hover {
    background: #fff !important;
}

/* line 25, ../sass/_overrides.scss */
.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

/* line 30, ../sass/_overrides.scss */
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

/* line 35, ../sass/_overrides.scss */
.navbar-toggle .middle-bar {
    opacity: 0;
}

/* line 39, ../sass/_overrides.scss */
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

/* line 44, ../sass/_overrides.scss */
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

/* line 48, ../sass/_overrides.scss */
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

/* line 52, ../sass/_overrides.scss */
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

/* line 56, ../sass/_overrides.scss */
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

/* line 60, ../sass/_overrides.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

/* line 1, ../sass/_template.scss */
.row-clr {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*Common Banner*/
/* line 7, ../sass/_template.scss */
.nww-common-inner-page-banner {
    position: relative;
    margin-top: 138px;
}

/* line 10, ../sass/_template.scss */
.nww-common-inner-page-banner .nww-common-inner-page-banner-image {
    width: 100%;
    height: 365.5px;
}

.nww-common-inner-page-banner .nww-common-inner-page-banner-image.type-2 {
    height: 555px;
}

/* line 13, ../sass/_template.scss */
.nww-common-inner-page-banner .nww-common-inner-page-banner-caption {
    position: absolute;
    top: 38%;
}

/* line 16, ../sass/_template.scss */
.nww-common-inner-page-banner .nww-common-inner-page-banner-caption h1 {
    margin: 0;
    font: 600 40px "proxima-nova", sans-serif;
    color: #fff;
    text-transform: uppercase;
}

/*resources custom Banner with navigation*/
/* line 27, ../sass/_template.scss */
.nww-common-inner-custom-page-banner .nww-common-inner-page-banner-caption {
    top: 25%;
}

/* line 31, ../sass/_template.scss */
.nww-banner-navigation {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 0px 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* line 37, ../sass/_template.scss */
.nww-banner-navigation ul {
    padding: 0;
    margin: 0;
}

.nww-banner-navigation.type-2 ul li a {
    font-size: 12px;
}

.nww-banner-navigation.type-2 ul li {
    margin: 0 0 15px 0;
    padding: 10px;
}

.nww-banner-navigation.type-2 ul li {
    margin: 0 0 15px 0;
}

/* line 40, ../sass/_template.scss */
.nww-banner-navigation ul li {
    list-style: none;
    float: left;
    padding: 10px 25px;
    margin-bottom: 5px;
    width: 16.66%;
    min-height: 70px;
}

.nww-banner-navigation ul li:not(:nth-of-type(6n)){
    border-right: 1px solid #125f70;
}
.nww-banner-navigation ul li:nth-of-type(7n){
    padding-left: 0;
}

    /* line 47, ../sass/_template.scss */
.nww-banner-navigation ul li a {
    text-decoration: none;
    font: 700 15px "proxima-nova", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    cursor: pointer;
}

/* line 57, ../sass/_template.scss */
.nww-banner-navigation ul li:hover a {
    color: #ffcc00;
}

/* line 61, ../sass/_template.scss */
.nww-banner-navigation ul li:first-child {
    padding-left: 0px;
}


/* line 71, ../sass/_template.scss */
.banner-nav-active {
    color: #ffcc00 !important;
}

/*2nd banner navigation*/
/* line 77, ../sass/_template.scss */
.nww-banner-navigation-two ul li {
    width: 25%;
}

/*back to top button*/
/* line 83, ../sass/_template.scss */
.nww-back-to-top-btn {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

/* line 93, ../sass/_template.scss */
.nww-col-res-wrapper-eight-inner-container div.wpcf7-validation-errors {
    position: absolute;
    bottom: -45px;
}

/* line 99, ../sass/_template.scss */
.videoplay {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 200;
}

/* line 109, ../sass/_template.scss */
.custom-common-wrapper {
    position: relative;
}

/* line 113, ../sass/_template.scss */
.page-not-found {
    margin-top: 200px;
    text-align: center;
}

/* line 116, ../sass/_template.scss */
.page-not-found h2 {
    vertical-align: top;
    font: 400 32px "Roboto", sans-serif;
    color: #333333;
}

/* line 123, ../sass/_template.scss */
.wpcf7-mail-sent-ok {
    border: 2px solid yellow !important;
    line-height: 1.8;
    font: 300 16px "Roboto", sans-serif;
    line-height: 1.8;
    background-color: whitesmoke;
}

/* Page CSS */
/* line 2, ../sass/_header.scss */
header .main-nav-bar {
    min-height: inherit;
    margin-bottom: 0px;
    padding-top: 30px;
    background-color: #fff;
    border-bottom: 3px solid #ffcc00;
}

/* line 8, ../sass/_header.scss */
header .main-nav-bar .navbar-header {
    margin-right: 60px;
}

/* line 10, ../sass/_header.scss */
header .main-nav-bar .navbar-header .navbar-brand {
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    height: auto;
    margin-left: 0px !important;
}

/* line 18, ../sass/_header.scss */
header .main-nav-bar .nww-navbar-middle {
    margin-top: 34px;
}

/* line 20, ../sass/_header.scss */
header .main-nav-bar .nww-navbar-middle li {
    margin-right: 25px;
}

/* line 22, ../sass/_header.scss */
header .main-nav-bar .nww-navbar-middle li a {
    font: 700 15px "proxima-nova", sans-serif;
    color: #555555;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 5px solid transparent;
    padding: 0;
    margin: 0;
    display: inline-block;
    padding-bottom: 50px;
}

/* line 32, ../sass/_header.scss */
header .main-nav-bar .nww-navbar-middle li a:hover {
    color: #0088aa !important;
    border-color: #ffcc00;
    /*  border-color: rgba(255, 204, 0, 0.2);*/
}

/* line 36, ../sass/_header.scss */
header .main-nav-bar .nww-navbar-middle li a:focus {
    color: #0088aa !important;
    border-color: #ffcc00;
}

/* line 41, ../sass/_header.scss */
header .main-nav-bar .nww-navbar-middle li:last-child {
    margin-right: 0px;
}

/* line 46, ../sass/_header.scss */
header .main-nav-bar .nww-logo-right {
    margin-top: 9px;
    float: right;
}

/* line 53, ../sass/_header.scss */
header .goToTop {
    -webkit-box-shadow: #000 0px 5px 20px -6px;
    box-shadow: #000 0px 5px 20px -6px;
}

/* line 58, ../sass/_header.scss */
.current-menu-item a {
    color: #0088aa !important;
    border-color: #ffcc00 !important;
}

/* line 64, ../sass/_header.scss */
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner p a {
    color: #ffcc00;
}

/* line 70, ../sass/_header.scss */
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner p a:hover {
    color: #ffcc00;
}

/* line 2, ../sass/_footer.scss */
footer .nww-footer-top {
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center;
}

/* line 6, ../sass/_footer.scss */
footer .nww-footer-top .nww-footer-top-container {
    float: none !important;
    margin: 0 auto !important;
    padding: 0;
}

/* line 10, ../sass/_footer.scss */
footer .nww-footer-top .nww-footer-top-container h5 {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font: 400 15px "Roboto", sans-serif;
    color: #333333;
}

/* line 16, ../sass/_footer.scss */
footer .nww-footer-top .nww-footer-top-container h5 dfn {
    font-style: normal;
    font: 500 14px "Roboto", sans-serif;
    color: #943308;
    text-transform: uppercase;
    margin-right: 8px;
}

/* line 23, ../sass/_footer.scss */
footer .nww-footer-top .nww-footer-top-container h5:first-child {
    /*margin-right: 35px;*/
}

/* line 27, ../sass/_footer.scss */
footer .nww-footer-top .nww-footer-top-container .nww-footer-top-social-media {
    width: 49%;
    margin: 0 auto;
    margin-top: 35px;
}

/* line 31, ../sass/_footer.scss */
footer .nww-footer-top .nww-footer-top-container .nww-footer-top-social-media .nww-social-media-ico {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ffd11a;
    margin-right: 35px;
}

/* line 40, ../sass/_footer.scss */
footer .nww-footer-top .nww-footer-top-container .nww-footer-top-social-media .nww-social-media-ico i {
    color: #0088aa;
    font-size: 30px;
    text-align: center;
    display: block;
    line-height: 60px;
}

/* line 46, ../sass/_footer.scss */
footer .nww-footer-top .nww-footer-top-container .nww-footer-top-social-media .nww-social-media-ico i:hover {
    color: #ffcc00;
}

/* line 50, ../sass/_footer.scss */
footer .nww-footer-top .nww-footer-top-container .nww-footer-top-social-media .nww-social-media-ico:last-child {
    margin-right: 0px;
}

.nww-footer-middle {
    display: flex;
    padding-bottom: 30px;
    justify-content: center;
    border-bottom: 1px solid #ebebeb;
}

.nww-footer-middle .nww-footer-middle-container {
    text-align: center;
}

.nww-footer-middle .left-image {
    width: 44%;
    height: 60px;
    margin-right: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.nww-footer-middle .right-image {
    width: 40%;
    height: 60px;
    margin-left: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.nww-footer-middle .right-image:before {
    content: "Funding Provided by";
    font-size: 10px;
    text-align: left;
    position: absolute;
    top: 6px;
    left: 8px;
}

/* line 57, ../sass/_footer.scss */
footer .nww-footer-bottom {
    padding-top: 30px;
    padding-bottom: 40px;
}

/* line 60, ../sass/_footer.scss */
footer .nww-footer-bottom p {
    font: 400 14px "Roboto", sans-serif;
    color: #999999;
    text-align: center;
    margin: 0;
}

/* line 1, ../sass/_home.scss */
.nww-mian-slider-wrapper {
    margin-top: 138px;
    position: relative;
}

/* line 5, ../sass/_home.scss */
.nww-mian-slider-wrapper .container .nww-main-slider-caption {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* line 11, ../sass/_home.scss */
.nww-mian-slider-wrapper .container .nww-main-slider-caption .nww-main-slider-caption-container {
    float: none !important;
    margin: 0 auto !important;
}

/* line 14, ../sass/_home.scss */
.nww-mian-slider-wrapper .container .nww-main-slider-caption .nww-main-slider-caption-container h1 {
    margin: 0;
    font: 600 45px "proxima-nova", sans-serif;
    color: #ffcc00;
    text-align: center;
    text-shadow: 2px 2px #000;
}

/* line 25, ../sass/_home.scss */
.nww-home-second-wrapper {
    background-image: url(../images/main-home-2nd-wrapper.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding-top: 90px;
    padding-bottom: 49px;
}

/* line 33, ../sass/_home.scss */
.nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container {
    margin: 0 auto !important;
    float: none !important;
}

/* line 36, ../sass/_home.scss */
.nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #ffcc00;
    text-align: center;
    text-transform: uppercase;
}

/* line 43, ../sass/_home.scss */
.nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container .nww-home-second-wrapper-skills-set {
    padding-top: 40px;
}

/* line 45, ../sass/_home.scss */
.nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container .nww-home-second-wrapper-skills-set .nww-home-second-wrapper-skills-set-inner {
    margin-bottom: 5px;
}

/* line 47, ../sass/_home.scss */
.nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container .nww-home-second-wrapper-skills-set .nww-home-second-wrapper-skills-set-inner h6 {
    font: 400 20px "Roboto", sans-serif;
    color: #fff;
    margin: 0 auto;
    width: 260px;
    text-transform: capitalize;
}

/* line 53, ../sass/_home.scss */
.nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container .nww-home-second-wrapper-skills-set .nww-home-second-wrapper-skills-set-inner h6 img {
    margin-right: 0;
    display: inline-block;
}

/* line 58, ../sass/_home.scss */
.nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container .nww-home-second-wrapper-skills-set .nww-home-second-wrapper-skills-set-inner h6 dfn {
    font-style: normal;
    font: 400 20px "Roboto", sans-serif;
    color: #fff;
    width: 160px;
    display: inline-block;
    vertical-align: middle;
}

/* line 72, ../sass/_home.scss */
.nww-home-third-wrapper {
    padding: 90px 0px;
    background-color: #eeeeee;
}

/* line 75, ../sass/_home.scss */
.nww-home-third-wrapper h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #943308;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 84, ../sass/_home.scss */
.nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col {
    padding: 0px;
    position: relative;
}

/* line 88, ../sass/_home.scss */
.nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-col-content .nww-skill-default-img {
    width: 100%;
    position: relative;
}

/* line 92, ../sass/_home.scss */
.nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-col-content h3 {
    margin: 0;
    font: 600 24px "proxima-nova", sans-serif;
    color: #ffcc00;
    text-align: center;
    text-transform: uppercase;
}

/* line 100, ../sass/_home.scss */
.nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-default {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    -webkit-transition-property: all;
    /* Safari */
    transition-property: all;
}

/* line 109, ../sass/_home.scss */
.nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-default .home-third-wrapper-inner-default-content {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* line 115, ../sass/_home.scss */
.nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-default .home-third-wrapper-inner-default-content .nww-plus-default-img {
    margin: 0 auto;
    margin-top: 35px;
}

/* line 121, ../sass/_home.scss */
.nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover {
    opacity: 0;
    top: 0;
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    -webkit-transition-property: all;
    /* Safari */
    transition-property: all;
    position: absolute;
    top: 0;
    -webkit-box-shadow: #000 0px 0px 15px -2px;
    box-shadow: #000 0px 0px 15px -2px;
    z-index: -1;
}

/* line 136, ../sass/_home.scss */
.nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 200;
    padding: 0px 20px;
}

/* line 144, ../sass/_home.scss */
.nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content h3 {
    color: #ffcc00;
    padding-bottom: 20px;
}

/* line 148, ../sass/_home.scss */
.nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding-bottom: 25px;
}

/* line 156, ../sass/_home.scss */
.nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content .nww-minus-default-img {
    margin: 0 auto;
}

/* line 160, ../sass/_home.scss */
.nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 69, 84, 0.8);
    z-index: 100;
    top: 0;
}

/* line 170, ../sass/_home.scss */
.nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col:hover .home-third-wrapper-inner-default {
    opacity: 0;
    z-index: -1;
}

/* line 174, ../sass/_home.scss */
.nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col:hover .home-third-wrapper-inner-hover {
    opacity: 1;
    z-index: 99;
}

/* line 182, ../sass/_home.scss */
.nww-home-forth-wrapper {
    padding: 90px 0px;
    background-color: #fff;
}

/* line 185, ../sass/_home.scss */
.nww-home-forth-wrapper h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #943308;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 195, ../sass/_home.scss */
.nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper .nww-home-forth-inner-logo-col {
    position: relative;
    margin-bottom: 15px;
}

/* line 198, ../sass/_home.scss */
.nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper .nww-home-forth-inner-logo-col .nww-part-org-right-line {
    position: absolute;
    right: 0;
    top: 0;
}

/* line 203, ../sass/_home.scss */
.nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper .nww-home-forth-inner-logo-col .nww-home-forth-inner-row {
    border-bottom: 1px solid #efefef;
}

/* line 205, ../sass/_home.scss */
.nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper .nww-home-forth-inner-logo-col .nww-home-forth-inner-row img {
    margin: 0 auto;
    margin-bottom: 15px;
}

/* line 209, ../sass/_home.scss */
.nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper .nww-home-forth-inner-logo-col .nww-home-forth-inner-row .nww-partner-hov-logo {
    display: none;
}

/* line 215, ../sass/_home.scss */
.nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper .nww-home-forth-inner-logo-col:hover .nww-home-forth-inner-row .nww-partner-org-logo {
    display: none;
}

/* line 218, ../sass/_home.scss */
.nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper .nww-home-forth-inner-logo-col:hover .nww-home-forth-inner-row .nww-partner-hov-logo {
    display: block;
}

/* line 224, ../sass/_home.scss */
.nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper .nww-home-forth-inner-logo-col:last-child .nww-part-org-right-line {
    display: none;
}

/* line 231, ../sass/_home.scss */
.nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper:last-child .nww-home-forth-inner-logo-col .nww-home-forth-inner-row {
    border: none;
}

/* line 238, ../sass/_home.scss */
.nww-home-forth-wrapper .nww-home-forth-inner-bottom-wrapper {
    padding-top: 40px;
}

/* line 240, ../sass/_home.scss */
.nww-home-forth-wrapper .nww-home-forth-inner-bottom-wrapper h4 {
    margin: 0;
    font: 400 28px "proxima-nova", sans-serif;
    color: #005368;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 40px;
}

/* line 248, ../sass/_home.scss */
.nww-home-forth-wrapper .nww-home-forth-inner-bottom-wrapper .nww-home-forth-inner-bottom-btn {
    text-decoration: none;
    width: 198px;
    display: block;
    margin: 0 auto;
    font: 600 20px "proxima-nova", sans-serif;
    color: #005368;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 10px;
    border: 2px solid #ffcc00;
}

/* line 259, ../sass/_home.scss */
.nww-home-forth-wrapper .nww-home-forth-inner-bottom-wrapper .nww-home-forth-inner-bottom-btn:hover {
    background-color: #ffcc00;
    color: #fff !important;
}

.nww-home-forth-wrapper .nww-home-forth-inner-bottom-wrapper .nww-home-forth-inner-bottom-btn:focus {
    background-color: #ffcc00;
    color: #fff !important;
}

.nww-home-forth-wrapper .nww-home-forth-inner-bottom-wrapper .nww-home-forth-inner-bottom-btn:active {
    background-color: #ffcc00;
    color: #fff !important;
}

/* line 266, ../sass/_home.scss */
.nww-home-fifth-wrapper {
    padding: 90px 0px;
    background-color: #eeeeee;
}

/* line 269, ../sass/_home.scss */
.nww-home-fifth-wrapper h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #943308;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 278, ../sass/_home.scss */
.nww-home-fifth-wrapper .nww-home-fifth-inner-wrapper .nww-home-fifth-inner-col-row {
    position: relative;
}

/* line 280, ../sass/_home.scss */
.nww-home-fifth-wrapper .nww-home-fifth-inner-wrapper .nww-home-fifth-inner-col-row .nww-vid-main-img {
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* line 284, ../sass/_home.scss */
.nww-home-fifth-wrapper .nww-home-fifth-inner-wrapper .nww-home-fifth-inner-col-row .home-fifth-wrapper-vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
    top: 0;
    left: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* line 294, ../sass/_home.scss */
.nww-home-fifth-wrapper .nww-home-fifth-inner-wrapper .nww-home-fifth-inner-col-row .nww-vid-play-btn {
    text-decoration: none;
}

/* line 296, ../sass/_home.scss */
.nww-home-fifth-wrapper .nww-home-fifth-inner-wrapper .nww-home-fifth-inner-col-row .nww-vid-play-btn img {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 200;
}

/* line 308, ../sass/_home.scss */
.nww-home-fifth-wrapper .nww-home-fifth-inner-wrapper h5 {
    margin: 0;
    font: 600 24px "proxima-nova", sans-serif;
    color: #004455;
    text-transform: uppercase;
    padding-top: 35px;
}

/* line 317, ../sass/_home.scss */
.nww-home-sixth-wrapper {
    padding: 90px 0px;
    background-image: url(../images/main-home-6th-wrapper.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}

/* line 323, ../sass/_home.scss */
.nww-home-sixth-wrapper h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 332, ../sass/_home.scss */
.nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col {
    padding: 0px;
    position: relative;
}

/* line 336, ../sass/_home.scss */
.nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-col-content .nww-skill-default-img {
    width: 100%;
    position: relative;
}

/* line 340, ../sass/_home.scss */
.nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-col-content h3 {
    margin: 0;
    font: 600 30px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

/* line 347, ../sass/_home.scss */
.nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-col-content a {
    text-decoration: none !important;
}

/* line 351, ../sass/_home.scss */
.nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-default {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    -webkit-transition-property: all;
    /* Safari */
    transition-property: all;
}

/* line 360, ../sass/_home.scss */
.nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-default .home-sixth-wrapper-inner-default-content {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* line 366, ../sass/_home.scss */
.nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-default .home-sixth-wrapper-inner-default-content .nww-plus-default-img {
    margin: 0 auto;
    margin-top: 35px;
}

/* line 372, ../sass/_home.scss */
.nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover {
    opacity: 0;
    top: 0;
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    -webkit-transition-property: all;
    /* Safari */
    transition-property: all;
    position: absolute;
    top: 0;
    -webkit-box-shadow: #000 0px 0px 15px -2px;
    box-shadow: #000 0px 0px 15px -2px;
    z-index: -1;
}

/* line 387, ../sass/_home.scss */
.nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover .home-sixth-wrapper-inner-hover-content {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 200;
    padding: 0px 80px;
}

/* line 395, ../sass/_home.scss */
.nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover .home-sixth-wrapper-inner-hover-content h3 {
    color: #ffcc00;
    padding-bottom: 15px;
}

/* line 399, ../sass/_home.scss */
.nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover .home-sixth-wrapper-inner-hover-content p {
    margin: 0;
    font: 400 18px "Roboto", sans-serif;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding-bottom: 25px;
}

/* line 407, ../sass/_home.scss */
.nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover .home-sixth-wrapper-inner-hover-content .nww-minus-default-img {
    margin: 0 auto;
}

/* line 411, ../sass/_home.scss */
.nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover .home-sixth-wrapper-inner-hover-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 69, 84, 0.8);
    z-index: 100;
    top: 0;
}

/* line 421, ../sass/_home.scss */
.nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col:hover .home-sixth-wrapper-inner-default {
    opacity: 0;
    z-index: -1;
}

/* line 425, ../sass/_home.scss */
.nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col:hover .home-sixth-wrapper-inner-hover {
    opacity: 1;
    z-index: 99;
}

/* line 433, ../sass/_home.scss */
.nww-home-seventh-wrapper {
    padding: 90px 0px;
    padding-bottom: 150px;
    background-color: #eeeeee;
}

/* line 437, ../sass/_home.scss */
.nww-home-seventh-wrapper h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #943308;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 447, ../sass/_home.scss */
.nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box {
    background-color: #fff;
    padding: 50px 25px;
}

/* line 450, ../sass/_home.scss */
.nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-pic {
    width: 145px;
    height: 145px;
    border: 5px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: #000 0px 0px 12px -3px;
    box-shadow: #000 0px 0px 12px 0;
    margin: 0 auto;
}

/* line 457, ../sass/_home.scss */
.nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-pic img {
    width: 100%;
}

/* line 462, ../sass/_home.scss */
.nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #333333;
    line-height: 22px;
    position: relative;
}

/* line 468, ../sass/_home.scss */
.nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content p:before {
    content: url(../images/quote-left.png);
    position: absolute;
    left: -25px;
    top: 1px;
}

/* line 474, ../sass/_home.scss */
.nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content p:after {
    content: url(../images/quote-right.png);
    margin-left: 5px;
}

/* line 479, ../sass/_home.scss */
.nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content h4 {
    margin: 0;
    font: 500 18px "Roboto", sans-serif;
    color: #0088aa;
    text-transform: capitalize;
    padding-top: 25px;
    padding-bottom: 5px;
}

/* line 487, ../sass/_home.scss */
.nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content h5 {
    margin: 0;
    font: 400 14px "Roboto", sans-serif;
    color: #333333;
    text-transform: uppercase;
}

/* line 496, ../sass/_home.scss */
.nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .bx-pager {
    bottom: -60px;
}

/* line 500, ../sass/_home.scss */
.nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .bx-default-pager a {
    background: #fff;
}

/* line 505, ../sass/_home.scss */
.nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .bx-controls-direction a {
    width: 12px;
    height: 20px;
}

/* line 509, ../sass/_home.scss */
.nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .bx-controls-direction .bx-prev {
    left: 10px;
    background: url(../images/testi-slider-prev.png) no-repeat 0 0;
}

/* line 513, ../sass/_home.scss */
.nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .bx-controls-direction .bx-next {
    right: 10px;
    background: url(../images/testi-slider-next.png) no-repeat 0 0;
}

/* line 520, ../sass/_home.scss */
.nww-home-seventh-wrapper-mobile {
    display: none;
}

/* line 1, ../sass/_contact.scss */
.nww-contact-middle-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* line 4, ../sass/_contact.scss */
.nww-contact-middle-wrapper p {
    margin: 0;
    font: 300 18px "Roboto", sans-serif;
    color: #125f70;
    line-height: 24px;
}

/* line 10, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper {
    padding-top: 45px;
}

/* line 12, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper {
    padding-right: 0px;
}

/* line 14, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper .nww-contact-form-input {
    font: 400 16px "Roboto", sans-serif;
    color: #125f70;
    padding: 13px 15px;
    width: 100%;
    border: 1px solid #90b4bc;
    margin-bottom: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* line 61, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper .nww-contact-form-input:-moz-placeholder {
    color: #125f70;
    text-transform: capitalize;
}

/* line 64, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper .nww-contact-form-input::-moz-placeholder {
    color: #125f70;
    text-transform: capitalize;
}

/* line 67, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper .nww-contact-form-input:-ms-input-placeholder {
    color: #125f70;
    text-transform: capitalize;
}

/* line 56, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper .nww-contact-form-input::-webkit-input-placeholder {
    color: #125f70;
    text-transform: capitalize;
}

/* line 27, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper .nww-contact-form-textarea {
    font: 400 16px "Roboto", sans-serif;
    color: #125f70;
    padding: 13px 15px;
    width: 100%;
    border: 1px solid #90b4bc;
    margin-bottom: 25px;
    min-height: 185px;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* line 61, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper .nww-contact-form-textarea:-moz-placeholder {
    color: #125f70;
    text-transform: capitalize;
}

/* line 64, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper .nww-contact-form-textarea::-moz-placeholder {
    color: #125f70;
    text-transform: capitalize;
}

/* line 67, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper .nww-contact-form-textarea:-ms-input-placeholder {
    color: #125f70;
    text-transform: capitalize;
}

/* line 56, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper .nww-contact-form-textarea::-webkit-input-placeholder {
    color: #125f70;
    text-transform: capitalize;
}

/* line 41, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper h4 {
    margin: 0;
    font: 500 16px "Roboto", sans-serif;
    color: #125f70;
    padding-bottom: 15px;
}

/* line 47, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper .nww-form-captcha {
    margin-bottom: 35px;
}

/* line 50, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper .nww-contact-form-submit-btn {
    width: 195px;
    height: 64px;
    padding: 20px 10px;
    font: 600 20px "proxima-nova", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border: none;
    background-color: #004455;
}

/* line 61, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper .nww-contact-form-submit-btn:hover {
    background-color: #fff;
    color: #004455 !important;
    border: 1px solid #004455;
}

/* line 68, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-extra-wrapper {
    padding: 0;
}

/* line 71, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper {
    padding-left: 0px;
}

/* line 73, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper h3 {
    margin: 0;
    font: 500 18px "Roboto", sans-serif;
    color: #333333;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.nww-contact-bottom-right-wrapper p {
    color: #333333;
    margin-bottom: 40px;
}

/* line 80, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-map {
    height: 295px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 45px;
}

/* line 87, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-left h6 {
    margin: 0;
    font: 300 18px "Roboto", sans-serif;
    color: #333333;
    line-height: 24px;
}

/* line 93, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-left a {
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    font: 500 18px "Roboto", sans-serif;
    color: #125f70;
    text-transform: capitalize;
}

/* line 102, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-right {
    padding-left: 0;
}

/* line 104, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-right h5 {
    margin: 0;
    font: 500 18px "Roboto", sans-serif;
    color: #125f70;
    line-height: 24px;
}

/* line 109, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-right h5 dfn {
    font-style: normal;
    font: 300 18px "Roboto", sans-serif;
    color: #333333;
}

/* line 114, ../sass/_contact.scss */
.nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-right h5 a {
    text-decoration: none;
    display: inline-block;
    font: 500 18px "Roboto", sans-serif;
    color: #125f70;
    text-transform: none;
}

/* line 1, ../sass/_about.scss */
.nww-about-top-wrapper {
    padding: 80px 0px;
    padding-top: 45px;
    background-color: #fff;
}

/* line 5, ../sass/_about.scss */
.nww-about-top-wrapper .nww-about-top-container-wrapper {
    float: none !important;
    margin: 0 auto;
    padding: 0;
}

/* line 9, ../sass/_about.scss */
.nww-about-top-wrapper .nww-about-top-container-wrapper h3 {
    margin: 0;
    font: 600 30px "proxima-nova", sans-serif;
    color: #943308;
    text-align: center;
    padding: 25px 0px;
    clear: both;
}

/* line 16, ../sass/_about.scss */
.nww-about-top-wrapper .nww-about-top-container-wrapper p {
    margin: 0;
    font: 400 15.5px "Roboto", sans-serif;
    color: #666666;
    text-align: center;
    padding-bottom: 15px;
    line-height: 23px;
    clear: both;
}

.nww-about-top-wrapper .nww-about-top-container-wrapper div img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

.nww-about-top-wrapper .nww-about-top-container-wrapper div img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

.nww-about-top-wrapper .nww-about-top-container-wrapper div img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* line 24, ../sass/_about.scss */
.nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download {
    padding-top: 20px;
    width: 49%;
    margin: 0 auto;
    display: block;
}

/* line 29, ../sass/_about.scss */
.nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font: 500 16px "Roboto", sans-serif;
    color: #666666;
    margin-right: 60px;
}

/* line 36, ../sass/_about.scss */
.nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download a img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

/* line 41, ../sass/_about.scss */
.nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download a:last-child {
    margin-right: 0px;
}

/* line 44, ../sass/_about.scss */
.nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download a:hover {
    color: #ffcc00;
}

/* line 51, ../sass/_about.scss */
.nww-about-team-wrapper {
    padding: 90px 0px;
    padding-bottom: 40px;
    background-color: #eeeeee;
}

/* line 55, ../sass/_about.scss */
.nww-about-team-wrapper h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #125f70;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
}

/* line 65, ../sass/_about.scss */
.nww-about-team-wrapper .nww-about-team-inner-wrapper .nww-about-team-inner-row .nww-about-team-box {
    padding-top: 20px;
    padding-bottom: 40px;
}

/* line 68, ../sass/_about.scss */
.nww-about-team-wrapper .nww-about-team-inner-wrapper .nww-about-team-inner-row .nww-about-team-box .nww-about-team-pic {
    position: relative;
    width: 151px;
    height: 151px;
    border: 10px solid #943308;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: #000 0px 0px 12px -3px;
    box-shadow: #000 0px 0px 12px -3px;
    margin: 0 auto;
}

/* line 76, ../sass/_about.scss */
.nww-about-team-wrapper .nww-about-team-inner-wrapper .nww-about-team-inner-row .nww-about-team-box .nww-about-team-pic .nww-team-pic {
    width: 100%;
}

/* line 79, ../sass/_about.scss */
.nww-about-team-wrapper .nww-about-team-inner-wrapper .nww-about-team-inner-row .nww-about-team-box .nww-about-team-pic .nww-team-linkedin-pro {
    text-decoration: none;
}

/* line 81, ../sass/_about.scss */
.nww-about-team-wrapper .nww-about-team-inner-wrapper .nww-about-team-inner-row .nww-about-team-box .nww-about-team-pic .nww-team-linkedin-pro img {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* line 90, ../sass/_about.scss */
.nww-about-team-wrapper .nww-about-team-inner-wrapper .nww-about-team-inner-row .nww-about-team-box h3 {
    margin: 0;
    font: 700 18px "Roboto", sans-serif;
    color: #125f70;
    text-align: center;
    text-transform: capitalize;
    padding-top: 30px;
    padding-bottom: 5px;
}

/* line 99, ../sass/_about.scss */
.nww-about-team-wrapper .nww-about-team-inner-wrapper .nww-about-team-inner-row .nww-about-team-box h4 {
    margin: 0;
    font: 300 14px "Roboto", sans-serif;
    color: #30a8c3;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
    padding-bottom: 10px;
    min-height: 64px;
}

/* line 108, ../sass/_about.scss */
.nww-about-team-wrapper .nww-about-team-inner-wrapper .nww-about-team-inner-row .nww-about-team-box h4 p {
    color: #30a8c3;
    min-height: 64px;
}

/* line 113, ../sass/_about.scss */
.nww-about-team-wrapper .nww-about-team-inner-wrapper .nww-about-team-inner-row .nww-about-team-box p {
    margin: 0;
    font: 300 14px "Roboto", sans-serif;
    color: #125f70;
    text-align: center;
    line-height: 18px;
    padding: 0 7px;
    min-height: 185px;
}

/* line 122, ../sass/_about.scss */
.nww-about-team-wrapper .nww-about-team-inner-wrapper .nww-about-team-inner-row .nww-about-team-box .nww-team-detail-btn {
    text-decoration: none;
    width: 180px;
    display: block;
    margin: 0 auto;
    font: 600 16px "proxima-nova", sans-serif;
    color: #005368;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 10px;
    border: 2px solid #ffcc00;
    margin-top: 35px;
}

/* line 134, ../sass/_about.scss */
.nww-about-team-wrapper .nww-about-team-inner-wrapper .nww-about-team-inner-row .nww-about-team-box .nww-team-detail-btn:hover {
    background-color: #ffcc00;
    color: #fff !important;
}

/* line 140, ../sass/_about.scss */
.nww-about-team-wrapper .nww-about-team-inner-wrapper .nww-about-team-inner-row:after {
    content: "";
    display: block;
    width: 83.33333333%;
    margin: 0 auto;
    background: #cdd9db;
    height: 1px;
    margin-bottom: 10px;
}

/* line 150, ../sass/_about.scss */
.nww-about-team-wrapper .nww-about-team-inner-wrapper .nww-about-team-inner-row:last-child:after {
    background: transparent;
}

/*about team popup*/
/* line 159, ../sass/_about.scss */
.nww-about-team-pop-box {
    padding: 20px 40px;
}

/* line 161, ../sass/_about.scss */
.nww-about-team-pop-box .nww-about-team-pic {
    position: relative;
    width: 151px;
    height: 151px;
    border: 10px solid #943308;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: #000 0px 0px 12px -3px;
    box-shadow: #000 0px 0px 12px -3px;
    margin: 0 auto;
}

/* line 169, ../sass/_about.scss */
.nww-about-team-pop-box .nww-about-team-pic .nww-team-pic {
    width: 100%;
}

/* line 172, ../sass/_about.scss */
.nww-about-team-pop-box .nww-about-team-pic .nww-team-linkedin-pro {
    text-decoration: none;
}

/* line 174, ../sass/_about.scss */
.nww-about-team-pop-box .nww-about-team-pic .nww-team-linkedin-pro img {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* line 183, ../sass/_about.scss */
.nww-about-team-pop-box h3 {
    margin: 0;
    font: 700 18px "Roboto", sans-serif;
    color: #125f70;
    text-align: center;
    text-transform: capitalize;
    padding-top: 30px;
    padding-bottom: 5px;
}

/* line 192, ../sass/_about.scss */
.nww-about-team-pop-box h4 {
    margin: 0;
    font: 300 14px "Roboto", sans-serif;
    color: #30a8c3;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
    padding-bottom: 10px;
}

/* line 201, ../sass/_about.scss */
.nww-about-team-pop-box p {
    margin: 0;
    font: 300 14px "Roboto", sans-serif;
    color: #125f70;
    text-align: center;
    line-height: 18px;
    padding: 0 15px;
}

/* line 212, ../sass/_about.scss */
.nww-partner-wrapper .nww-video-partner-inner-logo-wrapper h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #125f70;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
    padding-top: 70px;
}

/* line 221, ../sass/_about.scss */
.nww-partner-wrapper .nww-video-partner-inner-logo-wrapper .nww-video-partner-inner-logo-container {
    float: none !important;
    margin: 0 auto !important;
    padding: 0;
    border-bottom: 1px solid #dce7ea;
    padding-bottom: 50px;
}

/* line 227, ../sass/_about.scss */
.nww-partner-wrapper .nww-video-partner-inner-logo-wrapper .nww-video-partner-inner-logo-container .nww-vidoe-partner-logo-box {
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
}

/* line 232, ../sass/_about.scss */
.nww-partner-wrapper .nww-video-partner-inner-logo-wrapper .nww-video-partner-inner-logo-container .nww-vidoe-partner-logo-box .nww-vidoe-partner-logo {
    margin: 0 auto;
}

/* line 240, ../sass/_about.scss */
.nww-partner-wrapper .nww-digital-partner-inner-logo-wrapper h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #125f70;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 40px;
    padding-top: 70px;
}

/* line 250, ../sass/_about.scss */
.nww-partner-wrapper .nww-digital-partner-inner-logo-wrapper .nww-digital-partner-inner-logo-row .nww-digital-partner-logo {
    margin: 0 auto;
    margin-bottom: 30px;
}

/* line 1, ../sass/_news.scss */
.nww-news-top-wrapper {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 200px 0px;
}

/* line 7, ../sass/_news.scss */
.nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container {
    float: none !important;
    margin: 0 auto !important;
}

/* line 10, ../sass/_news.scss */
.nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h2 {
    margin: 0;
    font: 600 30px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
}

/* line 18, ../sass/_news.scss */
.nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container p {
    margin: 0;
    font: 300 15.5px "Roboto", sans-serif;
    color: #fff;
    text-align: center;
    line-height: 23px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

/* line 28, ../sass/_news.scss */
.nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 {
    text-align: center;
}

/* line 30, ../sass/_news.scss */
.nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

/* line 35, ../sass/_news.scss */
.nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 a img {
    display: inline-block;
    vertical-align: top;
}

/* line 39, ../sass/_news.scss */
.nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 a .nww-news-social-btn-hover {
    display: none;
}

/* line 43, ../sass/_news.scss */
.nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 a:hover .nww-news-social-btn-normal {
    display: none;
}

/* line 46, ../sass/_news.scss */
.nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 a:hover .nww-news-social-btn-hover {
    display: inline-block;
}

/* line 50, ../sass/_news.scss */
.nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 a:last-child {
    margin-right: 0px;
}

/* line 58, ../sass/_news.scss */
.nww-news-bottom-wrapper {
    padding-top: 80px;
    padding-bottom: 20px;
}

/* line 63, ../sass/_news.scss */
.nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box {
    position: relative;
    padding: 30px 0px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}

/* line 69, ../sass/_news.scss */
.nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box .nww-news-logo img {
    margin: 0 auto;
}

/* line 73, ../sass/_news.scss */
.nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box .nww-news-box-title {
    margin-bottom: 40px;
    padding: 0px 34px;
}

/* line 76, ../sass/_news.scss */
.nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box .nww-news-box-title h3 {
    margin: 0;
    font: 700 18px "Roboto", sans-serif;
    color: #125f70;
    text-align: center;
    line-height: 24px;
}

/* line 85, ../sass/_news.scss */
.nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box .nww-news-box-content h5 {
    margin: 0;
    font: 300 14px "Roboto", sans-serif;
    color: #30a8c3;
    text-align: center;
    line-height: 18px;
}

/* line 92, ../sass/_news.scss */
.nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box .nww-news-box-content p {
    margin: 0;
    font: 300 14px "Roboto", sans-serif;
    color: #125f70;
    text-align: center;
    line-height: 18px;
    padding: 0 75px;
    padding-top: 15px;
}

/* line 102, ../sass/_news.scss */
.nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box .nww-news-box-view-btn {
    width: 210px;
    display: block;
    margin: 0 auto;
    padding: 10px 0px;
    font: 700 16px "Roboto", sans-serif;
    color: #125f70;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    border: 1px solid #125f70;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 20px;
}

/* line 115, ../sass/_news.scss */
.nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box .nww-news-box-view-btn:hover {
    background-color: #125f70;
    color: #fff !important;
}

/* line 120, ../sass/_news.scss */
.nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box:last-child {
    border-right: none;
}

/* line 125, ../sass/_news.scss */
.nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row:last-child .nww-news-box {
    border-bottom: none;
}

/* line 1, ../sass/_col-res.scss */
.nww-col-res-wrapper-one {
    background-image: url(../images/c-res-wrapper-1-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 90px 0px;
}

/* line 7, ../sass/_col-res.scss */
.nww-col-res-wrapper-one h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 16, ../sass/_col-res.scss */
.nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-left-row {
    padding-top: 40px;
}

/* line 18, ../sass/_col-res.scss */
.nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-left-row h3 {
    margin: 0;
    font: 400 26px "proxima-nova", sans-serif;
    color: #ffcc00;
    padding-bottom: 15px;
}

/* line 24, ../sass/_col-res.scss */
.nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-left-row p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    padding-bottom: 35px;
}

/* line 31, ../sass/_col-res.scss */
.nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner h4 {
    margin: 0;
    font: 600 26px "proxima-nova", sans-serif;
    color: #ffcc00;
    padding-bottom: 15px;
}

/* line 37, ../sass/_col-res.scss */
.nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-row {
    position: relative;
    margin-bottom: 25px;
}

/* line 40, ../sass/_col-res.scss */
.nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-row .nww-vid-main-img {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 44, ../sass/_col-res.scss */
.nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-row .wrapper-vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
    top: 0;
    left: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 54, ../sass/_col-res.scss */
.nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-row .nww-vid-play-btn {
    text-decoration: none;
}

/* line 56, ../sass/_col-res.scss */
.nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-row .nww-vid-play-btn img {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 200;
}

/* line 68, ../sass/_col-res.scss */
.nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner dfn {
    font: 400 13px "Roboto", sans-serif;
    color: #fff;
    font-style: italic;
}

/* line 77, ../sass/_col-res.scss */
.nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row {
    position: relative;
    padding: 0;
}

/* line 80, ../sass/_col-res.scss */
.nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col {
    /* background-repeat: no-repeat; */
    background-size: 100% 100%;
    background-position: top center;
    min-height: 368px;
}

/* line 85, ../sass/_col-res.scss */
.nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption {
    position: absolute;
    width: 60%;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 300;
}

/* line 93, ../sass/_col-res.scss */
.nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption h3 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #ffcc00;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
}

/* line 101, ../sass/_col-res.scss */
.nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption .nww-col-res-wrapper-two-inner-row-col-btn {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    font: 600 20px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 25px;
    border: 2px solid #ffcc00;
}

/* line 111, ../sass/_col-res.scss */
.nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption .nww-col-res-wrapper-two-inner-row-col-btn:hover {
    background-color: #ffcc00;
    color: #fff !important;
}

/* line 118, ../sass/_col-res.scss */
.nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption-left .nww-col-res-wrapper-two-inner-row-col-btn {
    width: 183px;
}

/* line 123, ../sass/_col-res.scss */
.nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption-right .nww-col-res-wrapper-two-inner-row-col-btn {
    width: 253px;
}

/* line 127, ../sass/_col-res.scss */
.nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-overlay {
    opacity: 0;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    -webkit-transition-property: all;
    /* Safari */
    transition-property: all;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(4, 41, 49, 0.4);
    z-index: 100;
    top: 0;
    left: 0;
}

/* line 144, ../sass/_col-res.scss */
.nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col:hover .nww-col-res-wrapper-two-inner-overlay {
    opacity: 1;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    -webkit-transition-property: all;
    /* Safari */
    transition-property: all;
}

/* line 158, ../sass/_col-res.scss */
.nww-col-res-wrapper-three {
    background-image: url(../images/c-res-wrapper-3-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 90px 0px;
    padding-bottom: 50px;
}

/* line 165, ../sass/_col-res.scss */
.nww-col-res-wrapper-three h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 174, ../sass/_col-res.scss */
.nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner h3 {
    margin: 0;
    font: 600 31px "proxima-nova", sans-serif;
    color: #ffcc00;
    padding-bottom: 35px;
}

/* line 180, ../sass/_col-res.scss */
.nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner p {
    margin: 0;
    font: 400 15px "Roboto", sans-serif;
    color: #fff;
    line-height: 23px;
    padding-bottom: 25px;
    padding-right: 40px;
}

/* line 188, ../sass/_col-res.scss */
.nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner p a {
    color: #ffcc00;
}

/* line 191, ../sass/_col-res.scss */
.nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner p a:hover {
    color: #fff;
}

/* line 196, ../sass/_col-res.scss */
.nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section {
    padding-bottom: 30px;
}

/* line 198, ../sass/_col-res.scss */
.nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a {
    text-decoration: none !important;
}

/* line 200, ../sass/_col-res.scss */
.nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-img {
    display: inline-block;
    vertical-align: top;
}

/* line 203, ../sass/_col-res.scss */
.nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-img img {
    margin-right: 8px;
}

/* line 207, ../sass/_col-res.scss */
.nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-content {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

/* line 211, ../sass/_col-res.scss */
.nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-content p {
    padding-right: 0;
}

/* line 214, ../sass/_col-res.scss */
.nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-content h5 {
    margin: 0;
    font: 500 15px "Roboto", sans-serif;
    color: #fff;
    line-height: 21px;
    padding-bottom: 8px;
}

/* line 221, ../sass/_col-res.scss */
.nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-content dfn {
    font: 400 13px "Roboto", sans-serif;
    color: #fff;
    line-height: 17px;
    font-style: italic;
}

/* line 228, ../sass/_col-res.scss */
.nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-content:hover p, .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-content:hover h5, .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-content:hover dfn {
    color: #ffcc00 !important;
}

/* line 238, ../sass/_col-res.scss */
.nww-col-res-wrapper-four {
    background-color: #262626;
    padding: 90px 0px;
}

/* line 241, ../sass/_col-res.scss */
.nww-col-res-wrapper-four h3 {
    margin: 0;
    font: 600 31px "proxima-nova", sans-serif;
    color: #ffcc00;
    padding-bottom: 30px;
}

/* line 248, ../sass/_col-res.scss */
.nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-logos {
    padding-bottom: 7px;
}

/* line 250, ../sass/_col-res.scss */
.nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-logos img {
    display: inline-block;
    vertical-align: top;
}

/* line 255, ../sass/_col-res.scss */
.nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner p {
    font: 400 15px "Roboto", sans-serif;
    color: #fff;
    line-height: 23px;
    padding-bottom: 25px;
}

/* line 261, ../sass/_col-res.scss */
.nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-btn-section {
    padding-top: 80px;
}

/* line 263, ../sass/_col-res.scss */
.nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-btn-section a {
    width: 180px;
    text-decoration: none;
    display: block;
    font: 600 20px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 10px;
    border: 2px solid #ffcc00;
}

/* line 273, ../sass/_col-res.scss */
.nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-btn-section a:hover {
    background-color: #ffcc00;
    color: #fff !important;
}

/* line 285, ../sass/_col-res.scss */
.nww-col-res-wrapper-five .nww-col-res-wrapper-five-container {
    float: none !important;
    margin: 0 auto !important;
    padding: 90px 0px;
}

/* line 289, ../sass/_col-res.scss */
.nww-col-res-wrapper-five .nww-col-res-wrapper-five-container h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #943308;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 297, ../sass/_col-res.scss */
.nww-col-res-wrapper-five .nww-col-res-wrapper-five-container .nww-col-res-wrapper-five-col-row {
    position: relative;
    margin-bottom: 30px;
}

/* line 300, ../sass/_col-res.scss */
.nww-col-res-wrapper-five .nww-col-res-wrapper-five-container .nww-col-res-wrapper-five-col-row .nww-vid-main-img {
    width: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* line 304, ../sass/_col-res.scss */
.nww-col-res-wrapper-five .nww-col-res-wrapper-five-container .nww-col-res-wrapper-five-col-row .wrapper-vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    top: 0;
    left: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* line 314, ../sass/_col-res.scss */
.nww-col-res-wrapper-five .nww-col-res-wrapper-five-container .nww-col-res-wrapper-five-col-row .nww-vid-play-btn {
    text-decoration: none;
}

/* line 316, ../sass/_col-res.scss */
.nww-col-res-wrapper-five .nww-col-res-wrapper-five-container .nww-col-res-wrapper-five-col-row .nww-vid-play-btn img {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 200;
}

/* line 328, ../sass/_col-res.scss */
.nww-col-res-wrapper-five .nww-col-res-wrapper-five-container p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #666666;
    text-align: center;
    line-height: 24px;
}

/* line 337, ../sass/_col-res.scss */
.nww-col-res-wrapper-six {
    background-image: url(../images/c-res-wrapper-6-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 90px 0px;
    padding-bottom: 50px;
}

/* line 344, ../sass/_col-res.scss */
.nww-col-res-wrapper-six h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 352, ../sass/_col-res.scss */
.nww-col-res-wrapper-six .nww-col-res-wrapper-six-inner-col {
    padding-left: 0px;
}

/* line 354, ../sass/_col-res.scss */
.nww-col-res-wrapper-six .nww-col-res-wrapper-six-inner-col h3 {
    margin: 0;
    font: 600 31px "proxima-nova", sans-serif;
    color: #ffcc00;
    padding-bottom: 30px;
    text-transform: capitalize;
}

/* line 361, ../sass/_col-res.scss */
.nww-col-res-wrapper-six .nww-col-res-wrapper-six-inner-col p {
    margin: 0;
    font: 400 15px "Roboto", sans-serif;
    color: #fff;
    padding-bottom: 20px;
}

/* line 367, ../sass/_col-res.scss */
.nww-col-res-wrapper-six .nww-col-res-wrapper-six-inner-col h5 {
    margin: 0;
    background-image: url(../images/tik-img.png);
    background-position: left top;
    background-repeat: no-repeat;
    font: 400 15px "Roboto", sans-serif;
    color: #fff;
    line-height: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
}

/* line 380, ../sass/_col-res.scss */
.nww-col-res-wrapper-seven {
    background-color: #005e75;
    padding: 70px 0px;
}

/* line 383, ../sass/_col-res.scss */
.nww-col-res-wrapper-seven h3 {
    margin: 0;
    font: 600 31px "proxima-nova", sans-serif;
    color: #ffcc00;
    padding-bottom: 30px;
    text-transform: capitalize;
}

/* line 391, ../sass/_col-res.scss */
.nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner h4 {
    margin: 0;
    font: 600 26px "proxima-nova", sans-serif;
    color: #fff;
    padding-bottom: 20px;
}

/* line 397, ../sass/_col-res.scss */
.nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner .nww-col-res-wrapper-seven-col-row {
    position: relative;
    margin-bottom: 25px;
}

/* line 400, ../sass/_col-res.scss */
.nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner .nww-col-res-wrapper-seven-col-row .nww-vid-main-img {
    width: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* line 404, ../sass/_col-res.scss */
.nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner .nww-col-res-wrapper-seven-col-row .wrapper-vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 100;
    top: 0;
    left: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* line 414, ../sass/_col-res.scss */
.nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner .nww-col-res-wrapper-seven-col-row .nww-vid-play-btn {
    text-decoration: none;
}

/* line 416, ../sass/_col-res.scss */
.nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner .nww-col-res-wrapper-seven-col-row .nww-vid-play-btn img {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 200;
}

/* line 428, ../sass/_col-res.scss */
.nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner dfn {
    margin: 0;
    font: 400 14px "Roboto", sans-serif;
    color: #fff;
    line-height: 24px;
    font-style: italic;
}

/* line 436, ../sass/_col-res.scss */
.nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner .nww-col-res-wrapper-seven-col-row p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    line-height: 24px;
    padding-bottom: 20px;
}

/* line 443, ../sass/_col-res.scss */
.nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner .nww-col-res-wrapper-seven-col-row .nww-col-res-wrapper-seven-col-row-bottom {
    padding-top: 10px;
}

/* line 445, ../sass/_col-res.scss */
.nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner .nww-col-res-wrapper-seven-col-row .nww-col-res-wrapper-seven-col-row-bottom a {
    text-decoration: none;
    font: 500 16px "Roboto", sans-serif;
    color: #ffcc00;
    line-height: 24px;
    display: inline-block;
    padding-top: 10px;
}

/* line 452, ../sass/_col-res.scss */
.nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner .nww-col-res-wrapper-seven-col-row .nww-col-res-wrapper-seven-col-row-bottom a:hover {
    color: #fff !important;
}

/* line 460, ../sass/_col-res.scss */
.nww-col-res-wrapper-eight {
    background-color: #eeeeee;
    padding: 90px 0px;
}

/* line 463, ../sass/_col-res.scss */
.nww-col-res-wrapper-eight h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #943308;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 471, ../sass/_col-res.scss */
.nww-col-res-wrapper-eight .nww-col-res-wrapper-eight-inner-container {
    float: none !important;
    margin: 0 auto !important;
}

/* line 474, ../sass/_col-res.scss */
.nww-col-res-wrapper-eight .nww-col-res-wrapper-eight-inner-container .nww-contact-res-input {
    font: 400 16px "Roboto", sans-serif;
    color: #333333;
    padding: 20px 20px;
    width: 100%;
    border: none;
    margin-bottom: 30px;
}

/* line 61, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-col-res-wrapper-eight .nww-col-res-wrapper-eight-inner-container .nww-contact-res-input:-moz-placeholder {
    color: #333333;
}

/* line 64, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-col-res-wrapper-eight .nww-col-res-wrapper-eight-inner-container .nww-contact-res-input::-moz-placeholder {
    color: #333333;
}

/* line 67, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-col-res-wrapper-eight .nww-col-res-wrapper-eight-inner-container .nww-contact-res-input:-ms-input-placeholder {
    color: #333333;
}

/* line 56, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-col-res-wrapper-eight .nww-col-res-wrapper-eight-inner-container .nww-contact-res-input::-webkit-input-placeholder {
    color: #333333;
}

/* line 485, ../sass/_col-res.scss */
.nww-col-res-wrapper-eight .nww-col-res-wrapper-eight-inner-container .nww-contact-res-textarea {
    font: 400 16px "Roboto", sans-serif;
    color: #333333;
    padding: 20px 20px;
    width: 100%;
    border: none;
    margin-bottom: 10px;
    height: 148px;
    resize: none;
    display: block;
}

/* line 61, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-col-res-wrapper-eight .nww-col-res-wrapper-eight-inner-container .nww-contact-res-textarea:-moz-placeholder {
    color: #333333;
}

/* line 64, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-col-res-wrapper-eight .nww-col-res-wrapper-eight-inner-container .nww-contact-res-textarea::-moz-placeholder {
    color: #333333;
}

/* line 67, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-col-res-wrapper-eight .nww-col-res-wrapper-eight-inner-container .nww-contact-res-textarea:-ms-input-placeholder {
    color: #333333;
}

/* line 56, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-col-res-wrapper-eight .nww-col-res-wrapper-eight-inner-container .nww-contact-res-textarea::-webkit-input-placeholder {
    color: #333333;
}

/* line 499, ../sass/_col-res.scss */
.nww-col-res-wrapper-eight .nww-col-res-wrapper-eight-inner-container .nww-contact-res-submit-btn {
    width: 100%;
    padding: 17px 10px;
    font: 600 20px "proxima-nova", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border: none;
    background-color: #004455;
}

/* line 509, ../sass/_col-res.scss */
.nww-col-res-wrapper-eight .nww-col-res-wrapper-eight-inner-container .nww-contact-res-submit-btn:hover {
    background-color: #fff;
    color: #004455 !important;
    border: 1px solid #004455;
}

/* line 1, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-one {
    background-color: #fff;
    padding: 90px 0px;
}

/* line 4, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-one h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #943308;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 13, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #666666;
    line-height: 24px;
    padding-right: 50px;
}

/* line 19, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner p dfn {
    font-style: normal;
    font: 500 16px "Roboto", sans-serif;
    color: #125f70;
}

/* line 25, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner h4 {
    margin: 0;
    font: 600 25px "proxima-nova", sans-serif;
    color: #125f70;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
}

/* line 33, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner .nww-col-21-cen-res-wrapper-one-col-row {
    position: relative;
    margin-bottom: 25px;
}

/* line 36, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner .nww-col-21-cen-res-wrapper-one-col-row .nww-vid-main-img {
    width: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* line 40, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner .nww-col-21-cen-res-wrapper-one-col-row .wrapper-vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    top: 0;
    left: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* line 50, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner .nww-col-21-cen-res-wrapper-one-col-row .nww-vid-play-btn {
    text-decoration: none;
}

/* line 52, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner .nww-col-21-cen-res-wrapper-one-col-row .nww-vid-play-btn img {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 200;
}

/* line 64, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner h5 {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #666666;
    text-align: center;
}

/* line 72, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-two {
    background-image: url(../images/res2-wrapper-2-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 80px 0px;
}

/* line 78, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-two h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 87, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    line-height: 24px;
    padding-bottom: 25px;
    padding-right: 50px;
}

/* line 94, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner p a {
    font: 400 16px "Roboto", sans-serif;
    color: #ffcc00;
}

/* line 98, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner p a:hover {
    color: #fff;
}

/* line 103, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-two-inner-logo-wrapper {
    padding: 0 0 30px;
}

/* line 105, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-two-inner-logo-wrapper .nww-col-21-cen-res-logo-img {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: 20px;
}

/* line 114, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-two-inner-logo-wrapper .nww-col-21-cen-res-logo-img-content {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    padding-top: 38px;
}

/* line 119, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-two-inner-logo-wrapper .nww-col-21-cen-res-logo-img-content a {
    text-decoration: none;
    font: 500 16px "Roboto", sans-serif;
    color: #ffcc00;
    line-height: 24px;
}

/* line 124, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-two-inner-logo-wrapper .nww-col-21-cen-res-logo-img-content a:hover {
    color: #fff !important;
}

/* line 135, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-three {
    background-image: url(../images/res2-wrapper-3-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 90px 0px;
}

/* line 141, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-three h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 150, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-three .nww-col-21-cen-res-wrapper-three-inner p {
    margin: 0;
    font: 400 15px "Roboto", sans-serif;
    color: #fff;
    line-height: 23px;
    padding-bottom: 30px;
}

/* line 157, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-three .nww-col-21-cen-res-wrapper-three-inner .nww-youtube-player-img {
    width: 100%;
}

/* line 162, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-four {
    background-image: url(../images/res2-wrapper-4-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 90px 0px;
}

/* line 168, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-four h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 177, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-four .nww-col-21-cen-res-wrapper-four-inner p {
    margin: 0;
    font: 400 15px "Roboto", sans-serif;
    color: #fff;
    line-height: 23px;
    padding-bottom: 30px;
}

/* line 184, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-four .nww-col-21-cen-res-wrapper-four-inner .nww-youtube-player-img {
    width: 100%;
}

/* line 189, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-five {
    background-color: #eeeeee;
    padding: 90px 0px;
}

/* line 192, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-five h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #943308;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 201, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-five .nww-col-21-cen-res-wrapper-five-inner .nww-col-21-cen-res-wrapper-five-inner-container {
    float: none !important;
    margin: 0 auto !important;
}

/* line 204, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-five .nww-col-21-cen-res-wrapper-five-inner .nww-col-21-cen-res-wrapper-five-inner-container p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #666666;
    text-align: center;
    line-height: 24px;
    padding-bottom: 30px;
}

/* line 212, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-five .nww-col-21-cen-res-wrapper-five-inner .nww-col-21-cen-res-wrapper-five-inner-container .nww-contact-res-input {
    font: 400 16px "Roboto", sans-serif;
    color: #333333;
    padding: 20px 20px;
    width: 100%;
    border: none;
    margin-bottom: 30px;
}

/* line 61, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-col-21-cen-res-wrapper-five .nww-col-21-cen-res-wrapper-five-inner .nww-col-21-cen-res-wrapper-five-inner-container .nww-contact-res-input:-moz-placeholder {
    color: #333333;
}

/* line 64, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-col-21-cen-res-wrapper-five .nww-col-21-cen-res-wrapper-five-inner .nww-col-21-cen-res-wrapper-five-inner-container .nww-contact-res-input::-moz-placeholder {
    color: #333333;
}

/* line 67, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-col-21-cen-res-wrapper-five .nww-col-21-cen-res-wrapper-five-inner .nww-col-21-cen-res-wrapper-five-inner-container .nww-contact-res-input:-ms-input-placeholder {
    color: #333333;
}

/* line 56, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-col-21-cen-res-wrapper-five .nww-col-21-cen-res-wrapper-five-inner .nww-col-21-cen-res-wrapper-five-inner-container .nww-contact-res-input::-webkit-input-placeholder {
    color: #333333;
}

/* line 223, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-five .nww-col-21-cen-res-wrapper-five-inner .nww-col-21-cen-res-wrapper-five-inner-container .nww-contact-res-textarea {
    font: 400 16px "Roboto", sans-serif;
    color: #333333;
    padding: 20px 20px;
    width: 100%;
    border: none;
    margin-bottom: 30px;
    min-height: 148px;
    resize: none;
    display: block;
}

/* line 61, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-col-21-cen-res-wrapper-five .nww-col-21-cen-res-wrapper-five-inner .nww-col-21-cen-res-wrapper-five-inner-container .nww-contact-res-textarea:-moz-placeholder {
    color: #333333;
}

/* line 64, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-col-21-cen-res-wrapper-five .nww-col-21-cen-res-wrapper-five-inner .nww-col-21-cen-res-wrapper-five-inner-container .nww-contact-res-textarea::-moz-placeholder {
    color: #333333;
}

/* line 67, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-col-21-cen-res-wrapper-five .nww-col-21-cen-res-wrapper-five-inner .nww-col-21-cen-res-wrapper-five-inner-container .nww-contact-res-textarea:-ms-input-placeholder {
    color: #333333;
}

/* line 56, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.nww-col-21-cen-res-wrapper-five .nww-col-21-cen-res-wrapper-five-inner .nww-col-21-cen-res-wrapper-five-inner-container .nww-contact-res-textarea::-webkit-input-placeholder {
    color: #333333;
}

/* line 237, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-five .nww-col-21-cen-res-wrapper-five-inner .nww-col-21-cen-res-wrapper-five-inner-container .nww-contact-res-submit-btn {
    width: 195px;
    height: 59px;
    padding: 17px 10px;
    font: 600 20px "proxima-nova", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: none;
    background-color: #004455;
}

/* line 249, ../sass/_21-cen-skill-res.scss */
.nww-col-21-cen-res-wrapper-five .nww-col-21-cen-res-wrapper-five-inner .nww-col-21-cen-res-wrapper-five-inner-container .nww-contact-res-submit-btn:hover {
    background-color: #fff;
    color: #004455 !important;
    border: 1px solid #004455;
}

/* line 1, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-one {
    background-image: url(../images/high-sch-wrap-1-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 90px 0px;
}

/* line 7, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-one h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 16, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-right-row {
    padding-top: 40px;
}

/* line 18, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-right-row h3 {
    margin: 0;
    font: 400 26px "proxima-nova", sans-serif;
    color: #ffcc00;
    padding-bottom: 15px;
}

/* line 24, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-right-row p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    padding-bottom: 35px;
}

/* line 31, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner h4 {
    margin: 0;
    font: 600 26px "proxima-nova", sans-serif;
    color: #ffcc00;
    padding-bottom: 15px;
}

/* line 37, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-row {
    position: relative;
    margin-bottom: 25px;
}

/* line 40, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-row .nww-vid-main-img {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 44, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-row .wrapper-vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
    top: 0;
    left: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 54, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-row .nww-vid-play-btn {
    text-decoration: none;
}

/* line 56, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-row .nww-vid-play-btn img {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 200;
}

/* line 68, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner dfn {
    font: 400 13px "Roboto", sans-serif;
    color: #fff;
    font-style: italic;
}

/* line 75, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-two {
    background-image: url(../images/high-sch-wrap-2-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 90px 0px;
}

/* line 81, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-two h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #ffcc00;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 45px;
}

/* line 90, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-two .nww-col-h-sch-res-wrapper-two-inner p {
    margin: 0;
    font: 400 22px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding-bottom: 45px;
}

/* line 98, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-two .nww-col-h-sch-res-wrapper-two-inner a {
    text-decoration: none;
    width: 270px;
    display: block;
    margin: 0 auto;
    font: 600 20px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 25px;
    border: 2px solid #ffcc00;
}

/* line 109, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-two .nww-col-h-sch-res-wrapper-two-inner a:hover {
    background-color: #ffcc00;
    color: #fff !important;
}

/* line 116, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-three {
    background-image: url(../images/high-sch-wrap-3-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 90px 0px;
    padding-bottom: 50px;
}

/* line 123, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-three h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 132, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner h6 {
    margin: 0;
    font: 400 22px "proxima-nova", sans-serif;
    color: #ffcc00;
    line-height: 30px;
    padding-right: 40px;
    padding-bottom: 25px;
}

/* line 140, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner p {
    margin: 0;
    font: 400 15px "Roboto", sans-serif;
    color: #fff;
    line-height: 23px;
    padding-bottom: 25px;
    padding-right: 40px;
}

/* line 148, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner p a {
    color: #ffcc00;
}

/* line 151, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner p a:hover {
    color: #fff;
}

/* line 156, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner h3 {
    margin: 0;
    font: 600 26px "proxima-nova", sans-serif;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 40px;
    margin-bottom: 35px;
    border-bottom: 1px solid #336e7f;
}

/* line 165, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section {
    padding-bottom: 30px;
}

/* line 167, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a {
    text-decoration: none !important;
}

/* line 169, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-img {
    display: inline-block;
    vertical-align: top;
}

/* line 172, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-img img {
    margin-right: 8px;
}

/* line 176, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-content {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

/* line 180, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-content p {
    padding-right: 0px;
}

/* line 183, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-content h5 {
    margin: 0;
    font: 500 15px "Roboto", sans-serif;
    color: #fff;
    line-height: 21px;
    padding-bottom: 8px;
}

/* line 190, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-content dfn {
    font: 400 13px "Roboto", sans-serif;
    color: #fff;
    line-height: 17px;
    font-style: italic;
}

/* line 197, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-content:hover p, .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-content:hover h5, .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-content:hover dfn {
    color: #ffcc00 !important;
}

/* line 207, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-four {
    background-color: #eeeeee;
    padding: 50px 0px;
}

/* line 211, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner .nww-col-h-sch-res-wrapper-four-left-img {
    width: 100%;
}

/* line 214, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #943308;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 50px;
}

/* line 222, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #333333;
    line-height: 24px;
    padding-bottom: 30px;
}

/* line 229, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner h5 {
    margin: 0;
    background-image: url(../images/tik-dark-img.png);
    background-position: left top;
    background-repeat: no-repeat;
    font: 400 15px "Roboto", sans-serif;
    color: #333333;
    line-height: 16px;
    padding-bottom: 15px;
    padding-left: 35px;
}

/* line 240, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner a {
    text-decoration: none;
    width: 195px;
    display: block;
    font: 600 20px "proxima-nova", sans-serif;
    color: #005368;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 10px;
    border: 2px solid #ffcc00;
    margin-top: 40px;
}

/* line 251, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner a:hover {
    background-color: #ffcc00;
    color: #fff !important;
}

/* line 1, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-one {
    background-color: #fff;
    padding: 90px 0px;
    padding-bottom: 55px;
}

/* line 5, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-one h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #943308;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 13, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-one p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #666666;
    line-height: 24px;
    padding-bottom: 35px;
    padding-right: 50px;
}

.nww-career-prep-res-wrap-one li {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #666666;
    line-height: 24px;
}

/* line 23, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-two {
    background-color: #005e75;
    padding: 90px 0px;
}

/* line 26, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-two h3 {
    margin: 0;
    font: 600 31px "proxima-nova", sans-serif;
    color: #ffcc00;
    text-align: center;
    padding-bottom: 30px;
}

/* line 33, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-two .nww-youtube-player-img {
    width: 100%;
}

/* line 38, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-three {
    background-color: #fff;
    padding: 90px 0px;
    padding-bottom: 55px;
}

section.dark-background-type-1 {
    background-color: #eeeeee;
}

.nww-career-prep-res-wrap-three#div_1 {
    background: #eee;
}

/* line 42, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-three h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #943308;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 51, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #666666;
    line-height: 24px;
    padding-bottom: 15px;
    padding-right: 10px;
}

/* line 59, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner h5 {
    margin: 0;
    background-image: url(../images/tik-dark-img.png);
    background-position: left top;
    background-repeat: no-repeat;
    font: 400 16px "Roboto", sans-serif;
    color: #666666;
    line-height: 16px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 10px;
}

/* line 71, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper {
    padding-top: 20px;
}

/* line 73, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

/* line 81, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    width: 40%;
}

.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content.link-not-logo {
    width: 100%;
}

/* line 85, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a {
    text-decoration: none;
    font: 500 16px "Roboto", sans-serif;
    color: #125f70;
    line-height: 24px;
}

/* line 90, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a:hover {
    color: #666666 !important;
}

/* line 96, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner h4 {
    margin: 0;
    font: 600 26px "proxima-nova", sans-serif;
    color: #943308;
    padding-bottom: 15px;
}

/* line 102, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-three-col-row,
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-three-col-row,
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-three-col-row,
.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-col-row {
    position: relative;
    margin-bottom: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 107, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-vid-main-img,
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-vid-main-img,
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-vid-main-img,
.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-col-row .nww-vid-main-img {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px -3px #000;
    -webkit-box-shadow: 0 0 10px -3px #000;
    box-shadow: 0 0 10px -1px black;
}

/* line 111, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .wrapper-vid-overlay,
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .wrapper-vid-overlay,
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .wrapper-vid-overlay,
.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-col-row .wrapper-vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    z-index: 100;
    top: 0;
    left: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 121, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-col-row .nww-vid-play-btn {
    text-decoration: none;
}

/* line 123, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-vid-play-btn img,
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-vid-play-btn img,
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-vid-play-btn img,
.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-col-row .nww-vid-play-btn img {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 200;
}

/* line 135, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner dfn {
    font: 400 14px "Roboto", sans-serif;
    color: #666666;
    font-style: italic;
}

/* line 142, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-four {
    background-image: url(../images/career-prep-res-wrap-3-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 90px 0px;
}

/* line 148, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-four h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 157, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-four-inner-left-img,
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-four-inner-left-img,
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-left-img {
    width: 100%;
}

/* line 160, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    line-height: 24px;
    padding-top: 15px;
}

/* line 167, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner p:first-child {
    padding-top: 0px;
}

/* line 171, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner h5 {
    margin: 0;
    background-image: url(../images/tik-img.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 35px;
}

/* line 181, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner h6 {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    line-height: 24px;
    padding-bottom: 10px;
}

/* line 188, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper {
    padding-top: 10px;
}

/* line 190, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

/* line 198, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    padding-top: 15px;
}

.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content.link-not-logo {
    width: 100%;
}

/* line 203, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a {
    text-decoration: none;
    font: 500 16px "Roboto", sans-serif;
    color: #ffcc00;
    line-height: 24px;
}

/* line 208, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a:hover {
    color: #fff !important;
}

/* line 216, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-five {
    background-image: url(../images/career-prep-res-wrap-4-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 90px 0px;
}

/* line 222, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-five h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 231, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    line-height: 24px;
    padding-bottom: 15px;
}

/* line 238, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper {
    padding-top: 20px;
}

/* line 240, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

/* line 248, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding-top: 10px;
}

.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content.link-not-logo {
    width: 100%;
}

/* line 253, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a {
    text-decoration: none;
    font: 500 16px "Roboto", sans-serif;
    color: #ffcc00;
    line-height: 24px;
}

/* line 258, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a:hover {
    color: #fff !important;
}

/* line 264, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner h4 {
    margin: 0;
    font: 600 26px "proxima-nova", sans-serif;
    color: #fff;
    padding-bottom: 15px;
}

/* line 270, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-col-row {
    position: relative;
    margin-bottom: 25px;
    -webkit-box-shadow: #000 0px 0px 10px -3px;
    box-shadow: #000 0px 0px 10px -3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 275, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-col-row .nww-vid-main-img {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 279, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-col-row .wrapper-vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    z-index: 100;
    top: 0;
    left: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 289, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-col-row .nww-vid-play-btn {
    text-decoration: none;
}

/* line 291, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-col-row .nww-vid-play-btn img {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 200;
}

/* line 303, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner dfn {
    font: 400 14px "Roboto", sans-serif;
    color: #fff;
    font-style: italic;
}

/* line 310, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six {
    background-color: #005e75;
    padding: 90px 0px;
}

/* line 313, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 322, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    line-height: 24px;
    padding-bottom: 15px;
}

/* line 329, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper {
    padding-top: 20px;
}

/* line 331, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

/* line 339, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    padding-top: 10px;
}

.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content.link-not-logo {
    width: 100%;
}

/* line 344, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a {
    text-decoration: none;
    font: 500 16px "Roboto", sans-serif;
    color: #ffcc00;
    line-height: 24px;
}

/* line 349, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a:hover {
    color: #fff !important;
}

/* line 355, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner h4 {
    margin: 0;
    font: 600 26px "proxima-nova", sans-serif;
    color: #fff;
    padding-bottom: 15px;
}

/* line 361, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-col-row {
    position: relative;
    margin-bottom: 25px;
    -webkit-box-shadow: #000 0px 0px 10px -3px;
    box-shadow: #000 0px 0px 10px -3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 366, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-col-row .nww-vid-main-img {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 370, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-col-row .wrapper-vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    z-index: 100;
    top: 0;
    left: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 380, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-col-row .nww-vid-play-btn {
    text-decoration: none;
}

/* line 382, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-col-row .nww-vid-play-btn img {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 200;
}

/* line 394, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner dfn {
    font: 400 14px "Roboto", sans-serif;
    color: #fff;
    font-style: italic;
}

/* line 401, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-seven {
    background-color: #eeeeee;
    padding: 90px 0px;
    padding-bottom: 60px;
}

/* line 405, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-seven h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #943308;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 414, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-seven .nww-career-prep-res-wrap-seven-inner .nww-career-prep-res-wrap-seven-inner-main-img {
    background-color: #fff;
    padding: 40px 10px;
    margin-bottom: 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* line 419, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-seven .nww-career-prep-res-wrap-seven-inner .nww-career-prep-res-wrap-seven-inner-main-img img {
    margin: 0 auto;
    min-height: 150px;
}

/* line 422, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-seven .nww-career-prep-res-wrap-seven-inner .nww-career-prep-res-wrap-seven-inner-main-img:hover {
    transform: scale(1.05, 1.07);
    -webkit-transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05, 1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    -webkit-transition-property: all;
    /* Safari */
    transition-property: all;
}

/* line 433, ../sass/_career-prep-res.scss */
.nww-career-prep-res-wrap-seven .nww-career-prep-res-wrap-seven-inner p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #666666;
    line-height: 24px;
    padding-bottom: 30px;
    text-align: center;
}

/* line 1, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one {
    background-image: url(../images/who-ben-from-wrap-1-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 90px 0px;
    padding-bottom: 65px;
}

/* line 8, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 17, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    line-height: 24px;
    padding-bottom: 25px;
}

/* line 24, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner h6 {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    line-height: 24px;
    padding-bottom: 20px;
}

/* line 31, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner h5 {
    margin: 0;
    background-image: url(../images/tik-img.png);
    background-position: left 4px;
    background-repeat: no-repeat;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    line-height: 24px;
    padding-bottom: 25px;
    padding-left: 35px;
}

/* line 42, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper {
    padding-bottom: 25px;
    padding-left: 35px;
}

/* line 45, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

/* line 49, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img img {
    border-radius: 5px;
}

/* line 53, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img-content {
    display: inline-block;
    vertical-align: top;
    width: 57%;
    padding-top: 10px;
}

/* line 58, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img-content a {
    text-decoration: none;
    font: 500 16px "Roboto", sans-serif;
    color: #ffcc00;
    line-height: 24px;
}

/* line 63, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img-content a:hover {
    color: #fff !important;
}

/* line 69, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner h4 {
    margin: 0;
    font: 600 26px "proxima-nova", sans-serif;
    color: #fff;
    padding-bottom: 15px;
}

/* line 75, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-col-row {
    position: relative;
    margin-bottom: 25px;
    -webkit-box-shadow: #000 0px 0px 10px -3px;
    box-shadow: #000 0px 0px 10px -3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 80, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-col-row .nww-vid-main-img {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 84, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-col-row .wrapper-vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    top: 0;
    left: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 94, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-col-row .nww-vid-play-btn {
    text-decoration: none;
}

/* line 96, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-col-row .nww-vid-play-btn img {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 200;
}

/* line 108, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner dfn {
    font: 400 14px "Roboto", sans-serif;
    color: #fff;
    font-style: italic;
}

/* line 115, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-two {
    background-color: #fff;
    padding: 60px 0px;
}

/* line 118, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-two h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #943308;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 127, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #666666;
    line-height: 24px;
    padding-bottom: 25px;
}

/* line 133, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner p a {
    color: #ffcc00;
}

/* line 136, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner p a:hover {
    color: #666666;
}

/* line 141, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner h4 {
    margin: 0;
    font: 600 25px "proxima-nova", sans-serif;
    color: #125f70;
    padding-bottom: 15px;
}

/* line 147, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner .nww-who-ben-from-wrapper-two-col-row {
    position: relative;
    margin-bottom: 25px;
    -webkit-box-shadow: #000 0px 0px 10px -3px;
    box-shadow: #000 0px 0px 10px -3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 152, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner .nww-who-ben-from-wrapper-two-col-row .nww-vid-main-img {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 156, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner .nww-who-ben-from-wrapper-two-col-row .wrapper-vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    top: 0;
    left: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 166, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner .nww-who-ben-from-wrapper-two-col-row .nww-vid-play-btn {
    text-decoration: none;
}

/* line 168, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner .nww-who-ben-from-wrapper-two-col-row .nww-vid-play-btn img {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 200;
}

/* line 180, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner dfn {
    font: 400 14px "Roboto", sans-serif;
    color: #666666;
    font-style: italic;
}

/* line 187, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-three {
    background-color: #eeeeee;
    padding: 50px 0px;
}

/* line 191, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section {
    padding-bottom: 30px;
}

/* line 193, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a {
    text-decoration: none !important;
}

/* line 195, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-img {
    display: inline-block;
    vertical-align: top;
}

/* line 198, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-img img {
    margin-right: 8px;
}

/* line 202, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content {
    display: inline-block;
    vertical-align: top;
    width: 67%;
    padding-top: 10px;
}

/* line 207, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content h5 {
    margin: 0;
    font: 500 15px "Roboto", sans-serif;
    color: #666666;
    line-height: 21px;
    padding-bottom: 8px;
}

/* line 214, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content p {
    font: 400 13px "Roboto", sans-serif;
    color: #666666;
    line-height: 17px;
    font-style: italic;
}

/* line 221, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content:hover p, .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content:hover h5 {
    color: #ffcc00 !important;
}

/* line 230, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-four {
    background-image: url(../images/who-ben-from-wrap-4-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 90px 0px;
}

/* line 236, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-four h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 244, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-four h6 {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    line-height: 24px;
    padding-bottom: 50px;
}

/* line 252, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner h3 {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #ffcc00;
    line-height: 24px;
}

/* line 258, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    line-height: 24px;
    padding-bottom: 25px;
}

/* line 264, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner p a {
    color: #ffcc00;
}

/* line 267, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner p a:hover {
    color: #fff;
}

/* line 272, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner h4 {
    margin: 0;
    font: 600 26px "proxima-nova", sans-serif;
    color: #fff;
    padding-bottom: 15px;
}

/* line 278, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner .nww-who-ben-from-wrapper-four-col-row {
    position: relative;
    margin-bottom: 25px;
    -webkit-box-shadow: #000 0px 0px 10px -3px;
    box-shadow: #000 0px 0px 10px -3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 283, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner .nww-who-ben-from-wrapper-four-col-row .nww-vid-main-img {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 287, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner .nww-who-ben-from-wrapper-four-col-row .wrapper-vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    top: 0;
    left: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 297, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner .nww-who-ben-from-wrapper-four-col-row .nww-vid-play-btn {
    text-decoration: none;
}

/* line 299, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner .nww-who-ben-from-wrapper-four-col-row .nww-vid-play-btn img {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 200;
}

/* line 311, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner dfn {
    font: 400 14px "Roboto", sans-serif;
    color: #fff;
    font-style: italic;
}

/* line 318, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five {
    background-image: url(../images/who-ben-from-wrap-5-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 90px 0px;
}

/* line 324, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

/* line 332, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five h6 {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    line-height: 24px;
    padding-bottom: 50px;
}

/* line 340, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner p {
    margin: 0;
    font: 400 16px "Roboto", sans-serif;
    color: #fff;
    line-height: 24px;
    padding-bottom: 25px;
}

/* line 346, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner p a {
    color: #ffcc00;
}

/* line 349, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner p a:hover {
    color: #fff;
}

/* line 354, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner h4 {
    margin: 0;
    font: 600 26px "proxima-nova", sans-serif;
    color: #fff;
    padding-bottom: 15px;
}

/* line 360, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper {
    padding-bottom: 25px;
}

/* line 362, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

/* line 370, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img-content {
    display: inline-block;
    vertical-align: top;
    width: 57%;
    padding-top: 15px;
}

/* line 375, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img-content a {
    text-decoration: none;
    font: 500 16px "Roboto", sans-serif;
    color: #ffcc00;
    line-height: 24px;
}

/* line 380, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img-content a:hover {
    color: #fff !important;
}

/* line 386, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-col-row {
    position: relative;
    margin-bottom: 25px;
    -webkit-box-shadow: #000 0px 0px 10px -3px;
    box-shadow: #000 0px 0px 10px -3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 391, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-col-row .nww-vid-main-img {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 395, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-col-row .wrapper-vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    top: 0;
    left: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 405, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-col-row .nww-vid-play-btn {
    text-decoration: none;
}

/* line 407, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-col-row .nww-vid-play-btn img {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 200;
}

/* line 419, ../sass/_who-benfits-from.scss */
.nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner dfn {
    font: 400 14px "Roboto", sans-serif;
    color: #fff;
    font-style: italic;
}

/* line 1, ../sass/_resources.scss */
.resources-wrapper {
    padding: 0;
    margin-top: 138px;
    min-height: 75vh;
}

/* line 6, ../sass/_resources.scss */
.resources-wrapper .container-fluid {
    padding: 0;
}

/* line 10, ../sass/_resources.scss */
.resources-wrapper .button-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* line 13, ../sass/_resources.scss */
.resources-wrapper .button-container ul {
    border: none;
}

/* line 15, ../sass/_resources.scss */
.resources-wrapper .button-container ul li {
    margin-left: 25px;
    border: none;
}

/* line 18, ../sass/_resources.scss */
.resources-wrapper .button-container ul li a {
    display: inline-block;
    width: 160px;
    height: 56px;
    padding: 0;
    line-height: 56px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #4c6d85;
    transition: all .5s;
    outline: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    background: #fff;
    color: #4c6d85;
}

/* line 34, ../sass/_resources.scss */
.resources-wrapper .button-container ul li a:hover {
    background: #4c6d85;
    color: #fff;
    border: 1px solid transparent;
}

/* line 41, ../sass/_resources.scss */
.resources-wrapper .button-container ul li.active a {
    background: #FFF;
    color: #FFCC01;
    border: 1px solid #FFCC01;
}

/* line 52, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list {
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #dce7ea;
}

/* line 60, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default {
    border: none;
}

/* line 62, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-heading {
    padding: 12px 0;
    border-bottom: 1px solid #dce7ea;
    background: #fff;
}

/* line 66, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-heading a {
    text-decoration: none;
}

/* line 68, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-heading a h3 {
    margin: 0;
    color: #FFCC01;
    font-size: 21px;
    font-weight: bold;
}

/* line 76, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-heading .panel-title a {
    padding-right: 30px;
    position: relative;
    display: inline-block;
    width: 100%;
}

/* line 81, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-heading .panel-title a:after {
    position: absolute;
    right: 0;
    top: -3px;
    content: '+';
    display: inline-block;
    font-size: 30px;
    color: #FFCC01;
    text-align: center;
    background: transparent;
    pointer-events: none;
}

/* line 96, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-heading .panel-title.active-header a:after {
    content: '-';
    pointer-events: none;
}

/* line 104, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-collapse {
    background: #f5f5f5;
}

/* line 106, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-collapse .panel-body {
    border: none;
    padding: 30px 15px 0;
}

/* line 110, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-collapse .panel-body .items-wrapper .item {
    margin-bottom: 30px;
}

/* line 112, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-collapse .panel-body .items-wrapper .item .content {
    position: relative;
    background: #fff;
    padding: 20px;
    overflow: hidden;
}

/* line 117, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-collapse .panel-body .items-wrapper .item .content h3 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #01487c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* line 127, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-collapse .panel-body .items-wrapper .item .content p {
    width: 100%;
    height: 35px;
    font-size: 14px;
    color: #4c6d85;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* line 136, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-collapse .panel-body .items-wrapper .item .content img {
    display: block;
    margin-bottom: 30px;
    width: 69px;
    margin-left: calc((100% - 69px) / 2);
}

/* line 142, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-collapse .panel-body .items-wrapper .item .content button {
    padding-left: 25px;
    background: transparent url(../images/download-asset.png) no-repeat left center;
    font-size: 15px;
    font-weight: 600;
    color: #01487c;
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/* line 155, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-collapse .panel-body .items-wrapper .item .content button:hover {
    opacity: .7;
}

/* line 158, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-collapse .panel-body .items-wrapper .item .content button a {
    color: #01487c;
}

/* line 164, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-collapse .panel-body .items-wrapper .item.with-close .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../images/delete.png) no-repeat center left;
    width: 19px;
    height: 19px;
    padding: 0;
    margin: 0;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    color: #fff;
}

/* line 175, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default .panel-collapse .panel-body .items-wrapper .item.with-close .close-btn:hover {
    background: url(../images/delete.png) no-repeat center right;
}

/* line 184, ../sass/_resources.scss */
.resources-wrapper .tab-content .resources-list .panel-default + .panel {
    margin: 0;
}

.college-resource .navigation-links .nav-wrapper > div {
    margin-bottom: 5px;
    width: 16%;
    float: left;
    display: table;
}

/* line 4, ../sass/_presentation.scss */
.presentations-wrapper .presentation-banner .navigation-links {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.college-resource .navigation-links .nav-wrapper {
    padding: 10px 0;
}

.high-school-resource .navigation-links .nav-wrapper {
    padding: 10px 0;
}

.century-wrapper .navigation-links .nav-wrapper {
    padding: 10px 0;
}

/* line 9, ../sass/_presentation.scss */
.presentations-wrapper .presentation-banner .navigation-links .nav-wrapper {
    padding: 10px 0;
}

/* line 11, ../sass/_presentation.scss */
.presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div {
    width: 20%;
    float: left;
    display: table;
}

/* line 15, ../sass/_presentation.scss */
.presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div p {
    display: table-cell;
    height: 70px;
    text-align: center;
    vertical-align: middle;
}

/* line 20, ../sass/_presentation.scss */
.presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div p a {
    width: 100%;
    font: 700 18px "proxima-nova", sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

/* line 26, ../sass/_presentation.scss */
.presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div p a:hover, .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div p a:focus {
    color: #ffcc00;
}

/* line 33, ../sass/_presentation.scss */
.presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div:not(:last-of-type) p {
    border-right: 1px solid #125f70;
}

/* line 42, ../sass/_presentation.scss */
.presentations-wrapper .presentations {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* line 45, ../sass/_presentation.scss */
.presentations-wrapper .presentations h2 {
    margin: 0;
    padding-bottom: 50px;
    font: 600 36px "proxima-nova", sans-serif, sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

/* line 53, ../sass/_presentation.scss */
.presentations-wrapper .presentations h4 {
    margin: 0;
    padding-bottom: 20px;
    font: 600 26px "proxima-nova", sans-serif, sans-serif;
    color: #fff;
}

/* line 59, ../sass/_presentation.scss */
.presentations-wrapper .presentations h5 {
    margin: 0 0 35px;
    font: 400 16px "Roboto", sans-serif, sans-serif;
    color: #fff;
}

/* line 65, ../sass/_presentation.scss */
.presentations-wrapper .presentations .row > div:nth-of-type(2) {
    padding: 0;
}

/* line 69, ../sass/_presentation.scss */
.presentations-wrapper .presentations ul {
    list-style: none;
    padding: 0;
}

/* line 72, ../sass/_presentation.scss */
.presentations-wrapper .presentations ul li {
    position: relative;
    padding-left: 34px;
    padding-bottom: 1em;
    font: 400 16px "Roboto", sans-serif, sans-serif;
    color: #fff;
}

/* line 78, ../sass/_presentation.scss */
.presentations-wrapper .presentations ul li:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "\f05d";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
    color: #46a4bb;
}

/* line 90, ../sass/_presentation.scss */
.presentations-wrapper .presentations .get-start-btn {
    display: inline-block;
    padding: 15px 32px;
    margin-top: 20px;
    text-decoration: none;
    font: 600 16px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #ffcc00;
}

.presentations-wrapper .training-who .get-start-btn {
    color: #0088aa !important;
}

/* line 100, ../sass/_presentation.scss */
.presentations-wrapper .presentations .get-start-btn:hover {
    background-color: #ffcc00;
    color: #fff !important;
}

/* line 105, ../sass/_presentation.scss */
.presentations-wrapper .presentations .presentation-video-popup img {
    position: absolute;
    display: block;
    z-index: 200;
    top: 45%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

/* line 117, ../sass/_presentation.scss */
.presentations-wrapper .skills-training {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* line 120, ../sass/_presentation.scss */
.presentations-wrapper .skills-training h2 {
    margin: 35px 0 0 0;
    padding-bottom: 55px;
    font: 600 36px "proxima-nova", sans-serif, sans-serif;
    color: #943308;
    text-align: left;
    text-transform: uppercase;
}

/* line 130, ../sass/_presentation.scss */
.presentations-wrapper .skills-training .row > div:first-of-type {
    padding-right: 70px;
}

/* line 134, ../sass/_presentation.scss */
.presentations-wrapper .skills-training .row > div:last-of-type img {
    width: 100%;
}

/* line 140, ../sass/_presentation.scss */
.presentations-wrapper .skills-training p {
    font: 400 16px "Roboto", sans-serif, sans-serif;
    color: #666666;
    line-height: 24px;
}

/* line 145, ../sass/_presentation.scss */
.presentations-wrapper .skills-training .logo-wrapper {
    margin: 50px 0;
}

/* line 147, ../sass/_presentation.scss */
.presentations-wrapper .skills-training .logo-wrapper img {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}

/* line 152, ../sass/_presentation.scss */
.presentations-wrapper .skills-training .logo-wrapper dfn {
    float: left;
    width: 177px;
    height: 91px;
    padding-top: 19px;
    font: 500 14px "Roboto", sans-serif, sans-serif;
    color: #004455;
    font-style: normal;
}

/* line 164, ../sass/_presentation.scss */
.presentations-wrapper .why-training {
    padding-top: 100px;
    padding-bottom: 55px;
}

/* line 167, ../sass/_presentation.scss */
.presentations-wrapper .why-training h2 {
    margin: 0;
    padding-bottom: 50px;
    font: 600 36px "proxima-nova", sans-serif, sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

/* line 175, ../sass/_presentation.scss */
.presentations-wrapper .why-training h4 {
    margin: 0;
    padding-bottom: 20px;
    font: 600 26px "proxima-nova", sans-serif, sans-serif;
    color: #fff;
}

/* line 181, ../sass/_presentation.scss */
.presentations-wrapper .why-training h5 {
    margin: 50px 0 35px;
    font: 400 16px "Roboto", sans-serif, sans-serif;
    color: #fff;
}

/* line 186, ../sass/_presentation.scss */
.presentations-wrapper .why-training dfn {
    font: 400 14px "Roboto", sans-serif, sans-serif;
    color: #fff;
    font-style: italic;
}

/* line 192, ../sass/_presentation.scss */
.presentations-wrapper .why-training .row > div:nth-of-type(2) {
    padding: 0;
}

/* line 196, ../sass/_presentation.scss */
.presentations-wrapper .why-training ul {
    list-style: none;
    padding: 0;
}

/* line 199, ../sass/_presentation.scss */
.presentations-wrapper .why-training ul li {
    position: relative;
    padding-left: 34px;
    padding-bottom: 1em;
    font: 400 16px "Roboto", sans-serif, sans-serif;
    color: #fff;
}

/* line 205, ../sass/_presentation.scss */
.presentations-wrapper .why-training ul li:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "\f05d";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
    color: #46a4bb;
}

/* line 217, ../sass/_presentation.scss */
.presentations-wrapper .why-training .training-video-popup {
    display: inline-block;
    margin-bottom: 28px;
}

/* line 220, ../sass/_presentation.scss */
.presentations-wrapper .why-training .training-video-popup img {
    position: absolute;
    display: block;
    z-index: 200;
    top: 45%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

/* line 233, ../sass/_presentation.scss */
.presentations-wrapper .training-who {
    padding-top: 100px;
    padding-bottom: 80px;
}

/* line 236, ../sass/_presentation.scss */
.presentations-wrapper .training-who h4 {
    margin: 0;
    padding-bottom: 20px;
    font: 600 36px "proxima-nova", sans-serif, sans-serif;
    color: #943308;
    text-transform: uppercase;
}

.presentations-wrapper .training-who p {
    font: 400 16px "Roboto", sans-serif, sans-serif;
    color: #666666;
    line-height: 24px;
}

/* line 243, ../sass/_presentation.scss */
.presentations-wrapper .training-who h5 {
    margin: 50px 0 35px;
    font: 400 16px "Roboto", sans-serif, sans-serif;
    color: #333333;
}

/* line 249, ../sass/_presentation.scss */
.presentations-wrapper .training-who .row > div {
    padding-right: 0;
}

/* line 253, ../sass/_presentation.scss */
.presentations-wrapper .training-who ul {
    list-style: none;
    padding: 0;
}

/* line 256, ../sass/_presentation.scss */
.presentations-wrapper .training-who ul li {
    position: relative;
    padding-left: 34px;
    padding-bottom: 1em;
    font: 400 16px "Roboto", sans-serif, sans-serif;
    color: #333333;
}

/* line 262, ../sass/_presentation.scss */
.presentations-wrapper .training-who ul li:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "\f05d";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
    color: #125f70;
}

/* line 276, ../sass/_presentation.scss */
.presentations-wrapper .bring-training {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* line 279, ../sass/_presentation.scss */
.presentations-wrapper .bring-training h2 {
    margin: 0;
    padding-bottom: 55px;
    font: 600 36px "proxima-nova", sans-serif, sans-serif;
    color: #ffcc00;
    text-align: center;
    text-transform: uppercase;
}

/* line 287, ../sass/_presentation.scss */
.presentations-wrapper .bring-training h4 {
    margin: 0;
    padding-bottom: 45px;
    font: 400 22px "proxima-nova", sans-serif, sans-serif;
    color: #fff;
}

/* line 293, ../sass/_presentation.scss */
.presentations-wrapper .bring-training .get-start-btn {
    display: inline-block;
    padding: 15px 32px;
    margin-top: 20px;
    text-decoration: none;
    font: 600 16px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #ffcc00;
}

/* line 303, ../sass/_presentation.scss */
.presentations-wrapper .bring-training .get-start-btn:hover {
    background-color: #ffcc00;
    color: #fff;
}

/* line 310, ../sass/_presentation.scss */
.presentations-wrapper .upcoming-trainings {
    padding-top: 100px;
    padding-bottom: 100px;
}

.presentations-wrapper .upcoming-trainings table {
    width: 750px;
}

.presentations-wrapper .upcoming-trainings table td {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    padding: 0 0 10px 10px;
}

/* line 313, ../sass/_presentation.scss */
.presentations-wrapper .upcoming-trainings h2 {
    margin: 0;
    padding-bottom: 50px;
    font: 600 36px "proxima-nova", sans-serif, sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

/* line 321, ../sass/_presentation.scss */
.presentations-wrapper .upcoming-trainings p {
    margin-bottom: 28px;
    font: 400 16px "Roboto", sans-serif, sans-serif;
    color: #fff;
    line-height: 24px;
}

/* line 327, ../sass/_presentation.scss */
.presentations-wrapper .upcoming-trainings a {
    color: #ffcc00;
    text-decoration: none;
}

/* line 330, ../sass/_presentation.scss */
.presentations-wrapper .upcoming-trainings a:hover {
    color: #fff;
    text-decoration: underline;
}

/* line 337, ../sass/_presentation.scss */
.presentations-wrapper .upcoming-trainings .row > div:nth-of-type(2) {
    padding: 0;
}

/* line 341, ../sass/_presentation.scss */
.presentations-wrapper .upcoming-trainings .get-start-btn {
    display: inline-block;
    padding: 15px 32px;
    margin-top: 20px;
    text-decoration: none;
    font: 600 16px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #ffcc00;
}

/* line 351, ../sass/_presentation.scss */
.presentations-wrapper .upcoming-trainings .get-start-btn:hover {
    background-color: #ffcc00;
    color: #fff;
}

/* line 356, ../sass/_presentation.scss */
.presentations-wrapper .upcoming-trainings .logo-container {
    margin-bottom: 25px;
}

/* line 358, ../sass/_presentation.scss */
.presentations-wrapper .upcoming-trainings .logo-container img {
    float: right;
    margin-right: 25px;
    margin-bottom: 20px;
}

/* line 366, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings {
    background: #eeeeee;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* line 370, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings h2 {
    margin: 0;
    padding-bottom: 50px;
    font: 600 36px "proxima-nova", sans-serif, sans-serif;
    color: #943308;
    text-align: center;
    text-transform: uppercase;
}

/* line 378, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings p {
    text-align: center;
    font: 400 16px "Roboto", sans-serif, sans-serif;
    color: #666666;
    line-height: 24px;
}

/* line 384, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form {
    margin-top: 50px;
}

/* line 386, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form .form-group {
    margin-bottom: 20px;
}

/* line 389, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form .form-group input,
.presentations-wrapper .request-presentation-trainings form .form-group select,
.presentations-wrapper .request-presentation-trainings form .form-group textarea {
    width: 100%;
    border-radius: 4px;
    border: none;
    background-color: #fff;
    font: 400 16px "Roboto", sans-serif, sans-serif;
    /* Change autofill color of chrome */
}

/* line 398, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form .form-group input::-webkit-input-placeholder,
.presentations-wrapper .request-presentation-trainings form .form-group select::-webkit-input-placeholder,
.presentations-wrapper .request-presentation-trainings form .form-group textarea::-webkit-input-placeholder {
    font: 400 16px "Roboto", sans-serif, sans-serif;
    color: #333333;
}

/* line 403, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form .form-group input:-moz-placeholder,
.presentations-wrapper .request-presentation-trainings form .form-group select:-moz-placeholder,
.presentations-wrapper .request-presentation-trainings form .form-group textarea:-moz-placeholder {
    /* Firefox 18- */
    font: 400 16px "Roboto", sans-serif, sans-serif;
    color: #333333;
}

/* line 409, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form .form-group input::-moz-placeholder,
.presentations-wrapper .request-presentation-trainings form .form-group select::-moz-placeholder,
.presentations-wrapper .request-presentation-trainings form .form-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    font: 400 16px "Roboto", sans-serif, sans-serif;
    color: #333333;
}

/* line 415, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form .form-group input:-ms-input-placeholder,
.presentations-wrapper .request-presentation-trainings form .form-group select:-ms-input-placeholder,
.presentations-wrapper .request-presentation-trainings form .form-group textarea:-ms-input-placeholder {
    font: 400 16px "Roboto", sans-serif, sans-serif;
    color: #333333;
}

/* line 420, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form .form-group input:-webkit-autofill,
.presentations-wrapper .request-presentation-trainings form .form-group select:-webkit-autofill,
.presentations-wrapper .request-presentation-trainings form .form-group textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333333 !important;
}

/* line 424, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form .form-group input:-webkit-autofill:hover,
.presentations-wrapper .request-presentation-trainings form .form-group select:-webkit-autofill:hover,
.presentations-wrapper .request-presentation-trainings form .form-group textarea:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333333 !important;
}

/* line 430, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form .form-group input {
    height: 60px;
    padding: 20px;
    line-height: 16px;
}

/* line 436, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form .form-group select {
    height: 60px;
    line-height: 16px;
    padding: 20px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: white url(../images/arrow-select.png) no-repeat right 20px center !important;
    outline: none;
}

/* line 449, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form .form-group textarea {
    height: 150px;
    padding: 15px 20px;
}

/* line 454, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form .form-group input[type="submit"] {
    display: inline-block;
    width: 195px;
    height: 64px;
    padding: 15px 32px;
    margin-top: 40px;
    text-decoration: none;
    font: 600 16px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #004455;
    border: 2px solid transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* line 467, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form .form-group input[type="submit"]:hover {
    border: 2px solid #004455;
    background-color: transparent;
    color: #004455;
}

/* line 473, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form .form-group .wpcf7-not-valid-tip {
    margin: 5px 5px 0;
    line-height: 12px;
    height: 16px;
    font-size: 12px;
    color: #ff1431;
}

/* line 481, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form .wpcf7-response-output {
    border: none;
    color: #666666;
    font: 400 16px "Roboto", sans-serif, sans-serif;
    line-height: 20px;
    text-align: center;
}

/* line 487, ../sass/_presentation.scss */
.presentations-wrapper .request-presentation-trainings form .wpcf7-response-output.wpcf7-validation-errors {
    color: #ff1431;
}

/*Mobile phones*/
@media (max-width: 767px) and (orientation: portrait) {
    /* line 2, ../sass/mobile/portrait/_header.scss */
    header .main-nav-bar {
        padding-top: 25px;
    }

    /* line 4, ../sass/mobile/portrait/_header.scss */
    header .main-nav-bar .navbar-header {
        margin-right: 0px !important;
        padding-left: 15px;
    }

    /* line 7, ../sass/mobile/portrait/_header.scss */
    header .main-nav-bar .navbar-header .navbar-brand {
        width: 67%;
        margin-top: -18px;
    }

    /* line 12, ../sass/mobile/portrait/_header.scss */
    header .main-nav-bar .nww-navbar-middle {
        margin-top: 14px;
    }

    /* line 14, ../sass/mobile/portrait/_header.scss */
    header .main-nav-bar .nww-navbar-middle li {
        margin-right: 0px;
    }

    header .main-nav-bar .nww-navbar-middle .menu-item-has-children {
        margin-right: 0px !important;
    }

    header .main-nav-bar .nww-navbar-middle .menu-item-has-children::after {
        content: '';
        background: url(../images/dropdown/drop.png);
        position: absolute;
        top: 1px;
        right: -20px;
        width: 15px;
        height: 15px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    /* line 16, ../sass/mobile/portrait/_header.scss */
    header .main-nav-bar .nww-navbar-middle li a {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }

    header .main-nav-bar .nww-navbar-middle .menu-item-has-children::after {
        top: 10px !important;
        right: 50px !important;
    }

    .main-nav-bar .nww-navbar-middle {
        display: block !important;
    }

    /* header .main-nav-bar .nww-navbar-middle li:first-of-type {
    padding-top: 30px;
  } */
    /* line 21, ../sass/mobile/portrait/_header.scss */
    header .main-nav-bar .nww-navbar-middle li a:hover {
        color: #0088aa !important;
        border-color: #ffcc00;
    }

    /* line 28, ../sass/mobile/portrait/_header.scss */
    header .main-nav-bar .nww-logo-right {
        float: none;
        display: none;
        margin-bottom: 15px;
    }

    /* line 32, ../sass/mobile/portrait/_header.scss */
    header .main-nav-bar .nww-logo-right img {
        margin: 0 auto;
    }

    /* line 2, ../sass/mobile/portrait/_footer.scss */
    footer .nww-footer-top {
        padding-bottom: 15px;
    }

    /* line 5, ../sass/mobile/portrait/_footer.scss */
    footer .nww-footer-top .nww-footer-top-container h5 {
        display: block;
        margin-right: 0px !important;
        text-align: center;
        margin-bottom: 10px;
    }

    /* line 11, ../sass/mobile/portrait/_footer.scss */
    footer .nww-footer-top .nww-footer-top-container .nww-footer-top-social-media {
        width: 100%;
        text-align: center;
    }

    /* line 14, ../sass/mobile/portrait/_footer.scss */
    footer .nww-footer-top .nww-footer-top-container .nww-footer-top-social-media .nww-social-media-ico {
        margin-right: 10px;
        margin-bottom: 35px;
    }

    /* line 17, ../sass/mobile/portrait/_footer.scss */
    footer .nww-footer-top .nww-footer-top-container .nww-footer-top-social-media .nww-social-media-ico:nth-child(2n-0) {
        margin-right: 10px;
    }

    /* line 24, ../sass/mobile/portrait/_footer.scss */
    footer .nww-footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /*Common Banner*/
    /* line 2, ../sass/mobile/portrait/_template.scss */
    .nww-common-inner-page-banner {
        margin-top: 101px;
    }

    /* line 4, ../sass/mobile/portrait/_template.scss */
    .nww-common-inner-page-banner .nww-common-inner-page-banner-caption {
        top: 35%;
    }

    /* line 6, ../sass/mobile/portrait/_template.scss */
    .nww-common-inner-page-banner .nww-common-inner-page-banner-caption h1 {
        font: 600 40px "proxima-nova", sans-serif;
    }

    .nww-common-inner-page-banner .nww-common-inner-page-banner-image {
        width: 100%;
        height: 280px;
    }

    /* line 12, ../sass/mobile/portrait/_template.scss */
    .nww-common-inner-custom-page-banner .nww-common-inner-page-banner-caption {
        top: 30%;
    }

    /* line 16, ../sass/mobile/portrait/_template.scss */
    .nww-banner-navigation {
        display: none;
    }

    /*back to top button*/
    /* line 20, ../sass/mobile/portrait/_template.scss */
    .nww-back-to-top-btn {
        display: none !important;
    }

    /* line 24, ../sass/mobile/portrait/_template.scss */
    .videoplay {
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        display: block;
        z-index: 200;
    }

    /* line 1, ../sass/mobile/portrait/_home.scss */
    .nww-mian-slider-wrapper {
        margin-top: 101px;
    }

    /* line 4, ../sass/mobile/portrait/_home.scss */
    .nww-mian-slider-wrapper .container .nww-main-slider-caption {
        top: 22%;
    }

    /* line 7, ../sass/mobile/portrait/_home.scss */
    .nww-mian-slider-wrapper .container .nww-main-slider-caption .nww-main-slider-caption-container h1 {
        font: 600 15px "proxima-nova", sans-serif;
    }

    /* line 13, ../sass/mobile/portrait/_home.scss */
    .nww-mian-slider-wrapper .bx-controls {
        display: none;
    }

    /* line 17, ../sass/mobile/portrait/_home.scss */
    .nww-home-second-wrapper {
        background-size: cover;
        padding-top: 45px;
        padding-bottom: 20px;
    }

    /* line 23, ../sass/mobile/portrait/_home.scss */
    .nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container h2 {
        font: 600 22px "proxima-nova", sans-serif;
    }

    /* line 26, ../sass/mobile/portrait/_home.scss */
    .nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container .nww-home-second-wrapper-skills-set {
        padding-top: 20px;
    }

    /* line 28, ../sass/mobile/portrait/_home.scss */
    .nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container .nww-home-second-wrapper-skills-set .nww-home-second-wrapper-skills-set-inner {
        margin-bottom: 5px;
    }

    /* line 30, ../sass/mobile/portrait/_home.scss */
    .nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container .nww-home-second-wrapper-skills-set .nww-home-second-wrapper-skills-set-inner h6 {
        font: 400 18px "Roboto", sans-serif;
    }

    /* line 32, ../sass/mobile/portrait/_home.scss */
    .nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container .nww-home-second-wrapper-skills-set .nww-home-second-wrapper-skills-set-inner h6 dfn {
        font: 400 18px "Roboto", sans-serif;
    }

    /* line 41, ../sass/mobile/portrait/_home.scss */
    .nww-home-third-wrapper {
        padding: 45px 0px;
    }

    /* line 43, ../sass/mobile/portrait/_home.scss */
    .nww-home-third-wrapper h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 25px;
    }

    /* line 48, ../sass/mobile/portrait/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* line 52, ../sass/mobile/portrait/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-col-content h3 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 57, ../sass/mobile/portrait/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-default .home-third-wrapper-inner-default-content {
        top: 35%;
    }

    /* line 59, ../sass/mobile/portrait/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-default .home-third-wrapper-inner-default-content .nww-plus-default-img {
        margin-top: 25px;
    }

    /* line 64, ../sass/mobile/portrait/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover {
        -webkit-transform: scale(1, 1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 250ms;
        -moz-transform: scale(1, 1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 250ms;
        -webkit-transition-property: all;
        /* Safari */
        transition-property: all;
        left: 0;
    }

    /* line 74, ../sass/mobile/portrait/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content {
        top: 30px;
        padding: 0px 5px;
    }

    /* line 77, ../sass/mobile/portrait/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content h3 {
        padding-bottom: 5px;
    }

    /* line 80, ../sass/mobile/portrait/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content p {
        margin: 0;
        font: 400 12px "Roboto", sans-serif;
        line-height: 18px;
        padding-bottom: 15px;
    }

    /* line 86, ../sass/mobile/portrait/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content .nww-minus-default-img {
        margin: 0 auto;
    }

    /* line 94, ../sass/mobile/portrait/_home.scss */
    .nww-home-forth-wrapper {
        padding: 45px 0px;
    }

    /* line 96, ../sass/mobile/portrait/_home.scss */
    .nww-home-forth-wrapper h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 25px;
    }

    /* line 103, ../sass/mobile/portrait/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper .nww-home-forth-inner-logo-col .nww-part-org-right-line {
        height: 80px;
    }

    /* line 107, ../sass/mobile/portrait/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper .nww-home-forth-inner-logo-col:last-child .nww-part-org-right-line {
        display: none;
    }

    /* line 114, ../sass/mobile/portrait/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper:last-child .nww-home-forth-inner-logo-col .nww-home-forth-inner-row {
        border-bottom: 1px solid #efefef;
    }

    /* line 118, ../sass/mobile/portrait/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper:last-child .nww-home-forth-inner-logo-col:nth-child(5) .nww-home-forth-inner-row {
        border: none;
    }

    /* line 123, ../sass/mobile/portrait/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper:last-child .nww-home-forth-inner-logo-col:nth-child(6) .nww-home-forth-inner-row {
        border: none;
    }

    /* line 131, ../sass/mobile/portrait/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-bottom-wrapper {
        padding-top: 20px;
    }

    /* line 133, ../sass/mobile/portrait/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-bottom-wrapper h4 {
        font: 400 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 139, ../sass/mobile/portrait/_home.scss */
    .nww-home-fifth-wrapper {
        padding: 45px 0px;
    }

    /* line 141, ../sass/mobile/portrait/_home.scss */
    .nww-home-fifth-wrapper h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 25px;
    }

    /* line 148, ../sass/mobile/portrait/_home.scss */
    .nww-home-fifth-wrapper .nww-home-fifth-inner-wrapper .nww-home-fifth-inner-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 153, ../sass/mobile/portrait/_home.scss */
    .nww-home-fifth-wrapper .nww-home-fifth-inner-wrapper h5 {
        font: 600 15px "proxima-nova", sans-serif;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /* line 160, ../sass/mobile/portrait/_home.scss */
    .nww-home-sixth-wrapper {
        padding: 45px 0px;
        background-size: cover;
    }

    /* line 163, ../sass/mobile/portrait/_home.scss */
    .nww-home-sixth-wrapper h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 25px;
    }

    /* line 168, ../sass/mobile/portrait/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* line 172, ../sass/mobile/portrait/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-col-content h3 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 177, ../sass/mobile/portrait/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-default .home-sixth-wrapper-inner-default-content {
        top: 32%;
    }

    /* line 179, ../sass/mobile/portrait/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-default .home-sixth-wrapper-inner-default-content .nww-plus-default-img {
        margin-top: 20px;
    }

    /* line 184, ../sass/mobile/portrait/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover {
        -webkit-transform: scale(1, 1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 250ms;
        -moz-transform: scale(1, 1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 250ms;
        -webkit-transition-property: all;
        /* Safari */
        transition-property: all;
        left: 0;
        width: 100%;
    }

    /* line 195, ../sass/mobile/portrait/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover .home-sixth-wrapper-inner-hover-content {
        top: 20px;
        padding: 0px 5px;
    }

    /* line 198, ../sass/mobile/portrait/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover .home-sixth-wrapper-inner-hover-content h3 {
        padding-bottom: 5px;
    }

    /* line 201, ../sass/mobile/portrait/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover .home-sixth-wrapper-inner-hover-content p {
        margin: 0;
        font: 400 14px "Roboto", sans-serif;
        line-height: 18px;
        padding-bottom: 10px;
    }

    /* line 212, ../sass/mobile/portrait/_home.scss */
    .nww-home-seventh-wrapper {
        padding: 45px 0px;
        padding-bottom: 75px;
    }

    /* line 215, ../sass/mobile/portrait/_home.scss */
    .nww-home-seventh-wrapper h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 25px;
    }

    /* line 221, ../sass/mobile/portrait/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box {
        background-color: #fff;
        padding: 25px;
    }

    /* line 225, ../sass/mobile/portrait/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content p {
        text-align: center;
    }

    /* line 227, ../sass/mobile/portrait/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content p:before {
        content: url(../images/quote-left.png);
        position: absolute;
        left: -16px;
        top: -17px;
    }

    /* line 233, ../sass/mobile/portrait/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content p:after {
        content: url(../images/quote-right.png);
        margin-left: 5px;
    }

    /* line 238, ../sass/mobile/portrait/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content h4 {
        text-align: center;
    }

    /* line 241, ../sass/mobile/portrait/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content h5 {
        text-align: center;
    }

    /* line 247, ../sass/mobile/portrait/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .bx-controls {
        display: none;
    }

    /* line 252, ../sass/mobile/portrait/_home.scss */
    .nww-home-seventh-wrapper-mobile {
        display: block;
    }

    /* line 255, ../sass/mobile/portrait/_home.scss */
    .nww-home-seventh-wrapper-desktop {
        display: none;
    }

    /* line 1, ../sass/mobile/portrait/_contact.scss */
    .nww-contact-middle-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /* line 4, ../sass/mobile/portrait/_contact.scss */
    .nww-contact-middle-wrapper p {
        font: 300 16px "Roboto", sans-serif;
    }

    /* line 7, ../sass/mobile/portrait/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper {
        padding-top: 30px;
    }

    /* line 9, ../sass/mobile/portrait/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper {
        padding-right: 15px;
        padding-bottom: 30px;
    }

    /* line 13, ../sass/mobile/portrait/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-extra-wrapper {
        padding: 15;
    }

    /* line 16, ../sass/mobile/portrait/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper {
        padding-left: 15px;
    }

    /* line 18, ../sass/mobile/portrait/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper h3 {
        padding-bottom: 20px;
    }

    /* line 21, ../sass/mobile/portrait/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-map {
        margin-bottom: 25px;
    }

    /* line 26, ../sass/mobile/portrait/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-left h6 {
        font: 300 16px "Roboto", sans-serif;
    }

    /* line 29, ../sass/mobile/portrait/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-left a {
        margin-top: 15px;
        font: 500 16px "Roboto", sans-serif;
    }

    /* line 34, ../sass/mobile/portrait/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-right {
        padding-left: 15px;
        padding-top: 15px;
    }

    /* line 37, ../sass/mobile/portrait/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-right h5 {
        font: 500 16px "Roboto", sans-serif;
    }

    /* line 39, ../sass/mobile/portrait/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-right h5 dfn {
        font: 300 16px "Roboto", sans-serif;
    }

    /* line 42, ../sass/mobile/portrait/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-right h5 a {
        font: 500 16px "Roboto", sans-serif;
    }

    /* line 1, ../sass/mobile/portrait/_about.scss */
    .nww-about-top-wrapper {
        padding-top: 25px;
    }

    /* line 4, ../sass/mobile/portrait/_about.scss */
    .nww-about-top-wrapper .nww-about-top-container-wrapper h3 {
        font: 600 22px "proxima-nova", sans-serif;
        padding: 15px 0px;
    }

    /* line 8, ../sass/mobile/portrait/_about.scss */
    .nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download {
        padding-top: 5px;
        width: 100%;
    }

    /* line 11, ../sass/mobile/portrait/_about.scss */
    .nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download a {
        vertical-align: middle;
    }

    /* line 13, ../sass/mobile/portrait/_about.scss */
    .nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download a img {
        vertical-align: middle;
    }

    /* line 20, ../sass/mobile/portrait/_about.scss */
    .nww-about-team-wrapper {
        padding: 45px 0px;
        padding-bottom: 20px;
    }

    /* line 23, ../sass/mobile/portrait/_about.scss */
    .nww-about-team-wrapper h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /*about team popup*/
    /* line 30, ../sass/mobile/portrait/_about.scss */
    .nww-about-team-pop-box {
        padding: 20px 0px;
    }

    /* line 35, ../sass/mobile/portrait/_about.scss */
    .nww-partner-wrapper .nww-video-partner-inner-logo-wrapper h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 30px;
        padding-top: 35px;
    }

    /* line 41, ../sass/mobile/portrait/_about.scss */
    .nww-partner-wrapper .nww-video-partner-inner-logo-wrapper .nww-video-partner-inner-logo-container .nww-vidoe-partner-logo-box {
        padding: 0;
        width: 100%;
        display: block;
    }

    /* line 45, ../sass/mobile/portrait/_about.scss */
    .nww-partner-wrapper .nww-video-partner-inner-logo-wrapper .nww-video-partner-inner-logo-container .nww-vidoe-partner-logo-box .nww-vidoe-partner-logo {
        margin: 0 auto;
    }

    /* line 53, ../sass/mobile/portrait/_about.scss */
    .nww-partner-wrapper .nww-digital-partner-inner-logo-wrapper h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 30px;
        padding-top: 35px;
    }

    /* line 1, ../sass/mobile/portrait/_news.scss */
    .nww-news-top-wrapper {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 6, ../sass/mobile/portrait/_news.scss */
    .nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h2 {
        font: 600 28px "proxima-nova", sans-serif;
    }

    /* line 9, ../sass/mobile/portrait/_news.scss */
    .nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container p {
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* line 14, ../sass/mobile/portrait/_news.scss */
    .nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 {
        text-align: center;
    }

    /* line 16, ../sass/mobile/portrait/_news.scss */
    .nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 a {
        display: block;
        margin-right: 0px !important;
        margin-bottom: 20px;
    }

    /* line 20, ../sass/mobile/portrait/_news.scss */
    .nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 a img {
        display: block;
        margin: 0 auto;
    }

    /* line 29, ../sass/mobile/portrait/_news.scss */
    .nww-news-bottom-wrapper {
        padding-top: 40px;
    }

    /* line 33, ../sass/mobile/portrait/_news.scss */
    .nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box {
        border-right: none;
    }

    /* line 36, ../sass/mobile/portrait/_news.scss */
    .nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box .nww-news-box-content p {
        padding: 0 15px;
    }

    /* line 42, ../sass/mobile/portrait/_news.scss */
    .nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row:last-child .nww-news-box {
        border-bottom: 1px solid #c9c9c9;
    }

    /* line 1, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-one {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 4, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-one h2 {
        font: 600 24px "proxima-nova", sans-serif;
        padding-bottom: 10px;
    }

    /* line 9, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-left-row {
        padding-top: 10px;
    }

    /* line 11, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-left-row h3 {
        font: 400 22px "proxima-nova", sans-serif;
        padding-bottom: 10px;
    }

    /* line 15, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-left-row p {
        font: 400 16px "Roboto", sans-serif;
        padding-bottom: 15px;
    }

    /* line 20, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner h4 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 15px;
    }

    /* line 26, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-row .nww-vid-play-btn img {
        top: 37%;
    }

    /* line 36, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col {
        background-size: cover;
        min-height: 368px;
    }

    /* line 39, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption {
        position: absolute;
        width: 56%;
        top: 25%;
    }

    /* line 43, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption h3 {
        font: 600 24px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 47, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption .nww-col-res-wrapper-two-inner-row-col-btn {
        font: 600 18px "proxima-nova", sans-serif;
        padding: 10px 25px;
    }

    /* line 53, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption-left .nww-col-res-wrapper-two-inner-row-col-btn {
        width: 100%;
    }

    /* line 58, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption-right .nww-col-res-wrapper-two-inner-row-col-btn {
        width: 100%;
    }

    /* line 66, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-three {
        background-size: cover;
        padding: 40px 0px;
        padding-bottom: 25px;
    }

    /* line 70, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-three h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 75, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner h3 {
        font: 600 21px "proxima-nova", sans-serif;
        padding-bottom: 10px;
    }

    /* line 79, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner p {
        font: 400 15px "Roboto", sans-serif;
        padding-bottom: 15px;
        padding-right: 0px;
    }

    /* line 84, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section {
        padding-bottom: 15px;
    }

    /* line 88, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-img img {
        margin-right: 8px;
    }

    /* line 92, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-content {
        display: inline-block;
        vertical-align: top;
        width: 62%;
    }

    /* line 96, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-content dfn {
        display: inline-block;
        padding-bottom: 15px;
    }

    /* line 106, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-four {
        padding: 40px 0px;
    }

    /* line 108, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-four h3 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 113, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-logos {
        text-align: center;
    }

    /* line 115, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-logos img {
        margin-bottom: 5px;
    }

    /* line 119, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner p {
        padding-bottom: 10px;
    }

    /* line 122, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-btn-section {
        padding-top: 20px;
    }

    /* line 124, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-btn-section a {
        width: 180px;
        font: 600 18px "proxima-nova", sans-serif;
        padding: 10px 10px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    /* line 131, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-btn-section img {
        margin: 0 auto;
    }

    /* line 138, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container {
        padding: 40px 0px;
    }

    /* line 140, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 144, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container .nww-col-res-wrapper-five-col-row {
        margin-bottom: 20px;
    }

    /* line 146, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container .nww-col-res-wrapper-five-col-row .nww-vid-play-btn {
        text-decoration: none;
    }

    /* line 148, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container .nww-col-res-wrapper-five-col-row .nww-vid-play-btn img {
        top: 37%;
    }

    /* line 153, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container p {
        font: 400 14px "Roboto", sans-serif;
    }

    /* line 158, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-six {
        background-size: cover;
        padding: 40px 0px;
        padding-bottom: 20px;
    }

    /* line 162, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-six h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 166, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-six .nww-col-res-wrapper-six-inner-col {
        padding-left: 15px;
    }

    /* line 168, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-six .nww-col-res-wrapper-six-inner-col h3 {
        font: 600 21px "proxima-nova", sans-serif;
        padding-bottom: 15px;
    }

    /* line 172, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-six .nww-col-res-wrapper-six-inner-col p {
        padding-bottom: 15px;
    }

    /* line 177, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-seven {
        padding: 35px 0px;
    }

    /* line 179, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-seven h3 {
        font: 600 21px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 184, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner h4 {
        font: 600 20px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 188, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner .nww-col-res-wrapper-seven-col-row {
        margin-bottom: 20px;
    }

    /* line 191, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner .nww-col-res-wrapper-seven-col-row .nww-vid-play-btn img {
        top: 37%;
    }

    /* line 196, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner dfn {
        display: block;
        margin-bottom: 20px;
    }

    /* line 202, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-eight {
        background-color: #eeeeee;
        padding: 40px 0px;
    }

    /* line 205, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-eight h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 210, ../sass/mobile/portrait/_col-res.scss */
    .nww-col-res-wrapper-eight .nww-col-res-wrapper-eight-inner-container .nww-contact-res-submit-btn {
        padding: 15px 10px;
    }

    /* line 1, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-one {
        padding: 40px 0px;
    }

    /* line 3, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-one h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 8, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner p {
        padding-right: 0px;
        padding-bottom: 15px;
    }

    /* line 12, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner h4 {
        font: 600 20px "proxima-nova", sans-serif;
        padding-bottom: 30px;
    }

    /* line 17, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner .nww-col-21-cen-res-wrapper-one-col-row .nww-vid-play-btn {
        text-decoration: none;
    }

    /* line 19, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner .nww-col-21-cen-res-wrapper-one-col-row .nww-vid-play-btn img {
        top: 37%;
    }

    /* line 26, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 29, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 34, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner p {
        padding-bottom: 20px;
        padding-right: 0px;
    }

    /* line 38, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-two-inner-logo-wrapper {
        padding-top: 20px;
    }

    /* line 40, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-two-inner-logo-wrapper .nww-col-21-cen-res-logo-img {
        width: 23%;
        margin-right: 10px;
    }

    /* line 47, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-two-inner-logo-wrapper .nww-col-21-cen-res-logo-img-content {
        width: 55%;
        padding-top: 5px;
        padding-bottom: 30px;
    }

    /* line 51, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-two-inner-logo-wrapper .nww-col-21-cen-res-logo-img-content a {
        font: 500 14px "Roboto", sans-serif;
        line-height: 18px;
    }

    /* line 62, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-three {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 65, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-three h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 70, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-four {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 73, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-four h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 78, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-five {
        padding: 40px 0px;
    }

    /* line 80, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-five h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 84, ../sass/mobile/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-five .nww-contact-res-submit-btn {
        margin: 0 0 0 16px !important;
    }

    /* line 1, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 4, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one h2 {
        font: 600 24px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 9, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-right-row {
        padding-top: 10px;
    }

    /* line 11, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-right-row h3 {
        font: 400 22px "proxima-nova", sans-serif;
        padding-bottom: 10px;
    }

    /* line 15, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-right-row p {
        font: 400 16px "Roboto", sans-serif;
        padding-bottom: 15px;
    }

    /* line 20, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner h4 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 15px;
    }

    /* line 26, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-row .nww-vid-play-btn img {
        top: 37%;
    }

    /* line 33, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-two {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 36, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-two h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 25px;
    }

    /* line 41, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-two .nww-col-h-sch-res-wrapper-two-inner p {
        font: 400 20px "proxima-nova", sans-serif;
        padding-bottom: 25px;
    }

    /* line 47, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three {
        background-size: cover;
        padding: 40px 0px;
        padding-bottom: 20px;
    }

    /* line 51, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 56, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner h6 {
        font: 400 20px "proxima-nova", sans-serif;
        padding-right: 0px;
        padding-bottom: 25px;
    }

    /* line 61, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner p {
        padding-right: 0px;
    }

    /* line 64, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner h3 {
        font: 600 22px "proxima-nova", sans-serif;
    }

    /* line 67, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section {
        padding-bottom: 15px;
    }

    /* line 71, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-img img {
        margin-right: 8px;
    }

    /* line 75, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-content {
        width: 62%;
    }

    /* line 77, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-content dfn {
        display: inline-block;
        padding-bottom: 15px;
    }

    /* line 87, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-four {
        padding: 40px 0px;
    }

    /* line 90, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner .nww-col-h-sch-res-wrapper-four-left-img {
        width: 100%;
    }

    /* line 93, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    /* line 98, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner p {
        padding-bottom: 15px;
    }

    /* line 101, ../sass/mobile/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner a {
        margin: 0 auto;
    }

    /* line 1, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-one {
        padding: 40px 0px;
        padding-bottom: 20px;
    }

    /* line 4, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-one h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 8, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-one p {
        padding-bottom: 15px;
        padding-right: 0px;
    }

    /* line 14, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-two {
        padding: 40px 0px;
    }

    /* line 16, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-two h3 {
        font: 600 21px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 22, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three {
        padding: 40px 0px;
        padding-bottom: 20px;
    }

    /* line 25, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 30, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner p {
        padding-right: 0px;
    }

    /* line 33, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner h5 {
        padding-right: 0px;
    }

    /* line 36, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper {
        padding-bottom: 20px;
    }

    /* line 38, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 42, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img img {
        margin: 0 auto;
    }

    /* line 46, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 50, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a {
        display: block;
        text-align: center;
        margin-top: 5px;
    }

    /* line 57, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner h4 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 61, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-col-row .nww-vid-play-btn {
        text-decoration: none;
    }

    /* line 63, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-vid-play-btn img,
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-vid-play-btn img,
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-vid-play-btn img,
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 70, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 73, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 78, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-four-inner-left-img,
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-four-inner-left-img,
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-left-img {
        margin-bottom: 30px;
    }

    /* line 81, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper {
        padding-bottom: 20px;
    }

    /* line 83, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 87, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img img {
        margin: 0 auto;
    }

    /* line 91, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 95, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a {
        display: block;
        text-align: center;
        margin-top: 5px;
        padding: 0px 10px;
    }

    /* line 105, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 108, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 113, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper {
        padding-bottom: 20px;
    }

    /* line 115, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 119, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img img {
        margin: 0 auto;
    }

    /* line 123, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 127, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a {
        display: block;
        text-align: center;
        margin-top: 5px;
        padding: 0px 10px;
    }

    /* line 135, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner h4 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 140, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 147, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six {
        padding: 40px 0px;
    }

    /* line 149, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 154, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper {
        padding-bottom: 20px;
    }

    /* line 156, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 160, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img img {
        margin: 0 auto;
    }

    /* line 164, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 168, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a {
        display: block;
        text-align: center;
        margin-top: 5px;
        padding: 0px 10px;
    }

    /* line 176, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner h4 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 180, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-col-row .nww-vid-play-btn {
        text-decoration: none;
    }

    /* line 182, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 189, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-seven {
        padding: 40px 0px;
        padding-bottom: 20px;
    }

    /* line 192, ../sass/mobile/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-seven h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 1, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one {
        background-size: cover;
        padding: 40px 0px;
        padding-bottom: 25px;
    }

    /* line 5, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 11, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 15, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img img {
        margin: 0 auto;
    }

    /* line 19, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 23, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img-content a {
        display: block;
        text-align: center;
    }

    /* line 29, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner h4 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 34, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 41, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-two {
        padding: 30px 0px;
    }

    /* line 43, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-two h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 48, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner p {
        margin: 0;
        font: 400 16px "Roboto", sans-serif;
        color: #666666;
        line-height: 24px;
        padding-bottom: 25px;
    }

    /* line 54, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner p a {
        text-decoration: none;
        color: #ffcc00;
    }

    /* line 59, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner h4 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 64, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner .nww-who-ben-from-wrapper-two-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 71, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three {
        background-color: #eeeeee;
        padding: 25px 0px;
    }

    /* line 77, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-img {
        display: block;
        vertical-align: top;
    }

    /* line 80, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-img img {
        margin: 0 auto;
    }

    /* line 84, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content {
        display: block;
        width: 100%;
    }

    /* line 87, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content h5 {
        text-align: center;
    }

    /* line 90, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content p {
        text-align: center;
    }

    /* line 98, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-four {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 101, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-four h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 105, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-four h6 {
        padding-bottom: 20px;
    }

    /* line 109, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner h4 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 114, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner .nww-who-ben-from-wrapper-four-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 121, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 124, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 128, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five h6 {
        padding-bottom: 20px;
    }

    /* line 132, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner h4 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 136, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 140, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img img {
        margin: 0 auto;
    }

    /* line 144, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 148, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img-content a {
        display: block;
        text-align: center;
    }

    /* line 156, ../sass/mobile/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 1, ../sass/mobile/portrait/_resources.scss */
    .resources-wrapper {
        margin-top: 73px;
        min-height: 0;
    }

    /* line 5, ../sass/mobile/portrait/_resources.scss */
    .resources-wrapper .button-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /* line 8, ../sass/mobile/portrait/_resources.scss */
    .resources-wrapper .button-container ul {
        border: none;
    }

    /* line 10, ../sass/mobile/portrait/_resources.scss */
    .resources-wrapper .button-container ul li {
        margin-left: 15px;
    }

    /* line 12, ../sass/mobile/portrait/_resources.scss */
    .resources-wrapper .button-container ul li a {
        width: 125px;
    }

    /* line 2, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .nww-common-inner-page-banner .nww-common-inner-page-banner-caption {
        top: 10%;
    }

    /* line 6, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links {
        position: static;
        padding: 0;
        margin: 0;
        background: rgba(0, 94, 117, 0.9);
        width: 100%;
    }

    /* line 12, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper {
        padding: 0;
    }

    /* line 14, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div {
        width: 50%;
        float: left;
        display: inline-block;
        border-bottom: 1px solid #125f70;
    }

    /* line 19, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div p {
        display: block;
        height: auto;
        margin: 0;
    }

    /* line 23, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div p a {
        width: 100%;
        font: 700 11px "proxima-nova", sans-serif;
        line-height: 13px;
        display: inline-block;
        width: 100%;
        height: 50px;
        padding: 10px 0;
    }

    /* line 33, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div:nth-of-type(2n+1) {
        border-right: 1px solid #125f70;
    }

    /* line 37, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div:not(:last-of-type) p {
        border-right: none;
    }

    /* line 46, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .presentations {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* line 49, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .presentations h2 {
        padding-bottom: 30px;
        font: 600 28px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 53, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .presentations h4 {
        padding-bottom: 15px;
        font: 600 22px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 57, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .presentations h5 {
        margin: 15px 0;
        font: 400 16px "Roboto", sans-serif, sans-serif;
    }

    /* line 62, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .presentations .row > div:nth-of-type(2) {
        padding: 0 15px;
    }

    /* line 66, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .presentations .presentation-video-popup img {
        top: 50%;
    }

    /* line 71, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .skills-training {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* line 74, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .skills-training h2 {
        margin: 0 0 0 0;
        padding-bottom: 30px;
        font: 600 28px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 81, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .skills-training .row > div:first-of-type {
        padding-right: 15px;
    }

    /* line 85, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .skills-training .row > div:last-of-type img {
        width: 100%;
    }

    /* line 91, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .skills-training .logo-wrapper {
        margin: 30px 0;
    }

    /* line 93, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .skills-training .logo-wrapper img {
        width: 45%;
        margin-right: 5%;
        margin-bottom: 15px;
    }

    /* line 98, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .skills-training .logo-wrapper dfn {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    /* line 109, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .why-training {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* line 112, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .why-training h2 {
        padding-bottom: 30px;
        font: 600 28px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 116, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .why-training h4 {
        padding-bottom: 15px;
        font: 600 22px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 120, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .why-training h5 {
        margin: 0 0 30px;
        font: 400 16px "Roboto", sans-serif, sans-serif;
    }

    /* line 125, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .why-training .row > div:nth-of-type(2) {
        padding: 0 15px;
    }

    /* line 131, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .training-who {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* line 134, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .training-who h4 {
        padding-bottom: 15px;
        font: 600 28px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 138, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .training-who h5 {
        margin: 30px 0;
        font: 400 16px "Roboto", sans-serif, sans-serif;
    }

    /* line 143, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .training-who .row > div {
        padding-right: 15px;
    }

    /* line 149, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .bring-training {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* line 152, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .bring-training h2 {
        padding-bottom: 30px;
        font: 600 28px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 156, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .bring-training h4 {
        padding-bottom: 20px;
        font: 400 18px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 162, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .upcoming-trainings {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* line 165, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .upcoming-trainings h2 {
        padding-bottom: 30px;
        font: 600 28px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 169, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .upcoming-trainings p {
        margin-bottom: 15px;
    }

    /* line 173, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .upcoming-trainings .row > div:nth-of-type(2) {
        padding: 0 15px;
    }

    /* line 178, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .upcoming-trainings .logo-container img {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 30px;
    }

    .presentations-wrapper .upcoming-trainings table {
        width: 100%;
    }

    .table-wrapper {
        padding: 0;
    }

    /* line 185, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* line 188, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings h2 {
        padding-bottom: 30px;
        font: 600 28px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 192, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form {
        margin-top: 30px;
    }

    /* line 194, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group {
        margin-bottom: 20px;
    }

    /* line 197, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input,
    .presentations-wrapper .request-presentation-trainings form .form-group select,
    .presentations-wrapper .request-presentation-trainings form .form-group textarea {
        width: 100%;
        border-radius: 4px;
        border: none;
        background-color: #fff;
        font: 400 16px "Roboto", sans-serif, sans-serif;
        /* Change autofill color of chrome */
    }

    /* line 206, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input::-webkit-input-placeholder,
    .presentations-wrapper .request-presentation-trainings form .form-group select::-webkit-input-placeholder,
    .presentations-wrapper .request-presentation-trainings form .form-group textarea::-webkit-input-placeholder {
        font: 400 16px "Roboto", sans-serif, sans-serif;
        color: #333333;
    }

    /* line 211, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input:-moz-placeholder,
    .presentations-wrapper .request-presentation-trainings form .form-group select:-moz-placeholder,
    .presentations-wrapper .request-presentation-trainings form .form-group textarea:-moz-placeholder {
        /* Firefox 18- */
        font: 400 16px "Roboto", sans-serif, sans-serif;
        color: #333333;
    }

    /* line 217, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input::-moz-placeholder,
    .presentations-wrapper .request-presentation-trainings form .form-group select::-moz-placeholder,
    .presentations-wrapper .request-presentation-trainings form .form-group textarea::-moz-placeholder {
        /* Firefox 19+ */
        font: 400 16px "Roboto", sans-serif, sans-serif;
        color: #333333;
    }

    /* line 223, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input:-ms-input-placeholder,
    .presentations-wrapper .request-presentation-trainings form .form-group select:-ms-input-placeholder,
    .presentations-wrapper .request-presentation-trainings form .form-group textarea:-ms-input-placeholder {
        font: 400 16px "Roboto", sans-serif, sans-serif;
        color: #333333;
    }

    /* line 228, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input:-webkit-autofill,
    .presentations-wrapper .request-presentation-trainings form .form-group select:-webkit-autofill,
    .presentations-wrapper .request-presentation-trainings form .form-group textarea:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
        -webkit-text-fill-color: #333333 !important;
    }

    /* line 232, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input:-webkit-autofill:hover,
    .presentations-wrapper .request-presentation-trainings form .form-group select:-webkit-autofill:hover,
    .presentations-wrapper .request-presentation-trainings form .form-group textarea:-webkit-autofill:hover {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
        -webkit-text-fill-color: #333333 !important;
    }

    /* line 238, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input {
        height: 60px;
        padding: 20px;
        line-height: 16px;
    }

    /* line 244, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group select {
        height: 60px;
        line-height: 16px;
        padding: 20px;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        background: white url(../images/arrow-select.png) no-repeat right 20px center !important;
        outline: none;
    }

    /* line 257, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group textarea {
        height: 150px;
        padding: 15px 20px;
    }

    /* line 262, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input[type="submit"] {
        display: inline-block;
        width: auto;
        padding: 15px 32px;
        margin-top: 40px;
        text-decoration: none;
        font: 600 16px "proxima-nova", sans-serif;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        background-color: #004455;
        border: 2px solid transparent;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    /* line 275, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input[type="submit"]:hover {
        border: 2px solid #004455;
        background-color: transparent;
        color: #004455;
    }

    /* line 281, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group .wpcf7-not-valid-tip {
        margin: 5px 5px 0;
        line-height: 12px;
        height: 16px;
        font-size: 12px;
        color: #ff1431;
    }

    /* line 289, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .wpcf7-response-output {
        border: none;
        color: #666666;
        font: 400 16px "Roboto", sans-serif, sans-serif;
        line-height: 20px;
        text-align: center;
    }

    /* line 295, ../sass/mobile/portrait/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .wpcf7-response-output.wpcf7-validation-errors {
        color: #ff1431;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    /* line 2, ../sass/mobile/landscape/_header.scss */
    header .main-nav-bar {
        padding-top: 25px;
    }

    /* line 4, ../sass/mobile/landscape/_header.scss */
    header .main-nav-bar .navbar-header {
        margin-right: 0px !important;
        padding-left: 15px;
    }

    /* line 7, ../sass/mobile/landscape/_header.scss */
    header .main-nav-bar .navbar-header .navbar-brand {
        width: 40%;
        margin-top: -18px;
    }

    /* line 12, ../sass/mobile/landscape/_header.scss */
    header .main-nav-bar .nww-navbar-middle {
        margin-top: 14px;
    }

    /* line 14, ../sass/mobile/landscape/_header.scss */
    header .main-nav-bar .nww-navbar-middle li {
        margin-right: 0px;
    }

    header .main-nav-bar .nww-navbar-middle .menu-item-has-children::after {
        content: '';
        background: url(../images/dropdown/drop.png);
        position: absolute;
        top: 1px;
        right: -20px;
        width: 15px;
        height: 15px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    /* line 16, ../sass/mobile/landscape/_header.scss */
    header .main-nav-bar .nww-navbar-middle li a {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }

    /* header .main-nav-bar .nww-navbar-middle li:first-of-type {
    padding-top: 30px;
  } */
    header .main-nav-bar .nww-navbar-middle .menu-item-has-children::after {
        top: 10px !important;
        right: -60px !important;
    }

    header .main-nav-bar .nww-navbar-middle .menu-item-has-children {
        margin-right: 0 !important;
    }

    header .main-nav-bar .nww-navbar-middle li .sub-menu {
        top: 0 !important;
        left: 0 !important;
        width: 250px !important;
    }

    header .main-nav-bar .nww-navbar-middle li {
        width: 250px !important;
    }

    /* line 21, ../sass/mobile/landscape/_header.scss */
    header .main-nav-bar .nww-navbar-middle li a:hover {
        color: #0088aa !important;
        border-color: #ffcc00;
    }

    /* line 28, ../sass/mobile/landscape/_header.scss */
    header .main-nav-bar .nww-logo-right {
        float: none;
        display: none;
        margin-bottom: 15px;
    }

    /* line 32, ../sass/mobile/landscape/_header.scss */
    header .main-nav-bar .nww-logo-right img {
        margin: 0 auto;
    }

    /* line 2, ../sass/mobile/landscape/_footer.scss */
    footer .nww-footer-top {
        padding-bottom: 15px;
    }

    /* line 5, ../sass/mobile/landscape/_footer.scss */
    footer .nww-footer-top .nww-footer-top-container h5 {
        display: block;
        margin-right: 0px !important;
        margin-bottom: 10px;
        text-align: center;
    }

    /* line 11, ../sass/mobile/landscape/_footer.scss */
    footer .nww-footer-top .nww-footer-top-container .nww-footer-top-social-media {
        width: 100%;
        text-align: center;
    }

    /* line 14, ../sass/mobile/landscape/_footer.scss */
    footer .nww-footer-top .nww-footer-top-container .nww-footer-top-social-media .nww-social-media-ico {
        margin-right: 10px;
        margin-bottom: 35px;
    }

    /* line 21, ../sass/mobile/landscape/_footer.scss */
    footer .nww-footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /*Common Banner*/
    /* line 2, ../sass/mobile/landscape/_template.scss */
    .nww-common-inner-page-banner {
        margin-top: 101px;
    }

    /* line 4, ../sass/mobile/landscape/_template.scss */
    .nww-common-inner-page-banner .nww-common-inner-page-banner-caption {
        top: 38%;
    }

    /* line 6, ../sass/mobile/landscape/_template.scss */
    .nww-common-inner-page-banner .nww-common-inner-page-banner-caption h1 {
        font: 600 40px "proxima-nova", sans-serif;
    }

    .nww-common-inner-page-banner .nww-common-inner-page-banner-image {
        width: 100%;
        height: 200px;
    }

    /* line 12, ../sass/mobile/landscape/_template.scss */
    .nww-common-inner-custom-page-banner .nww-common-inner-page-banner-caption {
        top: 35%;
    }

    /* line 16, ../sass/mobile/landscape/_template.scss */
    .nww-banner-navigation {
        display: none;
    }

    /*back to top button*/
    /* line 20, ../sass/mobile/landscape/_template.scss */
    .nww-back-to-top-btn {
        display: none !important;
    }

    /* line 24, ../sass/mobile/landscape/_template.scss */
    .videoplay {
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        display: block;
        z-index: 200;
    }

    /* line 1, ../sass/mobile/landscape/_home.scss */
    .nww-mian-slider-wrapper {
        margin-top: 101px;
    }

    /* line 4, ../sass/mobile/landscape/_home.scss */
    .nww-mian-slider-wrapper .container .nww-main-slider-caption {
        top: 30%;
    }

    /* line 7, ../sass/mobile/landscape/_home.scss */
    .nww-mian-slider-wrapper .container .nww-main-slider-caption .nww-main-slider-caption-container h1 {
        font: 600 24px "proxima-nova", sans-serif;
    }

    /* line 13, ../sass/mobile/landscape/_home.scss */
    .nww-mian-slider-wrapper .bx-controls {
        display: none;
    }

    /* line 17, ../sass/mobile/landscape/_home.scss */
    .nww-home-second-wrapper {
        background-size: cover;
        padding-top: 45px;
        padding-bottom: 20px;
    }

    /* line 23, ../sass/mobile/landscape/_home.scss */
    .nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container h2 {
        font: 600 22px "proxima-nova", sans-serif;
    }

    /* line 26, ../sass/mobile/landscape/_home.scss */
    .nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container .nww-home-second-wrapper-skills-set {
        padding-top: 20px;
    }

    /* line 28, ../sass/mobile/landscape/_home.scss */
    .nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container .nww-home-second-wrapper-skills-set .nww-home-second-wrapper-skills-set-inner {
        margin-bottom: 5px;
    }

    /* line 30, ../sass/mobile/landscape/_home.scss */
    .nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container .nww-home-second-wrapper-skills-set .nww-home-second-wrapper-skills-set-inner h6 {
        font: 400 18px "Roboto", sans-serif;
    }

    /* line 32, ../sass/mobile/landscape/_home.scss */
    .nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container .nww-home-second-wrapper-skills-set .nww-home-second-wrapper-skills-set-inner h6 dfn {
        font: 400 18px "Roboto", sans-serif;
    }

    /* line 41, ../sass/mobile/landscape/_home.scss */
    .nww-home-third-wrapper {
        padding: 45px 0px;
    }

    /* line 43, ../sass/mobile/landscape/_home.scss */
    .nww-home-third-wrapper h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 25px;
    }

    /* line 48, ../sass/mobile/landscape/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* line 52, ../sass/mobile/landscape/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-col-content h3 {
        font: 600 24px "proxima-nova", sans-serif;
    }

    /* line 57, ../sass/mobile/landscape/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-default .home-third-wrapper-inner-default-content {
        top: 40%;
    }

    /* line 59, ../sass/mobile/landscape/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-default .home-third-wrapper-inner-default-content .nww-plus-default-img {
        margin-top: 30px;
    }

    /* line 64, ../sass/mobile/landscape/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover {
        -webkit-transform: scale(1, 1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 250ms;
        -moz-transform: scale(1, 1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 250ms;
        -webkit-transition-property: all;
        /* Safari */
        transition-property: all;
        width: 100%;
        left: 0;
    }

    /* line 75, ../sass/mobile/landscape/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content {
        top: 80px;
        padding: 0px 80px;
    }

    /* line 78, ../sass/mobile/landscape/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content h3 {
        padding-bottom: 15px;
    }

    /* line 81, ../sass/mobile/landscape/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content p {
        margin: 0;
        font: 400 18px "Roboto", sans-serif;
        line-height: 22px;
        padding-bottom: 30px;
    }

    /* line 87, ../sass/mobile/landscape/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content .nww-minus-default-img {
        margin: 0 auto;
    }

    /* line 95, ../sass/mobile/landscape/_home.scss */
    .nww-home-forth-wrapper {
        padding: 45px 0px;
    }

    /* line 97, ../sass/mobile/landscape/_home.scss */
    .nww-home-forth-wrapper h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 25px;
    }

    /* line 104, ../sass/mobile/landscape/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper .nww-home-forth-inner-logo-col .nww-part-org-right-line {
        height: 100px;
    }

    /* line 108, ../sass/mobile/landscape/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper .nww-home-forth-inner-logo-col:last-child .nww-part-org-right-line {
        display: none;
    }

    /* line 115, ../sass/mobile/landscape/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper:last-child .nww-home-forth-inner-logo-col .nww-home-forth-inner-row {
        border-bottom: 1px solid #efefef;
    }

    /* line 119, ../sass/mobile/landscape/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper:last-child .nww-home-forth-inner-logo-col:nth-child(5) .nww-home-forth-inner-row {
        border: none;
    }

    /* line 124, ../sass/mobile/landscape/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper:last-child .nww-home-forth-inner-logo-col:nth-child(6) .nww-home-forth-inner-row {
        border: none;
    }

    /* line 132, ../sass/mobile/landscape/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-bottom-wrapper {
        padding-top: 20px;
    }

    /* line 134, ../sass/mobile/landscape/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-bottom-wrapper h4 {
        font: 400 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 140, ../sass/mobile/landscape/_home.scss */
    .nww-home-fifth-wrapper {
        padding: 45px 0px;
    }

    /* line 142, ../sass/mobile/landscape/_home.scss */
    .nww-home-fifth-wrapper h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 25px;
    }

    /* line 149, ../sass/mobile/landscape/_home.scss */
    .nww-home-fifth-wrapper .nww-home-fifth-inner-wrapper .nww-home-fifth-inner-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 154, ../sass/mobile/landscape/_home.scss */
    .nww-home-fifth-wrapper .nww-home-fifth-inner-wrapper h5 {
        font: 600 18px "proxima-nova", sans-serif;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /* line 161, ../sass/mobile/landscape/_home.scss */
    .nww-home-sixth-wrapper {
        padding: 45px 0px;
        background-size: cover;
    }

    /* line 164, ../sass/mobile/landscape/_home.scss */
    .nww-home-sixth-wrapper h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 25px;
    }

    /* line 169, ../sass/mobile/landscape/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* line 173, ../sass/mobile/landscape/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-col-content h3 {
        font: 600 24px "proxima-nova", sans-serif;
    }

    /* line 178, ../sass/mobile/landscape/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-default .home-sixth-wrapper-inner-default-content {
        top: 35%;
    }

    /* line 180, ../sass/mobile/landscape/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-default .home-sixth-wrapper-inner-default-content .nww-plus-default-img {
        margin-top: 30px;
    }

    /* line 185, ../sass/mobile/landscape/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover {
        -webkit-transform: scale(1, 1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 250ms;
        -moz-transform: scale(1, 1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 250ms;
        -webkit-transition-property: all;
        /* Safari */
        transition-property: all;
        left: 0;
        width: 100%;
    }

    /* line 196, ../sass/mobile/landscape/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover .home-sixth-wrapper-inner-hover-content {
        top: 50px;
        padding: 0px 80px;
    }

    /* line 199, ../sass/mobile/landscape/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover .home-sixth-wrapper-inner-hover-content h3 {
        padding-bottom: 15px;
    }

    /* line 202, ../sass/mobile/landscape/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover .home-sixth-wrapper-inner-hover-content p {
        margin: 0;
        font: 400 18px "Roboto", sans-serif;
        line-height: 22px;
        padding-bottom: 30px;
    }

    /* line 208, ../sass/mobile/landscape/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover .home-sixth-wrapper-inner-hover-content .nww-minus-default-img {
        margin: 0 auto;
    }

    /* line 216, ../sass/mobile/landscape/_home.scss */
    .nww-home-seventh-wrapper {
        padding: 45px 0px;
        padding-bottom: 75px;
    }

    /* line 219, ../sass/mobile/landscape/_home.scss */
    .nww-home-seventh-wrapper h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 25px;
    }

    /* line 225, ../sass/mobile/landscape/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box {
        background-color: #fff;
        padding: 25px;
    }

    /* line 229, ../sass/mobile/landscape/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content p {
        text-align: center;
    }

    /* line 231, ../sass/mobile/landscape/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content p:before {
        content: url(../images/quote-left.png);
        position: absolute;
        left: -10px;
        top: -17px;
    }

    /* line 237, ../sass/mobile/landscape/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content p:after {
        content: url(../images/quote-right.png);
        margin-left: 5px;
    }

    /* line 242, ../sass/mobile/landscape/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content h4 {
        text-align: center;
    }

    /* line 245, ../sass/mobile/landscape/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content h5 {
        text-align: center;
    }

    /* line 251, ../sass/mobile/landscape/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .bx-controls {
        display: none;
    }

    /* line 256, ../sass/mobile/landscape/_home.scss */
    .nww-home-seventh-wrapper-mobile {
        display: block;
    }

    /* line 259, ../sass/mobile/landscape/_home.scss */
    .nww-home-seventh-wrapper-desktop {
        display: none;
    }

    /* line 1, ../sass/mobile/landscape/_contact.scss */
    .nww-contact-middle-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /* line 4, ../sass/mobile/landscape/_contact.scss */
    .nww-contact-middle-wrapper p {
        font: 300 16px "Roboto", sans-serif;
    }

    /* line 7, ../sass/mobile/landscape/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper {
        padding-top: 30px;
    }

    /* line 9, ../sass/mobile/landscape/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-left-wrapper {
        padding-right: 15px;
        padding-bottom: 30px;
    }

    /* line 13, ../sass/mobile/landscape/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-extra-wrapper {
        padding: 15;
    }

    /* line 16, ../sass/mobile/landscape/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper {
        padding-left: 15px;
    }

    /* line 18, ../sass/mobile/landscape/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper h3 {
        padding-bottom: 20px;
    }

    /* line 21, ../sass/mobile/landscape/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-map {
        margin-bottom: 25px;
    }

    /* line 26, ../sass/mobile/landscape/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-left h6 {
        font: 300 16px "Roboto", sans-serif;
    }

    /* line 29, ../sass/mobile/landscape/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-left a {
        margin-top: 15px;
        font: 500 16px "Roboto", sans-serif;
    }

    /* line 34, ../sass/mobile/landscape/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-right {
        padding-left: 15px;
        padding-top: 15px;
    }

    /* line 37, ../sass/mobile/landscape/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-right h5 {
        font: 500 16px "Roboto", sans-serif;
    }

    /* line 39, ../sass/mobile/landscape/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-right h5 dfn {
        font: 300 16px "Roboto", sans-serif;
    }

    /* line 42, ../sass/mobile/landscape/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-right h5 a {
        font: 500 16px "Roboto", sans-serif;
    }

    /* line 1, ../sass/mobile/landscape/_about.scss */
    .nww-about-top-wrapper {
        padding-top: 25px;
    }

    /* line 4, ../sass/mobile/landscape/_about.scss */
    .nww-about-top-wrapper .nww-about-top-container-wrapper h3 {
        font: 600 22px "proxima-nova", sans-serif;
        padding: 15px 0px;
    }

    /* line 8, ../sass/mobile/landscape/_about.scss */
    .nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download {
        padding-top: 5px;
        width: 85%;
        margin: 0 auto;
    }

    /* line 12, ../sass/mobile/landscape/_about.scss */
    .nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download a {
        vertical-align: middle;
    }

    /* line 14, ../sass/mobile/landscape/_about.scss */
    .nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download a img {
        vertical-align: middle;
    }

    /* line 21, ../sass/mobile/landscape/_about.scss */
    .nww-about-team-wrapper {
        padding: 45px 0px;
        padding-bottom: 20px;
    }

    /* line 24, ../sass/mobile/landscape/_about.scss */
    .nww-about-team-wrapper h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /*about team popup*/
    /* line 31, ../sass/mobile/landscape/_about.scss */
    .nww-about-team-pop-box {
        padding: 20px 0px;
    }

    /* line 36, ../sass/mobile/landscape/_about.scss */
    .nww-partner-wrapper .nww-video-partner-inner-logo-wrapper h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 30px;
        padding-top: 35px;
    }

    /* line 42, ../sass/mobile/landscape/_about.scss */
    .nww-partner-wrapper .nww-video-partner-inner-logo-wrapper .nww-video-partner-inner-logo-container .nww-vidoe-partner-logo-box {
        padding: 0;
        width: 100%;
        display: block;
    }

    /* line 46, ../sass/mobile/landscape/_about.scss */
    .nww-partner-wrapper .nww-video-partner-inner-logo-wrapper .nww-video-partner-inner-logo-container .nww-vidoe-partner-logo-box .nww-vidoe-partner-logo {
        margin: 0 auto;
    }

    /* line 54, ../sass/mobile/landscape/_about.scss */
    .nww-partner-wrapper .nww-digital-partner-inner-logo-wrapper h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 30px;
        padding-top: 35px;
    }

    /* line 1, ../sass/mobile/landscape/_news.scss */
    .nww-news-top-wrapper {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 6, ../sass/mobile/landscape/_news.scss */
    .nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h2 {
        font: 600 28px "proxima-nova", sans-serif;
    }

    /* line 9, ../sass/mobile/landscape/_news.scss */
    .nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container p {
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* line 14, ../sass/mobile/landscape/_news.scss */
    .nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 {
        text-align: center;
    }

    /* line 16, ../sass/mobile/landscape/_news.scss */
    .nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 a {
        display: block;
        margin-right: 0px !important;
        margin-bottom: 20px;
    }

    /* line 20, ../sass/mobile/landscape/_news.scss */
    .nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 a img {
        display: block;
        margin: 0 auto;
    }

    /* line 29, ../sass/mobile/landscape/_news.scss */
    .nww-news-bottom-wrapper {
        padding-top: 40px;
    }

    /* line 33, ../sass/mobile/landscape/_news.scss */
    .nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box {
        border-right: none;
    }

    /* line 36, ../sass/mobile/landscape/_news.scss */
    .nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box .nww-news-box-content p {
        padding: 0 30px;
    }

    /* line 42, ../sass/mobile/landscape/_news.scss */
    .nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row:last-child .nww-news-box {
        border-bottom: 1px solid #c9c9c9;
    }

    /* line 1, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-one {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 4, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-one h2 {
        font: 600 24px "proxima-nova", sans-serif;
        padding-bottom: 10px;
    }

    /* line 9, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-left-row {
        padding-top: 10px;
    }

    /* line 11, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-left-row h3 {
        font: 400 22px "proxima-nova", sans-serif;
        padding-bottom: 10px;
    }

    /* line 15, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-left-row p {
        font: 400 16px "Roboto", sans-serif;
        padding-bottom: 15px;
    }

    /* line 20, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner h4 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 15px;
    }

    /* line 26, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-row .nww-vid-play-btn img {
        top: 37%;
    }

    /* line 36, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col {
        background-size: cover;
        min-height: 368px;
    }

    /* line 39, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption {
        position: absolute;
        width: 56%;
        top: 25%;
    }

    /* line 43, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption h3 {
        font: 600 24px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 47, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption .nww-col-res-wrapper-two-inner-row-col-btn {
        font: 600 18px "proxima-nova", sans-serif;
        padding: 10px 25px;
    }

    /* line 53, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption-left .nww-col-res-wrapper-two-inner-row-col-btn {
        width: 100%;
    }

    /* line 58, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption-right .nww-col-res-wrapper-two-inner-row-col-btn {
        width: 100%;
    }

    /* line 66, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-three {
        background-size: cover;
        padding: 40px 0px;
        padding-bottom: 25px;
    }

    /* line 70, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-three h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 75, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner h3 {
        font: 600 21px "proxima-nova", sans-serif;
        padding-bottom: 10px;
    }

    /* line 79, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner p {
        font: 400 15px "Roboto", sans-serif;
        padding-bottom: 15px;
        padding-right: 0px;
    }

    /* line 84, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section {
        padding-bottom: 15px;
    }

    /* line 88, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-img img {
        margin-right: 8px;
    }

    /* line 92, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-content {
        display: inline-block;
        vertical-align: top;
        width: 62%;
    }

    /* line 96, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-content dfn {
        display: inline-block;
        padding-bottom: 15px;
    }

    /* line 106, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-four {
        padding: 40px 0px;
    }

    /* line 108, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-four h3 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 113, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-logos {
        text-align: center;
    }

    /* line 115, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-logos img {
        margin-bottom: 5px;
        width: 22%;
    }

    /* line 120, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner p {
        padding-bottom: 10px;
    }

    /* line 123, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-btn-section {
        padding-top: 20px;
    }

    /* line 125, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-btn-section a {
        width: 180px;
        font: 600 18px "proxima-nova", sans-serif;
        padding: 10px 10px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    /* line 132, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-btn-section img {
        margin: 0 auto;
    }

    /* line 139, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container {
        padding: 40px 0px;
    }

    /* line 141, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 145, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container .nww-col-res-wrapper-five-col-row {
        margin-bottom: 20px;
    }

    /* line 147, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container .nww-col-res-wrapper-five-col-row .nww-vid-play-btn {
        text-decoration: none;
    }

    /* line 149, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container .nww-col-res-wrapper-five-col-row .nww-vid-play-btn img {
        top: 37%;
    }

    /* line 154, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container p {
        font: 400 14px "Roboto", sans-serif;
    }

    /* line 159, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-six {
        background-size: cover;
        padding: 40px 0px;
        padding-bottom: 20px;
    }

    /* line 163, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-six h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 167, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-six .nww-col-res-wrapper-six-inner-col {
        padding-left: 15px;
    }

    /* line 169, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-six .nww-col-res-wrapper-six-inner-col h3 {
        font: 600 21px "proxima-nova", sans-serif;
        padding-bottom: 15px;
    }

    /* line 173, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-six .nww-col-res-wrapper-six-inner-col p {
        padding-bottom: 15px;
    }

    /* line 178, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-seven {
        padding: 35px 0px;
    }

    /* line 180, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-seven h3 {
        font: 600 21px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 185, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner h4 {
        font: 600 20px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 189, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner .nww-col-res-wrapper-seven-col-row {
        margin-bottom: 20px;
    }

    /* line 192, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner .nww-col-res-wrapper-seven-col-row .nww-vid-play-btn img {
        top: 37%;
    }

    /* line 197, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner dfn {
        display: block;
        margin-bottom: 20px;
    }

    /* line 203, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-eight {
        background-color: #eeeeee;
        padding: 40px 0px;
    }

    /* line 206, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-eight h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 211, ../sass/mobile/landscape/_col-res.scss */
    .nww-col-res-wrapper-eight .nww-col-res-wrapper-eight-inner-container .nww-contact-res-submit-btn {
        padding: 15px 10px;
    }

    /* line 1, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-one {
        padding: 40px 0px;
    }

    /* line 3, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-one h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 8, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner p {
        padding-right: 0px;
        padding-bottom: 15px;
    }

    /* line 12, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner h4 {
        font: 600 20px "proxima-nova", sans-serif;
        padding-bottom: 30px;
    }

    /* line 17, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner .nww-col-21-cen-res-wrapper-one-col-row .nww-vid-play-btn {
        text-decoration: none;
    }

    /* line 19, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner .nww-col-21-cen-res-wrapper-one-col-row .nww-vid-play-btn img {
        top: 37%;
    }

    /* line 26, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 29, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 34, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner p {
        padding-bottom: 20px;
        padding-right: 0px;
    }

    /* line 38, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-two-inner-logo-wrapper {
        padding-top: 20px;
    }

    /* line 40, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-two-inner-logo-wrapper .nww-col-21-cen-res-logo-img {
        width: 23%;
        margin-right: 10px;
    }

    /* line 47, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-two-inner-logo-wrapper .nww-col-21-cen-res-logo-img-content {
        width: 55%;
        padding-top: 25px;
        padding-bottom: 30px;
    }

    /* line 51, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-two-inner-logo-wrapper .nww-col-21-cen-res-logo-img-content a {
        font: 500 16px "Roboto", sans-serif;
        line-height: 24px;
    }

    /* line 57, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-right-img {
        margin-top: 30px;
    }

    /* line 62, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-three {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 65, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-three h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 70, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-four {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 73, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-four h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 78, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-five {
        padding: 40px 0px;
    }

    /* line 80, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-five h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 84, ../sass/mobile/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-five .nww-contact-res-submit-btn {
        margin: 0 0 0 16px !important;
    }

    /* line 1, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 4, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one h2 {
        font: 600 24px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 9, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-right-row {
        padding-top: 10px;
    }

    /* line 11, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-right-row h3 {
        font: 400 22px "proxima-nova", sans-serif;
        padding-bottom: 10px;
    }

    /* line 15, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-right-row p {
        font: 400 16px "Roboto", sans-serif;
        padding-bottom: 15px;
    }

    /* line 20, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner h4 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 15px;
    }

    /* line 26, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-row .nww-vid-play-btn img {
        top: 43%;
    }

    /* line 33, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-two {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 36, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-two h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 25px;
    }

    /* line 41, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-two .nww-col-h-sch-res-wrapper-two-inner p {
        font: 400 20px "proxima-nova", sans-serif;
        padding-bottom: 25px;
    }

    /* line 47, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three {
        background-size: cover;
        padding: 40px 0px;
        padding-bottom: 20px;
    }

    /* line 51, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 56, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner h6 {
        font: 400 20px "proxima-nova", sans-serif;
        padding-right: 0px;
        padding-bottom: 25px;
    }

    /* line 61, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner p {
        padding-right: 0px;
    }

    /* line 64, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner h3 {
        font: 600 22px "proxima-nova", sans-serif;
    }

    /* line 67, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section {
        padding-bottom: 15px;
    }

    /* line 71, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-img img {
        margin-right: 8px;
    }

    /* line 75, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-content {
        width: 62%;
    }

    /* line 77, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-content dfn {
        display: inline-block;
        padding-bottom: 15px;
    }

    /* line 87, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-four {
        padding: 40px 0px;
    }

    /* line 90, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner .nww-col-h-sch-res-wrapper-four-left-img {
        width: 100%;
    }

    /* line 93, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    /* line 98, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner p {
        padding-bottom: 15px;
    }

    /* line 101, ../sass/mobile/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner a {
        margin: 0 auto;
    }

    /* line 1, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-one {
        padding: 40px 0px;
        padding-bottom: 20px;
    }

    /* line 4, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-one h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 8, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-one p {
        padding-bottom: 15px;
        padding-right: 0px;
    }

    /* line 14, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-two {
        padding: 40px 0px;
    }

    /* line 16, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-two h3 {
        font: 600 21px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 22, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three {
        padding: 40px 0px;
        padding-bottom: 20px;
    }

    /* line 25, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 30, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner p {
        padding-right: 0px;
    }

    /* line 33, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner h5 {
        padding-right: 0px;
    }

    /* line 36, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper {
        padding-bottom: 20px;
    }

    /* line 38, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 42, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img img {
        margin: 0 auto;
    }

    /* line 46, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 50, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a {
        display: block;
        text-align: center;
        margin-top: 5px;
    }

    /* line 57, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner h4 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 61, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-col-row .nww-vid-play-btn {
        text-decoration: none;
    }

    /* line 63, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-vid-play-btn img,
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-vid-play-btn img,
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-vid-play-btn img,
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 70, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 73, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 78, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-four-inner-left-img,
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-four-inner-left-img,
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-left-img {
        margin-bottom: 30px;
    }

    /* line 81, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper {
        padding-bottom: 20px;
    }

    /* line 83, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 87, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img img {
        margin: 0 auto;
    }

    /* line 91, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 95, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a {
        display: block;
        text-align: center;
        margin-top: 5px;
        padding: 0px 10px;
    }

    /* line 105, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 108, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 113, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper {
        padding-bottom: 20px;
    }

    /* line 115, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 119, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img img {
        margin: 0 auto;
    }

    /* line 123, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 127, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a {
        display: block;
        text-align: center;
        margin-top: 5px;
        padding: 0px 10px;
    }

    /* line 135, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner h4 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 140, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 147, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six {
        padding: 40px 0px;
    }

    /* line 149, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 154, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper {
        padding-bottom: 20px;
    }

    /* line 156, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 160, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img img {
        margin: 0 auto;
    }

    /* line 164, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 168, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a {
        display: block;
        text-align: center;
        margin-top: 5px;
        padding: 0px 10px;
    }

    /* line 176, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner h4 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 180, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-col-row .nww-vid-play-btn {
        text-decoration: none;
    }

    /* line 182, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 189, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-seven {
        padding: 40px 0px;
        padding-bottom: 20px;
    }

    /* line 192, ../sass/mobile/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-seven h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 1, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one {
        background-size: cover;
        padding: 40px 0px;
        padding-bottom: 25px;
    }

    /* line 5, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 11, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 15, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img img {
        margin: 0 auto;
    }

    /* line 19, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 23, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img-content a {
        display: block;
        text-align: center;
    }

    /* line 29, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner h4 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 34, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 41, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-two {
        padding: 30px 0px;
    }

    /* line 43, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-two h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 48, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner p {
        margin: 0;
        font: 400 16px "Roboto", sans-serif;
        color: #666666;
        line-height: 24px;
        padding-bottom: 25px;
    }

    /* line 54, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner p a {
        text-decoration: none;
        color: #ffcc00;
    }

    /* line 59, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner h4 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 64, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-two .nww-who-ben-from-wrapper-two-inner .nww-who-ben-from-wrapper-two-col-row .nww-vid-play-btn img {
        top: 43%;
    }

    /* line 71, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three {
        background-color: #eeeeee;
        padding: 25px 0px;
    }

    /* line 77, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-img {
        display: block;
        vertical-align: top;
    }

    /* line 80, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-img img {
        margin: 0 auto;
    }

    /* line 84, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content {
        display: block;
        width: 100%;
    }

    /* line 87, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content h5 {
        text-align: center;
    }

    /* line 90, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content p {
        text-align: center;
    }

    /* line 98, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-four {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 101, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-four h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 105, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-four h6 {
        padding-bottom: 20px;
    }

    /* line 109, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner h4 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 114, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner .nww-who-ben-from-wrapper-four-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 121, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 124, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 128, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five h6 {
        padding-bottom: 20px;
    }

    /* line 132, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner h4 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 136, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 140, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img img {
        margin: 0 auto;
    }

    /* line 144, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 148, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img-content a {
        display: block;
        text-align: center;
    }

    /* line 156, ../sass/mobile/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 1, ../sass/mobile/landscape/_resources.scss */
    .resources-wrapper {
        margin-top: 73px;
        min-height: 0;
    }

    /* line 2, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .nww-common-inner-page-banner .nww-common-inner-page-banner-caption {
        top: 10%;
    }

    /* line 6, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links {
        position: static;
        padding: 0;
        margin: 0;
        background: rgba(0, 94, 117, 0.9);
        width: 100%;
    }

    /* line 12, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper {
        padding: 0;
    }

    /* line 14, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div {
        width: 50%;
        float: left;
        display: inline-block;
        border-bottom: 1px solid #125f70;
    }

    /* line 19, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div p {
        display: block;
        height: auto;
        margin: 0;
    }

    /* line 23, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div p a {
        width: 100%;
        font: 700 11px "proxima-nova", sans-serif;
        line-height: 13px;
        display: inline-block;
        width: 100%;
        height: 50px;
        padding: 10px 0;
    }

    /* line 33, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div:nth-of-type(2n+1) {
        border-right: 1px solid #125f70;
    }

    /* line 37, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div:not(:last-of-type) p {
        border-right: none;
    }

    /* line 46, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .presentations {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* line 49, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .presentations h2 {
        padding-bottom: 30px;
        font: 600 28px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 53, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .presentations h4 {
        padding-bottom: 15px;
        font: 600 22px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 57, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .presentations h5 {
        margin: 15px 0;
        font: 400 16px "Roboto", sans-serif, sans-serif;
    }

    /* line 62, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .presentations .row > div:nth-of-type(2) {
        padding: 0 15px;
    }

    /* line 66, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .presentations .nww-vid-main-img {
        width: 100%;
    }

    /* line 70, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .presentations .presentation-video-popup img {
        top: 50%;
    }

    /* line 76, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .skills-training {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* line 79, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .skills-training h2 {
        margin: 0 0 0 0;
        padding-bottom: 30px;
        font: 600 28px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 86, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .skills-training .row > div:first-of-type {
        padding-right: 15px;
    }

    /* line 90, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .skills-training .row > div:last-of-type img {
        width: 100%;
    }

    /* line 96, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .skills-training .logo-wrapper {
        margin: 30px 0;
    }

    /* line 98, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .skills-training .logo-wrapper img {
        width: 30%;
        margin-right: 3%;
        margin-bottom: 15px;
    }

    /* line 103, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .skills-training .logo-wrapper dfn {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    /* line 114, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .why-training {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* line 117, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .why-training h2 {
        padding-bottom: 30px;
        font: 600 28px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 121, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .why-training h4 {
        padding-bottom: 15px;
        font: 600 22px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 125, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .why-training h5 {
        margin: 0 0 30px;
        font: 400 16px "Roboto", sans-serif, sans-serif;
    }

    /* line 130, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .why-training .row > div:nth-of-type(2) {
        padding: 0 15px;
    }

    /* line 134, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .why-training .nww-vid-main-img {
        width: 100%;
    }

    /* line 139, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .training-who {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* line 142, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .training-who h4 {
        padding-bottom: 15px;
        font: 600 28px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 146, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .training-who h5 {
        margin: 30px 0;
        font: 400 16px "Roboto", sans-serif, sans-serif;
    }

    /* line 151, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .training-who .row > div {
        padding-right: 15px;
    }

    /* line 157, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .bring-training {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* line 160, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .bring-training h2 {
        padding-bottom: 30px;
        font: 600 28px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 164, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .bring-training h4 {
        padding-bottom: 20px;
        font: 400 18px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 170, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .upcoming-trainings {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* line 173, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .upcoming-trainings h2 {
        padding-bottom: 30px;
        font: 600 28px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 177, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .upcoming-trainings p {
        margin-bottom: 15px;
    }

    /* line 181, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .upcoming-trainings .row > div:nth-of-type(2) {
        padding: 0 15px;
    }

    .presentations-wrapper .upcoming-trainings table {
        width: 100%;
    }

    .presentations-wrapper .upcoming-trainings .logo-container {
        text-align: center;
    }

    /* line 186, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .upcoming-trainings .logo-container img {
        width: 40%;
        margin-top: 20px;
        margin-right: 0;
        float: none;
    }

    /* line 193, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* line 196, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings h2 {
        padding-bottom: 30px;
        font: 600 28px "proxima-nova", sans-serif, sans-serif;
    }

    /* line 200, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form {
        margin-top: 30px;
    }

    /* line 202, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group {
        margin-bottom: 20px;
    }

    /* line 205, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input,
    .presentations-wrapper .request-presentation-trainings form .form-group select,
    .presentations-wrapper .request-presentation-trainings form .form-group textarea {
        width: 100%;
        border-radius: 4px;
        border: none;
        background-color: #fff;
        font: 400 16px "Roboto", sans-serif, sans-serif;
        /* Change autofill color of chrome */
    }

    /* line 214, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input::-webkit-input-placeholder,
    .presentations-wrapper .request-presentation-trainings form .form-group select::-webkit-input-placeholder,
    .presentations-wrapper .request-presentation-trainings form .form-group textarea::-webkit-input-placeholder {
        font: 400 16px "Roboto", sans-serif, sans-serif;
        color: #333333;
    }

    /* line 219, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input:-moz-placeholder,
    .presentations-wrapper .request-presentation-trainings form .form-group select:-moz-placeholder,
    .presentations-wrapper .request-presentation-trainings form .form-group textarea:-moz-placeholder {
        /* Firefox 18- */
        font: 400 16px "Roboto", sans-serif, sans-serif;
        color: #333333;
    }

    /* line 225, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input::-moz-placeholder,
    .presentations-wrapper .request-presentation-trainings form .form-group select::-moz-placeholder,
    .presentations-wrapper .request-presentation-trainings form .form-group textarea::-moz-placeholder {
        /* Firefox 19+ */
        font: 400 16px "Roboto", sans-serif, sans-serif;
        color: #333333;
    }

    /* line 231, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input:-ms-input-placeholder,
    .presentations-wrapper .request-presentation-trainings form .form-group select:-ms-input-placeholder,
    .presentations-wrapper .request-presentation-trainings form .form-group textarea:-ms-input-placeholder {
        font: 400 16px "Roboto", sans-serif, sans-serif;
        color: #333333;
    }

    /* line 236, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input:-webkit-autofill,
    .presentations-wrapper .request-presentation-trainings form .form-group select:-webkit-autofill,
    .presentations-wrapper .request-presentation-trainings form .form-group textarea:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
        -webkit-text-fill-color: #333333 !important;
    }

    /* line 240, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input:-webkit-autofill:hover,
    .presentations-wrapper .request-presentation-trainings form .form-group select:-webkit-autofill:hover,
    .presentations-wrapper .request-presentation-trainings form .form-group textarea:-webkit-autofill:hover {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
        -webkit-text-fill-color: #333333 !important;
    }

    /* line 246, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input {
        height: 60px;
        padding: 20px;
        line-height: 16px;
    }

    /* line 252, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group select {
        height: 60px;
        line-height: 16px;
        padding: 20px;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        background: white url(../images/arrow-select.png) no-repeat right 20px center !important;
        outline: none;
    }

    /* line 265, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group textarea {
        height: 150px;
        padding: 15px 20px;
    }

    /* line 270, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input[type="submit"] {
        display: inline-block;
        width: auto;
        padding: 15px 32px;
        margin-top: 40px;
        text-decoration: none;
        font: 600 16px "proxima-nova", sans-serif;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        background-color: #004455;
        border: 2px solid transparent;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    /* line 283, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group input[type="submit"]:hover {
        border: 2px solid #004455;
        background-color: transparent;
        color: #004455;
    }

    /* line 289, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .form-group .wpcf7-not-valid-tip {
        margin: 5px 5px 0;
        line-height: 12px;
        height: 16px;
        font-size: 12px;
        color: #ff1431;
    }

    /* line 297, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .wpcf7-response-output {
        border: none;
        color: #666666;
        font: 400 16px "Roboto", sans-serif, sans-serif;
        line-height: 20px;
        text-align: center;
    }

    /* line 303, ../sass/mobile/landscape/_presentation.scss */
    .presentations-wrapper .request-presentation-trainings form .wpcf7-response-output.wpcf7-validation-errors {
        color: #ff1431;
    }
}

/*Tab devices*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    /* line 1, ../sass/ipad/portrait/_header.scss */
    .navbar-header {
        float: none;
    }

    /* line 5, ../sass/ipad/portrait/_header.scss */
    .navbar-left, .navbar-right {
        float: none !important;
    }

    /* line 9, ../sass/ipad/portrait/_header.scss */
    .navbar-toggle {
        display: block;
    }

    /* line 13, ../sass/ipad/portrait/_header.scss */
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    /* line 18, ../sass/ipad/portrait/_header.scss */
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    /* line 23, ../sass/ipad/portrait/_header.scss */
    .navbar-collapse.collapse {
        display: none !important;
    }

    /* line 27, ../sass/ipad/portrait/_header.scss */
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    /* line 32, ../sass/ipad/portrait/_header.scss */
    .navbar-nav > li {
        float: none;
        width: 350px;
    }

    /* line 36, ../sass/ipad/portrait/_header.scss */
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    /* line 42, ../sass/ipad/portrait/_header.scss */
    .collapse.in {
        display: block !important;
    }

    /* line 46, ../sass/ipad/portrait/_header.scss */
    .navbar-toggle {
        margin-top: 15px;
    }

    /* line 52, ../sass/ipad/portrait/_header.scss */
    header .main-nav-bar .navbar-header {
        margin-right: 0;
    }

    header .main-nav-bar .nww-navbar-middle .menu-item-has-children::after {
        content: '';
        background: url(../images/dropdown/drop.png);
        position: absolute;
        top: 1px;
        right: -20px;
        width: 15px;
        height: 15px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    /* line 56, ../sass/ipad/portrait/_header.scss */
    header .main-nav-bar .nww-navbar-middle {
        text-align: center;
    }

    /* line 59, ../sass/ipad/portrait/_header.scss */
    header .main-nav-bar .nww-navbar-middle li {
        margin-right: 0;
    }

    /* line 62, ../sass/ipad/portrait/_header.scss */
    header .main-nav-bar .nww-navbar-middle li a {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    /* header .main-nav-bar .nww-navbar-middle li:first-of-type {
    padding-top: 30px;
  } */
    /* line 2, ../sass/ipad/portrait/_footer.scss */
    footer .nww-footer-top {
        padding-bottom: 15px;
    }

    /* line 5, ../sass/ipad/portrait/_footer.scss */
    footer .nww-footer-top .nww-footer-top-container h5 {
        display: block;
        margin-right: 0px;
        margin-bottom: 10px;
        text-align: center;
    }

    /* line 11, ../sass/ipad/portrait/_footer.scss */
    footer .nww-footer-top .nww-footer-top-container .nww-footer-top-social-media {
        width: 77%;
    }

    /* line 13, ../sass/ipad/portrait/_footer.scss */
    footer .nww-footer-top .nww-footer-top-container .nww-footer-top-social-media .nww-social-media-ico {
        margin-right: 35px;
        margin-bottom: 35px;
    }

    /* line 20, ../sass/ipad/portrait/_footer.scss */
    footer .nww-footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /*Common Banner*/
    /* line 2, ../sass/ipad/portrait/_template.scss */
    .nww-common-inner-page-banner {
        margin-top: 115px;
    }

    /* line 5, ../sass/ipad/portrait/_template.scss */
    .nww-common-inner-page-banner .nww-common-inner-page-banner-caption h1 {
        font: 600 40px "proxima-nova", sans-serif;
    }

    .nww-common-inner-page-banner .nww-common-inner-page-banner-image {
        height: 280px;
    }

    /* line 9, ../sass/ipad/portrait/_template.scss */
    .nww-common-inner-page-banner .custom-presentaion-banner {
        top: 23% !important;
    }

    /*resources custom Banner with navigation*/
    /* line 15, ../sass/ipad/portrait/_template.scss */
    .nww-common-inner-custom-page-banner .nww-common-inner-page-banner-caption {
        top: 20%;
    }

    /* line 19, ../sass/ipad/portrait/_template.scss */
    .nww-banner-navigation {
        padding: 10px 0px;
    }

    /* line 22, ../sass/ipad/portrait/_template.scss */
    .nww-banner-navigation ul li {
        padding: 10px;
        min-height: 55px;
    }

    /* line 25, ../sass/ipad/portrait/_template.scss */
    .nww-banner-navigation ul li a {
        font: 700 12px "proxima-nova", sans-serif;
    }

    /* line 3, ../sass/ipad/portrait/_home.scss */
    .nww-mian-slider-wrapper .container .nww-main-slider-caption {
        top: 25%;
    }

    /* line 6, ../sass/ipad/portrait/_home.scss */
    .nww-mian-slider-wrapper .container .nww-main-slider-caption .nww-main-slider-caption-container h1 {
        font: 600 32px "proxima-nova", sans-serif;
    }

    /* line 12, ../sass/ipad/portrait/_home.scss */
    .nww-mian-slider-wrapper .bx-controls {
        display: none;
    }

    /* line 16, ../sass/ipad/portrait/_home.scss */
    .nww-home-second-wrapper {
        background-size: cover;
    }

    /* line 20, ../sass/ipad/portrait/_home.scss */
    .nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container h2 {
        font: 600 28px "proxima-nova", sans-serif;
    }

    /* line 27, ../sass/ipad/portrait/_home.scss */
    .nww-home-third-wrapper h2 {
        font: 600 28px "proxima-nova", sans-serif;
    }

    /* line 33, ../sass/ipad/portrait/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-col-content h3 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 38, ../sass/ipad/portrait/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-default .home-third-wrapper-inner-default-content {
        top: 36%;
    }

    /* line 40, ../sass/ipad/portrait/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-default .home-third-wrapper-inner-default-content .nww-plus-default-img {
        margin-top: 30px;
    }

    /* line 45, ../sass/ipad/portrait/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover {
        -webkit-transform: scale(1, 1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 250ms;
        -moz-transform: scale(1, 1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 250ms;
        -webkit-transition-property: all;
        /* Safari */
        transition-property: all;
        width: 100%;
        left: 0;
    }

    /* line 56, ../sass/ipad/portrait/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content {
        top: 18px;
        padding: 0px 5px;
    }

    /* line 59, ../sass/ipad/portrait/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content h3 {
        padding-bottom: 5px;
    }

    /* line 62, ../sass/ipad/portrait/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content p {
        font: 400 12px "Roboto", sans-serif;
        line-height: 15px;
        padding-bottom: 10px;
    }

    /* line 73, ../sass/ipad/portrait/_home.scss */
    .nww-home-forth-wrapper h2 {
        font: 600 28px "proxima-nova", sans-serif;
    }

    /* line 79, ../sass/ipad/portrait/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper .nww-home-forth-inner-logo-col .nww-part-org-right-line {
        height: 100px;
    }

    /* line 83, ../sass/ipad/portrait/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper .nww-home-forth-inner-logo-col:last-child .nww-part-org-right-line {
        display: none;
    }

    /* line 90, ../sass/ipad/portrait/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper:last-child .nww-home-forth-inner-logo-col .nww-home-forth-inner-row {
        border-bottom: 1px solid #efefef;
    }

    /* line 94, ../sass/ipad/portrait/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper:last-child .nww-home-forth-inner-logo-col:nth-child(4) .nww-home-forth-inner-row {
        border: none;
    }

    /* line 99, ../sass/ipad/portrait/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper:last-child .nww-home-forth-inner-logo-col:nth-child(5) .nww-home-forth-inner-row {
        border: none;
    }

    /* line 104, ../sass/ipad/portrait/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper:last-child .nww-home-forth-inner-logo-col:nth-child(6) .nww-home-forth-inner-row {
        border: none;
    }

    /* line 112, ../sass/ipad/portrait/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-bottom-wrapper {
        padding-top: 20px;
    }

    /* line 114, ../sass/ipad/portrait/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-bottom-wrapper h4 {
        font: 400 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 121, ../sass/ipad/portrait/_home.scss */
    .nww-home-fifth-wrapper h2 {
        font: 600 28px "proxima-nova", sans-serif;
    }

    /* line 127, ../sass/ipad/portrait/_home.scss */
    .nww-home-fifth-wrapper .nww-home-fifth-inner-wrapper .nww-home-fifth-inner-col-row .nww-vid-play-btn img {
        top: 38%;
    }

    /* line 132, ../sass/ipad/portrait/_home.scss */
    .nww-home-fifth-wrapper .nww-home-fifth-inner-wrapper h5 {
        font: 600 18px "proxima-nova", sans-serif;
    }

    /* line 137, ../sass/ipad/portrait/_home.scss */
    .nww-home-sixth-wrapper {
        background-size: cover;
    }

    /* line 139, ../sass/ipad/portrait/_home.scss */
    .nww-home-sixth-wrapper h2 {
        font: 600 28px "proxima-nova", sans-serif;
    }

    /* line 145, ../sass/ipad/portrait/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-col-content h3 {
        font: 600 24px "proxima-nova", sans-serif;
    }

    /* line 150, ../sass/ipad/portrait/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-default .home-sixth-wrapper-inner-default-content {
        top: 35%;
    }

    /* line 152, ../sass/ipad/portrait/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-default .home-sixth-wrapper-inner-default-content .nww-plus-default-img {
        margin-top: 30px;
    }

    /* line 157, ../sass/ipad/portrait/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover {
        -webkit-transform: scale(1, 1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 250ms;
        -moz-transform: scale(1, 1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 250ms;
        -webkit-transition-property: all;
        /* Safari */
        transition-property: all;
        left: 0;
        width: 100%;
    }

    /* line 168, ../sass/ipad/portrait/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover .home-sixth-wrapper-inner-hover-content {
        top: 30px;
        padding: 0px 5px;
    }

    /* line 171, ../sass/ipad/portrait/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover .home-sixth-wrapper-inner-hover-content h3 {
        padding-bottom: 5px;
    }

    /* line 174, ../sass/ipad/portrait/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover .home-sixth-wrapper-inner-hover-content p {
        margin: 0;
        font: 400 14px "Roboto", sans-serif;
        line-height: 18px;
        padding-bottom: 10px;
    }

    /* line 185, ../sass/ipad/portrait/_home.scss */
    .nww-home-seventh-wrapper {
        padding-bottom: 75px;
    }

    /* line 187, ../sass/ipad/portrait/_home.scss */
    .nww-home-seventh-wrapper h2 {
        font: 600 28px "proxima-nova", sans-serif;
    }

    /* line 192, ../sass/ipad/portrait/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box {
        background-color: #fff;
        padding: 25px;
    }

    /* line 196, ../sass/ipad/portrait/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content p {
        text-align: center;
    }

    /* line 198, ../sass/ipad/portrait/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content p:before {
        content: url(../images/quote-left.png);
        position: absolute;
        left: -25px;
        top: -10px;
    }

    /* line 204, ../sass/ipad/portrait/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content p:after {
        content: url(../images/quote-right.png);
        margin-left: 5px;
    }

    /* line 209, ../sass/ipad/portrait/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content h4 {
        text-align: center;
    }

    /* line 212, ../sass/ipad/portrait/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-content h5 {
        text-align: center;
    }

    /* line 218, ../sass/ipad/portrait/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .bx-controls {
        display: block;
    }

    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .bx-controls-direction {
        display: none;
    }

    /* line 223, ../sass/ipad/portrait/_home.scss */
    .nww-home-seventh-wrapper-mobile {
        display: block;
    }

    /* line 226, ../sass/ipad/portrait/_home.scss */
    .nww-home-seventh-wrapper-desktop {
        display: none;
    }

    /* line 5, ../sass/ipad/portrait/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-right {
        padding-left: 15px;
        padding-top: 15px;
    }

    /* line 3, ../sass/ipad/portrait/_about.scss */
    .nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download {
        width: 78%;
    }

    /* line 5, ../sass/ipad/portrait/_about.scss */
    .nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download a {
        vertical-align: middle;
    }

    /* line 7, ../sass/ipad/portrait/_about.scss */
    .nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download a img {
        vertical-align: middle;
    }

    /*about team popup*/
    /* line 19, ../sass/ipad/portrait/_about.scss */
    .nww-partner-wrapper .nww-video-partner-inner-logo-wrapper .nww-video-partner-inner-logo-container .nww-vidoe-partner-logo-box {
        padding: 0;
        width: 48%;
        display: inline-block;
        vertical-align: top;
    }

    /* line 24, ../sass/ipad/portrait/_about.scss */
    .nww-partner-wrapper .nww-video-partner-inner-logo-wrapper .nww-video-partner-inner-logo-container .nww-vidoe-partner-logo-box .nww-vidoe-partner-logo {
        margin: 0 auto;
    }

    /* line 32, ../sass/ipad/portrait/_about.scss */
    .nww-partner-wrapper .nww-digital-partner-inner-logo-wrapper .nww-digital-partner-inner-logo-row .nww-digital-partner-logo {
        width: 80%;
    }

    /* line 1, ../sass/ipad/portrait/_news.scss */
    .nww-news-top-wrapper {
        background-size: cover;
        padding: 100px 0px;
    }

    /* line 6, ../sass/ipad/portrait/_news.scss */
    .nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h2 {
        font: 600 28px "proxima-nova", sans-serif;
    }

    /* line 9, ../sass/ipad/portrait/_news.scss */
    .nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container p {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* line 14, ../sass/ipad/portrait/_news.scss */
    .nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 {
        text-align: center;
    }

    /* line 16, ../sass/ipad/portrait/_news.scss */
    .nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 a {
        margin-right: 0px !important;
        margin-bottom: 20px;
    }

    /* line 24, ../sass/ipad/portrait/_news.scss */
    .nww-news-bottom-wrapper {
        padding-top: 40px;
    }

    /* line 30, ../sass/ipad/portrait/_news.scss */
    .nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box .nww-news-logo img {
        width: 85%;
    }

    /* line 34, ../sass/ipad/portrait/_news.scss */
    .nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box .nww-news-box-title {
        padding: 0px 4px;
    }

    /* line 36, ../sass/ipad/portrait/_news.scss */
    .nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box .nww-news-box-title h3 {
        font: 700 16px "Roboto", sans-serif;
    }

    /* line 41, ../sass/ipad/portrait/_news.scss */
    .nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box .nww-news-box-content p {
        padding: 0 10px;
    }

    /* line 45, ../sass/ipad/portrait/_news.scss */
    .nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row .nww-news-box:last-child {
        border-right: 1px solid #fff;
    }

    /* line 50, ../sass/ipad/portrait/_news.scss */
    .nww-news-bottom-wrapper .nww-news-bottom-inner-wrapper .nww-news-box-row:last-child .nww-news-box {
        border-bottom: 1px solid #c9c9c9;
    }

    /* line 1, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-one {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 4, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-one h2 {
        font: 600 24px "proxima-nova", sans-serif;
        padding-bottom: 10px;
    }

    /* line 9, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-left-row {
        padding-top: 60px;
    }

    /* line 11, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-left-row h3 {
        font: 400 22px "proxima-nova", sans-serif;
        padding-bottom: 10px;
    }

    /* line 15, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-left-row p {
        font: 400 16px "Roboto", sans-serif;
        padding-bottom: 15px;
    }

    /* line 20, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner h4 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 15px;
    }

    /* line 26, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-row .nww-vid-play-btn img {
        top: 37%;
    }

    /* line 36, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col {
        background-size: cover;
        min-height: 368px;
    }

    /* line 39, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption {
        position: absolute;
        width: 56%;
        top: 25%;
    }

    /* line 43, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption h3 {
        font: 600 24px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 47, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption .nww-col-res-wrapper-two-inner-row-col-btn {
        font: 600 14px "proxima-nova", sans-serif;
        padding: 10px 25px;
    }

    /* line 53, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption-left .nww-col-res-wrapper-two-inner-row-col-btn {
        width: 100%;
    }

    /* line 58, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption-right .nww-col-res-wrapper-two-inner-row-col-btn {
        width: 100%;
    }

    /* line 66, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-three {
        background-size: cover;
        padding: 40px 0px;
        padding-bottom: 25px;
    }

    /* line 70, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-three h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 75, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner h3 {
        font: 600 21px "proxima-nova", sans-serif;
        padding-bottom: 10px;
    }

    /* line 79, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner p {
        font: 400 15px "Roboto", sans-serif;
        padding-bottom: 15px;
        padding-right: 0px;
    }

    /* line 84, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section {
        padding-bottom: 15px;
    }

    /* line 87, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-img {
        display: block;
    }

    /* line 89, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-img img {
        margin: 0;
    }

    /* line 93, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-content {
        display: block;
        width: 100%;
    }

    /* line 96, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-content dfn {
        display: inline-block;
        padding-bottom: 15px;
    }

    /* line 106, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-four {
        padding: 40px 0px;
    }

    /* line 108, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-four h3 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 114, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-logos img {
        margin-bottom: 5px;
        width: 22%;
    }

    /* line 119, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner p {
        padding-bottom: 10px;
    }

    /* line 122, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-btn-section {
        padding-top: 20px;
    }

    /* line 124, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-btn-section a {
        width: 100%;
        font: 600 18px "proxima-nova", sans-serif;
        padding: 10px 10px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    /* line 131, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-btn-section img {
        margin: 0 auto;
    }

    /* line 138, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container {
        padding: 40px 0px;
    }

    /* line 140, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 144, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container .nww-col-res-wrapper-five-col-row {
        margin-bottom: 20px;
    }

    /* line 146, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container .nww-col-res-wrapper-five-col-row .nww-vid-play-btn {
        text-decoration: none;
    }

    /* line 148, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container .nww-col-res-wrapper-five-col-row .nww-vid-play-btn img {
        top: 37%;
    }

    /* line 153, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-five .nww-col-res-wrapper-five-container p {
        font: 400 14px "Roboto", sans-serif;
    }

    /* line 158, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-six {
        background-size: cover;
        padding: 40px 0px;
        padding-bottom: 20px;
    }

    /* line 162, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-six h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 166, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-six .nww-col-res-wrapper-six-inner-col {
        padding-left: 15px;
    }

    /* line 168, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-six .nww-col-res-wrapper-six-inner-col h3 {
        font: 600 21px "proxima-nova", sans-serif;
        padding-bottom: 15px;
    }

    /* line 172, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-six .nww-col-res-wrapper-six-inner-col p {
        padding-bottom: 15px;
    }

    /* line 177, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-seven {
        padding: 35px 0px;
    }

    /* line 179, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-seven h3 {
        font: 600 21px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 184, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner h4 {
        font: 600 20px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 188, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner .nww-col-res-wrapper-seven-col-row {
        margin-bottom: 20px;
    }

    /* line 191, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner .nww-col-res-wrapper-seven-col-row .nww-vid-play-btn img {
        top: 37%;
    }

    /* line 196, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner dfn {
        display: block;
        margin-bottom: 20px;
    }

    /* line 202, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-seven .nww-col-res-wrapper-seven-inner .nww-col-res-wrapper-seven-col-row .nww-col-res-wrapper-seven-col-row-bottom a {
        padding-top: 0px;
        font: 500 14px "Roboto", sans-serif;
    }

    /* line 210, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-eight {
        background-color: #eeeeee;
        padding: 40px 0px;
    }

    /* line 213, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-eight h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 218, ../sass/ipad/portrait/_col-res.scss */
    .nww-col-res-wrapper-eight .nww-col-res-wrapper-eight-inner-container .nww-contact-res-submit-btn {
        padding: 17px 10px;
    }

    /* line 5, ../sass/ipad/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-one .nww-col-21-cen-res-wrapper-one-inner .nww-col-21-cen-res-wrapper-one-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 12, ../sass/ipad/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two {
        background-size: cover;
    }

    /* line 16, ../sass/ipad/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-two-inner-logo-wrapper .nww-col-21-cen-res-logo-img-content {
        padding-top: 0px;
    }

    /* line 22, ../sass/ipad/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-three {
        background-size: cover;
    }

    /* line 25, ../sass/ipad/portrait/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-four {
        background-size: cover;
    }

    /* line 1, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 4, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one h2 {
        font: 600 24px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 9, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-right-row {
        padding-top: 10px;
    }

    /* line 11, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-right-row h3 {
        font: 400 22px "proxima-nova", sans-serif;
        padding-bottom: 10px;
    }

    /* line 15, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-right-row p {
        font: 400 16px "Roboto", sans-serif;
        padding-bottom: 15px;
    }

    /* line 20, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner h4 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 15px;
    }

    /* line 26, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-row .nww-vid-play-btn img {
        top: 37%;
    }

    /* line 33, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-two {
        background-size: cover;
        padding: 40px 0px;
    }

    /* line 36, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-two h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 25px;
    }

    /* line 41, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-two .nww-col-h-sch-res-wrapper-two-inner p {
        font: 400 20px "proxima-nova", sans-serif;
        padding-bottom: 25px;
    }

    /* line 47, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three {
        background-size: cover;
        padding: 40px 0px;
        padding-bottom: 20px;
    }

    /* line 51, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-bottom: 20px;
    }

    /* line 56, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner h6 {
        font: 400 20px "proxima-nova", sans-serif;
        padding-right: 0px;
        padding-bottom: 25px;
    }

    /* line 61, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner p {
        padding-right: 0px;
    }

    /* line 64, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner h3 {
        font: 600 22px "proxima-nova", sans-serif;
    }

    /* line 67, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section {
        padding-bottom: 15px;
    }

    /* line 70, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-img {
        display: block;
    }

    /* line 72, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-img img {
        margin: 0;
    }

    /* line 76, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-content {
        display: block;
        width: 100%;
    }

    /* line 79, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-content dfn {
        display: inline-block;
        padding-bottom: 15px;
    }

    /* line 89, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-four {
        padding: 40px 0px;
    }

    /* line 92, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner .nww-col-h-sch-res-wrapper-four-left-img {
        width: 100%;
    }

    /* line 95, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner h2 {
        font: 600 22px "proxima-nova", sans-serif;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    /* line 100, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner p {
        padding-bottom: 15px;
    }

    /* line 103, ../sass/ipad/portrait/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-four .nww-col-h-sch-res-wrapper-four-inner a {
        margin: 0 auto;
    }

    /* line 2, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-one p {
        padding-bottom: 15px;
        padding-right: 10px;
    }

    /* line 10, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper {
        padding-bottom: 20px;
    }

    /* line 12, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 16, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img img {
        margin: 0 auto;
    }

    /* line 20, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 24, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a {
        display: block;
        text-align: center;
        margin-top: 5px;
    }

    /* line 32, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-col-row .nww-vid-play-btn {
        text-decoration: none;
    }

    /* line 34, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-vid-play-btn img,
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-vid-play-btn img,
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-vid-play-btn img,
    .nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner .nww-career-prep-res-wrap-three-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 41, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four {
        background-size: cover;
    }

    /* line 44, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper {
        padding-bottom: 20px;
    }

    /* line 46, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 50, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img img {
        margin: 0 auto;
    }

    /* line 54, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 58, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner .nww-career-prep-res-wrap-four-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a {
        display: block;
        text-align: center;
        margin-top: 5px;
        padding: 0px 10px;
    }

    /* line 68, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five {
        background-size: cover;
    }

    /* line 71, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper {
        padding-bottom: 20px;
    }

    /* line 73, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 77, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img img {
        margin: 0 auto;
    }

    /* line 81, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 85, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a {
        display: block;
        text-align: center;
        margin-top: 5px;
        padding: 0px 10px;
    }

    /* line 95, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 104, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper {
        padding-bottom: 20px;
    }

    /* line 106, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 110, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img img {
        margin: 0 auto;
    }

    /* line 114, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 118, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content a {
        display: block;
        text-align: center;
        margin-top: 5px;
        padding: 0px 10px;
    }

    /* line 127, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-col-row .nww-vid-play-btn {
        text-decoration: none;
    }

    /* line 129, ../sass/ipad/portrait/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 1, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one {
        background-size: cover;
    }

    /* line 5, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 9, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img img {
        margin: 0 auto;
    }

    /* line 13, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 17, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img-content a {
        display: block;
        text-align: center;
    }

    /* line 25, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-col-row .nww-vid-play-btn img {
        top: 40%;
    }

    /* line 36, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-img {
        display: block;
        vertical-align: top;
    }

    /* line 39, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-img img {
        margin: 0 auto;
    }

    /* line 43, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content {
        display: block;
        width: 100%;
    }

    /* line 46, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content h5 {
        text-align: center;
    }

    /* line 49, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content p {
        text-align: center;
    }

    /* line 57, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-four {
        background-size: cover;
    }

    /* line 62, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner .nww-who-ben-from-wrapper-four-col-row .nww-vid-play-btn img {
        top: 40%;
    }

    /* line 69, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five {
        background-size: cover;
    }

    /* line 73, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 77, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img img {
        margin: 0 auto;
    }

    /* line 81, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 85, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img-content a {
        display: block;
        text-align: center;
    }

    /* line 93, ../sass/ipad/portrait/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-col-row .nww-vid-play-btn img {
        top: 35%;
    }

    /* line 3, ../sass/ipad/portrait/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links {
        position: static;
        padding: 0;
        margin: 0;
        background: rgba(0, 94, 117, 0.9);
        width: 100%;
    }

    /* line 9, ../sass/ipad/portrait/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper {
        padding: 0;
    }

    /* line 11, ../sass/ipad/portrait/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div {
        width: 50%;
        float: left;
        display: inline-block;
        border-bottom: 1px solid #125f70;
    }

    /* line 16, ../sass/ipad/portrait/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div p {
        display: block;
        height: auto;
        margin: 0;
    }

    /* line 20, ../sass/ipad/portrait/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div p a {
        width: 100%;
        font: 700 11px "proxima-nova", sans-serif;
        line-height: 13px;
        display: inline-block;
        width: 100%;
        height: 50px;
        padding: 10px 0;
    }

    /* line 30, ../sass/ipad/portrait/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div:nth-of-type(2n+1) {
        border-right: 1px solid #125f70;
    }

    /* line 34, ../sass/ipad/portrait/_presentation.scss */
    .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div:not(:last-of-type) p {
        border-right: none;
    }

    /* line 43, ../sass/ipad/portrait/_presentation.scss */
    .presentations-wrapper .presentations {
        padding-top: 150px;
    }

    /* line 49, ../sass/ipad/portrait/_presentation.scss */
    .presentations-wrapper .skills-training .logo-wrapper img {
        width: 45%;
        margin-right: 5%;
    }

    /* line 58, ../sass/ipad/portrait/_presentation.scss */
    .presentations-wrapper .upcoming-trainings .logo-container img {
        width: 45%;
        margin-right: 5%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* line 3, ../sass/ipad/landscape/_header.scss */
    header .main-nav-bar .navbar-header {
        margin-right: 60px;
    }

    /* line 7, ../sass/ipad/landscape/_header.scss */
    header .main-nav-bar .nww-navbar-middle li {
        margin-right: 30px;
    }

    /* line 10, ../sass/ipad/landscape/_header.scss */
    header .main-nav-bar .nww-navbar-middle li a {
        font: 700 14px "proxima-nova", sans-serif;
    }

    header .main-nav-bar .nww-navbar-middle .menu-item-has-children::after {
        content: '';
        background: url(../images/dropdown/drop.png);
        position: absolute;
        top: 1px;
        right: -20px;
        width: 15px;
        height: 15px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    /* line 2, ../sass/ipad/landscape/_footer.scss */
    footer .nww-footer-top {
        padding-bottom: 15px;
    }

    /* line 5, ../sass/ipad/landscape/_footer.scss */
    footer .nww-footer-top .nww-footer-top-container h5 {
        display: block;
        margin-right: 0px;
        margin-bottom: 10px;
        text-align: center;
    }

    /* line 11, ../sass/ipad/landscape/_footer.scss */
    footer .nww-footer-top .nww-footer-top-container .nww-footer-top-social-media {
        width: 59%;
    }

    /* line 13, ../sass/ipad/landscape/_footer.scss */
    footer .nww-footer-top .nww-footer-top-container .nww-footer-top-social-media .nww-social-media-ico {
        margin-right: 35px;
        margin-bottom: 35px;
    }

    /* line 20, ../sass/ipad/landscape/_footer.scss */
    footer .nww-footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /*Common Banner*/
    /* line 4, ../sass/ipad/landscape/_template.scss */
    .nww-common-inner-page-banner .nww-common-inner-page-banner-caption h1 {
        font: 600 40px "proxima-nova", sans-serif;
    }

    .nww-common-inner-page-banner .nww-common-inner-page-banner-image {
        height: 280px;
    }

    /* line 8, ../sass/ipad/landscape/_template.scss */
    .nww-common-inner-page-banner .custom-presentaion-banner {
        top: 18% !important;
    }

    /*resources custom Banner with navigation*/
    /* line 15, ../sass/ipad/landscape/_template.scss */
    .nww-common-inner-custom-page-banner .nww-common-inner-page-banner-caption {
        top: 20%;
    }

    /* line 19, ../sass/ipad/landscape/_template.scss */
    .nww-banner-navigation {
        padding: 15px 0px;
    }

    /* line 22, ../sass/ipad/landscape/_template.scss */
    .nww-banner-navigation ul li {
        padding: 15px;
        min-height: 65px;
    }

    /* line 25, ../sass/ipad/landscape/_template.scss */
    .nww-banner-navigation ul li a {
        font: 700 14px "proxima-nova", sans-serif;
    }

    /* line 5, ../sass/ipad/landscape/_home.scss */
    .nww-mian-slider-wrapper .container .nww-main-slider-caption .nww-main-slider-caption-container h1 {
        font: 600 36px "proxima-nova", sans-serif;
    }

    /* line 11, ../sass/ipad/landscape/_home.scss */
    .nww-mian-slider-wrapper .bx-controls {
        display: block;
    }

    /* line 15, ../sass/ipad/landscape/_home.scss */
    .nww-home-second-wrapper {
        background-size: cover;
    }

    /* line 19, ../sass/ipad/landscape/_home.scss */
    .nww-home-second-wrapper .nww-home-second-wrapper-row .nww-home-second-wrapper-content-container h2 {
        font: 600 30px "proxima-nova", sans-serif;
    }

    /* line 26, ../sass/ipad/landscape/_home.scss */
    .nww-home-third-wrapper h2 {
        font: 600 30px "proxima-nova", sans-serif;
    }

    /* line 32, ../sass/ipad/landscape/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content {
        top: 40px;
        padding: 0px 10px;
    }

    /* line 35, ../sass/ipad/landscape/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content h3 {
        padding-bottom: 10px;
    }

    /* line 38, ../sass/ipad/landscape/_home.scss */
    .nww-home-third-wrapper .home-third-wrapper-inner .home-third-wrapper-inner-col .home-third-wrapper-inner-hover .home-third-wrapper-inner-hover-content p {
        font: 400 12px "Roboto", sans-serif;
        line-height: 15px;
        padding-bottom: 15px;
    }

    /* line 49, ../sass/ipad/landscape/_home.scss */
    .nww-home-forth-wrapper h2 {
        font: 600 30px "proxima-nova", sans-serif;
    }

    /* line 55, ../sass/ipad/landscape/_home.scss */
    .nww-home-forth-wrapper .nww-home-forth-inner-logo-wrapper .nww-home-forth-inner-logo-row-wrapper .nww-home-forth-inner-logo-col .nww-part-org-right-line {
        height: 80px;
    }

    /* line 63, ../sass/ipad/landscape/_home.scss */
    .nww-home-fifth-wrapper h2 {
        font: 600 30px "proxima-nova", sans-serif;
    }

    /* line 67, ../sass/ipad/landscape/_home.scss */
    .nww-home-sixth-wrapper {
        background-size: cover;
    }

    /* line 69, ../sass/ipad/landscape/_home.scss */
    .nww-home-sixth-wrapper h2 {
        font: 600 30px "proxima-nova", sans-serif;
    }

    /* line 75, ../sass/ipad/landscape/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-default .home-sixth-wrapper-inner-default-content {
        top: 40%;
    }

    /* line 80, ../sass/ipad/landscape/_home.scss */
    .nww-home-sixth-wrapper .nww-home-sixth-inner-wrapper .home-sixth-wrapper-inner-col .home-sixth-wrapper-inner-hover .home-sixth-wrapper-inner-hover-content {
        top: 40px;
        padding: 0px 40px;
    }

    /* line 88, ../sass/ipad/landscape/_home.scss */
    .nww-home-seventh-wrapper {
        padding-bottom: 75px;
    }

    /* line 90, ../sass/ipad/landscape/_home.scss */
    .nww-home-seventh-wrapper h2 {
        font: 600 30px "proxima-nova", sans-serif;
    }

    /* line 95, ../sass/ipad/landscape/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box {
        background-color: #fff;
        padding: 25px;
    }

    /* line 98, ../sass/ipad/landscape/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .nww-home-seventh-inner-slider-row .nww-home-seventh-inner-slider-box .nww-testimonial-pic {
        width: 110px;
        height: 110px;
    }

    /* line 104, ../sass/ipad/landscape/_home.scss */
    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .bx-controls {
        display: none;
    }

    /* line 7, ../sass/ipad/landscape/_contact.scss */
    .nww-contact-middle-wrapper .nww-contact-bottom-wrapper .nww-contact-bottom-right-wrapper .nww-contact-info .nww-contact-info-right h5 dfn {
        display: block;
    }

    /* line 3, ../sass/ipad/landscape/_about.scss */
    .nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download {
        width: 60%;
    }

    /* line 5, ../sass/ipad/landscape/_about.scss */
    .nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download a {
        vertical-align: middle;
    }

    /* line 7, ../sass/ipad/landscape/_about.scss */
    .nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download a img {
        vertical-align: middle;
    }

    /* line 18, ../sass/ipad/landscape/_about.scss */
    .nww-about-team-wrapper .nww-about-team-inner-wrapper .nww-about-team-inner-row .nww-about-team-box h4 {
        min-height: 82px;
    }

    /*about team popup*/
    /* line 31, ../sass/ipad/landscape/_about.scss */
    .nww-partner-wrapper .nww-video-partner-inner-logo-wrapper .nww-video-partner-inner-logo-container .nww-vidoe-partner-logo-box {
        padding: 0;
        width: 45%;
        display: inline-block;
        vertical-align: top;
    }

    /* line 36, ../sass/ipad/landscape/_about.scss */
    .nww-partner-wrapper .nww-video-partner-inner-logo-wrapper .nww-video-partner-inner-logo-container .nww-vidoe-partner-logo-box .nww-vidoe-partner-logo {
        margin: 0 auto;
    }

    /* line 44, ../sass/ipad/landscape/_about.scss */
    .nww-partner-wrapper .nww-digital-partner-inner-logo-wrapper .nww-digital-partner-inner-logo-row .nww-digital-partner-logo {
        width: 85%;
    }

    /* line 1, ../sass/ipad/landscape/_news.scss */
    .nww-news-top-wrapper {
        padding: 100px 0px;
    }

    /* line 5, ../sass/ipad/landscape/_news.scss */
    .nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 {
        text-align: center;
    }

    /* line 7, ../sass/ipad/landscape/_news.scss */
    .nww-news-top-wrapper .nww-news-top-wrapper-caption .nww-news-top-wrapper-caption-container h6 a {
        margin-right: 15px !important;
        margin-bottom: 20px;
    }

    /* line 1, ../sass/ipad/landscape/_col-res.scss */
    .nww-col-res-wrapper-one {
        background-size: cover;
    }

    /* line 4, ../sass/ipad/landscape/_col-res.scss */
    .nww-col-res-wrapper-one .nww-col-res-wrapper-one-inner .nww-col-res-wrapper-one-col-left-row {
        padding-top: 60px;
    }

    /* line 12, ../sass/ipad/landscape/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col {
        background-size: cover;
    }

    /* line 15, ../sass/ipad/landscape/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption h3 {
        font: 600 32px "proxima-nova", sans-serif;
    }

    /* line 18, ../sass/ipad/landscape/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption .nww-col-res-wrapper-two-inner-row-col-btn {
        font: 600 18px "proxima-nova", sans-serif;
        padding: 18px 25px;
    }

    /* line 27, ../sass/ipad/landscape/_col-res.scss */
    .nww-col-res-wrapper-three {
        background-size: cover;
    }

    /* line 29, ../sass/ipad/landscape/_col-res.scss */
    .nww-col-res-wrapper-three h2 {
        font: 600 32px "proxima-nova", sans-serif;
    }

    /* line 35, ../sass/ipad/landscape/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-img {
        display: block;
    }

    /* line 38, ../sass/ipad/landscape/_col-res.scss */
    .nww-col-res-wrapper-three .nww-col-res-wrapper-three-inner .nww-col-res-wrapper-three-inner-pdf-section a .nww-col-res-wrapper-three-inner-pdf-content {
        display: block;
        width: 100%;
    }

    /* line 50, ../sass/ipad/landscape/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-logos img {
        width: 22%;
    }

    /* line 54, ../sass/ipad/landscape/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-btn-section {
        padding-top: 50px;
    }

    /* line 56, ../sass/ipad/landscape/_col-res.scss */
    .nww-col-res-wrapper-four .nww-col-res-wrapper-four-inner .nww-col-res-wrapper-four-inner-btn-section a {
        font: 600 18px "proxima-nova", sans-serif;
        padding: 18px 10px;
    }

    /* line 1, ../sass/ipad/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two {
        background-size: cover;
    }

    /* line 5, ../sass/ipad/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-two-inner-logo-wrapper .nww-col-21-cen-res-logo-img-content {
        width: 52%;
        padding-top: 25px;
    }

    /* line 12, ../sass/ipad/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-three {
        background-size: cover;
    }

    /* line 15, ../sass/ipad/landscape/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-four {
        background-size: cover;
    }

    /* line 1, ../sass/ipad/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one {
        background-size: cover;
    }

    /* line 4, ../sass/ipad/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one .nww-col-h-sch-res-wrapper-one-inner .nww-col-h-sch-res-wrapper-one-col-right-row {
        padding-top: 60px;
    }

    /* line 9, ../sass/ipad/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-two {
        background-size: cover;
    }

    /* line 12, ../sass/ipad/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three {
        background-size: cover;
    }

    /* line 17, ../sass/ipad/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-img {
        display: block;
    }

    /* line 20, ../sass/ipad/landscape/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three .nww-col-h-sch-res-wrapper-three-inner .nww-col-h-sch-res-wrapper-three-inner-pdf-section a .nww-col-h-sch-res-wrapper-three-inner-pdf-content {
        display: block;
        width: 100%;
    }

    /* line 2, ../sass/ipad/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four {
        background-size: cover;
    }

    /* line 5, ../sass/ipad/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five {
        background-size: cover;
    }

    /* line 9, ../sass/ipad/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img {
        width: 50%;
    }

    /* line 12, ../sass/ipad/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner .nww-career-prep-res-wrap-five-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
        padding-top: 0px;
    }

    /* line 21, ../sass/ipad/landscape/_career-prep-res.scss */
    .nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner .nww-career-prep-res-wrap-six-inner-logo-wrapper .nww-col-career-prep-res-logo-img-content {
        width: 35%;
    }

    /* line 1, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one {
        background-size: cover;
    }

    /* line 5, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 9, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img img {
        margin: 0 auto;
    }

    /* line 13, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 17, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper .nww-who-ben-from-logo-img-content a {
        display: block;
        text-align: center;
    }

    /* line 25, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-col-row .nww-vid-play-btn img {
        top: 40%;
    }

    /* line 36, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-img {
        display: block;
        vertical-align: top;
    }

    /* line 39, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-img img {
        margin: 0 auto;
    }

    /* line 43, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content {
        display: block;
        width: 100%;
    }

    /* line 46, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content h5 {
        text-align: center;
    }

    /* line 49, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-three .nww-who-ben-from-wrapper-three-inner .nww-who-ben-from-wrapper-three-inner-pdf-section a .nww-who-ben-from-wrapper-three-inner-pdf-content p {
        text-align: center;
    }

    /* line 57, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-four {
        background-size: cover;
    }

    /* line 62, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-four .nww-who-ben-from-wrapper-four-inner .nww-who-ben-from-wrapper-four-col-row .nww-vid-play-btn img {
        top: 40%;
    }

    /* line 69, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five {
        background-size: cover;
    }

    /* line 73, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img {
        display: block;
        vertical-align: top;
        margin-right: 0px;
    }

    /* line 77, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img img {
        margin: 0 auto;
    }

    /* line 81, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img-content {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    /* line 85, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-inner-logo-wrapper .nww-who-ben-from-logo-img-content a {
        display: block;
        text-align: center;
    }

    /* line 93, ../sass/ipad/landscape/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five .nww-who-ben-from-wrapper-five-inner .nww-who-ben-from-wrapper-five-col-row .nww-vid-play-btn img {
        top: 35%;
    }
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
    /* line 2, ../sass/large-screen/_home.scss */
    .nww-mian-slider-wrapper .bx-pager {
        bottom: 120px;
    }

    /* line 8, ../sass/large-screen/_home.scss */
    .nww-mian-slider-wrapper .container .nww-main-slider-caption .nww-main-slider-caption-container h1 {
        padding: 0px 200px;
    }

    /* line 15, ../sass/large-screen/_home.scss */
    .nww-home-sixth-wrapper {
        background-size: cover;
    }

    /*Common Banner*/
    /* line 3, ../sass/large-screen/_template.scss */
    .nww-common-inner-page-banner .nww-common-inner-page-banner-caption {
        top: 25%;
    }

    /* line 6, ../sass/large-screen/_template.scss */
    .nww-common-inner-page-banner .custom-presentaion-banner {
        top: 31% !important;
    }

    /*resources custom Banner with navigation*/
    /* line 12, ../sass/large-screen/_template.scss */
    .nww-common-inner-custom-page-banner .nww-common-inner-page-banner-caption {
        top: 15%;
    }

    /* line 1, ../sass/large-screen/_col-res.scss */
    .nww-col-res-wrapper-one {
        background-size: cover;
    }

    /* line 7, ../sass/large-screen/_col-res.scss */
    .nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col {
        background-size: cover;
    }

    /* line 13, ../sass/large-screen/_col-res.scss */
    .nww-col-res-wrapper-three {
        background-size: cover;
    }

    /* line 16, ../sass/large-screen/_col-res.scss */
    .nww-col-res-wrapper-six {
        background-size: cover;
    }

    /* line 1, ../sass/large-screen/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two {
        background-size: cover;
    }

    /* line 5, ../sass/large-screen/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-two .nww-col-21-cen-res-wrapper-two-inner .nww-col-21-cen-res-wrapper-two-inner-logo-wrapper .nww-col-21-cen-res-logo-img-content {
        width: 52%;
        padding-top: 25px;
    }

    /* line 12, ../sass/large-screen/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-three {
        background-size: cover;
    }

    /* line 15, ../sass/large-screen/_21-cen-skill-res.scss */
    .nww-col-21-cen-res-wrapper-four {
        background-size: cover;
    }

    /* line 1, ../sass/large-screen/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-one {
        background-size: cover;
    }

    /* line 4, ../sass/large-screen/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-two {
        background-size: cover;
    }

    /* line 7, ../sass/large-screen/_h-sch-res.scss */
    .nww-col-h-sch-res-wrapper-three {
        background-size: cover;
    }

    /* line 1, ../sass/large-screen/_career-prep-res.scss */
    .nww-career-prep-res-wrap-four {
        background-size: cover;
    }

    /* line 4, ../sass/large-screen/_career-prep-res.scss */
    .nww-career-prep-res-wrap-five {
        background-size: cover;
    }

    /* line 1, ../sass/large-screen/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-one {
        background-size: cover;
    }

    /* line 4, ../sass/large-screen/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-four {
        background-size: cover;
    }

    /* line 7, ../sass/large-screen/_who-benfits-from.scss */
    .nww-who-ben-from-wrapper-five {
        background-size: cover;
    }
}


/* himas 04-05-2017*/
.navigation-links {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.navigation-links .nav-wrapper {
    padding: 22px 0;
}

.navigation-links .nav-wrapper > div {
    width: 25%;
    float: left;
    display: table;
}

.navigation-links .nav-wrapper > div p {
    display: table-cell;
    height: 70px;
    text-align: center;
    vertical-align: middle;
}

.navigation-links .nav-wrapper > div p a {
    width: 100%;
    font: 700 18px "proxima-nova", sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.navigation-links .nav-wrapper > div p a:hover, .presentations-wrapper .presentation-banner .navigation-links .nav-wrapper > div p a:focus {
    color: #ffcc00;
}

.navigation-links .nav-wrapper > div:not(:nth-of-type(6n)) p {
    border-right: 1px solid #125f70;
}

.century-wrapper .navigation-links .nav-wrapper > div {
    width: 20%;

}

.century-wrapper .navigation-links .nav-wrapper > div p a {
    font: 700 14px "proxima-nova", sans-serif;
}

.college-resource .navigation-links .nav-wrapper > div p a {
    font: 700 17px "proxima-nova", sans-serif;
}

.high-school-resource .navigation-links .nav-wrapper > div p a {
    font: 700 14px "proxima-nova", sans-serif;
}

.high-school-resource .navigation-links .nav-wrapper > div {
    width: 20%;
}

header .main-nav-bar .nww-navbar-middle li {
    position: relative;
}

header .main-nav-bar .nww-navbar-middle li:hover .sub-menu {
    display: block;
}

header .main-nav-bar .nww-navbar-middle .menu-item-has-children {
    margin-right: 40px;
    position: relative;
}

header .main-nav-bar .nww-navbar-middle .menu-item-has-children:hover .sub-menu {
    display: block;
}

.college-resource .navigation-links .nav-wrapper > div p {
    padding-left: 5px;
    padding-right: 5px;
}

header .main-nav-bar .nww-navbar-middle li .sub-menu {
    display: none;
    position: absolute;
    padding: 0;
    background: #fff;
    width: 230px;
    top: 44px;
    left: -50px;
    z-index: 100;
    border-top: none !important;

}


header .main-nav-bar .nww-navbar-middle li .sub-menu li {
    list-style: none;
    padding: 0px;
    width: 100%;
    margin: 0;
    background-color: #FFF5CD;

}


header .main-nav-bar .nww-navbar-middle li .sub-menu li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    /*  margin-left: 10px;
    margin-right: 10px;*/
    border-bottom: 1px solid #FFCA00;
}


/*Media*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .navigation-links .nav-wrapper {
        display: none;
    }

    header .main-nav-bar .nww-navbar-middle li .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        border-top: none !important;

    }

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .navigation-links .nav-wrapper {
        display: none;
    }

    header .main-nav-bar .nww-navbar-middle li .sub-menu {
        position: absolute;
        border-top: none !important;

    }

}


@media (max-width: 767px) and (orientation: portrait) {
    header .main-nav-bar .nww-navbar-middle li .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        border-top: none !important;

    }

    .navigation-links .nav-wrapper {
        display: none;
    }
}


@media (max-width: 767px) and (orientation: landscape) {

    header .main-nav-bar .nww-navbar-middle li .sub-menu {
        display: none;
        position: relative;
        padding: 0;
        background: #fff;
        width: 230px;
        top: 73px;
        left: -50px;
        z-index: 100;
        border-top: none !important;

    }

    .navigation-links .nav-wrapper {
        display: none;
    }

}


@media (min-width: 1824px) {
}

/*2017-06-09*/

.nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption-left .nww-col-res-wrapper-two-inner-row-col-btn {
    width: 253px;
}

.nww-col-res-wrapper-two .nww-col-res-wrapper-two-inner .nww-col-res-wrapper-two-inner-row .nww-col-res-wrapper-two-inner-row-col .nww-col-res-wrapper-two-inner-row-col-caption {
    width: 70%;
}

.nww-col-h-sch-res-wrapper-two-asr {
    background-image: url(../images/additional-resource.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 90px 0px;
}

.nww-col-h-sch-res-wrapper-two-asr h2 {
    margin: 0;
    font: 600 36px "proxima-nova", sans-serif;
    color: #ffcc00;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 45px;
}

/* line 90, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-two-asr .nww-col-h-sch-res-wrapper-two-inner p {
    margin: 0;
    font: 400 22px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding-bottom: 45px;
}

/* line 98, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-two-asr .nww-col-h-sch-res-wrapper-two-inner a {
    text-decoration: none;
    width: 270px;
    display: block;
    margin: 0 auto;
    font: 600 20px "proxima-nova", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 25px;
    border: 2px solid #ffcc00;
}

/* line 109, ../sass/_h-sch-res.scss */
.nww-col-h-sch-res-wrapper-two-asr .nww-col-h-sch-res-wrapper-two-inner a:hover {
    background-color: #ffcc00;
    color: #fff !important;
}


/* Timal 2018-05-08 */

.badges-page .nav-wrapper {
    color: #ffcc00;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.badges-page .high-school-resource .navigation-links .nav-wrapper > div {
    width: 25%;
}

.badges-page .top-section .left-wrapper {
    padding-right: 50px;
}

.badges-page .top-section .right-wrapper {
    padding-left: 50px;
}


.badges-page .top-section .left-wrapper p {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.99px;
    margin-bottom: 30px;
}

.badges-page .top-section .left-wrapper p a, span {
    color: #ffcc00;
    font-weight: 700;
    text-decoration: none;
}

.badges-page .top-section .left-wrapper p a:hover {
    color: #0088AD;
    font-weight: 700;
    text-decoration: none;
}

.badges-page .download-section h5 {
    color: #ffcc00;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.99px;
    text-decoration: none;
}

.badges-page .download-section h5 img {
    display: inline-block;
}

.badges-page .download-section h5:hover {
    color: #0088AD;
    text-decoration: none;
}

.badges-page .video-section h5 {
    color: #ffffff;
    font-family: "proxima-nova", sans-serif;
    font-size: 26px;
    font-weight: 700;
    padding-left: 15px;
    margin-bottom: 30px;
}


.badges-page .top-section .right-wrapper .badge-image-wrapper h6 {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.badges-page .top-section .right-wrapper .content-wrapper h3 {
    color: #ffffff;
    font-family: "proxima-nova", sans-serif;
    font-size: 26px;
    font-weight: 700;
}

.badges-page .top-section .right-wrapper .content-wrapper p {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.99px;
}

.badge-learner-badge .top-content {
    padding-top: 0px;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.badge-learner-badge .top-content h2 {
    color: #943308;
    font-family: "proxima-nova", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 74px;
}

.badge-learner-badge .top-content h2 {
    color: #943308;
    font-family: "proxima-nova", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 37px;
}

.badge-learner-badge .top-content p {
    color: #666666;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 46px;
}

.badge-learner-badge .top-content ul {
    padding: 0;
    display: table;
    margin: 0 auto;
    margin-bottom: 0px;
}

.badge-learner-badge .top-content ul li {
    list-style: none;
    border: 1px solid #e4e4e4;
    background-color: #ffffff;
    width: 271px;
    /* height: 184px; */
    float: left;
    margin: 0 15px 20px;
}

.badge-learner-badge .top-content ul li img {
    margin: 20px auto;
}

.badge-learner-badge .mid-content {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.badge-learner-badge .mid-content p {
    color: #666666;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.badge-learner-badge .mid-content p a, span {

    color: #337ab7;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.badge-learner-badge .mid-content p a:hover {
    color: #0088AD;
    text-decoration: none;
}

.badge-learner-badge .mid-content ul {
    padding: 0;
    margin-top: 60px;

}

.badge-learner-badge .mid-content ul li {
    float: left;
    width: 20%;
    list-style: none;
    margin-bottom: 23px;
}

.badge-learner-badge .mid-content ul li img {
    margin: 0 auto;
}

.badge-learner-badge .mid-content h6 {
    color: #004455;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.badge-learner-badge {
    padding-bottom: 43px;
}

.academic-badge {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 60px;
    padding-top: 77px;
}

.academic-badge .top-academic-badge {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.academic-badge .top-academic-badge h2 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffcc00;
    font-family: "proxima-nova", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.academic-badge .top-academic-badge p {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
}

.academic-badge .top-academic-badge p a {
    color: #ffcc00;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.academic-badge .top-academic-badge p a:hover {
    color: #0088AD;
    text-decoration: none;
}

.academic-badge .top-academic-badge img {
    margin: 0 auto;
    margin-top: 47px;
    margin-bottom: 45px;
}

.academic-badge .read-more {
    border: 2px solid #ffcc00;
    color: #ffffff;
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0px 30px;
    display: inline-block;
    text-decoration: none;
}

.academic-badge .read-more:hover {
    color: #0088AD;
}

.academic-badge-mid-wrapper {
    padding-top: 90px;
}

.academic-badge-mid-wrapper p {
    margin-bottom: 33px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.99px;

}

.academic-badge-mid-wrapper p a, span {

    color: #ffcc00;
    font-family: "Roboto", sans-serif;
    font-weight: 700;

}

.academic-badge-mid-wrapper p a:hover {
    color: #0088AD;
    text-decoration: none;
}

.academic-badge .read-more-1 {
    border: 2px solid #ffcc00;
    color: #ffffff;
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0px 15px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
}

.academic-badge .read-more-1:hover {
    color: #0088AD;
}


.academic-badge .nww-col-h-sch-res-wrapper-one-col-row {
    position: relative;
    margin-bottom: 25px;
}

/* line 40, ../sass/_h-sch-res.scss */
.academic-badge.nww-col-h-sch-res-wrapper-one-col-row .nww-vid-main-img {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 44, ../sass/_h-sch-res.scss */
.academic-badge .nww-col-h-sch-res-wrapper-one-col-row .wrapper-vid-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
    top: 0;
    left: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* line 54, ../sass/_h-sch-res.scss */
.academic-badge .nww-col-h-sch-res-wrapper-one-col-row .nww-vid-play-btn {
    text-decoration: none;
}

/* line 56, ../sass/_h-sch-res.scss */
.academic-badge .nww-col-h-sch-res-wrapper-one-col-row .nww-vid-play-btn img {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 200;
}

.academic-badge-mid-wrapper h3 {
    color: #ffffff;
    font-family: "proxima-nova", sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}

.academic-badge-bot-wrapper .bot-content-section p {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.99px;
}

.academic-badge-bot-wrapper .bot-content-section p a, span {
    color: #ffcc00;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.academic-badge-bot-wrapper .bot-content-section {
    padding-left: 88px;
}

.badge-logo-wrapper .img-responsive {
    margin-bottom: 20px;
}

.academic-badge-bot-wrapper .bot-content-section img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.academic-badge-bot-wrapper {
    padding-top: 50px;
}

.academic-badge-bot-wrapper .bot-content-section p a:hover {
    color: #0088AD;
}

.verified-badges-wrapper {
    background-color: #eeeeee;
    padding-top: 76px;
    padding-bottom: 36px;
}

.verified-badges-wrapper .content-wrapper {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.verified-badges-wrapper .content-wrapper h2 {
    color: #943308;
    font-family: "proxima-nova", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.verified-badges-wrapper .content-wrapper p {
    color: #666666;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
}

.verified-badges-wrapper .content-wrapper p a {
    color: #337ab7;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.verified-badges-wrapper .content-wrapper h6 {
    color: #666666;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 45px;
}

.verified-badges-wrapper .content-wrapper h6 a {
    color: #337ab7;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.verified-badges-wrapper .content-wrapper h6 a a:hover {
    color: #0088AD;
}

.academic-logo-wrapper {
    float: none;
    margin: 0 auto;
    margin-top: 36px;
}

.academic-logo-wrapper ul {
    padding: 0;
}

.academic-logo-wrapper ul li {
    float: left;
    width: 20%;
    height: 220px;
    overflow: hidden;
    list-style: none;
    margin-bottom: 52px;
}

.academic-logo-wrapper ul li img {
    margin: 0 auto;
}

.academic-badge-bot-wrapper .bot-content-section-1 p {

    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.99px;
}

.nwow-bot-logo {
    float: none;
    margin: 0 auto;
}


.academic-badge-bot-wrapper .badge-logo-wrapper a:hover img {
    opacity: 0.8;
}


/*Media Queries*/

/*Ipad Landscape*/

@media (min-width: 992px) and (max-width: 1199px) {
}

/*Ipad Portrait*/

@media (min-width: 768px) and (max-width: 991px) {
    .academic-badge .read-more-1 {
        font-size: 16px;
    }

    .academic-badge-bot-wrapper .bot-content-section {
        padding-left: 15px;
    }

    .badges-page .top-section .right-wrapper .badge-image-wrapper img {
        margin: 30px auto 0;
    }
}

/*Mobile*/

@media (max-width: 767px) {
    .badges-page .top-section .right-wrapper {
        padding: 0 15px;
    }

    .badges-page .top-section .right-wrapper .content-wrapper {
        padding: 0 15px;
    }

    .academic-badge .read-more {

        font-size: 14px;

        padding: 0px 30px;

    }

    .academic-badge .read-more-1 {
        font-size: 14px;

        padding: 0px 30px;
        margin-bottom: 20px;
    }

    .academic-badge-bot-wrapper .bot-content-section {
        padding-left: 15px;
    }

    .academic-logo-wrapper ul li {

        width: 50%;
        height: 220px;

        margin-bottom: 20px;
    }

    .badge-learner-badge .top-content ul li {
        margin-bottom: 20px;
    }

    .badge-learner-badge .mid-content ul li {
        width: 33.33%;
        /* margin-left: 10px; */
        padding: 0 10px
    }

    .nww-who-ben-from-wrapper-one .nww-who-ben-from-wrapper-one-inner .nww-who-ben-from-wrapper-one-inner-logo-wrapper {
        padding-left: 0;
    }

}

/*Mobile Landscape*/

@media (max-width: 767px) and (orientation: landscape) {
}


/*
  font-family: "Roboto", sans-serif;
  font-family: "proxima-nova", sans-serif;
  font-family: "proxima-nova", sans-serif;

 */

.about-list-image {
    padding: 0;
    /* display: table; */
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.about-list-image li {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    height: 160px;
    overflow: hidden;
}

.about-list-image li img {
    margin: 0 auto;

}

/* section backgrounds updated  */
.updated-background-image-type-1 {
    background-image: url(../images/updated-backgrounds/1.png);
}

.updated-background-image-type-2 {
    background-image: url(../images/updated-backgrounds/2.png);
}

.updated-background-image-type-3 {
    background-image: url(../images/updated-backgrounds/3.png);
}

.updated-background-image-type-4 {
    background-image: url(../images/updated-backgrounds/4.png);
}

/* section backgrounds updated end */


/*Media Queries*/

/*Ipad Landscape*/

@media (min-width: 992px) and (max-width: 1199px) {
}

/*Ipad Portrait*/

@media (min-width: 768px) and (max-width: 991px) {
}

/*Mobile*/

@media (max-width: 767px) {

    .about-list-image {
        padding: 0;
        display: table;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .about-list-image li {
        width: 100%;

        height: auto;

    }

    .about-list-image li img {
        margin: 30px auto;

    }
}

/*Mobile Landscape*/

@media (max-width: 767px) and (orientation: landscape) {
}


/* timal edit 05 2018 */

.resources-wrapper .tab-content .resources-list .panel-default .panel-collapse .panel-body .items-wrapper .item .content h3 {
    white-space: inherit;
    height: 67px;
}

/*29-06-2018*/
.presentations-wrapper .request-presentation-trainings form .form-group select {

    color: #666666;

}


/* himaz edit 04/12/2018*/
.main-nav-bar {
    padding-top: 0 !important;
}

.main-nav-bar .navbar-header {
    display: inline-block;
    float: left;
    margin-right: 0;
}

.main-nav-bar .nww-logo-right-wrapper {
    display: inline-block;
    float: right;
}

.main-nav-bar .nww-logo-right-wrapper .nww-logo-right {
    float: none;
}

.nww-logo-right img {
    width: 250px;
    height: 100px;
}

.main-nav-bar .navbar-collapse {
    clear: both;
    text-align: center;
}

.main-nav-bar .nww-navbar-middle {
    display: inline-block;
    float: none;
    margin-top: 0 !important;
}

.main-nav-bar .nww-navbar-middle a {
    padding-bottom: 20px !important;
}

.nww-mian-slider-wrapper {
    margin-top: 142px;
}

.nww-footer-bottom img {
    height: 40px;
    width: 130px;
    margin: 0 5px;
}

.nww-news-logo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/*Mobile*/
@media (max-width: 767px) {
    .navbar-header {
        width: 100%;
        padding-top: 30px;
    }

    .nww-mian-slider-wrapper {
        margin-top: 103px;
    }

    .nww-footer-bottom img {
        width: 80px;
    }

    .badge-logo-wrapper .img-responsive {
        margin: 0 auto 20px;
    }

    .academic-badge-mid-wrapper .academic-badge-mid-wrapper-grid-override {
        text-align: center;
    }

    .academic-badge-mid-wrapper .academic-badge-mid-wrapper-grid-override .img-responsive {
        margin: 43px auto 20px auto;
    }

    footer .nww-footer-top .nww-footer-top-container h5 dfn {
        margin-bottom: 10px;
    }

    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .bx-controls {
        display: block;
    }

    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .bx-controls-direction {
        display: none;
    }

    .nww-mian-slider-wrapper .bx-controls {
        display: block;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 260px;
    }

    img.img-responsive.nww-vid-main-img {
        margin: 0 auto;
    }

    .badge-image-wrapper img {
        margin: 0 auto;
    }
}

/*Mobile*/
@media (max-width: 767px) and (orientation: portrait) {
    .badge-learner-badge .top-content ul li {
        float: none;
    }

    .grid-mobile {
        padding: 0;
    }

    .nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download a {
        margin-right: 0px
    }

    .nww-about-top-wrapper .nww-about-top-container-wrapper .nww-about-top-repots-download a img {
        float: left;
    }

    .badges-page .download-section h5 img {
        float: left;
    }

    img.videoplay.img-responsive {
        top: 31%;
    }
}

/*Ipad Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        width: 100%;
        padding-top: 30px;
    }

    .nww-mian-slider-wrapper {
        margin-top: 103px;
    }

    .nww-logo-right-wrapper {
        display: none !important;
    }

    .presentations-wrapper .upcoming-trainings table {
        width: 100%;
    }

    .presentations-wrapper .upcoming-trainings .logo-container {
        text-align: center;
        margin-top: 45px;
    }

    .presentations-wrapper .upcoming-trainings .logo-container img {
        float: none;
    }

    footer .nww-footer-top .nww-footer-top-container h5 dfn {
        margin-bottom: 10px;
    }

    .nww-mian-slider-wrapper .bx-controls {
        display: block;
    }
}

/*Ipad landscape*/
@media (min-width: 992px) and (max-width: 1024px) {
    .navbar-header {
        width: 100%;
        padding-top: 30px;
    }

    .nww-mian-slider-wrapper {
        margin-top: 103px;
    }

    .nww-logo-right-wrapper {
        display: none !important;
    }

    .presentations-wrapper .upcoming-trainings table {
        width: 100%;
    }

    .presentations-wrapper .upcoming-trainings .logo-container {
        text-align: center;
        margin-top: 45px;
    }

    .presentations-wrapper .upcoming-trainings .logo-container img {
        float: none;
    }

    footer .nww-footer-top .nww-footer-top-container h5 dfn {
        margin-bottom: 10px;
        padding-left: 30px;
    }

    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .bx-controls {
        display: block;
    }

    .nww-home-seventh-wrapper .nww-home-seventh-inner-wrapper .bx-controls-direction {
        display: none;
    }

    .nww-mian-slider-wrapper .bx-controls {
        display: block;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .presentations-wrapper .training-who {
        background-position: top left 50% !important;
    }

    .nww-footer-middle .left-image {
        width: 45%;
        margin-right: 10px;
    }

    .nww-footer-middle .right-image {
        width: 47%;
        margin-left: 0;
    }

    .nww-footer-middle .right-image:before {
        top: 0px;
        left: 15px;
    }
}

@media (max-width: 767px) {
    .presentations-wrapper .training-who {
        background: #e6e6e645 !important;
    }

    .nww-footer-middle .left-image {
        width: 45%;
        margin-right: 0;
    }

    .nww-footer-middle .right-image {
        width: 45%;
        margin-left: 0;
    }

    .nww-footer-middle .right-image:before {
        top: -2px;
        left: 16px;
        width: 100%;

    }
}

@media (max-width: 520px) {
    .nww-footer-middle .left-image {
        width: 85%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .nww-footer-middle .right-image {
        width: 85%;
        margin-left: 0;
    }
}

/*end of himaz edit*/

.academic-badge-mid-wrapper-grid-override .inner-image {
    margin-bottom: 20px;
}

/*16/12/2019*/

.avid-sec {
  background-color: #005e75;
}

.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner a,
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner a,
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner a {
    text-decoration: none;
    font: 500 16px "Roboto", sans-serif;
    color: #ffcc00;
    line-height: 24px;
}
.nww-career-prep-res-wrap-five .nww-career-prep-res-wrap-five-inner a:hover,
.nww-career-prep-res-wrap-four .nww-career-prep-res-wrap-four-inner a:hover,
.nww-career-prep-res-wrap-six .nww-career-prep-res-wrap-six-inner a:hover {
    color: #ffffff;
}

.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner a{
    text-decoration: none;
    font: 500 16px "Roboto", sans-serif;
    color: #125f70;
    line-height: 24px;
}
.nww-career-prep-res-wrap-three .nww-career-prep-res-wrap-three-inner a:hover {
    color: #666666 ;
}