@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,500,500i");
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"');
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover, a:focus {
  color: black;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #ffffff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center, .page-node-type-blog .publishing-information {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .document-wrapper-head,
.region-page-header,
.document-wrapper-foot, .path-node .main-container,
.page-node-type-page .main-container,
.path-blog .main-container,
.path-webform .main-container,
.path-member-benefits-center .main-container,
.path-searchapi .main-container,
.path-user .main-container,
.path-taxonomy .main-container,
.path-green-resources .main-container, .secondary-section, .inside-e-pro-section,
.e-pro-event-section {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .document-wrapper-head:before,
.region-page-header:before,
.document-wrapper-foot:before, .path-node .main-container:before,
.page-node-type-page .main-container:before,
.path-blog .main-container:before,
.path-webform .main-container:before,
.path-member-benefits-center .main-container:before,
.path-searchapi .main-container:before,
.path-user .main-container:before,
.path-taxonomy .main-container:before,
.path-green-resources .main-container:before, .secondary-section:before, .inside-e-pro-section:before,
.e-pro-event-section:before, .container:after, .document-wrapper-head:after,
.region-page-header:after,
.document-wrapper-foot:after, .path-node .main-container:after,
.page-node-type-page .main-container:after,
.path-blog .main-container:after,
.path-webform .main-container:after,
.path-member-benefits-center .main-container:after,
.path-searchapi .main-container:after,
.path-user .main-container:after,
.path-taxonomy .main-container:after,
.path-green-resources .main-container:after, .secondary-section:after, .inside-e-pro-section:after,
.e-pro-event-section:after {
  display: table;
  content: " ";
}

.container:after, .document-wrapper-head:after,
.region-page-header:after,
.document-wrapper-foot:after, .path-node .main-container:after,
.page-node-type-page .main-container:after,
.path-blog .main-container:after,
.path-webform .main-container:after,
.path-member-benefits-center .main-container:after,
.path-searchapi .main-container:after,
.path-user .main-container:after,
.path-taxonomy .main-container:after,
.path-green-resources .main-container:after, .secondary-section:after, .inside-e-pro-section:after,
.e-pro-event-section:after {
  clear: both;
}

@media (min-width: 768px) {
  .container, .document-wrapper-head,
  .region-page-header,
  .document-wrapper-foot, .path-node .main-container,
  .page-node-type-page .main-container,
  .path-blog .main-container,
  .path-webform .main-container,
  .path-member-benefits-center .main-container,
  .path-searchapi .main-container,
  .path-user .main-container,
  .path-taxonomy .main-container,
  .path-green-resources .main-container, .secondary-section, .inside-e-pro-section,
  .e-pro-event-section {
    width: 780px;
  }
}

@media (min-width: 1000px) {
  .container, .document-wrapper-head,
  .region-page-header,
  .document-wrapper-foot, .path-node .main-container,
  .page-node-type-page .main-container,
  .path-blog .main-container,
  .path-webform .main-container,
  .path-member-benefits-center .main-container,
  .path-searchapi .main-container,
  .path-user .main-container,
  .path-taxonomy .main-container,
  .path-green-resources .main-container, .secondary-section, .inside-e-pro-section,
  .e-pro-event-section {
    width: 1000px;
  }
}

@media (min-width: 1200px) {
  .container, .document-wrapper-head,
  .region-page-header,
  .document-wrapper-foot, .path-node .main-container,
  .page-node-type-page .main-container,
  .path-blog .main-container,
  .path-webform .main-container,
  .path-member-benefits-center .main-container,
  .path-searchapi .main-container,
  .path-user .main-container,
  .path-taxonomy .main-container,
  .path-green-resources .main-container, .secondary-section, .inside-e-pro-section,
  .e-pro-event-section {
    width: 1200px;
  }
}

.container-fluid, .masthead-section {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .masthead-section:before, .container-fluid:after, .masthead-section:after {
  display: table;
  content: " ";
}

.container-fluid:after, .masthead-section:after {
  clear: both;
}

.row {
  margin-right: -30px;
  margin-left: -30px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1000px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 49px;
  }
}

.form-group, form.views-exposed-form .form-group-separator {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

select.input-lg {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline form.views-exposed-form .form-group-separator, form.views-exposed-form .form-inline .form-group-separator {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

.form-horizontal .form-group, .form-horizontal form.views-exposed-form .form-group-separator, form.views-exposed-form .form-horizontal .form-group-separator {
  margin-right: -30px;
  margin-left: -30px;
}

.form-horizontal .form-group:before, .form-horizontal form.views-exposed-form .form-group-separator:before, form.views-exposed-form .form-horizontal .form-group-separator:before, .form-horizontal .form-group:after, .form-horizontal form.views-exposed-form .form-group-separator:after, form.views-exposed-form .form-horizontal .form-group-separator:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after, .form-horizontal form.views-exposed-form .form-group-separator:after, form.views-exposed-form .form-horizontal .form-group-separator:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 30px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #000000;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: black;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.breadcrumb, nav.breadcrumb ol {
  padding: 0 0;
  margin-bottom: 22px;
  list-style: none;
  background-color: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.breadcrumb > li, nav.breadcrumb ol > li {
  display: inline-block;
}

.breadcrumb > li + li:before, nav.breadcrumb ol > li + li:before {
  padding: 0 5px;
  color: #000000;
  content: "> ";
}

.breadcrumb > .active, nav.breadcrumb ol > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #000000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: black;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.alert, .messages {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.alert h4, .messages h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link, .messages .alert-link {
  font-weight: bold;
}

.alert > p, .messages > p,
.alert > ul,
.messages > ul {
  margin-bottom: 0;
}

.alert > p + p, .messages > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success, .messages {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr, .messages hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link, .messages .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 1000px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs, .region-global-utility {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../bower_components/slick-carousel/slick/fonts/slick.eot");
  src: url("../../bower_components/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../bower_components/slick-carousel/slick/fonts/slick.woff") format("woff"), url("../../bower_components/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("../../bower_components/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * @file
 * Visual styles for tabs.
 */
nav.tabs {
  margin: 1em 0;
}

ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0;
}

.tabs > li {
  display: inline-block;
  margin-right: 0.3em;
  /* LTR */
}

[dir="rtl"] .tabs > li {
  margin-left: 0.3em;
  margin-right: 0;
}

.tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
}

.tabs a.is-active {
  background-color: #eee;
}

.tabs a:focus,
.tabs a:hover {
  background-color: #f5f5f5;
}

@font-face {
  font-family: "sd-icon-font";
  src: url("../fonts/sd-icon-font.eot?v0.03");
  src: url("../fonts/sd-icon-font.eot?v0.03#iefix") format("embedded-opentype"), url("../fonts/sd-icon-font.woff2?v0.03") format("woff2"), url("../fonts/sd-icon-font.woff?v0.03") format("woff"), url("../fonts/sd-icon-font.ttf?v0.03") format("truetype"), url("../fonts/sd-icon-font.svg?v0.03#sd-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

.sdicon:before {
  display: inline-block;
  font: normal normal normal 14px/1 "sd-icon-font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sdicon-sres-arrow:before {
  content: "";
}

.sdicon-arrow-down:before {
  content: "";
}

.sdicon-arrow-left:before {
  content: "";
}

.sdicon-arrow-right:before {
  content: "";
}

.sdicon-arrow-up:before {
  content: "";
}

.sdicon-green-energy:before {
  content: "";
}

.sdicon-green-handouts:before {
  content: "";
}

.sdicon-green-member:before {
  content: "";
}

.sdicon-green-menu-lines:before {
  content: "";
}

.sdicon-green-menu:before {
  content: "";
}

.sdicon-green-onlinecommunity:before {
  content: "";
}

.sdicon-green-socialengagement:before {
  content: "";
}

.sdicon-green-toolkit:before {
  content: "";
}

.sdicon-search:before {
  content: "";
}

.sdicon-facebook:before {
  content: "";
}

.sdicon-linkedin:before {
  content: "";
}

.sdicon-twitter:before {
  content: "";
}

.sdicon-external:before {
  content: "";
}

.sdicon-youtube:before {
  content: "";
}

body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
}

b,
strong {
  font-weight: 500;
}

p {
  font-size: 18px;
  margin-bottom: 16px;
}

#webform_submission_contact_us_add_form-ajax .webform-button--submit,
#webform_submission_contact_us_add_form-ajax #edit-submit,
.contact-message-personal-form .webform-button--submit,
.contact-message-personal-form #edit-submit, .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-actions button, .cta-addendum a, form.views-exposed-form .form-actions button:first-child,
.btn-cta {
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0 5px 10px #cacaca;
  box-shadow: 0 5px 10px #cacaca;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  border: 0;
}

#webform_submission_contact_us_add_form-ajax .webform-button--submit:hover,
#webform_submission_contact_us_add_form-ajax #edit-submit:hover,
.contact-message-personal-form .webform-button--submit:hover,
.contact-message-personal-form #edit-submit:hover, .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-actions button:hover, .cta-addendum a:hover, form.views-exposed-form .form-actions button:hover:first-child,
.btn-cta:hover {
  text-decoration: none;
}

form.views-exposed-form .form-actions button[id="edit-reset"],
.btn-link-like {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  background-color: transparent;
}

.bullet-list,
.number-list {
  padding-left: 30px;
}

.bullet-list li,
.number-list li {
  list-style: none;
  margin-top: 7px;
}

.bullet-list li:first-child,
.number-list li:first-child {
  margin-top: 0;
}

.bullet-list li:before,
.number-list li:before {
  text-align: right;
  display: inline-block;
  position: relative;
  width: 30px;
  margin-left: -30px;
  padding-right: 5px;
}

.bullet-list li:before {
  content: '\2219';
  font-size: 2.5em;
  line-height: 0;
  vertical-align: middle;
}

.number-list li {
  counter-increment: step-counter;
}

.number-list li:before {
  content: counter(step-counter) ".";
  display: inline;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.slab-inverted a {
  text-decoration: underline;
}

.slab-inverted .btn:hover, .slab-inverted .btn:focus {
  opacity: 1;
}

.slab-translucent-white {
  background-color: rgba(255, 255, 255, 0.7);
}

.slab-magic-shadow {
  -webkit-background-size: 100% 36px;
  background-size: 100% 36px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
}

.slab-lightgray {
  background-color: #cacaca;
}

label {
  font-weight: 500;
}

.checkbox-container {
  margin-bottom: 8px;
}

.checkbox-container:before, .checkbox-container:after {
  display: table;
  content: " ";
}

.checkbox-container:after {
  clear: both;
}

.checkbox-container input,
.checkbox-container label {
  float: left;
  position: relative;
}

.checkbox-container input {
  width: 25px;
  margin-top: 2px;
  font-size: 16px;
}

.checkbox-container label {
  width: calc(100% - 25px);
  margin-bottom: 0;
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
}

form .field-multiple-table {
  margin: 0;
}

form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
  /*LTR*/
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag {
  padding-left: 0;
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: .5em;
  /*LTR*/
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0;
  padding-left: .5em;
}

form .field-add-more-submit {
  margin: .5em 0 0;
}

/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.85em;
}

label.option {
  display: inline;
  font-weight: normal;
}

.form-composite > legend,
.label {
  display: inline;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
  /* LTR */
}

[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
  margin-left: 0;
  margin-right: 2.4em;
}

.marker {
  color: #e00;
}

.form-required:after {
  content: '';
  vertical-align: super;
  display: inline-block;
  /* Use a background image to prevent screen readers from announcing the text. */
  background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 6px 6px;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
}

abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

/* Inline error messages. */
.form-item--error-message:before {
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: sub;
  background: url(/core/misc/icons/e32700/error.svg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

#webform_submission_contact_us_add_form-ajax,
.contact-message-personal-form {
  max-width: 370px;
  margin: 0 auto;
}

#webform_submission_contact_us_add_form-ajax label,
.contact-message-personal-form label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

#webform_submission_contact_us_add_form-ajax .form-actions,
.contact-message-personal-form .form-actions {
  text-align: center;
}

#webform_submission_contact_us_add_form-ajax .webform-button--submit,
#webform_submission_contact_us_add_form-ajax #edit-submit,
.contact-message-personal-form .webform-button--submit,
.contact-message-personal-form #edit-submit {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 65px;
}

#webform_submission_contact_us_add_form-ajax #edit-recipient,
.contact-message-personal-form #edit-recipient {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.contact-message-personal-form .form-item-copy {
  display: none;
}

.contact-message-personal-form #edit-submit {
  margin-top: 30px;
}

.form-item-zip label {
  text-transform: uppercase;
}

body.page-node-type-page .block-ramco-login-button-block {
  max-width: 420px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}

body.page-node-type-page .block-user-login-block,
body.page-node-type-page .block-ramco-login-block {
  max-width: 370px;
  margin: 0 auto;
}

body.page-node-type-page .block-user-login-block .item-list,
body.page-node-type-page .block-ramco-login-block .item-list {
  display: none;
}

.user-search-results .field__label, .profile-column .field__label, .profile-column .field--name-ramco-bio .field__label,
.profile-column .field--name-ramco-areas .field__label {
  text-transform: uppercase;
  font-weight: bold;
}

.work-with-a-designee h2 {
  text-align: center;
}

.work-with-a-designee .readable-area {
  max-width: 900px;
  margin: 0 auto;
}

.work-with-a-designee p.intro-text {
  font-weight: 500;
  margin: 30px 30px 10px 30px;
}

.work-with-a-designee p.certification-text {
  font-weight: 500;
  margin: 30px 0px 10px 0px;
}

.work-with-a-designee .pager {
  margin-top: 40px;
}

.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}

.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] > .form-group, .work-with-a-designee form.views-exposed-form form[id="views-exposed-form-user-search-user-search"] > .form-group-separator, form.views-exposed-form .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] > .form-group-separator {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] > .form-group, .work-with-a-designee form.views-exposed-form form[id="views-exposed-form-user-search-user-search"] > .form-group-separator, form.views-exposed-form .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] > .form-group-separator {
    float: left;
    width: 50%;
  }
}

