@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"');
@import url("https://fonts.googleapis.com/css?family=Rubik");

.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;
}


.btn-cta:hover {
  text-decoration: none;
}


.btn-link-like {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  background-color: transparent;
}

@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: "";
}

/*! 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, .masthead-section .field--name-field-masthead-title {
  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;
}

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

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

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

.breadcrumb > .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 {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

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

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

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

.alert > 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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

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

.alert-success .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;
}

.container, .document-wrapper-interrupter, .path-find-member .main-container, .benefits-section, .path-work-with-an-e-pro .block-system-breadcrumb-block, .user-search-results .view-element-container {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .document-wrapper-interrupter:before, .path-find-member .main-container:before, .benefits-section:before, .path-work-with-an-e-pro .block-system-breadcrumb-block:before, .user-search-results .view-element-container:before, .container:after, .document-wrapper-interrupter:after, .path-find-member .main-container:after, .benefits-section:after, .path-work-with-an-e-pro .block-system-breadcrumb-block:after, .user-search-results .view-element-container:after {
  display: table;
  content: " ";
}

.container:after, .document-wrapper-interrupter:after, .path-find-member .main-container:after, .benefits-section:after, .path-work-with-an-e-pro .block-system-breadcrumb-block:after, .user-search-results .view-element-container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container, .document-wrapper-interrupter, .path-find-member .main-container, .benefits-section, .path-work-with-an-e-pro .block-system-breadcrumb-block, .user-search-results .view-element-container {
    width: 780px;
  }
}

@media (min-width: 1000px) {
  .container, .document-wrapper-interrupter, .path-find-member .main-container, .benefits-section, .path-work-with-an-e-pro .block-system-breadcrumb-block, .user-search-results .view-element-container {
    width: 1000px;
  }
}

@media (min-width: 1200px) {
  .container, .document-wrapper-interrupter, .path-find-member .main-container, .benefits-section, .path-work-with-an-e-pro .block-system-breadcrumb-block, .user-search-results .view-element-container {
    width: 1200px;
  }
}

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

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

.container-fluid: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%;
  }
}

.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 {
    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;
  }
}

.inside-e-pro-section .field--name-field-inside-epro-image img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .inside-e-pro-section .field--name-field-inside-epro-image img {
    width: auto;
    height: auto;
  }
}

.cta-addendum .field--name-field-cta-button a, .view-marketing-resources .views-exposed-form .form-actions button:first-child, .path-frontpage .work-with-epro-section .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-actions button, .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-actions button,
.secondary-button, #webform_submission_contact_us_node_4_add_form-ajax .webform-button--submit,
#webform_submission_contact_us_node_4_add_form-ajax #edit-submit,
.contact-message-personal-form .webform-button--submit,
.contact-message-personal-form #edit-submit, #webform_submission_contact_us_add_form-ajax .webform-button--submit, .masthead-section .callout a, .field-contact-button a,
.field-pay-dues-button a,
.primary-button,
.user-login-btn {
  background-color: #f16477;
  -webkit-box-shadow: 0 5px 10px #cacaca;
  box-shadow: 0 5px 10px #cacaca;
  color: #050d30;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 30px;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 20px;
}

.cta-addendum .field--name-field-cta-button a:hover, .view-marketing-resources .views-exposed-form .form-actions button:hover:first-child, .path-frontpage .work-with-epro-section .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:hover,
.secondary-button:hover, #webform_submission_contact_us_node_4_add_form-ajax .webform-button--submit:hover,
#webform_submission_contact_us_node_4_add_form-ajax #edit-submit:hover,
.contact-message-personal-form .webform-button--submit:hover,
.contact-message-personal-form #edit-submit:hover, #webform_submission_contact_us_add_form-ajax .webform-button--submit:hover, .masthead-section .callout a:hover, .field-contact-button a:hover,
.field-pay-dues-button a:hover, .cta-addendum .field--name-field-cta-button a:focus, .view-marketing-resources .views-exposed-form .form-actions button:focus:first-child, .path-frontpage .work-with-epro-section .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:focus,
.secondary-button:focus, #webform_submission_contact_us_node_4_add_form-ajax .webform-button--submit:focus,
#webform_submission_contact_us_node_4_add_form-ajax #edit-submit:focus,
.contact-message-personal-form .webform-button--submit:focus,
.contact-message-personal-form #edit-submit:focus, #webform_submission_contact_us_add_form-ajax .webform-button--submit:focus, .masthead-section .callout a:focus, .field-contact-button a:focus,
.field-pay-dues-button a:focus,
.primary-button:hover,
.primary-button:focus,
.user-login-btn:hover,
.user-login-btn:focus {
  text-decoration: none;
  background-color: #ef4d62;
  color: #000000;
  outline: none;
}

.cta-addendum .field--name-field-cta-button a, .view-marketing-resources .views-exposed-form .form-actions button:first-child, .path-frontpage .work-with-epro-section .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-actions button, .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-actions button,
.secondary-button {
  background-color: #00909e;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  letter-spacing: 3px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(31, 40, 53, 0.2);
  box-shadow: 0px 15px 30px 0px rgba(31, 40, 53, 0.2);
  line-height: 20px;
}

.cta-addendum .field--name-field-cta-button a:hover, .view-marketing-resources .views-exposed-form .form-actions button:hover:first-child, .path-frontpage .work-with-epro-section .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:hover, .cta-addendum .field--name-field-cta-button a:focus, .view-marketing-resources .views-exposed-form .form-actions button:focus:first-child, .path-frontpage .work-with-epro-section .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:focus,
.secondary-button:hover,
.secondary-button:focus {
  text-decoration: none;
  background-color: #007985;
  color: #ffffff;
  outline: none;
}

.benefits-section .field--name-field-benefit-copy p, .inside-e-pro-section .field--name-field-inside-e-pro-copy p, .epro-events-section .field--name-field-secondary-copy p {
  color: #667386;
  font-size: 16px;
  line-height: 28px;
}

.cta-interrupter-lower .field--name-field-cta-button a, .cta-interruptor .interruptor-copy .field--name-field-cta-1-link a, .benefits-section .field--name-field-view-all-link a, .inside-e-pro-section .field--name-field-inside-e-pro-link a {
  color: #00626b;
  font-size: 28px;
  font-weight: 100;
  text-decoration: none;
}

.cta-interrupter-lower .field--name-field-cta-button a:after, .cta-interruptor .interruptor-copy .field--name-field-cta-1-link a:after, .benefits-section .field--name-field-view-all-link a:after, .inside-e-pro-section .field--name-field-inside-e-pro-link 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: 18px;
  margin-left: 12px;
}

.cta-interrupter-lower .field--name-field-cta-button a:hover, .cta-interruptor .interruptor-copy .field--name-field-cta-1-link a:hover, .benefits-section .field--name-field-view-all-link a:hover, .inside-e-pro-section .field--name-field-inside-e-pro-link a:hover, .cta-interrupter-lower .field--name-field-cta-button a:focus, .cta-interruptor .interruptor-copy .field--name-field-cta-1-link a:focus, .benefits-section .field--name-field-view-all-link a:focus, .inside-e-pro-section .field--name-field-inside-e-pro-link a:focus, .cta-interrupter-lower .field--name-field-cta-button a:active, .cta-interruptor .interruptor-copy .field--name-field-cta-1-link a:active, .benefits-section .field--name-field-view-all-link a:active, .inside-e-pro-section .field--name-field-inside-e-pro-link a:active {
  text-decoration: underline;
}

.external-link a,
.external-link {
  color: #00626b;
  font-size: 28px;
  font-weight: 100;
  text-decoration: none;
}

.external-link a.external:after, .external-link a:after,
.external-link.external:after,
.external-link: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: 6px;
}

.external-link a:hover, .external-link a:focus, .external-link a:active,
.external-link:hover,
.external-link:focus,
.external-link:active {
  text-decoration: underline;
}

.masthead-section, .inside-e-pro-section, .path-frontpage .work-with-epro-section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .masthead-section, .inside-e-pro-section, .path-frontpage .work-with-epro-section {
    margin-bottom: 50px;
  }
}

.path-frontpage .work-with-epro-section .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .path-frontpage .work-with-epro-section .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] {
    width: 800px;
  }
}

.cta-interrupter-lower {
  border-top: 1px solid #cacaca;
  padding: 45px 30px;
}

@media (min-width: 768px) {
  .cta-interrupter-lower {
    padding: 45px 0;
  }
}

.cta-interrupter-lower .cta-image {
  width: 100%;
  padding: 0 0 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .cta-interrupter-lower .cta-image {
    width: 20%;
    float: left;
  }
}

.cta-interrupter-lower .interrupter-copy {
  width: 100%;
}

@media (min-width: 768px) {
  .cta-interrupter-lower .interrupter-copy {
    width: 75%;
    float: left;
  }
}

@media (min-width: 768px) {
  .cta-interrupter-lower .interrupter-copy p {
    max-width: 90%;
  }
}

body {
  font-family: 'Rubik', sans-serif;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

html {
  overflow-y: scroll;
}

p, h1, .masthead-section .field--name-field-masthead-title,
h2,
.benefits-section .field--name-field-e-pro-benefits-title,
.path-frontpage .work-with-epro-section .field--name-field-work-with-epro .field__label,
h3,
.inside-e-pro-section .field--name-field-inside-epro-title,
.epro-events-section .field--name-field-secondary-title,
h4 {
  color: #050d30;
}

/*
p {
  line-height: 30px;
}
*/
h1, .masthead-section .field--name-field-masthead-title {
  font-size: 48px;
  font-weight: 100;
  line-height: 55px;
  margin-bottom: 30px;
}


