
/**
 *  *  * 1. Set default font family to sans-serif.
 *   *   * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    *    *    without disabling user zoom.
 *     *     */
 @font-face {
    font-family: "Circular Std Book";
    src: url("CircularStd-Book.woff") format('woff');
}
html {
  font-family: Circular Std Book; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 *  *  * Remove default margin.
 *   *   */

 .nearby{
  float: left;
  width: 10%;
  font-size: 18px;
  margin-left: 11%;
    margin-bottom: 1%;
 }
.nearbybeginning{
  float: left;
  width: 10%;
  font-size: 18px;
  margin-bottom: 1%;
 }
body {
  margin: 0;
}

/* HTML5 display definitions
 *  *    ========================================================================== */

/**
 *  *  * Correct `block` display not defined for any HTML5 element in IE 8/9.
 *   *   * Correct `block` display not defined for `details` or `summary` in IE 10/11
 *    *    * and Firefox.
 *     *     * Correct `block` display not defined for `main` in IE 11.
 *      *      */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 *  *  * 1. Correct `inline-block` display not defined in IE 8/9.
 *   *   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 *    *    */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 *  *  * Prevent modern browsers from displaying `audio` without controls.
 *   *   * Remove excess height in iOS 5 devices.
 *    *    */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 *  *  * Address `[hidden]` styling not present in IE 8/9/10.
 *   *   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 *    *    */

[hidden],
template {
  display: none;
}

/* Links
 *  *    ========================================================================== */

/**
 *  *  * Remove the gray background color from active links in IE 10.
 *   *   */

a {
  background-color: transparent;
}

/**
 *  *  * Improve readability of focused elements when they are also in an
 *   *   * active/hover state.
 *    *    */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
 *  *    ========================================================================== */

/**
 *  *  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 *   *   */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 *  *  * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 *   *   */

b,
strong {
  font-weight: bold;
}

/**
 *  *  * Address styling not present in Safari and Chrome.
 *   *   */

dfn {
  font-style: italic;
}

/**
 *  *  * Address variable `h1` font-size and margin within `section` and `article`
 *   *   * contexts in Firefox 4+, Safari, and Chrome.
 *    *    */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 *  *  * Address styling not present in IE 8/9.
 *   *   */

mark {
  background: #ff0;
  color: #000;
}

/**
 *  *  * Address inconsistent and variable font size in all browsers.
 *   *   */

small {
  font-size: 80%;
}

/**
 *  *  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 *   *   */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
 *  *    ========================================================================== */

/**
 *  *  * Remove border when inside `a` element in IE 8/9/10.
 *   *   */

img {
  border: 0;
}

/**
 *  *  * Correct overflow not hidden in IE 9/10/11.
 *   *   */

svg:not(:root) {
  overflow: hidden;
}

svg{
  width:10px;
}

/* Grouping content
 *  *    ========================================================================== */

/**
 *  *  * Address margin not present in IE 8/9 and Safari.
 *   *   */

figure {
  margin: 1em 40px;
}

/**
 *  *  * Address differences between Firefox and other browsers.
 *   *   */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 *  *  * Contain overflow in all browsers.
 *   *   */

pre {
  overflow: auto;
}

/**
 *  *  * Address odd `em`-unit font size rendering in all browsers.
 *   *   */

code,
kbd,
pre,
samp {
  font-family: Circular Std Book;
  font-size: 1em;
}

/* Forms
 *  *    ========================================================================== */

/**
 *  *  * Known limitation: by default, Chrome and Safari on OS X allow very limited
 *   *   * styling of `select`, unless a `border` property is set.
 *    *    */

/**
 *  *  * 1. Correct color not being inherited.
 *   *   *    Known issue: affects color of disabled elements.
 *    *    * 2. Correct font properties not being inherited.
 *     *     * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 *      *      */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 *  *  * Address `overflow` set to `hidden` in IE 8/9/10/11.
 *   *   */

button {
  overflow: visible;
}

/**
 *  *  * Address inconsistent `text-transform` inheritance for `button` and `select`.
 *   *   * All other form control elements do not inherit `text-transform` values.
 *    *    * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 *     *     * Correct `select` style inheritance in Firefox.
 *      *      */

button,
select {
  text-transform: none;
}

/**
 *  *  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *   *   *    and `video` controls.
 *    *    * 2. Correct inability to style clickable `input` types in iOS.
 *     *     * 3. Improve usability and consistency of cursor style between image-type
 *      *      *    `input` and others.
 *       *       */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 *  *  * Re-set default cursor for disabled elements.
 *   *   */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 *  *  * Remove inner padding and border in Firefox 4+.
 *   *   */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 *  *  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 *   *   * the UA stylesheet.
 *    *    */

input {
  line-height: normal;
}

/**
 *  *  * It's recommended that you don't attempt to style these elements.
 *   *   * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *    *    *
 *     *     * 1. Address box sizing set to `content-box` in IE 8/9/10.
 *      *      * 2. Remove excess padding in IE 8/9/10.
 *       *       */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 *  *  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 *   *   * `font-size` values of the `input`, it causes the cursor style of the
 *    *    * decrement button to change from `default` to `text`.
 *     *     */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 *  *  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 *   *   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 *    *    */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 *  *  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 *   *   * Safari (but not Chrome) clips the cancel button when the search input has
 *    *    * padding (and `textfield` appearance).
 *     *     */

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

/**
 *  *  * Define consistent border, margin, and padding.
 *   *   */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 *  *  * 1. Correct `color` not being inherited in IE 8/9/10/11.
 *   *   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 *    *    */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 *  *  * Remove default vertical scrollbar in IE 8/9/10/11.
 *   *   */

textarea {
  overflow: auto;
}

/**
 *  *  * Don't inherit the `font-weight` (applied by a rule above).
 *   *   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 *    *    */

optgroup {
  font-weight: bold;
}

/* Tables
 *  *    ========================================================================== */

/**
 *  *  * Remove most spacing between table cells.
 *   *   */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*csslint important:false*/

/* ==========================================================================
 *  *    Pure Base Extras
 *   *       ========================================================================== */

/**
 *  *  * Extra rules that Pure adds on top of Normalize.css
 *   *   */

/**
 *  *  * Always hide an element when it has the `hidden` HTML attribute.
 *   *   */

.hidden,
[hidden] {
    display: none !important;
}

/**
 *  *  * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 *   *   * aspect ratio.
 *    *    */
.pure-img {
  margin-top: -15%;
    max-width: 80%;
    height: auto;
    display: block;
}

/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/

.pure-g {
    letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */

    /*
 *  *     Sets the font stack to fonts known to work properly with the above letter
 *   *         and word spacings. See: https://github.com/yahoo/pure/issues/41/
 *    *
 *     *             The following font stack makes Pure Grids work on all known environments.
 *      *
 *       *                 * FreeSans: Ships with many Linux distros, including Ubuntu
 *        *
 *         *                     * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
 *          *                           Arial to get picked up by the browser, even though neither is available
 *           *                                 in Chrome OS.
 *            *
 *             *                                     * Droid Sans: Ships with all versions of Android.
 *              *
 *               *                                         * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
 *                *                                             */
    font-family: Circular Std Book;

    /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;

    /* Prevents distributing space between rows */
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	table .pure-g {
		display: block;
	}
}

/* Opera as of 12 on Windows needs word-spacing.
 *  *    The ".opera-only" selector is used to prevent actual prefocus styling
 *   *       and is not required in markup.
 *    *       */
.opera-only :-o-prefocus,
.pure-g {
    word-spacing: -0.43em;
}

.pure-u {
    display: inline-block;
    *display: inline; /* IE < 8: fake inline-block */
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

/*
 *  * Resets the font family back to the OS/browser's default sans-serif font,
 *   * this the same font stack that Normalize.css sets for the `body`.
 *    * */
.pure-g [class *= "pure-u"] {
    font-family: Circular Std Book;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-7,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.pure-u-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
}

.pure-u-1-12,
.pure-u-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
}

.pure-u-1-8,
.pure-u-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
}

.pure-u-1-7 {
    width: 14.2857%;
    *width: 14.2857%;
}

.pure-u-1-6,
.pure-u-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
}

.pure-u-1-5 {
    width: 20%;
    *width: 19.9690%;
}

.pure-u-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
}

.pure-u-1-4,
.pure-u-6-24 {
    width: 25%;
    *width: 24.9690%;
}

.pure-u-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
}

.pure-u-1-3,
.pure-u-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
}

.pure-u-3-8,
.pure-u-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
}

.pure-u-2-5 {
    width: 40%;
    *width: 39.9690%;
}

.pure-u-5-12,
.pure-u-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
}

.pure-u-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
}

.pure-u-1-2,
.pure-u-12-24 {
    width: 50%;
    *width: 49.9690%;
}

.pure-u-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
}