.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-control {
    margin: 0;
    width: 325px;
  }
}

@media only screen and (min-width: 1000px) {
  .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-control {
    display: block;
    padding: 12px 45px 10px 14px;
    height: 40px;
  }
}

.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-actions {
  text-align: center;
  clear: both;
}

.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-actions button {
  margin-top: 30px;
  font-size: 18px;
  padding: 14px 40px 14px 40px;
  background-color: #458514;
  color: #ffffff;
  font-weight: 500;
}

.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-actions button:hover, .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-actions button:focus, .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-actions button:active {
  background-color: #7ac143;
  color: #000000;
  text-decoration: none;
}

.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper {
  margin: 1em 0 0 0;
}

@media only screen and (min-width: 768px) {
  .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper,
  .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper {
    width: 50%;
  }
}

.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper .form-type-checkbox,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper .form-type-checkbox {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper #edit-certifications .checkbox-container,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper #edit-designations .checkbox-container,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper #edit-certifications .checkbox-container,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper #edit-designations .checkbox-container {
  display: table;
}

.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper #edit-certifications .checkbox-container input,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper #edit-designations .checkbox-container input,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper #edit-certifications .checkbox-container input,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper #edit-designations .checkbox-container input {
  display: table-cell;
}

.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper #edit-certifications .checkbox-container label,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper #edit-designations .checkbox-container label,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper #edit-certifications .checkbox-container label,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper #edit-designations .checkbox-container label {
  font-size: 14px;
  font-weight: 300;
  display: table-cell;
  text-transform: none;
}