h2,
.benefits-section .field--name-field-e-pro-benefits-title,
.path-frontpage .work-with-epro-section .field--name-field-work-with-epro .field__label {
  font-size: 35px;
  font-weight: 100;
  line-height: 40px;
}


h3,
.inside-e-pro-section .field--name-field-inside-epro-title,
.epro-events-section .field--name-field-secondary-title {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 38px;
}

a {
  color: #00626b;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: #00626b;
  text-decoration: none;
}

p + h2, .benefits-section p + .field--name-field-e-pro-benefits-title, .path-frontpage .work-with-epro-section .field--name-field-work-with-epro p + .field__label,
p + h3,
.inside-e-pro-section p + .field--name-field-inside-epro-title,
.epro-events-section p + .field--name-field-secondary-title,
ul + h3,
.inside-e-pro-section ul + .field--name-field-inside-epro-title,
.epro-events-section ul + .field--name-field-secondary-title {
  margin-top: 35px;
}

b,
strong {
  font-weight: 500;
}

@media only screen and (max-width: 999px) {
  nav.breadcrumb {
    margin: 0px 0 10px;
  }
}

nav.breadcrumb li {
  color: #667386;
  font-size: 13px;
}

nav.breadcrumb li a {
  color: #667386;
}

.block-system-breadcrumb-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