.pure-u-7-12,
.pure-u-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
}

.pure-u-3-5 {
    width: 60%;
    *width: 59.9690%;
}

.pure-u-5-8,
.pure-u-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
}

.pure-u-2-3,
.pure-u-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
}

.pure-u-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
}

.pure-u-3-4,
.pure-u-18-24 {
    width: 75%;
    *width: 74.9690%;
}

.pure-u-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
}

.pure-u-4-5 {
    width: 80%;
    *width: 79.9690%;
}

.pure-u-5-6,
.pure-u-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
}

.pure-u-7-8,
.pure-u-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
}

.pure-u-11-12,
.pure-u-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
}

.pure-u-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
    width: 100%;
}
.pure-button {
    /* Structure */
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    box-sizing: border-box;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Inherit .pure-g styles */
.pure-button-group {
    letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
}

.opera-only :-o-prefocus,
.pure-button-group {
    word-spacing: -0.43em;
}

.pure-button-group .pure-button {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

/*csslint outline-none:false*/

.pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: 0.1em 0.5em;
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
    /* csslint ignore:start */
    filter: alpha(opacity=90);
    /* csslint ignore:end */
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}
.pure-button:focus {
    outline: 0;
}
.pure-button-active,
.pure-button:active {
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
    border-color: #000\9;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
    border: none;
    background-image: none;
    /* csslint ignore:start */
    filter: alpha(opacity=40);
    /* csslint ignore:end */
    opacity: 0.40;
    cursor: not-allowed;
    box-shadow: none;
    pointer-events: none;
}

.pure-button-hidden {
    display: none;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    background-color: rgb(0, 120, 231);
    color: #fff;
}

/* Button Groups */
.pure-button-group .pure-button {
    margin: 0;
    border-radius: 0;
    border-right: 1px solid #111;  /* fallback color for rgba() for IE7/8 */
    border-right: 1px solid rgba(0, 0, 0, 0.2);

}

.pure-button-group .pure-button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pure-button-group .pure-button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: none;
}

/*csslint box-model:false*/
/*
 *  * Box-model set to false because we're setting a height on select elements, which
 *   * also have border and padding. This is done because some browsers don't render
 *    * the padding. We explicitly set the box-model for select elements to border-box,
 *     * so we can ignore the csslint warning.
 *      * */

.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
    padding-bottom: 5px;
    padding-top: 4px;
    font-size: 16px;
    display: inline-block;
    color: 1px solid #d7a926;
    box-shadow: inset 0 1px 3px #ddd;
    box-sizing: border-box;
    width: 200px;

}
input{
          border: 1px solid #d7a926;
    background-color: black;
    box-shadow: inset 0 1px 3px #ddd;
    width: 25%;
    height: 27px!important;
    /* padding-top: 8px; */
    padding-bottom: 2px;
    font-size: 16px;
}
select{
  margin-top: 0.1em!important;
  width: 276px!important;
}
/*
 *  * Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
 *   * since IE8 won't execute CSS that contains a CSS3 selector.
 *    * */
.pure-form input:not([type]) {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}


/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
.pure-form input[type="color"] {
    padding: 0.2em 0.5em;
}


.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
    outline: 0;
    border-color: #d8a927;
}

/*
 *  * Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
 *   * since IE8 won't execute CSS that contains a CSS3 selector.
 *    * */
.pure-form input:not([type]):focus {
    outline: 0;
    border-color: #129FEA;
}

.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus,
.pure-form input[type="checkbox"]:focus {
    outline: thin solid #129FEA;
    outline: 1px auto #129FEA;
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
    margin: 0.5em 0;
    display: block;
}

.pure-form input[type="text"][disabled],
.pure-form input[type="password"][disabled],
.pure-form input[type="email"][disabled],
.pure-form input[type="url"][disabled],
.pure-form input[type="date"][disabled],
.pure-form input[type="month"][disabled],
.pure-form input[type="time"][disabled],
.pure-form input[type="datetime"][disabled],
.pure-form input[type="datetime-local"][disabled],
.pure-form input[type="week"][disabled],
.pure-form input[type="number"][disabled],
.pure-form input[type="search"][disabled],
.pure-form input[type="tel"][disabled],
.pure-form input[type="color"][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}

/*
 *  * Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
 *   * since IE8 won't execute CSS that contains a CSS3 selector.
 *    * */
.pure-form input:not([type])[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}
.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
    background-color: #eee; /* menu hover bg color */
    color: #777; /* menu text color */
    border-color: #ccc;
}

.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
    color: #b94a48;
    border-color: #e9322d;
}
.pure-form input[type="file"]:focus:invalid:focus,
.pure-form input[type="radio"]:focus:invalid:focus,
.pure-form input[type="checkbox"]:focus:invalid:focus {
    outline-color: #e9322d;
}


.pure-form select {
    /* Normalizes the height; padding is not sufficient. */
  border: 1px solid #d7a926;
    background-color: black;
}

.pure-form select[multiple] {
    height: auto;
}
.pure-form label {
    margin: 0.5em 0 0.2em;
}
.pure-form fieldset {
    padding: 0.35em 0 0.75em;
    border: 0;
}
.pure-form legend {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 0.3em 0;
    margin-bottom: 0.3em;
    text-align: left;
    color: white;
}

.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="url"],
.pure-form-stacked input[type="date"],
.pure-form-stacked input[type="month"],
.pure-form-stacked input[type="time"],
.pure-form-stacked input[type="datetime"],
.pure-form-stacked input[type="datetime-local"],
.pure-form-stacked input[type="week"],
.pure-form-stacked input[type="number"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="tel"],
.pure-form-stacked input[type="color"],
.pure-form-stacked input[type="file"],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
    display: block;
    margin: 0.25em 0;
    width: -webkit-fill-available;
    color: black;
}


/*
 *  * Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
 *   * since IE8 won't execute CSS that contains a CSS3 selector.
 *    * */
.pure-form-stacked input:not([type]) {
    display: block;
    margin: 0.25em 0;
}
.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.pure-form-aligned textarea {
    vertical-align: top;
}

/* Aligned Forms */
.pure-form-aligned .pure-control-group {
    margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 11em;
}

/* Rounded Inputs */
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
    border-radius: 2em;
    padding: 0.5em 1em;
}

/* Grouped Inputs */
.pure-form .pure-group fieldset {
    margin-bottom: 10px;
}
.pure-form .pure-group input,
.pure-form .pure-group textarea {
    display: block;
    padding: 10px;
    margin: 0 0 -1px;
    border-radius: 0;
    position: relative;
    top: -1px;
}
.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
    z-index: 3;
}
.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
    top: 1px;
    border-radius: 4px 4px 0 0;
    margin: 0;
}
.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
    top: 1px;
    border-radius: 4px;
    margin: 0;
}
.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
    top: -2px;
    border-radius: 0 0 4px 4px;
    margin: 0;
}
.pure-form .pure-group button {
    margin: 0.35em 0;
}

.pure-form .pure-input-1 {
    width: 100%;
}
.pure-form .pure-input-3-4 {
    width: 75%;
}
.pure-form .pure-input-2-3 {
    width: 66%;
}
.pure-form .pure-input-1-2 {
    width: 50%;
}
.pure-form .pure-input-1-3 {
    width: 33%;
}
.pure-form .pure-input-1-4 {
    width: 25%;
}

/* Inline help for forms */
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form .pure-help-inline,
.pure-form-message-inline {
    display: inline-block;
    padding-left: 0.3em;
    color: #666;
    vertical-align: middle;
    font-size: 0.875em;
}

/* Block help for forms */
.pure-form-message {
    display: block;
    color: #666;
    font-size: 0.875em;
}

@media only screen and (max-width : 480px) {
    .pure-form button[type="submit"] {

    }

    .pure-form input:not([type]),
    .pure-form input[type="text"],
    .pure-form input[type="password"],
    .pure-form input[type="email"],
    .pure-form input[type="url"],
    .pure-form input[type="date"],
    .pure-form input[type="month"],
    .pure-form input[type="time"],
    .pure-form input[type="datetime"],
    .pure-form input[type="datetime-local"],
    .pure-form input[type="week"],
    .pure-form input[type="number"],
    .pure-form input[type="search"],
    .pure-form input[type="tel"],
    .pure-form input[type="color"],
    .pure-form label {
        margin-bottom: 0.3em;
        display: block;
    }

    .pure-group input:not([type]),
    .pure-group input[type="text"],
    .pure-group input[type="password"],
    .pure-group input[type="email"],
    .pure-group input[type="url"],
    .pure-group input[type="date"],
    .pure-group input[type="month"],
    .pure-group input[type="time"],
    .pure-group input[type="datetime"],
    .pure-group input[type="datetime-local"],
    .pure-group input[type="week"],
    .pure-group input[type="number"],
    .pure-group input[type="search"],
    .pure-group input[type="tel"],
    .pure-group input[type="color"] {
        margin-bottom: 0;
    }

    .pure-form-aligned .pure-control-group label {
        margin-bottom: 0.3em;
        text-align: left;
        display: block;
        width: 100%;
    }

    .pure-form-aligned .pure-controls {
        margin: 1.5em 0 0 0;
    }

    /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
    .pure-form .pure-help-inline,
    .pure-form-message-inline,
    .pure-form-message {
        display: block;
        font-size: 0.75em;
        /* Increased bottom padding to make it group with its related input element. */
        padding: 0.2em 0 0.8em;
    }
}