.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper #edit-certifications .checkbox-container label sup,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper #edit-designations .checkbox-container label sup,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper #edit-certifications .checkbox-container label sup,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper #edit-designations .checkbox-container label sup {
  line-height: 16px !important;
}

.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper #edit-certifications .form-group, .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper #edit-certifications form.views-exposed-form .form-group-separator, form.views-exposed-form .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper #edit-certifications .form-group-separator,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper #edit-designations .form-group,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper #edit-designations form.views-exposed-form .form-group-separator,
form.views-exposed-form .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-designations--wrapper #edit-designations .form-group-separator,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper #edit-certifications .form-group,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper #edit-certifications form.views-exposed-form .form-group-separator,
form.views-exposed-form .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper #edit-certifications .form-group-separator,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper #edit-designations .form-group,
.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper #edit-designations form.views-exposed-form .form-group-separator,
form.views-exposed-form .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] fieldset#edit-certifications--wrapper #edit-designations .form-group-separator {
  width: 100%;
}

.user-search-results h2 {
  color: #484848;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.user-search-results .field__item .ext {
  font-size: inherit;
}

.user-search-results .field {
  margin-bottom: 20px;
}

.user-search-results .field--name-ramco-firstname,
.user-search-results .field--name-ramco-lastname {
  color: #1c6db7;
  font-size: 28px;
  font-weight: 400;
  line-height: 5px;
}

.user-search-results .field-full-name {
  line-height: 30px;
}

.user-search-results .field-full-name a {
  color: #1c6db7;
  font-size: 28px;
  font-weight: 400;
}

.user-search-results .field--name-ramco-lastname {
  padding-bottom: 5px;
}

.user-search-results .field-profile-link {
  text-align: center;
}

.user-search-results .field-profile-link a {
  color: #1c6db7;
  font-size: 18px;
}

.user-search-results .field--name-ramco-designations {
  margin-top: 20px;
}

.user-search-results .field-contact-button {
  text-align: center;
  margin: 30px 0;
}

.profile-name {
  padding-left: 0;
}

.profile-column {
  padding-left: 0;
}

.profile-column .field__item .ext {
  font-size: inherit;
}

.profile-column .field {
  margin-bottom: 20px;
}

.profile-column .field--name-user-picture img {
  display: block;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}

.profile-column .field-ramco-website {
  margin-bottom: 20px;
}

.profile-column .field--name-ramco-bio,
.profile-column .field--name-ramco-areas {
  clear: both;
}

.profile-column .field--name-ramco-address p {
  font-size: 16px;
}

.path-frontpage #edit-designations--wrapper,
.path-frontpage #edit-certifications--wrapper,
.path-frontpage .form-item-city,
.path-frontpage .form-item-fname {
  display: none;
}

.path-work-sres-designee .work-with-a-designee {
  background-color: #ffffff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.path-work-sres-designee .work-with-a-designee h2 {
  color: #971c85;
}

.path-work-sres-designee .work-with-a-designee .field-full-name a {
  line-height: 30px;
}