a.ext > .ext {
  display: none;
}

.region-header-wrapper,
.region-page-header {
  background-color: #747678;
}

.region-page-header {
  padding-top: 15px;
  padding-bottom: 15px;
}

.epro-logo img {
  margin-top: 0;
}

@media only screen and (max-width: 480px) {
  .epro-logo img {
    height: auto;
    width: 100%;
    margin-top: 20px;
  }
}

.header-mobile-toggles {
  float: right;
  padding-top: 0;
  margin-right: 20px;
}

.header-mobile-toggles .main-menu-toggle {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .header-mobile-toggles .main-menu-toggle {
    padding-top: 0;
  }
}

.header-mobile-toggles .main-menu-toggle:focus, .header-mobile-toggles .main-menu-toggle:active, .header-mobile-toggles .main-menu-toggle:hover {
  outline: none;
}

.header-mobile-toggles .main-menu-toggle .icon {
  background-color: #00909e;
  padding: 12px 16px;
}

.header-mobile-toggles .main-menu-toggle .icon:before {
  color: #ffffff;
}

.header-mobile-toggles .main-menu-toggle .text {
  color: #00909e;
  font-weight: 400;
  margin-bottom: 2px;
  text-transform: lowercase;
}

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

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

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

@media only screen and (min-width: 768px) {
  .region-global-utility {
    float: right;
  }
}

.region-global-utility .block-search-api-page {
  float: left;
}

@media only screen and (min-width: 1000px) {
  .region-global-utility .block-search-api-page {
    float: right;
  }
}

.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"] {
  display: none;
}

@media only screen and (min-width: 1000px) {
  .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"] {
    display: block;
    padding: 10px 45px 8px 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .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"] {
    width: 225px;
  }
}

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

.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 {
  display: none;
}

@media only screen and (min-width: 768px) {
  .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 {
    top: 0;
    right: 0;
    left: auto;
  }
}

@media only screen and (min-width: 1000px) {
  .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 {
    display: block;
    position: absolute;
    top: 12px;
    right: 10px;
    left: auto;
  }
}

@media only screen and (min-width: 1000px) {
  .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 {
    font-size: 18px;
  }
}

.region-global-utility #block-e-pro-searchapipagesearchblockform .form-actions button:after {
  color: #747678;
  font-size: 26px;
}

@media only screen and (min-width: 1000px) {
  .region-global-utility #block-e-pro-searchapipagesearchblockform .form-actions button:after {
    font-size: 16px;
  }
}

.region-global-utility div[id$="memberlogin"] {
  color: #028476;
  margin-top: 30px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .region-global-utility div[id$="memberlogin"] {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1000px) {
  .region-global-utility div[id$="memberlogin"] {
    margin-top: 30px;
    display: block;
  }
}

@media only screen and (min-width: 1000px) {
  .region-global-utility div[id$="memberlogin"] {
    margin-top: 5px;
  }
}

.region-global-utility div[id$="memberlogin"] a {
  color: #00626b;
  font-weight: 500;
  text-decoration: none;
}

.region-global-utility div[id$="memberlogin"] a:hover, .region-global-utility div[id$="memberlogin"] a:focus, .region-global-utility div[id$="memberlogin"] a:active {
  text-decoration: underline;
}

.region-global-utility div[id$="memberlogin"] .login a:after {
  display: none;
}

.region-global-utility div[id$="memberlogin"] .login:before {
  content: "";
  background-image: url("/themes/e_pro/src/images/epro-login.svg");
  -webkit-background-size: auto auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 55% 50%;
  padding: 14px;
  margin-right: 10px;
}

.region-global-utility div[id$="memberlogin"] .login > a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  float: right;
}