/*csslint adjoining-classes: false, box-model:false*/
.pure-menu {
    box-sizing: border-box;
    width: 90%;
    display: inline-block;
}

.pure-menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}

.pure-menu-list,
.pure-menu-item {
    position: relative;
}

.pure-menu-list {
    list-style: none;
    margin: 0;
    margin-top: 8px;
    padding: 0;
}

.pure-menu-item {
    padding: 0;
    margin: 0;
    height: 100%;
    text-align: right;
}

.pure-menu-link,
.pure-menu-heading {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

/* HORIZONTAL MENU */
.pure-menu-horizontal {
    width: 100%;
    white-space: nowrap;
}

.pure-menu-horizontal .pure-menu-list {
    display: inline-block;
}

/* Initial menus should be inline-block so that they are horizontal */
.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-separator {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

/* Submenus should still be display: block; */
.pure-menu-item .pure-menu-item {
    display: block;
}

.pure-menu-children {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}

.pure-menu-horizontal .pure-menu-children {
    left: 0;
    top: auto;
    width: inherit;
}

.pure-menu-allow-hover:hover > .pure-menu-children,
.pure-menu-active > .pure-menu-children {
    display: block;
    position: absolute;
}

/* Vertical Menus - show the dropdown arrow */
.pure-menu-has-children > .pure-menu-link:after {
    padding-left: 0.5em;
    content: "\25B8";
    font-size: small;
}

/* Horizontal Menus - show the dropdown arrow */
.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
    content: "\25BE";
}

/* scrollable menus */
.pure-menu-scrollable {
    overflow-y: scroll;
    overflow-x: hidden;
}

.pure-menu-scrollable .pure-menu-list {
    display: block;
}

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
    display: inline-block;
}

.pure-menu-horizontal.pure-menu-scrollable {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    /* a little extra padding for this style to allow for scrollbars */
    padding: .5em 0;
}

.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
    display: none;
}

/* misc default styling */

.pure-menu-separator,
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
    background-color: #ccc;
    height: 1px;
    margin: .3em 0;
}

.pure-menu-horizontal .pure-menu-separator {
    width: 1px;
    height: 1.3em;
    margin: 0 .3em ;
}

/* Need to reset the separator since submenu is vertical */
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
    display: block;
    width: auto;
}

.pure-menu-heading {
    text-transform: uppercase;
    color: #565d64;
}

.pure-menu-link {
    color: #777;
}

.pure-menu-children {
    background-color: #fff;
}

.pure-menu-link,
.pure-menu-disabled,
.pure-menu-heading {
    padding: .5em 1em;
}

.pure-menu-disabled {
    opacity: .5;
}

.pure-menu-disabled .pure-menu-link:hover {
    background-color: transparent;
}

.pure-menu-active > .pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
    background-color: #252525;
}

.pure-menu-selected .pure-menu-link,
.pure-menu-selected .pure-menu-link:visited {
    color: #000;
}

.pure-table {
    /* Remove spacing between table cells (from Normalize.css) */
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    width: -webkit-fill-available;
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center;
}

.pure-table td,
.pure-table th {
    border-left: 1px solid #cbcbcb;/*  inner column border */
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible; /*to make ths where the title is really long work*/
    padding: 0.5em 1em; /* cell padding */
}

/* Consider removing this next declaration block, as it causes problems when
 *  * there's a rowspan on the first cell. Case added to the tests. issue#432 */
.pure-table td:first-child,
.pure-table th:first-child {
    border-left-width: 0;
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

/*
 *  * striping:
 *   *    even - #fff (white)
 *    *       odd  - #f2f2f2 (light gray)
 *     *       */
.pure-table td {
    background-color: transparent;
}
.pure-table-odd td {
    background-color: #f2f2f2;
}

/* nth-child selector for modern browsers */
.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2;
}

/* BORDERED TABLES */
.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb;
}
.pure-table-bordered tbody > tr:last-child > td {
    border-bottom-width: 0;
}


/* HORIZONTAL BORDERED TABLES */

.pure-table-horizontal td,
.pure-table-horizontal th {
    border-width: 0 0 1px 0;
}
.pure-table-horizontal tbody > tr:last-child > td {
    border-bottom-width: 0;
}



@media screen and (min-width: 35.5em) {
    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-1-2,
    .pure-u-sm-1-3,
    .pure-u-sm-2-3,
    .pure-u-sm-1-4,
    .pure-u-sm-3-4,
    .pure-u-sm-1-5,
    .pure-u-sm-2-5,
    .pure-u-sm-3-5,
    .pure-u-sm-4-5,
    .pure-u-sm-5-5,
    .pure-u-sm-1-6,
    .pure-u-sm-5-6,
    .pure-u-sm-1-8,
    .pure-u-sm-3-8,
    .pure-u-sm-5-8,
    .pure-u-sm-7-8,
    .pure-u-sm-1-12,
    .pure-u-sm-5-12,
    .pure-u-sm-7-12,
    .pure-u-sm-11-12,
    .pure-u-sm-1-24,
    .pure-u-sm-2-24,
    .pure-u-sm-3-24,
    .pure-u-sm-4-24,
    .pure-u-sm-5-24,
    .pure-u-sm-6-24,
    .pure-u-sm-7-24,
    .pure-u-sm-8-24,
    .pure-u-sm-9-24,
    .pure-u-sm-10-24,
    .pure-u-sm-11-24,
    .pure-u-sm-12-24,
    .pure-u-sm-13-24,
    .pure-u-sm-14-24,
    .pure-u-sm-15-24,
    .pure-u-sm-16-24,
    .pure-u-sm-17-24,
    .pure-u-sm-18-24,
    .pure-u-sm-19-24,
    .pure-u-sm-20-24,
    .pure-u-sm-21-24,
    .pure-u-sm-22-24,
    .pure-u-sm-23-24,
    .pure-u-sm-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-sm-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-sm-1-12,
    .pure-u-sm-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-sm-1-8,
    .pure-u-sm-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-sm-1-6,
    .pure-u-sm-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-sm-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-sm-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-sm-1-4,
    .pure-u-sm-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-sm-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-sm-1-3,
    .pure-u-sm-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-sm-3-8,
    .pure-u-sm-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-sm-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-sm-5-12,
    .pure-u-sm-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-sm-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-sm-1-2,
    .pure-u-sm-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-sm-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-sm-7-12,
    .pure-u-sm-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-sm-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-sm-5-8,
    .pure-u-sm-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-sm-2-3,
    .pure-u-sm-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-sm-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-sm-3-4,
    .pure-u-sm-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-sm-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-sm-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-sm-5-6,
    .pure-u-sm-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-sm-7-8,
    .pure-u-sm-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-sm-11-12,
    .pure-u-sm-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-sm-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-5-5,
    .pure-u-sm-24-24 {
        width: 100%;
    }
}

