/* line 17, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
    line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
    list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
    quotes: none;
}

/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
    border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/* line 46, ../sass/_dovetail.scss */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

/* line 200, ../sass/_dovetail.scss */
html {
    font-size: 100%;
}

/* line 1006, ../sass/_dovetail.scss */
a {
    color: inherit;
    text-decoration: none;
}

/* line 1012, ../sass/_dovetail.scss */
body {
    font-size: 100%;
    font-size: 1em;
    line-height: 1.5em;
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../font/icons/fontawesome-webfont.eot?v=3.2.1");
    src: url("../font/icons/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/icons/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/icons/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/icons/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* FONT AWESOME CORE
 * -------------------------- */
/* line 38, ../sass/defaults/_icons.scss */
[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    top: 0;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

/* line 51, ../sass/defaults/_icons.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
    display: inline-block;
    speak: none;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 60, ../sass/defaults/_icons.scss */
.icon-glass:before {
    content: "\f000";
}

/* line 63, ../sass/defaults/_icons.scss */
.icon-music:before {
    content: "\f001";
}

/* line 66, ../sass/defaults/_icons.scss */
.icon-search:before {
    content: "\f002";
}

/* line 69, ../sass/defaults/_icons.scss */
.icon-envelope-alt:before {
    content: "\f003";
}

/* line 72, ../sass/defaults/_icons.scss */
.icon-heart:before {
    content: "\f004";
}

/* line 75, ../sass/defaults/_icons.scss */
.icon-star:before {
    content: "\f005";
}

/* line 78, ../sass/defaults/_icons.scss */
.icon-star-empty:before {
    content: "\f006";
}

/* line 81, ../sass/defaults/_icons.scss */
.icon-user:before {
    content: "\f007";
}

/* line 84, ../sass/defaults/_icons.scss */
.icon-film:before {
    content: "\f008";
}

/* line 87, ../sass/defaults/_icons.scss */
.icon-th-large:before {
    content: "\f009";
}

/* line 90, ../sass/defaults/_icons.scss */
.icon-th:before {
    content: "\f00a";
}

/* line 93, ../sass/defaults/_icons.scss */
.icon-th-list:before {
    content: "\f00b";
}

/* line 96, ../sass/defaults/_icons.scss */
.icon-ok:before {
    content: "\f00c";
}

/* line 99, ../sass/defaults/_icons.scss */
.icon-remove:before {
    content: "\f00d";
}

/* line 102, ../sass/defaults/_icons.scss */
.icon-zoom-in:before {
    content: "\f00e";
}

/* line 105, ../sass/defaults/_icons.scss */
.icon-zoom-out:before {
    content: "\f010";
}

/* line 109, ../sass/defaults/_icons.scss */
.icon-power-off:before,
.icon-off:before {
    content: "\f011";
}

/* line 112, ../sass/defaults/_icons.scss */
.icon-signal:before {
    content: "\f012";
}

/* line 116, ../sass/defaults/_icons.scss */
.icon-gear:before,
.icon-cog:before {
    content: "\f013";
}

/* line 119, ../sass/defaults/_icons.scss */
.icon-trash:before {
    content: "\f014";
}

/* line 122, ../sass/defaults/_icons.scss */
.icon-home:before {
    content: "\f015";
}

/* line 125, ../sass/defaults/_icons.scss */
.icon-file-alt:before {
    content: "\f016";
}

/* line 128, ../sass/defaults/_icons.scss */
.icon-time:before {
    content: "\f017";
}

/* line 131, ../sass/defaults/_icons.scss */
.icon-road:before {
    content: "\f018";
}

/* line 134, ../sass/defaults/_icons.scss */
.icon-download-alt:before {
    content: "\f019";
}

/* line 137, ../sass/defaults/_icons.scss */
.icon-download:before {
    content: "\f01a";
}

/* line 140, ../sass/defaults/_icons.scss */
.icon-upload:before {
    content: "\f01b";
}

/* line 143, ../sass/defaults/_icons.scss */
.icon-inbox:before {
    content: "\f01c";
}

/* line 146, ../sass/defaults/_icons.scss */
.icon-play-circle:before {
    content: "\f01d";
}

/* line 150, ../sass/defaults/_icons.scss */
.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e";
}

/* line 153, ../sass/defaults/_icons.scss */
.icon-refresh:before {
    content: "\f021";
}

/* line 156, ../sass/defaults/_icons.scss */
.icon-list-alt:before {
    content: "\f022";
}

/* line 159, ../sass/defaults/_icons.scss */
.icon-lock:before {
    content: "\f023";
}

/* line 162, ../sass/defaults/_icons.scss */
.icon-flag:before {
    content: "\f024";
}

/* line 165, ../sass/defaults/_icons.scss */
.icon-headphones:before {
    content: "\f025";
}

/* line 168, ../sass/defaults/_icons.scss */
.icon-volume-off:before {
    content: "\f026";
}

/* line 171, ../sass/defaults/_icons.scss */
.icon-volume-down:before {
    content: "\f027";
}

/* line 174, ../sass/defaults/_icons.scss */
.icon-volume-up:before {
    content: "\f028";
}

/* line 177, ../sass/defaults/_icons.scss */
.icon-qrcode:before {
    content: "\f029";
}

/* line 180, ../sass/defaults/_icons.scss */
.icon-barcode:before {
    content: "\f02a";
}

/* line 183, ../sass/defaults/_icons.scss */
.icon-tag:before {
    content: "\f02b";
}

/* line 186, ../sass/defaults/_icons.scss */
.icon-tags:before {
    content: "\f02c";
}

/* line 189, ../sass/defaults/_icons.scss */
.icon-book:before {
    content: "\f02d";
}

/* line 192, ../sass/defaults/_icons.scss */
.icon-bookmark:before {
    content: "\f02e";
}

/* line 195, ../sass/defaults/_icons.scss */
.icon-print:before {
    content: "\f02f";
}

/* line 198, ../sass/defaults/_icons.scss */
.icon-camera:before {
    content: "\f030";
}

/* line 201, ../sass/defaults/_icons.scss */
.icon-font:before {
    content: "\f031";
}

/* line 204, ../sass/defaults/_icons.scss */
.icon-bold:before {
    content: "\f032";
}

/* line 207, ../sass/defaults/_icons.scss */
.icon-italic:before {
    content: "\f033";
}

/* line 210, ../sass/defaults/_icons.scss */
.icon-text-height:before {
    content: "\f034";
}

/* line 213, ../sass/defaults/_icons.scss */
.icon-text-width:before {
    content: "\f035";
}

/* line 216, ../sass/defaults/_icons.scss */
.icon-align-left:before {
    content: "\f036";
}

/* line 219, ../sass/defaults/_icons.scss */
.icon-align-center:before {
    content: "\f037";
}

/* line 222, ../sass/defaults/_icons.scss */
.icon-align-right:before {
    content: "\f038";
}

/* line 225, ../sass/defaults/_icons.scss */
.icon-align-justify:before {
    content: "\f039";
}

/* line 228, ../sass/defaults/_icons.scss */
.icon-list:before {
    content: "\f03a";
}

/* line 231, ../sass/defaults/_icons.scss */
.icon-indent-left:before {
    content: "\f03b";
}

/* line 234, ../sass/defaults/_icons.scss */
.icon-indent-right:before {
    content: "\f03c";
}

/* line 237, ../sass/defaults/_icons.scss */
.icon-facetime-video:before {
    content: "\f03d";
}

/* line 240, ../sass/defaults/_icons.scss */
.icon-picture:before {
    content: "\f03e";
}

/* line 243, ../sass/defaults/_icons.scss */
.icon-pencil:before {
    content: "\f040";
}

/* line 246, ../sass/defaults/_icons.scss */
.icon-map-marker:before {
    content: "\f041";
}

/* line 249, ../sass/defaults/_icons.scss */
.icon-adjust:before {
    content: "\f042";
}

/* line 252, ../sass/defaults/_icons.scss */
.icon-tint:before {
    content: "\f043";
}

/* line 255, ../sass/defaults/_icons.scss */
.icon-edit:before {
    content: "\f044";
}

/* line 258, ../sass/defaults/_icons.scss */
.icon-share:before {
    content: "\f045";
}

/* line 261, ../sass/defaults/_icons.scss */
.icon-check:before {
    content: "\f046";
}

/* line 264, ../sass/defaults/_icons.scss */
.icon-move:before {
    content: "\f047";
}

/* line 267, ../sass/defaults/_icons.scss */
.icon-step-backward:before {
    content: "\f048";
}

/* line 270, ../sass/defaults/_icons.scss */
.icon-fast-backward:before {
    content: "\f049";
}

/* line 273, ../sass/defaults/_icons.scss */
.icon-backward:before {
    content: "\f04a";
}

/* line 276, ../sass/defaults/_icons.scss */
.icon-play:before {
    content: "\f04b";
}

/* line 279, ../sass/defaults/_icons.scss */
.icon-pause:before {
    content: "\f04c";
}

/* line 282, ../sass/defaults/_icons.scss */
.icon-stop:before {
    content: "\f04d";
}

/* line 285, ../sass/defaults/_icons.scss */
.icon-forward:before {
    content: "\f04e";
}

/* line 288, ../sass/defaults/_icons.scss */
.icon-fast-forward:before {
    content: "\f050";
}

/* line 291, ../sass/defaults/_icons.scss */
.icon-step-forward:before {
    content: "\f051";
}

/* line 294, ../sass/defaults/_icons.scss */
.icon-eject:before {
    content: "\f052";
}

/* line 297, ../sass/defaults/_icons.scss */
.icon-chevron-left:before {
    content: "\f053";
}

/* line 300, ../sass/defaults/_icons.scss */
.icon-chevron-right:before {
    content: "\f054";
}

/* line 303, ../sass/defaults/_icons.scss */
.icon-plus-sign:before {
    content: "\f055";
}

/* line 306, ../sass/defaults/_icons.scss */
.icon-minus-sign:before {
    content: "\f056";
}

/* line 309, ../sass/defaults/_icons.scss */
.icon-remove-sign:before {
    content: "\f057";
}

/* line 312, ../sass/defaults/_icons.scss */
.icon-ok-sign:before {
    content: "\f058";
}

/* line 315, ../sass/defaults/_icons.scss */
.icon-question-sign:before {
    content: "\f059";
}

/* line 318, ../sass/defaults/_icons.scss */
.icon-info-sign:before {
    content: "\f05a";
}

/* line 321, ../sass/defaults/_icons.scss */
.icon-screenshot:before {
    content: "\f05b";
}

/* line 324, ../sass/defaults/_icons.scss */
.icon-remove-circle:before {
    content: "\f05c";
}

/* line 327, ../sass/defaults/_icons.scss */
.icon-ok-circle:before {
    content: "\f05d";
}

/* line 330, ../sass/defaults/_icons.scss */
.icon-ban-circle:before {
    content: "\f05e";
}

/* line 333, ../sass/defaults/_icons.scss */
.icon-arrow-left:before {
    content: "\f060";
}

/* line 336, ../sass/defaults/_icons.scss */
.icon-arrow-right:before {
    content: "\f061";
}

/* line 339, ../sass/defaults/_icons.scss */
.icon-arrow-up:before {
    content: "\f062";
}

/* line 342, ../sass/defaults/_icons.scss */
.icon-arrow-down:before {
    content: "\f063";
}

/* line 346, ../sass/defaults/_icons.scss */
.icon-mail-forward:before,
.icon-share-alt:before {
    content: "\f064";
}

/* line 349, ../sass/defaults/_icons.scss */
.icon-resize-full:before {
    content: "\f065";
}

/* line 352, ../sass/defaults/_icons.scss */
.icon-resize-small:before {
    content: "\f066";
}

/* line 355, ../sass/defaults/_icons.scss */
.icon-plus:before {
    content: "\f067";
}

/* line 358, ../sass/defaults/_icons.scss */
.icon-minus:before {
    content: "\f068";
}

/* line 361, ../sass/defaults/_icons.scss */
.icon-asterisk:before {
    content: "\f069";
}

/* line 364, ../sass/defaults/_icons.scss */
.icon-exclamation-sign:before {
    content: "\f06a";
}

/* line 367, ../sass/defaults/_icons.scss */
.icon-gift:before {
    content: "\f06b";
}

/* line 370, ../sass/defaults/_icons.scss */
.icon-leaf:before {
    content: "\f06c";
}

/* line 373, ../sass/defaults/_icons.scss */
.icon-fire:before {
    content: "\f06d";
}

/* line 376, ../sass/defaults/_icons.scss */
.icon-eye-open:before {
    content: "\f06e";
}

/* line 379, ../sass/defaults/_icons.scss */
.icon-eye-close:before {
    content: "\f070";
}

/* line 382, ../sass/defaults/_icons.scss */
.icon-warning-sign:before {
    content: "\f071";
}

/* line 385, ../sass/defaults/_icons.scss */
.icon-plane:before {
    content: "\f072";
}

/* line 388, ../sass/defaults/_icons.scss */
.icon-calendar:before {
    content: "\f073";
}

/* line 391, ../sass/defaults/_icons.scss */
.icon-random:before {
    content: "\f074";
}

/* line 394, ../sass/defaults/_icons.scss */
.icon-comment:before {
    content: "\f075";
}

/* line 397, ../sass/defaults/_icons.scss */
.icon-magnet:before {
    content: "\f076";
}

/* line 400, ../sass/defaults/_icons.scss */
.icon-chevron-up:before {
    content: "\f077";
}

/* line 403, ../sass/defaults/_icons.scss */
.icon-chevron-down:before {
    content: "\f078";
}

/* line 406, ../sass/defaults/_icons.scss */
.icon-retweet:before {
    content: "\f079";
}

/* line 409, ../sass/defaults/_icons.scss */
.icon-shopping-cart:before {
    content: "\f07a";
}

/* line 412, ../sass/defaults/_icons.scss */
.icon-folder-close:before {
    content: "\f07b";
}

/* line 415, ../sass/defaults/_icons.scss */
.icon-folder-open:before {
    content: "\f07c";
}

/* line 418, ../sass/defaults/_icons.scss */
.icon-resize-vertical:before {
    content: "\f07d";
}

/* line 421, ../sass/defaults/_icons.scss */
.icon-resize-horizontal:before {
    content: "\f07e";
}

/* line 424, ../sass/defaults/_icons.scss */
.icon-bar-chart:before {
    content: "\f080";
}

/* line 427, ../sass/defaults/_icons.scss */
.icon-twitter-sign:before {
    content: "\f081";
}

/* line 430, ../sass/defaults/_icons.scss */
.icon-facebook-sign:before {
    content: "\f082";
}

/* line 433, ../sass/defaults/_icons.scss */
.icon-camera-retro:before {
    content: "\f083";
}

/* line 436, ../sass/defaults/_icons.scss */
.icon-key:before {
    content: "\f084";
}

/* line 440, ../sass/defaults/_icons.scss */
.icon-gears:before,
.icon-cogs:before {
    content: "\f085";
}

/* line 443, ../sass/defaults/_icons.scss */
.icon-comments:before {
    content: "\f086";
}

/* line 446, ../sass/defaults/_icons.scss */
.icon-thumbs-up-alt:before {
    content: "\f087";
}

/* line 449, ../sass/defaults/_icons.scss */
.icon-thumbs-down-alt:before {
    content: "\f088";
}

/* line 452, ../sass/defaults/_icons.scss */
.icon-star-half:before {
    content: "\f089";
}

/* line 455, ../sass/defaults/_icons.scss */
.icon-heart-empty:before {
    content: "\f08a";
}

/* line 458, ../sass/defaults/_icons.scss */
.icon-signout:before {
    content: "\f08b";
}

/* line 461, ../sass/defaults/_icons.scss */
.icon-linkedin-sign:before {
    content: "\f08c";
}

/* line 464, ../sass/defaults/_icons.scss */
.icon-pushpin:before {
    content: "\f08d";
}

/* line 467, ../sass/defaults/_icons.scss */
.icon-external-link:before {
    content: "\f08e";
}

/* line 470, ../sass/defaults/_icons.scss */
.icon-signin:before {
    content: "\f090";
}

/* line 473, ../sass/defaults/_icons.scss */
.icon-trophy:before {
    content: "\f091";
}

/* line 476, ../sass/defaults/_icons.scss */
.icon-github-sign:before {
    content: "\f092";
}

/* line 479, ../sass/defaults/_icons.scss */
.icon-upload-alt:before {
    content: "\f093";
}

/* line 482, ../sass/defaults/_icons.scss */
.icon-lemon:before {
    content: "\f094";
}

/* line 485, ../sass/defaults/_icons.scss */
.icon-phone:before {
    content: "\f095";
}

/* line 489, ../sass/defaults/_icons.scss */
.icon-unchecked:before,
.icon-check-empty:before {
    content: "\f096";
}

/* line 492, ../sass/defaults/_icons.scss */
.icon-bookmark-empty:before {
    content: "\f097";
}

/* line 495, ../sass/defaults/_icons.scss */
.icon-phone-sign:before {
    content: "\f098";
}

/* line 498, ../sass/defaults/_icons.scss */
.icon-twitter:before {
    content: "\f099";
}

/* line 501, ../sass/defaults/_icons.scss */
.icon-facebook:before {
    content: "\f09a";
}

/* line 504, ../sass/defaults/_icons.scss */
.icon-github:before {
    content: "\f09b";
}

/* line 507, ../sass/defaults/_icons.scss */
.icon-unlock:before {
    content: "\f09c";
}

/* line 510, ../sass/defaults/_icons.scss */
.icon-credit-card:before {
    content: "\f09d";
}

/* line 513, ../sass/defaults/_icons.scss */
.icon-rss:before {
    content: "\f09e";
}

/* line 516, ../sass/defaults/_icons.scss */
.icon-hdd:before {
    content: "\f0a0";
}

/* line 519, ../sass/defaults/_icons.scss */
.icon-bullhorn:before {
    content: "\f0a1";
}

/* line 522, ../sass/defaults/_icons.scss */
.icon-bell:before {
    content: "\f0a2";
}

/* line 525, ../sass/defaults/_icons.scss */
.icon-certificate:before {
    content: "\f0a3";
}

/* line 528, ../sass/defaults/_icons.scss */
.icon-hand-right:before {
    content: "\f0a4";
}

/* line 531, ../sass/defaults/_icons.scss */
.icon-hand-left:before {
    content: "\f0a5";
}

/* line 534, ../sass/defaults/_icons.scss */
.icon-hand-up:before {
    content: "\f0a6";
}

/* line 537, ../sass/defaults/_icons.scss */
.icon-hand-down:before {
    content: "\f0a7";
}

/* line 540, ../sass/defaults/_icons.scss */
.icon-circle-arrow-left:before {
    content: "\f0a8";
}

/* line 543, ../sass/defaults/_icons.scss */
.icon-circle-arrow-right:before {
    content: "\f0a9";
}

/* line 546, ../sass/defaults/_icons.scss */
.icon-circle-arrow-up:before {
    content: "\f0aa";
}

/* line 549, ../sass/defaults/_icons.scss */
.icon-circle-arrow-down:before {
    content: "\f0ab";
}

/* line 552, ../sass/defaults/_icons.scss */
.icon-globe:before {
    content: "\f0ac";
}

/* line 555, ../sass/defaults/_icons.scss */
.icon-wrench:before {
    content: "\f0ad";
}

/* line 558, ../sass/defaults/_icons.scss */
.icon-tasks:before {
    content: "\f0ae";
}

/* line 561, ../sass/defaults/_icons.scss */
.icon-filter:before {
    content: "\f0b0";
}

/* line 564, ../sass/defaults/_icons.scss */
.icon-briefcase:before {
    content: "\f0b1";
}

/* line 567, ../sass/defaults/_icons.scss */
.icon-fullscreen:before {
    content: "\f0b2";
}

/* line 570, ../sass/defaults/_icons.scss */
.icon-group:before {
    content: "\f0c0";
}

/* line 573, ../sass/defaults/_icons.scss */
.icon-link:before {
    content: "\f0c1";
}

/* line 576, ../sass/defaults/_icons.scss */
.icon-cloud:before {
    content: "\f0c2";
}

/* line 579, ../sass/defaults/_icons.scss */
.icon-beaker:before {
    content: "\f0c3";
}

/* line 582, ../sass/defaults/_icons.scss */
.icon-cut:before {
    content: "\f0c4";
}

/* line 585, ../sass/defaults/_icons.scss */
.icon-copy:before {
    content: "\f0c5";
}

/* line 589, ../sass/defaults/_icons.scss */
.icon-paperclip:before,
.icon-paper-clip:before {
    content: "\f0c6";
}

/* line 592, ../sass/defaults/_icons.scss */
.icon-save:before {
    content: "\f0c7";
}

/* line 595, ../sass/defaults/_icons.scss */
.icon-sign-blank:before {
    content: "\f0c8";
}

/* line 598, ../sass/defaults/_icons.scss */
.icon-reorder:before {
    content: "\f0c9";
}

/* line 601, ../sass/defaults/_icons.scss */
.icon-list-ul:before {
    content: "\f0ca";
}

/* line 604, ../sass/defaults/_icons.scss */
.icon-list-ol:before {
    content: "\f0cb";
}

/* line 607, ../sass/defaults/_icons.scss */
.icon-strikethrough:before {
    content: "\f0cc";
}

/* line 610, ../sass/defaults/_icons.scss */
.icon-underline:before {
    content: "\f0cd";
}

/* line 613, ../sass/defaults/_icons.scss */
.icon-table:before {
    content: "\f0ce";
}

/* line 616, ../sass/defaults/_icons.scss */
.icon-magic:before {
    content: "\f0d0";
}

/* line 619, ../sass/defaults/_icons.scss */
.icon-truck:before {
    content: "\f0d1";
}

/* line 622, ../sass/defaults/_icons.scss */
.icon-pinterest:before {
    content: "\f0d2";
}

/* line 625, ../sass/defaults/_icons.scss */
.icon-pinterest-sign:before {
    content: "\f0d3";
}

/* line 628, ../sass/defaults/_icons.scss */
.icon-google-plus-sign:before {
    content: "\f0d4";
}

/* line 631, ../sass/defaults/_icons.scss */
.icon-google-plus:before {
    content: "\f0d5";
}

/* line 634, ../sass/defaults/_icons.scss */
.icon-money:before {
    content: "\f0d6";
}

/* line 637, ../sass/defaults/_icons.scss */
.icon-caret-down:before {
    content: "\f0d7";
}

/* line 640, ../sass/defaults/_icons.scss */
.icon-caret-up:before {
    content: "\f0d8";
}

/* line 643, ../sass/defaults/_icons.scss */
.icon-caret-left:before {
    content: "\f0d9";
}

/* line 646, ../sass/defaults/_icons.scss */
.icon-caret-right:before {
    content: "\f0da";
}

/* line 649, ../sass/defaults/_icons.scss */
.icon-columns:before {
    content: "\f0db";
}

/* line 652, ../sass/defaults/_icons.scss */
.icon-sort:before {
    content: "\f0dc";
}

/* line 655, ../sass/defaults/_icons.scss */
.icon-sort-down:before {
    content: "\f0dd";
}

/* line 658, ../sass/defaults/_icons.scss */
.icon-sort-up:before {
    content: "\f0de";
}

/* line 661, ../sass/defaults/_icons.scss */
.icon-envelope:before {
    content: "\f0e0";
}

/* line 664, ../sass/defaults/_icons.scss */
.icon-linkedin:before {
    content: "\f0e1";
}

/* line 668, ../sass/defaults/_icons.scss */
.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2";
}

/* line 671, ../sass/defaults/_icons.scss */
.icon-legal:before {
    content: "\f0e3";
}

/* line 674, ../sass/defaults/_icons.scss */
.icon-dashboard:before {
    content: "\f0e4";
}

/* line 677, ../sass/defaults/_icons.scss */
.icon-comment-alt:before {
    content: "\f0e5";
}

/* line 680, ../sass/defaults/_icons.scss */
.icon-comments-alt:before {
    content: "\f0e6";
}

/* line 683, ../sass/defaults/_icons.scss */
.icon-bolt:before {
    content: "\f0e7";
}

/* line 686, ../sass/defaults/_icons.scss */
.icon-sitemap:before {
    content: "\f0e8";
}

/* line 689, ../sass/defaults/_icons.scss */
.icon-umbrella:before {
    content: "\f0e9";
}

/* line 692, ../sass/defaults/_icons.scss */
.icon-paste:before {
    content: "\f0ea";
}

/* line 695, ../sass/defaults/_icons.scss */
.icon-lightbulb:before {
    content: "\f0eb";
}

/* line 698, ../sass/defaults/_icons.scss */
.icon-exchange:before {
    content: "\f0ec";
}

/* line 701, ../sass/defaults/_icons.scss */
.icon-cloud-download:before {
    content: "\f0ed";
}

/* line 704, ../sass/defaults/_icons.scss */
.icon-cloud-upload:before {
    content: "\f0ee";
}

/* line 707, ../sass/defaults/_icons.scss */
.icon-user-md:before {
    content: "\f0f0";
}

/* line 710, ../sass/defaults/_icons.scss */
.icon-stethoscope:before {
    content: "\f0f1";
}

/* line 713, ../sass/defaults/_icons.scss */
.icon-suitcase:before {
    content: "\f0f2";
}

/* line 716, ../sass/defaults/_icons.scss */
.icon-bell-alt:before {
    content: "\f0f3";
}

/* line 719, ../sass/defaults/_icons.scss */
.icon-coffee:before {
    content: "\f0f4";
}

/* line 722, ../sass/defaults/_icons.scss */
.icon-food:before {
    content: "\f0f5";
}

/* line 725, ../sass/defaults/_icons.scss */
.icon-file-text-alt:before {
    content: "\f0f6";
}

/* line 728, ../sass/defaults/_icons.scss */
.icon-building:before {
    content: "\f0f7";
}

/* line 731, ../sass/defaults/_icons.scss */
.icon-hospital:before {
    content: "\f0f8";
}

/* line 734, ../sass/defaults/_icons.scss */
.icon-ambulance:before {
    content: "\f0f9";
}

/* line 737, ../sass/defaults/_icons.scss */
.icon-medkit:before {
    content: "\f0fa";
}

/* line 740, ../sass/defaults/_icons.scss */
.icon-fighter-jet:before {
    content: "\f0fb";
}

/* line 743, ../sass/defaults/_icons.scss */
.icon-beer:before {
    content: "\f0fc";
}

/* line 746, ../sass/defaults/_icons.scss */
.icon-h-sign:before {
    content: "\f0fd";
}

/* line 749, ../sass/defaults/_icons.scss */
.icon-plus-sign-alt:before {
    content: "\f0fe";
}

/* line 752, ../sass/defaults/_icons.scss */
.icon-double-angle-left:before {
    content: "\f100";
}

/* line 755, ../sass/defaults/_icons.scss */
.icon-double-angle-right:before {
    content: "\f101";
}

/* line 758, ../sass/defaults/_icons.scss */
.icon-double-angle-up:before {
    content: "\f102";
}

/* line 761, ../sass/defaults/_icons.scss */
.icon-double-angle-down:before {
    content: "\f103";
}

/* line 764, ../sass/defaults/_icons.scss */
.icon-angle-left:before {
    content: "\f104";
}

/* line 767, ../sass/defaults/_icons.scss */
.icon-angle-right:before {
    content: "\f105";
}

/* line 770, ../sass/defaults/_icons.scss */
.icon-angle-up:before {
    content: "\f106";
}

/* line 773, ../sass/defaults/_icons.scss */
.icon-angle-down:before {
    content: "\f107";
}

/* line 776, ../sass/defaults/_icons.scss */
.icon-desktop:before {
    content: "\f108";
}

/* line 779, ../sass/defaults/_icons.scss */
.icon-laptop:before {
    content: "\f109";
}

/* line 782, ../sass/defaults/_icons.scss */
.icon-tablet:before {
    content: "\f10a";
}

/* line 785, ../sass/defaults/_icons.scss */
.icon-mobile-phone:before {
    content: "\f10b";
}

/* line 788, ../sass/defaults/_icons.scss */
.icon-circle-blank:before {
    content: "\f10c";
}

/* line 791, ../sass/defaults/_icons.scss */
.icon-quote-left:before {
    content: "\f10d";
}

/* line 794, ../sass/defaults/_icons.scss */
.icon-quote-right:before {
    content: "\f10e";
}

/* line 797, ../sass/defaults/_icons.scss */
.icon-spinner:before {
    content: "\f110";
}

/* line 800, ../sass/defaults/_icons.scss */
.icon-circle:before {
    content: "\f111";
}

/* line 804, ../sass/defaults/_icons.scss */
.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112";
}