@media screen and (max-width: 999px) {
  .region-page-header.active {
    padding: 0;
  }
  .region-page-header nav > ul {
    padding: 0;
    color: #ffffff;
  }
  .region-page-header nav > ul > li {
    border-bottom: 1px solid #5a5a5a;
  }
  .region-page-header nav > ul > li.menu-item--active-trail a {
    color: #000000;
  }
  .region-page-header nav > ul > li > a {
    padding: 15px 10px;
    font-size: 16px;
    text-transform: none;
  }
  .region-page-header nav > ul > li > a.member-login: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;
    content: "";
    color: #f1b44f;
    font-size: 18px;
    margin-right: 10px;
    height: 24px;
    vertical-align: middle;
  }
  .region-page-header nav > ul > li > a.search: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;
    content: "";
    color: #f16477;
    font-size: 18px;
    margin-right: 10px;
    height: 22px;
    vertical-align: middle;
  }
  .region-page-header nav > ul > li > ul > li > a {
    color: #000000;
    font-size: 14px;
    padding: 15px 0 13px;
  }
  .region-page-header nav > ul > li > ul > li > a:hover, .region-page-header nav > ul > li > ul > li > a:focus {
    color: #000000;
  }
  .menu--main > ul > li.menu-item--expanded > a:after {
    float: right;
    margin-top: 10px;
  }
  .menu--main > ul > li.open > ul {
    background-color: #cacaca;
    padding-bottom: 10px;
  }
  .menu--main > ul > li.open > ul > li {
    padding: 0 35px;
    border-bottom: none;
  }
  .menu--main > ul > li.open > ul > li > a {
    border-bottom: 1px solid #5a5a5a;
    padding-left: 0;
  }
}

.menu--main > ul {
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
}

@media only screen and (min-width: 1000px) {
  .menu--main > ul > li {
    margin-right: 5%;
  }
}

@media only screen and (min-width: 1200px) {
  .menu--main > ul > li {
    margin-right: 10%;
  }
}

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

.menu--main > ul a {
  display: block;
  color: #ffffff;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  line-height: 28px;
}

.menu--main > ul a:hover, .menu--main > ul a:focus, .menu--main > ul a:active {
  color: #ffffff;
  text-decoration: none;
}

.menu--main > ul a:hover:after, .menu--main > ul a:focus:after, .menu--main > ul a:active:after {
  text-decoration: none;
}

@media only screen and (min-width: 1000px) {
  .menu--main > ul > li.open:after,
  .menu--main > ul > li.menu-item--active-trail:after {
    content: '';
    font-size: 0;
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f16477;
  }
  .menu--main > ul > li.open > ul,
  .menu--main > ul > li.menu-item--active-trail > ul {
    background-color: #cacaca;
    min-width: 300px;
    top: 100%;
    left: -20px;
    margin-top: 15px;
    position: absolute;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    min-width: 350px;
  }
}

@media only screen and (min-width: 1000px) and (min-width: 1000px) {
  .menu--main > ul > li.open > ul,
  .menu--main > ul > li.menu-item--active-trail > ul {
    max-width: 350px;
  }
}

@media only screen and (min-width: 1000px) and (min-width: 1000px) {
  .menu--main > ul > li.open > ul > li,
  .menu--main > ul > li.menu-item--active-trail > ul > li {
    border-bottom: 1px solid #5a5a5a;
  }
}

@media only screen and (min-width: 1000px) {
  .menu--main > ul > li.open > ul > li:hover, .menu--main > ul > li.open > ul > li:focus, .menu--main > ul > li.open > ul > li:active,
  .menu--main > ul > li.menu-item--active-trail > ul > li:hover,
  .menu--main > ul > li.menu-item--active-trail > ul > li:focus,
  .menu--main > ul > li.menu-item--active-trail > ul > li:active {
    background-color: #747678;
    outline: none;
  }
  .menu--main > ul > li.open > ul > li:last-child,
  .menu--main > ul > li.menu-item--active-trail > ul > li:last-child {
    border-bottom: none;
  }
  .menu--main > ul > li.open > ul > li > a,
  .menu--main > ul > li.menu-item--active-trail > ul > li > a {
    color: #000000;
    display: block;
    padding: 15px 20px;
    font-size: 15px;
  }
  .menu--main > ul > li.open > ul > li > a:hover,
  .menu--main > ul > li.menu-item--active-trail > ul > li > a:hover {
    color: #ffffff;
  }
  .menu--main > ul > li.open > ul > li > a:focus, .menu--main > ul > li.open > ul > li > a:active,
  .menu--main > ul > li.menu-item--active-trail > ul > li > a:focus,
  .menu--main > ul > li.menu-item--active-trail > ul > li > a:active {
    color: #000000;
  }
  .menu--main > ul > li.open > ul > li > a.is-active,
  .menu--main > ul > li.menu-item--active-trail > ul > li > a.is-active {
    font-weight: 500;
  }
}

.region-global-branding {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .region-global-branding {
    width: 50%;
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .region-global-utility {
    display: block !important;
  }
}

.document-wrapper-head {
  padding: 20px 30px;
}

@media only screen and (min-width: 768px) {
  .document-wrapper-head {
    padding: 20px 35px;
  }
}

@media only screen and (max-width: 999px) {
  .document-wrapper-head-inner {
    padding: 30px 0 0;
  }
}

@media only screen and (max-width: 999px) {
  .region-page-header,
  .document-wrapper-head {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .document-wrapper-interrupter {
    padding-left: 0;
    padding-right: 0;
  }
}

body.path-member-benefits-center h1.page-title, body.path-member-benefits-center .masthead-section .page-title.field--name-field-masthead-title, .masthead-section body.path-member-benefits-center .page-title.field--name-field-masthead-title {
  color: #f16477;
}

.footer-1 #block-e-pro-logofooter img {
  width: 100%;
  height: auto;
  max-width: 250px;
}

@media (min-width: 1000px) {
  .footer-1 #block-e-pro-logofooter img {
    max-width: 370px;
    margin: 10px 0;
  }
}