@media screen and (min-width: 48em) {
  .only{
    position: absolute!important;
    margin-top: 8%!important;
    margin-left: 25%!important;
    font-weight: 600!important;
    font-stretch: condensed!important;
    text-transform: uppercase!important;
    font-size: 13px!important;
  }
  .only-emery{
    position: absolute!important;
    margin-top: -12%!important;
    margin-left: 51%!important;
    font-weight: 600!important;
    font-stretch: condensed!important;
    text-transform: uppercase!important;
    font-size: 9px!important;
  }
  .search{
  color: #d7a926!important;
  font-size: 12px!important;
  text-transform: uppercase;
      width: fit-content;
      font-weight: 700;
      margin-left:7%!important;
}
  .topwall-g-pyramid-text{

    color: #d7a926!important;
    font-size: 35px!important;
    min-height: 100px!important;
    color: #f2f5fa!important;
    font-size: 15px!important;
  /*   padding-top: 320px;*/
  }
  .topwall-g-pyramid-text-emery{
    color: #d7a926!important;
    font-size: 35px!important;
    min-height: 100px!important;
    color: #f2f5fa!important;
    font-size: 12px!important;
  /*   padding-top: 320px;*/
  }
    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-1-2,
    .pure-u-md-1-3,
    .pure-u-md-2-3,
    .pure-u-md-1-4,
    .pure-u-md-3-4,
    .pure-u-md-1-5,
    .pure-u-md-2-5,
    .pure-u-md-3-5,
    .pure-u-md-4-5,
    .pure-u-md-5-5,
    .pure-u-md-1-6,
    .pure-u-md-5-6,
    .pure-u-md-1-8,
    .pure-u-md-3-8,
    .pure-u-md-5-8,
    .pure-u-md-7-8,
    .pure-u-md-1-12,
    .pure-u-md-5-12,
    .pure-u-md-7-12,
    .pure-u-md-11-12,
    .pure-u-md-1-24,
    .pure-u-md-2-24,
    .pure-u-md-3-24,
    .pure-u-md-4-24,
    .pure-u-md-5-24,
    .pure-u-md-6-24,
    .pure-u-md-7-24,
    .pure-u-md-8-24,
    .pure-u-md-9-24,
    .pure-u-md-10-24,
    .pure-u-md-11-24,
    .pure-u-md-12-24,
    .pure-u-md-13-24,
    .pure-u-md-14-24,
    .pure-u-md-15-24,
    .pure-u-md-16-24,
    .pure-u-md-17-24,
    .pure-u-md-18-24,
    .pure-u-md-19-24,
    .pure-u-md-20-24,
    .pure-u-md-21-24,
    .pure-u-md-22-24,
    .pure-u-md-23-24,
    .pure-u-md-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-md-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-md-1-12,
    .pure-u-md-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-md-1-8,
    .pure-u-md-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-md-1-6,
    .pure-u-md-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-md-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-md-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-md-1-4,
    .pure-u-md-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-md-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-md-1-3,
    .pure-u-md-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-md-3-8,
    .pure-u-md-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-md-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-md-5-12,
    .pure-u-md-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-md-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-md-1-2,
    .pure-u-md-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-md-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-md-7-12,
    .pure-u-md-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-md-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-md-5-8,
    .pure-u-md-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-md-2-3,
    .pure-u-md-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-md-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-md-3-4,
    .pure-u-md-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-md-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-md-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-md-5-6,
    .pure-u-md-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-md-7-8,
    .pure-u-md-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-md-11-12,
    .pure-u-md-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-md-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-5-5,
    .pure-u-md-24-24 {
        width: 100%;
    }
}

@media screen and (min-width: 64em) {
    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-1-2,
    .pure-u-lg-1-3,
    .pure-u-lg-2-3,
    .pure-u-lg-1-4,
    .pure-u-lg-3-4,
    .pure-u-lg-1-5,
    .pure-u-lg-2-5,
    .pure-u-lg-3-5,
    .pure-u-lg-4-5,
    .pure-u-lg-5-5,
    .pure-u-lg-1-6,
    .pure-u-lg-5-6,
    .pure-u-lg-1-8,
    .pure-u-lg-3-8,
    .pure-u-lg-5-8,
    .pure-u-lg-7-8,
    .pure-u-lg-1-12,
    .pure-u-lg-5-12,
    .pure-u-lg-7-12,
    .pure-u-lg-11-12,
    .pure-u-lg-1-24,
    .pure-u-lg-2-24,
    .pure-u-lg-3-24,
    .pure-u-lg-4-24,
    .pure-u-lg-5-24,
    .pure-u-lg-6-24,
    .pure-u-lg-7-24,
    .pure-u-lg-8-24,
    .pure-u-lg-9-24,
    .pure-u-lg-10-24,
    .pure-u-lg-11-24,
    .pure-u-lg-12-24,
    .pure-u-lg-13-24,
    .pure-u-lg-14-24,
    .pure-u-lg-15-24,
    .pure-u-lg-16-24,
    .pure-u-lg-17-24,
    .pure-u-lg-18-24,
    .pure-u-lg-19-24,
    .pure-u-lg-20-24,
    .pure-u-lg-21-24,
    .pure-u-lg-22-24,
    .pure-u-lg-23-24,
    .pure-u-lg-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-lg-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-lg-1-12,
    .pure-u-lg-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-lg-1-8,
    .pure-u-lg-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-lg-1-6,
    .pure-u-lg-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-lg-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-lg-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-lg-1-4,
    .pure-u-lg-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-lg-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-lg-1-3,
    .pure-u-lg-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-lg-3-8,
    .pure-u-lg-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-lg-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-lg-5-12,
    .pure-u-lg-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-lg-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-lg-1-2,
    .pure-u-lg-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-lg-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-lg-7-12,
    .pure-u-lg-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-lg-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-lg-5-8,
    .pure-u-lg-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-lg-2-3,
    .pure-u-lg-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-lg-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-lg-3-4,
    .pure-u-lg-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-lg-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-lg-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-lg-5-6,
    .pure-u-lg-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-lg-7-8,
    .pure-u-lg-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-lg-11-12,
    .pure-u-lg-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-lg-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-5-5,
    .pure-u-lg-24-24 {
        width: 100%;
    }
}

@media screen and (min-width: 80em) {
    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-1-2,
    .pure-u-xl-1-3,
    .pure-u-xl-2-3,
    .pure-u-xl-1-4,
    .pure-u-xl-3-4,
    .pure-u-xl-1-5,
    .pure-u-xl-2-5,
    .pure-u-xl-3-5,
    .pure-u-xl-4-5,
    .pure-u-xl-5-5,
    .pure-u-xl-1-6,
    .pure-u-xl-5-6,
    .pure-u-xl-1-8,
    .pure-u-xl-3-8,
    .pure-u-xl-5-8,
    .pure-u-xl-7-8,
    .pure-u-xl-1-12,
    .pure-u-xl-5-12,
    .pure-u-xl-7-12,
    .pure-u-xl-11-12,
    .pure-u-xl-1-24,
    .pure-u-xl-2-24,
    .pure-u-xl-3-24,
    .pure-u-xl-4-24,
    .pure-u-xl-5-24,
    .pure-u-xl-6-24,
    .pure-u-xl-7-24,
    .pure-u-xl-8-24,
    .pure-u-xl-9-24,
    .pure-u-xl-10-24,
    .pure-u-xl-11-24,
    .pure-u-xl-12-24,
    .pure-u-xl-13-24,
    .pure-u-xl-14-24,
    .pure-u-xl-15-24,
    .pure-u-xl-16-24,
    .pure-u-xl-17-24,
    .pure-u-xl-18-24,
    .pure-u-xl-19-24,
    .pure-u-xl-20-24,
    .pure-u-xl-21-24,
    .pure-u-xl-22-24,
    .pure-u-xl-23-24,
    .pure-u-xl-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-xl-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-xl-1-12,
    .pure-u-xl-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-xl-1-8,
    .pure-u-xl-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-xl-1-6,
    .pure-u-xl-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-xl-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-xl-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-xl-1-4,
    .pure-u-xl-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-xl-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-xl-1-3,
    .pure-u-xl-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-xl-3-8,
    .pure-u-xl-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-xl-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-xl-5-12,
    .pure-u-xl-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-xl-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-xl-1-2,
    .pure-u-xl-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-xl-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-xl-7-12,
    .pure-u-xl-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-xl-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-xl-5-8,
    .pure-u-xl-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-xl-2-3,
    .pure-u-xl-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-xl-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-xl-3-4,
    .pure-u-xl-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-xl-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-xl-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-xl-5-6,
    .pure-u-xl-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-xl-7-8,
    .pure-u-xl-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-xl-11-12,
    .pure-u-xl-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-xl-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-5-5,
    .pure-u-xl-24-24 {
        width: 100%;
    }
}

.swipeslider {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 60%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .swipeslider .sw-slides {
    display: block;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    transform: translateX(0);
    position: absolute;
    bottom: 0; }
  .swipeslider .sw-slide {
    width: 100%;
    height: 100%;
    margin: auto;
    display: inline-block;
    position: relative; }
    .swipeslider .sw-slide > img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-height: 100%;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .swipeslider .sw-slide .sw-content {
      width: 100%;
      height: 100%;
      margin-left: 0;
      margin-right: 0;
      font-size: 14px; }

.sw-next-prev {
  font-family: Circular Std Book;
  height: 50px;
  width: 50px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  line-height: 50px;
  font-size: 30px;
  font-weight: bolder;
  color: rgba(160, 160, 160, 0.53);
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  text-decoration: none;
  transition: all .2s ease-out;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .sw-next-prev:hover {
    background-color: rgba(255, 255, 255, 0.74); }
  .sw-next-prev:active {
    background-color: rgba(255, 255, 255, 0.5); }

.sw-prev {
  left: 2%; }
  .sw-prev::after {
    content: '<'; }

.sw-next {
  right: 2%; }
  .sw-next::after {
    content: '>'; }

.sw-bullet {
  position: absolute;
  bottom: 2%;
  list-style: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0; }
  .sw-bullet li {
    width: 10px;
    height: 10px;
    background-color: rgba(160, 160, 160, 0.53);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-out; }
    .sw-bullet li:hover {
      background-color: rgba(255, 255, 255, 0.74); }
    .sw-bullet li.active {
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 2px rgba(160, 160, 160, 0.53); }
    .sw-bullet li:not(:last-child) {
      margin-right: 5px; }

.sw-next-prev{
  color: rgba(160, 160, 160, 0.33);
  margin-top: 14px;
}

/*# sourceMappingURL=dist/swipeslider.css.map */
/**
 *  *  *
 *   *   * slippry v1.4.0 - Responsive content slider for jQuery
 *    *    * http://slippry.com
 *     *     *
 *      *      * Authors: Lukas Jakob Hafner - @saftsaak
 *       *       *          Thomas Hurd - @SeenNotHurd
 *        *        *
 *         *         * Copyright 2016, booncon oy - http://booncon.com
 *          *          *
 *           *           *
 *            *            * Released under the MIT license - http://opensource.org/licenses/MIT
 *             *             */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); } }