/* line 807, ../sass/defaults/_icons.scss */
.icon-github-alt:before {
    content: "\f113";
}

/* line 810, ../sass/defaults/_icons.scss */
.icon-folder-close-alt:before {
    content: "\f114";
}

/* line 813, ../sass/defaults/_icons.scss */
.icon-folder-open-alt:before {
    content: "\f115";
}

/* line 816, ../sass/defaults/_icons.scss */
.icon-expand-alt:before {
    content: "\f116";
}

/* line 819, ../sass/defaults/_icons.scss */
.icon-collapse-alt:before {
    content: "\f117";
}

/* line 822, ../sass/defaults/_icons.scss */
.icon-smile:before {
    content: "\f118";
}

/* line 825, ../sass/defaults/_icons.scss */
.icon-frown:before {
    content: "\f119";
}

/* line 828, ../sass/defaults/_icons.scss */
.icon-meh:before {
    content: "\f11a";
}

/* line 831, ../sass/defaults/_icons.scss */
.icon-gamepad:before {
    content: "\f11b";
}

/* line 834, ../sass/defaults/_icons.scss */
.icon-keyboard:before {
    content: "\f11c";
}

/* line 837, ../sass/defaults/_icons.scss */
.icon-flag-alt:before {
    content: "\f11d";
}

/* line 840, ../sass/defaults/_icons.scss */
.icon-flag-checkered:before {
    content: "\f11e";
}

/* line 843, ../sass/defaults/_icons.scss */
.icon-terminal:before {
    content: "\f120";
}

/* line 846, ../sass/defaults/_icons.scss */
.icon-code:before {
    content: "\f121";
}

/* line 849, ../sass/defaults/_icons.scss */
.icon-reply-all:before {
    content: "\f122";
}

/* line 852, ../sass/defaults/_icons.scss */
.icon-mail-reply-all:before {
    content: "\f122";
}

/* line 856, ../sass/defaults/_icons.scss */
.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123";
}

/* line 859, ../sass/defaults/_icons.scss */
.icon-location-arrow:before {
    content: "\f124";
}

/* line 862, ../sass/defaults/_icons.scss */
.icon-crop:before {
    content: "\f125";
}

/* line 865, ../sass/defaults/_icons.scss */
.icon-code-fork:before {
    content: "\f126";
}

/* line 868, ../sass/defaults/_icons.scss */
.icon-unlink:before {
    content: "\f127";
}

/* line 871, ../sass/defaults/_icons.scss */
.icon-question:before {
    content: "\f128";
}

/* line 874, ../sass/defaults/_icons.scss */
.icon-info:before {
    content: "\f129";
}

/* line 877, ../sass/defaults/_icons.scss */
.icon-exclamation:before {
    content: "\f12a";
}

/* line 880, ../sass/defaults/_icons.scss */
.icon-superscript:before {
    content: "\f12b";
}

/* line 883, ../sass/defaults/_icons.scss */
.icon-subscript:before {
    content: "\f12c";
}

/* line 886, ../sass/defaults/_icons.scss */
.icon-eraser:before {
    content: "\f12d";
}

/* line 889, ../sass/defaults/_icons.scss */
.icon-puzzle-piece:before {
    content: "\f12e";
}

/* line 892, ../sass/defaults/_icons.scss */
.icon-microphone:before {
    content: "\f130";
}

/* line 895, ../sass/defaults/_icons.scss */
.icon-microphone-off:before {
    content: "\f131";
}

/* line 898, ../sass/defaults/_icons.scss */
.icon-shield:before {
    content: "\f132";
}

/* line 901, ../sass/defaults/_icons.scss */
.icon-calendar-empty:before {
    content: "\f133";
}

/* line 904, ../sass/defaults/_icons.scss */
.icon-fire-extinguisher:before {
    content: "\f134";
}

/* line 907, ../sass/defaults/_icons.scss */
.icon-rocket:before {
    content: "\f135";
}

/* line 910, ../sass/defaults/_icons.scss */
.icon-maxcdn:before {
    content: "\f136";
}

/* line 913, ../sass/defaults/_icons.scss */
.icon-chevron-sign-left:before {
    content: "\f137";
}

/* line 916, ../sass/defaults/_icons.scss */
.icon-chevron-sign-right:before {
    content: "\f138";
}

/* line 919, ../sass/defaults/_icons.scss */
.icon-chevron-sign-up:before {
    content: "\f139";
}

/* line 922, ../sass/defaults/_icons.scss */
.icon-chevron-sign-down:before {
    content: "\f13a";
}

/* line 925, ../sass/defaults/_icons.scss */
.icon-html5:before {
    content: "\f13b";
}

/* line 928, ../sass/defaults/_icons.scss */
.icon-css3:before {
    content: "\f13c";
}

/* line 931, ../sass/defaults/_icons.scss */
.icon-anchor:before {
    content: "\f13d";
}

/* line 934, ../sass/defaults/_icons.scss */
.icon-unlock-alt:before {
    content: "\f13e";
}

/* line 937, ../sass/defaults/_icons.scss */
.icon-bullseye:before {
    content: "\f140";
}

/* line 940, ../sass/defaults/_icons.scss */
.icon-ellipsis-horizontal:before {
    content: "\f141";
}

/* line 943, ../sass/defaults/_icons.scss */
.icon-ellipsis-vertical:before {
    content: "\f142";
}

/* line 946, ../sass/defaults/_icons.scss */
.icon-rss-sign:before {
    content: "\f143";
}

/* line 949, ../sass/defaults/_icons.scss */
.icon-play-sign:before {
    content: "\f144";
}

/* line 952, ../sass/defaults/_icons.scss */
.icon-ticket:before {
    content: "\f145";
}

/* line 955, ../sass/defaults/_icons.scss */
.icon-minus-sign-alt:before {
    content: "\f146";
}

/* line 958, ../sass/defaults/_icons.scss */
.icon-check-minus:before {
    content: "\f147";
}

/* line 961, ../sass/defaults/_icons.scss */
.icon-level-up:before {
    content: "\f148";
}

/* line 964, ../sass/defaults/_icons.scss */
.icon-level-down:before {
    content: "\f149";
}

/* line 967, ../sass/defaults/_icons.scss */
.icon-check-sign:before {
    content: "\f14a";
}

/* line 970, ../sass/defaults/_icons.scss */
.icon-edit-sign:before {
    content: "\f14b";
}

/* line 973, ../sass/defaults/_icons.scss */
.icon-external-link-sign:before {
    content: "\f14c";
}

/* line 976, ../sass/defaults/_icons.scss */
.icon-share-sign:before {
    content: "\f14d";
}

/* line 979, ../sass/defaults/_icons.scss */
.icon-compass:before {
    content: "\f14e";
}

/* line 982, ../sass/defaults/_icons.scss */
.icon-collapse:before {
    content: "\f150";
}

/* line 985, ../sass/defaults/_icons.scss */
.icon-collapse-top:before {
    content: "\f151";
}

/* line 988, ../sass/defaults/_icons.scss */
.icon-expand:before {
    content: "\f152";
}

/* line 992, ../sass/defaults/_icons.scss */
.icon-euro:before,
.icon-eur:before {
    content: "\f153";
}

/* line 995, ../sass/defaults/_icons.scss */
.icon-gbp:before {
    content: "\f154";
}

/* line 999, ../sass/defaults/_icons.scss */
.icon-dollar:before,
.icon-usd:before {
    content: "\f155";
}

/* line 1003, ../sass/defaults/_icons.scss */
.icon-rupee:before,
.icon-inr:before {
    content: "\f156";
}

/* line 1007, ../sass/defaults/_icons.scss */
.icon-yen:before,
.icon-jpy:before {
    content: "\f157";
}

/* line 1011, ../sass/defaults/_icons.scss */
.icon-renminbi:before,
.icon-cny:before {
    content: "\f158";
}

/* line 1015, ../sass/defaults/_icons.scss */
.icon-won:before,
.icon-krw:before {
    content: "\f159";
}

/* line 1019, ../sass/defaults/_icons.scss */
.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a";
}

/* line 1022, ../sass/defaults/_icons.scss */
.icon-file:before {
    content: "\f15b";
}

/* line 1025, ../sass/defaults/_icons.scss */
.icon-file-text:before {
    content: "\f15c";
}

/* line 1028, ../sass/defaults/_icons.scss */
.icon-sort-by-alphabet:before {
    content: "\f15d";
}

/* line 1031, ../sass/defaults/_icons.scss */
.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

/* line 1034, ../sass/defaults/_icons.scss */
.icon-sort-by-attributes:before {
    content: "\f160";
}

/* line 1037, ../sass/defaults/_icons.scss */
.icon-sort-by-attributes-alt:before {
    content: "\f161";
}

/* line 1040, ../sass/defaults/_icons.scss */
.icon-sort-by-order:before {
    content: "\f162";
}

/* line 1043, ../sass/defaults/_icons.scss */
.icon-sort-by-order-alt:before {
    content: "\f163";
}

/* line 1046, ../sass/defaults/_icons.scss */
.icon-thumbs-up:before {
    content: "\f164";
}

/* line 1049, ../sass/defaults/_icons.scss */
.icon-thumbs-down:before {
    content: "\f165";
}

/* line 1052, ../sass/defaults/_icons.scss */
.icon-youtube-sign:before {
    content: "\f166";
}

/* line 1055, ../sass/defaults/_icons.scss */
.icon-youtube:before {
    content: "\f167";
}

/* line 1058, ../sass/defaults/_icons.scss */
.icon-xing:before {
    content: "\f168";
}

/* line 1061, ../sass/defaults/_icons.scss */
.icon-xing-sign:before {
    content: "\f169";
}

/* line 1064, ../sass/defaults/_icons.scss */
.icon-youtube-play:before {
    content: "\f16a";
}

/* line 1067, ../sass/defaults/_icons.scss */
.icon-dropbox:before {
    content: "\f16b";
}

/* line 1070, ../sass/defaults/_icons.scss */
.icon-stackexchange:before {
    content: "\f16c";
}

/* line 1073, ../sass/defaults/_icons.scss */
.icon-instagram:before {
    content: "\f16d";
}

/* line 1076, ../sass/defaults/_icons.scss */
.icon-flickr:before {
    content: "\f16e";
}

/* line 1079, ../sass/defaults/_icons.scss */
.icon-adn:before {
    content: "\f170";
}

/* line 1082, ../sass/defaults/_icons.scss */
.icon-bitbucket:before {
    content: "\f171";
}

/* line 1085, ../sass/defaults/_icons.scss */
.icon-bitbucket-sign:before {
    content: "\f172";
}

/* line 1088, ../sass/defaults/_icons.scss */
.icon-tumblr:before {
    content: "\f173";
}

/* line 1091, ../sass/defaults/_icons.scss */
.icon-tumblr-sign:before {
    content: "\f174";
}

/* line 1094, ../sass/defaults/_icons.scss */
.icon-long-arrow-down:before {
    content: "\f175";
}

/* line 1097, ../sass/defaults/_icons.scss */
.icon-long-arrow-up:before {
    content: "\f176";
}

/* line 1100, ../sass/defaults/_icons.scss */
.icon-long-arrow-left:before {
    content: "\f177";
}

/* line 1103, ../sass/defaults/_icons.scss */
.icon-long-arrow-right:before {
    content: "\f178";
}

/* line 1106, ../sass/defaults/_icons.scss */
.icon-apple:before {
    content: "\f179";
}

/* line 1109, ../sass/defaults/_icons.scss */
.icon-windows:before {
    content: "\f17a";
}

/* line 1112, ../sass/defaults/_icons.scss */
.icon-android:before {
    content: "\f17b";
}

/* line 1115, ../sass/defaults/_icons.scss */
.icon-linux:before {
    content: "\f17c";
}

/* line 1118, ../sass/defaults/_icons.scss */
.icon-dribbble:before {
    content: "\f17d";
}

/* line 1121, ../sass/defaults/_icons.scss */
.icon-skype:before {
    content: "\f17e";
}

/* line 1124, ../sass/defaults/_icons.scss */
.icon-foursquare:before {
    content: "\f180";
}

/* line 1127, ../sass/defaults/_icons.scss */
.icon-trello:before {
    content: "\f181";
}

/* line 1130, ../sass/defaults/_icons.scss */
.icon-female:before {
    content: "\f182";
}

/* line 1133, ../sass/defaults/_icons.scss */
.icon-male:before {
    content: "\f183";
}

/* line 1136, ../sass/defaults/_icons.scss */
.icon-gittip:before {
    content: "\f184";
}

/* line 1139, ../sass/defaults/_icons.scss */
.icon-sun:before {
    content: "\f185";
}

/* line 1142, ../sass/defaults/_icons.scss */
.icon-moon:before {
    content: "\f186";
}

/* line 1145, ../sass/defaults/_icons.scss */
.icon-archive:before {
    content: "\f187";
}

/* line 1148, ../sass/defaults/_icons.scss */
.icon-bug:before {
    content: "\f188";
}