.region-footer-1 .menu--footer ul.menu {
  padding-left: 0;
}

.region-footer-1 .menu--footer ul.menu > li > a {
  color: #484848;
  text-decoration: none;
}

.region-footer-1 .menu--footer ul.menu > li > a.external: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: 6px;
}

.region-footer-1 .menu--footer ul.menu > li > a:hover, .region-footer-1 .menu--footer ul.menu > li > a:focus, .region-footer-1 .menu--footer ul.menu > li > a:active {
  text-decoration: underline;
}

.region-footer-2 div[id$="socialsharing"] .social-icons a {
  color: #f16477;
}

.region-footer-2 div[id$="socialsharing"] .social-icons a:hover, .region-footer-2 div[id$="socialsharing"] .social-icons a:focus, .region-footer-2 div[id$="socialsharing"] .social-icons a:active {
  color: #ffffff;
  background-color: #f16477;
}

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

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

.cta-interruptor {
  margin: 40px 0;
}

.cta-interruptor .field--name-field-cta-1-image {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .cta-interruptor .field--name-field-cta-1-image {
    width: 20%;
  }
}

.cta-interruptor .interruptor-copy .field--name-field-cta-1-body p {
  color: #667386;
  margin-bottom: 30px;
}

.cta-addendum {
  background-color: #b0d4de;
  margin-top: 50px;
  padding: 35px 30px;
}

.cta-addendum .field--name-body {
  margin: 0;
}

.cta-addendum .field--name-body h2, .cta-addendum .field--name-body .benefits-section .field--name-field-e-pro-benefits-title, .benefits-section .cta-addendum .field--name-body .field--name-field-e-pro-benefits-title, .cta-addendum .field--name-body .path-frontpage .work-with-epro-section .field--name-field-work-with-epro .field__label, .path-frontpage .work-with-epro-section .field--name-field-work-with-epro .cta-addendum .field--name-body .field__label {
  margin-bottom: 25px;
}

.cta-addendum .field--name-field-cta-button {
  margin: 0;
}

.cta-addendum .field--name-field-cta-button a {
  text-transform: none;
}

@media (min-width: 322px) {
  .cta-addendum .field--name-body,
  .cta-addendum .field--name-field-cta-button {
    margin: 0 30px;
  }
}

nav.breadcrumb {
  font-size: 13px;
  text-transform: none;
}

nav.breadcrumb li,
nav.breadcrumb a {
  color: #667386;
}

.paragraph-annotation {
  color: #667386;
  font-size: 12px;
}

.field--media-image-node-title .field-media-image-title-wrap {
  background-color: rgba(241, 100, 119, 0.75);
}

#webform_submission_contact_us_node_4_add_form-ajax .webform-button--submit,
#webform_submission_contact_us_node_4_add_form-ajax #edit-submit,
.contact-message-personal-form .webform-button--submit,
.contact-message-personal-form #edit-submit {
  margin-top: 30px;
}

.assets-resource-wrapper {
  border: none;
}

.assets-resource-wrapper .asset_title a {
  font-size: 32px;
}

.assets-resource-wrapper .asset_formats {
  margin-top: 10px;
  float: left;
}

.assets-resource-wrapper .asset_formats div {
  display: inline;
  float: left;
}

.assets-resource-wrapper .asset_formats .field--name-field-file-download > .field__item:after {
  content: ",\00a0";
}

.assets-resource-wrapper .asset_formats .field--name-field-file-download > .field__item:last-child:after {
  content: "";
}

.assets-resource-wrapper .field--name-field-asset-type {
  font-weight: 500;
}

.assets-resource-wrapper .asset_date {
  font-weight: 500;
}

.assets-resource-wrapper .field--name-field-image-file {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1000px) {
  .assets-resource-wrapper .field--name-field-image-file {
    height: 355px;
    min-height: 355px;
    vertical-align: bottom;
    display: table-cell;
    width: 440px;
  }
}

@media only screen and (min-width: 1200px) {
  .assets-resource-wrapper .field--name-field-image-file {
    width: 450px;
  }
}