@-o-keyframes left-right {
  0% {
    -o-transform: translateY(-20%) translateX(-10%);
       transform: translateY(-20%) translateX(-10%); }
  100% {
    -o-transform: translateY(0%) translateX(10%);
       transform: translateY(0%) translateX(10%); } }
@keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
         -o-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
         -o-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); } }
@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); } }
@-o-keyframes right-left {
  0% {
    -o-transform: translateY(0%) translateX(10%);
       transform: translateY(0%) translateX(10%); }
  100% {
    -o-transform: translateY(-20%) translateX(-10%);
       transform: translateY(-20%) translateX(-10%); } }
@keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
         -o-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
         -o-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); } }
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url("/images/sy-loader.gif") 50% 50% no-repeat;
  -webkit-background-size: 32px 32px;
          background-size: 32px;
  min-height: 40px; }
  .sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
    visibility: hidden; }

/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%; }
  .sy-slides-wrap:hover .sy-controls {
    display: block; }

/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; }

/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute; }
  .sy-list.horizontal {
    -webkit-transition: left ease;
         -o-transition: left ease;
            transition: left ease; }
  .sy-list.vertical {
    -webkit-transition: top ease;
         -o-transition: top ease;
            transition: top ease; }

/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2; }
  .sy-slide.kenburns {
    width: 140%;
    left: -20%; }
    .sy-slide.kenburns.useCSS {
      -webkit-transition-property: opacity;
           -o-transition-property: opacity;
              transition-property: opacity; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
        -webkit-animation-name: left-right;
             -o-animation-name: left-right;
                animation-name: left-right;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
        -webkit-animation-name: right-left;
             -o-animation-name: right-left;
                animation-name: right-left;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
  .sy-slide.sy-active {
    z-index: 3; }
  .sy-slide > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0; }
  .sy-slide > a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; }
    .sy-slide > a > img {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
      border: 0; }

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0; }
  .sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33; }
    .sy-controls li.sy-prev {
      left: 0;
      top: 0; }
      .sy-controls li.sy-prev a:after {
        background-position: -5% 0; }
    .sy-controls li.sy-next {
      right: 0;
      top: 0; }
      .sy-controls li.sy-next a:after {
        background-position: 105% 0; }
    .sy-controls li a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      text-indent: -9999px; }
      .sy-controls li a:link, .sy-controls li a:visited {
        opacity: 0.4; }
      .sy-controls li a:hover, .sy-controls li a:focus {
        opacity: 0.8;
        outline: none; }
      .sy-controls li a:after {
        content: "";
        background-image: url("/images/arrows.svg");
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
        text-align: center;
        text-indent: 0;
        line-height: 2.8em;
        color: #111;
        font-weight: 800;
        position: absolute;
        background-color: #fff;
        width: 2.8em;
        height: 2.8em;
        left: 50%;
        top: 50%;
        margin-top: -1.4em;
        margin-left: -1.4em;
        border-radius: 50%; }
  @media only screen and (max-device-width: 600px) {
    .sy-controls {
      display: block; }
      .sy-controls li {
        min-width: 2.1em; }
        .sy-controls li a:after {
          width: 1.4em;
          height: 1.4em;
          margin-top: -0.7em;
          margin-left: -0.7em; } }

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%; }
  .sy-caption-wrap .sy-caption {
    position: relative;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 1.2em; }
    .sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
      color: #e24b70;
      font-weight: 600;
      text-decoration: none; }
    .sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
      text-decoration: underline; }
  @media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .sy-caption-wrap {
      left: 0;
      bottom: 0.4em; }
      .sy-caption-wrap .sy-caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        border-radius: 0; } }

/* pager bubbles */
.sy-pager {
  clear: both;
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .sy-pager li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    border-radius: 50%; }
    .sy-pager li.sy-active a {
      background-color: #e24b70; }
    .sy-pager li a {
      width: 100%;
      height: 100%;
      display: block;
      background-color: #ccc;
      text-indent: -9999px;
      -webkit-background-size: 2em 2em;
              background-size: 2em;
      border-radius: 50%; }
      .sy-pager li a:link, .sy-pager li a:visited {
        opacity: 1.0; }
      .sy-pager li a:hover, .sy-pager li a:focus {
        opacity: 0.6; }

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%; }
  .sy-filler.ready {
    -webkit-transition: padding 600ms ease;
         -o-transition: padding 600ms ease;
            transition: padding 600ms ease; }
h1{
  font-size:1.5em;
}
h2{ font-size:1.4em;}

