/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'),
       url('../fonts/Lato/lato-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Lato/lato-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Lato/lato-v11-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/Lato/lato-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Lato/lato-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Lato/lato-v11-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../fonts/Lato/lato-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Lato/lato-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Lato/lato-v11-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/*! tailcoat - v1.2.2 - 2015-03-27
*   https://github.com/ArcGIS/tailcoat
*   Copyright (c) 2015 Environmental Systems Research Institute, Inc.
*   Apache 2.0 License */
.esri-logo-footer, .esri-logo {
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  .esri-logo-footer, .esri-logo {
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}

fieldset label, .column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12, .column-13, .column-14, .column-15, .column-16, .column-17, .column-18, .column-19, .column-20, .column-21, .column-22, .column-23, .column-24, .feature .feature-text, .feature .feature-block, .header .header-inner, .navigation-bar header, .navigation-bar-nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 0.5em;
}

.full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.focusable.visually-hidden:active, .focusable.visually-hidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

fieldset:before, .input-list li:before, .footer-social-nav li:before, .sidebar-navigation li:before, .navigation-bar:before, .search-bar:before, .container:before, .row:before, .feature:before, dl.inline:before, .toolbar:before, .dropdown-wrapper:before, .site-nav:before, .site-nav ul:before, .navigation-bar-nav ul:before, .search-bar .search-inputs:before, .sidebar-navigation header:before, .tab-group .tab-nav:before, .clearfix:before, fieldset:after, .input-list li:after, .footer-social-nav li:after, .sidebar-navigation li:after, .navigation-bar:after, .search-bar:after, .container:after, .row:after, .feature:after, dl.inline:after, .toolbar:after, .dropdown-wrapper:after, .site-nav:after, .site-nav ul:after, .navigation-bar-nav ul:after, .search-bar .search-inputs:after, .sidebar-navigation header:after, .tab-group .tab-nav:after, .clearfix:after {
  content: " ";
  display: table;
}
fieldset:after, .input-list li:after, .footer-social-nav li:after, .sidebar-navigation li:after, .navigation-bar:after, .search-bar:after, .container:after, .row:after, .feature:after, dl.inline:after, .toolbar:after, .dropdown-wrapper:after, .site-nav:after, .site-nav ul:after, .navigation-bar-nav ul:after, .search-bar .search-inputs:after, .sidebar-navigation header:after, .tab-group .tab-nav:after, .clearfix:after {
  clear: both;
}

.panel, .search-filters {
  border-width: 0em;
  border-style: solid;
  padding: 1.5em;
  padding-left: 1.75em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ededed;
  background: #fafafa;
}
.panel > :last-child, .search-filters > :last-child {
  margin-bottom: 0 !important;
}

fieldset {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.input-list li, .footer-social-nav li, .sidebar-navigation li {
  padding: 0;
}
.input-list li:before, .footer-social-nav li:before, .sidebar-navigation li:before {
  display: none;
}

.content-area ul li, ul.bulleted li {
  position: relative;
  padding-left: 1em;
}
.content-area ul li:before, ul.bulleted li:before {
  content: "";
  width: .5em;
  height: .5em;
  margin-left: -1em;
  background-color: #A8C9E3;
  position: absolute;
  top: 0.6em;
}
.content-area ul li ol li:before, ul.bulleted li ol li:before {
  background-color: transparent;
}

.content-area ol, ol.numbered {
  counter-reset: li;
  list-style: none;
  position: relative;
  padding-bottom: 1em;
}
.content-area ol > li, ol.numbered > li {
  padding: 0.3em .25em .25em 2.5em;
  position: relative;
  margin-bottom: 0.75em;
}
.content-area ol > li:before, ol.numbered > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.75em;
  padding: 0 .5em 0 0;
  font-family: "Avenir LT W01 35 Light", "Lato", Arial, Helvetica, sans-serif;
  color: #a6a6a6;
  font-size: 1.25em;
  line-height: 2em;
  text-align: right;
  border-right: 1px solid #cccccc;
}
.content-area ol > li:after, ol.numbered > li:after {
  content: ".";
  display: block;
  clear: left;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.content-area {
  max-width: 48em;
}
.content-area h1 {
  margin-top: 1.26316em;
  margin-bottom: 0.63158em;
  font-size: 38px;
  font-size: 2.375rem;
}
.content-area h2 {
  margin-top: 1.26316em;
  margin-bottom: 0.63158em;
  font-size: 32px;
  font-size: 2rem;
}
.content-area h3 {
  margin-top: 1.26316em;
  margin-bottom: 0.63158em;
  font-size: 24px;
  font-size: 1.5rem;
}
.content-area h4 {
  margin-top: 1.26316em;
  margin-bottom: 0.63158em;
  font-size: 18px;
  font-size: 1.125rem;
}
.content-area h5 {
  margin-top: 1.26316em;
  margin-bottom: 0.63158em;
  font-size: 16px;
  font-size: 1rem;
}
.content-area h6 {
  margin-top: 1.26316em;
  margin-bottom: 0.63158em;
  font-size: 14px;
  font-size: 0.875rem;
}
.content-area p {
  font-size: 14px;
  font-size: 0.875rem;
}
.content-area li {
  font-size: 14px;
  font-size: 0.875rem;
}
.content-area table {
  margin-bottom: 1.5em;
}
.content-area img {
  height: auto;
  max-width: 100%;
}
.content-area code {
  padding: 4px 2px 1px;
}
.content-area pre {
  margin-top: 1em;
}
.content-area table {
  margin-bottom: 1.5em;
}

.navigation-bar, .search-bar {
  color: white;
  background: url('../images/tailcoat/navigation-bar-background.jpg?1400023879') repeat top center #762783;
}
.navigation-bar input, .search-bar input {
  color: #595959;
  border: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
.navigation-bar input:focus, .search-bar input:focus {
  border: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.breadcrumbs li:before, [data-icon]:before, .icon-class:before, .btn.ui-button:before, .btn.success:before, .btn.delete:before, .btn.cancel:before, .btn.loading:before, [class*="icon-"]:before, .checkmarks .click-dropdown-item:before, .drawer-nav .drawer-search:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}

.site-nav li {
  float: left !important;
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html {
  font-size: 100%;
  line-height: 1.5em;
}

body {
  background: #fefefe;
  color: #4d4d4d;
  font-family: "Lucida Grande", "Segoe UI", "Arial", sans-serif;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  min-width: 0;
  padding: 0 1em;
  margin-right: auto;
  margin-left: auto;
}

.map .container {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: none;
  min-width: 0;
}
.map .container:before, .map .container:after {
  display: none;
}

.row, .feature {
  position: relative;
}
.row .row, .feature .row, .row .feature, .feature .feature {
  width: auto;
  max-width: none;
  min-width: 0;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

img, object, embed, video {
  max-width: 100%;
  height: auto;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

[class*="column-"].last-column {
  float: right;
}
[class*="column-"].center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.column-1 {
  width: 4.16667%;
}

.column-2 {
  width: 8.33333%;
}

.column-3 {
  width: 12.5%;
}

.column-4 {
  width: 16.66667%;
}

.column-5 {
  width: 20.83333%;
}

.column-6 {
  width: 25%;
}

.column-7 {
  width: 29.16667%;
}

.column-8 {
  width: 33.33333%;
}

.column-9 {
  width: 37.5%;
}

.column-10 {
  width: 41.66667%;
}

.column-11 {
  width: 45.83333%;
}

.column-12 {
  width: 50%;
}

.column-13 {
  width: 54.16667%;
}

.column-14 {
  width: 58.33333%;
}

.column-15 {
  width: 62.5%;
}

.column-16 {
  width: 66.66667%;
}

.column-17 {
  width: 70.83333%;
}

.column-18 {
  width: 75%;
}

.column-19 {
  width: 79.16667%;
}

.column-20 {
  width: 83.33333%;
}

.column-21 {
  width: 87.5%;
}

.column-22 {
  width: 91.66667%;
}

.column-23 {
  width: 95.83333%;
}

.column-24 {
  width: 100%;
}

.pre-0 {
  margin-left: 0%;
}

.post-0 {
  margin-right: 0%;
}

.pre-1 {
  margin-left: 4.16667%;
}

.post-1 {
  margin-right: 4.16667%;
}

.pre-2 {
  margin-left: 8.33333%;
}

.post-2 {
  margin-right: 8.33333%;
}

.pre-3 {
  margin-left: 12.5%;
}

.post-3 {
  margin-right: 12.5%;
}

.pre-4 {
  margin-left: 16.66667%;
}

.post-4 {
  margin-right: 16.66667%;
}

.pre-5 {
  margin-left: 20.83333%;
}

.post-5 {
  margin-right: 20.83333%;
}

.pre-6 {
  margin-left: 25%;
}

.post-6 {
  margin-right: 25%;
}

.pre-7 {
  margin-left: 29.16667%;
}

.post-7 {
  margin-right: 29.16667%;
}

.pre-8 {
  margin-left: 33.33333%;
}

.post-8 {
  margin-right: 33.33333%;
}

.pre-9 {
  margin-left: 37.5%;
}

.post-9 {
  margin-right: 37.5%;
}

.pre-10 {
  margin-left: 41.66667%;
}

.post-10 {
  margin-right: 41.66667%;
}

.pre-11 {
  margin-left: 45.83333%;
}

.post-11 {
  margin-right: 45.83333%;
}

.pre-12 {
  margin-left: 50%;
}

.post-12 {
  margin-right: 50%;
}

.pre-13 {
  margin-left: 54.16667%;
}

.post-13 {
  margin-right: 54.16667%;
}

.pre-14 {
  margin-left: 58.33333%;
}

.post-14 {
  margin-right: 58.33333%;
}

.pre-15 {
  margin-left: 62.5%;
}

.post-15 {
  margin-right: 62.5%;
}

.pre-16 {
  margin-left: 66.66667%;
}

.post-16 {
  margin-right: 66.66667%;
}

.pre-17 {
  margin-left: 70.83333%;
}

.post-17 {
  margin-right: 70.83333%;
}

.pre-18 {
  margin-left: 75%;
}

.post-18 {
  margin-right: 75%;
}

.pre-19 {
  margin-left: 79.16667%;
}

.post-19 {
  margin-right: 79.16667%;
}

.pre-20 {
  margin-left: 83.33333%;
}

.post-20 {
  margin-right: 83.33333%;
}

.pre-21 {
  margin-left: 87.5%;
}

.post-21 {
  margin-right: 87.5%;
}

.pre-22 {
  margin-left: 91.66667%;
}

.post-22 {
  margin-right: 91.66667%;
}

.pre-23 {
  margin-left: 95.83333%;
}

.post-23 {
  margin-right: 95.83333%;
}

.pre-24 {
  margin-left: 100%;
}

.post-24 {
  margin-right: 100%;
}

@media screen and (max-width: 960px) {
  .tablet-column-1 {
    width: 4.16667%;
  }

  .tablet-column-2 {
    width: 8.33333%;
  }

  .tablet-column-3 {
    width: 12.5%;
  }

  .tablet-column-4 {
    width: 16.66667%;
  }

  .tablet-column-5 {
    width: 20.83333%;
  }

  .tablet-column-6 {
    width: 25%;
  }

  .tablet-column-7 {
    width: 29.16667%;
  }

  .tablet-column-8 {
    width: 33.33333%;
  }

  .tablet-column-9 {
    width: 37.5%;
  }

  .tablet-column-10 {
    width: 41.66667%;
  }

  .tablet-column-11 {
    width: 45.83333%;
  }

  .tablet-column-12 {
    width: 50%;
  }

  .tablet-column-13 {
    width: 54.16667%;
  }

  .tablet-column-14 {
    width: 58.33333%;
  }

  .tablet-column-15 {
    width: 62.5%;
  }

  .tablet-column-16 {
    width: 66.66667%;
  }

  .tablet-column-17 {
    width: 70.83333%;
  }

  .tablet-column-18 {
    width: 75%;
  }

  .tablet-column-19 {
    width: 79.16667%;
  }

  .tablet-column-20 {
    width: 83.33333%;
  }

  .tablet-column-21 {
    width: 87.5%;
  }

  .tablet-column-22 {
    width: 91.66667%;
  }

  .tablet-column-23 {
    width: 95.83333%;
  }

  .tablet-column-24 {
    width: 100%;
  }

  .tablet-post-0 {
    margin-right: 0%;
  }

  .tablet-pre-0 {
    margin-left: 0%;
  }

  .tablet-post-1 {
    margin-right: 4.16667%;
  }

  .tablet-pre-1 {
    margin-left: 4.16667%;
  }

  .tablet-post-2 {
    margin-right: 8.33333%;
  }

  .tablet-pre-2 {
    margin-left: 8.33333%;
  }

  .tablet-post-3 {
    margin-right: 12.5%;
  }

  .tablet-pre-3 {
    margin-left: 12.5%;
  }

  .tablet-post-4 {
    margin-right: 16.66667%;
  }

  .tablet-pre-4 {
    margin-left: 16.66667%;
  }

  .tablet-post-5 {
    margin-right: 20.83333%;
  }

  .tablet-pre-5 {
    margin-left: 20.83333%;
  }

  .tablet-post-6 {
    margin-right: 25%;
  }

  .tablet-pre-6 {
    margin-left: 25%;
  }

  .tablet-post-7 {
    margin-right: 29.16667%;
  }

  .tablet-pre-7 {
    margin-left: 29.16667%;
  }

  .tablet-post-8 {
    margin-right: 33.33333%;
  }

  .tablet-pre-8 {
    margin-left: 33.33333%;
  }

  .tablet-post-9 {
    margin-right: 37.5%;
  }

  .tablet-pre-9 {
    margin-left: 37.5%;
  }

  .tablet-post-10 {
    margin-right: 41.66667%;
  }

  .tablet-pre-10 {
    margin-left: 41.66667%;
  }

  .tablet-post-11 {
    margin-right: 45.83333%;
  }

  .tablet-pre-11 {
    margin-left: 45.83333%;
  }

  .tablet-post-12 {
    margin-right: 50%;
  }

  .tablet-pre-12 {
    margin-left: 50%;
  }

  .tablet-post-13 {
    margin-right: 54.16667%;
  }

  .tablet-pre-13 {
    margin-left: 54.16667%;
  }

  .tablet-post-14 {
    margin-right: 58.33333%;
  }

  .tablet-pre-14 {
    margin-left: 58.33333%;
  }

  .tablet-post-15 {
    margin-right: 62.5%;
  }

  .tablet-pre-15 {
    margin-left: 62.5%;
  }

  .tablet-post-16 {
    margin-right: 66.66667%;
  }

  .tablet-pre-16 {
    margin-left: 66.66667%;
  }

  .tablet-post-17 {
    margin-right: 70.83333%;
  }

  .tablet-pre-17 {
    margin-left: 70.83333%;
  }

  .tablet-post-18 {
    margin-right: 75%;
  }

  .tablet-pre-18 {
    margin-left: 75%;
  }

  .tablet-post-19 {
    margin-right: 79.16667%;
  }

  .tablet-pre-19 {
    margin-left: 79.16667%;
  }

  .tablet-post-20 {
    margin-right: 83.33333%;
  }

  .tablet-pre-20 {
    margin-left: 83.33333%;
  }

  .tablet-post-21 {
    margin-right: 87.5%;
  }

  .tablet-pre-21 {
    margin-left: 87.5%;
  }

  .tablet-post-22 {
    margin-right: 91.66667%;
  }

  .tablet-pre-22 {
    margin-left: 91.66667%;
  }

  .tablet-post-23 {
    margin-right: 95.83333%;
  }

  .tablet-pre-23 {
    margin-left: 95.83333%;
  }

  .tablet-post-24 {
    margin-right: 100%;
  }

  .tablet-pre-24 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 480px) {
  .phone-column-1 {
    width: 4.16667%;
  }

  .phone-column-2 {
    width: 8.33333%;
  }

  .phone-column-3 {
    width: 12.5%;
  }

  .phone-column-4 {
    width: 16.66667%;
  }

  .phone-column-5 {
    width: 20.83333%;
  }

  .phone-column-6 {
    width: 25%;
  }

  .phone-column-7 {
    width: 29.16667%;
  }

  .phone-column-8 {
    width: 33.33333%;
  }

  .phone-column-9 {
    width: 37.5%;
  }

  .phone-column-10 {
    width: 41.66667%;
  }

  .phone-column-11 {
    width: 45.83333%;
  }

  .phone-column-12 {
    width: 50%;
  }

  .phone-column-13 {
    width: 54.16667%;
  }

  .phone-column-14 {
    width: 58.33333%;
  }

  .phone-column-15 {
    width: 62.5%;
  }

  .phone-column-16 {
    width: 66.66667%;
  }

  .phone-column-17 {
    width: 70.83333%;
  }

  .phone-column-18 {
    width: 75%;
  }

  .phone-column-19 {
    width: 79.16667%;
  }

  .phone-column-20 {
    width: 83.33333%;
  }

  .phone-column-21 {
    width: 87.5%;
  }

  .phone-column-22 {
    width: 91.66667%;
  }

  .phone-column-23 {
    width: 95.83333%;
  }

  .phone-column-24 {
    width: 100%;
  }

  .phone-post-0 {
    margin-right: 0%;
  }

  .phone-pre-0 {
    margin-left: 0%;
  }

  .phone-post-1 {
    margin-right: 4.16667%;
  }

  .phone-pre-1 {
    margin-left: 4.16667%;
  }

  .phone-post-2 {
    margin-right: 8.33333%;
  }

  .phone-pre-2 {
    margin-left: 8.33333%;
  }

  .phone-post-3 {
    margin-right: 12.5%;
  }

  .phone-pre-3 {
    margin-left: 12.5%;
  }

  .phone-post-4 {
    margin-right: 16.66667%;
  }

  .phone-pre-4 {
    margin-left: 16.66667%;
  }

  .phone-post-5 {
    margin-right: 20.83333%;
  }

  .phone-pre-5 {
    margin-left: 20.83333%;
  }

  .phone-post-6 {
    margin-right: 25%;
  }

  .phone-pre-6 {
    margin-left: 25%;
  }

  .phone-post-7 {
    margin-right: 29.16667%;
  }

  .phone-pre-7 {
    margin-left: 29.16667%;
  }

  .phone-post-8 {
    margin-right: 33.33333%;
  }

  .phone-pre-8 {
    margin-left: 33.33333%;
  }

  .phone-post-9 {
    margin-right: 37.5%;
  }

  .phone-pre-9 {
    margin-left: 37.5%;
  }

  .phone-post-10 {
    margin-right: 41.66667%;
  }

  .phone-pre-10 {
    margin-left: 41.66667%;
  }

  .phone-post-11 {
    margin-right: 45.83333%;
  }

  .phone-pre-11 {
    margin-left: 45.83333%;
  }

  .phone-post-12 {
    margin-right: 50%;
  }

  .phone-pre-12 {
    margin-left: 50%;
  }

  .phone-post-13 {
    margin-right: 54.16667%;
  }

  .phone-pre-13 {
    margin-left: 54.16667%;
  }

  .phone-post-14 {
    margin-right: 58.33333%;
  }

  .phone-pre-14 {
    margin-left: 58.33333%;
  }

  .phone-post-15 {
    margin-right: 62.5%;
  }

  .phone-pre-15 {
    margin-left: 62.5%;
  }

  .phone-post-16 {
    margin-right: 66.66667%;
  }

  .phone-pre-16 {
    margin-left: 66.66667%;
  }

  .phone-post-17 {
    margin-right: 70.83333%;
  }

  .phone-pre-17 {
    margin-left: 70.83333%;
  }

  .phone-post-18 {
    margin-right: 75%;
  }

  .phone-pre-18 {
    margin-left: 75%;
  }

  .phone-post-19 {
    margin-right: 79.16667%;
  }

  .phone-pre-19 {
    margin-left: 79.16667%;
  }

  .phone-post-20 {
    margin-right: 83.33333%;
  }

  .phone-pre-20 {
    margin-left: 83.33333%;
  }

  .phone-post-21 {
    margin-right: 87.5%;
  }

  .phone-pre-21 {
    margin-left: 87.5%;
  }

  .phone-post-22 {
    margin-right: 91.66667%;
  }

  .phone-pre-22 {
    margin-left: 91.66667%;
  }

  .phone-post-23 {
    margin-right: 95.83333%;
  }

  .phone-pre-23 {
    margin-left: 95.83333%;
  }

  .phone-post-24 {
    margin-right: 100%;
  }

  .phone-pre-24 {
    margin-left: 100%;
  }
}
.block-group {
  font-family: monospace;
  letter-spacing: -.65em;
  margin-left: -1em;
  margin-right: -1em;
  text-align: left;
  display: block;
}
.block-group.center {
  text-align: center;
}

.block {
  position: relative;
  display: inline-block;
  float: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1em;
  padding-right: 1em;
  font-family: "Lucida Grande", "Segoe UI", "Arial", sans-serif;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
}

.block-group-1-up .block {
  width: 100%;
}

.block-group-2-up .block {
  width: 50%;
}

.block-group-3-up .block {
  width: 33.33333%;
}

.block-group-4-up .block {
  width: 25%;
}

.block-group-5-up .block {
  width: 20%;
}

@media screen and (max-width: 960px) {
  .tablet-block-group-1-up .block {
    width: 100%;
  }

  .tablet-block-group-2-up .block {
    width: 50%;
  }

  .tablet-block-group-3-up .block {
    width: 33.33333%;
  }

  .tablet-block-group-4-up .block {
    width: 25%;
  }

  .tablet-block-group-5-up .block {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  .phone-block-group-1-up .block {
    width: 100%;
  }

  .phone-block-group-2-up .block {
    width: 50%;
  }

  .phone-block-group-3-up .block {
    width: 33.33333%;
  }

  .phone-block-group-4-up .block {
    width: 25%;
  }

  .phone-block-group-5-up .block {
    width: 20%;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Avenir LT W01 35 Light", "Lato", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
}
h1.divider, h2.divider, h3.divider, h4.divider, h5.divider, h6.divider {
  padding-bottom: 0.375em;
  margin-bottom: 0.75em;
  padding-bottom: 0.5;
  border-bottom: 1px solid #ededed;
}
h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold {
  font-family: "Avenir LT W01 85 Heavy", "Lato", Arial, Helvetica, sans-serif;
}
h1.medium, h2.medium, h3.medium, h4.medium, h5.medium, h6.medium {
  font-family: "Avenir LT W01 65 Medium", "Lato", Arial, Helvetica, sans-serif;
}
h1.gray, h2.gray, h3.gray, h4.gray, h5.gray, h6.gray {
  color: gray;
}
h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
  display: inline-block;
}
h1[class^="icon-"], h1[class*=" icon-"], h2[class^="icon-"], h2[class*=" icon-"], h3[class^="icon-"], h3[class*=" icon-"], h4[class^="icon-"], h4[class*=" icon-"], h5[class^="icon-"], h5[class*=" icon-"], h6[class^="icon-"], h6[class*=" icon-"] {
  position: relative;
}
h1[class^="icon-"]:before, h1[class*=" icon-"]:before, h2[class^="icon-"]:before, h2[class*=" icon-"]:before, h3[class^="icon-"]:before, h3[class*=" icon-"]:before, h4[class^="icon-"]:before, h4[class*=" icon-"]:before, h5[class^="icon-"]:before, h5[class*=" icon-"]:before, h6[class^="icon-"]:before, h6[class*=" icon-"]:before {
  position: relative;
  top: 1px;
  left: 0;
  padding-right: .25em;
}

h1 {
  font-size: 2.375em;
  line-height: 1.26316em;
  margin-bottom: 0.31579em;
  margin-top: 0em;
}

h2 {
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 0.3em;
  margin-top: 0em;
}

h3 {
  font-size: 1.5em;
  line-height: 1.6em;
  margin-bottom: 0.4em;
  margin-top: 0em;
}

h4 {
  font-size: 1.125em;
  line-height: 1.33333em;
  margin-bottom: 0.33333em;
  margin-top: 0em;
  font-family: "Avenir LT W01 65 Medium", "Lato", Arial, Helvetica, sans-serif;
}

h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.375em;
  margin-top: 0em;
  font-family: "Avenir LT W01 65 Medium", "Lato", Arial, Helvetica, sans-serif;
}

h6 {
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-bottom: 0.42857em;
  margin-top: 0em;
  font-family: "Avenir LT W01 65 Medium", "Lato", Arial, Helvetica, sans-serif;
}

blockquote {
  margin-left: 0;
  border-color: #cccccc;
  font-size: 0.875em;
  line-height: 1.71429em;
  border-left-width: 0.35714em;
  border-left-style: solid;
  padding-left: 1.35714em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

p {
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-top: 0em;
  margin-bottom: 1.71429em;
}
p.no-trailer {
  margin-bottom: 0em;
}
p.large {
  font-size: 1.125em;
  line-height: 1.33333em;
}
p.light {
  font-family: "Avenir LT W01 35 Light", "Lato", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 0.75em;
  line-height: 2em;
  color: gray;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

figure {
  margin: 0;
}

a {
  color: #007AC2;
  text-decoration: none;
}
a:hover, a:focus {
  color: #00B9F2;
  cursor: pointer;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
a.no-color {
  color: #595959;
}
a.no-color:hover {
  color: #595959;
}

ul, ol {
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-bottom: 1.5em;
  list-style-position: inside;
  margin-top: 0;
  padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 1.25em;
  font-size: 1em;
  line-height: 1.71429em;
  margin-bottom: 0em;
}

ul {
  list-style-type: none;
}
ul.inline li {
  display: inline;
  padding-right: 1em;
}
ul.inline li:last-child {
  padding-right: 0;
}
ul.compact li {
  padding: 0;
}

dl {
  margin-top: 0;
}
dl dt {
  font-family: "Avenir LT W01 65 Medium", "Lato", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}
dl dd {
  font-size: 0.875em;
  line-height: 1.71429em;
  margin: 0;
  margin-bottom: 0.75em;
}

dl.inline {
  margin: 0;
}
dl.inline dt {
  float: left;
}
dl.inline dd {
  margin-left: 168px;
}

code, kbd, pre, samp {
  font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", "Courier New", Courier, monospace;
}

code {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-width: 0.0625em;
  border-style: solid;
  padding: 0.3125em;
  background: #fafafa;
  border-color: #ededed;
  border-width: 1px;
  white-space: pre;
}

pre {
  margin-top: 0em;
  margin-bottom: 1.5em;
  font-size: .75em;
  line-height: 1.5em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  -ms-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  max-width: 100%;
}
pre code {
  display: block;
  overflow: auto;
  word-wrap: normal;
}

mark {
  padding: 2px 3px 0;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: none;
  border-top: 1px solid #ededed;
}

.center-text {
  text-align: center;
}

.error-text {
  color: #B9392F;
}

.success-text {
  color: #35AC46;
}

.white-text {
  color: white;
}

.body-font {
  font-family: "Lucida Grande", "Segoe UI", "Arial", sans-serif;
}

.header-light {
  font-family: "Avenir LT W01 35 Light", "Lato", Arial, Helvetica, sans-serif;
}

.header-font {
  font-family: "Avenir LT W01 65 Medium", "Lato", Arial, Helvetica, sans-serif;
}

.header-bold {
  font-family: "Avenir LT W01 85 Heavy", "Lato", Arial, Helvetica, sans-serif;
}

img::selection {
  background: transparent;
}

img::moz-selection {
  background: transparent;
}

mark {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #cccccc;
  padding: .25em .5em;
  font-size: 0.6875em;
  line-height: 2.18182em;
  text-transform: uppercase;
}
mark.blue {
  color: white;
  background-color: #007AC2;
}

.body-font {
  font-family: "Lucida Grande", "Segoe UI", "Arial", sans-serif;
}

.header-light {
  font-family: "Avenir LT W01 35 Light", "Lato", Arial, Helvetica, sans-serif;
}

.header-font {
  font-family: "Avenir LT W01 65 Medium", "Lato", Arial, Helvetica, sans-serif;
}

.header-bold {
  font-family: "Avenir LT W01 85 Heavy", "Lato", Arial, Helvetica, sans-serif;
}

.center-text {
  text-align: center;
}

.red-text, .error-text {
  color: #B9392F;
}

.green-text, .success-text {
  color: #35AC46;
}

.white-text {
  color: white;
}

.show-visited-links a:visited {
  color: #762783;
}

.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alert {
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 0.75em;
  line-height: 2em;
  margin-bottom: 2em;
  padding: 0.75em 1.125em;
  color: #595959;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ededed;
  color: #595959;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.alert[class*="icon-"]:before {
  font-size: 16px;
  vertical-align: -2px;
}
.alert.error {
  background: #eeb8b8;
  color: #a50009;
}
.alert.error a {
  color: #a50009;
  border-bottom: 1px solid #a50009;
}
.alert.success {
  background: #d9ecba;
  color: #355c0b;
}
.alert.success a {
  color: #355c0b;
  border-bottom: 1px solid #355c0b;
}
.alert.info {
  background: #bedded;
  color: #003768;
}
.alert.info a {
  color: #003768;
  border-bottom: 1px solid #003768;
}
.alert a.icon-close {
  font-size: 12px;
  color: #595959;
  position: absolute;
  top: 11px;
  right: 11px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  border: none;
}

.btn {
  position: relative;
  display: inline-block;
  padding: .3em 1.25em .3em;
  font-family: "Avenir LT W01 65 Medium", "Lato", Arial, Helvetica, sans-serif;
  color: white;
  text-transform: uppercase;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.125);
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875em;
  line-height: 1.71429em;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #5daddd;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.125);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.125);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  cursor: pointer;
}
.btn:hover {
  background-color: #4997d2;
  color: white;
}
.btn:disabled, .btn.disabled {
  background-color: #ededed !important;
  cursor: default !important;
  color: #a6a6a6;
}
.btn:disabled:hover, .btn.disabled:hover {
  background-color: #ededed !important;
  color: #a6a6a6;
}
.btn.orange, .btn.cancel {
  background-color: #e98d32;
}
.btn.orange:hover, .btn.cancel:hover {
  background-color: #e16b17;
}
.btn.green, .btn.success {
  background-color: #6aa23f;
}
.btn.green:hover, .btn.success:hover {
  background-color: #4b8d2c;
}
.btn.dark-blue {
  background-color: #007AC2;
}
.btn.dark-blue:hover {
  background-color: #0065a1;
}
.btn.red, .btn.delete {
  background-color: #D94C1D;
}
.btn.red:hover, .btn.delete:hover {
  background-color: #c3441a;
}
.btn.gray {
  background-color: #a6a6a6;
}
.btn.gray:hover {
  background-color: gray;
}
.btn.transparent {
  background: none;
  color: #007AC2;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.transparent:hover {
  color: #00B9F2;
  background: none;
}
.btn.clear, .btn.btn-clear {
  color: #5daddd;
  font-weight: 700;
  text-shadow: none;
  background: transparent;
  border: 1px solid #5daddd;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.clear:hover, .btn.btn-clear:hover {
  color: white;
  background: #5daddd;
}
.btn.clear:disabled, .btn.btn-clear:disabled {
  color: #cccccc;
  border-color: #cccccc;
}
.btn.clear:disabled:hover, .btn.btn-clear:disabled:hover {
  color: #cccccc;
}
.btn.clear.gray, .btn.btn-clear.gray {
  text-shadow: none;
  color: #a6a6a6;
  border: 1px solid #a6a6a6;
}
.btn.clear.gray:hover, .btn.btn-clear.gray:hover {
  color: white;
  background: #a6a6a6;
}
.btn.clear.white, .btn.btn-clear.white {
  color: white;
  border: 1px solid white;
}
.btn.clear.white:hover, .btn.btn-clear.white:hover {
  color: gray;
  background: white;
}
.btn.ui-button, .btn.success, .btn.delete, .btn.cancel {
  padding-left: 9px;
}
.btn.ui-button:before, .btn.success:before, .btn.delete:before, .btn.cancel:before {
  content: "\65";
  font-size: 115%;
  vertical-align: -2px;
  padding-right: .25em;
}
.btn.success:before {
  content: "\65";
}
.btn.delete:before {
  content: "\3d";
}
.btn.cancel:before {
  content: "\6b";
}
.btn.loading {
  padding-left: 1.85em;
}
.btn.loading:before {
  content: "\75";
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  position: absolute;
  left: 6px;
  top: 0.55em;
  height: 1em;
  width: 1em;
}
.btn.small {
  font-size: 0.8125em;
  line-height: 1.84615em;
  border-width: 1px;
  padding: .4125em 1.25em .1875em;
}
.btn.large {
  font-size: 1.125em;
  line-height: 1.33333em;
  padding: .5em 1.25em .5em;
  font-weight: 700;
}
.btn.fill {
  width: 100%;
  text-align: center;
}
.btn[class*="icon-"]:before {
  font-size: 115%;
  vertical-align: -2px;
  padding-right: .25em;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.toolbar .btn, .toolbar .dropdown-wrapper {
  float: left;
  margin-right: 1em;
}
.toolbar.right .btn, .toolbar.right .dropdown-wrapper {
  margin-right: 0;
  margin-left: 1em;
}
.toolbar.right .btn .btn, .toolbar.right .dropdown-wrapper .btn {
  margin: 0;
}
.toolbar .dropdown-wrapper .btn.dropdown {
  margin-right: 0 !important;
}

.btn-group a {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em;
  font-size: 0.875em;
  line-height: 1.71429em;
  line-height: 1.8em;
  background-color: white;
  border: 1px solid #cccccc;
  border-left: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  text-align: center;
}
.btn-group a:first-child {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #cccccc;
}
.btn-group a:last-child {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
}
.btn-group a:hover, .btn-group a.active {
  background-color: #f3f3f3;
  color: #007AC2;
}
.btn-group.blue a {
  background-color: #007AC2;
  border: 1px solid #003C60;
  border-left: none;
  color: white;
}
.btn-group.blue a:first-child {
  border-left: 1px solid #003C60;
}
.btn-group.blue a:hover, .btn-group.blue a.active {
  color: white;
  background-color: #005b91;
}

.breadcrumbs {
  margin: 0;
}
.breadcrumbs li {
  display: inline;
  padding-right: 0.25em;
  padding-left: 0;
  color: #a6a6a6;
}
.breadcrumbs li:before {
  content: "\74";
  width: auto;
  height: auto;
  margin: 0;
  padding-right: 0.75em;
  color: #a6a6a6;
  font-size: 0.75em;
  background: transparent;
}
.breadcrumbs li:first-child:before {
  content: "";
  display: none;
}
.breadcrumbs li:last-child a {
  color: #595959;
}
.breadcrumbs a {
  color: #a6a6a6;
}
.breadcrumbs a:hover {
  color: #00B9F2;
}
.breadcrumbs.full-width {
  padding: .75em 0;
  width: 100%;
  background: white;
  border-bottom: 1px solid #ededed;
  margin-bottom: 2em;
}

.pagination {
  list-style-type: none;
}
.pagination.center {
  text-align: center;
}

.pagination-page {
  display: inline;
  margin: 0 0.125em;
  padding: 0.5em 0.5em 0.5em 0.83em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.pagination-page.active {
  background-color: #007AC2;
}
.pagination-page.active a {
  color: white;
}

.pagination-previous, .pagination-next {
  display: inline-block;
  font-size: 1.25em;
  line-height: 0.75em;
  vertical-align: -0.15em;
  color: #a6a6a6;
}

.pagination-previous {
  margin-right: 0.125em;
}

.pagination-next {
  margin-left: 0.5em;
}

.dropdown-wrapper {
  position: relative;
  display: inline-block;
  max-width: 320px;
  z-index: 3;
}
.dropdown-wrapper:hover .dropdown {
  color: #007AC2;
  border: 1px solid gainsboro;
  border-bottom: 1px solid transparent;
}
.dropdown-wrapper:hover .dropdown-content {
  display: block;
}
.dropdown-wrapper:hover .dropdown-menu {
  display: block;
  overflow: hidden;
}
.dropdown-wrapper.right-align .dropdown-content {
  left: auto;
  right: 0;
}
.dropdown-wrapper.right-align .dropdown-menu {
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 3px 3px;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding: .5em 1.75em .5em .5em;
  background-color: white;
  border: 1px solid transparent;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  z-index: 1;
  position: relative;
}
.dropdown:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #a6a6a6;
  position: absolute;
  right: -4px;
  top: 50%;
  bottom: auto;
  left: auto;
  margin-top: -4px;
}
.dropdown:after {
  right: .75em;
  top: 1.45em;
}

.dropdown-menu {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-color: white;
  border: 1px solid gainsboro;
  -moz-border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 3px;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.dropdown-menu ul {
  margin: 0;
}
.dropdown-menu li a {
  display: block;
  padding: .75em;
  font-size: 0.9375em;
  line-height: 1.6em;
  color: #595959;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.dropdown-menu li a:hover {
  background-color: #ededed;
}
.dropdown-menu hr {
  margin: 0;
  border-color: gainsboro;
  border-top-width: 1px;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 220px;
  margin-top: -1px;
  display: none;
  background: transparent;
  z-index: -1;
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button[disabled],
input[disabled] {
  cursor: default;
}

form {
  margin: 0;
}

fieldset {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1em 0 0;
  border-width: 0.0625em;
  border-style: solid;
  padding: -0.0625em;
  border: none;
}
fieldset label {
  margin-top: 0.75em;
  margin-bottom: 0;
}

legend {
  margin-left: .25em;
  padding: 0;
  font-size: 1.125em;
  line-height: 1.33333em;
  font-weight: 700;
  white-space: normal;
  border: 0;
}

label {
  display: block;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
  font-size: 0.875em;
  line-height: 1.71429em;
}
label input, label select, label textarea {
  width: 100%;
  max-width: 380px;
}
label.no-margin {
  margin: 0;
}

.input-list {
  padding: 0;
  margin: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.input-list li label {
  float: left;
  margin: 0;
}

input, select, textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  outline: none;
  outline-offset: 0;
}

input[type="checkbox"], input[type="radio"] {
  margin: 4px 5px 0 0;
  width: auto;
  padding: 0;
  float: left;
}

input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], input[type='color'], input[type='date'], input[type='datetime'], input[type='datetime-local'], input[type='month'], input[type='time'], input[type='week'], input:not([type]), select, textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  padding: .5em;
  padding-right: 1.5em;
  font-size: 0.875em;
  font-family: "Lucida Grande", "Segoe UI", "Arial", sans-serif;
  border: 1px solid #ededed;
  display: block;
  outline: none;
  outline-offset: 0;
}
input[type='email']:focus, input[type='number']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='url']:focus, input[type='color']:focus, input[type='date']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, input[type='month']:focus, input[type='time']:focus, input[type='week']:focus, input:not([type]):focus, select:focus, textarea:focus {
  border: 1px solid #007AC2;
}

input, textarea, select {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

input.error {
  border-color: #D94C1D;
  background-color: rgba(217, 76, 29, 0.1);
}

textarea {
  height: auto;
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}
textarea.resize-h {
  resize: horizontal;
}
textarea.error {
  border-color: #D94C1D;
  background-color: rgba(217, 76, 29, 0.1);
}

select {
  padding: 0.5em;
  border-color: #cccccc;
  height: 32px;
  -webkit-appearance: menulist-button;
}
select.error {
  border-color: #D94C1D;
  background-color: #f8e9e4;
}

input[type="submit"] {
  width: auto;
}

::-webkit-input-placeholder {
  color: #a6a6a6;
}

:-ms-input-placeholder {
  color: #a6a6a6;
}

::-moz-placeholder {
  color: #a6a6a6;
}

:-moz-placeholder {
  color: #a6a6a6;
}

input.placeholder {
  color: #a6a6a6;
}

input[type="search"] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMzJCOEUxNzcwMTMxMUUyOUQ4REY1OTJFODBDQTU1MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMzJCOEUxODcwMTMxMUUyOUQ4REY1OTJFODBDQTU1MSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkUzMkI4RTE1NzAxMzExRTI5RDhERjU5MkU4MENBNTUxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkUzMkI4RTE2NzAxMzExRTI5RDhERjU5MkU4MENBNTUxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+0C7DGwAAATpJREFUeNqk000oRFEYxvE7EmWD8pEpqVlYsZmUTHayZ5S6xXaynsRCmo0oG6RkQxa6FiMfWdgrZSOJha0ozXaQLDD/U4+66t56x7z165zpnp7ue+c9iSAIPFUn5pBFEiWcYwlPXkz5vv/nd53Wftwgr+BHtCKHW2Q8Y7nARpygC6toRy/asIgWHKHZGjiJFA4wj3c9+1S7G3rrnDVwWPudmDO7WjPVtOyqHHPmTWuTNfBB+9GYMyNa76yB+/jAQkRbfVjGF/YsgfV41rhs4QJneuseTKABK7i3Brra1iCvYSz0/AUdmFLwrKXl3zrW+AxgHEPoxqXWvG6ROdDVN6416Ff6dpv4QUIjlKomMKoONeCebksxNGr/CnRVwKn2aazXGuhang7N4gwGawl09ao/paR7HzlGFQEGAF4qPAqWOrQNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right center;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/tailcoat/tailcoat.eot?1412801984');
  src: url('../fonts/tailcoat/tailcoat.eot?&1412801984#iefix') format("embedded-opentype"), url('../fonts/tailcoat/tailcoat.woff?1412801984') format("woff"), url('../fonts/tailcoat/tailcoat.ttf?1412801984') format("truetype"), url('../fonts/tailcoat/tailcoat.svg?1412801984#icomoon') format("svg");
  font-weight: normal;
  font-style: normal;
}
.breadcrumbs li:before, [data-icon]:before, .icon-class:before, .btn.ui-button:before, .btn.success:before, .btn.delete:before, .btn.cancel:before, .btn.loading:before, [class*="icon-"]:before, .checkmarks .click-dropdown-item:before, .drawer-nav .drawer-search:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}

.icon-green:before {
  color: #35AC46;
}

.icon-blue:before {
  color: #007AC2;
}

.icon-purple:before {
  color: #762783;
}

.icon-orange:before {
  color: #F89927;
}

.icon-gray:before {
  color: gray;
}

.icon-red:before {
  color: #D94C1D;
}

.icon-loading:before {
  content: "\75";
}

.icon-right-arrow:before {
  content: "\74";
}

.icon-left-arrow:before {
  content: "\73";
}

.icon-gauge:before {
  content: "\21";
}

.icon-announcement:before {
  content: "\22";
}

.icon-caution-cone:before {
  content: "\23";
}

.icon-light-bulb:before {
  content: "\24";
}

.icon-lightbulb:before {
  content: "\24";
}

.icon-comment:before {
  content: "\25";
}

.icon-battery:before {
  content: "\26";
}

.icon-laptop:before {
  content: "\27";
}

.icon-globe:before {
  content: "\28";
}

.icon-graph-bar:before {
  content: "\29";
}

.icon-window-alert:before {
  content: "\2a";
}

.icon-search:before {
  content: "\2b";
}

.icon-tags:before {
  content: "\2c";
}

.icon-refresh:before {
  content: "\2d";
}

.icon-window-lines:before {
  content: "\2e";
}

.icon-book:before {
  content: "\2f";
}

.icon-refresh-2:before {
  content: "\30";
}

.icon-search-2:before {
  content: "\31";
}

.icon-bookmark:before {
  content: "\32";
}

.icon-phone:before {
  content: "\33";
}

.icon-tag:before {
  content: "\34";
}

.icon-support:before {
  content: "\35";
}

.icon-settings-2:before {
  content: "\36";
}

.icon-rss:before {
  content: "\37";
}

.icon-email:before {
  content: "\38";
}

.icon-pin-user:before {
  content: "\39";
}

.icon-pin-geonote:before {
  content: "\3a";
}

.icon-star:before {
  content: "\3b";
}

.icon-delete:before {
  content: "\3d";
}

.icon-unlocked:before {
  content: "\3f";
}

.icon-locked:before {
  content: "\40";
}

.icon-code:before {
  content: "\41";
}

.icon-find:before {
  content: "\42";
}

.icon-building:before {
  content: "\43";
}

.icon-bug:before {
  content: "\44";
}

.icon-grid:before {
  content: "\45";
}

.icon-help:before {
  content: "\46";
}

.icon-gears:before {
  content: "\47";
}

.icon-map-pin:before {
  content: "\48";
}

.icon-window-cursor:before {
  content: "\49";
}

.icon-list-2:before {
  content: "\4a";
}

.icon-window-close:before {
  content: "\4b";
}

.icon-alert:before {
  content: "\4c";
}

.icon-compass:before {
  content: "\4d";
}

.icon-edit:before {
  content: "\4e";
}

.icon-share:before {
  content: "\4f";
}

.icon-camera:before {
  content: "\50";
}

.icon-exit:before {
  content: "\51";
}

.icon-clock:before {
  content: "\52";
}

.icon-locate-2:before {
  content: "\53";
}

.icon-graph-pie:before {
  content: "\54";
}

.icon-analytics:before {
  content: "\56";
}

.icon-eye-open:before {
  content: "\57";
}

.icon-list:before {
  content: "\58";
}

.icon-map-trail:before {
  content: "\59";
}

.icon-airplane:before {
  content: "\5a";
}

.icon-star-2:before {
  content: "\5b";
}

.icon-window-console:before {
  content: "\5c";
}

.icon-iphone:before {
  content: "\5d";
}

.icon-heart:before {
  content: "\5e";
}

.icon-user:before {
  content: "\5f";
}

.icon-home:before {
  content: "\60";
}

.icon-google-plus:before {
  content: "\61";
}

.icon-linked-in:before {
  content: "\62";
}

.icon-play:before {
  content: "\63";
}

.icon-twitter:before {
  content: "\64";
}

.icon-check:before {
  content: "\65";
}

.icon-apple:before {
  content: "\66";
  color: #cccccc;
}

.icon-locate:before {
  content: "\67";
}

.icon-tag-2:before {
  content: "\68";
}

.icon-plus:before {
  content: "\69";
}

.icon-cancel:before, .icon-close:before {
  content: "\6b";
}

.icon-minus:before {
  content: "\6c";
}

.icon-github:before {
  content: "\f00a";
}

.icon-android:before {
  content: "\6e";
  color: #A4C639;
}

.icon-facebook:before {
  content: "\6f";
}

.icon-polyline:before {
  content: "\70";
}

.icon-polygon:before {
  content: "\71";
}

.icon-pin-add:before {
  content: "\6a";
}

.icon-pin-user-add:before {
  content: "\72";
}

.icon-pin-geonote-add:before {
  content: "\55";
}

.icon-pin:before {
  content: "\3c";
}

.icon-windows-8:before {
  content: "\79";
}

.icon-windows-classic:before {
  content: "\7a";
}

.icon-stack-exchange:before {
  content: "\7c";
}

.icon-java:before {
  content: "\7d";
}

.icon-flex:before {
  content: "\e000";
}

.icon-list-view:before {
  content: "\e001";
}

.icon-light-bulb:before {
  content: "\e003";
}

.icon-storage:before {
  content: "\e004";
}

.icon-cloud:before {
  content: "\e005";
}

.icon-geotrigger:before {
  content: "\e006";
}

.icon-directions:before {
  content: "\e009";
}

.icon-select-toggle:before {
  content: "\e002";
}

.icon-javascript:before {
  content: "\e007";
}

.icon-location-context:before {
  content: "\e008";
}

.icon-geo:before {
  content: "\e00a";
}

.icon-community:before {
  content: "\e00e";
}

.icon-external-link:before {
  content: "\e00f";
}

.icon-jquery:before {
  content: "\e010";
  color: #0b50a0;
}

.icon-gear:before {
  content: "\e011";
}

.icon-html5:before {
  content: "\e00b";
}

.icon-html5-alt:before {
  content: "\e00c";
}

.icon-data:before {
  content: "\3e";
}

.icon-rest:before {
  content: "\76";
}

.icon-data-alt:before {
  content: "\e00d";
}

.icon-grid-alt:before {
  content: "\e012";
}

.icon-map:before {
  content: "\e013";
}

.icon-video:before {
  content: "\e014";
}

.icon-stopwatch:before {
  content: "\e015";
}

.icon-link:before {
  content: "\e016";
}

.icon-stack:before {
  content: "\e017";
}

.icon-paint-format:before {
  content: "\e018";
}

.icon-arrow-down:before {
  content: "\e01a";
}

.icon-arrow-up:before {
  content: "\e01b";
}

.icon-push-right:before {
  content: "\e01c";
}

.icon-push-left:before {
  content: "\e01d";
}

.icon-checked:before {
  content: "\e01e";
}

.icon-unchecked:before {
  content: "\e01f";
}

.icon-table:before {
  content: "\e020";
}

.icon-sort-down-2:before {
  content: "\e021";
}

.icon-sort-up-2:before {
  content: "\e022";
}

.icon-notebook:before {
  content: "\77";
}

.icon-legacy:before {
  content: "\78";
}

.icon-open-book:before {
  content: "\7b";
}

.icon-key:before {
  content: "\7e";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-more:before {
  content: "\e601";
}

.icon-la-point:before {
  content: "\e602";
}

.icon-navigation:before {
  content: "\e603";
}

.icon-filter:before {
  content: "\e600";
}

.icon-fork:before {
  content: "\f020";
}

.icon-heart-outline:before {
  content: "\e604";
}

.icon-download:before {
  content: "\e605";
}

.icon-browser:before {
  content: "\e606";
}

.icon-copy:before {
  content: "\e607";
}

.icon-cart:before {
  content: "\e608";
}

.icon-info:before {
  content: "\e609";
}

.loader {
  position: relative;
  width: 46px;
  height: 46px;
  background: #E5F1F9;
  border-radius: 100%;
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}
.loader .side {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.loader .side .fill {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00B9F2;
  border-radius: 999px;
  opacity: 1;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.loader .side-left {
  left: 0;
}
.loader .side-left .fill {
  left: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-animation-name: ui-spinner-rotate-left;
  -moz-animation-name: ui-spinner-rotate-left;
  -ms-animation-name: ui-spinner-rotate-left;
  -o-animation-name: ui-spinner-rotate-left;
  animation-name: ui-spinner-rotate-left;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.loader .side-right {
  left: 50%;
}
.loader .side-right .fill {
  left: -100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-animation-name: ui-spinner-rotate-right;
  -moz-animation-name: ui-spinner-rotate-right;
  -ms-animation-name: ui-spinner-rotate-right;
  -o-animation-name: ui-spinner-rotate-right;
  animation-name: ui-spinner-rotate-right;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.loader:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  display: block;
  width: 28px;
  height: 28px;
  background: white;
  border-radius: 50%;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.loading-word {
  display: none;
}

.ie .loader {
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ie .loader:after, .ie .loader .side {
  display: none;
}
.ie .loader .loading-word {
  display: block;
}

@-webkit-keyframes ui-spinner-rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes ui-spinner-rotate-right {
  0% {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(180deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes ui-spinner-rotate-left {
  0% {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes ui-spinner-rotate-right {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ui-spinner-rotate-left {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.panel.primary, .panel.blue {
  border: 1px solid #D1E9F9;
  background: #E1F0FB;
}
.panel.white {
  border: 1px solid #ededed;
  background: white;
}
.panel.drop-shadow {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.125);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.125);
}
.panel.compact {
  padding: 1em;
}

table {
  width: 100%;
  margin-bottom: 1.71429em;
  font-size: 0.875em;
  line-height: 1.71429em;
  font-family: "Lucida Grande", "Segoe UI", "Arial", sans-serif;
  background-color: white;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid gainsboro;
  text-align: left;
}
table > thead {
  background-color: #f3f3f3;
  border-bottom: 1px solid gainsboro;
}
table > tfoot {
  background-color: #F2F2F2;
  border-top: 1px solid gainsboro;
}
table th, table td {
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  padding: 12px;
}
table p {
  margin-bottom: 0;
}
table tr {
  border-bottom: 1px solid gainsboro;
  text-align: left;
}
table tr:last-child {
  border-bottom: none;
}
table thead, table tfoot, table tr.divider {
  font-size: 0.9375em;
  line-height: 1.6em;
  font-weight: bold;
}
table caption {
  font-size: 0.6875em;
  line-height: 2.18182em;
  color: gray;
  caption-side: bottom;
  line-height: 1.5em;
  padding: 0.25em 1em;
}
table.blue {
  border: 1px solid #007AC2;
}
table.blue > thead {
  background-color: #007AC2;
  border: none;
  border-bottom: 1px solid #007AC2;
  color: white;
}
table.blue > thead tr:nth-child(even) {
  color: #595959;
}
table.blue > tfoot {
  border-top: 1px solid #007AC2;
}
table.blue th, table.blue td {
  border-left: 1px solid #007AC2;
  border-right: 1px solid #007AC2;
}
table.blue tr {
  border-bottom: 1px solid #007AC2;
}
table.blue tr:last-child {
  border-bottom: none;
}
table.blue tr:nth-child(even) {
  background-color: #E5F1F9;
}
table.blue tr:nth-child(even) td {
  background-color: #E5F1F9;
}
table.plain {
  border: none;
}
table.plain > thead, table.plain > tfoot, table.plain th, table.plain td {
  background-color: transparent;
  border: none;
}
table.plain tr {
  border: none;
}
table.plain tr:nth-child(even) {
  background-color: transparent;
}
table.plain tr:nth-child(even) td {
  background-color: transparent;
}
table.striped tr:nth-child(even) {
  background-color: #fafafa;
}
table.striped tr:nth-child(even) td {
  background-color: #fafafa;
}

table .align-center {
  text-align: center;
}
table .align-right {
  text-align: right;
}
table .align-top {
  vertical-align: top;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltip-wrapper {
  position: absolute;
  top: 115%;
  left: 50%;
  pointer-events: none;
}
.tooltip .tooltip-content {
  position: relative;
  left: -50%;
  display: none;
  padding: 0 .5em;
  margin: 0;
  font-size: 0.8125em;
  line-height: 1.84615em;
  white-space: nowrap;
  text-align: center;
  color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #333333;
  z-index: 99;
}
.tooltip .tooltip-content:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -5px;
  right: auto;
  bottom: auto;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: none;
  border-bottom: 5px solid #333333;
}
.tooltip:hover .tooltip-content, .tooltip.show-tooltip .tooltip-content {
  display: block;
}
.tooltip.animate .tooltip-content {
  display: block;
  opacity: 0;
  pointer-events: none;
  -moz-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity .2s linear,-webkit-transform .2s;
  -moz-transition: opacity .2s linear,-moz-transform .2s;
  -o-transition: opacity .2s linear,-o-transform .2s;
  transition: opacity .2s linear,-webkit-transform .2s, -moz-transform .2s, -o-transform .2s, transform .2s;
}
.tooltip.animate:hover .tooltip-content, .tooltip.animate.show-tooltip .tooltip-content {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}
.tooltip.above .tooltip-content:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  top: auto;
  right: auto;
  margin-left: -5px;
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333333;
}
.tooltip.above .tooltip-wrapper {
  bottom: 115%;
  top: auto;
}
.tooltip.before, .tooltip.after {
  float: none;
}
.tooltip.before .tooltip-wrapper, .tooltip.after .tooltip-wrapper {
  top: 50%;
  left: auto;
}
.tooltip.before .tooltip-content, .tooltip.after .tooltip-content {
  left: auto;
}
.tooltip.before .tooltip-content, .tooltip.after .tooltip-content {
  margin-top: -1em;
}
.tooltip.before .tooltip-wrapper {
  right: 135%;
}
.tooltip.before .tooltip-content:after {
  position: absolute;
  right: -5px;
  top: 50%;
  bottom: auto;
  left: auto;
  margin-top: -5px;
  border-right: none;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #333333;
}
.tooltip.after .tooltip-wrapper {
  left: 135%;
}
.tooltip.after .tooltip-content:after {
  position: absolute;
  left: -5px;
  top: 50%;
  right: auto;
  bottom: auto;
  margin-top: -5px;
  border-left: none;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #333333;
  left: 0;
}

.tailcoat-touch:hover .tooltip-content, .tailcoat-touch.show-tooltip .tooltip-content {
  display: none;
}

.map .tooltip {
  display: static;
}

.feature .feature-text {
  width: 37.5%;
}
.feature .feature-text h2 a, .feature .feature-text h2 a:hover {
  color: #4d4d4d;
}
@media screen and (max-width: 960px) {
  .feature .feature-text {
    margin-top: 3em;
    margin-bottom: 3em;
    width: 100%;
    padding: 0 1.5em;
  }
}
.feature .feature-block {
  width: 58.33333%;
  margin-left: 4.16667%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .feature .feature-block {
    width: 100%;
    margin-left: 0%;
  }
}
.feature .call-to-action {
  font-family: "Avenir LT W01 65 Medium", "Lato", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.2em;
}
.feature .call-to-action a {
  font-weight: bold;
}
.feature.flip .feature-text {
  float: right;
  margin-left: 4.16667%;
}
.feature.flip .feature-block {
  margin-left: 0%;
}
.feature.flip.vertical-center .feature-block {
  margin-left: 0%;
  margin-right: 4.16667%;
}
.feature.vertical-center {
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  .feature.vertical-center {
    display: table;
  }
  .feature.vertical-center .feature-text {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .feature.vertical-center .feature-block {
    float: none;
    padding-right: 2em;
    width: 100%;
    margin-left: 6.25%;
  }
}

.footer.sticky-footer {
  clear: both;
  margin-top: -262px;
  min-height: 262px;
}

.footer {
  padding-top: 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3ee;
  position: relative;
}
.footer a {
  color: #595959;
}
.footer a:hover {
  color: #003C60;
}
.footer h4 {
  font-family: "Avenir LT W01 65 Medium", "Lato", Arial, Helvetica, sans-serif;
}
.footer h4 span {
  font-family: "Avenir LT W01 85 Heavy", "Lato", Arial, Helvetica, sans-serif;
}

.no-space-to-footer {
  margin-bottom: -72px;
}

.esri-logo-footer {
  background-image: url('../images/tailcoat/logo-esri-footer.jpg?1400023879');
  padding-top: 56px;
  width: 100px;
  display: block;
  margin: 1.5em auto 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  .esri-logo-footer {
    background-image: url('../images/tailcoat/logo-esri-footer@2x.jpg?1400023879');
  }
}

.footer-social-nav {
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
}
.footer-social-nav li {
  background-image: none;
}
.footer-social-nav a {
  color: #a6a6a6;
  display: inline;
  padding: 0 .25em 0 0;
}
.footer-social-nav a:hover {
  color: gray;
}

.footer-legal {
  clear: both;
}
.footer-legal a {
  color: inherit;
}

html, body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
}

.page {
  overflow: auto;
  padding-bottom: 72px;
}
.page.sticky-footer {
  padding-bottom: 334px;
}

.header {
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  height: auto;
  padding-bottom: 0;
  background: white;
  border-bottom: 1px solid #ededed;
}
.header .header-inner {
  width: 100%;
}

.site-nav {
  float: left;
  margin-top: .7em;
  margin-left: 1.5em;
  text-transform: uppercase;
}
.site-nav ul {
  margin-bottom: 0;
}
.site-nav li a {
  font-size: 0.9375em;
  line-height: 1.6em;
  letter-spacing: 1px;
  font-family: "Avenir LT W01 65 Medium", "Lato", Arial, Helvetica, sans-serif;
  color: #007AC2;
  padding-bottom: 2px;
  margin: 0 .75em;
}
.site-nav li a.active {
  border-bottom: 2px solid #007AC2;
}

.toggle-site-navigation:before {
  color: #595959;
  font-size: 1.25em;
  padding-right: 0.25em;
  vertical-align: -.1em;
}

.site-brand {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: .7em;
  margin-bottom: .6em;
}

.site-logo {
  color: #333333;
  float: none;
  margin-right: 0;
  font-family: "Avenir LT W01 65 Medium", "Lato", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.25em;
}
.site-logo span {
  font-family: "Avenir LT W01 85 Heavy", "Lato", Arial, Helvetica, sans-serif;
}
.site-logo:hover {
  color: #333333;
}

.esri-logo {
  background-image: url('../images/tailcoat/logo-esri.png?1400023879');
  padding-top: 48px;
  width: 85px;
  float: right;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  .esri-logo {
    background-image: url('../images/tailcoat/logo-esri@2x.png?1400023879');
  }
}

.navigation-bar {
  min-height: 83px;
}
.navigation-bar a {
  color: white;
}
.navigation-bar input {
  float: right;
  width: 250px;
  margin-top: 1em;
}
.navigation-bar header {
  margin-bottom: 0em;
  width: 100%;
}
.navigation-bar header h1 {
  float: left;
  margin: .25em 0;
  font-size: 2em;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.navigation-bar.green, .navigation-bar.btn.success {
  background: url('../images/tailcoat/navigation-bar-background-green.jpg?1400023879') repeat top center #359f3f;
}
.navigation-bar.nav-only {
  min-height: inherit;
}
.navigation-bar.nav-only header {
  display: none;
}
.navigation-bar.nav-only nav {
  margin-top: 0em;
}
.navigation-bar.nav-only ul {
  margin: 0.5em 0 0 0;
}
.navigation-bar.no-nav {
  min-height: 0;
}
.navigation-bar.no-nav nav {
  display: none;
}
.navigation-bar.no-nav h1 {
  line-height: 1.35em;
}

.navigation-bar-nav {
  width: 100%;
  margin-top: -1em;
  display: block;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.navigation-bar-nav ul {
  margin: 1em 0 0 0;
}
.navigation-bar-nav ul li {
  background: rgba(255, 255, 255, 0.1);
  float: left;
  margin: 0 2% 0 0;
  padding: 0;
}
.navigation-bar-nav ul li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.navigation-bar-nav ul li:last-child {
  margin: 0;
}
.navigation-bar-nav ul li:before {
  display: none;
}
.navigation-bar-nav .current {
  background-color: white;
}
.navigation-bar-nav .current a {
  color: #595959;
  text-shadow: none;
}
.navigation-bar-nav a {
  display: block;
  padding: 0.33em 1em 0.5em 1em;
  font-size: 1.07143em;
  line-height: 1.6em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navigation-bar-nav .dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  padding: 0.25em 0.5em;
  font-size: 1.5em;
  z-index: 3;
}

.search-bar .search-inputs {
  max-width: 47em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  position: relative;
}
.search-bar input[type="search"], .search-bar input[type="text"] {
  padding-right: 3.5em;
  font-size: 1.15em;
  background-image: none;
  border: none;
}
.search-bar input[type="search"]:focus, .search-bar input[type="text"]:focus {
  border: none;
}
.search-bar .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1.15em;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
}
.search-bar .search-btn:hover {
  color: white;
  background-color: #007AC2;
  border-left: #003a5c;
}

.search-filters {
  padding: 1em 0;
  border-right: 0;
  border-left: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.sidebar-navigation {
  overflow: hidden;
  margin-bottom: 0;
  margin-bottom: 1.5em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ededed;
}
.sidebar-navigation header {
  background: #fafafa;
  border-bottom: 1px solid #ededed;
  padding: 11px 8px 8px;
}
.sidebar-navigation header h1, .sidebar-navigation header h2, .sidebar-navigation header h3, .sidebar-navigation header h4, .sidebar-navigation header h5, .sidebar-navigation header h6 {
  padding: 0 1em 0 0;
  margin-bottom: 0;
}
.sidebar-navigation ul {
  margin-bottom: 0;
}
.sidebar-navigation li {
  background-color: white;
  border-bottom: 1px solid #ededed;
}
.sidebar-navigation li:last-child {
  border-bottom: none;
}
.sidebar-navigation a {
  display: block;
  padding: .5em;
  position: relative;
}
.sidebar-navigation a:before {
  color: #cccccc;
  position: absolute;
  top: 12px;
  right: 3px;
}
.sidebar-navigation li.current {
  background: #007AC2;
}
.sidebar-navigation li.current a {
  color: white;
}
.sidebar-navigation li.current a:before {
  color: white;
}
.sidebar-navigation li:hover {
  background: #005E95;
}
.sidebar-navigation li:hover a {
  color: white;
}
.sidebar-navigation li:hover a:before {
  color: white;
}

html.scroll-lock {
  overflow: hidden;
  height: auto;
}
html.scroll-lock body {
  overflow: hidden;
  height: auto;
}

.tab-group {
  width: 100%;
}
.tab-group .tab-nav {
  width: 100%;
  display: block;
}
.tab-group .tab-nav .tab {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em;
  font-size: 0.875em;
  line-height: 1.71429em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  border-left: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
}
.tab-group .tab-nav .tab:first-child {
  -moz-border-radius: 3px 0 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 0;
  border-left: 1px solid #cccccc;
}
.tab-group .tab-nav .tab:last-child {
  -moz-border-radius: 0 3px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 0 0;
}
.tab-group .tab-nav .tab:hover {
  background-color: #fcfcfc;
}
.tab-group .tab-nav .tab.active {
  border-bottom: 1px solid transparent;
  background-color: white;
}
.tab-group .tab-nav .tab.active:hover {
  background-color: white;
}
.tab-group .tab-contents {
  width: 100%;
  border: 1px solid #cccccc;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
  margin-top: -1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-group .tab-contents .tab-content {
  background-color: white;
  display: none;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
  padding: 1em;
  overflow: auto;
}
.tab-group .tab-contents .tab-content.active {
  display: block;
}
.tab-group .tab-contents .tab-content code {
  border: none;
  overflow: initial;
  background: transparent;
}
.tab-group .tab-contents .tab-content pre {
  background: transparent;
  margin-bottom: 0;
}
.tab-group.transparent .tab {
  background-color: white;
  border: 1px solid transparent;
  border-bottom: none;
}
.tab-group.transparent .tab:hover {
  background-color: white;
}
.tab-group.transparent .tab:first-child {
  border-left: none;
}
.tab-group.transparent .tab.active {
  border: 1px solid #cccccc;
  border-bottom: 1px solid transparent;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.tab-group.transparent .tab-contents {
  border: none;
  border-top: 1px solid #cccccc;
}
.tab-group.gray .tab-nav .tab {
  background-color: white;
}
.tab-group.gray .tab-nav .tab:hover {
  background-color: #fcfcfc;
}
.tab-group.gray .tab-nav .tab.active {
  background-color: #fafafa;
  border-bottom: 1px solid transparent;
}
.tab-group.gray .tab-content {
  background-color: #fafafa;
}

.accordion {
  overflow: hidden;
  margin-bottom: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ededed;
  background-color: white;
}
.accordion header {
  margin: 0;
  padding: 0;
  background-color: #fafafa;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.accordion .section-title {
  padding: .5em .35em .5em 1.75em;
  margin: 0;
  border-bottom: 1px solid #ededed;
  position: relative;
  color: #595959;
  position: relative;
}
.accordion .section-title:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-right: none;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid #a6a6a6;
  position: absolute;
  right: -0.35em;
  top: 50%;
  bottom: auto;
  left: auto;
  margin-top: -0.35em;
}
.accordion .section-title:after {
  top: 50%;
  margin-top: -.35em;
  left: .75em;
}
.accordion .accordion-section > ul, .accordion .section-content {
  display: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.accordion .accordion-section > ul > li > a, .accordion .section-content > li > a {
  padding: .5em;
  display: block;
  border-bottom: 1px solid #ededed;
}
.accordion .accordion-section > ul > li > a:hover, .accordion .section-content > li > a:hover {
  background: #005E95;
  color: white;
}
.accordion .accordion-section > ul .current, .accordion .section-content .current {
  color: white;
  background-color: #007AC2;
}
.accordion .accordion-section > ul .current > a, .accordion .section-content .current > a {
  color: white;
}
.accordion .accordion-section:last-child .section-title {
  border-bottom: 0;
}
.accordion .accordion-section:last-child li:last-child a {
  border-bottom: 0;
}
.accordion .accordion-section.active .section-title {
  border-bottom: 1px solid #ededed;
}
.accordion .active .section-title {
  border-bottom: 1px solid #ededed;
  position: relative;
}
.accordion .active .section-title:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-bottom: none;
  border-left: 0.35em solid transparent;
  border-right: 0.35em solid transparent;
  border-top: 0.35em solid #a6a6a6;
  position: absolute;
  right: -0.35em;
  top: 50%;
  bottom: auto;
  left: auto;
  margin-top: -0.35em;
}
.accordion .active .section-title:after {
  top: 50%;
  margin-top: -.175em;
  left: .55em;
}
.accordion .active ul, .accordion .active .section-content {
  display: block;
}
.accordion.open header {
  cursor: default;
}
.accordion.open .accordion-section > ul, .accordion.open .section-content {
  display: block;
}
.accordion.open .section-title {
  padding-left: .5em;
}
.accordion.open .section-title:after {
  display: none;
}
.accordion.open .accordion-section:last-child .section-title {
  border-bottom: 1px solid #ededed;
}

.modal-overlay {
  display: none;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
.modal-overlay.visible {
  display: block;
}

.modal {
  position: relative;
  margin: 50px auto;
  z-index: 100;
  background: #fafafa;
  border: 1px solid #ededed;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  padding: 1em;
  width: 380px;
  opacity: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal.vertically-centered {
  margin: 0 0 0 -190px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal.visible {
  display: block;
}
@media screen and (max-width: 480px) {
  .modal.vertically-centered {
    margin: 0 0 0 -140px;
    width: 280px;
  }
}

.click-dropdown {
  position: relative;
  display: inline-block;
  margin-right: 2em;
}
.click-dropdown.visible .click-dropdown-menu {
  display: block;
}

.click-dropdown-link {
  padding-right: 18px;
  font-size: 0.85em;
  color: #595959;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.click-dropdown-link:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #595959;
  position: absolute;
}
.click-dropdown-link:after {
  top: .75em;
  right: 0;
}
.click-dropdown-link:hover {
  color: #333333;
}
.click-dropdown-link:hover:after {
  border-top: 4px solid #333333;
}

.click-dropdown-menu {
  position: absolute;
  top: 2.5em;
  left: 50%;
  display: none;
  width: 200px;
  margin-left: -112px;
  font-size: .75em;
  border: 1px solid #ededed;
  background-color: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 2;
}
.click-dropdown-menu:before, .click-dropdown-menu:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: none;
}
.click-dropdown-menu:after {
  top: -6px;
  border-bottom: 6px solid white;
}
.click-dropdown-menu:before {
  top: -7px;
  border-bottom: 6px solid #ededed;
}

.click-dropdown-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: block;
  padding: .5em;
  color: #595959;
  background-color: white;
  border-bottom: 1px solid #ededed;
}
.click-dropdown-item:last-child {
  border-bottom: none;
}
.click-dropdown-item:hover {
  color: #595959;
}

.checkmarks .click-dropdown-item {
  padding-left: 2em;
}
.checkmarks .click-dropdown-item:before {
  content: "\65";
  position: absolute;
  left: 0.5em;
  top: 1em;
  color: white;
}
.checkmarks .click-dropdown-item:hover:before {
  color: #cccccc;
}
.checkmarks .selected:before {
  color: #35AC46;
}
.checkmarks .selected:hover:before {
  color: #35AC46;
}

.click-dropdown.align-left .click-dropdown-menu {
  left: 0;
  margin-left: 0;
}
.click-dropdown.align-left .click-dropdown-menu:before, .click-dropdown.align-left .click-dropdown-menu:after {
  left: 0;
  margin-left: 12px;
}
.click-dropdown.align-right .click-dropdown-menu {
  left: auto;
  right: 0;
  margin-left: 0;
}
.click-dropdown.align-right .click-dropdown-menu:before, .click-dropdown.align-right .click-dropdown-menu:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: 24px;
}

.site-brand:hover .site-dropdown-toggle, .site-brand.expanded .site-dropdown-toggle {
  background-color: #ededed;
}
.site-brand .site-dropdown-toggle {
  position: relative;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background-position: center 1px;
  background-color: white;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  vertical-align: -4px;
  overflow: hidden;
  width: 18px;
  margin-left: -2px;
}
.site-brand .site-dropdown-toggle:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #a6a6a6;
  position: absolute;
}
.site-brand .site-dropdown-toggle:after {
  top: 7px;
  left: 4px;
}

.site-dropdown {
  position: absolute;
  top: 2em;
  left: -3%;
  width: 106%;
  max-width: 320px;
  min-width: 240px;
  display: none;
  background: white;
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
  z-index: 1000;
}
.site-dropdown.visible {
  display: block;
}
.site-dropdown a {
  display: block;
  padding: 12px;
}
.site-dropdown a:hover {
  background: #e5f1f9;
}
.site-dropdown a.selected {
  padding-left: 9px;
  border-left: 3px solid #007AC2;
}
.site-dropdown a.selected:last-child, .site-dropdown a a:hover:last-child {
  border-radius: 0 0 3px 3px;
}
.site-dropdown a p {
  color: #888888;
  font-size: 0.7em;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-transform: none;
}
.site-dropdown a h4 {
  color: #4D4D4D;
  font-size: 0.9em;
  margin-bottom: 0.4em;
  font-family: "Avenir LT W01 65 Medium", "Lato", Arial, Helvetica, sans-serif;
  text-transform: none;
}

.site-search {
  position: relative;
  margin-top: .45em;
  width: 100px;
}
.site-search .site-search-form {
  position: absolute;
  right: 0;
  width: 100px;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.site-search input[type="search"], .site-search input[type="text"] {
  border: 1px solid transparent;
  padding-right: .25em;
  padding-left: 1.75em;
  background-image: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Avenir LT W01 65 Medium", "Lato", Arial, Helvetica, sans-serif;
  color: #007AC2;
}
.site-search input[type="search"]:focus, .site-search input[type="text"]:focus {
  border: 1px solid #007AC2;
  text-transform: none;
  font-family: "Lucida Grande", "Segoe UI", "Arial", sans-serif;
  letter-spacing: 0;
  z-index: 2;
  color: #595959;
}
.site-search .site-search-toggle {
  position: absolute;
  left: .25em;
  top: 0;
  bottom: 0;
  line-height: 2.2em;
  pointer-events: none;
  color: #007AC2;
}
.site-search .site-search-button {
  position: absolute;
  padding-right: .5em;
  padding-left: .5em;
  right: 0;
  top: 0;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
  pointer-events: none;
  z-index: 1;
}
html.ie .site-search .site-search-button {
  display: none;
}
.site-search .site-search-button:hover {
  color: white;
  background-color: #007AC2;
  border-left: #003a5c;
}

.site-search.active .site-search-form {
  width: 300px;
  border-left: 6px solid white;
}
.site-search.active input[type="search"], .site-search.active input[type="text"] {
  padding-right: 4.25em;
}
.site-search.active .site-search-button {
  pointer-events: auto;
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
html.ie .site-search.active .site-search-button {
  display: inline-block;
}
.site-search.active .site-search-toggle {
  color: #a6a6a6;
}

.drawer {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  background: #595959;
  background: transparent;
  display: none;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  z-index: 1001;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.drawer.active-left, .drawer.active-right {
  display: block;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.drawer-nav {
  list-style: none;
  width: 280px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: white;
  transition: -webkit-transform 300ms cubic-bezier(0.215, 0.44, 0.42, 0.88);
  pointer-events: auto;
}
.drawer-nav .drawer-link {
  color: #595959;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  background-color: white;
  border-top: 1px solid #ededed;
  display: block;
  width: 100%;
  font-family: "Avenir LT W01 65 Medium", "Lato", Arial, Helvetica, sans-serif;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.drawer-nav .drawer-link:before {
  font-size: 1.5em;
  margin-right: 0.45em;
  vertical-align: -0.2em;
}
.drawer-nav .drawer-link:hover {
  background-color: #ededed;
}
.drawer-nav .drawer-search {
  padding: 1em 1em 1em 2.5em;
  font-family: "Avenir LT W01 65 Medium", "Lato", Arial, Helvetica, sans-serif;
  color: #595959;
  background-position: 1em center;
  border: none;
  border-top: 1px solid #ededed;
}
.drawer-nav .drawer-search:focus {
  background-color: #ededed;
  border: none;
  border-top: 1px solid #ededed;
}
.drawer-nav .drawer-search:before {
  content: "\2b";
}

.drawer-header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
}
.drawer-header .site-title {
  margin-bottom: 0;
}
.drawer-header .site-logo {
  font-size: 1em;
}

.drawer-left {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: -280px;
}

.drawer.active-left .drawer-left {
  -moz-transform: translate3d(280px, 0, 0);
  -ms-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
  transition: -webkit-transform 300ms cubic-bezier(0.215, 0.44, 0.42, 0.88);
}

.drawer-right {
  left: 100%;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.drawer.active-right .drawer-right {
  -moz-transform: translate3d(-280px, 0, 0);
  -ms-transform: translate3d(-280px, 0, 0);
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
  transition: -webkit-transform 300ms cubic-bezier(0.215, 0.44, 0.42, 0.88);
}

@media screen and (max-width: 662px) {
  .navigation-bar.responsive h1 {
    font-size: 1.5em;
  }
  .navigation-bar.responsive .navigation-bar-nav {
    position: relative;
    display: block;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    padding: 0 1.25em 0 .75em;
    margin-top: 0.25em;
    margin-left: -1em;
    background-color: #762783;
    border-top: 1px solid #531b5c;
  }
  .navigation-bar.responsive .navigation-bar-nav ul {
    min-height: 2.75em;
    margin-top: 0;
  }
  .navigation-bar.responsive .navigation-bar-nav li {
    display: none;
    width: 100%;
    max-width: 100% !important;
    background: transparent;
    margin: 0;
  }
  .navigation-bar.responsive .navigation-bar-nav li:hover {
    background: none;
  }
  .navigation-bar.responsive .navigation-bar-nav li:hover:after {
    display: none;
  }
  .navigation-bar.responsive .navigation-bar-nav a {
    padding: 0.5em 0.25em 0.75em;
  }
  .navigation-bar.responsive .navigation-bar-nav .current {
    display: block;
    background: none;
  }
  .navigation-bar.responsive .navigation-bar-nav .current a {
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  }
  .navigation-bar.responsive .navigation-bar-nav .current:after {
    display: none;
  }
  .navigation-bar.responsive .navigation-bar-nav .dropdown-toggle {
    display: block;
    padding: .15em .5em 0;
  }
  .navigation-bar.responsive .navigation-bar-nav.open ul li {
    display: block;
  }
  .navigation-bar.responsive.green .navigation-bar-nav, .navigation-bar.responsive.btn.success .navigation-bar-nav {
    background-color: #35AC46;
    border-top: 1px solid #298536;
  }
  .navigation-bar.responsive.nav-only .navigation-bar-nav {
    margin-top: 0;
    border-top: none;
  }
  .navigation-bar.responsive .btn {
    display: none;
  }
}

.show {
  visibility: visible;
}

.hide {
  display: none !important;
  visibility: hidden;
}

@media screen and (min-width: 960px) {
  .phone-hide {
    visibility: visible;
  }

  .tablet-hide {
    visibility: visible;
  }

  .phone-show {
    display: none !important;
    visibility: hidden;
  }

  .tablet-show {
    display: none !important;
    visibility: hidden;
  }

  .tablet-only {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (max-width: 959px) and (min-width: 480px) {
  .phone-hide {
    visibility: visible;
  }

  .tablet-hide {
    display: none !important;
    visibility: hidden;
  }

  .phone-show {
    display: none !important;
    visibility: hidden;
  }

  .tablet-show {
    visibility: visible;
  }

  .tablet-only {
    visibility: visible;
  }
}
@media screen and (max-width: 479px) {
  .phone-hide {
    display: none !important;
    visibility: hidden;
  }

  .tablet-hide {
    display: none !important;
    visibility: hidden;
  }

  .phone-show {
    visibility: visible;
  }

  .tablet-show {
    visibility: visible;
  }

  .tablet-only {
    display: none !important;
    visibility: hidden;
  }
}
.leader-0 {
  margin-top: 0px;
}

.trailer-0 {
  margin-bottom: 0px;
}

.leader-1 {
  margin-top: 24px;
}

.trailer-1 {
  margin-bottom: 24px;
}

.leader-2 {
  margin-top: 48px;
}

.trailer-2 {
  margin-bottom: 48px;
}

.leader-3 {
  margin-top: 72px;
}

.trailer-3 {
  margin-bottom: 72px;
}

.leader-4 {
  margin-top: 96px;
}

.trailer-4 {
  margin-bottom: 96px;
}

.leader-5 {
  margin-top: 120px;
}

.trailer-5 {
  margin-bottom: 120px;
}

.leader-half {
  margin-top: 12px;
}

.trailer-half {
  margin-bottom: 12px;
}

.no-leader {
  margin-top: 0px;
}

.no-trailer {
  margin-bottom: 0px;
}

.no-padding-leader {
  padding-top: 0px;
}

.no-padding-trailer {
  padding-bottom: 0px;
}

@media screen and (max-width: 960px) {
  .tablet-leader-5 {
    margin-top: 120px;
  }

  .tablet-trailer-5 {
    margin-bottom: 120px;
  }

  .tablet-leader-4 {
    margin-top: 96px;
  }

  .tablet-trailer-4 {
    margin-bottom: 96px;
  }

  .tablet-leader-3 {
    margin-top: 72px;
  }

  .tablet-trailer-3 {
    margin-bottom: 72px;
  }

  .tablet-leader-2 {
    margin-top: 48px;
  }

  .tablet-trailer-2 {
    margin-bottom: 48px;
  }

  .tablet-leader-1 {
    margin-top: 24px;
  }

  .tablet-trailer-1 {
    margin-bottom: 24px;
  }

  .tablet-leader-half {
    margin-top: 12px;
  }

  .tablet-trailer-half {
    margin-bottom: 12px;
  }

  .tablet-leader-0 {
    margin-top: 0px;
  }

  .tablet-trailer-0 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .phone-leader-5 {
    margin-top: 120px;
  }

  .phone-trailer-5 {
    margin-bottom: 120px;
  }

  .phone-leader-4 {
    margin-top: 96px;
  }

  .phone-trailer-4 {
    margin-bottom: 96px;
  }

  .phone-leader-3 {
    margin-top: 72px;
  }

  .phone-trailer-3 {
    margin-bottom: 72px;
  }

  .phone-leader-2 {
    margin-top: 48px;
  }

  .phone-trailer-2 {
    margin-bottom: 48px;
  }

  .phone-leader-1 {
    margin-top: 24px;
  }

  .phone-trailer-1 {
    margin-bottom: 24px;
  }

  .phone-leader-half {
    margin-top: 12px;
  }

  .phone-trailer-half {
    margin-bottom: 12px;
  }

  .phone-leader-0 {
    margin-top: 0px;
  }

  .phone-trailer-0 {
    margin-bottom: 0px;
  }
}
.padding-leader-5 {
  padding-top: 120px;
}

.padding-trailer-5 {
  padding-bottom: 120px;
}

.padding-leader-4 {
  padding-top: 96px;
}

.padding-trailer-4 {
  padding-bottom: 96px;
}

.padding-leader-3 {
  padding-top: 72px;
}

.padding-trailer-3 {
  padding-bottom: 72px;
}

.padding-leader-2 {
  padding-top: 48px;
}

.padding-trailer-2 {
  padding-bottom: 48px;
}

.padding-leader-1 {
  padding-top: 24px;
}

.padding-trailer-1 {
  padding-bottom: 24px;
}

.padding-leader-half {
  padding-top: 12px;
}

.padding-trailer-half {
  padding-bottom: 12px;
}

.padding-leader-0 {
  padding-top: 0px;
}

.padding-trailer-0 {
  padding-bottom: 0px;
}

@media screen and (max-width: 960px) {
  .tablet-padding-leader-5 {
    padding-top: 120px;
  }

  .tablet-padding-trailer-5 {
    padding-bottom: 120px;
  }

  .tablet-padding-leader-4 {
    padding-top: 96px;
  }

  .tablet-padding-trailer-4 {
    padding-bottom: 96px;
  }

  .tablet-padding-leader-3 {
    padding-top: 72px;
  }

  .tablet-padding-trailer-3 {
    padding-bottom: 72px;
  }

  .tablet-padding-leader-2 {
    padding-top: 48px;
  }

  .tablet-padding-trailer-2 {
    padding-bottom: 48px;
  }

  .tablet-padding-leader-1 {
    padding-top: 24px;
  }

  .tablet-padding-trailer-1 {
    padding-bottom: 24px;
  }

  .tablet-padding-leader-half {
    padding-top: 12px;
  }

  .tablet-padding-trailer-half {
    padding-bottom: 12px;
  }

  .tablet-padding-leader-0 {
    padding-top: 0px;
  }

  .tablet-padding-trailer-0 {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .phone-padding-leader-5 {
    padding-top: 120px;
  }

  .phone-padding-trailer-5 {
    padding-bottom: 120px;
  }

  .phone-padding-leader-4 {
    padding-top: 96px;
  }

  .phone-padding-trailer-4 {
    padding-bottom: 96px;
  }

  .phone-padding-leader-3 {
    padding-top: 72px;
  }

  .phone-padding-trailer-3 {
    padding-bottom: 72px;
  }

  .phone-padding-leader-2 {
    padding-top: 48px;
  }

  .phone-padding-trailer-2 {
    padding-bottom: 48px;
  }

  .phone-padding-leader-1 {
    padding-top: 24px;
  }

  .phone-padding-trailer-1 {
    padding-bottom: 24px;
  }

  .phone-padding-leader-half {
    padding-top: 12px;
  }

  .phone-padding-trailer-half {
    padding-bottom: 12px;
  }

  .phone-padding-leader-0 {
    padding-top: 0px;
  }

  .phone-padding-trailer-0 {
    padding-bottom: 0px;
  }
}
.right {
  float: right !important;
}

.left {
  float: left !important;
}

@media screen and (max-width: 960px) {
  .tablet-left {
    float: left  !important;
  }

  .tablet-right {
    float: right !important;
  }
}
@media screen and (max-width: 480px) {
  .phone-left {
    float: left  !important;
  }

  .phone-right {
    float: right !important;
  }
}
.clear {
  clear: both;
}

.square-left, .btn.square-left, input.square-left {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.square-right, .btn.square-right, input.square-right {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.square-top, .btn.square-top, input.square-top {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.square-bottom, .btn.square-bottom, input.square-bottom {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.square-top-left, .btn.square-top-left, input.square-top-left {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.square-top-right, .btn.square-top-right, input.square-top-right {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.square-bottom-left, .btn.square-bottom-left, input.square-bottom-left {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.square-bottom-right, .btn.square-bottom-right, input.square-bottom-right {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

html.ie8 .container {
  width: 960px;
}
html.ie8 .phone-show, html.ie8 .tablet-show, html.ie8 .tablet-only {
  display: none;
}
html.ie8 .dropdown {
  padding-right: 40px;
}
html.ie8 .content-area img {
  max-width: 600px;
  height: auto;
}
html.ie8 .tooltip.animate .tooltip-content {
  display: none;
  opacity: 1;
  pointer-events: none;
}
html.ie8 .tooltip.animate:hover .tooltip-content, html.ie8 .tooltip.animate.show-tooltip .tooltip-content {
  display: block;
  pointer-events: auto;
}
html.ie8 .drawer {
  background: transparent;
}
html.ie8 .drawer.active-left, html.ie8 .drawer.active-right {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
  zoom: 1;
}
html.ie8 .drawer.active-left .drawer-left {
  left: 0;
}
html.ie8 .drawer.active-right .drawer-right {
  margin-left: -280px;
}
html.ie8 .navigation-bar-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50FFFFFF,endColorstr=#50FFFFFF);
  zoom: 1;
}
html.ie8 .modal-overlay {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EEEEEE,endColorstr=#99EEEEEE);
  zoom: 1;
}
html.ie8 .site-dropdown {
  border: 1px solid #cccccc;
}

html.ie9 .drawer.active-left .drawer-left {
  left: 0;
}
html.ie9 .drawer.active-right .drawer-right {
  margin-left: -280px;
}

.custom-modal-container {
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.7);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
}

.custom-modal-wrapper {
  background: #FBFBFB;
  border-radius: 3px;
  display: block;
  left: 0;
  margin: auto;
  overflow: hidden;
  padding: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}

.dialog-unavailable {
  height: 300px;
  padding: 0;
  width: 290px;
}

.dialog-unavailable .dialog-header, .dialog-unavailable .dialog-body {
  padding-left: 20px;
  padding-right: 20px;
}

.dialog-unavailable .dialog-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.dialog-unavailable .dialog-title {
  font-size: 1.3rem;
}

.dialog-unavailable .dialog-body p {
  font-size: 1.0rem;
}

#no-sign-in-redirect {
  display: none;
}

.dialog-unavailable .close-dialog, #no-sign-in-redirect {
  bottom: 10px;
  position: absolute;
  right: 10px;
  top: initial;
  z-index: 0;
}
/********* PAGE COLOR PALLETE  ********/
.btn.clear-inverse {
  border-color: #396e8b;
  color: #396e8b; }

.btn.clear-inverse:hover {
  background: #396e8b;
  color: white; }

.btn.clear-inverse:focus {
  color: #396e8b !important; }

.btn.clear-inverse:focus:hover {
  color: white !important; }

.toggle-button {
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #C1CCD2;
  border-radius: 0px;
  border-left-width: 0px;
  border-right-width: 1px;
  color: #396e8b;
  display: inline-block;
  font-size: 1.3rem;
  padding: 2px 6px 0; }

.toggle-button.active {
  background: #396e8b;
  color: white; }

.copied-message {
  color: #66aa67;
  left: 2px; }

.dialog-header {
  background: #F6FAFC;
  padding: 24px 0;
  text-align: center; }

.modal {
  border: none;
  padding: 0 0 20px;
  z-index: 200; }

.dialog-title {
  display: inline-block;
  font-style: "Avenir LT W01 65 Medium", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  vertical-align: middle; }

.dialog-header-icon {
  font-size: 1.6rem;
  margin-right: 7px;
  vertical-align: middle; }

.dialog-body {
  padding: 0 30px;
  text-align: center; }

.dialog-list {
  list-style-type: initial; }

.modal .main-text {
  font-size: 1.0rem; }

.modal-footer {
  bottom: 0;
  height: 35px;
  left: 0;
  position: absolute;
  right: 0; }

.close-dialog {
  float: right; }

  #modal-container-create-story {
    background: rgba(0, 0, 0, 0.5);
    z-index: 200; }

  #no-create-story-modal {
    display: none; }

  .modal.create-story-modal {
    background: white;
    overflow-y: auto; }

  .modal.create-story-modal * {
    box-sizing: border-box; }

  .modal.create-story-modal .btn:not(.disabled):focus {
    outline: none; }

  .create-story-disabled {
    cursor: default;
    pointer-events: none; }

  .modal.create-story-modal {
    color: #396e8b;
    height: 650px;
    margin-left: -425px;
    max-height: 85%;
    max-width: 90%;
    width: 850px; }

  .create-story-modal .dialog-header {
    padding: 12px 0; }

  .toggle.toggle-button {
    cursor: pointer;
    border: 2px solid #396e8b;
    font-size: 1.1rem;
    padding: 5px 16px; }

  .toggle.toggle-button:first-child {
    border-radius: 5px 0 0 5px;
    border-right: none; }

  .toggle.toggle-button:last-child {
    border-radius: 0 5px 5px 0;
    border-left: none; }

  .toggle-view {
    display: none; }

  .toggle-view.selected {
    display: block; }

  .create-story-modal .dialog-body {
    overflow-x: hidden; }

/***********************  "CREATE AN APP" STYLINGS  ******************************/
.create-app-list {
  margin-top: 66px;
  margin-bottom: 3px;
  text-align: center; }

.create-app-list li {
  display: inline-block;
  width: 22%;
  margin-right: 4%;
  text-align: center; }

.create-app-list li:nth-child(n+5) {
  margin-top: 26px; }

.create-app-list li:nth-child(4n), .create-app-list li:last-child {
  margin-right: 0; }

.create-app-image-container {
  display: inline-block;
  line-height: 0;
  margin-bottom: 12px;
  position: relative; }

.create-app-image-container .image-hover-text {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
  z-index: 1; }

.create-app-image-container .image-hover-text:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle; }

.create-app-image-container .image-hover-text.hovered {
  display: block; }

.create-app-image-container .image-hover-text span {
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 10px 7px;
  vertical-align: middle;
  width: 100%; }

.create-app-list .app-item img {
  height: auto;
  width: 100%; }

.create-app-list .app-item a.btn, #ask-pros .app-item a.btn {
  border-radius: 15px; }

.create-app-list .app-item a.btn {
  font-size: 0.7rem; }

/***********************  "ASK THE PROS" STYLINGS  *************************/
#ask-pros {
  text-align: center; }

.ask-pros-title {
  font-weight: bold;
  margin: 72px 0 24px; }

.ask-pros-title.question {
  display: inline-block;
  margin: 36px 0 0; }

#ask-pros .square {
  border: 2px solid #F4F4F4;
  display: inline-block;
  height: 300px;
  margin-top: 24px;
  max-width: 100%;
  width: 550px; }

#ask-pros .square-quarter {
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  height: 50%;
  padding: 12px;
  vertical-align: middle;
  width: 50%; }

#ask-pros .square-quarter:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

#ask-pros .square-quarter.shaded {
  background-color: #F4F4F4; }

#ask-pros .square-quarter:hover {
  background: #396e8b;
  color: white; }

#ask-pros .square-quarter span {
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle; }

#ask-pros .detail {
  display: flex; }

#ask-pros .detail .answer-detail {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

#ask-pros .question-list {
  display: inline-block;
  width: 50%;
  border: 2px solid #F4F4F4;
  border-radius: 20px; }

#ask-pros .question-list li {
  background: transparent;
  cursor: pointer;
  padding: 30px;
  font-size: 1.2rem; }

#ask-pros .question-list li:first-child {
  border-radius: 15px 15px 0 0; }

#ask-pros .question-list li:nth-child(2n+1) {
  background: #F4F4F4; }

#ask-pros .question-list li:last-child {
  border-radius: 0 0 15px 15px; }

#ask-pros .question-list li:hover {
  background: #396e8b;
  color: white; }

.toggle.toggle-button.two-button {
  padding: 15px 45px; }

.toggle.toggle-button.two-button:first-child {
  border-radius: 10px 0 0 10px; }

.toggle.toggle-button.two-button:last-child {
  border-radius: 0 10px 10px 0;
  border-left: 2px solid #396e8b; }

.toggle.toggle.two-button.solo {
  border-radius: 10px;
  align-self: center;
  margin-top: auto; }

.toggle.toggle-button.two-button:hover {
  background-color: #396e8b;
  color: white; }

/***********************  SUGGESTION SCREEN STYLINGS  **************************/
.app-item.final {
  max-width: 90%;
  display: inline-block; }

.app-item.final .ask-pros-title {
  font-size: 1.75rem;
  margin-top: 24px; }

#ask-pros .final .version {
  display: inline-block;
  width: 100%; }

#ask-pros .final .version.multiple {
  width: 50%; }

.create-app-image-container.final {
  display: block;
  margin-bottom: 24px; }

.create-app-image-container.final img {
  cursor: pointer;
  width: 35%; }

.create-app-image-container.final .image-wrapper {
  cursor: pointer;
  display: inline-block;
  width: 35%; }

.create-app-image-container.final .image-wrapper img {
  width: 100%; }

.final .version.multiple .create-app-image-container.final img {
  width: 70%; }

.create-app-image-container.answer {
  margin-bottom: 0; }

.create-app-image-container.answer img {
  width: 68%; }

#ask-pros .app-reason {
  margin-top: 24px; }

#ask-pros .app-reason p {
  display: inline-block;
  font-size: 1.0rem;
  line-height: 1.4;
  margin-bottom: 10px;
  width: 90%; }

#ask-pros .app-reason.reason-answer {
  margin-top: 12px; }

#ask-pros .app-reason.reason-answer p {
  margin-bottom: 24px; }

#ask-pros .see-example a {
  text-decoration: underline; }

  /************************  FOOTER STYLINGS  *******************************/
  .create-story-modal .modal-footer {
    height: 53px;
    padding: 0 30px; }

  #create-story-back {
    display: none; }

  #create-story-back:focus {
    color: #007AC2; }

  #close-create-story-btn {
    float: right; }

  /*************************  RESPONSIVE STYLINGS  ********************************/
  @media (max-width: 1140px) {
    .modal.create-story-modal {
      height: 600px;
      margin-left: -400px;
      width: 800px; }

    .create-story-modal .dialog-header {
      padding: 12px 0; }

    .create-app-list {
      margin-top: 55px; }

    .create-app-image-container .image-hover-text span {
      font-size: 0.85rem; }

    #ask-pros .square {
      height: 270px; }

    #ask-pros .detail {
      margin-top: 24px; }

    .create-app-image-container.answer img {
      width: 55%; }

    .app-item.final .ask-pros-title {
      font-size: 1.5rem;
      margin-bottom: 14px; }

    .create-app-image-container.final img {
      width: 28%; }

    #ask-pros .app-reason {
      margin-top: 16px; } }
  @media (max-width: 820px) {
    .modal.create-story-modal {
      margin-left: -275px;
      width: 550px; }

    #ask-pros .square-quarter {
      font-size: 1.0rem; }

    .create-story-modal .toggle.toggle-button.two-button {
      font-size: 1.0rem;
      padding: 10px 35px; }

    .create-app-list .app-item a.btn, #ask-pros .app-item a.btn {
      font-size: 0.6rem; }

    .create-app-image-container .image-hover-text span {
      font-size: 0.65rem; }

    #ask-pros .app-reason p {
      font-size: 0.85rem; } }
  @media (max-width: 630px) {
    #create-story-modal {
      display: none; }

    #no-create-story-modal {
      display: block; } }
  @media (max-height: 710px) {
    .modal.create-story-modal {
      max-height: 83%; }

    .create-story-modal .dialog-body {
      max-height: 75%; } }
  @media (max-height: 645px) {
    .create-story-modal .dialog-body {
      max-height: 73%; } }
  @media (max-height: 585px) {
    .modal.create-story-modal {
      max-height: 80%; }

    .create-story-modal .dialog-body {
      max-height: 70%; } }
  @media (max-height: 540px) {
    .create-story-modal .dialog-body {
      max-height: 67%; } }
  @media (max-height: 500px) {
    .modal.create-story-modal {
      max-height: 78%; }

    .create-story-modal .dialog-body {
      max-height: 62%; } }
  @media (max-height: 450px) {
    .modal.create-story-modal {
      max-height: 75%; }

    .create-story-modal .dialog-body {
      max-height: 56%; } }


#sign-in-container, #sign-in-container * {
	box-sizing: border-box;
}