.assets-resource-wrapper .field--name-field-image-file img {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.view-marketing-resources .views-row {
  margin-bottom: 60px;
}

.view-marketing-resources .views-row:nth-child(2n+1) {
  clear: both;
}

.view-marketing-resources .views-exposed-form {
  margin-bottom: 60px;
  padding: 30px 45px;
}

@media only screen and (min-width: 480px) {
  .view-marketing-resources .views-exposed-form {
    padding: 40px 85px;
  }
}

.view-marketing-resources .views-exposed-form h1, .view-marketing-resources .views-exposed-form .masthead-section .field--name-field-masthead-title, .masthead-section .view-marketing-resources .views-exposed-form .field--name-field-masthead-title {
  margin-bottom: 40px;
}

.view-marketing-resources .views-exposed-form .form-actions {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  .view-marketing-resources .views-exposed-form .form-actions {
    width: 15%;
  }
}

.view-marketing-resources .views-exposed-form .form-group {
  display: block;
  float: none;
}

@media only screen and (min-width: 768px) {
  .view-marketing-resources .views-exposed-form .form-group {
    float: left;
  }
}

@media only screen and (min-width: 1000px) {
  .view-marketing-resources .views-exposed-form .form-group {
    float: left;
  }
}

@media only screen and (min-width: 1000px) {
  .view-marketing-resources .views-exposed-form .row {
    width: 1000px;
  }
}

@media only screen and (min-width: 1200px) {
  .view-marketing-resources .views-exposed-form .row {
    width: 1200px;
  }
}

.view-marketing-resources .views-exposed-form .form-item-field-file-type-target-id:after {
  content: "or";
  display: block;
  margin-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  .view-marketing-resources .views-exposed-form .form-item-field-file-type-target-id:after {
    display: inline-block;
    float: right;
    position: relative;
    margin-top: -30px;
    left: 20px;
  }
}

.view-marketing-resources .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media only screen and (min-width: 480px) {
  .view-marketing-resources .form-control {
    text-align: left;
    margin: 0;
  }
}

@media only screen and (min-width: 1000px) {
  .view-marketing-resources .form-control {
    display: block;
    padding: 12px 45px 10px 14px;
    height: 40px;
    width: 90%;
  }
}

@media only screen and (min-width: 1200px) {
  .view-marketing-resources .form-control {
    width: 300px;
  }
}

.download-option .download-icon {
  background-image: url("/themes/e_pro/src/images/e-pro-doc.png");
}

.download-option .download-name {
  color: #f1b44f;
  margin-top: 45px;
  text-transform: uppercase;
  font-weight: 500;
}

.cta-interruptor .field--name-field-cta-1-body a {
  font-size: 21px;
}

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

.page-node-type-asset-page .field--name-field-image-file img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

a.ext: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: 6px;
}

.postcard .single-postcard {
  margin-left: 0;
  margin-right: 0;
}

#block-e-pro-logo img {
  max-width: 340px;
  height: auto;
}

.paragraph--type--file-download a {
  text-decoration: none;
}

img.image-style-asset-listing {
  margin-bottom: 30px;
}

.download-name .field--name-field-file-title {
  color: #00626b;
}

/*
.maincontent-search-form {
  @include make-xs-column(12);
  @include make-md-column(4);
  .form-actions {
    button {
      color: $color-pale-sky;
      border: 0;
      background-color: transparent;
      position: absolute;
      top: 22px;
      right: 24px;
    }
  }
}

@media screen and (max-width: 767px) {
  .maincontent-search-form {
    .form-actions {
      button {
        top: 7px;
      }
    }
  }
}
*/
.maincontent-search-form .form-actions button {
  color: #667386;
}

.path-searchapi .region-content article {
  margin-top: 50px;
}

.page-node-type-homepage .page-title {
  display: none;
}

.masthead-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .masthead-section {
    display: block;
  }
}

.masthead-section .field--name-field-masthead-title {
  font-size: 38px;
  margin-top: 0;
}

.masthead-section .field--name-field-masthead-copy p {
  margin-bottom: 50px;
}

.masthead-section .callout {
  text-align: center;
}

@media (min-width: 768px) {
  .masthead-section .callout {
    text-align: left;
  }
}

.masthead-section .masthead-container-fixed-width {
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: #cacaca 1px solid;
}

@media (min-width: 768px) {
  .masthead-section .masthead-container-fixed-width {
    padding: 0;
  }
}

.masthead-section .masthead-column {
  padding: 0px 30px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 60px;
  width: 100%;
}

@media (min-width: 768px) {
  .masthead-section .masthead-column {
    padding: 0px 45px;
  }
}

@media (min-width: 1000px) {
  .masthead-section .masthead-column {
    width: 45%;
    padding: 60px 55px 0px;
  }
}

.masthead-section .field--name-field-masthead-image {
  margin-bottom: 30px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 1000px) {
  .masthead-section .field--name-field-masthead-image {
    width: 50%;
    float: right;
    margin-bottom: 0;
  }
}