input::placeholder {
  font-size: 16px;
}
.pure-form select {
  color: #757575;
  width: 25%!important;
  height: 32px!important;
}
.pure-form .pure-input-23-24 {
    width: 90%;
}
.pure-button{
	height: 33px;
    font-size: 18px;
    margin-bottom: -1px;
}
.pure-button-gold{
    background: -webkit-linear-gradient(top, #e8c761 0%,#ad782b 90%);
}
.pure-button-gold:hover{
  background: -webkit-linear-gradient(top, #ad782b 0%,#e8c761 90%);
}

/* common box mode */
.no-m {
    margin: 0
}

.m-t-1{margin-top: 1em;}
.m-t-2{margin-top: 2em;}
.m-b-0{margin-bottom: 0;}
.m-b-1{margin-bottom: 1em;}
.m-b-2{margin-bottom: 2em;}

.no-p {
    padding: 0
}
.p-lr-half{
  max-height: 170px;
  overflow: auto;
  padding-left:0.5em;
  padding-right: 0.5em;
}
.p-l-half{
  padding-left:0.5em;
}
.p-r-half{
  padding-right:0.5em;
}
.p-b-2{padding-bottom: 2em;}

.pull-left{float: left;}
.pull-right{float: right;}

/* custom top menu */
body{
  background: #00070b;;
  font-family: Circular Std Book;
  font-size: 13px;
  line-height: 1.42;
  color: #333;
}

p{margin:0;margin-left: 2%;}

ul {
  list-style-type: none;
  padding: 0;
}
ul.points {
  list-style-type: disc;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.clearboth, .row {
  clear: both!important;
}

.font-normal {
    font-weight: 400
}
.font-semi-bold {
    font-weight: 600
}
.font-italic {
    font-style: italic
}
.font-title{font-size: 1.17em;}
.no-b {
    border: 0!important;
}
.no-b-t {
    border-top: 0!important
}
.no-b-b{
    border-bottom: 0!important
}

a{
  background-color: transparent;
  color: #d7a927;
  text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
a.small-more{
  font-size: 0.8em;
  color: #333;
  text-decoration: underline;
}
a.link_yellow{
  color: #a36c14;
  font-size: 16px;
  cursor: pointer;
}
a.underline{
  text-decoration: underline;
}

.text_center{text-align: center;}
.text_r{text-align: right;}

.dark_bottom_board{
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.light_top_board{
  border-top: 1px solid rgba(255,255,255,0.5);
}
.has-shadow {
    box-shadow: 0 1px 15px 1px rgba(52,40,104,.09);
    background-image: url(headshot_background.jpg);
    background-position: center; /* Center the image */
      background-repeat: no-repeat; /* Do not repeat the image */
      background-size: cover; /* Resize the background image to cover the entire container */
}

/* top menu */
#menu-list-link{
  background-color: #ae770d;
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 10px;
}
#menu-list-link .pure-menu-link {
     color: black!important;
    font-size: 1.2em;
    font-weight: 700;
}
.custom-wrapper {
  background: -moz-linear-gradient(top, #eece67 0%, #ae770d 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eece67), color-stop(90%,#ae770d));
  background: -webkit-linear-gradient(top, #eece67 0%,#ae770d 90%);
  background: -o-linear-gradient(top, #eece67 0%,#ae770d 90%);
  background: -ms-linear-gradient(top, #eece67 0%,#ae770d 90%);
  background: linear-gradient(top, #eece67 0%,#ae770d 90%);
   background-image: url("../imgs/top_bar_bg.png");
  background-position: top left;
  background-repeat:  repeat-x;
    margin-bottom: 1em;
    height: 45px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
    position: fixed;
    z-index: 99999;
    min-width: 320px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3)

}
/* #logo-brand{
 *  *   display: block;
 *   *     position: fixed;
 *    *       top: 0;
 *     *         left: 0.5em;
 *      *           z-index: 999;
 *       *           }
 *        *           #logo-brand img{
 *         *             box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1)
 *          *             } */

#m-menu-toggle{
    background-color: #252525;
    line-height: 1;
    font-size: 0px;
}
#m-menu-toggle .pure-menu-heading {
 padding: 0;
}
.custom-wrapper.open {
    height: -webkit-fill-available;
}

.custom-menu-3 {
    text-align: right;
    line-height: 1;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    padding-top: 0;
    padding-bottom: 0.4em
}

.custom-toggle .bar {
    background-color: #111;
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 100px;
    position: absolute;
    top: 22px;
    right: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle .bar:last-child {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width: 47.999em) {
    .custom-menu-3 {
        text-align: left;
    }
    .custom-toggle {
        display: block;
    }
}

#sub-header{
  clear: both;
  padding-top: 45px;
  background-color: #fff;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing:4px
}

/* content area */

.content-wrapper{
  width: 100%
}

.topwall-g{

  background-color: #00141d;
/*   background-image: url("../imgs/topbg-h.png");
 *    *     background-position: top center;
 *     *       background-repeat:  no-repeat; */
  min-height: 100px;
  color: #f2f5fa;
  font-size: 23px;
/*   padding-top: 320px;*/
}
.topwall-g-pyramid-text{
  color: #d7a926;
  font-size: 35px;
  min-height: 100px;
  color: #f2f5fa;
  font-size: 23px;
/*   padding-top: 320px;*/
}

.topwall-g-pyramid-text-emery{
  color: #d7a926;
  font-size: 35px;
  min-height: 100px;
  color: #f2f5fa;
  font-size: 15px;
/*   padding-top: 320px;*/
}
#mid-main-img {
   background-color: #00141d;
    line-height: 1;
}
#mid-main-img img{width: 100%;line-height: 1;}

#mid-main-img-contact {
   background-color: #fbfbfd;
    line-height: 1;
}
#mid-main-img-contact img{width: 100%;line-height: 1;}

.topwall-g .main-title{
  font-size: 19px;
  color: #d8a927;
  font-weight: 600;
  font-stretch:condensed;
}

.topwall-g-pyramid-text .main-title-text{
  font-size: 20px;
  color: #d8a927;
  font-weight: 600;
  font-stretch:condensed;
}

.topwall-g-pyramid-text-emery .main-title-text-emery{
  font-size: 15px;
  color: #d8a927;
  font-weight: 600;
  font-stretch:condensed;
}
.topwall-g .sub-title{
  font-size: 15px;
   font-weight: 600;
   margin-bottom: 15px;
}
.topwall-g .desc_info{
  padding-left: 8px;
  padding-right: 8px;
  font-size: 15px;
  font-weight: 600;
  font-stretch:ultra-condensed;
}

.bg-white{
  background: #fbfbfd;
}

.title-top-box{
    padding-top:3em;
}

.title-top-box h1{
  margin: 0;
}
.title-top-box .detai-info{
   margin-top: 1.6em;
}

.top-line-gray{
  border-top: 1px solid #eee;
}
.bottom-line-gray{
  border-bottom: 1px solid #eee;
}
.aux {
    background: #fbfbfb!important;
    background: rgba(0,0,0,0.1);
    border-top: 1px solid #808080;
    border-top: 1px solid rgba(255,255,255,0.5);
    overflow: hidden;
}
.aux h4{
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 2px;
  margin: auto;
  text-align: -webkit-center;
    padding-bottom: 10px;
    padding-top: 10px;
}

#bottomsearch select{
   height: 2.25em;
}
#bottomsearch .btn_go{
   height: 2.1em;
   margin-top: 3px;
   background: linear-gradient(#efcf5e, #ae7821);
}

.subtit-bar{
  background: linear-gradient(#e9c765, #c0923c);
  width: 100%;
  text-align: center;
}
.subtit-bar h3{
  margin: 0;
  padding-top: 12px;
  font-size: 1.2em;
  line-height: 1.1em;
  text-transform: capitalize;
  color: #fff;
}
.subtit-tri{
  width: 0;
height: 0;
border-style: solid;
border-width: 28px 50vw 0 50vw;
border-color: #c0923c transparent transparent transparent;
background: #fbfbfd;
}

.accordion-content {
  display: none;
}
.lawyer-listing-box{
  border-bottom: 2px solid #f0f3f5;
   background-color: #fbfbfd;
}

.contact-panel{
  background-color: #fbfbfd;
    margin-bottom: 2em;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.contact-panel .panel-title{
  padding-bottom: 2px;
}
.panel-title .tilte-main{
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  width: 100%;
  color: #c19729;
}
.panel-maininfo-more{
  color: #c19729;
}
/* .panel-title .title-side{
 *  *   font-size: 1.45em;
 *   *     font-weight: 600;
 *    *     }  */

.line-h-11{line-height: 1.1;}

.panel-maininfo{
  overflow-x: hidden;
}
.pure-u-md-1-5{
  margin-bottom: 2vh!important;
}
.panel-maininfo-header{
  min-width: 300px;
  width: 125%;
  margin-left: auto;
}
.panel-maininfo-header .main-header{
  width: 100%;
  border-radius: 4px;
  margin-bottom:12px;
}

.panel-maininfo-header .num{
  font-size: 2.2em;
  font-weight: 600;
  color: #c19729;
}
.panel-maininfo-header .num a{color: #c19729;}

.fa-linkedin-square{color: #0073b1}


.panel-sum-info{
   padding-top: 8px;
   padding-bottom: 20px;
}
.panel-sum-info p{line-height: 1.6; color: #333;}

.two_btn .pure-button{
   padding: 12px 12vw;
}
.tilte-side-desk{margin-bottom: 1em;}

.panel-address{
  margin-top: 1.9em;
  padding-bottom: 1.6em;
  background-image: url("../imgs/address_y.gif");
  background-position: 50px 3px;
  background-repeat:  no-repeat;
  font-weight: 600;
  color: #666;
}

.panel-review{
  margin-top: 1.4em;
  padding-top:1.2em ;
}

.panel-review .panel-review-side{
   text-align: right;
   color: #666;
}
.panel-review .panel-review-txt{
  padding-top: 1.2em;
}
.panel-review .panel-review-txt p{
  text-indent: 2em;
  line-height: 1.6;
  text-align:justify;
  color: #333;
}
.panel-review .panel-review-rank{
  padding-top: 8px;
}


.title-middle{
  font-size:1.5em;
  text-rendering: optimizeLegibility;
  text-shadow: 0 1px 0 #fff;
  color: #333;
}

.footer{
  margin-top: 1em;
  padding-bottom: 2em;
  color: #919191;
}
.footer a{color: #919191;}

.footer .link-li{
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer .contact-info{
  border-top:1px solid #434343 ;
  border-bottom:1px solid #434343 ;
  padding-top: 14px;
  padding-bottom: 13px;
}
.footer .copyright-b{
  padding-top: 10px;
  padding-bottom: 8px;
}
.footer .copyright-b .fa{
  color: #bfbfbf!important;
  font-size: 2em;
  margin-right: 10px;
}

.middle-wrapper{width: 88%;
  margin-left: auto;
  margin-right: auto;}

/* Rank Star */
.star_rank{
color: #cc9b58;
}
.text_gold {
  color: #cc9b58;

}


.link_g{
  color: #98989a;
}

.slider_zone{
  padding-top: 25px;
  padding-bottom: 1em;
}

.slider_zone * {
  box-sizing: border-box;
  font-family: Circular Std Book;
}

.slider_zone .wanted {
    padding: 0 5%;
  }

.slider_zone .wanted .description {
      float: left;
      display: block;
      width: 100%;
      white-space: normal;
     }
 .description .rank_p{
  font-weight: 600;
 }

.slider_zone .title-side {
    color: #cda349;
    line-height: 1;
}
.slider_zone .title-side .fa {
    font-size: 14px;
}

.slider_zone .review-info{
  clear: both;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  box-shadow: 0 5px 25px 0 rgba(123,123,123,.15);
}
.slider_zone .review-info .review-user{
      margin-top: 5px;
}
.review-info .review-user .user-img {
    width: 48px;
    height: 48px;
    border-radius: 50%!important;
    margin-right: 12px;
    margin-top: 8px;
}
.review-info .review-user .user-info {
    padding-top: 8px;
    font-size: 12px;
}


.nextwin{
  margin-top: 22px;
  background-color: #f2f1ec;
  border-radius: 4px;
}
.nextwin .title-d{
   font-size: 14px;
   font-weight: 600;
   padding-left: 16px;
   line-height: 60px;
}
.nextwin .comm-d{
  padding-top: 8px;
}
.nextwin .comm-d img{
  border-radius: 8px;
  border: 2px solid #bf965c;
  margin-right: 14px;
}
.nextwin .comm-d .comm-d-info{
  line-height: 1;
  color: #8c8c8a;
  padding-top: 9px;
  font-weight: 600;
}
.nextwin .comm-d .comm-d-info .points{
  font-size: 16px;
}
.nextwin .comm-d .comm-d-info .fa{
  font-size: 12px;
   color: #9c9c9c;
}


.only-desk{display:none;}


/* desktop style */
@media (min-width: 768px) {
.descshadow{
  padding:15px 0px !important;
  position:sticky !important;
  margin-top:-30px !important;
  background-image:linear-gradient(rgba(255, 255, 255, 0), #fbfbfd) !important;
}
  #m-menu-toggle{
  line-height: 1.42;
}

#menu-list-link {padding-top: 0}

  .lawyercom_28{width: 35px;}
  .only-mobile{display:none; }
  .only-desk{display:block;}
   /* menu */
   #menu-list-link{
    margin-top: 0;
  background-color: transparent;
  }
   #toggle{
     display: none;
   }
   #menu-list-link{
     line-height: 30px;
   }
  .pure-menu-list{
     margin-top: 0;
   }
  #menu-list-link a.pure-menu-link:hover{
     color: #333;
  }
  #sub-header{font-size:13px; line-height: 26px; }

  /* content-wrapper */
  .content-wrapper, .footer .middle-wrapper{
                   margin-left: auto;
                   margin-right: auto;
  }
  .subtit-tri{
    border-width: 28px 360px 0 360px;
  }

  .one-maininfo{margin-top: 20px;}

  .panel-maininfo-header .main-header {
     width: 88%;
  }

  #mid-main-img img{width: 52%}

  #mid-main-img-contact img{width: 25%}

  .panel-sum-info{padding-top: 0;padding-bottom: 10px;}
  .panel-sum-info h3{margin-top: 0; margin-bottom: 10px; font-size: 18px; color: #666;}
  .panel-sum-info p {font-size:20px; line-height:1.4;}

  .tilte-side-desk{font-size: 30px; font-weight: 600; margin-bottom: 10px;}

  .topwall-g .main-title {font-size: 45px;}
  .topwall-g-pyramid-text .main-title-text {font-size: 30px;}
  .topwall-g-pyramid-text-emery .main-title-text-emery {font-size: 21px;}
  .topwall-g .sub-title {font-size: 18px;}
  .topwall-g .desc_info {font-size: 18px;}

  .desk-num{text-align: center; color: #c19729; font-size: 33px; width: -webkit-fill-available;}
  .desk-num a{color: #c19729; padding-right: 10%}
  .desk-address {font-size: 18px;}
  .desk-btns{margin-top: 10px;}
  .desk-btns .pure-button{
    margin-right: 15px;
    min-width: 36%;
    font-size: 18px;
   }
   .desk-btns .fa-linkedin-square{font-size: 48px; padding-top: 0;}

   .panel-maininfo-header{

   }
   .slider-desk{
     margin-top: 20px;
     padding-top: 22px;
     border-top: 1px solid #eee;
   }
   .slider-desk .font-title{font-size: 18px;}
   .slider-desk .title-side{font-size:20px;}
   .slider-desk .star_rank .fa{font-size:20px;}
   .slider-desk .total_w{line-height: 1; font-size: 16px;}
   .slider-desk-title {margin-bottom: 15px;}
   .review_more{font-size: 18px; padding-top: 10px}
}


/* desktop slider */
      /* Shop */
@media only screen and (min-width: 401px) {
  .shop .sy-box .sy-slides-wrap {
    min-width: 400px;
    max-width: 590px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.shop .sy-box .sy-slides-crop {
  overflow: visible;
}
@media only screen and (max-width: 500px) {
  .shop .sy-box .sy-controls li {
    min-width: 2.4em;
  }
  .p-lr-half{
    max-height: 95px;
    overflow: auto;
    padding-left:0.5em;
    padding-right: 0.5em;
  }
  .link_yellow{
    display: none;
  }
  .shop .sy-box .sy-controls li a:after {
    line-height: 1.4em;
    height: 1.4em;
    width: 1.4em;
    margin-top: -0.7em;
    margin-left: -0.7em;
  }
}
@media only screen and (min-width: 501px) {
  .shop .sy-box .sy-controls li {
    width: 100%;
  }
  .shop .sy-box .sy-controls li.sy-prev {
    left: -100%;
  }
  .shop .sy-box .sy-controls li.sy-next {
    right: -100%;
  }
  .shop .sy-box .sy-controls li a:after {
    background: none;
  }
}
.shop .sy-box .sy-slide {
  opacity: 0.26;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

@media only screen and (max-width: 500px) {
  .shop .sy-box .sy-slide .product-info {
    padding: 1em 2.4em;
  }
}

@media only screen and (max-width: 500px) {
  .shop .sy-box .sy-slide .product-info .buy-now {
    right: 2.4em;
  }
}
.shop .sy-box .sy-slide .product-info .more-info {
  left: 1em;
}
@media only screen and (max-width: 500px) {
  .shop .sy-box .sy-slide .product-info .more-info {
    left: 2.4em;
  }
}
.sy-pager li.sy-active a{
  background-color: #cc9b58;
}

.shop .sy-box .sy-slide .image-content{
  height: 220px;
  width: 420px;
  padding: 6px;
  border-radius: 6px;
  box-shadow: 0 5px 25px 0 rgba(123,123,123,.66);
}
.shop .sy-box .sy-slide .image-content .review-info{
  padding: 10px;
  padding-top: 18px;
  font-size: 18px;
}
.shop .sy-box .sy-slide .image-content .review-user{
  padding-top: 2px;
  padding-left: 22px;
}
.shop .sy-box .sy-slide .image-content .review-user .user-info {
  padding-top: 2px;
  font-size: 18px;
}
.shop .sy-box .sy-slide .image-content .review-user .user-img{
  width: 64px;
  height:64px;
  border-radius: 50%!important;
  margin-right: 12px;
}
.shop .sy-box .sy-slide .image-content .product-image {
  max-width: 100%;
}
.shop .sy-box .sy-slide.sy-active {
  opacity: 1;
}

.shop .sy-box .sy-slide.sy-active:hover .product-info p, .shop .sy-box .sy-slide.sy-active:hover .product-info .button-link {
  opacity: 1;
}
.shop .sy-box .sy-slide .product-info p,
.shop .sy-box .sy-slide .product-info .button-link,
.shop .sy-box .sy-slide .product-image, .shop .sy-box .sy-slide.sy-active, .shop .sy-box .sy-slide.sy-active .buy-now, .shop .sy-box .sy-slide.sy-active:hover .product-image, .shop .sy-box .sy-slide.sy-active:hover .product-info p, .shop .sy-box .sy-slide.sy-active:hover .product-info .button-link, .shop .sy-box .sy-slide.sy-active.transition {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.product-name,
.shop-slider .slide_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 401px) {
  .product-name,
  .shop-slider .slide_box {
    min-width: 400px;
    max-width: 590px;
    width: 50%;
  }
}



/* only for desktop */
@media only screen and (min-width: 992px){
  .only{
    position: absolute!important;
    margin-top: 8%!important;
    margin-left: 25%!important;
    font-weight: 600!important;
    font-stretch: condensed!important;
    text-transform: uppercase!important;
    font-size: 15px!important;
  }
  .only-emery{
    position: absolute!important;
    margin-top: -12%!important;
    margin-left: 51%!important;
    font-weight: 600!important;
    font-stretch: condensed!important;
    text-transform: uppercase!important;
    font-size: 12px!important;
  }
  .search{
  color: #d7a926!important;
  font-size: 14px!important;
  text-transform: uppercase;
      width: fit-content;
      font-weight: 700;
      margin-left:7%!important;
}
  .topwall-g-pyramid-text{
    color: #d7a926!important;
    font-size: 35px!important;
    min-height: 100px!important;
    color: #f2f5fa!important;
    font-size: 25px!important;
  /*   padding-top: 320px;*/
  }
  .topwall-g-pyramid-text{
    color: #d7a926!important;
    min-height: 100px!important;
    color: #f2f5fa!important;
    font-size: 25px!important;
  /*   padding-top: 320px;*/
  }
  .subtit-tri{
    border-width: 28px 480px 0 480px;
  }
}

@media only screen and (min-width: 1200px){
  .content-wrapper, .footer .middle-wrapper{
      width: -webkit-fill-available;
  }
  .search{
  color: #d7a926!important;
  font-size: 18px!important;
  text-transform: uppercase;
      width: fit-content;
      font-weight: 700;
      margin-left:7%!important;
}
  .topwall-g-pyramid-text{
    color: #d7a926!important;
    font-size: 35px!important;
    min-height: 100px!important;
    color: #f2f5fa!important;
    font-size: 33px!important;
  /*   padding-top: 320px;*/
  }
  .topwall-g-pyramid-text-emery{
    color: #d7a926!important;
    font-size: 35px!important;
    min-height: 100px!important;
    color: #f2f5fa!important;
    font-size: 21px!important;
  /*   padding-top: 320px;*/
  }
  .only{
    position: absolute!important;
    margin-top: 8%!important;
    margin-left: 25%!important;
    font-weight: 600!important;
      font-stretch: condensed!important;
          text-transform: uppercase!important;
      font-size: 19px!important;
  }
  .only-emery{
    position: absolute!important;
    margin-top: -12%!important;
    margin-left: 51%!important;
    font-weight: 600!important;
      font-stretch: condensed!important;
          text-transform: uppercase!important;
      font-size: 14px!important;
  }
  .subtit-tri{
    border-width: 36px 620px 0 620px;
  }

  .subtit-bar h3 {
    padding-top: 16px;
    font-size: 30px;
    line-height: 30px;
   }

   .only-mobile .descshadow{
     padding:15px 0px !important;
     position:sticky !important;
     margin-top:-30px !important;
     background-image:linear-gradient(rgba(255, 255, 255, 0), #fbfbfd) !important;
   }
   .tilte-side-desk{font-size: 27px;}
   .panel-sum-info p{font-size:18px;}

   .shop .sy-box .sy-slide .image-content{
      height: max-content;
      width: 550px;
      padding: 6px;
    }
    .shop .sy-box .sy-slide .image-content .review-info{font-size: 18px;}
    .desk-btns{margin-top: 30px;}
    .shop .sy-box .sy-slide .image-content .review-user .user-img{
      width: 84px;
      height: 84px;
      margin-top: 12px;
    }
    .shop .sy-box .sy-slide .image-content .review-user{

    }
    .shop .sy-box .sy-slide .image-content .review-user .user-info {
      padding-top: 10px;
      font-size: 18px;
    }
}
.pure-form .outer-border{
  border: 1px solid #e8c761;
  margin: 10px;
  padding: 10px;
  text-align: -webkit-center;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
   /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-desktop {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  font-size: x-large;
  width: 30%; /* Could be more or less, depending on screen size */
}
.modal-content-mobile {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.split-para      { display:block;}
.split-para span { display:block;float:right;}
.scrollbarDesktop::-webkit-scrollbar {
    width: 12px;
}

.scrollbarDesktop::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ad782b ;
    border-radius: 10px;
}

.scrollbarDesktop::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c19729;
}

.scrollbarDesktop::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px #ad782b ;
}

.text_white{
  color: grey!important;
}
.text_empty{
  font-weight: 100 !important;
}

.attorney-desc{

}

.linkBlack{
  color: black;
  text-decoration: underline;
}

.pyramid{
      margin-top: -3%;
      width: -webkit-fill-available;
}


.search{
  color: #d7a926!important;
  font-size: 13px;
  text-transform: uppercase;
      width: fit-content;
      font-weight: 700;
      margin-left:7%;
}


#m-menu-toggle .pure-menu-heading img {
    /*float: right;*/
}

.pure-menu-icon {
    width: 8%;
    margin-left: 2%;
    display: inline-block;
}

.pure-menu-icon img {
    height: 30px;
    margin-bottom: 7px;
}

.finding-section {
    margin: 100px 0px;
    background-color: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.finding-section img {
    width: 120px;
}

.finding-section-description {
    display: inline-block;
    margin-left: 30px;
}

.finding-section-description h1 {
    color: #cfa64c;
    font-size: 32px;
}

.finding-section-description p {
    color: black;
    font-weight: 600;
    margin: 0px;
    font-size: 20px;
}

p.finding-description-mobile {
    margin-bottom: 20px;
}

.nearby-section {
    width: 80%;
    font-size: 0px;
    margin: 0px 10% 100px 10%;
    text-align: center;
}

.nearby-city {
    width: 50%;
    display: inline-block;
    position: relative;
}

.nearby-city:after {
    content: "";
    border-right: 1px solid #cfa64c;
    height: 100%;
    top: 0;
    width: 1px;
    position: absolute;
}

.nearby-country {
    width: 50%;
    display: inline-block;
}

.nearby-border {
    position: relative;
}

.nearby-border:after {
    content: "";
    border-right: 1px solid #d7d7d7;
    height: 60%;
    top: 20%;
    right: 0;
    width: 1px;
    position: absolute;
}

.pure-u-1-2 a,
.pure-u-1-3 a,
.pure-u-1-5 a,
.pure-u-1-6 a,
.pure-u-1-7 a {
    font-size: 20px;
    color: #606060;
    display: block;
    margin: 0px 0px 20px 0px;
    text-decoration-color: #cfa64c;
}

.pure-u-1-5 a,
.pure-u-1-7 a {
    margin: 0px;
}

.nearby-neighborhoods .nearby-border:after,
.nearby-zipcode .nearby-border:after {
    top: 0;
    height: 100%;
    border-right: 1px solid #cfa64c;
}

.pure-u-1-5 h2,
.pure-u-1-7 h2 {
    font-size: 22px;
    color: #cfa64c;
    display: block;
    margin: 0px;
}

.nearby-section h1 {
    color: #cfa64c;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.nearby-searchby-map h1 {
    color: #cfa64c;
    font-size: 32px;
    margin: 0px;
    text-align: center;
}

.nearby-city-mobile,
.nearby-country-mobile {
    display: none;
}

.nearby-neighborhoods,
.nearby-zipcode {
    text-align: center;
    font-size: 0px;
    padding: 20px 5%;
    background-color: #f6f6f6;
    margin: 50px 0px;
}

.nearby-neighborhoods-mobile,
.nearby-zipcode-mobile {
    display: none;
}

.nearby-neighborhoods-mobile,
.nearby-zipcode-mobile {
    text-align: center;
    font-size: 0px;
    margin: 50px 0px;
}

.nearby-neighborhoods-mobile h2,
.nearby-zipcode-mobile h2,
.nearby-searchby-name-mobile h1 {
    color: #cfa64c;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.nearby-searchby-name {
    font-size: 0px;
    padding-left: 10%;
    padding-right: 3%;
    margin: 50px 0px;
}

.nearby-searchby-name-mobile {
    font-size: 0px;
    margin: 50px 0px;
    text-align: center;
    display: none;
}

.nearby-searchby-map {
    max-width: 1200px;
    height: 800px;
    margin: auto;
}

.nearby-searchby-map svg {
    width: 1200px;
    height: 100%;
}

.nearby-searchby-map svg path {
    cursor: pointer;
}

.nearby-searchby-map svg path:hover {
    fill: #c79c49;
}

@media only screen and (max-width: 767px) {
    #m-menu-toggle .pure-menu-heading img {
        float: none;
    }

    #m-menu-toggle {
        background-image: url(../imgs/top_bar_bg.png);
    }

    .pure-menu-icon {
        display: none;
    }

    .finding-section {
        padding: 30px 5%;
        margin: 50px 0px;
    }

    .finding-section img {
        width: 30%;
    }

    .finding-section-description h1 {
        font-size: 14px;
    }

    .finding-section-description p {
        display: none;
    }

    .finding-section-description .finding-description-mobile {
        margin: 0px;
        display: block;
        font-size: 13px;
    }

    .nearby-section {
        margin: 0px;
        width: 100%;
    }

    .nearby-section h1 {
        font-size: 24px;
    }

    .nearby-city-mobile,
    .nearby-country-mobile {
        display: block;
        margin-bottom: 50px;
    }

    .nearby-city,
    .nearby-country {
        display: none;
    }

    .nearby-neighborhoods-mobile,
    .nearby-zipcode-mobile {
        display: block;
    }

    .nearby-neighborhoods,
    .nearby-zipcode {
        display: none;
    }

    .nearby-searchby-name {
        display: none;
    }

    .nearby-searchby-name-mobile {
        display: block;
    }

    .pure-u-1-2 a,
    .pure-u-1-3 a,
    .pure-u-1-5 a,
    .pure-u-1-6 a,
    .pure-u-1-7 a {
        font-size: 16px;
    }

    .nearby-searchby-name-mobile .nearby-border:after {
        top: 10%;
        height: 80%;
    }

    .nearby-searchby-map {
        display: none;
    }

    .pure-menu {
        width: 100%;
    }
}