.path-work-with-an-e-pro .work-with-a-designee {
  background-color: #ffffff;
  padding: 0;
}

.path-work-with-an-e-pro .work-with-a-designee h2 {
  color: #f1b44f;
}

@media only screen and (min-width: 768px) {
  .path-work-with-an-e-pro .work-with-a-designee h2 {
    margin-right: 50px;
  }
}

.webform-confirmation {
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .webform-confirmation {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

.profile {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.profile .col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .profile .col-xs-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

div[id="block-views-block-member-profile-member-profile-block"] {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

div[id="block-views-block-member-profile-member-profile-block"] h2 {
  font-size: 28px;
  margin-bottom: 40px;
}

div[id="block-views-block-member-profile-member-profile-block"] .profile-column {
  margin-top: 15px;
}

div[id="block-views-block-member-profile-member-profile-block"] .field--name-ramco-firstname,
div[id="block-views-block-member-profile-member-profile-block"] .field--name-ramco-lastname {
  color: #000000;
  font-size: 28px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-full-name {
  line-height: 30px;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-full-name a {
  color: #000000;
  font-size: 28px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
}

div[id="block-views-block-member-profile-member-profile-block"] .field--name-ramco-logo img {
  width: auto;
}

div[id="block-views-block-member-profile-member-profile-block"] .field--name-ramco-expires .field__item {
  color: #ff0000;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-contact-button a,
div[id="block-views-block-member-profile-member-profile-block"] .field-pay-dues-button a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-contact-button {
  text-align: center;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-contact-button a {
  padding: 10px 40px 10px 40px;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-help-links {
  display: table;
  padding-top: 20px;
  margin: 0 30px;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-help-links div {
  margin-bottom: 15px;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-help-links div:nth-of-type(3) {
  line-height: 1.15;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-help-links a {
  color: #1c6db7;
  display: table-cell;
  vertical-align: middle;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-help-links a.ext:after {
  display: none;
}

nav.breadcrumb,
nav.breadcrumb ol {
  margin: 0;
  padding: 0;
}

nav.breadcrumb {
  font-size: 12px;
  font-weight: 400;
  margin: 50px 0;
}

nav.breadcrumb ol > li:before,
nav.breadcrumb ol > li + li:before {
  color: #5a5a5a;
}

@media screen and (max-width: 767px) {
  nav.breadcrumb ol > li {
    display: none;
  }
  nav.breadcrumb ol > li:nth-last-child(2) {
    display: block;
  }
  nav.breadcrumb ol > li:before,
  nav.breadcrumb ol > li + li:before {
    content: '< ';
  }
}

.addtoany_list {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .addtoany_list {
    display: inline-block;
    margin-right: 0;
  }
}

.addtoany_list:before {
  content: "Share on";
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 10px;
}

.addtoany_list > a {
  margin-right: 10px;
}

.addtoany_list > a:hover span {
  opacity: 1;
}

.addtoany_list.a2a_kit_size_32 a > span.a2a_svg {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  height: 40px;
  width: 30px;
}

.addtoany_list.a2a_kit_size_32 a > span.a2a_svg svg {
  height: 34px;
}

div[id="block-addtoanybuttons"] {
  float: right;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  div[id="block-addtoanybuttons"] {
    float: left;
  }
}

nav.pager {
  clear: both;
  text-align: center;
}

@media (min-width: 1000px) {
  nav.pager {
    margin-top: 140px;
  }
}

nav.pager ul.pager__items {
  list-style-type: none;
  margin: 0 auto;
  display: table;
}

nav.pager ul.pager__items a {
  color: #0f6cb6;
}

nav.pager ul.pager__items a:focus, nav.pager ul.pager__items a:hover {
  text-decoration: none;
}

nav.pager ul.pager__items li.pager__item {
  display: none;
  font-size: 26px;
  padding-right: 30px;
}

nav.pager ul.pager__items li.pager__item--first,
nav.pager ul.pager__items li.pager__item--previous,
nav.pager ul.pager__items li.pager__item--next,
nav.pager ul.pager__items li.pager__item--last {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}

nav.pager ul.pager__items .is-active {
  font-weight: bold;
}

@media (min-width: 1000px) {
  nav.pager ul.pager__items {
    display: table;
  }
  nav.pager ul.pager__items li.pager__item {
    display: table-cell;
    vertical-align: middle;
  }
}

.media.view-mode-marquee-content-image {
  margin-bottom: 60px;
}

.media.view-mode-marquee-content-image img {
  width: 100%;
}

.field--media-image-node-title {
  position: relative;
  margin-bottom: 30px;
}

.field--media-image-node-title .field-media-image-title-wrap {
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(69, 133, 20, 0.75);
  overflow: hidden;
}

@media only screen and (min-width: 640px) {
  .field--media-image-node-title .field-media-image-title-wrap {
    position: absolute;
  }
}

.field--media-image-node-title .field-media-image-title-wrap h1.field-media-image-title {
  text-align: center;
  width: 100%;
  color: #ffffff;
  margin: .25em 0;
}

.field--media-image-node-title article.media--type-image {
  position: relative;
}

.field--media-image-node-title article.media--type-image img {
  margin-bottom: 0;
  display: none;
}

@media only screen and (min-width: 640px) {
  .field--media-image-node-title article.media--type-image img {
    display: block;
  }
}

body.page-node-type-page .block-page-title-block, body.page-node-type-member-only-page .block-page-title-block {
  display: none;
}

.messages {
  margin: 25px auto;
  margin: 2.5rem auto;
  width: 100%;
}

.messages--status {
  color: #3A4044;
  background-color: #E1E3E5;
  border-color: #D7D8DC;
}

.messages--status hr {
  border-top-color: #c9cbd0;
}

.messages--status .alert-link {
  color: #232628;
}

.messages--warning {
  color: #8D6E12;
  background-color: #FFF3CE;
  border-color: #FFEFC0;
}

.messages--warning hr {
  border-top-color: #ffe9a7;
}

.messages--warning .alert-link {
  color: #604b0c;
}

.messages--error {
  color: #78262D;
  background-color: #F8D7DA;
  border-color: #F6CED3;
}

.messages--error hr {
  border-top-color: #f2b8c0;
}

.messages--error .alert-link {
  color: #511a1e;
}

@media (min-width: 1000px) {
  .messages {
    width: 75%;
  }
}

.cta-interruptor, div[id="block-printshop"] {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  font-family: "Roboto", sans-serif;
  padding: 45px 0;
  margin-top: 64px;
  margin-bottom: 70px;
}

.cta-interruptor a, div[id="block-printshop"] a {
  font-size: 28px;
}

.cta-interruptor a .ext, div[id="block-printshop"] a .ext {
  margin-left: 45px;
}

.cta-interruptor p, div[id="block-printshop"] p {
  font-size: 21px;
  margin-bottom: 40px;
}

.cta-interruptor .field--name-field-cta-1-image, div[id="block-printshop"] .field--name-field-cta-1-image {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .cta-interruptor .field--name-field-cta-1-image, div[id="block-printshop"] .field--name-field-cta-1-image {
    float: left;
    width: 25%;
  }
}

.cta-interruptor .field--name-field-cta-1-image img, div[id="block-printshop"] .field--name-field-cta-1-image img {
  text-align: center;
  margin-right: 30px;
  height: 80px;
  width: 80px;
}

@media (min-width: 768px) {
  .cta-interruptor .field--name-field-cta-1-image img, div[id="block-printshop"] .field--name-field-cta-1-image img {
    float: right;
  }
}

.cta-interruptor .interruptor-copy, div[id="block-printshop"] .interruptor-copy {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .cta-interruptor .interruptor-copy, div[id="block-printshop"] .interruptor-copy {
    float: left;
    width: 75%;
  }
}

.cta-interruptor .interruptor-copy p, div[id="block-printshop"] .interruptor-copy p {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .cta-interruptor, div[id="block-printshop"] {
    text-align: center;
  }
  .cta-interruptor .field--name-field-cta-1-image, div[id="block-printshop"] .field--name-field-cta-1-image {
    padding-right: 30px;
  }
  .cta-interruptor .interruptor-copy, div[id="block-printshop"] .interruptor-copy {
    padding-top: 20px;
    padding-left: 30px;
  }
}

.cta-addendum {
  background-color: #dcebf2;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin-top: 50px;
  padding: 35px 30px;
  text-align: center;
}

@media (min-width: 1000px) {
  .cta-addendum {
    padding: 35px 0;
  }
}

@media (min-width: 1000px) {
  .cta-addendum {
    margin-left: 100px;
    margin-right: 100px;
  }
}

.cta-addendum h1,
.cta-addendum h2,
.cta-addendum h3,
.cta-addendum h4,
.cta-addendum h5,
.cta-addendum h6 {
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 25px;
}

.cta-addendum a {
  background-color: #971c85;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 22px;
}

.path-node .block-page-title-block,
.path-node .block-local-tasks-block,
.path-node .block-system-breadcrumb-block,
.path-node .readable-area,
.page-node-type-page .block-page-title-block,
.page-node-type-page .block-local-tasks-block,
.page-node-type-page .block-system-breadcrumb-block,
.page-node-type-page .readable-area,
.path-blog .block-page-title-block,
.path-blog .block-local-tasks-block,
.path-blog .block-system-breadcrumb-block,
.path-blog .readable-area,
.path-webform .block-page-title-block,
.path-webform .block-local-tasks-block,
.path-webform .block-system-breadcrumb-block,
.path-webform .readable-area,
.path-member-benefits-center .block-page-title-block,
.path-member-benefits-center .block-local-tasks-block,
.path-member-benefits-center .block-system-breadcrumb-block,
.path-member-benefits-center .readable-area,
.path-searchapi .block-page-title-block,
.path-searchapi .block-local-tasks-block,
.path-searchapi .block-system-breadcrumb-block,
.path-searchapi .readable-area,
.path-user .block-page-title-block,
.path-user .block-local-tasks-block,
.path-user .block-system-breadcrumb-block,
.path-user .readable-area,
.path-taxonomy .block-page-title-block,
.path-taxonomy .block-local-tasks-block,
.path-taxonomy .block-system-breadcrumb-block,
.path-taxonomy .readable-area,
.path-green-resources .block-page-title-block,
.path-green-resources .block-local-tasks-block,
.path-green-resources .block-system-breadcrumb-block,
.path-green-resources .readable-area {
  margin-left: auto;
  margin-right: auto;
}

.path-node .block-page-title-block,
.page-node-type-page .block-page-title-block,
.path-blog .block-page-title-block,
.path-webform .block-page-title-block,
.path-member-benefits-center .block-page-title-block,
.path-searchapi .block-page-title-block,
.path-user .block-page-title-block,
.path-taxonomy .block-page-title-block,
.path-green-resources .block-page-title-block {
  text-align: center;
}

.container-nested, .masthead-section .masthead-container-fixed-width {
  margin-right: auto;
  margin-left: auto;
}

.container-nested:before, .masthead-section .masthead-container-fixed-width:before, .container-nested:after, .masthead-section .masthead-container-fixed-width:after {
  display: table;
  content: " ";
}

.container-nested:after, .masthead-section .masthead-container-fixed-width:after {
  clear: both;
}

@media (min-width: 768px) {
  .container-nested, .masthead-section .masthead-container-fixed-width {
    width: 780px;
  }
}

@media (min-width: 1000px) {
  .container-nested, .masthead-section .masthead-container-fixed-width {
    width: 1000px;
  }
}

@media (min-width: 1200px) {
  .container-nested, .masthead-section .masthead-container-fixed-width {
    width: 1200px;
  }
}

@media (min-width: 768px) {
  .path-node .block-page-title-block,
  .path-webform .block-page-title-block {
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .path-node .block-system-breadcrumb-block,
  .path-webform .block-system-breadcrumb-block {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .path-node .readable-area,
  .path-webform .readable-area {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1000px) {
  div[id$="memberlogin"] .login a:after,
  div[id$="memberlogin"] .logout a:after {
    display: inline-block;
    font: normal normal normal 14px/1 "sd-icon-font";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 12px;
    margin-left: 5px;
  }
  div[id$="memberlogin"] p.logout {
    margin-top: 20px;
    float: right;
  }
  .region-page-header {
    display: block;
  }
  .header-mobile-toggles {
    display: none;
  }
  .menu--main ul,
  .menu--main ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu--main > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu--main > ul > li {
    display: inline-block;
    position: relative;
  }
  .menu--main > ul > li > ul {
    z-index: 1000;
    font-size: 16px;
    position: absolute;
    width: 260px;
    background-color: red;
  }
  .menu--main > ul > li > ul {
    display: none;
  }
  .menu--main > ul > li.open > ul {
    display: block;
  }
  .menu--main > ul > li > ul > li > ul {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .region-global-utility {
    display: none;
  }
  .region-page-header {
    display: none;
  }
  .region-page-header.active {
    display: block;
  }
  .region-page-header ul,
  .region-page-header ul li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .region-page-header ul li a {
    display: block;
    position: relative;
  }
  .region-page-header ul li a, .region-page-header ul li a:hover, .region-page-header ul li a:focus {
    color: inherit;
    text-decoration: none;
  }
  .region-page-header ul li a.external-link:after {
    font-size: 12px;
  }
  .region-page-header nav > ul {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .region-page-header nav > ul > li > a {
    font-size: 20px;
    padding-left: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
  }
  .region-page-header nav > ul > li > a:before {
    left: 60px;
  }
  .region-page-header nav > ul > li > ul > li > a {
    font-size: 18px;
    padding-left: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .region-page-header nav > ul > li > ul > li > a:before {
    left: 60px;
  }
  .region-page-header nav > ul ul a.is-active {
    text-decoration: underline;
    font-weight: 500;
  }
  .region-page-header nav > ul li > ul {
    display: none;
  }
  .region-page-header nav > ul li.open > ul {
    display: block;
  }
  .header-mobile-toggles {
    display: inline-block;
    float: right;
    padding-top: 24px;
  }
  .header-mobile-toggles .search-toggle {
    display: none;
  }
  .header-mobile-toggles .main-menu-toggle {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 16px;
  }
  .header-mobile-toggles .main-menu-toggle:first-child {
    margin-left: 0;
  }
  .header-mobile-toggles .main-menu-toggle .icon,
  .header-mobile-toggles .main-menu-toggle .text {
    display: block;
  }
  .header-mobile-toggles .main-menu-toggle .icon {
    line-height: 0.8;
    font-size: 1.625em;
    background-color: #858e9d;
    padding: 16px 18px;
  }
  .header-mobile-toggles .main-menu-toggle .icon:before {
    content: '';
    display: inline-block;
    font: normal normal normal 14px/1 "sd-icon-font";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: inherit;
  }
  .header-mobile-toggles .main-menu-toggle .text {
    font-weight: 500;
    font-size: 0.9375em;
    text-transform: uppercase;
    margin-top: -4px;
  }
}

.document-wrapper-head-inner {
  margin-right: -30px;
  margin-left: -30px;
}

.document-wrapper-head-inner:before, .document-wrapper-head-inner:after {
  display: table;
  content: " ";
}

.document-wrapper-head-inner:after {
  clear: both;
}

.region-global-branding {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .region-global-branding {
    float: left;
    width: 50%;
  }
}

.region-page-header {
  background-color: #dcebf2;
  padding-top: 25px;
  padding-bottom: 25px;
}

.menu--main a:hover,
.menu--main a:focus {
  text-decoration: none;
}

.menu--main > ul > li.menu-item--expanded > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 "sd-icon-font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 16px;
  font-size: 9px;
}

.menu--main > ul > li.menu-item--expanded.open > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 "sd-icon-font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 16px;
  font-size: 9px;
}

.menu--main > ul > li.menu-item--active-trail > a {
  color: #0f6cb6;
}

.region-global-utility {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 24px;
}

@media (min-width: 768px) {
  .region-global-utility {
    float: left;
    width: 50%;
  }
}

.region-global-utility div[id$="memberlogin"] {
  float: right;
  margin-top: 20px;
}

.region-global-utility div[id$="memberlogin"] p.login,
.region-global-utility div[id$="memberlogin"] p.logout {
  float: right;
  margin: 0;
}

.region-global-utility .block-search-api-page {
  float: right;
  margin-right: 24px;
}

.region-global-utility form[id="search-api-page-block-form"],
.region-global-utility form[id="search-api-page-block-form--2"],
.region-global-utility .search-api-page-block-form {
  position: relative;
}

.region-global-utility form[id="search-api-page-block-form"] input[type="search"],
.region-global-utility form[id="search-api-page-block-form--2"] input[type="search"],
.region-global-utility .search-api-page-block-form input[type="search"] {
  border: 2px solid #f1f1f1;
  padding: 5px 45px 5px 5px;
}

.region-global-utility form[id="search-api-page-block-form"] .form-actions button,
.region-global-utility form[id="search-api-page-block-form--2"] .form-actions button,
.region-global-utility .search-api-page-block-form .form-actions button {
  border: 0;
  background-color: transparent;
}

.region-global-utility form[id="search-api-page-block-form"] .form-actions button span,
.region-global-utility form[id="search-api-page-block-form--2"] .form-actions button span,
.region-global-utility .search-api-page-block-form .form-actions button span {
  display: none;
}

.region-global-utility form[id="search-api-page-block-form"] .form-actions button:after,
.region-global-utility form[id="search-api-page-block-form--2"] .form-actions button:after,
.region-global-utility .search-api-page-block-form .form-actions button:after {
  display: inline-block;
  font: normal normal normal 14px/1 "sd-icon-font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 18px;
}

@media screen and (max-width: 661px) {
  .region-global-branding img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 999px) {
  .region-global-utility .block-search-api-page {
    margin-right: 0;
    margin-left: 24px;
  }
}

.document-wrapper-foot {
  text-align: center;
  padding-top: 30px;
  margin-top: 105px;
  margin-bottom: 150px;
}

@media only screen and (min-width: 768px) {
  .document-wrapper-foot {
    margin-top: 50px;
    margin-bottom: 75px;
  }
}

.region-footer-1 {
  margin-right: -30px;
  margin-left: -30px;
}

.region-footer-1:before, .region-footer-1:after {
  display: table;
  content: " ";
}

.region-footer-1:after {
  clear: both;
}

.region-footer-1 .menu--footer {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .region-footer-1 .menu--footer {
    float: left;
    width: 100%;
  }
}

.region-footer-1 .menu--footer ul.menu {
  margin-top: 20px;
}

.region-footer-1 .menu--footer ul.menu li {
  padding-top: 16px;
  list-style-type: none;
}

@media only screen and (max-width: 768px) {
  .region-footer-1 img {
    height: auto;
    padding: 0 30px;
  }
}

.region-footer-2 a {
  content: '';
  display: inline-block;
  font: normal normal normal 14px/1 "sd-icon-font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
}

.region-footer-2 .social-icons {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .region-footer-1 .menu--footer ul.menu {
    padding: 0;
  }
  .region-footer-1 .menu--footer ul.menu li {
    display: inline;
    list-style-type: none;
    padding-right: 24px;
  }
}

.region-footer-2 {
  margin-right: -30px;
  margin-left: -30px;
}

.region-footer-2:before, .region-footer-2:after {
  display: table;
  content: " ";
}

.region-footer-2:after {
  clear: both;
}

.region-footer-2 div[id$="socialsharing"] {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .region-footer-2 div[id$="socialsharing"] {
    float: left;
    width: 100%;
  }
}

.region-footer-2 div[id$="socialsharing"] .social-icons {
  text-align: center;
}

.region-footer-2 div[id$="socialsharing"] .social-icons a {
  font-size: 18px;
  -webkit-box-shadow: 0 5px 10px #cacaca;
  box-shadow: 0 5px 10px #cacaca;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 0.5em;
  text-decoration: none;
}

.region-footer-2 div[id$="socialsharing"] .social-icons a span {
  display: none;
}

.region-footer-2 div[id$="socialsharing"] .social-icons a:before {
  display: inline-block;
  font: normal normal normal 14px/1 "sd-icon-font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  margin-top: 18px;
}

.region-footer-2 div[id$="socialsharing"] .social-icons a:hover {
  text-decoration: none;
}

.region-footer-2 div[id$="socialsharing"] .social-icons a.facebook:before {
  content: "";
}

.region-footer-2 div[id$="socialsharing"] .social-icons a.twitter:before {
  content: "";
}

.region-footer-2 div[id$="socialsharing"] .social-icons a.linkedin:before {
  content: "";
}

.region-footer-2 div[id$="socialsharing"] .social-icons a.youtube:before {
  content: "";
}

.teaser-listing {
  margin-right: -30px;
  margin-left: -30px;
  margin-top: 75px;
}

.teaser-listing:before, .teaser-listing:after {
  display: table;
  content: " ";
}

.teaser-listing:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .teaser-listing .image {
    width: 40%;
  }
}

.teaser-listing .image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .teaser-listing .image img {
    max-width: 400px;
  }
}

.teaser-listing .content {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .teaser-listing .content {
    width: 60%;
  }
}

.teaser-listing .content p {
  color: #667386;
}

.teaser-listing .content h3 {
  margin-top: 0;
  margin-bottom: 25px;
}

.teaser-listing .read-more {
  font-size: 26px;
  margin-top: 30px;
}

.teaser-listing .read-more a:after {
  display: inline-block;
  font: normal normal normal 14px/1 "sd-icon-font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .teaser-listing {
    margin-top: 150px;
  }
  .teaser-listing .image img {
    margin-bottom: 75px;
  }
}

.views-exposed-form {
  padding: 30px 42px;
}

@media (min-width: 768px) {
  .views-exposed-form {
    padding: 30px 85px;
  }
}

.views-exposed-form .form-callout {
  text-align: center;
}

.views-exposed-form .form-callout h1 {
  font-weight: 300;
  margin-bottom: 24px;
}

form.views-exposed-form {
  font-family: "Roboto", sans-serif;
  background-color: #e9e9e9;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

form.views-exposed-form .form-group, form.views-exposed-form .form-group-separator {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  form.views-exposed-form .form-group, form.views-exposed-form .form-group-separator {
    float: left;
    width: 33.33333%;
  }
}

form.views-exposed-form .form-group label, form.views-exposed-form .form-group-separator label {
  font-weight: 500;
  text-transform: uppercase;
}

form.views-exposed-form .form-actions {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  margin-top: 43px;
}

@media (min-width: 768px) {
  form.views-exposed-form .form-actions {
    float: left;
    width: 33.33333%;
  }
}

form.views-exposed-form .form-actions button:first-child {
  padding: 10px 30px;
  display: block;
  margin: 0 auto;
}

form.views-exposed-form .form-actions button[id="edit-reset"] {
  display: block;
  margin: 20px auto;
}

form.views-exposed-form .form-actions button[id="edit-reset"]:hover, form.views-exposed-form .form-actions button[id="edit-reset"]:focus, form.views-exposed-form .form-actions button[id="edit-reset"]:active {
  text-decoration: underline;
  background-color: transparent;
}

form.views-exposed-form .form-group-separator {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 23px 0;
  text-align: center;
  display: none;
}

@media (min-width: 768px) {
  form.views-exposed-form .form-group-separator {
    float: left;
    width: 8.33333%;
  }
}

.path-member-benefits-center .views-exposed-form {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  form[id="views-exposed-form-blog-blog-block"] .form-group-separator {
    margin-top: 50px;
  }
}

.view-empty {
  max-width: 900px;
  margin: 50px auto;
}

.bef-nested ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.view-mode-marketing-resource-listing-view img {
  width: 100%;
}

.maincontent-search-form {
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .maincontent-search-form {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .maincontent-search-form {
    float: left;
    width: 33.33333%;
  }
}

.maincontent-search-form form {
  position: relative;
}

.maincontent-search-form input[type="search"] {
  border: 2px solid #f1f1f1;
  padding: 5px 45px 5px 5px;
  width: 100%;
}

.maincontent-search-form .form-actions button {
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 6px;
  right: -50px;
}

.maincontent-search-form .form-actions button span {
  display: none;
}

.maincontent-search-form .form-actions button:after {
  display: inline-block;
  font: normal normal normal 14px/1 "sd-icon-font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 18px;
}

.masthead-section .masthead-row {
  margin-right: -30px;
  margin-left: -30px;
}

.masthead-section .masthead-row:before, .masthead-section .masthead-row:after {
  display: table;
  content: " ";
}

.masthead-section .masthead-row:after {
  clear: both;
}

.masthead-section .masthead-column {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .masthead-section .masthead-column {
    float: left;
    width: 50%;
  }
}

.secondary-section .secondary-row {
  margin-right: -30px;
  margin-left: -30px;
}

.secondary-section .secondary-row:before, .secondary-section .secondary-row:after {
  display: table;
  content: " ";
}

.secondary-section .secondary-row:after {
  clear: both;
}

.secondary-section .secondary-content-column {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .secondary-section .secondary-content-column {
    float: left;
    width: 50%;
  }
}

body.path-frontpage p.certification-text {
  display: none;
}

.page-node-type-blog .publishing-information {
  margin: 32px 0;
}

.page-node-type-blog .field--name-field-author,
.page-node-type-blog .field--name-field-date {
  display: inline-block;
}

.page-node-type-blog .field--name-field-author:after {
  content: "|";
  margin: 0 16px;
}

.page-node-type-blog .field--name-field-tags .field__item {
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  background-color: red;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 9px;
  margin: 34px 7px 50px 0;
}

.page-node-type-blog .field--name-field-tags .field__item a:focus, .page-node-type-blog .field--name-field-tags .field__item a:hover, .page-node-type-blog .field--name-field-tags .field__item a:active {
  cursor: pointer;
  text-decoration: none;
}

.page-node-type-blog .blog-previous {
  padding-left: 0;
}

.page-node-type-blog .blog-next {
  padding-right: 0;
  text-align: right;
}

.download-option {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  margin-top: 60px;
}

.download-option:focus, .download-option:hover {
  background-color: #dedede;
}

.download-option a:focus, .download-option a:hover {
  text-decoration: none;
}

.download-option .download-option-info {
  padding: 30px 25px;
}

.download-option .download-icon {
  background-image: url("../../img/download-option-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  min-height: 87px;
  text-align: center;
}

.download-option .download-icon .file-type {
  font-weight: bold;
  position: relative;
  top: 35px;
}

.download-option .download-name {
  color: #971c85;
  font-size: 24px;
  margin-top: 20px;
  text-align: center;
}

.download-option .download-description {
  color: #667386;
  font-size: 16px;
  margin-top: 30px;
}

.field--name-field-file-download h2 {
  font-weight: 300;
  text-align: center;
}

.postcard {
  margin-right: -30px;
  margin-left: -30px;
}

.postcard:before, .postcard:after {
  display: table;
  content: " ";
}

.postcard:after {
  clear: both;
}

.postcard .view-mode-asset-listing {
  border: 0;
}

.postcard .field--name-body {
  padding: 15px 30px;
  clear: both;
  text-align: left;
}

.postcard .field--name-field-image-back img,
.postcard .field--name-field-image-front img {
  border: 1px solid #b3b3b3;
}

.postcard .field--name-body {
  padding: 0 60px;
  text-align: left;
}

.postcard .single-postcard {
  margin-right: -30px;
  margin-left: -30px;
}

.postcard .single-postcard:before, .postcard .single-postcard:after {
  display: table;
  content: " ";
}

.postcard .single-postcard:after {
  clear: both;
}

.postcard .single-postcard .field--name-field-image-back,
.postcard .single-postcard .field--name-field-image-front {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.postcard .single-postcard article.media-image.view-mode-asset-listing {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 25%;
}

@media (min-width: 768px) {
  .postcard .single-postcard article.media-image.view-mode-asset-listing {
    float: left;
    width: 50%;
  }
}

.postcard .multiple-postcards .field--name-field-image-front {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .postcard .multiple-postcards .field--name-field-image-front {
    margin-bottom: 0;
  }
}

.postcard .multiple-postcards .field--name-field-image-back,
.postcard .multiple-postcards .field--name-field-image-front {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .postcard .multiple-postcards .field--name-field-image-back,
  .postcard .multiple-postcards .field--name-field-image-front {
    float: left;
    width: 50%;
  }
}

.postcard .multiple-postcards .field--name-field-image-back img,
.postcard .multiple-postcards .field--name-field-image-front img {
  max-width: 100%;
}

.view-mode-asset-listing {
  margin-top: 40px;
}

.view-mode-asset-listing .field--name-field-image-file {
  margin-bottom: 85px;
}

.view-mode-asset-listing .field--name-field-image-file img {
  height: auto;
  width: 100%;
  border: 1px solid #b3b3b3;
}

@media (min-width: 1000px) {
  .view-mode-asset-listing .field--name-field-image-file img {
    max-width: 400px;
    height: auto;
    width: auto;
  }
}

.view-id-marketing_resources .views-row img {
  border: 1px solid #666666;
}

.content-float-body {
  clear: both;
}

@media (min-width: 768px) {
  .content-float-body {
    clear: none;
  }
}

.content-float-image {
  margin-right: 40px;
  display: block;
  float: left;
}

@media (min-width: 1000px) {
  .view-mode-asset-listing {
    display: table;
  }
  .view-mode-asset-listing .field--name-field-image-file {
    min-height: 410px;
    height: 410px;
    display: table-cell;
    vertical-align: middle;
  }
  .view-mode-asset-listing .field--name-field-image-file img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: auto;
  }
}

@media screen and (max-width: 1000px) {
  .page-node-type-asset-page .region-global-branding .field--name-field-image-file img {
    width: 100%;
    height: auto;
  }
}

article.node--view-mode-views-result .field--name-field-image-front {
  vertical-align: bottom;
  display: table-cell;
}

@media (min-width: 768px) {
  article.node--view-mode-views-result .field--name-field-image-front {
    height: 385px;
  }
}

article.node--view-mode-views-result .asset_formats {
  margin-top: 10px;
  float: left;
}

article.node--view-mode-views-result .asset_formats div {
  display: inline;
  float: left;
}

article.node--view-mode-views-result .asset_formats .field--name-field-file-download > .field__item:after {
  content: ",\00a0";
}

article.node--view-mode-views-result .asset_formats .field--name-field-file-download > .field__item:last-child:after {
  content: "";
}

sup {
  border-bottom: solid 1px transparent;
  display: inline-block;
  line-height: 26px !important;
  vertical-align: baseline;
}

a:hover sup,
a:focus sup {
  display: inline-block;
  line-height: 26px;
}

.video-embed-field-responsive-video {
  width: 854px;
  height: 480px;
}

.profile-column .field--name-ramco-logo img {
  width: auto;
}