.masthead-section .field--name-field-masthead-image img {
  width: 100%;
  height: 100%;
  max-height: 575px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.benefits-section {
  margin-bottom: 40px;
}

.benefits-section .paragraph--type--benefits {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .benefits-section .paragraph--type--benefits {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .benefits-section .paragraph--type--benefits {
    margin-bottom: 30px;
  }
}

.benefits-section .field--name-field-e-pro-benefits-title {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 100;
}

.benefits-section .benefit-image {
  text-align: center;
  margin-bottom: 20px;
}

.benefits-section .benefit-image img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.benefits-section .field--name-field-benefit-title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.benefits-section .field--name-field-benefit-copy p {
  text-align: center;
  line-height: 28px;
}

.benefits-section .field--name-field-view-all-link {
  clear: both;
  text-align: center;
}

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

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

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

.inside-e-pro-section .inside-epro--left,
.inside-e-pro-section .inside-epro--right {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .inside-e-pro-section .inside-epro--left,
  .inside-e-pro-section .inside-epro--right {
    float: left;
    width: 50%;
  }
}

.inside-e-pro-section .inside-epro--right {
  padding-left: 0;
}

.inside-e-pro-section .field--name-field-inside-epro-image img {
  margin-bottom: 30px;
}

.inside-e-pro-section .field--name-field-inside-epro-title {
  margin-bottom: 20px;
  font-weight: 100;
}

.inside-e-pro-section .field--name-field-inside-e-pro-copy p {
  margin-bottom: 20px;
}

.epro-events-section {
  background-color: #e9e9e9;
  padding: 30px 30px 45px;
}

@media (min-width: 768px) {
  .epro-events-section {
    padding: 45px;
  }
}

@media (min-width: 1000px) {
  .epro-events-section {
    width: 1000px;
  }
}

.epro-events-section .secondary-content-column--left,
.epro-events-section .secondary-content-column--right {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .epro-events-section .secondary-content-column--left,
  .epro-events-section .secondary-content-column--right {
    float: left;
    width: 50%;
  }
}

.epro-events-section .field--name-field-secondary-image img {
  padding-bottom: 15px;
}

.epro-events-section .view-mode-marquee-content {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .epro-events-section .view-mode-marquee-content {
    margin-bottom: 0;
  }
}

.epro-events-section .field--name-field-secondary-title {
  font-weight: 100;
}

@media (min-width: 768px) {
  .epro-events-section .field--name-field-secondary-title {
    width: 80%;
  }
}

.epro-events-section .field--name-field-secondary-copy p {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .epro-events-section .field--name-field-secondary-copy p {
    margin-bottom: 60px;
  }
}

.epro-events-section .field--name-field-secondary-link {
  width: 75%;
}

@media (min-width: 1000px) {
  .epro-events-section .field--name-field-secondary-link {
    width: 100%;
  }
}

.epro-events-section .field--name-field-secondary-link a {
  color: #00626b;
  font-size: 28px;
  font-weight: 100;
  text-decoration: none;
}

.epro-events-section .field--name-field-secondary-link a:hover, .epro-events-section .field--name-field-secondary-link a:focus, .epro-events-section .field--name-field-secondary-link a:active {
  text-decoration: underline;
}

.epro-events-section .field--name-field-secondary-link 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: 14px;
  margin-left: 12px;
}

/*
@media screen and (max-width: $screen-xs) {
  .work-with-epro-section {
    form[id="views-exposed-form-user-search-user-search"] {
      padding-left: 0px;
      padding-right: 0px;

      .form-group {
        padding-left: 50px;
        padding-right: 50px;
      }
    }
  }
}
*/
.path-frontpage .work-with-epro-section {
  background-color: #b0d4de;
  padding: 40px 0;
}

.path-frontpage .work-with-epro-section .views-exposed-form {
  padding: 0;
}

@media only screen and (min-width: 1000px) {
  .path-frontpage .work-with-epro-section .views-exposed-form {
    padding: 60px 85px;
  }
}

.path-frontpage .work-with-epro-section .field--name-field-work-with-epro .field__label {
  font-size: 40px;
  text-align: center;
  margin: 40px 0 40px 0;
}

.path-frontpage .work-with-epro-section .work-with-a-designee h2, .path-frontpage .work-with-epro-section .work-with-a-designee .benefits-section .field--name-field-e-pro-benefits-title, .benefits-section .path-frontpage .work-with-epro-section .work-with-a-designee .field--name-field-e-pro-benefits-title, .path-frontpage .work-with-epro-section .work-with-a-designee .field--name-field-work-with-epro .field__label, .path-frontpage .work-with-epro-section .field--name-field-work-with-epro .work-with-a-designee .field__label {
  display: none;
}

.path-frontpage .work-with-epro-section .work-with-a-designee p.intro-text {
  display: none;
}

.path-frontpage .work-with-epro-section .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] {
  max-width: 640px;
  margin: 0 auto;
}

.path-frontpage .work-with-epro-section .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-group {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: left;
  margin-bottom: 1em;
}

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

@media only screen and (min-width: 768px) {
  .path-frontpage .work-with-epro-section .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-group {
    margin-bottom: 2em;
  }
}

.path-frontpage .work-with-epro-section .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] label {
  font-size: 14px;
  text-transform: uppercase;
}

.path-frontpage .work-with-epro-section .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%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

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

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

.path-frontpage .work-with-epro-section .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-item-ramco-lastname-value:after {
  content: "and/or";
  display: block;
  margin-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .path-frontpage .work-with-epro-section .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-item-ramco-lastname-value:after {
    display: inline-block;
    float: right;
    position: relative;
    margin-top: -30px;
    left: -35px;
  }
}

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

.path-frontpage .work-with-epro-section .work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-actions button {
  text-transform: none;
}