/* line 1151, ../sass/defaults/_icons.scss */
.icon-vk:before {
    content: "\f189";
}

/* line 1154, ../sass/defaults/_icons.scss */
.icon-weibo:before {
    content: "\f18a";
}

/* line 1157, ../sass/defaults/_icons.scss */
.icon-renren:before {
    content: "\f18b";
}

/* line 710, ../sass/_dovetail.scss */
body.wuler-active .wuler {
    display: block;
}

/* line 712, ../sass/_dovetail.scss */
body.wuler-active .wuler .dimmed {
    opacity: .5;
}

/* line 715, ../sass/_dovetail.scss */
body.wuler-active .wuler .value {
    color: #ffe792;
}

/* line 719, ../sass/_dovetail.scss */
body.wuler-active .wuler span.false {
    color: #f92672;
}

/* line 722, ../sass/_dovetail.scss */
body.wuler-active .wuler span.true {
    color: #a6e22e;
}

/* line 725, ../sass/_dovetail.scss */
body.wuler-active .wuler span.class {
    color: #ffe792;
}

/* line 728, ../sass/_dovetail.scss */
body.wuler-active .wuler span.attr {
    color: #a6e22e;
}

/* line 731, ../sass/_dovetail.scss */
body.wuler-active .wuler span.markup {
    color: #f92672;
}

/* line 734, ../sass/_dovetail.scss */
body.wuler-active .wuler span.notice {
    color: #ae81ff;
}

/* line 739, ../sass/_dovetail.scss */
body.wuler-inspector {
    cursor: pointer !important;
}

/* line 741, ../sass/_dovetail.scss */
body.wuler-inspector .inspecting {
    overflow: visible !important;
}

/* line 744, ../sass/_dovetail.scss */
body.wuler-inspector .element-info {
    display: block !important;
}

/* line 748, ../sass/_dovetail.scss */
body.wuler-inspector.wuler-xray .inspecting .inspector-overlay,
body.wuler-inspector .inspecting .inspector-overlay {
    z-index: 9999;
    pointer-events: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .65;
    background: #ffe792 !important;
}

/* line 761, ../sass/_dovetail.scss */
body.wuler-info .window-info {
    display: block !important;
}

/* line 766, ../sass/_dovetail.scss */
body.wuler-breakpoints .breakpoint-guides {
    display: block !important;
}

/* line 771, ../sass/_dovetail.scss */
body.wuler-hguide .hguide {
    display: block !important;
}

/* line 776, ../sass/_dovetail.scss */
body.wuler-vguide .vguide {
    display: block !important;
}

/* line 780, ../sass/_dovetail.scss */
body.wuler-xray {
    background: #e6e6e6 !important;
    color: gray !important;
}

/* line 783, ../sass/_dovetail.scss */
body.wuler-xray img {
    -webkit-filter: saturate(0%) !important;
    -moz-filter: saturate(0%) !important;
    filter: saturate(0%) !important;
}

/* line 786, ../sass/_dovetail.scss */
body.wuler-xray > *:not(:first-child) {
    border-color: transparent !important;
    border-radius: 0 !important;
    background: rgba(128, 128, 128, 0.05) !important;
    color: gray !important;
    box-shadow: inset 0 0 0 1px #b3b3b3 !important;
}

/* line 793, ../sass/_dovetail.scss */
body.wuler-xray > *:not(:first-child):before, body.wuler-xray > *:not(:first-child):after {
    border-color: transparent !important;
    border-radius: 0 !important;
    background: rgba(128, 128, 128, 0.05) !important;
    color: gray !important;
    box-shadow: inset 0 0 0 1px #b3b3b3 !important;
}

/* line 800, ../sass/_dovetail.scss */
body.wuler-xray > *:not(:first-child) *:not(.inspector-overlay) {
    border-color: transparent !important;
    border-radius: 0 !important;
    background: rgba(128, 128, 128, 0.05) !important;
    color: gray !important;
    box-shadow: inset 0 0 0 1px #b3b3b3 !important;
}

/* line 807, ../sass/_dovetail.scss */
body.wuler-xray > *:not(:first-child) *:not(.inspector-overlay):before, body.wuler-xray > *:not(:first-child) *:not(.inspector-overlay):after {
    border-color: transparent !important;
    border-radius: 0 !important;
    background: rgba(128, 128, 128, 0.05) !important;
    color: gray !important;
    box-shadow: inset 0 0 0 1px #b3b3b3 !important;
}

/* line 819, ../sass/_dovetail.scss */
.element-info {
    white-space: nowrap !important;
    z-index: 9999;
    display: none;
    margin: 2.143em 1.072em;
    position: fixed !important;
    background: rgba(26, 26, 26, 0.8) !important;
    color: white !important;
    font-family: "Monaco", "Courier New", "Courier", monospace !important;
    font-size: 0.7em;
    line-height: 2.143em;
    line-height: 1.5em;
    padding: .5em !important;
}

/* line 833, ../sass/_dovetail.scss */
.window-info {
    z-index: 9999;
    display: none !important;
    position: fixed !important;
    bottom: 1.072em !important;
    left: 1.072em !important;
    background: rgba(26, 26, 26, 0.8) !important;
    font-family: "Monaco", "Courier New", "Courier", monospace !important;
    color: white !important;
    font-size: 0.7em;
    line-height: 2.143em;
    line-height: 1.5em;
    padding: .5em !important;
}

/* line 847, ../sass/_dovetail.scss */
.breakpoint {
    background: none !important;
    display: none;
    position: absolute !important;
    height: 100% !important;
    top: 0 !important;
    width: 1px !important;
    box-shadow: -1px 0 rgba(128, 128, 128, 0.5);
}

/* line 855, ../sass/_dovetail.scss */
.breakpoint:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 2.25em !important;
    left: 0% !important;
    border-top: solid 0.5em rgba(26, 26, 26, 0.8) !important;
    border-right: solid .5em transparent !important;
}

/* line 864, ../sass/_dovetail.scss */
.breakpoint:after {
    position: absolute !important;
    left: 0% !important;
    top: 1.072em !important;
    background: rgba(26, 26, 26, 0.8) !important;
    color: rgba(255, 231, 146, 0.5) !important;
    font-family: "Monaco", "Courier New", "Courier", monospace !important;
    font-size: 0.7em;
    line-height: 2.143em;
    padding: 0 .5em !important;
    white-space: nowrap;
}

/* line 876, ../sass/_dovetail.scss */
.breakpoint:nth-child(2) {
    display: block;
    left: 1200px !important;
}

/* line 879, ../sass/_dovetail.scss */
.breakpoint:nth-child(2):after {
    content: "medium" !important;
}

/* line 876, ../sass/_dovetail.scss */
.breakpoint:nth-child(3) {
    display: block;
    left: 760px !important;
}

/* line 879, ../sass/_dovetail.scss */
.breakpoint:nth-child(3):after {
    content: "tablet" !important;
}

/* line 876, ../sass/_dovetail.scss */
.breakpoint:nth-child(4) {
    display: block;
    left: 540px !important;
}

/* line 879, ../sass/_dovetail.scss */
.breakpoint:nth-child(4):after {
    content: "small" !important;
}

/* line 876, ../sass/_dovetail.scss */
.breakpoint:nth-child(5) {
    display: block;
    left: 345px !important;
}

/* line 879, ../sass/_dovetail.scss */
.breakpoint:nth-child(5):after {
    content: "phone" !important;
}

/* line 886, ../sass/_dovetail.scss */
.breakpoint-guides {
    display: none;
    z-index: 9999;
    background: none !important;
    position: fixed !important;
}

/* line 891, ../sass/_dovetail.scss */
.breakpoint-guides:after {
    position: absolute !important;
    vertical-align: bottom !important;
    display: inline-block !important;
    top: 1.072em !important;
    left: 1.072em !important;
    background: black !important;
    color: #a6e22e !important;
    font-family: "Monaco", "Courier New", "Courier", monospace !important;
    font-size: 0.7em;
    line-height: 2.143em;
    padding: 0 .5em !important;
}

@media (max-width: 1200px) {
    /* line 905, ../sass/_dovetail.scss */
    .breakpoint-guides:after {
        content: "medium: 1200px" !important;
    }
}

@media (max-width: 760px) {
    /* line 905, ../sass/_dovetail.scss */
    .breakpoint-guides:after {
        content: "tablet: 760px" !important;
    }
}

@media (max-width: 540px) {
    /* line 905, ../sass/_dovetail.scss */
    .breakpoint-guides:after {
        content: "small: 540px" !important;
    }
}

@media (max-width: 345px) {
    /* line 905, ../sass/_dovetail.scss */
    .breakpoint-guides:after {
        content: "phone: 345px" !important;
    }
}

/* line 915, ../sass/_dovetail.scss */
.guides,
.breakpoint-guides,
.hguide,
.vguide {
    z-index: 9999 !important;
    pointer-events: none !important;
    top: 0 !important;
    height: 100% !important;
    left: 0 !important;
    width: 100% !important;
}

/* line 924, ../sass/_dovetail.scss */
.wuler {
    display: none;
    z-index: 99999;
    pointer-events: none !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute !important;
}

/* line 935, ../sass/_dovetail.scss */
.hguide {
    display: none;
    opacity: .4;
    position: absolute !important;
    background-repeat: repeat-y !important;
}

/* line 959, ../sass/_dovetail.scss */
.vguide {
    display: none;
    opacity: .1;
    background: none !important;
    position: fixed !important;
}

