*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.nav-bar .split.button span {
    /*fixes for foundation.full.css*/
    height:auto;
    position: relative;
    right: auto;
    top: auto;
    border: none;
    width: auto;
}

.nav-bar .split.button span:before {
    display: none !important;
}

body {
    margin-top: 59px !important;
}

html, body {
    width: 100%;
}

ul, ol, dl {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit;
    padding: 0;
}

.nav-bar ul > li.nav-link {
    list-style-type: none;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

img.logo {
    height: 30px;
}

.nav-bar {
    border-bottom: solid 1px #e2e1dd;
    padding-top: 7px;
    position: fixed;
    top:0;
    z-index: 99;
    background: #fff;
    width: 100%;
}

a.nav-toggle {
    /*	height: 45px;
    */	float: right;
    width: auto;
    height: auto;
    cursor: pointer;
}

.nav-bar h1 {
    font-weight: normal;
    color: #fff;
    display: block;
    margin:0;
    height:45px;
}

.nav-bar .logo-link {
    float:left;
    display:table-cell;
    width: auto;
    padding: 8px 15px;
}

.nav-bar .logo-link img {
    vertical-align: middle;
}

.nav-collapsable > ul > li.nav-link > a, .nav-toggle {
    padding: 0 9px;
    line-height: 45px;
    width: 100%;
}

.nav-collapsable > ul > li.nav-link > a.button-main {
    line-height:34px;
}

.nav-wrapper {
    width: 100%;
    min-height: 51px;
}

.nav-collapsable > ul {
    float: right;
    padding-right: 10px;
}

.nav-collapsable > ul > li.nav-link > a, .nav-wrapper a.nav-toggle {
    font-family: 'Roboto Slab',sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-decoration: none !important;
    color: #2e332e;
}

.nav-collapsable > ul > li.nav-link > a.button {
    color: #fff;
}

.nav-collapsable > ul > li.first-link > a {
    padding-left: 0px;
}

.nav-bar ul span.button-text {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    padding-right: 0px;
    padding-left: 10px;
    border-color: #2294d0;
    color: #fff;
}

.nav-bar ul > li.nav-link > .button.primary {
    background: #10c77e;
}

.nav-bar ul > li.nav-link > .button.grey {
    background: #bbb;
}

.nav-bar .button {
    color: #fff;
}
.nav-bar input, .nav-bar .button, .nav-bar button {
    position: relative;
}

a.button-main.button {
    line-height: 34px;
    top: 6px;
}

.nav-bar .button, .nav-bar button {
    padding-top: .35rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    border-radius: 3px;
}
.fa {
    margin: 0 auto;
    display: block;
    color: #4caee2;
}
.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button-wrapper.open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.nav-collapsable > ul > .button-wrapper {
    float: left;
    height: 34px;
    padding:0;
    top:6px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;

}

.button-wrapper ul {
    position: absolute;
    top: 34px;
    margin-left: 0px;
    padding: 4px 0 6px 0;
    width: 121px;
    /*background: rgb(248, 246, 238);*/
    background: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid rgb(226, 225, 221);
    border-top: none;
    /*	border: 1px solid rgb(226, 225, 221);
        border-top: none;
    */}

@-moz-document url-prefix() { /*fix for firefox margin rendering issue*/
    .button-wrapper ul {
        margin-top: -1px;
    }
}

.button-wrapper li:first-child {
    /*border-bottom: 1px solid #f2eee2;*/
}

.button-wrapper ul *, .button-wrapper ul *:hover {
    text-decoration: none !important;
    /*	color: #000;
    */}

.button-wrapper li {
    list-style-type: none;
    line-height: 34px;
    font-size: 15px;
    margin: 0 0.75em;
    text-align: left;
}

.button-main, .split-dropdown-container {
    display: inline-block;
}

.button-wrapper > .button-main {
    padding: 0 0.7em;
    color: #fff;
}

.button-wrapper a:hover {
    text-decoration: none !important;
}

.button-wrapper .button-main a, .button-wrapper i.split-icon {
    line-height: 34px;
    font-size: 15px;
    color: #fff;
    text-decoration: none !important;
}

.split-dropdown-container {
    width: 121px;
    height:auto;
}

.split-dropdown-container > a {
    height: 35px
}

.split-dropdown-container:hover i {
    opacity: 1 !important;
}

.split-dropdown-container i {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.button-wrapper i.split-icon {
    display: inline-block;
    /*	border-left: 1px solid #fff;
    */	width: auto;
    padding: 0 0.4em;
}

.nav-collapsable > ul > .button-wrapper li {
    line-height: 27px;
}

@media screen and (max-width: 40em) { /*small*/
    .nav-collapsable > ul > li.nav-link > a {
        line-height: 27px !important;
        font-size: 17px !important;
        padding-top:12px !important;
        padding-bottom:12px !important;
        display: block;
        text-align: center;
    }
    a.nav-toggle {
        padding-top: 9px;
        line-height: 27px !important;
        font-size: 17px !important;
        display: block;
        text-align: center;
    }

    .nav-collapsable > ul {
        float: left;
        padding: 0 4px;
        width: 100%;
    }
    .nav-collapsable > ul > li {
        margin: 5px 15px 10px 15px !important;
    }
    .nav-collapsable > ul > li.nav-link > .button {
        position:relative;
        font-size: 17px !important;
        padding: 12px 15px;
        top:0 !important;
        height: auto;
        width: auto;
        float: none;
    }

    html.js-nav-active body {
        margin-top: 0 !important;
    }

    html.js-nav-active body > div.nav-bar {
        position: relative !important;
    }

    .nav-collapsable > ul > .button-wrapper {
        float: none;
        top: 0;
        height: auto;
    }

    .split {
        display: none !important;
    }

    .nav-collapsable > ul > .button-wrapper > a {
        top: 0;
        padding: 12px 15px;
        float: none;
        display: block;
        font-size: 17px !important;
        width: auto;
    }

    nav.nav-collapsable {
        clear: both;
        width: 100%;
    }
}
/*
	header {
		margin-top: 59px !important;
	}*/

@media screen and (min-width: 40.063em) { /*not small*/
    .nav-collapsable > ul > li.nav-link {
        float: left;
    }
    .nav-collapsable ul > li.last-link > a {
        padding-right: 13px;
    }
    li.mobile {
        display: none !important;
    }
    .nav-collapsable > ul > .button-wrapper > a.button-main {
        width: 80px;
        padding: 0;
    }
    .split-dropdown-container a {
        display: block;
    }
    .js .nav-collapsable {
        overflow: visible;
    }
}

@media only screen and (min-width: 64.063em) { /*large*/
    .nav-collapsable > ul > li.nav-link > a {
        padding: 0 20px !important;
        font-size: 20px !important;
    }
    .nav-collapsable > ul > li.nav-link > .button {
        width: 100px;
        height: 34px;
        font-size: 17px !important;
        padding: 5px 15px;
    }
    /*	.button-wrapper .button-main a, .button-wrapper i.split-icon {
            line-height: 34px;
            font-size: 17px;
        }
    */

    .nav-bar ul span.button-text {
        line-height: 34px;
        font-size: 17px;
    }

    .split-dropdown-container {
        width: 135px;
    }

    .nav-collapsable > ul > .button-wrapper li {
        font-size: 17px;
    }

    .nav-bar ul > li.last-link > a {
        padding-right: 25px !important;
    }
    img.logo {
        height: 36px !important;
    }
    a.logo-link {
        padding-top: 4px !important;
    }
    .button-wrapper ul {
        width: 135px;
    }
    .nav-collapsable > ul > .button-wrapper > a.button-main {
        width: 100px;
        padding: 0 !important;
    }
}

/*
     FILE ARCHIVED ON 23:54:53 Aug 22, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:05:54 Feb 29, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.101
  exclusion.robots.policy: 0.091
  cdx.remote: 0.092
  esindex: 0.01
  LoadShardBlock: 648.391 (6)
  PetaboxLoader3.resolve: 267.732 (4)
  PetaboxLoader3.datanode: 605.29 (8)
  load_resource: 300.035 (2)
*/