/*
// Center button on home
.path-frontpage .work-with-epro-section {
  form[id="views-exposed-form-user-search-user-search"] {
    .form-actions {
    text-align: center;
    }

    .form-group {
      text-align: center;
      @media only screen and (min-width: $screen-sm) {
        text-align: left;
      }
    }
  }
}
*/
span.ext {
  display: none;
}

.path-work-with-an-e-pro {
  /*
  .work-with-a-designee {
    @extend .work-with-epro-section;
    background-color: $color-white;
    margin-bottom: 0;
    padding: 0;
  }
  */
}

.path-work-with-an-e-pro h1.page-title, .path-work-with-an-e-pro .masthead-section .page-title.field--name-field-masthead-title, .masthead-section .path-work-with-an-e-pro .page-title.field--name-field-masthead-title {
  display: none;
}

.path-work-with-an-e-pro .user-search-results .field-full-name a {
  color: #00626b;
  line-height: 30px;
  text-decoration: none;
}

.path-work-with-an-e-pro .user-search-results .field-full-name a:hover {
  text-decoration: underline;
}

.path-work-with-an-e-pro .user-search-results .field-profile-link a {
  color: #00626b;
}

.work-with-a-designee form[id="views-exposed-form-user-search-user-search"] .form-actions button {
  text-transform: none;
}

.user-search-results {
  margin: 0 30px;
}

.user-search-results .field__label {
  font-weight: 500;
}

.user-search-results .view-content {
  max-width: 900px;
  margin: 0 auto;
}

.user-search-results .views-field-rendered-entity {
  border: 1px solid #b3b3b3;
  -webkit-box-shadow: 1px 2px 5px #cdcdcd;
  box-shadow: 1px 2px 5px #cdcdcd;
  margin-top: 30px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 30px 0;
}

.user-search-results .views-field-rendered-entity:after {
  content: " ";
  display: block;
  clear: both;
}

.user-search-results .field--name-ramco-firstname,
.user-search-results .field--name-ramco-lastname {
  color: #00626b;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
}

.user-search-results .field--name-ramco-company,
.user-search-results .field--name-ramco-phone,
.user-search-results .field--name-ramco-url {
  word-wrap: break-word;
}

@media (max-width: 768px) {
  div.profile-column {
    max-width: 400px;
    margin: 0 auto;
  }
}

.field-contact-button,
.field-pay-dues-button {
  text-align: center;
  margin-top: 30px;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-help-links div:nth-of-type(1):before, div[id="block-views-block-member-profile-member-profile-block"] .field-help-links div:nth-of-type(2):before, div[id="block-views-block-member-profile-member-profile-block"] .field-help-links div:nth-of-type(3):before {
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

div[id="block-views-block-member-profile-member-profile-block"] h2, div[id="block-views-block-member-profile-member-profile-block"] .benefits-section .field--name-field-e-pro-benefits-title, .benefits-section div[id="block-views-block-member-profile-member-profile-block"] .field--name-field-e-pro-benefits-title, div[id="block-views-block-member-profile-member-profile-block"] .path-frontpage .work-with-epro-section .field--name-field-work-with-epro .field__label, .path-frontpage .work-with-epro-section .field--name-field-work-with-epro div[id="block-views-block-member-profile-member-profile-block"] .field__label {
  color: #484848;
  font-weight: 400;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-full-name a {
  color: #00626b;
  text-decoration: none;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-full-name a:hover {
  text-decoration: underline;
}

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

div[id="block-views-block-member-profile-member-profile-block"] .field-help-links a {
  color: #00626b;
  text-decoration: none;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-help-links a:hover {
  text-decoration: underline;
}

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

div[id="block-views-block-member-profile-member-profile-block"] .field-help-links div:nth-of-type(1):before, div[id="block-views-block-member-profile-member-profile-block"] .field-help-links div:nth-of-type(2):before, div[id="block-views-block-member-profile-member-profile-block"] .field-help-links div:nth-of-type(3):before {
  display: table-cell;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-help-links div:nth-of-type(1):before {
  content: url(/themes/e_pro/img/profile-icon.svg);
  width: 40px;
  height: 40px;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-help-links div:nth-of-type(2):before {
  content: url(/themes/e_pro/img/help-icon.svg);
  width: 40px;
  height: 40px;
}

div[id="block-views-block-member-profile-member-profile-block"] .field-help-links div:nth-of-type(3):before {
  content: url(/themes/e_pro/img/card-icon.svg);
  width: 40px;
  height: 40px;
  fill: blue;
}

.help-link-dues {
  display: none;
}

.path-work-with-an-e-pro .work-with-a-designee h2, .path-work-with-an-e-pro .work-with-a-designee .benefits-section .field--name-field-e-pro-benefits-title, .benefits-section .path-work-with-an-e-pro .work-with-a-designee .field--name-field-e-pro-benefits-title, .path-work-with-an-e-pro .work-with-a-designee .path-frontpage .work-with-epro-section .field--name-field-work-with-epro .field__label, .path-frontpage .work-with-epro-section .field--name-field-work-with-epro .path-work-with-an-e-pro .work-with-a-designee .field__label {
  color: #f16477;
}