/* line 964, ../sass/_dovetail.scss */
.vguide .container {
    width: 100% !important;
    background: none !important;
    height: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* line 971, ../sass/_dovetail.scss */
.vguide .grid-guide {
    background: none !important;
    zoom: 1;
    margin-left: -1.5em;
    width: auto;
    display: block;
    height: 100% !important;
}

/* line 119, ../sass/_dovetail.scss */
.vguide .grid-guide:before, .vguide .grid-guide:after {
    content: '';
    display: table;
}

/* line 123, ../sass/_dovetail.scss */
.vguide .grid-guide:after {
    clear: both;
}

/* line 388, ../sass/_dovetail.scss */
.vguide .grid-guide > * {
    padding-left: 1.5em;
    float: left;
    zoom: 1;
}

/* line 119, ../sass/_dovetail.scss */
.vguide .grid-guide > *:after {
    content: '';
    display: table;
}

/* line 123, ../sass/_dovetail.scss */
.vguide .grid-guide > *:after {
    clear: both;
}

/* line 975, ../sass/_dovetail.scss */
.vguide .grid-guide > div {
    background: none !important;
    min-height: 1px;
    width: 8.33333%;
    height: 100% !important;
}

/* line 979, ../sass/_dovetail.scss */
.vguide .grid-guide > div div {
    background: gray !important;
    height: 100% !important;
}

@media (max-width: 850px) {
    /* line 975, ../sass/_dovetail.scss */
    .vguide .grid-guide > div {
        min-height: 1px;
        width: 16.66667%;
    }

    /* line 990, ../sass/_dovetail.scss */
    .vguide .grid-guide > div:nth-child(n + 7) {
        display: none !important;
    }
}

@media (max-width: 540px) {
    /* line 975, ../sass/_dovetail.scss */
    .vguide .grid-guide > div {
        min-height: 1px;
        width: 33.33333%;
    }

    /* line 996, ../sass/_dovetail.scss */
    .vguide .grid-guide > div:nth-child(n + 4) {
        display: none !important;
    }
}

/* line 451, ../sass/_dovetail.scss */
.grid {
    zoom: 1;
    margin-left: -1.5em;
    width: auto;
    display: block;
}

/* line 119, ../sass/_dovetail.scss */
.grid:after {
    content: '';
    display: table;
    clear: both;
}

/* line 388, ../sass/_dovetail.scss */
.grid > * {
    padding-left: 1.5em;
    float: left;
    zoom: 1;
}

/* line 119, ../sass/_dovetail.scss */
.grid > *:after {
    content: '';
    display: table;
    clear: both;
}

/* line 454, ../sass/_dovetail.scss */
.grid-0 {
    zoom: 1;
    margin-left: 0;
    width: auto;
    display: block;
}

/* line 119, ../sass/_dovetail.scss */
.grid-0:before, .grid-0:after {
    content: '';
    display: table;
}

/* line 123, ../sass/_dovetail.scss */
.grid-0:after {
    clear: both;
}

/* line 388, ../sass/_dovetail.scss */
.grid-0 > * {
    padding-left: 0;
    float: left;
    zoom: 1;
}

/* line 119, ../sass/_dovetail.scss */
.grid-0 > *:after {
    content: '';
    display: table;
}

/* line 123, ../sass/_dovetail.scss */
.grid-0 > *:after {
    clear: both;
}

/* line 457, ../sass/_dovetail.scss */
.pull-right {
    float: right;
}

/* line 460, ../sass/_dovetail.scss */
.pull-left {
    float: left;
}

/* line 463, ../sass/_dovetail.scss */
.clear-left {
    clear: left;
}

/* line 466, ../sass/_dovetail.scss */
.offset-0 {
    margin-left: 0;
}

/* line 469, ../sass/_dovetail.scss */
.g-auto {
    width: auto;
}

/* line 474, ../sass/_dovetail.scss */
.offset-1 {
    margin-left: 8.33333%;
}

/* line 477, ../sass/_dovetail.scss */
.offset-right-1 {
    margin-right: 8.33333%;
}

/* line 480, ../sass/_dovetail.scss */
[class^=grid] > .g-1 {
    min-height: 1px;
    width: 8.33333%;
}

/* line 474, ../sass/_dovetail.scss */
.offset-2 {
    margin-left: 16.66667%;
}

/* line 477, ../sass/_dovetail.scss */
.offset-right-2 {
    margin-right: 16.66667%;
}

/* line 480, ../sass/_dovetail.scss */
[class^=grid] > .g-2 {
    min-height: 1px;
    width: 16.66667%;
}

/* line 474, ../sass/_dovetail.scss */
.offset-3 {
    margin-left: 25%;
}

/* line 477, ../sass/_dovetail.scss */
.offset-right-3 {
    margin-right: 25%;
}

/* line 480, ../sass/_dovetail.scss */
[class^=grid] > .g-3 {
    min-height: 1px;
    width: 25%;
}

/* line 474, ../sass/_dovetail.scss */
.offset-4 {
    margin-left: 33.33333%;
}

/* line 477, ../sass/_dovetail.scss */
.offset-right-4 {
    margin-right: 33.33333%;
}

/* line 480, ../sass/_dovetail.scss */
[class^=grid] > .g-4 {
    min-height: 1px;
    width: 33.33333%;
}

/* line 474, ../sass/_dovetail.scss */
.offset-5 {
    margin-left: 41.66667%;
}

/* line 477, ../sass/_dovetail.scss */
.offset-right-5 {
    margin-right: 41.66667%;
}

/* line 480, ../sass/_dovetail.scss */
[class^=grid] > .g-5 {
    min-height: 1px;
    width: 41.66667%;
}

/* line 474, ../sass/_dovetail.scss */
.offset-6 {
    margin-left: 50%;
}

/* line 477, ../sass/_dovetail.scss */
.offset-right-6 {
    margin-right: 50%;
}

/* line 480, ../sass/_dovetail.scss */
[class^=grid] > .g-6 {
    min-height: 1px;
    width: 50%;
}

/* line 474, ../sass/_dovetail.scss */
.offset-7 {
    margin-left: 58.33333%;
}

/* line 477, ../sass/_dovetail.scss */
.offset-right-7 {
    margin-right: 58.33333%;
}

/* line 480, ../sass/_dovetail.scss */
[class^=grid] > .g-7 {
    min-height: 1px;
    width: 58.33333%;
}

/* line 474, ../sass/_dovetail.scss */
.offset-8 {
    margin-left: 66.66667%;
}

/* line 477, ../sass/_dovetail.scss */
.offset-right-8 {
    margin-right: 66.66667%;
}

/* line 480, ../sass/_dovetail.scss */
[class^=grid] > .g-8 {
    min-height: 1px;
    width: 66.66667%;
}

/* line 474, ../sass/_dovetail.scss */
.offset-9 {
    margin-left: 75%;
}

/* line 477, ../sass/_dovetail.scss */
.offset-right-9 {
    margin-right: 75%;
}

/* line 480, ../sass/_dovetail.scss */
[class^=grid] > .g-9 {
    min-height: 1px;
    width: 75%;
}

/* line 474, ../sass/_dovetail.scss */
.offset-10 {
    margin-left: 83.33333%;
}

/* line 477, ../sass/_dovetail.scss */
.offset-right-10 {
    margin-right: 83.33333%;
}

/* line 480, ../sass/_dovetail.scss */
[class^=grid] > .g-10 {
    min-height: 1px;
    width: 83.33333%;
}

/* line 474, ../sass/_dovetail.scss */
.offset-11 {
    margin-left: 91.66667%;
}

/* line 477, ../sass/_dovetail.scss */
.offset-right-11 {
    margin-right: 91.66667%;
}

/* line 480, ../sass/_dovetail.scss */
[class^=grid] > .g-11 {
    min-height: 1px;
    width: 91.66667%;
}

/* line 474, ../sass/_dovetail.scss */
.offset-12 {
    margin-left: 100%;
}

/* line 477, ../sass/_dovetail.scss */
.offset-right-12 {
    margin-right: 100%;
}

/* line 480, ../sass/_dovetail.scss */
[class^=grid] > .g-12 {
    min-height: 1px;
    width: 100%;
}

@media (max-width: 1200px) {
    /* line 488, ../sass/_dovetail.scss */
    .medium-offset-1 {
        margin-left: 8.33333%;
    }
}

@media (max-width: 1200px) {
    /* line 493, ../sass/_dovetail.scss */
    .medium-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    /* line 498, ../sass/_dovetail.scss */
    .medium-offset-right-1 {
        margin-right: 8.33333%;
    }
}

@media (max-width: 1200px) {
    /* line 503, ../sass/_dovetail.scss */
    .medium-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .medium-1 {
        min-height: 1px;
        width: 8.33333%;
    }
}

@media (max-width: 1200px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .medium-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.medium-show {
    display: none;
}

@media (max-width: 1200px) {
    /* line 518, ../sass/_dovetail.scss */
    .medium-show {
        display: block;
    }
}

@media (max-width: 1200px) {
    /* line 524, ../sass/_dovetail.scss */
    .medium-hide {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    /* line 529, ../sass/_dovetail.scss */
    .medium-clear-none {
        clear: none;
    }
}

@media (max-width: 1200px) {
    /* line 534, ../sass/_dovetail.scss */
    .medium-pull-none {
        float: none;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-right {
        float: right;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-right {
        clear: right;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-left {
        float: left;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-left {
        clear: left;
    }
}

@media (max-width: 1200px) {
    /* line 488, ../sass/_dovetail.scss */
    .medium-offset-2 {
        margin-left: 16.66667%;
    }
}

@media (max-width: 1200px) {
    /* line 493, ../sass/_dovetail.scss */
    .medium-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    /* line 498, ../sass/_dovetail.scss */
    .medium-offset-right-2 {
        margin-right: 16.66667%;
    }
}

@media (max-width: 1200px) {
    /* line 503, ../sass/_dovetail.scss */
    .medium-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .medium-2 {
        min-height: 1px;
        width: 16.66667%;
    }
}

@media (max-width: 1200px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .medium-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.medium-show {
    display: none;
}

@media (max-width: 1200px) {
    /* line 518, ../sass/_dovetail.scss */
    .medium-show {
        display: block;
    }
}

@media (max-width: 1200px) {
    /* line 524, ../sass/_dovetail.scss */
    .medium-hide {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    /* line 529, ../sass/_dovetail.scss */
    .medium-clear-none {
        clear: none;
    }
}

@media (max-width: 1200px) {
    /* line 534, ../sass/_dovetail.scss */
    .medium-pull-none {
        float: none;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-right {
        float: right;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-right {
        clear: right;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-left {
        float: left;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-left {
        clear: left;
    }
}

@media (max-width: 1200px) {
    /* line 488, ../sass/_dovetail.scss */
    .medium-offset-3 {
        margin-left: 25%;
    }
}

@media (max-width: 1200px) {
    /* line 493, ../sass/_dovetail.scss */
    .medium-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    /* line 498, ../sass/_dovetail.scss */
    .medium-offset-right-3 {
        margin-right: 25%;
    }
}

@media (max-width: 1200px) {
    /* line 503, ../sass/_dovetail.scss */
    .medium-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .medium-3 {
        min-height: 1px;
        width: 25%;
    }
}

@media (max-width: 1200px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .medium-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.medium-show {
    display: none;
}

@media (max-width: 1200px) {
    /* line 518, ../sass/_dovetail.scss */
    .medium-show {
        display: block;
    }
}

@media (max-width: 1200px) {
    /* line 524, ../sass/_dovetail.scss */
    .medium-hide {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    /* line 529, ../sass/_dovetail.scss */
    .medium-clear-none {
        clear: none;
    }
}

@media (max-width: 1200px) {
    /* line 534, ../sass/_dovetail.scss */
    .medium-pull-none {
        float: none;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-right {
        float: right;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-right {
        clear: right;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-left {
        float: left;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-left {
        clear: left;
    }
}

@media (max-width: 1200px) {
    /* line 488, ../sass/_dovetail.scss */
    .medium-offset-4 {
        margin-left: 33.33333%;
    }
}

@media (max-width: 1200px) {
    /* line 493, ../sass/_dovetail.scss */
    .medium-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    /* line 498, ../sass/_dovetail.scss */
    .medium-offset-right-4 {
        margin-right: 33.33333%;
    }
}

@media (max-width: 1200px) {
    /* line 503, ../sass/_dovetail.scss */
    .medium-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .medium-4 {
        min-height: 1px;
        width: 33.33333%;
    }
}

@media (max-width: 1200px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .medium-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.medium-show {
    display: none;
}

@media (max-width: 1200px) {
    /* line 518, ../sass/_dovetail.scss */
    .medium-show {
        display: block;
    }
}

@media (max-width: 1200px) {
    /* line 524, ../sass/_dovetail.scss */
    .medium-hide {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    /* line 529, ../sass/_dovetail.scss */
    .medium-clear-none {
        clear: none;
    }
}

@media (max-width: 1200px) {
    /* line 534, ../sass/_dovetail.scss */
    .medium-pull-none {
        float: none;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-right {
        float: right;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-right {
        clear: right;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-left {
        float: left;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-left {
        clear: left;
    }
}

@media (max-width: 1200px) {
    /* line 488, ../sass/_dovetail.scss */
    .medium-offset-5 {
        margin-left: 41.66667%;
    }
}

@media (max-width: 1200px) {
    /* line 493, ../sass/_dovetail.scss */
    .medium-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    /* line 498, ../sass/_dovetail.scss */
    .medium-offset-right-5 {
        margin-right: 41.66667%;
    }
}

@media (max-width: 1200px) {
    /* line 503, ../sass/_dovetail.scss */
    .medium-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .medium-5 {
        min-height: 1px;
        width: 41.66667%;
    }
}

@media (max-width: 1200px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .medium-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.medium-show {
    display: none;
}

@media (max-width: 1200px) {
    /* line 518, ../sass/_dovetail.scss */
    .medium-show {
        display: block;
    }
}

@media (max-width: 1200px) {
    /* line 524, ../sass/_dovetail.scss */
    .medium-hide {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    /* line 529, ../sass/_dovetail.scss */
    .medium-clear-none {
        clear: none;
    }
}

@media (max-width: 1200px) {
    /* line 534, ../sass/_dovetail.scss */
    .medium-pull-none {
        float: none;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-right {
        float: right;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-right {
        clear: right;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-left {
        float: left;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-left {
        clear: left;
    }
}

@media (max-width: 1200px) {
    /* line 488, ../sass/_dovetail.scss */
    .medium-offset-6 {
        margin-left: 50%;
    }
}

@media (max-width: 1200px) {
    /* line 493, ../sass/_dovetail.scss */
    .medium-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    /* line 498, ../sass/_dovetail.scss */
    .medium-offset-right-6 {
        margin-right: 50%;
    }
}

@media (max-width: 1200px) {
    /* line 503, ../sass/_dovetail.scss */
    .medium-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .medium-6 {
        min-height: 1px;
        width: 50%;
    }
}

@media (max-width: 1200px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .medium-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.medium-show {
    display: none;
}

@media (max-width: 1200px) {
    /* line 518, ../sass/_dovetail.scss */
    .medium-show {
        display: block;
    }
}

@media (max-width: 1200px) {
    /* line 524, ../sass/_dovetail.scss */
    .medium-hide {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    /* line 529, ../sass/_dovetail.scss */
    .medium-clear-none {
        clear: none;
    }
}

@media (max-width: 1200px) {
    /* line 534, ../sass/_dovetail.scss */
    .medium-pull-none {
        float: none;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-right {
        float: right;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-right {
        clear: right;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-left {
        float: left;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-left {
        clear: left;
    }
}

@media (max-width: 1200px) {
    /* line 488, ../sass/_dovetail.scss */
    .medium-offset-7 {
        margin-left: 58.33333%;
    }
}

@media (max-width: 1200px) {
    /* line 493, ../sass/_dovetail.scss */
    .medium-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    /* line 498, ../sass/_dovetail.scss */
    .medium-offset-right-7 {
        margin-right: 58.33333%;
    }
}

@media (max-width: 1200px) {
    /* line 503, ../sass/_dovetail.scss */
    .medium-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .medium-7 {
        min-height: 1px;
        width: 58.33333%;
    }
}

@media (max-width: 1200px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .medium-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.medium-show {
    display: none;
}

@media (max-width: 1200px) {
    /* line 518, ../sass/_dovetail.scss */
    .medium-show {
        display: block;
    }
}

@media (max-width: 1200px) {
    /* line 524, ../sass/_dovetail.scss */
    .medium-hide {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    /* line 529, ../sass/_dovetail.scss */
    .medium-clear-none {
        clear: none;
    }
}

@media (max-width: 1200px) {
    /* line 534, ../sass/_dovetail.scss */
    .medium-pull-none {
        float: none;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-right {
        float: right;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-right {
        clear: right;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-left {
        float: left;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-left {
        clear: left;
    }
}

@media (max-width: 1200px) {
    /* line 488, ../sass/_dovetail.scss */
    .medium-offset-8 {
        margin-left: 66.66667%;
    }
}

@media (max-width: 1200px) {
    /* line 493, ../sass/_dovetail.scss */
    .medium-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    /* line 498, ../sass/_dovetail.scss */
    .medium-offset-right-8 {
        margin-right: 66.66667%;
    }
}

@media (max-width: 1200px) {
    /* line 503, ../sass/_dovetail.scss */
    .medium-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .medium-8 {
        min-height: 1px;
        width: 66.66667%;
    }
}

@media (max-width: 1200px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .medium-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.medium-show {
    display: none;
}

@media (max-width: 1200px) {
    /* line 518, ../sass/_dovetail.scss */
    .medium-show {
        display: block;
    }
}

@media (max-width: 1200px) {
    /* line 524, ../sass/_dovetail.scss */
    .medium-hide {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    /* line 529, ../sass/_dovetail.scss */
    .medium-clear-none {
        clear: none;
    }
}

@media (max-width: 1200px) {
    /* line 534, ../sass/_dovetail.scss */
    .medium-pull-none {
        float: none;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-right {
        float: right;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-right {
        clear: right;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-left {
        float: left;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-left {
        clear: left;
    }
}

@media (max-width: 1200px) {
    /* line 488, ../sass/_dovetail.scss */
    .medium-offset-9 {
        margin-left: 75%;
    }
}

@media (max-width: 1200px) {
    /* line 493, ../sass/_dovetail.scss */
    .medium-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    /* line 498, ../sass/_dovetail.scss */
    .medium-offset-right-9 {
        margin-right: 75%;
    }
}

@media (max-width: 1200px) {
    /* line 503, ../sass/_dovetail.scss */
    .medium-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .medium-9 {
        min-height: 1px;
        width: 75%;
    }
}

@media (max-width: 1200px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .medium-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.medium-show {
    display: none;
}

@media (max-width: 1200px) {
    /* line 518, ../sass/_dovetail.scss */
    .medium-show {
        display: block;
    }
}

@media (max-width: 1200px) {
    /* line 524, ../sass/_dovetail.scss */
    .medium-hide {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    /* line 529, ../sass/_dovetail.scss */
    .medium-clear-none {
        clear: none;
    }
}

@media (max-width: 1200px) {
    /* line 534, ../sass/_dovetail.scss */
    .medium-pull-none {
        float: none;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-right {
        float: right;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-right {
        clear: right;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-left {
        float: left;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-left {
        clear: left;
    }
}

@media (max-width: 1200px) {
    /* line 488, ../sass/_dovetail.scss */
    .medium-offset-10 {
        margin-left: 83.33333%;
    }
}

@media (max-width: 1200px) {
    /* line 493, ../sass/_dovetail.scss */
    .medium-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    /* line 498, ../sass/_dovetail.scss */
    .medium-offset-right-10 {
        margin-right: 83.33333%;
    }
}

@media (max-width: 1200px) {
    /* line 503, ../sass/_dovetail.scss */
    .medium-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .medium-10 {
        min-height: 1px;
        width: 83.33333%;
    }
}

@media (max-width: 1200px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .medium-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.medium-show {
    display: none;
}

@media (max-width: 1200px) {
    /* line 518, ../sass/_dovetail.scss */
    .medium-show {
        display: block;
    }
}

@media (max-width: 1200px) {
    /* line 524, ../sass/_dovetail.scss */
    .medium-hide {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    /* line 529, ../sass/_dovetail.scss */
    .medium-clear-none {
        clear: none;
    }
}

@media (max-width: 1200px) {
    /* line 534, ../sass/_dovetail.scss */
    .medium-pull-none {
        float: none;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-right {
        float: right;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-right {
        clear: right;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-left {
        float: left;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-left {
        clear: left;
    }
}

@media (max-width: 1200px) {
    /* line 488, ../sass/_dovetail.scss */
    .medium-offset-11 {
        margin-left: 91.66667%;
    }
}

@media (max-width: 1200px) {
    /* line 493, ../sass/_dovetail.scss */
    .medium-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    /* line 498, ../sass/_dovetail.scss */
    .medium-offset-right-11 {
        margin-right: 91.66667%;
    }
}

@media (max-width: 1200px) {
    /* line 503, ../sass/_dovetail.scss */
    .medium-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .medium-11 {
        min-height: 1px;
        width: 91.66667%;
    }
}

@media (max-width: 1200px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .medium-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.medium-show {
    display: none;
}

@media (max-width: 1200px) {
    /* line 518, ../sass/_dovetail.scss */
    .medium-show {
        display: block;
    }
}

@media (max-width: 1200px) {
    /* line 524, ../sass/_dovetail.scss */
    .medium-hide {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    /* line 529, ../sass/_dovetail.scss */
    .medium-clear-none {
        clear: none;
    }
}

@media (max-width: 1200px) {
    /* line 534, ../sass/_dovetail.scss */
    .medium-pull-none {
        float: none;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-right {
        float: right;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-right {
        clear: right;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-left {
        float: left;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-left {
        clear: left;
    }
}

@media (max-width: 1200px) {
    /* line 488, ../sass/_dovetail.scss */
    .medium-offset-12 {
        margin-left: 100%;
    }
}

@media (max-width: 1200px) {
    /* line 493, ../sass/_dovetail.scss */
    .medium-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    /* line 498, ../sass/_dovetail.scss */
    .medium-offset-right-12 {
        margin-right: 100%;
    }
}

@media (max-width: 1200px) {
    /* line 503, ../sass/_dovetail.scss */
    .medium-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .medium-12 {
        min-height: 1px;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .medium-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.medium-show {
    display: none;
}

@media (max-width: 1200px) {
    /* line 518, ../sass/_dovetail.scss */
    .medium-show {
        display: block;
    }
}

@media (max-width: 1200px) {
    /* line 524, ../sass/_dovetail.scss */
    .medium-hide {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    /* line 529, ../sass/_dovetail.scss */
    .medium-clear-none {
        clear: none;
    }
}

@media (max-width: 1200px) {
    /* line 534, ../sass/_dovetail.scss */
    .medium-pull-none {
        float: none;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-right {
        float: right;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-right {
        clear: right;
    }
}

@media (max-width: 1200px) {
    /* line 541, ../sass/_dovetail.scss */
    .medium-pull-left {
        float: left;
    }
}

@media (max-width: 1200px) {
    /* line 546, ../sass/_dovetail.scss */
    .medium-clear-left {
        clear: left;
    }
}

@media (max-width: 760px) {
    /* line 488, ../sass/_dovetail.scss */
    .tablet-offset-1 {
        margin-left: 8.33333%;
    }
}

@media (max-width: 760px) {
    /* line 493, ../sass/_dovetail.scss */
    .tablet-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    /* line 498, ../sass/_dovetail.scss */
    .tablet-offset-right-1 {
        margin-right: 8.33333%;
    }
}

@media (max-width: 760px) {
    /* line 503, ../sass/_dovetail.scss */
    .tablet-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 760px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-1 {
        min-height: 1px;
        width: 8.33333%;
    }
}

@media (max-width: 760px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.tablet-show {
    display: none;
}

@media (max-width: 760px) {
    /* line 518, ../sass/_dovetail.scss */
    .tablet-show {
        display: block;
    }
}

@media (max-width: 760px) {
    /* line 524, ../sass/_dovetail.scss */
    .tablet-hide {
        display: none !important;
    }
}

@media (max-width: 760px) {
    /* line 529, ../sass/_dovetail.scss */
    .tablet-clear-none {
        clear: none;
    }
}

@media (max-width: 760px) {
    /* line 534, ../sass/_dovetail.scss */
    .tablet-pull-none {
        float: none;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-right {
        float: right;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-right {
        clear: right;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-left {
        float: left;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-left {
        clear: left;
    }
}

@media (max-width: 760px) {
    /* line 488, ../sass/_dovetail.scss */
    .tablet-offset-2 {
        margin-left: 16.66667%;
    }
}

@media (max-width: 760px) {
    /* line 493, ../sass/_dovetail.scss */
    .tablet-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    /* line 498, ../sass/_dovetail.scss */
    .tablet-offset-right-2 {
        margin-right: 16.66667%;
    }
}

@media (max-width: 760px) {
    /* line 503, ../sass/_dovetail.scss */
    .tablet-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 760px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-2 {
        min-height: 1px;
        width: 16.66667%;
    }
}

@media (max-width: 760px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.tablet-show {
    display: none;
}

@media (max-width: 760px) {
    /* line 518, ../sass/_dovetail.scss */
    .tablet-show {
        display: block;
    }
}

@media (max-width: 760px) {
    /* line 524, ../sass/_dovetail.scss */
    .tablet-hide {
        display: none !important;
    }
}

@media (max-width: 760px) {
    /* line 529, ../sass/_dovetail.scss */
    .tablet-clear-none {
        clear: none;
    }
}

@media (max-width: 760px) {
    /* line 534, ../sass/_dovetail.scss */
    .tablet-pull-none {
        float: none;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-right {
        float: right;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-right {
        clear: right;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-left {
        float: left;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-left {
        clear: left;
    }
}

@media (max-width: 760px) {
    /* line 488, ../sass/_dovetail.scss */
    .tablet-offset-3 {
        margin-left: 25%;
    }
}

@media (max-width: 760px) {
    /* line 493, ../sass/_dovetail.scss */
    .tablet-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    /* line 498, ../sass/_dovetail.scss */
    .tablet-offset-right-3 {
        margin-right: 25%;
    }
}

@media (max-width: 760px) {
    /* line 503, ../sass/_dovetail.scss */
    .tablet-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 760px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-3 {
        min-height: 1px;
        width: 25%;
    }
}

@media (max-width: 760px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.tablet-show {
    display: none;
}

@media (max-width: 760px) {
    /* line 518, ../sass/_dovetail.scss */
    .tablet-show {
        display: block;
    }
}

@media (max-width: 760px) {
    /* line 524, ../sass/_dovetail.scss */
    .tablet-hide {
        display: none !important;
    }
}

@media (max-width: 760px) {
    /* line 529, ../sass/_dovetail.scss */
    .tablet-clear-none {
        clear: none;
    }
}

@media (max-width: 760px) {
    /* line 534, ../sass/_dovetail.scss */
    .tablet-pull-none {
        float: none;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-right {
        float: right;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-right {
        clear: right;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-left {
        float: left;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-left {
        clear: left;
    }
}

@media (max-width: 760px) {
    /* line 488, ../sass/_dovetail.scss */
    .tablet-offset-4 {
        margin-left: 33.33333%;
    }
}

@media (max-width: 760px) {
    /* line 493, ../sass/_dovetail.scss */
    .tablet-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    /* line 498, ../sass/_dovetail.scss */
    .tablet-offset-right-4 {
        margin-right: 33.33333%;
    }
}

@media (max-width: 760px) {
    /* line 503, ../sass/_dovetail.scss */
    .tablet-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 760px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-4 {
        min-height: 1px;
        width: 33.33333%;
    }
}

@media (max-width: 760px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.tablet-show {
    display: none;
}

@media (max-width: 760px) {
    /* line 518, ../sass/_dovetail.scss */
    .tablet-show {
        display: block;
    }
}

@media (max-width: 760px) {
    /* line 524, ../sass/_dovetail.scss */
    .tablet-hide {
        display: none !important;
    }
}

@media (max-width: 760px) {
    /* line 529, ../sass/_dovetail.scss */
    .tablet-clear-none {
        clear: none;
    }
}

@media (max-width: 760px) {
    /* line 534, ../sass/_dovetail.scss */
    .tablet-pull-none {
        float: none;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-right {
        float: right;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-right {
        clear: right;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-left {
        float: left;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-left {
        clear: left;
    }
}

@media (max-width: 760px) {
    /* line 488, ../sass/_dovetail.scss */
    .tablet-offset-5 {
        margin-left: 41.66667%;
    }
}

@media (max-width: 760px) {
    /* line 493, ../sass/_dovetail.scss */
    .tablet-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    /* line 498, ../sass/_dovetail.scss */
    .tablet-offset-right-5 {
        margin-right: 41.66667%;
    }
}

@media (max-width: 760px) {
    /* line 503, ../sass/_dovetail.scss */
    .tablet-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 760px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-5 {
        min-height: 1px;
        width: 41.66667%;
    }
}

@media (max-width: 760px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.tablet-show {
    display: none;
}

@media (max-width: 760px) {
    /* line 518, ../sass/_dovetail.scss */
    .tablet-show {
        display: block;
    }
}

@media (max-width: 760px) {
    /* line 524, ../sass/_dovetail.scss */
    .tablet-hide {
        display: none !important;
    }
}

@media (max-width: 760px) {
    /* line 529, ../sass/_dovetail.scss */
    .tablet-clear-none {
        clear: none;
    }
}

@media (max-width: 760px) {
    /* line 534, ../sass/_dovetail.scss */
    .tablet-pull-none {
        float: none;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-right {
        float: right;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-right {
        clear: right;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-left {
        float: left;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-left {
        clear: left;
    }
}

@media (max-width: 760px) {
    /* line 488, ../sass/_dovetail.scss */
    .tablet-offset-6 {
        margin-left: 50%;
    }
}

@media (max-width: 760px) {
    /* line 493, ../sass/_dovetail.scss */
    .tablet-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    /* line 498, ../sass/_dovetail.scss */
    .tablet-offset-right-6 {
        margin-right: 50%;
    }
}

@media (max-width: 760px) {
    /* line 503, ../sass/_dovetail.scss */
    .tablet-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 760px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-6 {
        min-height: 1px;
        width: 50%;
    }
}

@media (max-width: 760px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.tablet-show {
    display: none;
}

@media (max-width: 760px) {
    /* line 518, ../sass/_dovetail.scss */
    .tablet-show {
        display: block;
    }
}

@media (max-width: 760px) {
    /* line 524, ../sass/_dovetail.scss */
    .tablet-hide {
        display: none !important;
    }
}

@media (max-width: 760px) {
    /* line 529, ../sass/_dovetail.scss */
    .tablet-clear-none {
        clear: none;
    }
}

@media (max-width: 760px) {
    /* line 534, ../sass/_dovetail.scss */
    .tablet-pull-none {
        float: none;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-right {
        float: right;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-right {
        clear: right;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-left {
        float: left;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-left {
        clear: left;
    }
}

@media (max-width: 760px) {
    /* line 488, ../sass/_dovetail.scss */
    .tablet-offset-7 {
        margin-left: 58.33333%;
    }
}

@media (max-width: 760px) {
    /* line 493, ../sass/_dovetail.scss */
    .tablet-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    /* line 498, ../sass/_dovetail.scss */
    .tablet-offset-right-7 {
        margin-right: 58.33333%;
    }
}

@media (max-width: 760px) {
    /* line 503, ../sass/_dovetail.scss */
    .tablet-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 760px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-7 {
        min-height: 1px;
        width: 58.33333%;
    }
}

@media (max-width: 760px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.tablet-show {
    display: none;
}

@media (max-width: 760px) {
    /* line 518, ../sass/_dovetail.scss */
    .tablet-show {
        display: block;
    }
}

@media (max-width: 760px) {
    /* line 524, ../sass/_dovetail.scss */
    .tablet-hide {
        display: none !important;
    }
}

@media (max-width: 760px) {
    /* line 529, ../sass/_dovetail.scss */
    .tablet-clear-none {
        clear: none;
    }
}

@media (max-width: 760px) {
    /* line 534, ../sass/_dovetail.scss */
    .tablet-pull-none {
        float: none;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-right {
        float: right;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-right {
        clear: right;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-left {
        float: left;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-left {
        clear: left;
    }
}

@media (max-width: 760px) {
    /* line 488, ../sass/_dovetail.scss */
    .tablet-offset-8 {
        margin-left: 66.66667%;
    }
}

@media (max-width: 760px) {
    /* line 493, ../sass/_dovetail.scss */
    .tablet-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    /* line 498, ../sass/_dovetail.scss */
    .tablet-offset-right-8 {
        margin-right: 66.66667%;
    }
}

@media (max-width: 760px) {
    /* line 503, ../sass/_dovetail.scss */
    .tablet-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 760px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-8 {
        min-height: 1px;
        width: 66.66667%;
    }
}

@media (max-width: 760px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.tablet-show {
    display: none;
}

@media (max-width: 760px) {
    /* line 518, ../sass/_dovetail.scss */
    .tablet-show {
        display: block;
    }
}

@media (max-width: 760px) {
    /* line 524, ../sass/_dovetail.scss */
    .tablet-hide {
        display: none !important;
    }
}

@media (max-width: 760px) {
    /* line 529, ../sass/_dovetail.scss */
    .tablet-clear-none {
        clear: none;
    }
}

@media (max-width: 760px) {
    /* line 534, ../sass/_dovetail.scss */
    .tablet-pull-none {
        float: none;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-right {
        float: right;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-right {
        clear: right;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-left {
        float: left;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-left {
        clear: left;
    }
}

@media (max-width: 760px) {
    /* line 488, ../sass/_dovetail.scss */
    .tablet-offset-9 {
        margin-left: 75%;
    }
}

@media (max-width: 760px) {
    /* line 493, ../sass/_dovetail.scss */
    .tablet-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    /* line 498, ../sass/_dovetail.scss */
    .tablet-offset-right-9 {
        margin-right: 75%;
    }
}

@media (max-width: 760px) {
    /* line 503, ../sass/_dovetail.scss */
    .tablet-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 760px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-9 {
        min-height: 1px;
        width: 75%;
    }
}

@media (max-width: 760px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.tablet-show {
    display: none;
}

@media (max-width: 760px) {
    /* line 518, ../sass/_dovetail.scss */
    .tablet-show {
        display: block;
    }
}

@media (max-width: 760px) {
    /* line 524, ../sass/_dovetail.scss */
    .tablet-hide {
        display: none !important;
    }
}

@media (max-width: 760px) {
    /* line 529, ../sass/_dovetail.scss */
    .tablet-clear-none {
        clear: none;
    }
}

@media (max-width: 760px) {
    /* line 534, ../sass/_dovetail.scss */
    .tablet-pull-none {
        float: none;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-right {
        float: right;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-right {
        clear: right;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-left {
        float: left;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-left {
        clear: left;
    }
}

@media (max-width: 760px) {
    /* line 488, ../sass/_dovetail.scss */
    .tablet-offset-10 {
        margin-left: 83.33333%;
    }
}

@media (max-width: 760px) {
    /* line 493, ../sass/_dovetail.scss */
    .tablet-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    /* line 498, ../sass/_dovetail.scss */
    .tablet-offset-right-10 {
        margin-right: 83.33333%;
    }
}

@media (max-width: 760px) {
    /* line 503, ../sass/_dovetail.scss */
    .tablet-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 760px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-10 {
        min-height: 1px;
        width: 83.33333%;
    }
}

@media (max-width: 760px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.tablet-show {
    display: none;
}

@media (max-width: 760px) {
    /* line 518, ../sass/_dovetail.scss */
    .tablet-show {
        display: block;
    }
}

@media (max-width: 760px) {
    /* line 524, ../sass/_dovetail.scss */
    .tablet-hide {
        display: none !important;
    }
}

@media (max-width: 760px) {
    /* line 529, ../sass/_dovetail.scss */
    .tablet-clear-none {
        clear: none;
    }
}

@media (max-width: 760px) {
    /* line 534, ../sass/_dovetail.scss */
    .tablet-pull-none {
        float: none;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-right {
        float: right;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-right {
        clear: right;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-left {
        float: left;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-left {
        clear: left;
    }
}

@media (max-width: 760px) {
    /* line 488, ../sass/_dovetail.scss */
    .tablet-offset-11 {
        margin-left: 91.66667%;
    }
}

@media (max-width: 760px) {
    /* line 493, ../sass/_dovetail.scss */
    .tablet-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    /* line 498, ../sass/_dovetail.scss */
    .tablet-offset-right-11 {
        margin-right: 91.66667%;
    }
}

@media (max-width: 760px) {
    /* line 503, ../sass/_dovetail.scss */
    .tablet-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 760px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-11 {
        min-height: 1px;
        width: 91.66667%;
    }
}

@media (max-width: 760px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.tablet-show {
    display: none;
}

@media (max-width: 760px) {
    /* line 518, ../sass/_dovetail.scss */
    .tablet-show {
        display: block;
    }
}

@media (max-width: 760px) {
    /* line 524, ../sass/_dovetail.scss */
    .tablet-hide {
        display: none !important;
    }
}

@media (max-width: 760px) {
    /* line 529, ../sass/_dovetail.scss */
    .tablet-clear-none {
        clear: none;
    }
}

@media (max-width: 760px) {
    /* line 534, ../sass/_dovetail.scss */
    .tablet-pull-none {
        float: none;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-right {
        float: right;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-right {
        clear: right;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-left {
        float: left;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-left {
        clear: left;
    }
}

@media (max-width: 760px) {
    /* line 488, ../sass/_dovetail.scss */
    .tablet-offset-12 {
        margin-left: 100%;
    }
}

@media (max-width: 760px) {
    /* line 493, ../sass/_dovetail.scss */
    .tablet-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    /* line 498, ../sass/_dovetail.scss */
    .tablet-offset-right-12 {
        margin-right: 100%;
    }
}

@media (max-width: 760px) {
    /* line 503, ../sass/_dovetail.scss */
    .tablet-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 760px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-12 {
        min-height: 1px;
        width: 100%;
    }
}

@media (max-width: 760px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .tablet-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.tablet-show {
    display: none;
}

@media (max-width: 760px) {
    /* line 518, ../sass/_dovetail.scss */
    .tablet-show {
        display: block;
    }
}

@media (max-width: 760px) {
    /* line 524, ../sass/_dovetail.scss */
    .tablet-hide {
        display: none !important;
    }
}

@media (max-width: 760px) {
    /* line 529, ../sass/_dovetail.scss */
    .tablet-clear-none {
        clear: none;
    }
}

@media (max-width: 760px) {
    /* line 534, ../sass/_dovetail.scss */
    .tablet-pull-none {
        float: none;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-right {
        float: right;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-right {
        clear: right;
    }
}

@media (max-width: 760px) {
    /* line 541, ../sass/_dovetail.scss */
    .tablet-pull-left {
        float: left;
    }
}

@media (max-width: 760px) {
    /* line 546, ../sass/_dovetail.scss */
    .tablet-clear-left {
        clear: left;
    }
}

@media (max-width: 540px) {
    /* line 488, ../sass/_dovetail.scss */
    .small-offset-1 {
        margin-left: 8.33333%;
    }
}

@media (max-width: 540px) {
    /* line 493, ../sass/_dovetail.scss */
    .small-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 540px) {
    /* line 498, ../sass/_dovetail.scss */
    .small-offset-right-1 {
        margin-right: 8.33333%;
    }
}

@media (max-width: 540px) {
    /* line 503, ../sass/_dovetail.scss */
    .small-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .small-1 {
        min-height: 1px;
        width: 8.33333%;
    }
}

@media (max-width: 540px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .small-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.small-show {
    display: none;
}

@media (max-width: 540px) {
    /* line 518, ../sass/_dovetail.scss */
    .small-show {
        display: block;
    }
}

@media (max-width: 540px) {
    /* line 524, ../sass/_dovetail.scss */
    .small-hide {
        display: none !important;
    }
}

@media (max-width: 540px) {
    /* line 529, ../sass/_dovetail.scss */
    .small-clear-none {
        clear: none;
    }
}

@media (max-width: 540px) {
    /* line 534, ../sass/_dovetail.scss */
    .small-pull-none {
        float: none;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-right {
        float: right;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-right {
        clear: right;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-left {
        float: left;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-left {
        clear: left;
    }
}

@media (max-width: 540px) {
    /* line 488, ../sass/_dovetail.scss */
    .small-offset-2 {
        margin-left: 16.66667%;
    }
}

@media (max-width: 540px) {
    /* line 493, ../sass/_dovetail.scss */
    .small-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 540px) {
    /* line 498, ../sass/_dovetail.scss */
    .small-offset-right-2 {
        margin-right: 16.66667%;
    }
}

@media (max-width: 540px) {
    /* line 503, ../sass/_dovetail.scss */
    .small-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .small-2 {
        min-height: 1px;
        width: 16.66667%;
    }
}

@media (max-width: 540px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .small-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.small-show {
    display: none;
}

@media (max-width: 540px) {
    /* line 518, ../sass/_dovetail.scss */
    .small-show {
        display: block;
    }
}

@media (max-width: 540px) {
    /* line 524, ../sass/_dovetail.scss */
    .small-hide {
        display: none !important;
    }
}

@media (max-width: 540px) {
    /* line 529, ../sass/_dovetail.scss */
    .small-clear-none {
        clear: none;
    }
}

@media (max-width: 540px) {
    /* line 534, ../sass/_dovetail.scss */
    .small-pull-none {
        float: none;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-right {
        float: right;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-right {
        clear: right;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-left {
        float: left;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-left {
        clear: left;
    }
}

@media (max-width: 540px) {
    /* line 488, ../sass/_dovetail.scss */
    .small-offset-3 {
        margin-left: 25%;
    }
}

@media (max-width: 540px) {
    /* line 493, ../sass/_dovetail.scss */
    .small-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 540px) {
    /* line 498, ../sass/_dovetail.scss */
    .small-offset-right-3 {
        margin-right: 25%;
    }
}

@media (max-width: 540px) {
    /* line 503, ../sass/_dovetail.scss */
    .small-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .small-3 {
        min-height: 1px;
        width: 25%;
    }
}

@media (max-width: 540px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .small-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.small-show {
    display: none;
}

@media (max-width: 540px) {
    /* line 518, ../sass/_dovetail.scss */
    .small-show {
        display: block;
    }
}

@media (max-width: 540px) {
    /* line 524, ../sass/_dovetail.scss */
    .small-hide {
        display: none !important;
    }
}

@media (max-width: 540px) {
    /* line 529, ../sass/_dovetail.scss */
    .small-clear-none {
        clear: none;
    }
}

@media (max-width: 540px) {
    /* line 534, ../sass/_dovetail.scss */
    .small-pull-none {
        float: none;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-right {
        float: right;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-right {
        clear: right;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-left {
        float: left;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-left {
        clear: left;
    }
}

@media (max-width: 540px) {
    /* line 488, ../sass/_dovetail.scss */
    .small-offset-4 {
        margin-left: 33.33333%;
    }
}

@media (max-width: 540px) {
    /* line 493, ../sass/_dovetail.scss */
    .small-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 540px) {
    /* line 498, ../sass/_dovetail.scss */
    .small-offset-right-4 {
        margin-right: 33.33333%;
    }
}

@media (max-width: 540px) {
    /* line 503, ../sass/_dovetail.scss */
    .small-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .small-4 {
        min-height: 1px;
        width: 33.33333%;
    }
}

@media (max-width: 540px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .small-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.small-show {
    display: none;
}

@media (max-width: 540px) {
    /* line 518, ../sass/_dovetail.scss */
    .small-show {
        display: block;
    }
}

@media (max-width: 540px) {
    /* line 524, ../sass/_dovetail.scss */
    .small-hide {
        display: none !important;
    }
}

@media (max-width: 540px) {
    /* line 529, ../sass/_dovetail.scss */
    .small-clear-none {
        clear: none;
    }
}

@media (max-width: 540px) {
    /* line 534, ../sass/_dovetail.scss */
    .small-pull-none {
        float: none;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-right {
        float: right;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-right {
        clear: right;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-left {
        float: left;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-left {
        clear: left;
    }
}

@media (max-width: 540px) {
    /* line 488, ../sass/_dovetail.scss */
    .small-offset-5 {
        margin-left: 41.66667%;
    }
}

@media (max-width: 540px) {
    /* line 493, ../sass/_dovetail.scss */
    .small-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 540px) {
    /* line 498, ../sass/_dovetail.scss */
    .small-offset-right-5 {
        margin-right: 41.66667%;
    }
}

@media (max-width: 540px) {
    /* line 503, ../sass/_dovetail.scss */
    .small-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .small-5 {
        min-height: 1px;
        width: 41.66667%;
    }
}

@media (max-width: 540px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .small-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.small-show {
    display: none;
}

@media (max-width: 540px) {
    /* line 518, ../sass/_dovetail.scss */
    .small-show {
        display: block;
    }
}

@media (max-width: 540px) {
    /* line 524, ../sass/_dovetail.scss */
    .small-hide {
        display: none !important;
    }
}

@media (max-width: 540px) {
    /* line 529, ../sass/_dovetail.scss */
    .small-clear-none {
        clear: none;
    }
}

@media (max-width: 540px) {
    /* line 534, ../sass/_dovetail.scss */
    .small-pull-none {
        float: none;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-right {
        float: right;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-right {
        clear: right;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-left {
        float: left;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-left {
        clear: left;
    }
}

@media (max-width: 540px) {
    /* line 488, ../sass/_dovetail.scss */
    .small-offset-6 {
        margin-left: 50%;
    }
}

@media (max-width: 540px) {
    /* line 493, ../sass/_dovetail.scss */
    .small-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 540px) {
    /* line 498, ../sass/_dovetail.scss */
    .small-offset-right-6 {
        margin-right: 50%;
    }
}

@media (max-width: 540px) {
    /* line 503, ../sass/_dovetail.scss */
    .small-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .small-6 {
        min-height: 1px;
        width: 50%;
    }
}

@media (max-width: 540px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .small-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.small-show {
    display: none;
}

@media (max-width: 540px) {
    /* line 518, ../sass/_dovetail.scss */
    .small-show {
        display: block;
    }
}

@media (max-width: 540px) {
    /* line 524, ../sass/_dovetail.scss */
    .small-hide {
        display: none !important;
    }
}

@media (max-width: 540px) {
    /* line 529, ../sass/_dovetail.scss */
    .small-clear-none {
        clear: none;
    }
}

@media (max-width: 540px) {
    /* line 534, ../sass/_dovetail.scss */
    .small-pull-none {
        float: none;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-right {
        float: right;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-right {
        clear: right;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-left {
        float: left;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-left {
        clear: left;
    }
}

@media (max-width: 540px) {
    /* line 488, ../sass/_dovetail.scss */
    .small-offset-7 {
        margin-left: 58.33333%;
    }
}

@media (max-width: 540px) {
    /* line 493, ../sass/_dovetail.scss */
    .small-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 540px) {
    /* line 498, ../sass/_dovetail.scss */
    .small-offset-right-7 {
        margin-right: 58.33333%;
    }
}

@media (max-width: 540px) {
    /* line 503, ../sass/_dovetail.scss */
    .small-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .small-7 {
        min-height: 1px;
        width: 58.33333%;
    }
}

@media (max-width: 540px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .small-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.small-show {
    display: none;
}

@media (max-width: 540px) {
    /* line 518, ../sass/_dovetail.scss */
    .small-show {
        display: block;
    }
}

@media (max-width: 540px) {
    /* line 524, ../sass/_dovetail.scss */
    .small-hide {
        display: none !important;
    }
}

@media (max-width: 540px) {
    /* line 529, ../sass/_dovetail.scss */
    .small-clear-none {
        clear: none;
    }
}

@media (max-width: 540px) {
    /* line 534, ../sass/_dovetail.scss */
    .small-pull-none {
        float: none;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-right {
        float: right;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-right {
        clear: right;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-left {
        float: left;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-left {
        clear: left;
    }
}

@media (max-width: 540px) {
    /* line 488, ../sass/_dovetail.scss */
    .small-offset-8 {
        margin-left: 66.66667%;
    }
}

@media (max-width: 540px) {
    /* line 493, ../sass/_dovetail.scss */
    .small-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 540px) {
    /* line 498, ../sass/_dovetail.scss */
    .small-offset-right-8 {
        margin-right: 66.66667%;
    }
}

@media (max-width: 540px) {
    /* line 503, ../sass/_dovetail.scss */
    .small-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .small-8 {
        min-height: 1px;
        width: 66.66667%;
    }
}

@media (max-width: 540px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .small-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.small-show {
    display: none;
}

@media (max-width: 540px) {
    /* line 518, ../sass/_dovetail.scss */
    .small-show {
        display: block;
    }
}

@media (max-width: 540px) {
    /* line 524, ../sass/_dovetail.scss */
    .small-hide {
        display: none !important;
    }
}

@media (max-width: 540px) {
    /* line 529, ../sass/_dovetail.scss */
    .small-clear-none {
        clear: none;
    }
}

@media (max-width: 540px) {
    /* line 534, ../sass/_dovetail.scss */
    .small-pull-none {
        float: none;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-right {
        float: right;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-right {
        clear: right;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-left {
        float: left;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-left {
        clear: left;
    }
}

@media (max-width: 540px) {
    /* line 488, ../sass/_dovetail.scss */
    .small-offset-9 {
        margin-left: 75%;
    }
}

@media (max-width: 540px) {
    /* line 493, ../sass/_dovetail.scss */
    .small-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 540px) {
    /* line 498, ../sass/_dovetail.scss */
    .small-offset-right-9 {
        margin-right: 75%;
    }
}

@media (max-width: 540px) {
    /* line 503, ../sass/_dovetail.scss */
    .small-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .small-9 {
        min-height: 1px;
        width: 75%;
    }
}

@media (max-width: 540px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .small-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.small-show {
    display: none;
}

@media (max-width: 540px) {
    /* line 518, ../sass/_dovetail.scss */
    .small-show {
        display: block;
    }
}

@media (max-width: 540px) {
    /* line 524, ../sass/_dovetail.scss */
    .small-hide {
        display: none !important;
    }
}

@media (max-width: 540px) {
    /* line 529, ../sass/_dovetail.scss */
    .small-clear-none {
        clear: none;
    }
}

@media (max-width: 540px) {
    /* line 534, ../sass/_dovetail.scss */
    .small-pull-none {
        float: none;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-right {
        float: right;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-right {
        clear: right;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-left {
        float: left;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-left {
        clear: left;
    }
}

@media (max-width: 540px) {
    /* line 488, ../sass/_dovetail.scss */
    .small-offset-10 {
        margin-left: 83.33333%;
    }
}

@media (max-width: 540px) {
    /* line 493, ../sass/_dovetail.scss */
    .small-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 540px) {
    /* line 498, ../sass/_dovetail.scss */
    .small-offset-right-10 {
        margin-right: 83.33333%;
    }
}

@media (max-width: 540px) {
    /* line 503, ../sass/_dovetail.scss */
    .small-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .small-10 {
        min-height: 1px;
        width: 83.33333%;
    }
}

@media (max-width: 540px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .small-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.small-show {
    display: none;
}

@media (max-width: 540px) {
    /* line 518, ../sass/_dovetail.scss */
    .small-show {
        display: block;
    }
}

@media (max-width: 540px) {
    /* line 524, ../sass/_dovetail.scss */
    .small-hide {
        display: none !important;
    }
}

@media (max-width: 540px) {
    /* line 529, ../sass/_dovetail.scss */
    .small-clear-none {
        clear: none;
    }
}

@media (max-width: 540px) {
    /* line 534, ../sass/_dovetail.scss */
    .small-pull-none {
        float: none;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-right {
        float: right;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-right {
        clear: right;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-left {
        float: left;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-left {
        clear: left;
    }
}

@media (max-width: 540px) {
    /* line 488, ../sass/_dovetail.scss */
    .small-offset-11 {
        margin-left: 91.66667%;
    }
}

@media (max-width: 540px) {
    /* line 493, ../sass/_dovetail.scss */
    .small-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 540px) {
    /* line 498, ../sass/_dovetail.scss */
    .small-offset-right-11 {
        margin-right: 91.66667%;
    }
}

@media (max-width: 540px) {
    /* line 503, ../sass/_dovetail.scss */
    .small-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .small-11 {
        min-height: 1px;
        width: 91.66667%;
    }
}

@media (max-width: 540px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .small-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.small-show {
    display: none;
}

@media (max-width: 540px) {
    /* line 518, ../sass/_dovetail.scss */
    .small-show {
        display: block;
    }
}

@media (max-width: 540px) {
    /* line 524, ../sass/_dovetail.scss */
    .small-hide {
        display: none !important;
    }
}

@media (max-width: 540px) {
    /* line 529, ../sass/_dovetail.scss */
    .small-clear-none {
        clear: none;
    }
}

@media (max-width: 540px) {
    /* line 534, ../sass/_dovetail.scss */
    .small-pull-none {
        float: none;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-right {
        float: right;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-right {
        clear: right;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-left {
        float: left;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-left {
        clear: left;
    }
}

@media (max-width: 540px) {
    /* line 488, ../sass/_dovetail.scss */
    .small-offset-12 {
        margin-left: 100%;
    }
}

@media (max-width: 540px) {
    /* line 493, ../sass/_dovetail.scss */
    .small-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 540px) {
    /* line 498, ../sass/_dovetail.scss */
    .small-offset-right-12 {
        margin-right: 100%;
    }
}

@media (max-width: 540px) {
    /* line 503, ../sass/_dovetail.scss */
    .small-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .small-12 {
        min-height: 1px;
        width: 100%;
    }
}

@media (max-width: 540px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .small-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.small-show {
    display: none;
}

@media (max-width: 540px) {
    /* line 518, ../sass/_dovetail.scss */
    .small-show {
        display: block;
    }
}

@media (max-width: 540px) {
    /* line 524, ../sass/_dovetail.scss */
    .small-hide {
        display: none !important;
    }
}

@media (max-width: 540px) {
    /* line 529, ../sass/_dovetail.scss */
    .small-clear-none {
        clear: none;
    }
}

@media (max-width: 540px) {
    /* line 534, ../sass/_dovetail.scss */
    .small-pull-none {
        float: none;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-right {
        float: right;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-right {
        clear: right;
    }
}

@media (max-width: 540px) {
    /* line 541, ../sass/_dovetail.scss */
    .small-pull-left {
        float: left;
    }
}

@media (max-width: 540px) {
    /* line 546, ../sass/_dovetail.scss */
    .small-clear-left {
        clear: left;
    }
}

@media (max-width: 345px) {
    /* line 488, ../sass/_dovetail.scss */
    .phone-offset-1 {
        margin-left: 8.33333%;
    }
}

@media (max-width: 345px) {
    /* line 493, ../sass/_dovetail.scss */
    .phone-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 345px) {
    /* line 498, ../sass/_dovetail.scss */
    .phone-offset-right-1 {
        margin-right: 8.33333%;
    }
}

@media (max-width: 345px) {
    /* line 503, ../sass/_dovetail.scss */
    .phone-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 345px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .phone-1 {
        min-height: 1px;
        width: 8.33333%;
    }
}

@media (max-width: 345px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .phone-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.phone-show {
    display: none;
}

@media (max-width: 345px) {
    /* line 518, ../sass/_dovetail.scss */
    .phone-show {
        display: block;
    }
}

@media (max-width: 345px) {
    /* line 524, ../sass/_dovetail.scss */
    .phone-hide {
        display: none !important;
    }
}

@media (max-width: 345px) {
    /* line 529, ../sass/_dovetail.scss */
    .phone-clear-none {
        clear: none;
    }
}

@media (max-width: 345px) {
    /* line 534, ../sass/_dovetail.scss */
    .phone-pull-none {
        float: none;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-right {
        float: right;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-right {
        clear: right;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-left {
        float: left;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-left {
        clear: left;
    }
}

@media (max-width: 345px) {
    /* line 488, ../sass/_dovetail.scss */
    .phone-offset-2 {
        margin-left: 16.66667%;
    }
}

@media (max-width: 345px) {
    /* line 493, ../sass/_dovetail.scss */
    .phone-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 345px) {
    /* line 498, ../sass/_dovetail.scss */
    .phone-offset-right-2 {
        margin-right: 16.66667%;
    }
}

@media (max-width: 345px) {
    /* line 503, ../sass/_dovetail.scss */
    .phone-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 345px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .phone-2 {
        min-height: 1px;
        width: 16.66667%;
    }
}

@media (max-width: 345px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .phone-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.phone-show {
    display: none;
}

@media (max-width: 345px) {
    /* line 518, ../sass/_dovetail.scss */
    .phone-show {
        display: block;
    }
}

@media (max-width: 345px) {
    /* line 524, ../sass/_dovetail.scss */
    .phone-hide {
        display: none !important;
    }
}

@media (max-width: 345px) {
    /* line 529, ../sass/_dovetail.scss */
    .phone-clear-none {
        clear: none;
    }
}

@media (max-width: 345px) {
    /* line 534, ../sass/_dovetail.scss */
    .phone-pull-none {
        float: none;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-right {
        float: right;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-right {
        clear: right;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-left {
        float: left;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-left {
        clear: left;
    }
}

@media (max-width: 345px) {
    /* line 488, ../sass/_dovetail.scss */
    .phone-offset-3 {
        margin-left: 25%;
    }
}

@media (max-width: 345px) {
    /* line 493, ../sass/_dovetail.scss */
    .phone-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 345px) {
    /* line 498, ../sass/_dovetail.scss */
    .phone-offset-right-3 {
        margin-right: 25%;
    }
}

@media (max-width: 345px) {
    /* line 503, ../sass/_dovetail.scss */
    .phone-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 345px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .phone-3 {
        min-height: 1px;
        width: 25%;
    }
}

@media (max-width: 345px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .phone-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.phone-show {
    display: none;
}

@media (max-width: 345px) {
    /* line 518, ../sass/_dovetail.scss */
    .phone-show {
        display: block;
    }
}

@media (max-width: 345px) {
    /* line 524, ../sass/_dovetail.scss */
    .phone-hide {
        display: none !important;
    }
}

@media (max-width: 345px) {
    /* line 529, ../sass/_dovetail.scss */
    .phone-clear-none {
        clear: none;
    }
}

@media (max-width: 345px) {
    /* line 534, ../sass/_dovetail.scss */
    .phone-pull-none {
        float: none;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-right {
        float: right;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-right {
        clear: right;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-left {
        float: left;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-left {
        clear: left;
    }
}

@media (max-width: 345px) {
    /* line 488, ../sass/_dovetail.scss */
    .phone-offset-4 {
        margin-left: 33.33333%;
    }
}

@media (max-width: 345px) {
    /* line 493, ../sass/_dovetail.scss */
    .phone-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 345px) {
    /* line 498, ../sass/_dovetail.scss */
    .phone-offset-right-4 {
        margin-right: 33.33333%;
    }
}

@media (max-width: 345px) {
    /* line 503, ../sass/_dovetail.scss */
    .phone-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 345px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .phone-4 {
        min-height: 1px;
        width: 33.33333%;
    }
}

@media (max-width: 345px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .phone-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.phone-show {
    display: none;
}

@media (max-width: 345px) {
    /* line 518, ../sass/_dovetail.scss */
    .phone-show {
        display: block;
    }
}

@media (max-width: 345px) {
    /* line 524, ../sass/_dovetail.scss */
    .phone-hide {
        display: none !important;
    }
}

@media (max-width: 345px) {
    /* line 529, ../sass/_dovetail.scss */
    .phone-clear-none {
        clear: none;
    }
}

@media (max-width: 345px) {
    /* line 534, ../sass/_dovetail.scss */
    .phone-pull-none {
        float: none;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-right {
        float: right;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-right {
        clear: right;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-left {
        float: left;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-left {
        clear: left;
    }
}

@media (max-width: 345px) {
    /* line 488, ../sass/_dovetail.scss */
    .phone-offset-5 {
        margin-left: 41.66667%;
    }
}

@media (max-width: 345px) {
    /* line 493, ../sass/_dovetail.scss */
    .phone-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 345px) {
    /* line 498, ../sass/_dovetail.scss */
    .phone-offset-right-5 {
        margin-right: 41.66667%;
    }
}

@media (max-width: 345px) {
    /* line 503, ../sass/_dovetail.scss */
    .phone-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 345px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .phone-5 {
        min-height: 1px;
        width: 41.66667%;
    }
}

@media (max-width: 345px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .phone-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.phone-show {
    display: none;
}

@media (max-width: 345px) {
    /* line 518, ../sass/_dovetail.scss */
    .phone-show {
        display: block;
    }
}

@media (max-width: 345px) {
    /* line 524, ../sass/_dovetail.scss */
    .phone-hide {
        display: none !important;
    }
}

@media (max-width: 345px) {
    /* line 529, ../sass/_dovetail.scss */
    .phone-clear-none {
        clear: none;
    }
}

@media (max-width: 345px) {
    /* line 534, ../sass/_dovetail.scss */
    .phone-pull-none {
        float: none;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-right {
        float: right;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-right {
        clear: right;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-left {
        float: left;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-left {
        clear: left;
    }
}

@media (max-width: 345px) {
    /* line 488, ../sass/_dovetail.scss */
    .phone-offset-6 {
        margin-left: 50%;
    }
}

@media (max-width: 345px) {
    /* line 493, ../sass/_dovetail.scss */
    .phone-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 345px) {
    /* line 498, ../sass/_dovetail.scss */
    .phone-offset-right-6 {
        margin-right: 50%;
    }
}

@media (max-width: 345px) {
    /* line 503, ../sass/_dovetail.scss */
    .phone-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 345px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .phone-6 {
        min-height: 1px;
        width: 50%;
    }
}

@media (max-width: 345px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .phone-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.phone-show {
    display: none;
}

@media (max-width: 345px) {
    /* line 518, ../sass/_dovetail.scss */
    .phone-show {
        display: block;
    }
}

@media (max-width: 345px) {
    /* line 524, ../sass/_dovetail.scss */
    .phone-hide {
        display: none !important;
    }
}

@media (max-width: 345px) {
    /* line 529, ../sass/_dovetail.scss */
    .phone-clear-none {
        clear: none;
    }
}

@media (max-width: 345px) {
    /* line 534, ../sass/_dovetail.scss */
    .phone-pull-none {
        float: none;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-right {
        float: right;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-right {
        clear: right;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-left {
        float: left;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-left {
        clear: left;
    }
}

@media (max-width: 345px) {
    /* line 488, ../sass/_dovetail.scss */
    .phone-offset-7 {
        margin-left: 58.33333%;
    }
}

@media (max-width: 345px) {
    /* line 493, ../sass/_dovetail.scss */
    .phone-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 345px) {
    /* line 498, ../sass/_dovetail.scss */
    .phone-offset-right-7 {
        margin-right: 58.33333%;
    }
}

@media (max-width: 345px) {
    /* line 503, ../sass/_dovetail.scss */
    .phone-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 345px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .phone-7 {
        min-height: 1px;
        width: 58.33333%;
    }
}

@media (max-width: 345px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .phone-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.phone-show {
    display: none;
}

@media (max-width: 345px) {
    /* line 518, ../sass/_dovetail.scss */
    .phone-show {
        display: block;
    }
}

@media (max-width: 345px) {
    /* line 524, ../sass/_dovetail.scss */
    .phone-hide {
        display: none !important;
    }
}

@media (max-width: 345px) {
    /* line 529, ../sass/_dovetail.scss */
    .phone-clear-none {
        clear: none;
    }
}

@media (max-width: 345px) {
    /* line 534, ../sass/_dovetail.scss */
    .phone-pull-none {
        float: none;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-right {
        float: right;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-right {
        clear: right;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-left {
        float: left;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-left {
        clear: left;
    }
}

@media (max-width: 345px) {
    /* line 488, ../sass/_dovetail.scss */
    .phone-offset-8 {
        margin-left: 66.66667%;
    }
}

@media (max-width: 345px) {
    /* line 493, ../sass/_dovetail.scss */
    .phone-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 345px) {
    /* line 498, ../sass/_dovetail.scss */
    .phone-offset-right-8 {
        margin-right: 66.66667%;
    }
}

@media (max-width: 345px) {
    /* line 503, ../sass/_dovetail.scss */
    .phone-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 345px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .phone-8 {
        min-height: 1px;
        width: 66.66667%;
    }
}

@media (max-width: 345px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .phone-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.phone-show {
    display: none;
}

@media (max-width: 345px) {
    /* line 518, ../sass/_dovetail.scss */
    .phone-show {
        display: block;
    }
}

@media (max-width: 345px) {
    /* line 524, ../sass/_dovetail.scss */
    .phone-hide {
        display: none !important;
    }
}

@media (max-width: 345px) {
    /* line 529, ../sass/_dovetail.scss */
    .phone-clear-none {
        clear: none;
    }
}

@media (max-width: 345px) {
    /* line 534, ../sass/_dovetail.scss */
    .phone-pull-none {
        float: none;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-right {
        float: right;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-right {
        clear: right;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-left {
        float: left;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-left {
        clear: left;
    }
}

@media (max-width: 345px) {
    /* line 488, ../sass/_dovetail.scss */
    .phone-offset-9 {
        margin-left: 75%;
    }
}

@media (max-width: 345px) {
    /* line 493, ../sass/_dovetail.scss */
    .phone-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 345px) {
    /* line 498, ../sass/_dovetail.scss */
    .phone-offset-right-9 {
        margin-right: 75%;
    }
}

@media (max-width: 345px) {
    /* line 503, ../sass/_dovetail.scss */
    .phone-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 345px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .phone-9 {
        min-height: 1px;
        width: 75%;
    }
}

@media (max-width: 345px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .phone-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.phone-show {
    display: none;
}

@media (max-width: 345px) {
    /* line 518, ../sass/_dovetail.scss */
    .phone-show {
        display: block;
    }
}

@media (max-width: 345px) {
    /* line 524, ../sass/_dovetail.scss */
    .phone-hide {
        display: none !important;
    }
}

@media (max-width: 345px) {
    /* line 529, ../sass/_dovetail.scss */
    .phone-clear-none {
        clear: none;
    }
}

@media (max-width: 345px) {
    /* line 534, ../sass/_dovetail.scss */
    .phone-pull-none {
        float: none;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-right {
        float: right;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-right {
        clear: right;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-left {
        float: left;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-left {
        clear: left;
    }
}

@media (max-width: 345px) {
    /* line 488, ../sass/_dovetail.scss */
    .phone-offset-10 {
        margin-left: 83.33333%;
    }
}

@media (max-width: 345px) {
    /* line 493, ../sass/_dovetail.scss */
    .phone-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 345px) {
    /* line 498, ../sass/_dovetail.scss */
    .phone-offset-right-10 {
        margin-right: 83.33333%;
    }
}

@media (max-width: 345px) {
    /* line 503, ../sass/_dovetail.scss */
    .phone-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 345px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .phone-10 {
        min-height: 1px;
        width: 83.33333%;
    }
}

@media (max-width: 345px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .phone-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.phone-show {
    display: none;
}

@media (max-width: 345px) {
    /* line 518, ../sass/_dovetail.scss */
    .phone-show {
        display: block;
    }
}

@media (max-width: 345px) {
    /* line 524, ../sass/_dovetail.scss */
    .phone-hide {
        display: none !important;
    }
}

@media (max-width: 345px) {
    /* line 529, ../sass/_dovetail.scss */
    .phone-clear-none {
        clear: none;
    }
}

@media (max-width: 345px) {
    /* line 534, ../sass/_dovetail.scss */
    .phone-pull-none {
        float: none;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-right {
        float: right;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-right {
        clear: right;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-left {
        float: left;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-left {
        clear: left;
    }
}

@media (max-width: 345px) {
    /* line 488, ../sass/_dovetail.scss */
    .phone-offset-11 {
        margin-left: 91.66667%;
    }
}

@media (max-width: 345px) {
    /* line 493, ../sass/_dovetail.scss */
    .phone-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 345px) {
    /* line 498, ../sass/_dovetail.scss */
    .phone-offset-right-11 {
        margin-right: 91.66667%;
    }
}

@media (max-width: 345px) {
    /* line 503, ../sass/_dovetail.scss */
    .phone-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 345px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .phone-11 {
        min-height: 1px;
        width: 91.66667%;
    }
}

@media (max-width: 345px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .phone-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.phone-show {
    display: none;
}

@media (max-width: 345px) {
    /* line 518, ../sass/_dovetail.scss */
    .phone-show {
        display: block;
    }
}

@media (max-width: 345px) {
    /* line 524, ../sass/_dovetail.scss */
    .phone-hide {
        display: none !important;
    }
}

@media (max-width: 345px) {
    /* line 529, ../sass/_dovetail.scss */
    .phone-clear-none {
        clear: none;
    }
}

@media (max-width: 345px) {
    /* line 534, ../sass/_dovetail.scss */
    .phone-pull-none {
        float: none;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-right {
        float: right;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-right {
        clear: right;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-left {
        float: left;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-left {
        clear: left;
    }
}

@media (max-width: 345px) {
    /* line 488, ../sass/_dovetail.scss */
    .phone-offset-12 {
        margin-left: 100%;
    }
}

@media (max-width: 345px) {
    /* line 493, ../sass/_dovetail.scss */
    .phone-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 345px) {
    /* line 498, ../sass/_dovetail.scss */
    .phone-offset-right-12 {
        margin-right: 100%;
    }
}

@media (max-width: 345px) {
    /* line 503, ../sass/_dovetail.scss */
    .phone-offset-right-0 {
        margin-right: 0;
    }
}

@media (max-width: 345px) {
    /* line 508, ../sass/_dovetail.scss */
    [class^=grid] > .phone-12 {
        min-height: 1px;
        width: 100%;
    }
}

@media (max-width: 345px) {
    /* line 513, ../sass/_dovetail.scss */
    [class^=grid] > .phone-auto {
        width: auto;
    }
}

/* line 518, ../sass/_dovetail.scss */
.phone-show {
    display: none;
}

@media (max-width: 345px) {
    /* line 518, ../sass/_dovetail.scss */
    .phone-show {
        display: block;
    }
}

@media (max-width: 345px) {
    /* line 524, ../sass/_dovetail.scss */
    .phone-hide {
        display: none !important;
    }
}

@media (max-width: 345px) {
    /* line 529, ../sass/_dovetail.scss */
    .phone-clear-none {
        clear: none;
    }
}

@media (max-width: 345px) {
    /* line 534, ../sass/_dovetail.scss */
    .phone-pull-none {
        float: none;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-right {
        float: right;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-right {
        clear: right;
    }
}

@media (max-width: 345px) {
    /* line 541, ../sass/_dovetail.scss */
    .phone-pull-left {
        float: left;
    }
}

@media (max-width: 345px) {
    /* line 546, ../sass/_dovetail.scss */
    .phone-clear-left {
        clear: left;
    }
}

/* line 2, ../sass/defaults/_typo.scss */
h1 {
    color: #3e6c8d;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1em;
    padding: 0.5em 0;
}

/* line 10, ../sass/defaults/_typo.scss */
h2 {
    font-size: 1em;
    line-height: 1.5em;
    color: white;
    background: #4e87b0;
    border-radius: 4px;
    padding: 0.375em 0.375em 0.375em 0;
    margin-bottom: 0.75em;
}

/* line 18, ../sass/defaults/_typo.scss */
h2 i {
    margin-left: 0.75em;
    margin-right: 0.75em;
    color: rgba(255, 255, 255, 0.6);
}

/* line 27, ../sass/defaults/_typo.scss */
h2.blue {
    background: #80ae7b;
}

/* line 30, ../sass/defaults/_typo.scss */
h2.green {
    background: #609e97;
}

h2.red {
    background: #a5717a;
}

/* line 33, ../sass/defaults/_typo.scss */
h2.yellow {
    background: #e4d662;
}

/* line 38, ../sass/defaults/_typo.scss */
i {
    font-style: italic;
}

/* line 42, ../sass/defaults/_typo.scss */
b {
    font-weight: bold;
}

/* line 47, ../sass/defaults/_typo.scss */
p.small {
    font-size: 0.8em;
    line-height: 1.875em;
}

/* line 50, ../sass/defaults/_typo.scss */
p.notice {
    display: inline-block;
    clear: both;
    padding: 0.75em;
    background: #fcf5d7;
    color: #b8960d !important;
    font-weight: normal !important;
    border-radius: 4px;
}

/* line 58, ../sass/defaults/_typo.scss */
p.notice em {
    text-decoration: underline;
}

/* line 64, ../sass/defaults/_typo.scss */
em {
    font-style: italic;
}

/* line 68, ../sass/defaults/_typo.scss */
h3 {
    font-size: 1em;
    line-height: 1.5em;
}

/* line 17, ../sass/global.scss */
html {
    font-size: 16px;
}

@media (max-width: 540px) {
    /* line 17, ../sass/global.scss */
    html {
        font-size: 14px;
    }
}

/* line 24, ../sass/global.scss */
body {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    background: url(../img/house2blurred.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* line 29, ../sass/global.scss */
body:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 9em;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}

/* line 42, ../sass/global.scss */
body:after {
    z-index: -1;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(data:image/png;base64,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);
}

/* line 55, ../sass/global.scss */
.container {
    margin: 0 auto;
    max-width: 72em;
    padding: 3em;
}

@media (max-width: 1200px) {
    /* line 55, ../sass/global.scss */
    .container {
        max-width: 45em;
    }
}

@media (max-width: 540px) {
    /* line 55, ../sass/global.scss */
    .container {
        padding: 0;
    }
}

/* line 67, ../sass/global.scss */
.hide {
    display: none;
}

/* line 71, ../sass/global.scss */
b {
    font-weight: bold;
}

/* line 75, ../sass/global.scss */
header {
    zoom: 1;
    padding: 1.5em 0 0;
    font-weight: 300;
    color: white;
}

/* line 119, ../sass/_dovetail.scss */
header:before, header:after {
    content: '';
    display: table;
}

/* line 123, ../sass/_dovetail.scss */
header:after {
    clear: both;
}

/* line 80, ../sass/global.scss */
header p {
    float: left;
}

/* line 83, ../sass/global.scss */
header a {
    float: right;
}

/* line 88, ../sass/global.scss */
.footer {
    text-align: right;
    width: 100%;
    padding: 0.75em 1.5em;
    background: rgba(51, 51, 51, 0.95);
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
}

/* line 95, ../sass/global.scss */
.footer span {
    font-size: 0.8em;
    line-height: 1.875em;
}

/* line 102, ../sass/global.scss */
.nudge-up {
    margin-top: -0.75em;
}

/* line 110, ../sass/global.scss */
.clear {
    zoom: 1;
}

/* line 119, ../sass/_dovetail.scss */
.clear:before, .clear:after {
    content: '';
    display: table;
}

/* line 123, ../sass/_dovetail.scss */
.clear:after {
    clear: both;
}

/* line 114, ../sass/global.scss */
.logo {
    z-index: 10;
    border-radius: 4px 4px 0 0;
    background: white;
    padding: 0.975em 0;
    height: 5.625em;
    margin-top: -2.625em;
    padding: 1.5em 1.5em 0em 1.5em;
    margin-right: 1.5em;
    margin-left: -1.5em;
    float: left;
}

/* line 125, ../sass/global.scss */
.logo:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 1.125em;
    width: 0.375em;
    height: 4.5em;
    background: red;
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

/* line 139, ../sass/global.scss */
.logo img {
    max-height: 100%;
    width: auto;
}

/* line 145, ../sass/global.scss */
i {
    font-style: italic;
}

/* line 149, ../sass/global.scss */
.breadcrumbs {
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.875em;
    zoom: 1;
}

/* line 119, ../sass/_dovetail.scss */
.breadcrumbs:before, .breadcrumbs:after {
    content: '';
    display: table;
}

/* line 123, ../sass/_dovetail.scss */
.breadcrumbs:after {
    clear: both;
}

/* line 154, ../sass/global.scss */
.breadcrumbs li {
    float: left;
}

/* line 156, ../sass/global.scss */
.breadcrumbs li + li {
    margin-left: 1.875em;
}

/* line 165, ../sass/global.scss */
[href='#close-notice'] {
    text-decoration: none !important;
}

/* line 167, ../sass/global.scss */
[href='#close-notice']:after {
    content: '\f05c';
    font-family: FontAwesome;
}

/* line 173, ../sass/global.scss */
.panel {
    padding: 1.5em;
    zoom: 1;
}

/* line 119, ../sass/_dovetail.scss */
.panel:before, .panel:after {
    content: '';
    display: table;
}

/* line 123, ../sass/_dovetail.scss */
.panel:after {
    clear: both;
}

/* line 176, ../sass/global.scss */
.panel.black {
    background: rgba(51, 51, 51, 0.95);
    color: white;
}

/* line 180, ../sass/global.scss */
.panel.dark {
    background: rgba(62, 108, 141, 0.95);
    color: white;
}

/* line 183, ../sass/global.scss */
.panel.dark p {
    font-weight: 300;
    color: #b1c4d1;
}

/* line 188, ../sass/global.scss */
.panel.dark h1 i {
    color: #f1cd3a;
}

/* line 193, ../sass/global.scss */
.panel.light {
    color: #5f6d78;
    background: white;
}

/* line 197, ../sass/global.scss */
.panel.light p a {
    text-decoration: underline;
}

/* line 201, ../sass/global.scss */
.panel.light .divider:before {
    background: rgba(62, 108, 141, 0.4);
}

/* line 205, ../sass/global.scss */
.panel.dim {
    background: #f2f2f2;
}

/* line 207, ../sass/global.scss */
.panel.dim .divider {
    box-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

/* line 211, ../sass/global.scss */
.panel.plastic {
    color: #3e6c8d;
    background: -webkit-linear-gradient(-30deg, #ffffff 0%, #e6e6e6 80%, #e6e6e6 100%);
    background: -moz-linear-gradient(-30deg, #ffffff 0%, #e6e6e6 80%, #e6e6e6 100%);
    background: -o-linear-gradient(-30deg, #ffffff 0%, #e6e6e6 80%, #e6e6e6 100%);
    background: linear-gradient(-30deg, #ffffff 0%, #e6e6e6 80%, #e6e6e6 100%);
}

/* line 218, ../sass/global.scss */
.panel.plastic .divider {
    box-shadow: 0 1px rgba(0, 0, 0, 0.05);
}

/* line 222, ../sass/global.scss */
.panel.big {
    padding: 3em 3em 1.5em 3em;
}

@media (max-width: 540px) {
    /* line 222, ../sass/global.scss */
    .panel.big {
        padding: 3em 1.5em 1.5em 1.5em;
    }
}

/* line 228, ../sass/global.scss */
.panel.small {
    padding: 0.75em 1.5em;
}

/* line 231, ../sass/global.scss */
.panel.nofloor {
    padding-bottom: 0.0012em;
}

/* line 234, ../sass/global.scss */
.panel:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* line 238, ../sass/global.scss */
.panel:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (max-width: 540px) {
    /* line 173, ../sass/global.scss */
    .panel {
        border-radius: 0 !important;
        padding: 0.75em;
    }
}

/* line 249, ../sass/global.scss */
.touts > div {
    margin-bottom: 1.5em;
}

/* line 254, ../sass/global.scss */
.big {
    display: block;
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 0.5em;
}

/* line 261, ../sass/global.scss */
.fade, .breadcrumbs a {
    opacity: .6;
}

/* line 265, ../sass/global.scss */
p {
    margin-bottom: 1.5em;
}

/* line 267, ../sass/global.scss */
p a {
    white-space: nowrap;
}

/* line 272, ../sass/global.scss */
.floored {
    margin-bottom: 0 !important;
}

/* line 277, ../sass/global.scss */
.unit-address h2 a.btn.small {
    display: none;
}

/* line 280, ../sass/global.scss */
.unit-address + .unit-address {
    padding-top: 2.25em;
}

/* line 282, ../sass/global.scss */
.unit-address + .unit-address h2 a.btn.small {
    display: inline-block;
}

/* line 289, ../sass/global.scss */
.unit-addresses .unit-address {
    counter-increment: units;
}

/* line 291, ../sass/global.scss */
.unit-addresses .unit-address h2:after {
    content: " #" counter(units);
}

/* line 297, ../sass/global.scss */
.menu {
    margin-bottom: 0.75em;
}

/* line 299, ../sass/global.scss */
.menu a.btn {
    margin-bottom: 0.75em;
}

/* line 304, ../sass/global.scss */
.invisible {
    visibility: hidden;
}

.hidden {
    display: none !important;
}

/* line 308, ../sass/global.scss */
.nopad {
    padding: 0;
}

/* line 313, ../sass/global.scss */
button,
.btn {
    color: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    margin: 0;
    font-size: 1em;
    line-height: 1.5em;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 1.5em;
    padding: 0.375em 0.75em;
    top: 1px;
}

/* line 327, ../sass/global.scss */
button.full,
.btn.full {
    display: block;
    width: 100%;
}

/* line 331, ../sass/global.scss */
button.align-left,
.btn.align-left {
    text-align: left;
}

/* line 334, ../sass/global.scss */
button.big,
.btn.big {
    border-radius: 8px;
    font-size: 1.2em;
    line-height: 1.25em;
    padding: 1.25em 1.563em;
    margin-bottom: 1.25em;
}

/* line 341, ../sass/global.scss */
button.small,
.btn.small {
    display: inline-block;
    padding: 0 .5em;
    vertical-align: top;
    font-size: 0.8em;
    line-height: 1.875em;
    margin-bottom: 1.875em;
}

/* line 348, ../sass/global.scss */
button.small.active,
.btn.small.active {
    top: 0;
}

/* line 351, ../sass/global.scss */
button.small.form-ui,
.btn.small.form-ui {
    margin-bottom: 0.938em;
}

/* line 354, ../sass/global.scss */
button.small + .btn.small,
.btn.small + .btn.small {
    margin-left: 0.375em;
}

/* line 358, ../sass/global.scss */
button.approve,
.btn.approve {
    background: #719fc0;
}

/* line 362, ../sass/global.scss */
button.reject,
.btn.reject {
    background: #f84129;
    color: #594806;
}

/* line 366, ../sass/global.scss */
button.ui,
.btn.ui {
    color: rgba(0, 0, 0, 0.4);
    background: #f2f2f2;
}

/* line 13, ../sass/_dovetail.scss */
button.ui:focus, button.ui:hover,
.btn.ui:focus,
.btn.ui:hover {
    color: white;
    background: #3e6c8d;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* line 374, ../sass/global.scss */
button.ui:active,
.btn.ui:active {
    background: #333333;
}

/* line 378, ../sass/global.scss */
button.light,
.btn.light,
.users .user:hover .btn,
.users .transfer-request:hover .btn,
.transfer-requests .user:hover .btn,
.transfer-requests .transfer-request:hover .btn {
    color: #333333;
    background: white;
}

/* line 13, ../sass/_dovetail.scss */
button.light:focus, button.light:hover,
.btn.light:focus,
.users .user:hover .btn:focus,
.users .transfer-request:hover .btn:focus,
.transfer-requests .user:hover .btn:focus,
.transfer-requests .transfer-request:hover .btn:focus,
.btn.light:hover,
.users .user:hover .btn:hover,
.users .transfer-request:hover .btn:hover,
.transfer-requests .user:hover .btn:hover,
.transfer-requests .transfer-request:hover .btn:hover {
    color: #333333;
    background: #f1cd3a;
}

/* line 385, ../sass/global.scss */
button.light:active,
.btn.light:active,
.users .user:hover .btn:active,
.users .transfer-request:hover .btn:active,
.transfer-requests .user:hover .btn:active,
.transfer-requests .transfer-request:hover .btn:active {
    background: #333333;
}

/* line 389, ../sass/global.scss */
button.lightblue,
.btn.lightblue {
    color: white;
    background: #2e516a;
}

/* line 13, ../sass/_dovetail.scss */
button.lightblue:focus, button.lightblue:hover,
.btn.lightblue:focus,
.btn.lightblue:hover {
    background: #4e87b0;
}

/* line 396, ../sass/global.scss */
button.lightblue:active,
.btn.lightblue:active {
    color: white;
    background: #274358;
}

/* line 401, ../sass/global.scss */
button.green,
.btn.green {
    color: white;
    background: #3e6c8d;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #467a9f), color-stop(100%, #365e7b));
    background: -webkit-linear-gradient(top, #467a9f 0%, #365e7b 100%);
    background: -moz-linear-gradient(top, #467a9f 0%, #365e7b 100%);
    background: -o-linear-gradient(top, #467a9f 0%, #365e7b 100%);
    background: linear-gradient(top, #467a9f 0%, #365e7b 100%);
    box-shadow: 0 8px 5px -6px rgba(0, 0, 0, 0.2);
}

/* line 13, ../sass/_dovetail.scss */
button.green:focus, button.green:hover,
.btn.green:focus,
.btn.green:hover {
    color: white;
    background: #467a9f;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4e87b0), color-stop(100%, #3e6c8d));
    background: -webkit-linear-gradient(top, #4e87b0 0%, #3e6c8d 100%);
    background: -moz-linear-gradient(top, #4e87b0 0%, #3e6c8d 100%);
    background: -o-linear-gradient(top, #4e87b0 0%, #3e6c8d 100%);
    background: linear-gradient(top, #4e87b0 0%, #3e6c8d 100%);
}

/* line 417, ../sass/global.scss */
button.green:active,
.btn.green:active {
    top: 2px;
    box-shadow: 0 6px 3px -4px rgba(0, 0, 0, 0.2);
    background: #365e7b;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #595959), color-stop(100%, #404040));
    background: -webkit-linear-gradient(top, #595959 0%, #404040 100%);
    background: -moz-linear-gradient(top, #595959 0%, #404040 100%);
    background: -o-linear-gradient(top, #595959 0%, #404040 100%);
    background: linear-gradient(top, #595959 0%, #404040 100%);
}

/* line 426, ../sass/global.scss */
button.green:focus,
.btn.green:focus {
    outline: none;
}

/* line 430, ../sass/global.scss */
button + .note,
.btn + .note {
    margin-top: -0.75em;
}

/* line 435, ../sass/global.scss */
.tout-title {
    font-size: 1.5em;
    line-height: 1em;
    display: block;
    padding: 1em;
    background: rgba(62, 108, 141, 0.95);
    color: white;
}

/* line 444, ../sass/global.scss */
*:focus {
    outline: solid 4px rgba(241, 205, 58, 0.6);
}

/* line 448, ../sass/global.scss */
.bar-graph-container {
    margin-bottom: 1.5em;
    border-radius: 4px;
    -webkit-background-size: 100% 3em;
    -moz-background-size: 100% 3em;
    -o-background-size: 100% 3em;
    background-size: 100% 3em;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #335974), color-stop(50%, #335974), color-stop(50%, #2e516a), color-stop(100%, #2e516a));
    background-image: -webkit-linear-gradient(top, #335974 0%, #335974 50%, #2e516a 50%, #2e516a 100%);
    background-image: -moz-linear-gradient(top, #335974 0%, #335974 50%, #2e516a 50%, #2e516a 100%);
    background-image: -o-linear-gradient(top, #335974 0%, #335974 50%, #2e516a 50%, #2e516a 100%);
    background-image: linear-gradient(top, #335974 0%, #335974 50%, #2e516a 50%, #2e516a 100%);
}

/* line 460, ../sass/global.scss */
.graph-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

/* line 467, ../sass/global.scss */
.graph-background .rule {
    height: 1.5em;
    width: 100%;
}

/* line 469, ../sass/global.scss */
.graph-background .rule:first-child {
    border-radius: 4px 4px 0 0;
}

/* line 482, ../sass/global.scss */
.users,
.transfer-requests {
    margin-bottom: 1.5em;
}

/* line 485, ../sass/global.scss */
.users .btn,
.users .btn.small,
.transfer-requests .btn,
.transfer-requests .btn.small {
    background: #2e516a;
    margin-bottom: 0;
}

/* line 489, ../sass/global.scss */
.users > div,
.transfer-requests > div {
    padding: 0.375em;
    background: #365e7b;
}

/* line 492, ../sass/global.scss */
.users > div:first-child,
.transfer-requests > div:first-child {
    border-radius: 4px 4px 0 0;
}

/* line 495, ../sass/global.scss */
.users > div:last-child,
.transfer-requests > div:last-child {
    border-radius: 0 0 4px 4px;
}

/* line 498, ../sass/global.scss */
.users > div:nth-child(odd),
.transfer-requests > div:nth-child(odd) {
    background: #2e516a;
}

/* line 502, ../sass/global.scss */
.users > div:hover .btn,
.transfer-requests > div:hover .btn {
    background: white;
    color: #333333;
}

@media (max-width: 1200px) {
    /* line 489, ../sass/global.scss */
    .users > div,
    .transfer-requests > div {
        padding: 0.75em;
    }
}

/* line 513, ../sass/global.scss */
.users .user p,
.users .transfer-request p,
.transfer-requests .user p,
.transfer-requests .transfer-request p {
    color: white;
}

/* line 516, ../sass/global.scss */
.users .user:hover,
.users .transfer-request:hover,
.transfer-requests .user:hover,
.transfer-requests .transfer-request:hover {
    background: #4e87b0;
}

/* line 526, ../sass/global.scss */
span.red {
    color: #fd4d4d;
}

/* line 529, ../sass/global.scss */
span.green {
    color: #80e758;
}

/* line 534, ../sass/global.scss */
.approval {
    float: right;
}

/* line 538, ../sass/global.scss */
.filters {
    opacity: .4;
}

/* line 542, ../sass/global.scss */
.bar-value {
    font-size: 0.8em;
    line-height: 1.875em;
    position: absolute;
    bottom: 100%;
    font-weight: bold;
    margin-bottom: 0em;
    opacity: 0;
    width: 70%;
    left: 15%;
    color: #333333;
    border-radius: 4px;
    text-align: center;
    background: #f1cd3a;
    -webkit-transition: margin-bottom 0.25s ease, opacity 0.25s ease;
    -moz-transition: margin-bottom 0.25s ease, opacity 0.25s ease;
    -o-transition: margin-bottom 0.25s ease, opacity 0.25s ease;
    transition: margin-bottom 0.25s ease, opacity 0.25s ease;
}

/* line 557, ../sass/global.scss */
.bar-value:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.45em;
    border-left: solid 0.45em transparent;
    border-right: solid 0.45em transparent;
    border-top: solid 0.45em #f1cd3a;
}

@media (max-width: 540px) {
    /* line 542, ../sass/global.scss */
    .bar-value {
        opacity: 1;
        margin-bottom: -0.469em;
    }
}

/* line 574, ../sass/global.scss */
.bar-graph-dates {
    zoom: 1;
    margin-left: 0;
    width: auto;
    display: block;
}

/* line 119, ../sass/_dovetail.scss */
.bar-graph-dates:before, .bar-graph-dates:after {
    content: '';
    display: table;
}

/* line 123, ../sass/_dovetail.scss */
.bar-graph-dates:after {
    clear: both;
}

/* line 388, ../sass/_dovetail.scss */
.bar-graph-dates > * {
    padding-left: 0;
    float: left;
    zoom: 1;
}

/* line 119, ../sass/_dovetail.scss */
.bar-graph-dates > *:after {
    content: '';
    display: table;
}

/* line 123, ../sass/_dovetail.scss */
.bar-graph-dates > *:after {
    clear: both;
}

/* line 576, ../sass/global.scss */
.bar-graph-dates .bar-date-container {
    width: 14.28571%;
    text-align: center;
    color: #719fc0;
}

/* line 583, ../sass/global.scss */
.date-range {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    font-size: 0.8em;
    line-height: 1.875em;
    color: #719fc0;
    margin-left: .5em;
}

/* line 593, ../sass/global.scss */
.text-right {
    text-align: right;
    margin-bottom: 0.75em;
}

/* line 598, ../sass/global.scss */
.bar-graph {
    zoom: 1;
    margin-left: 0;
    width: auto;
    display: block;
    padding-top: 4.5em;
    height: 12em;
}

/* line 119, ../sass/_dovetail.scss */
.bar-graph:before, .bar-graph:after {
    content: '';
    display: table;
}

/* line 123, ../sass/_dovetail.scss */
.bar-graph:after {
    clear: both;
}

/* line 388, ../sass/_dovetail.scss */
.bar-graph > * {
    padding-left: 0;
    float: left;
    zoom: 1;
}

/* line 119, ../sass/_dovetail.scss */
.bar-graph > *:after {
    content: '';
    display: table;
}

/* line 123, ../sass/_dovetail.scss */
.bar-graph > *:after {
    clear: both;
}

/* line 603, ../sass/global.scss */
.bar-graph .bar-container {
    width: 14.28571%;
}

/* line 606, ../sass/global.scss */
.bar-graph .bar-container:hover .bar {
    background: white;
    box-shadow: none !important;
}

/* line 610, ../sass/global.scss */
.bar-graph .bar-container:hover .bar-value {
    opacity: 1;
    margin-bottom: -0.469em;
}

/* line 614, ../sass/global.scss */
.bar-graph .bar-container:hover .bar-date {
    color: #333333;
    background: #f1cd3a !important;
}

/* line 619, ../sass/global.scss */
.bar-graph .bar-container:nth-child(odd) .bar-date {
    background: #2e516a;
}

/* line 622, ../sass/global.scss */
.bar-graph .bar-container + .bar-container .bar {
    box-shadow: inset 1px 0 #4e87b0;
}

/* line 626, ../sass/global.scss */
.bar-graph .bar {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 1.5em;
    background: #719fc0;
}

/* line 632, ../sass/global.scss */
.bar-graph .bar:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 1.5em;
}

/* line 640, ../sass/global.scss */
.bar-graph .bar:hover {
    cursor: pointer;
}

/* line 645, ../sass/global.scss */
.bar-graph.hoa .bar {
    background: #80b1ac;
}

/* line 648, ../sass/global.scss */
.bar-graph.hoa .bar-container + .bar-container .bar {
    box-shadow: inset 1px 0 #609e97;
}

/* line 652, ../sass/global.scss */
.bar-graph .bar-date {
    font-size: 0.8em;
    line-height: 1.875em;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #335974;
}

/* line 659, ../sass/global.scss */
.bar-graph .bar-date:after {
    content: 'th';
    margin-left: 2px;
    opacity: .6;
    font-size: 0.8em;
    line-height: 1.875em;
}

/* line 666, ../sass/global.scss */
.bar-graph > div {
    height: 100%;
}

/* line 669, ../sass/global.scss */
.bar-graph > div:first-child .bar-date {
    border-radius: 0 0 0 4px;
}

/* line 674, ../sass/global.scss */
.bar-graph > div:last-child .bar-date {
    border-radius: 0 0 4px 0;
}

/* line 680, ../sass/global.scss */
.bar-graph > div:nth-child(1) .bar {
    -webkit-transition: height 0.5s ease;
    -webkit-transition-delay: 0.25s;
    -moz-transition: height 0.5s ease 0.25s;
    -o-transition: height 0.5s ease 0.25s;
    transition: height 0.5s ease 0.25s;
}

/* line 680, ../sass/global.scss */
.bar-graph > div:nth-child(2) .bar {
    -webkit-transition: height 0.5s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition: height 0.5s ease 0.5s;
    -o-transition: height 0.5s ease 0.5s;
    transition: height 0.5s ease 0.5s;
}

/* line 680, ../sass/global.scss */
.bar-graph > div:nth-child(3) .bar {
    -webkit-transition: height 0.5s ease;
    -webkit-transition-delay: 0.75s;
    -moz-transition: height 0.5s ease 0.75s;
    -o-transition: height 0.5s ease 0.75s;
    transition: height 0.5s ease 0.75s;
}

/* line 680, ../sass/global.scss */
.bar-graph > div:nth-child(4) .bar {
    -webkit-transition: height 0.5s ease;
    -webkit-transition-delay: 1s;
    -moz-transition: height 0.5s ease 1s;
    -o-transition: height 0.5s ease 1s;
    transition: height 0.5s ease 1s;
}

/* line 680, ../sass/global.scss */
.bar-graph > div:nth-child(5) .bar {
    -webkit-transition: height 0.5s ease;
    -webkit-transition-delay: 1.25s;
    -moz-transition: height 0.5s ease 1.25s;
    -o-transition: height 0.5s ease 1.25s;
    transition: height 0.5s ease 1.25s;
}

/* line 680, ../sass/global.scss */
.bar-graph > div:nth-child(6) .bar {
    -webkit-transition: height 0.5s ease;
    -webkit-transition-delay: 1.5s;
    -moz-transition: height 0.5s ease 1.5s;
    -o-transition: height 0.5s ease 1.5s;
    transition: height 0.5s ease 1.5s;
}

/* line 680, ../sass/global.scss */
.bar-graph > div:nth-child(7) .bar {
    -webkit-transition: height 0.5s ease;
    -webkit-transition-delay: 1.75s;
    -moz-transition: height 0.5s ease 1.75s;
    -o-transition: height 0.5s ease 1.75s;
    transition: height 0.5s ease 1.75s;
}

/* line 689, ../sass/global.scss */
.divider {
    width: 100%;
    height: 1.5em;
}

/* line 692, ../sass/global.scss */
.divider:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    margin-top: 0.375em;
    height: 1px;
    width: 100%;
}

/* line 703, ../sass/global.scss */
.pac-container {
    width: 100%;
    border: none;
    border-radius: 0 0 4px 4px;
    padding-right: 2px;
}

/* line 711, ../sass/global.scss */
.pac-item,
.pac-item-refresh {
    border: none;
    background: none;
}

/* line 714, ../sass/global.scss */
.pac-item + .pac-item,
.pac-item-refresh + .pac-item {
    box-shadow: 0 -1px rgba(0, 0, 0, 0.1);
}

/* line 719, ../sass/global.scss */
.pac-icon-container {
    display: none;
}

/* line 721, ../sass/global.scss */
.gold {
    color: #fcf5d7;
}

/* line 725, ../sass/global.scss */
form {
    border: none;
    padding-top: 0.75em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    font-size: 1em;
    line-height: 1.5em;
}

/* line 735, ../sass/global.scss */
select,
input[type=password],
input[type=text],
.chosen-container-multi .chosen-choices {
    font-family: inherit;
    font-weight: 300;
    border: none;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 0.375em;
    font-size: 1em;
    line-height: 1.5em;
    background: #2e516a;
    color: #fcf5d7;
    border-radius: 4px;
    text-overflow: ellipsis;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 0.75em;
}

/* line 752, ../sass/global.scss */
select:focus,
input[type=password]:focus,
input[type=text]:focus,
.chosen-container-multi .chosen-choices:focus {
    color: #f1cd3a;
    box-shadow: 0 0 0 0.15em rgba(241, 205, 58, 0.8);
    outline: none !important;
}

/* line 757, ../sass/global.scss */
select[readonly],
input[type=password][readonly],
input[type=text][readonly],
.chosen-container-multi [readonly].chosen-choices {
    opacity: .6;
    pointer-events: none;
}

/* line 760, ../sass/global.scss */
select[readonly]:focus,
input[type=password][readonly]:focus,
input[type=text][readonly]:focus,
.chosen-container-multi [readonly].chosen-choices:focus {
    box-shadow: none;
    color: #fcf5d7;
}

/* line 765, ../sass/global.scss */
select.disabled,
input[type=password].disabled,
input[type=text].disabled,
.chosen-container-multi .disabled.chosen-choices {
    display: none;
}

/* line 770, ../sass/global.scss */
.search-reports {
    margin-bottom: 0.75em;
}

/* line 775, ../sass/global.scss */
.toggle:before {
    content: 'Add ';
}

/* line 779, ../sass/global.scss */
.toggle.target-expanded:before {
    content: 'Remove ';
}

/* line 788, ../sass/global.scss */
input[type=checkbox] {
    cursor: pointer;
    border: none;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    width: 0.75em;
    height: 1.5em;
}

/* line 797, ../sass/global.scss */
input[type=checkbox]:before {
    content: '\f096';
    position: absolute;
    font-family: FontAwesome;
}

/* line 802, ../sass/global.scss */
input[type=checkbox]:checked:before {
    content: '\f046';
}

/* line 805, ../sass/global.scss */
input[type=checkbox]:focus {
    outline: none;
}

/* line 810, ../sass/global.scss */
.input-wrap {
    zoom: 1;
}

/* line 119, ../sass/_dovetail.scss */
.input-wrap:before, .input-wrap:after {
    content: '';
    display: table;
}

/* line 123, ../sass/_dovetail.scss */
.input-wrap:after {
    clear: both;
}

@media (max-width: 1200px) {
    /* line 812, ../sass/global.scss */
    .input-wrap input[type=text], .input-wrap .chosen-container-multi .chosen-choices, .chosen-container-multi .input-wrap .chosen-choices {
        border-radius: 0 4px 4px 0;
        padding-left: 0.75em;
    }
}

/* line 820, ../sass/global.scss */
.agreement {
    padding-left: 1.5em;
}

/* line 822, ../sass/global.scss */
.agreement input[type=checkbox] {
    position: absolute;
    left: 0;
}

/* line 828, ../sass/global.scss */
.leading {
    width: 100%;
    clear: both;
    height: 2.25em;
}

/* line 834, ../sass/global.scss */
.input-wrap {
    display: block;
    padding-left: 7.5em;
}

/* line 837, ../sass/global.scss */
.input-wrap label {
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
    width: 7.5em;
    padding-right: 0.75em;
}

@media (max-width: 1200px) {
    /* line 837, ../sass/global.scss */
    .input-wrap label {
        text-align: center;
        width: 1.875em;
        padding-right: 0;
        background: rgba(46, 81, 106, 0.6);
        background: #f2f2f2;
        border-radius: 4px 0 0 4px;
    }

    /* line 851, ../sass/global.scss */
    .input-wrap label i {
        color: #3e6c8d;
    }
}

@media (max-width: 1200px) {
    /* line 834, ../sass/global.scss */
    .input-wrap {
        padding-left: 1.875em;
    }

    /* line 858, ../sass/global.scss */
    .input-wrap span {
        display: none;
    }
}

/* line 864, ../sass/global.scss */
label {
    font-size: 1em;
    line-height: 1.5em;
    display: block;
    padding: 0.375em 0;
}

/* line 868, ../sass/global.scss */
label i {
    color: rgba(255, 255, 255, 0.4);
}

/* line 241, ../sass/_dovetail.scss */
::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
}

/* line 244, ../sass/_dovetail.scss */
:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
}

/* line 247, ../sass/_dovetail.scss */
::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
}

/* line 250, ../sass/_dovetail.scss */
:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
}

/* line 882, ../sass/global.scss */
.badge {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    color: #f1cd3a;
    font-size: 5em;
    line-height: 1.2em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    right: 0;
    top: 0;
    border-radius: 50%;
    margin-top: -0.9em;
    margin-right: 0.3em;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    transform: rotate(12deg);
}

/* line 900, ../sass/global.scss */
.center {
    text-align: center;
}

/* line 904, ../sass/global.scss */
#confirmation-modal-wrap {
    display: table;
    z-index: 99;
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

/* line 918, ../sass/global.scss */
#confirmation-modal {
    color: white;
    display: table-cell;
    vertical-align: middle;
    padding: 1.5em;
}

/* line 925, ../sass/global.scss */
.align-right {
    text-align: right;
}

/* line 930, ../sass/global.scss */
.tout > * {
    -webkit-transition: -webkit-transform 0.1s ease, opacity 0.1s ease;
    -moz-transition: -moz-transform 0.1s ease, opacity 0.1s ease;
    -o-transition: -o-transform 0.1s ease, opacity 0.1s ease;
    transition: transform 0.1s ease, opacity 0.1s ease;
}

/* line 935, ../sass/global.scss */
.chambered {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    -o-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}

/* line 196, ../sass/_dovetail.scss */
*::selection {
    background: rgba(0, 0, 0, 0.1);
}

/* line 197, ../sass/_dovetail.scss */
*::-moz-selection {
    background: rgba(0, 0, 0, 0.1);
}

/* @group Base */
/* line 2, ../sass/_chosen.scss */
.chosen-container {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* line 8, ../sass/_chosen.scss */
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    display: none;
    z-index: 1010;
    width: 100%;
    background: white;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
}

/* line 18, ../sass/_chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
    display: block;
}

/* line 22, ../sass/_chosen.scss */
.chosen-container a {
    cursor: pointer;
}

/* @end */
/* @group Single Chosen */
/* line 28, ../sass/_chosen.scss */
.chosen-container-single .chosen-single {
    font-family: inherit;
    font-weight: 300;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.375em;
    margin-bottom: 0.75em;
    background: rgba(46, 81, 106, 0.95);
    color: #fcf5d7;
    border-radius: 4px;
    -webkit-transition: -webkit-transform 0.1s ease;
    -moz-transition: -moz-transform 0.1s ease;
    -o-transition: -o-transform 0.1s ease;
    transition: transform 0.1s ease;
    text-overflow: ellipsis;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}

/* line 45, ../sass/_chosen.scss */
.chosen-container-single .chosen-single:focus {
    color: #f1cd3a;
    box-shadow: 0 0 0 0.15em rgba(241, 205, 58, 0.8);
    outline: none !important;
}

@media (min-width: 1200px) {
    /* line 51, ../sass/_chosen.scss */
    .chosen-container-single .chosen-single:focus {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
}

/* line 57, ../sass/_chosen.scss */
.chosen-container-single .chosen-default {
    color: purple;
}

/* line 60, ../sass/_chosen.scss */
.chosen-container-single .chosen-single span {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* line 73, ../sass/_chosen.scss */
.chosen-container-single .chosen-single div {
    position: absolute;
    height: 100%;
}

/* line 77, ../sass/_chosen.scss */
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: blue;
}

/* line 83, ../sass/_chosen.scss */
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    white-space: nowrap;
}

/* line 88, ../sass/_chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
    width: 100%;
    height: auto;
    outline: 0;
}

/* line 95, ../sass/_chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
/* line 102, ../sass/_chosen.scss */
.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 11.25em;
    -webkit-overflow-scrolling: touch;
}

/* line 109, ../sass/_chosen.scss */
.chosen-container .chosen-results li {
    display: none;
    color: #333333;
    padding: 0.375em;
}

/* line 114, ../sass/_chosen.scss */
.chosen-container .chosen-results li:last-child {
    border-radius: 0 0 4px 4px;
}

/* line 118, ../sass/_chosen.scss */
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

/* line 122, ../sass/_chosen.scss */
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* line 127, ../sass/_chosen.scss */
.chosen-container .chosen-results li.highlighted {
    background: rgba(62, 108, 141, 0.2);
}

/* line 130, ../sass/_chosen.scss */
.chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}

/* line 134, ../sass/_chosen.scss */
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

/* line 141, ../sass/_chosen.scss */
.chosen-container .chosen-results li em {
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 147, ../sass/_chosen.scss */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: text;
    zoom: 1;
}

/* line 119, ../sass/_dovetail.scss */
.chosen-container-multi .chosen-choices:before, .chosen-container-multi .chosen-choices:after {
    content: '';
    display: table;
}

/* line 123, ../sass/_dovetail.scss */
.chosen-container-multi .chosen-choices:after {
    clear: both;
}

/* line 157, ../sass/_chosen.scss */
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

/* line 161, ../sass/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

/* line 166, ../sass/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    padding: 0;
    box-shadow: none;
    margin: 0 1em 0 0;
}

/* line 171, ../sass/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}

/* line 174, ../sass/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin-right: .5em;
    margin-bottom: .5em;
    background: rgba(255, 255, 255, 0.2);
    padding-right: 1.725em;
    padding-left: 0.225em;
    border-radius: 4px;
}

/* line 183, ../sass/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    right: 0.3em;
}

/* line 186, ../sass/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
    font-family: FontAwesome;
    content: "\f057";
}

/* line 191, ../sass/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

/* line 194, ../sass/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}

/* line 205, ../sass/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

/* line 208, ../sass/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

/* line 211, ../sass/_chosen.scss */
.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

/* line 215, ../sass/_chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
/* line 226, ../sass/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: rgba(255, 255, 255, 0.4);
}

/* @end */
/* @group Disabled Support */
/* line 242, ../sass/_chosen.scss */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

/* line 246, ../sass/_chosen.scss */
.chosen-disabled .chosen-single {
    cursor: default;
}

/* line 249, ../sass/_chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 255, ../sass/_chosen.scss */
.chosen-rtl {
    text-align: right;
}

/* line 258, ../sass/_chosen.scss */
.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

/* line 262, ../sass/_chosen.scss */
.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

/* line 267, ../sass/_chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

/* line 270, ../sass/_chosen.scss */
.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

/* line 274, ../sass/_chosen.scss */
.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

/* line 278, ../sass/_chosen.scss */
.chosen-rtl .chosen-choices li {
    float: right;
}

/* line 281, ../sass/_chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

/* line 284, ../sass/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

/* line 288, ../sass/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

/* line 293, ../sass/_chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

/* line 296, ../sass/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

/* line 300, ../sass/_chosen.scss */
.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

/* line 304, ../sass/_chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

/* line 307, ../sass/_chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url("chosen-sprite.png") no-repeat -30px -20px;
    background: url("chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
    background: url("chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%);
    background: url("chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, white 15%);
    background: url("chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, white 15%);
    background: url("chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
    direction: rtl;
}

/* line 317, ../sass/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

/* line 320, ../sass/_chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
    /* line 333, ../sass/_chosen.scss */
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url("chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

/* @end */
/* Reports stlying */
/* line 3, ../sass/_reporting.scss */
#reports .download-btn {
    display: inline-block;
    width: 65%;
    text-align: left;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    width: 85%;
    top: -10px;
    /*  margin-bottom: -10px;*/
}

/* line 15, ../sass/_reporting.scss */
#reports .download-btn i {
    padding-right: 6px;
}

/* line 18, ../sass/_reporting.scss */
#reports .download-btn:after {
    content: ".csv";
    display: inline-block;
}

/* line 22, ../sass/_reporting.scss */
#reports .download-btn:hover {
    background: #F1CD3A;
    color: #3e6c8d;
}

/* random */
/* line 28, ../sass/_reporting.scss */
p strong {
    font-weight: bold;
}

/* DIgital Lookup success page */
/* line 34, ../sass/_reporting.scss */
.digital-download {
    background: #2e516a;
    border-radius: 8px;
    text-decoration: none !important;
    padding: 10px 20px;
    color: #fff;
    color: rgba(255, 255, 255, 0.91);
    display: inline-block;
    margin-top: 15px;
}

/* line 44, ../sass/_reporting.scss */
.digital-download:hover {
    background: #233d4f;
}

/* line 48, ../sass/_reporting.scss */
label.error {
    position: absolute;
    background: #262626;
    color: #fff;
    padding: 7px;
    width: 150px;
    text-align: center;
    left: 300px;
    z-index: 1000;
    font-size: .8em;
    top: 2px;
}

/* line 60, ../sass/_reporting.scss */
.ui-datepicker-div {
    z-index: 999 !important;
}

@-webkit-keyframes spin {
    /* line 947, ../sass/global.scss */
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    /* line 948, ../sass/global.scss */
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    /* line 947, ../sass/global.scss */
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    /* line 948, ../sass/global.scss */
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    /* line 947, ../sass/global.scss */
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    /* line 948, ../sass/global.scss */
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    /* line 947, ../sass/global.scss */
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    /* line 948, ../sass/global.scss */
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    /* line 947, ../sass/global.scss */
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    /* line 948, ../sass/global.scss */
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* line 951, ../sass/global.scss */
.bounce {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

/* line 955, ../sass/global.scss */
.spacer {
    display: inline-block;
    width: 0.75em;
    height: 1.5em;
}

/* line 961, ../sass/global.scss */
.white {
    color: white;
}

/* line 966, ../sass/global.scss */
label.error {
    display: block;
    font-size: 0.7em;
    line-height: 2.143em;
    position: absolute;
    background: rgba(241, 205, 58, 0.9);
    color: #333333;
    white-space: nowrap;
    width: auto;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    top: auto;
    margin-bottom: -1.072em;
    margin-right: -0.536em;
    left: auto;
    bottom: 100%;
    right: 0;
    padding: 0.375em 0.75em;
}

/* line 985, ../sass/global.scss */
label.error:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    border-left: solid 0.75em transparent;
    border-right: solid 0.75em transparent;
    border-top: solid 0.75em rgba(241, 205, 58, 0.9);
    margin-left: -0.75em;
}

@media (max-width: 540px) {
    /* line 966, ../sass/global.scss */
    label.error {
        margin-right: 1.072em;
    }
}

/* line 1002, ../sass/global.scss */
form .panel:last-child {
    border-radius: 0;
}

/* line 1006, ../sass/global.scss */
.text-align-center {
    text-align: center;
}

/* line 1012, ../sass/global.scss */
[data-section] img {
    max-width: 100%;
}

/* line 1016, ../sass/global.scss */
.section-wrap {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 0.75em;
    border-radius: 4px;
}

/* line 1020, ../sass/global.scss */
.section-wrap.open {
    background: #f2f2f2;
    padding: 0.75em;
}

/* line 1026, ../sass/global.scss */
[href="#open-section"] {
    display: inline-block;
    margin-bottom: 0.75em;
}

@media (max-width: 760px) {
    /* line 1031, ../sass/global.scss */
    .tablet-text-align-center {
        text-align: center;
    }
}

@media (max-width: 540px) {
    /* line 1037, ../sass/global.scss */
    .small-hide {
        display: none !important;
    }
}

textarea {
    font-family: inherit;
    font-weight: 300;
    border: none;
    margin: 0;
    resize: none;
    height: 150px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 0.375em;
    font-size: 1em;
    line-height: 1.5em;
    background: #2e516a;
    color: #fcf5d7;
    border-radius: 4px;
    text-overflow: ellipsis;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 0.75em;
}

.alert {
    width: 100%;
    border: 1px solid rgba(193, 190, 190, 0.27);
    border-radius: 5px;
    padding: 20px 40px;
    font-size: 14px
}

.alert-danger {
    background: #ffd8d8;
}

.alert-success {
    background: #daffda;
}

.alert ul {
    list-style: auto !important;
}

.auto_approve_block {
    position: relative;
    right: 10px;
    top: 10px;
    font-size: 14px;
}

.auto_approve_block input[type=checkbox] {
    line-height: 34px;
    margin-left: 10px;
}

.table-responsive {
    overflow-x:scroll;
}

.table-responsive tr td {
    padding:0px 10px;
    white-space: nowrap;
}
