.btn {
  display: inline-block;
  padding: 10px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  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: default;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #008eaa;
  border-color: #007991;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #006c81;
  border-color: #004653;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #008eaa;
  border-color: #007991;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #008eaa;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #004e5e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 3px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 10px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.input-lg {
  height: 47px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-lg {
  height: 47px;
  line-height: 47px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-lg,
textarea.input-sm {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 10px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.form-inline .form-control,
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: none;
  margin-left: 0;
}
.form-horizontal .control-label,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 1px) {
  .container .form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.form-horizontal .form-group .row {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 1px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
/** base - fonts, heading, buttons etc. **/
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  font-size: 15px;
  margin: 0;
  padding: 0;
  background-color: #ebebeb !important;
}
body * {
  outline: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body select {
    background-image: url("/wp-content/themes/efc-preprod/images/ddarrow.png");
    background-repeat: no-repeat;
    background-position: center right;
    padding: 5px 16px 4px 4px;
  }
}
body .input-group .clear {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ul,
ol {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
}
h1 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3em;
}
h2,
h3 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
h4,
h5,
h6 {
  font-size: 16px;
}
p {
  font: 15px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777777;
}
.invisible {
  display: none;
}
.spacedLink {
  display: inline-block;
  margin: 5px 0 0;
}
.button {
  font-family: "Merriweather", Serif;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF  !important;
  font-weight: bold;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
}
.primaryBtn {
  background: #78B432;
  border: none;
  font-family: "Merriweather", Serif;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF  !important;
  font-weight: bold;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
}
.primaryBtn:hover {
  background: #639200;
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
}
.secondaryBtn {
  background: #008eaa;
  border: none;
  font-family: "Merriweather", Serif;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF  !important;
  font-weight: bold;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
}
.secondaryBtn:hover {
  background: #00788c;
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
}
.tertiaryBtn {
  background: #FFFFFF;
  border: 1px solid #d5d5d5;
  font-family: "Merriweather", Serif;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF  !important;
  font-weight: bold;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
  background: #eee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #F7F7F7), color-stop(100%, #DDDDDD));
  background: -webkit-linear-gradient(top, #F7F7F7, #DDDDDD);
  background: -moz-linear-gradient(top, #F7F7F7, #DDDDDD);
  background: -o-linear-gradient(top, #F7F7F7, #DDDDDD);
  background: linear-gradient(top, #F7F7F7, #DDDDDD);
  color: #088EAA !important;
}
.tertiaryBtn:hover {
  background: #DDDDDD;
  cursor: pointer;
  text-decoration: none;
  color: #088EAA;
}
#wrapper {
  position: relative;
  z-index: 1;
  background: white;
  width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
#wrapper #navigation {
  margin: 0 -20px;
}
.elem,
.widget-container {
  background: none repeat scroll 0 0 white;
  border: 1px solid #DDDDDD;
  margin: 0 0 10px;
  padding: 15px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.inputStyle {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #BABABA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #999999;
  padding: 10px;
}
input[type="text"] {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #BABABA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #999999;
  padding: 10px;
}
body > header div#navigation-container {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 15px 0 0;
}
body > header section#advertisement,
body > header section#job-search {
  display: none;
}
#message-404 {
  background: url(/wp-content/themes/efc-preprod/images/errorWhite.png) no-repeat scroll 20px center #C10200;
  padding: 15px 15px 15px 65px;
}
#message-404 p {
  font-family: "Merriweather", Serif;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
#banners {
  margin: 0 auto;
  padding: 0;
  z-index: 1;
  position: relative;
  text-align: center;
}
#banners > div {
  display: inline-block;
}
.page-peel-conatiner {
  position: absolute;
}
.home #banners,
.home #navigation {
  display: none;
}
#wpstats {
  left: -10000px;
  position: absolute;
  top: 0;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
.hidden {
  display: none;
}
.bounceIn {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/**------ choosen  --------**/
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  min-height: 28px;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('/wp-content/themes/efc-preprod/images/chosen-sprite.png') no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  margin: 0;
  white-space: nowrap;
}
.chzn-container-single .chzn-search input {
  background: #fff url('/wp-content/themes/efc-preprod/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/wp-content/themes/efc-preprod/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('/wp-content/themes/efc-preprod/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('/wp-content/themes/efc-preprod/images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('/wp-content/themes/efc-preprod/images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('/wp-content/themes/efc-preprod/images/chosen-sprite.png') no-repeat 100% -20px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('/wp-content/themes/efc-preprod/images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* @end */
/* @group Multi Chosen */
/* removed to style.css */
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -ms-linear-gradient(top, #e4e4e4 0%, #eeeeee 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #e4e4e4 0%, #eeeeee 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 5px 3px;
  position: relative;
  white-space: normal;
}
.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
  width: auto;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 8px;
  height: 9px;
  font-size: 1px;
  background: url('/wp-content/themes/efc-preprod/images/chosen-sprite.png') right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -9px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -9px;
}
.search-field .chzn-container .chzn-choices {
  height: 26px !important;
  margin: 0 !important;
}
.search-field .chzn-container .chzn-choices {
  cursor: text;
  height: auto !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 999;
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
}
.chzn-container .chzn-results .highlighted {
  background: #3875d7;
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 20px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */
/* @group Right to Left */
.chzn-rtl {
  direction: rtl;
  text-align: right;
}
.chzn-rtl .chzn-single {
  padding-left: 0;
  padding-right: 8px;
}
.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
}
.chzn-rtl .chzn-single div {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaaaaa;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 6px 3px 19px;
  margin: 3px 5px 3px 0;
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 5px;
  right: auto;
  background-position: right top;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin-left: 4px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 4px;
}
.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 20px;
}
.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}
.chzn-rtl .chzn-search input {
  background: url('/wp-content/themes/efc-preprod/images/chosen-sprite.png') no-repeat -38px -20px, #ffffff;
  background: url('/wp-content/themes/efc-preprod/images/chosen-sprite.png') no-repeat -38px -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('/wp-content/themes/efc-preprod/images/chosen-sprite.png') no-repeat -38px -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('/wp-content/themes/efc-preprod/images/chosen-sprite.png') no-repeat -38px -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('/wp-content/themes/efc-preprod/images/chosen-sprite.png') no-repeat -38px -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('/wp-content/themes/efc-preprod/images/chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('/wp-content/themes/efc-preprod/images/chosen-sprite.png') no-repeat -38px -20px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  padding: 4px 5px 4px 20px;
}
/* @end */
/**------ external header and footer  --------**/
body > header {
  z-index: 1000;
  width: 1024px;
  margin: 0 auto;
}
body > header div.affix {
  width: 100%;
  z-index: 1000;
  top: 0;
}
body > header div.affix section {
  margin-top: 0;
}
body > header div.affix section#advertisement {
  display: none;
}
body > header div#navigation-container {
  border-top: 1px solid #dcdce5;
}
body > header section {
  margin: 0 auto 10px auto;
  /** basic list ***/
}
body > header section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body > header section ul li {
  padding: 0;
  margin: 0;
  font-family: "Merriweather", Serif;
}
body > header section ul li a {
  font-family: "Merriweather", Serif;
  display: block;
}
body > header section#top-text {
  padding: 10px 15px 0 0;
  font-size: 10px;
  text-align: right;
  color: #999999;
  margin: 0 auto;
  background: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body > header section#top-text ul li {
  display: inline-block;
}
body > header section#top-text ul,
body > header section#top-text ul li,
body > header section#top-text ul li a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body > header section#top-text ul li a {
  display: inline;
  padding: 2px 5px;
  border-radius: 5px;
}
body > header section#top-text ul li a.active {
  color: #fff;
  background: #333333;
  cursor: default;
}
body > header section#top-text ul li a.active:hover {
  text-decoration: none;
}
body > header section#top-text > ul {
  width: 1024px !important;
  max-width: 1024px !important;
  margin: 0 auto;
  position: relative;
}
body > header section#navigation-links {
  background: #ffffff;
  min-height: 40px;
  border-bottom: 1px solid #dcdce5;
  margin: 0 auto;
  height: 57px;
}
body > header section#navigation-links nav {
  width: 1024px !important;
  max-width: 1024px !important;
  margin: 0 auto;
  position: relative;
  /** navigation specific list **/
}
body > header section#navigation-links nav .logo {
  position: absolute;
  top: -20px;
}
body > header section#navigation-links nav > ul {
  position: absolute;
  right: 0;
  padding-left: 100px;
  display: block;
}
body > header section#navigation-links nav > ul > li {
  position: relative;
  float: left;
  display: table;
  margin-top: 15px;
  height: 42px;
  font-size: 12px;
  cursor: pointer;
}
body > header section#navigation-links nav > ul > li > a {
  padding: 5px 16px 10px 16px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}
body > header section#navigation-links nav > ul > li > a:after {
  content: '';
  width: 14px;
  height: 16px;
  margin-left: 4px;
  display: inline-block;
  background: url("/wp-content/themes/efc-preprod/images/ddarrow.png") no-repeat 0px 9px;
  top: -1px;
  position: relative;
}
body > header section#navigation-links nav > ul > li.static {
  position: relative;
}
body > header section#navigation-links nav > ul > li.static p {
  padding: 5px 24px 0px 40px;
}
body > header section#navigation-links nav > ul > li.static:hover > ul,
body > header section#navigation-links nav > ul > li.static:active > ul {
  top: 32px;
}
body > header section#navigation-links nav > ul > li.static:hover > ul li,
body > header section#navigation-links nav > ul > li.static:active > ul li {
  margin: 0;
  text-align: left;
}
body > header section#navigation-links nav > ul > li.static:hover > ul li form,
body > header section#navigation-links nav > ul > li.static:active > ul li form {
  padding: 0;
}
body > header section#navigation-links nav > ul > li.jobsearch:hover,
body > header section#navigation-links nav > ul > li.recruiters:hover {
  background-color: #008eaa;
  color: #ffffff;
}
body > header section#navigation-links nav > ul > li.jobsearch:hover a,
body > header section#navigation-links nav > ul > li.recruiters:hover a {
  color: #ffffff;
}
body > header section#navigation-links nav > ul > li.jobsearch a:after,
body > header section#navigation-links nav > ul > li.recruiters a:after {
  visibility: hidden;
  width: 0px;
}
body > header section#navigation-links nav > ul > li .home a:after {
  display: none;
}
body > header section#navigation-links nav > ul > li .home a:before {
  content: '';
  width: 18px;
  height: 16px;
  margin-right: 4px;
  display: inline-block;
  top: 2px;
  position: relative;
}
body > header section#navigation-links nav > ul > li.homeInactive a:after {
  display: none;
}
body > header section#navigation-links nav > ul > li.homeInactive a:before {
  content: '';
  width: 18px;
  height: 16px;
  margin-right: 4px;
  display: inline-block;
  top: 2px;
  position: relative;
}
body > header section#navigation-links nav > ul > li.homeInactive a:before {
  background: url("/wp-content/themes/efc-preprod/images/home_teal.png") no-repeat;
}
body > header section#navigation-links nav > ul > li.homeInactive:hover a:before {
  background: url("/wp-content/themes/efc-preprod/images/home_white.png") no-repeat;
}
body > header section#navigation-links nav > ul > li.homeActive {
  background-color: #00788C;
  color: #ffffff !important;
}
body > header section#navigation-links nav > ul > li.homeActive a:after {
  display: none;
}
body > header section#navigation-links nav > ul > li.homeActive a:before {
  content: '';
  width: 18px;
  height: 16px;
  margin-right: 4px;
  display: inline-block;
  top: 2px;
  position: relative;
}
body > header section#navigation-links nav > ul > li.homeActive a:before {
  background: url("/wp-content/themes/efc-preprod/images/home_white.png") no-repeat;
}
body > header section#navigation-links nav > ul > li.homeActive a {
  color: #ffffff !important;
}
body > header section#navigation-links nav > ul > li .active {
  background-color: #00788C;
  color: #ffffff !important;
}
body > header section#navigation-links nav > ul > li.active {
  background-color: #00788C;
  color: #ffffff !important;
}
body > header section#navigation-links nav > ul > li.activated {
  color: #ffffff !important;
  background-color: #00788C;
}
body > header section#navigation-links nav > ul > li.activated > a:first-child {
  color: #ffffff !important;
}
body > header section#navigation-links nav > ul > li:hover,
body > header section#navigation-links nav > ul > li:active {
  background-color: #008eaa;
  color: #ffffff;
}
body > header section#navigation-links nav > ul > li:hover > a,
body > header section#navigation-links nav > ul > li:active > a {
  color: #ffffff;
}
body > header section#navigation-links nav > ul > li:hover > a:after,
body > header section#navigation-links nav > ul > li:active > a:after {
  background: url("/wp-content/themes/efc-preprod/images/ddarrow_white.png") no-repeat 0px 9px;
}
body > header section#navigation-links nav > ul > li:hover > ul,
body > header section#navigation-links nav > ul > li:active > ul {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
  padding: 10px;
  margin-top: 10px;
  top: 32px;
  z-index: 9999;
}
body > header section#navigation-links nav > ul > li:hover > ul > li,
body > header section#navigation-links nav > ul > li:active > ul > li {
  color: #ffffff;
  text-align: center;
  margin: 0 10px;
}
body > header section#navigation-links nav > ul > li:hover > ul > li > a,
body > header section#navigation-links nav > ul > li:active > ul > li > a,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus {
  text-align: left;
  color: #ffffff;
  background: #008eaa;
  white-space: nowrap;
  font-size: 13px;
}
body > header section#navigation-links nav > ul > li:hover > ul > li > a i,
body > header section#navigation-links nav > ul > li:active > ul > li > a i,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover i,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover i,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus i,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus i {
  font-style: normal;
  font-size: 11px;
  display: block;
}
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn {
  font-family: "Merriweather", Serif;
  display: inline-block;
  padding: 10px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #008eaa;
  background-color: #fff;
  border-color: #ccc;
  white-space: normal;
  width: 200px;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
}
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn:focus,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn:focus,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn:focus,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn:focus,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn:focus,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn:hover,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn:hover,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn:hover,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn:hover,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn:hover,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn:hover,
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn:focus,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn:focus,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn:focus,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn:focus,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn:focus,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn:focus {
  color: #333;
  text-decoration: none;
}
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn:active,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn:active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn:active,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn:active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn:active,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn:active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn.active,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn.active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn.active,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn.active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn.active,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn.active {
  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);
}
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn.disabled,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn.disabled,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn.disabled,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn.disabled,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn.disabled,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn.disabled,
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn[disabled],
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn[disabled],
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn[disabled],
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn[disabled],
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn[disabled],
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn[disabled],
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a.btn,
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn,
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn:hover,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn:hover,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn:hover,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn:hover,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn:hover,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn:hover,
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn:focus,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn:focus,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn:focus,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn:focus,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn:focus,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn:focus,
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn:active,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn:active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn:active,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn:active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn:active,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn:active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn.active,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn.active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn.active,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn.active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn.active,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn.active {
  color: #008eaa;
  background-color: #ebebeb;
  border-color: #adadad;
}
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn.disabled,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn.disabled,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn.disabled,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn.disabled,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn.disabled,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn.disabled,
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn[disabled],
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn[disabled],
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn[disabled],
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn[disabled],
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn[disabled],
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn[disabled],
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a.btn,
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn,
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn,
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn.disabled:hover,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn.disabled:hover,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn.disabled:hover,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn.disabled:hover,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn.disabled:hover,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn.disabled:hover,
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn[disabled]:hover,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn[disabled]:hover,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn[disabled]:hover,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn[disabled]:hover,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn[disabled]:hover,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn[disabled]:hover,
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn:hover,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a.btn:hover,
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn:hover,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn:hover,
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn:hover,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn:hover,
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn.disabled:focus,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn.disabled:focus,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn.disabled:focus,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn.disabled:focus,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn.disabled:focus,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn.disabled:focus,
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn[disabled]:focus,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn[disabled]:focus,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn[disabled]:focus,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn[disabled]:focus,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn[disabled]:focus,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn[disabled]:focus,
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn:focus,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a.btn:focus,
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn:focus,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn:focus,
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn:focus,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn:focus,
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn.disabled:active,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn.disabled:active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn.disabled:active,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn.disabled:active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn.disabled:active,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn.disabled:active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn[disabled]:active,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn[disabled]:active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn[disabled]:active,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn[disabled]:active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn[disabled]:active,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn[disabled]:active,
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn:active,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a.btn:active,
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn:active,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn:active,
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn:active,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn:active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn.disabled.active,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn.disabled.active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn.disabled.active,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn.disabled.active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn.disabled.active,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn.disabled.active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn[disabled].active,
body > header section#navigation-links nav > ul > li:active > ul > li > a.btn[disabled].active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn[disabled].active,
body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn[disabled].active,
body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn[disabled].active,
body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn[disabled].active,
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a.btn.active,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a.btn.active,
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a:hover.btn.active,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a:hover.btn.active,
fieldset[disabled] body > header section#navigation-links nav > ul > li:hover > ul > li > a:focus.btn.active,
fieldset[disabled] body > header section#navigation-links nav > ul > li:active > ul > li > a:focus.btn.active {
  background-color: #fff;
  border-color: #ccc;
}
body > header section#navigation-links nav > ul > li > ul {
  visibility: hidden;
  border-top: 3px;
  background: #008eaa;
  cursor: default;
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 22px;
  padding: 0px;
  font-size: 15px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  min-width: 100%;
}
body > header section#navigation-links nav > ul > li > ul a {
  padding: 5px 0px 5px 0px;
}
body > header section#navigation-links nav > ul > li > ul li.disabled {
  cursor: default;
}
body > header section#navigation-links nav > ul > li > ul li.disabled a {
  color: #00788c;
  cursor: default;
  line-height: 28px;
}
body > header section#navigation-links nav > ul > li > ul li.disabled a:hover {
  color: #00788c;
  cursor: default;
  text-decoration: none;
}
body > header section#navigation-links nav > ul > li > ul li.disabled a:before {
  content: ' ';
  display: block;
  float: left;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  background: url("/wp-content/themes/efc-preprod/images/menu_icons_disabled.png") no-repeat;
}
body > header section#navigation-links nav > ul > li > ul li.disabled a.profile:before {
  background-position: 0 0px;
}
body > header section#navigation-links nav > ul > li > ul li.disabled a.jobs:before {
  background-position: 0 -20px;
}
body > header section#navigation-links nav > ul > li > ul li.disabled a.cvs:before {
  background-position: 0 -40px;
}
body > header section#navigation-links nav > ul > li > ul li.disabled a.settings:before {
  background-position: -2px -85px;
}
body > header section#navigation-links nav > ul > li > ul li.disabled:hover {
  cursor: default;
}
body > header section#navigation-links nav > ul > li > ul#loggedIn li {
  display: block;
  margin: 0 10px;
}
body > header section#navigation-links nav > ul > li > ul#loggedIn li h4 {
  position: relative;
  font-size: 12px;
  line-height: normal;
}
body > header section#navigation-links nav > ul > li > ul#loggedIn li h4:before {
  content: '';
  width: 26px;
  height: 18px;
  left: -30px;
  position: absolute;
  top: 0px;
  background-repeat: no-repeat;
}
body > header section#navigation-links nav > ul > li > ul#loggedIn li h4 a {
  color: #FFFFFF;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  display: block;
  padding-top: 0;
  font-family: "Merriweather", Serif;
  font-size: 13px;
}
body > header section#advertisement {
  width: 1024px;
  text-align: center;
  margin-bottom: 0;
}
body > header section#advertisement > div {
  margin: 1px auto;
  display: inline-block;
  height: 90px;
}
body > header section#advertisement > div > div {
  height: 90px;
}
body > header.nobanner section#advertisement {
  display: none;
}
body > header.pin #job-search {
  display: none;
}
body > header.pin.snap #job-search {
  margin-top: 80px;
}
body > header.pin.snap.fixed {
  margin-bottom: 46px;
  width: auto;
}
body > header.pin.snap.fixed #job-search {
  position: fixed;
  z-index: 999;
  top: 81px;
  margin-top: 0;
  width: 100% !important;
  max-width: 100% !important;
}
body > header.pin.snap.fixed #advertisement > div {
  display: inline-block !important;
}
body > header.pin.hdn #job-search {
  display: none;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* Styles from header hardcode */
.label {
  float: left;
  color: #FFFFFF;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  padding: 4px  5px 3px 5px;
  margin-right: 5px;
}
.label.spon {
  background-color: #FF6A12;
}
.label.prom {
  background-color: #72BB6D;
}
.spon_list {
  margin-top: -5px;
  margin-right: 5px;
  float: left;
  background-color: #FF6A12;
  font-family: 'Arial Bold', 'Arial';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #FFFFFF;
  text-align: left;
  padding: 3px  5px 3px 5px;
  cursor: default;
}
.ax_shape_list {
  position: absolute;
  margin-left: 5px;
  margin-top: 2px;
}
.ax_shape {
  position: absolute;
  margin-left: 5px;
  margin-top: 2px;
}
#u76 {
  float: left;
  font-family: 'Georgia Bold', 'Georgia';
  font-weight: 700;
  font-style: normal;
  font-size: 8px;
  color: #FFFFFF;
}
#content .main-content #posts-all .post .post-wrapper #u76 img {
  float: none;
  margin: 0;
}
.ui-tooltip {
  padding: 10px 10px 10px 10px;
  width: 350px;
  font: 12px 'Arial Regular', 'Arial';
  color: #515151;
  box-shadow: 0 0 3px 0 #d7d7d7;
  background-color: #FFF;
}
.ui-tooltip p {
  font: 12px 'Arial Regular', 'Arial';
  color: #515151;
  line-height: 18px;
}
@font-face {
  font-family: 'dice-logos';
  src: url('fonts/dhi-logos.eot'), url('fonts/dhi-logos.eot?#iefix') format('embedded-opentype'), url('fonts/dhi-logos.woff') format('woff'), url('fonts/dhi-logos.ttf') format('truetype'), url('fonts/dhi-logos.svg#dice-logos') format('svg');
  font-weight: normal;
  font-style: normal;
}
body > footer,
footer {
  z-index: 1;
  background: #ffffff;
  position: relative;
  border-top: 1px solid #dcdce5;
}
body > footer ul,
footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
body > footer h4,
footer h4 {
  font-size: 12px;
  color: #000;
  margin: 10.5px 0;
}
body > footer h4 a,
footer h4 a {
  color: #000;
  font-size: 12px;
}
body > footer hr,
footer hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
body > footer section,
footer section {
  width: 1024px !important;
  max-width: 1024px !important;
}
body > footer section#network-sites,
footer section#network-sites {
  position: relative;
  width: 100% !important;
}
body > footer section#network-sites img,
footer section#network-sites img {
  width: 80%;
  padding: 5% 0;
}
body > footer section#network-sites div.network-container > a,
footer section#network-sites div.network-container > a {
  float: right;
  background-image: url('/wp-content/themes/efc-preprod/images/map_92x46.png');
  background-repeat: no-repeat;
  background-position: 4px 3px;
  color: #000000;
  font-family: arial;
  font-size: 12px;
  height: 37px;
  padding: 10px 10px 40px 100px;
  margin: 20px 0 10px 10px;
}
body > footer section#network-sites div.network-container > a:hover,
footer section#network-sites div.network-container > a:hover {
  text-decoration: none;
}
body > footer section#network-sites div.network-container > a:hover:after,
footer section#network-sites div.network-container > a:hover:after {
  background: url("/wp-content/themes/efc-preprod/images/ddarrow_white.png") no-repeat 0px 9px;
}
body > footer section#network-sites div.network-container > a:after,
footer section#network-sites div.network-container > a:after {
  content: '';
  width: 14px;
  height: 16px;
  margin-left: 4px;
  display: inline-block;
  background: url("/wp-content/themes/efc-preprod/images/ddarrow.png") no-repeat 0px 9px;
  top: -1px;
  position: relative;
}
body > footer section#network-sites div.network-container div.network-submenu,
footer section#network-sites div.network-container div.network-submenu {
  visibility: hidden;
  overflow: hidden;
  max-height: 0px;
  position: absolute;
  text-align: right;
  z-index: 9999;
  right: 0px;
  top: 70px;
  background: #00788c;
  text-align: left;
}
body > footer section#network-sites div.network-container div.network-submenu div,
footer section#network-sites div.network-container div.network-submenu div {
  display: inline-block;
  width: 50%;
  float: left;
}
body > footer section#network-sites div.network-container div.network-submenu div h4,
footer section#network-sites div.network-container div.network-submenu div h4 {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: normal;
}
body > footer section#network-sites div.network-container div.network-submenu div a,
footer section#network-sites div.network-container div.network-submenu div a {
  font-size: 12px;
}
body > footer section#network-sites div.network-container div.network-submenu div a,
footer section#network-sites div.network-container div.network-submenu div a,
body > footer section#network-sites div.network-container div.network-submenu div h4,
footer section#network-sites div.network-container div.network-submenu div h4 {
  color: #fff;
}
body > footer section#network-sites div.network-container div.network-submenu div ul,
footer section#network-sites div.network-container div.network-submenu div ul {
  padding: 0 10px;
}
body > footer section#network-sites div.network-container div.network-submenu div ul li,
footer section#network-sites div.network-container div.network-submenu div ul li {
  height: auto;
  font-size: 12px;
}
body > footer section#network-sites div.network-container div.network-submenu div ul ul,
footer section#network-sites div.network-container div.network-submenu div ul ul {
  padding: 0 10px 0 0;
}
body > footer section#network-sites div.network-container:hover > a,
footer section#network-sites div.network-container:hover > a,
body > footer section#network-sites div.network-container:active > a,
footer section#network-sites div.network-container:active > a {
  background-color: #00788c;
  color: #ffffff;
  background-image: url('/wp-content/themes/efc-preprod/images/map_92x46_white.png');
}
body > footer section#network-sites div.network-container:hover div.network-submenu,
footer section#network-sites div.network-container:hover div.network-submenu,
body > footer section#network-sites div.network-container:active div.network-submenu,
footer section#network-sites div.network-container:active div.network-submenu {
  visibility: visible;
  max-height: 700px;
  width: 500px;
}
body > footer section#network-sites div.network-container:hover div.network-submenu div,
footer section#network-sites div.network-container:hover div.network-submenu div,
body > footer section#network-sites div.network-container:active div.network-submenu div,
footer section#network-sites div.network-container:active div.network-submenu div {
  width: 45%;
}
body > footer section#network-sites div.network-container:hover div.network-submenu div:first-child,
footer section#network-sites div.network-container:hover div.network-submenu div:first-child,
body > footer section#network-sites div.network-container:active div.network-submenu div:first-child,
footer section#network-sites div.network-container:active div.network-submenu div:first-child {
  margin-right: 5%;
}
body > footer section#network-sites > a.logo,
footer section#network-sites > a.logo {
  float: left;
  background: none;
  margin: 0 0 0 0;
}
body > footer section#meta:before,
footer section#meta:before,
body > footer section#meta:after,
footer section#meta:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body > footer section#meta:after,
footer section#meta:after {
  clear: both;
}
@media (min-width: 1px) {
  .container body > footer section#meta,
  .container footer section#meta {
    margin-left: -5px;
    margin-right: -5px;
  }
}
body > footer section#meta .row,
footer section#meta .row {
  margin-left: -5px;
  margin-right: -5px;
}
body > footer section#meta > div,
footer section#meta > div {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1px) {
  body > footer section#meta > div,
  footer section#meta > div {
    float: left;
    width: 33.33333333%;
  }
}
body > footer section#meta > div p,
footer section#meta > div p {
  color: #333333;
  font-size: 10px;
  line-height: 1.5em;
}
body > footer section#meta > div a,
footer section#meta > div a {
  color: #008EAA !important;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 3px 0;
  padding: 0;
  text-align: left;
}
body > footer section#meta > div a:hover,
footer section#meta > div a:hover {
  color: #004E5E;
}
body > footer section#meta > div h4 a,
footer section#meta > div h4 a {
  font-family: Merriweather,Serif;
  color: #000000 !important;
  font-weight: normal;
  padding: 0;
  text-align: left;
}
body > footer section#meta a.dhi-icon-alt,
footer section#meta a.dhi-icon-alt {
  padding-right: 6px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 12px;
}
body > footer section#meta a.dhi-icon-alt:before,
footer section#meta a.dhi-icon-alt:before {
  display: inline-block;
  content: '\e603';
  font-family: 'dice-logos';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 23px;
  vertical-align: middle;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: -4px 2px 0 0;
}
body > footer p.copyright,
footer p.copyright {
  text-align: center;
  color: #333;
  height: 33px;
  font-size: 10px;
}
.welcomeAdDart {
  background: rgba(0, 0, 0, 0.5);
  overflow-y: hidden;
}
.welcomeAdDart .modal-dialog {
  width: 702px;
  margin-top: 120px;
}
.welcomeAdDart .modal-header {
  border-bottom: 0 none;
  padding: 0 20px;
  min-height: 0;
}
.welcomeAdDart .modal-header button {
  font-family: Arial;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #53575c;
  opacity: 1.0;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  font-size: 29px;
  z-index: 9999;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  text-shadow: 0 0 4px #000;
  color: #fff;
  font-weight: bold;
  line-height: .9;
  margin-top: -2px;
  text-align: center;
}
.welcomeAdDart .modal-header button:hover {
  background: #797f86;
}
.welcomeAdDart .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);
}
.welcomeAdDart .modal-body {
  line-height: 0;
}
.welcomeAdDart .modal-body a {
  display: inline-block;
}
.welcome-ad-content {
  display: none;
}
.true-site-skin {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
#content .relatedandsoc {
  margin-left: 0;
}
/** menus, navigations **/
#navigation.contactUsHeader {
  display: none;
}
#navigation h1 {
  color: #000000;
  float: left;
  margin: 25px 0 0 10px;
  font-weight: bold;
}
#navigation #primary-navigation {
  position: relative;
  text-align: right;
  background: none repeat scroll 0 0 white;
  border-left: 0 none;
  border-right: 0 none;
  clear: both;
  min-height: 100px;
}
#navigation #primary-navigation:after {
  display: block;
  content: '.';
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  height: 0;
}
#navigation #primary-navigation .logo {
  display: block;
  width: 200px;
  height: 75px;
  background-repeat: no-repeat;
  float: left;
  margin: 11px 0 0 13px;
  color: transparent;
  font-size: 0;
}
#navigation #primary-navigation > div {
  display: inline-block;
  margin-top: 59px;
}
#navigation #primary-navigation ul {
  margin-right: -1px;
  font-size: 0;
  padding: 0;
}
#navigation #primary-navigation ul li.menu-item-student > a {
  background-image: url(/wp-content/themes/efc-preprod/images/student.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 12px 14px 12px 46px;
}
#navigation #primary-navigation ul li.menu-item-student > a:hover {
  background-image: url(/wp-content/themes/efc-preprod/images/student_white_32.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}
#navigation #primary-navigation ul li.current-menu-item.menu-item-student > a,
#navigation #primary-navigation ul li.current-menu-ancestor.menu-item-student > a {
  background-image: url(/wp-content/themes/efc-preprod/images/student_white_32.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 12px 14px 12px 46px;
}
#navigation #primary-navigation ul li {
  display: inline-block;
}
#navigation #primary-navigation ul li a {
  font-family: "Merriweather", Serif;
  color: #008EAA;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 14px;
  margin: 0 7px 8px;
}
#navigation #primary-navigation ul li.current-menu-item:hover,
#navigation #primary-navigation ul li.current-menu-ancestor:hover {
  background-color: transparent;
}
#navigation #primary-navigation ul li.current-menu-item a,
#navigation #primary-navigation ul li.current-menu-ancestor a {
  color: #FFFFFF;
  background: none repeat scroll 0 0 #008EAA;
  text-decoration: none;
  position: relative;
  z-index: 5;
}
#navigation #primary-navigation ul li.current-menu-item ul.sub-menu li a,
#navigation #primary-navigation ul li.current-menu-ancestor ul.sub-menu li a {
  background: transparent;
}
#navigation #primary-navigation ul li .sub-menu {
  text-align: left;
  background: none repeat scroll 0 0 #00788C;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  border: 0 none;
  margin: 0;
  position: absolute;
  z-index: 2;
  left: -1px;
  right: -1px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  -moz-transition: visibility 0s, opacity 0.5s linear;
  -ms-transition: visibility 0s, opacity 0.5s linear;
  -o-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
#navigation #primary-navigation ul li .sub-menu li {
  margin: 0 0 0 12px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#navigation #primary-navigation ul li .sub-menu li:hover {
  color: #ffffff;
}
#navigation #primary-navigation ul li .sub-menu li a {
  color: white;
  margin: 7px 0;
  padding: 4px;
}
#navigation #primary-navigation ul li:hover.menu-item-has-children {
  background-color: #00788C;
}
#navigation #primary-navigation ul li:hover a {
  background-color: #00788C;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}
#navigation #primary-navigation ul li:hover .sub-menu {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  visibility: visible;
  opacity: 1;
}
#navigation #primary-navigation ul li.current-menu-item.menu-item-has-children {
  background-color: #00788C;
  margin-bottom: 38px;
}
#navigation #primary-navigation ul li.current-menu-item.menu-item-has-children > a {
  background: transparent;
}
#navigation #primary-navigation ul li.current-menu-item.menu-item-has-children ul.sub-menu {
  display: block;
  z-index: 1;
}
#navigation #primary-navigation ul li.current-menu-item.menu-item-has-children ul.sub-menu li:hover {
  background: none;
}
#navigation #primary-navigation ul li.current-menu-item.menu-item-has-children ul.sub-menu li:hover a {
  background: none;
}
#navigation #primary-navigation ul li.current-menu-item.menu-item-has-children ul.sub-menu li:hover a:hover {
  background: none;
  text-decoration: underline;
}
/** main styles **/
#content {
  margin: 7px 0 0;
  padding-bottom: 20px;
}
#content.submenu {
  margin: 44px 0 20px;
}
#content #foCookieNotice {
  margin: 0 0 40px;
  border: 1px solid #DDD;
  background: #7d55c7;
  padding: 10px;
}
#content #foCookieNotice p {
  display: inline-block;
  font-family: "Merriweather", Serif;
  width: 95%;
  color: #fff;
}
#content #foCookieNotice p a {
  color: #fff;
  text-decoration: underline;
}
#content #foCookieNotice span#foCookieNoticeClose {
  font-weight: bold;
  cursor: pointer;
  color: #088EAA;
  float: right;
  margin: 8px 2px 0 0;
}
#content #breadcrumb {
  display: block;
  margin: 1px 0 6px;
  padding: 0 16px;
}
#content #breadcrumb li {
  color: #777777;
  display: inline;
  font-size: 12px;
  margin: 0 2px 0 0;
  vertical-align: baseline;
}
#content #contactTitle h1 {
  padding: 5px 0 5px 16px;
}
#content .lang-selection {
  color: #777777;
  margin: 8px 0 0 0;
  padding: 0 15px;
  font-size: 15px;
  width: 47%;
  float: left;
}
#content .lang-selection p {
  float: left;
  margin: 0 5px 0 0;
}
#content .lang-selection a {
  font-size: 15px;
}
#content .lang-selection span {
  color: #FF6A12;
  font-weight: bold;
}
#content #search-form.cifm-arch {
  display: none;
}
#content #search-form.cifm {
  float: none;
  position: absolute;
  right: 0;
  top: 200px;
  width: 320px;
}
#content #search-form .searchFirstEl,
#content #search-form .searchSecondEl,
#content #search-form .searchThirdEl {
  display: inline-block;
  vertical-align: bottom;
}
#content #search-form .search-scope {
  float: left;
  margin: 0 0 8px;
  width: 206px;
}
#content #search-form .search-scope select {
  border: medium none;
  color: #088EAA;
  font-size: 13px;
}
#content #search-form .search-scope .chzn-container,
#content #search-form .search-scope .chzn-container-active {
  margin: 3px 10px 0 0;
  float: right;
  padding: 0 5px 0 0;
  width: auto !important;
}
#content #search-form .search-scope .chzn-container.activeSearch,
#content #search-form .search-scope .chzn-container-active.activeSearch {
  background-color: #00788C;
}
#content #search-form .search-scope .chzn-container.activeSearch .chzn-drop,
#content #search-form .search-scope .chzn-container-active.activeSearch .chzn-drop {
  background-color: #00788C;
}
#content #search-form .search-scope .chzn-container.activeSearch .chzn-single,
#content #search-form .search-scope .chzn-container-active.activeSearch .chzn-single {
  background: #00788C;
  border-radius: 0;
}
#content #search-form .search-scope .chzn-container.activeSearch .chzn-single span,
#content #search-form .search-scope .chzn-container-active.activeSearch .chzn-single span {
  background: #00788C;
  color: #fff;
  border-radius: 0;
}
#content #search-form .search-scope .chzn-container.activeSearch .chzn-single div,
#content #search-form .search-scope .chzn-container-active.activeSearch .chzn-single div {
  background: #00788C;
}
#content #search-form .search-scope .chzn-container.activeSearch .chzn-single div b,
#content #search-form .search-scope .chzn-container-active.activeSearch .chzn-single div b {
  background: url(/wp-content/themes/efc-preprod/images/ddarrow_white.png) no-repeat scroll center center #00788C;
}
#content #search-form .search-scope .chzn-container .chzn-single,
#content #search-form .search-scope .chzn-container-active .chzn-single {
  border: none;
  background: #ffffff;
  padding: 0;
  box-shadow: none;
  outline: none;
}
#content #search-form .search-scope .chzn-container .chzn-single span,
#content #search-form .search-scope .chzn-container-active .chzn-single span {
  background: #ffffff;
  border: medium none;
  color: #008EAA;
  float: none;
  width: auto;
  padding: 0 19px 0 10px;
}
#content #search-form .search-scope .chzn-container .chzn-single div,
#content #search-form .search-scope .chzn-container-active .chzn-single div {
  background: #ffffff;
  border: medium none;
}
#content #search-form .search-scope .chzn-container .chzn-single div b,
#content #search-form .search-scope .chzn-container-active .chzn-single div b {
  background: url(/wp-content/themes/efc-preprod/images/ddarrow.png) no-repeat scroll center center #FFFFFF;
}
#content #search-form .search-scope .chzn-container .chzn-drop,
#content #search-form .search-scope .chzn-container-active .chzn-drop {
  border: medium none;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
#content #search-form .search-scope .chzn-container .chzn-drop .chzn-search,
#content #search-form .search-scope .chzn-container-active .chzn-drop .chzn-search {
  display: none;
}
#content #search-form .search-scope .chzn-container .chzn-drop .chzn-results li,
#content #search-form .search-scope .chzn-container-active .chzn-drop .chzn-results li {
  color: #fff;
}
#content #search-form .search-scope .chzn-container .chzn-drop .chzn-results li:hover,
#content #search-form .search-scope .chzn-container-active .chzn-drop .chzn-results li:hover {
  text-decoration: underline;
}
#content #search-form .search-scope .chzn-container .chzn-drop .chzn-results .highlighted,
#content #search-form .search-scope .chzn-container-active .chzn-drop .chzn-results .highlighted {
  background: #00788C;
  text-decoration: underline;
}
#content #search-form .search-block {
  width: 100%;
}
#content #search-form .search-fields {
  display: inline-block;
  margin: 0 0 0 0;
  vertical-align: bottom;
}
#content #search-form .search-fields span {
  float: right;
  margin: 0 0 8px;
  width: 100%;
  z-index: 200;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#content #search-form .search-fields span.hidden {
  display: none;
}
#content #search-form .search-fields span .chzn-container {
  margin: 0;
  float: left;
}
#content #search-form .search-fields span .chzn-container ul.chzn-choices {
  border: none;
  box-shadow: none;
  background: none repeat scroll 0 0 #FFFFFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #999999;
  float: left;
  margin: 0;
  padding: 7px 0 5px 10px;
  width: 245px !important;
  *width: 225px !important;
}
#content #search-form .search-fields span .chzn-container ul.chzn-choices li input {
  border: none;
  padding: 0;
  margin: 0;
  float: left;
}
#content #search-form .search-fields span .chzn-container ul.chzn-choices li span {
  width: auto;
  border: none;
  margin: 0;
}
#content #search-form .search-fields span .chzn-container .chzn-drop {
  padding: 0 0 5px;
  width: 290px !important;
  margin: 1px 0 0 -1px;
}
#content #search-form .search-fields span .chzn-container .chzn-drop ul {
  width: 280px !important;
  border: none;
}
#content #search-form .search-fields span input#keywordField {
  float: left;
  border: none;
  padding: 7px 0 0 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#content #search-form .search-fields .search-field select {
  width: 260px;
}
#content #search-form .search-fields .search-field input[type="text"] {
  font-size: 13px;
}
#content #search-form .search-fields .search-field input[type="submit"] {
  background: url(/wp-content/themes/efc-preprod/images/chosen-sprite.png) no-repeat scroll -38px -19px #ffffff;
  border: medium none;
  float: right;
  height: 25px;
  margin: 3px 2px 2px 0;
  padding: 0;
  width: 25px;
}
#content #search-form .search-fields .search-form-locale input[type="radio"] {
  margin: 0;
}
#content #search-form .search-fields .search-form-locale label {
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
#content #splash .site-byline {
  font-family: "Merriweather", Serif;
  font-size: 26px;
  margin: 20px 0 50px;
}
#content #splash .choose-locale {
  background: url(/wp-content/themes/efc-preprod/images/global.png) no-repeat scroll center top rgba(0, 0, 0, 0);
  min-height: 600px;
  min-width: 960px;
}
#content #splash .choose-locale .region-emea {
  left: 318px;
  width: 380px;
}
#content #splash .choose-locale .region-americas {
  left: 38px;
  width: 280px;
}
#content #splash .choose-locale .region-apac {
  left: 698px;
}
#content #splash .choose-locale h3 {
  font-family: arial;
  font-size: 20px;
}
#content #splash .choose-locale p {
  margin-bottom: 30px;
}
#content #splash .choose-locale .country-picker {
  position: relative;
}
#content #splash .choose-locale .country-picker .region-group {
  position: absolute;
}
#content #splash .choose-locale .country-picker .region-group h4 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
#content #splash .choose-locale .country-picker .region-group ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#content #splash .choose-locale .country-picker .region-group ul li {
  margin-bottom: 7px;
}
#content #splash .choose-locale .country-picker .region-group ul li span {
  color: #000000;
  display: inline-block;
  width: 100px;
}
#content #splash .choose-locale .country-picker .region-group ul li .languages {
  vertical-align: baseline;
  display: inline-block;
  line-height: 15px;
}
#content #splash .choose-locale .country-picker .region-group ul li a,
#content #splash .choose-locale .country-picker .region-group ul li .multi-language {
  display: inline-block;
  height: 12px;
  line-height: 12px;
  font-size: 13px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country {
  background: url(/wp-content/themes/efc-preprod/images/countrySprite.gif) no-repeat scroll 0 1px rgba(0, 0, 0, 0);
  padding-left: 22px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-us {
  background-position: 0 -252px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-uk {
  background-position: 0 -240px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-ie {
  background-position: 0 -120px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-dk {
  background-position: 0 -60px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-it {
  background-position: 0 -132px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-fr {
  background-position: 0 -84px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-fi {
  background-position: 0 -72px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-de {
  background-position: 0 -48px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-no {
  background-position: 0 -180px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-sc {
  background-position: 0 -192px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-se {
  background-position: 0 -204px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-gulf {
  background-position: 0 -96px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-za {
  background-position: 0 -264px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-cn {
  background-position: 0 -324px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-ru {
  background-position: 0 -336px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-hk {
  background-position: 0 -108px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-sg {
  background-position: 0 -216px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-jp {
  background-position: 0 -144px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-be {
  background-position: 0 -12px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-ca {
  background-position: 0 -24px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-lu {
  background-position: 0 -156px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-nl {
  background-position: 0 -168px;
}
#content #splash .choose-locale .country-picker .region-group ul li .country-ch {
  background-position: 0 -36px;
}
#content .tabs {
  margin: 0 0 30px;
}
#content .tabs ul {
  list-style-type: none;
  text-align: center;
  font-size: 0;
}
#content .tabs ul li {
  display: inline;
  vertical-align: baseline;
}
#content .tabs ul li a {
  font: 15px/20px "Merriweather", Serif;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #F7F7F7), color-stop(100%, #DDDDDD));
  background: -webkit-linear-gradient(top, #F7F7F7, #DDDDDD);
  background: -moz-linear-gradient(top, #F7F7F7, #DDDDDD);
  background: -o-linear-gradient(top, #F7F7F7, #DDDDDD);
  background: linear-gradient(top, #F7F7F7, #DDDDDD);
  background: #DDDDDD;
  color: #777777;
  padding: 13px 18px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}
#content .tabs ul li a:hover {
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF;
  text-decoration: none;
}
#content .tabs ul li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#content .tabs ul li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#content .tabs ul li.active a {
  background: none repeat scroll 0 0 #FF6A12;
  color: #FFFFFF;
}
#content .tabs.hpTabs ul li {
  display: inline-block;
  width: 49%;
}
#content .tabs.hpTabs ul li a {
  width: 100%;
}
#content .main-content,
#content .single-container {
  margin: 0;
  padding: 0;
  width: 674px;
  float: left;
}
#content .main-content img,
#content .single-container img {
  max-width: 100%;
}
#content .main-content .nonActiveBlock,
#content .single-container .nonActiveBlock {
  display: none;
}
#content .main-content a:visited,
#content .single-container a:visited {
  color: #004e5e;
}
#content .main-content h3.nonefound,
#content .single-container h3.nonefound {
  text-align: center;
}
#content .main-content .editors-pick h2,
#content .single-container .editors-pick h2 {
  font-weight: bold;
  color: #000000;
}
#content .main-content .editors-pick .editor-pick-content,
#content .single-container .editors-pick .editor-pick-content {
  margin: 10px 0 20px;
  display: inline-block;
}
#content .main-content .editors-pick .editor-pick-content a,
#content .single-container .editors-pick .editor-pick-content a {
  float: left;
  margin: 0 15px 15px 0;
}
#content .main-content .editors-pick .editor-pick-content h3,
#content .single-container .editors-pick .editor-pick-content h3 {
  display: inline-block;
  margin: 0 0 6px;
  width: 410px;
}
#content .main-content .editors-pick .editor-pick-content h3 a,
#content .single-container .editors-pick .editor-pick-content h3 a {
  font-weight: bold;
  margin: 0;
}
#content .main-content .editors-pick .editor-pick-content .post-excerpt p,
#content .single-container .editors-pick .editor-pick-content .post-excerpt p {
  font-size: 15px;
}
#content .main-content .editors-pick .editors-pick-more h3,
#content .single-container .editors-pick .editors-pick-more h3 {
  margin: 0 0 15px;
  display: inline-block;
}
#content .main-content .editors-pick .editors-pick-more h3 a,
#content .single-container .editors-pick .editors-pick-more h3 a {
  font-weight: bold;
}
#content .main-content .post-social,
#content .single-container .post-social {
  padding: 10px 15px;
}
#content .main-content .post-social .social-share,
#content .single-container .post-social .social-share {
  display: inline-block;
  width: 100%;
}
#content .main-content .post-social .social-share span.shareThis,
#content .single-container .post-social .social-share span.shareThis {
  font-family: "Merriweather", Serif;
  margin: 12px 50px 0 0;
  vertical-align: top;
  color: #777777;
  font-size: 15px;
  float: left;
}
#content .main-content .post-social .social-share .send-print,
#content .single-container .post-social .social-share .send-print {
  display: inline-block;
  margin: 0 0 0 14px;
  float: right;
}
#content .main-content .post-social .social-share .send-print ul,
#content .single-container .post-social .social-share .send-print ul {
  float: left;
  list-style-type: none;
  margin: 0;
}
#content .main-content .post-social .social-share .send-print ul li,
#content .single-container .post-social .social-share .send-print ul li {
  float: left;
  margin: 0 0 0 10px;
}
#content .main-content .post-social .social-share .send-print ul li a,
#content .single-container .post-social .social-share .send-print ul li a {
  float: left;
  padding: 9px 19px;
}
#content .main-content .post-social .social-share .send-print ul li a.send,
#content .single-container .post-social .social-share .send-print ul li a.send {
  background-image: url(/wp-content/themes/efc-preprod/images/email_icon_forms_24.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#content .main-content .post-social .social-share .send-print ul li a.send .at300bs,
#content .single-container .post-social .social-share .send-print ul li a.send .at300bs {
  display: none;
}
#content .main-content .post-social .social-share .send-print ul li a.send:hover,
#content .single-container .post-social .social-share .send-print ul li a.send:hover {
  opacity: 1;
}
#content .main-content .post-social .social-share .send-print ul li a.print,
#content .single-container .post-social .social-share .send-print ul li a.print {
  background-image: url(/wp-content/themes/efc-preprod/images/print_24.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#content .main-content .post-social .social-share .send-print ul li a span,
#content .single-container .post-social .social-share .send-print ul li a span {
  margin: 0;
}
#content .main-content .post-social .social-share .addthis_toolbox,
#content .single-container .post-social .social-share .addthis_toolbox {
  display: inline-block;
  margin: 5px 0 0;
  vertical-align: top;
}
#content .main-content .post-social .social-share .addthis_toolbox a,
#content .single-container .post-social .social-share .addthis_toolbox a {
  margin: 0;
}
#content .main-content .post-social .social-share .addthis_toolbox a span,
#content .single-container .post-social .social-share .addthis_toolbox a span {
  margin: 0;
}
#content .main-content .post-social .social-share .addthis_toolbox a span span,
#content .single-container .post-social .social-share .addthis_toolbox a span span {
  margin: 0;
}
#content .main-content .post.single .entry-title,
#content .single-container .post.single .entry-title {
  margin-bottom: 16px;
}
#content .main-content .post.single h2.page-title,
#content .single-container .post.single h2.page-title {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 15px;
}
#content .main-content .post.single .post-meta,
#content .single-container .post.single .post-meta {
  margin: 5px 0 0;
  color: #A7A7A7;
  font-size: 12px;
  line-height: 20px;
}
#content .main-content .post.single .post-meta p,
#content .single-container .post.single .post-meta p {
  font-size: 12px;
  line-height: 16px;
}
#content .main-content .post.single .post-feature-comment,
#content .single-container .post.single .post-feature-comment {
  margin: 5px 0 25px;
}
#content .main-content .post.single .post-feature-comment p,
#content .single-container .post.single .post-feature-comment p {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 5px;
}
#content .main-content .post.single .post-feature-comment .post-comments,
#content .single-container .post.single .post-feature-comment .post-comments {
  text-align: right;
}
#content .main-content .post.single .post-feature-comment .post-comments a,
#content .single-container .post.single .post-feature-comment .post-comments a {
  display: inline-block;
  margin: 2px 0 0 5px;
  vertical-align: top;
}
#content .main-content .post.single .post-feature-comment .comment-title,
#content .single-container .post.single .post-feature-comment .comment-title {
  color: #505050;
}
#content .main-content .post.single .post-feature-comment .comment-by,
#content .single-container .post.single .post-feature-comment .comment-by {
  color: #999999;
}
#content .main-content .post.single .page-content p,
#content .single-container .post.single .page-content p {
  margin: 0 0 20px;
}
#content .main-content .post.single .page-content h1,
#content .single-container .post.single .page-content h1 {
  margin: 0 0 15px;
}
#content .main-content .post.single .page-content h2,
#content .single-container .post.single .page-content h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
#content .main-content .post.single .page-content .post-body h1,
#content .single-container .post.single .page-content .post-body h1 {
  margin: 0 0 15px;
}
#content .main-content .post.single .post-body p,
#content .single-container .post.single .post-body p {
  margin: 0 0 20px;
}
#content .main-content .post.single .post-body h1,
#content .single-container .post.single .post-body h1,
#content .main-content .post.single .post-body h2,
#content .single-container .post.single .post-body h2,
#content .main-content .post.single .post-body h3,
#content .single-container .post.single .post-body h3 {
  margin: 25px 0 10px;
}
#content .main-content .post.single .post-body ol,
#content .single-container .post.single .post-body ol,
#content .main-content .post.single .post-body ul,
#content .single-container .post.single .post-body ul {
  margin: 0 0 0 20px;
}
#content .main-content .post.single .post-body ol li,
#content .single-container .post.single .post-body ol li,
#content .main-content .post.single .post-body ul li,
#content .single-container .post.single .post-body ul li {
  color: #777777;
  font-size: 15px;
}
#content .main-content .post.single .post-body ul,
#content .single-container .post.single .post-body ul {
  list-style-type: disc;
}
#content .main-content .post.single .post-body ol,
#content .single-container .post.single .post-body ol {
  list-style-type: decimal;
}
#content .main-content .post.single .post-body #feat-thumb img,
#content .single-container .post.single .post-body #feat-thumb img {
  width: 100%;
  height: auto;
}
#content .main-content .post.single .post-body #feat-thumb p,
#content .single-container .post.single .post-body #feat-thumb p {
  font-size: 11px;
  text-align: center;
}
#content .main-content .post.single .sponsored-image,
#content .single-container .post.single .sponsored-image {
  float: right;
  margin-top: -75px;
}
#content .main-content .post.single .sponsored-image .spon-text,
#content .single-container .post.single .sponsored-image .spon-text {
  text-align: right;
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #979797;
}
#content .main-content .post.single .sponsored-image .spon-image,
#content .single-container .post.single .sponsored-image .spon-image {
  text-align: right;
}
#content .main-content .post.single .sponsored-image .spon-image a,
#content .single-container .post.single .sponsored-image .spon-image a {
  border: 0;
}
#content .main-content .post-social-tags span,
#content .single-container .post-social-tags span {
  display: inline-block;
  padding: 0 5% 0 0;
  vertical-align: top;
  width: 32.5%;
  *width: 27.5%;
}
#content .main-content .post-social-tags span .social-heading,
#content .single-container .post-social-tags span .social-heading {
  color: #777777;
}
#content .main-content .post-social-tags span ul li a,
#content .single-container .post-social-tags span ul li a {
  font-size: 15px;
}
#content .main-content .hpFeature {
  padding: 0;
  margin: 0 0 10px;
  position: relative;
  min-height: 150px;
}
#content .main-content .hpFeature > a {
  display: block;
}
#content .main-content .hpFeature img {
  height: auto;
  vertical-align: top;
  width: 100%;
}
#content .main-content .hpFeature .hpFeatureMeta {
  display: block;
  padding: 15px;
  width: 96%;
  position: absolute;
  bottom: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  left: 2%;
}
#content .main-content .hpFeature .hpFeatureMeta h3 a {
  color: black;
}
#content .main-content .hpFeature .hpFeatureMeta .post-meta {
  color: #666666;
  font-size: 12px;
  margin: 10px 0 0;
}
#content .main-content .hpFeature .hpFeatureMeta .post-meta a {
  color: black;
}
#content .main-content #carousel {
  height: 300px;
  margin: 0 0 0;
  position: relative;
  width: 694px;
}
#content .main-content #carousel ul li {
  position: absolute;
}
#content .main-content #carousel ul li a {
  float: left;
}
#content .main-content #carousel ul li div.caption,
#content .main-content #carousel ul li span.caption {
  background-image: url(/wp-content/themes/efc-preprod/images/fade-bg.png);
  bottom: 0;
  left: 0;
  position: absolute;
  width: 694px;
  padding: 13px 0px;
}
#content .main-content #carousel ul li div.caption a,
#content .main-content #carousel ul li span.caption a {
  color: #fff;
  font-family: "Merriweather", Serif;
  font-weight: bold;
  clear: both;
  margin: 0px 20px;
}
#content .main-content #carousel ul li div.caption a:hover,
#content .main-content #carousel ul li span.caption a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #CECECE;
}
#content .main-content #carousel ul li div.caption a.lifestyle-banner-title,
#content .main-content #carousel ul li span.caption a.lifestyle-banner-title {
  font-size: 26px;
  line-height: 30px;
}
#content .main-content #carousel ul li div.caption a.lifestyle-cat-link,
#content .main-content #carousel ul li span.caption a.lifestyle-cat-link {
  font-size: 18px;
  line-height: 22px;
}
#content .main-content #carousel span.nextPrevBtn {
  background-image: url(/wp-content/themes/efc-preprod/images/fade-bg.png);
  color: #FFFFFF;
  height: 56px;
  position: absolute;
  width: 56px;
  z-index: 15;
}
#content .main-content #carousel span.nextPrevBtn:hover {
  cursor: pointer;
}
#content .main-content #carousel #carouselNext {
  margin: 115px 0 0 623px;
}
#content .main-content #carousel #carouselNext img {
  margin: 10px 0 0 10px;
}
#content .main-content #carousel #carouselNext:hover img {
  margin: 10px 0 0 15px;
  transition: margin 0.25s;
}
#content .main-content #carousel #carouselPrev {
  margin: 115px 0 0 15px;
}
#content .main-content #carousel #carouselPrev img {
  margin: 10px 0 0 10px;
}
#content .main-content #carousel #carouselPrev:hover img {
  margin: 10px 0 0 5px;
  transition: margin 0.25s;
}
#content .main-content .lifestyle-sections {
  margin: 10px 0 0 0;
}
#content .main-content .lifestyle-sections li {
  float: left;
  margin: 0 10px 10px 0;
  width: 342px;
}
#content .main-content .lifestyle-sections li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0 0 5px;
}
#content .main-content .lifestyle-sections li a {
  line-height: 18px;
}
#content .main-content .lifestyle-sections li img {
  float: left;
  margin: 8px 0 15px;
}
#content .main-content .lifestyle-sections li a.view-all-section {
  background: #FFFFFF;
  border: 1px solid #d5d5d5;
  font-family: "Merriweather", Serif;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF  !important;
  font-weight: bold;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
  background: #eee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #F7F7F7), color-stop(100%, #DDDDDD));
  background: -webkit-linear-gradient(top, #F7F7F7, #DDDDDD);
  background: -moz-linear-gradient(top, #F7F7F7, #DDDDDD);
  background: -o-linear-gradient(top, #F7F7F7, #DDDDDD);
  background: linear-gradient(top, #F7F7F7, #DDDDDD);
  color: #088EAA !important;
  background: none;
  width: 100%;
}
#content .main-content .lifestyle-sections li a.view-all-section:hover {
  text-decoration: none;
  background-color: #EBEBEB;
  border-color: #ADADAD;
}
#content .main-content .lifestyle-sections li.lifestyle-section-right {
  float: right;
  margin: 0 0 10px 0;
}
#content .main-content .lifestyle-sections li#job-banner-li {
  width: 100%;
  clear: both;
  display: none;
}
#content .main-content #top-job-banner {
  float: left;
  width: 100%;
}
#content .post-page .post-comments .comments-count {
  border-bottom: 1px solid #DDDDDD;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
#content .post-page .post-comments .comments-count h3 {
  display: inline;
}
#content .post-page .post-comments .comment-list {
  margin: 0;
}
#content .post-page .post-comments .comment-list .commentlist {
  list-style-type: none;
  margin: 0;
}
#content .post-page .post-comments .comment-list .commentlist li {
  border-bottom: 1px dotted #DDDDDD;
  margin: 0 0 15px;
}
#content .post-page .post-comments .comment-list .commentlist li .comment img {
  display: none;
}
#content .post-page .post-comments .comment-list .commentlist li .comment .comment-content p {
  margin: 0 0 10px;
}
#content .post-page .post-comments .comment-list .commentlist li .comment footer .comment-meta .comment-author {
  display: inline-block;
  color: #999999;
  font-size: 12px;
}
#content .post-page .post-comments .comment-list .commentlist li .comment footer .comment-meta .comment-author span.reply,
#content .post-page .post-comments .comment-list .commentlist li .comment footer .comment-meta .comment-author span.edit-link {
  margin: 0 0 0 20px;
}
#content .post-page .post-comments .comment-list .commentlist li .comment footer .comment-meta .comment-vote {
  float: right;
  margin: 0 0 10px;
}
#content .post-page .post-comments .comment-list .commentlist li .comment footer .comment-meta .comment-vote a {
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: inline-block;
  height: 26px;
  margin: 0 0 0 16px;
  padding: 5px 0 0 30px;
}
#content .post-page .post-comments .comment-list .commentlist li .comment footer .comment-meta .comment-vote a.like {
  background-image: url(/wp-content/themes/efc-preprod/images/like_active.png);
  color: #009639;
}
#content .post-page .post-comments .comment-list .commentlist li .comment footer .comment-meta .comment-vote a.like:hover {
  background-image: url(/wp-content/themes/efc-preprod/images/like_pressed.png);
}
#content .post-page .post-comments .comment-list .commentlist li .comment footer .comment-meta .comment-vote a.dislike {
  background-image: url(/wp-content/themes/efc-preprod/images/dislike_active.png);
  color: #FF6A12;
}
#content .post-page .post-comments .comment-list .commentlist li .comment footer .comment-meta .comment-vote a.dislike:hover {
  background-image: url(/wp-content/themes/efc-preprod/images/dislike_pressed.png);
}
#content .post-page .post-comments .comment-list .commentlist li .comment footer .comment-meta .comment-alert {
  clear: both;
  text-align: right;
}
#content .post-page #efc_respond #commentform {
  margin: 20px 0 0 0;
}
#content .post-page #efc_respond #commentform .guidelines {
  margin: 20px 0 0;
}
#content .post-page #efc_respond #commentform input[type=text] {
  margin: 0 0 0 15px;
  width: 210px;
}
#content .post-page #efc_respond #commentform input[type=text].capErrorInput {
  border: 1px solid #ff0000;
}
#content .post-page #efc_respond #commentform div.top-fields {
  text-align: right;
}
#content .post-page #efc_respond #commentform div.top-fields .react-left-field {
  float: left;
}
#content .post-page #efc_respond #commentform div.top-fields .react-left-field p {
  float: left;
  margin: 8px 0 0;
}
#content .post-page #efc_respond #commentform div.top-fields .react-left-field input {
  float: left;
}
#content .post-page #efc_respond #commentform div.top-fields .react-left-field .inputErr {
  margin: 40px 0 0 -210px;
  position: absolute;
  float: none;
}
#content .post-page #efc_respond #commentform div.top-fields .react-right-field {
  float: right;
  margin: 0;
}
#content .post-page #efc_respond #commentform div.top-fields .react-right-field p {
  float: left;
  margin: 8px 0 0;
}
#content .post-page #efc_respond #commentform div.top-fields .react-right-field input {
  float: right;
}
#content .post-page #efc_respond #commentform div.top-fields .react-right-field .inputErr {
  margin: 40px 0 0 15px;
  position: absolute;
  float: none;
}
#content .post-page #efc_respond #commentform .email-not-visible {
  color: #FF6A12;
  margin: 18px 0;
  float: left;
}
#content .post-page #efc_respond #commentform textarea {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #BABABA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #999999;
  padding: 10px;
  resize: vertical;
  width: 662px;
}
#content .post-page #efc_respond #commentform textarea.capErrorInput {
  border: 1px solid #FF0000;
}
#content .post-page #efc_respond #commentform .txtError {
  margin: 5px 0;
  position: relative;
  display: none;
  color: #FF0000;
}
#content .post-page #efc_respond #commentform #recaptcha_widget_div {
  margin: 20px 0;
}
#content .post-page #efc_respond #commentform #recaptcha_widget_div table#recaptcha_table {
  margin: 0 auto;
}
#content .post-page #efc_respond #commentform .comment_submit {
  text-align: center;
}
#content .post-page #efc_respond #commentform .field-captcha {
  display: inline-block;
  text-align: center;
  margin: 0 0 5px;
  width: 100%;
}
#content .post-page #efc_respond #commentform .field-captcha #captchasFields {
  display: block;
}
#content .post-page #efc_respond #commentform .field-captcha #captchasFields .capField {
  font-family: 'Schoolbell', cursive;
  font-size: 34px;
  font-weight: bold;
}
#content .post-page #efc_respond #commentform .field-captcha #capSwitch {
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
}
#content .post-page #efc_respond #commentform .capInput {
  height: 70px;
  text-align: center;
}
#content .post-page #efc_respond #commentform .capInput label[for="captcha"] {
  color: #777777;
  font-weight: 400;
  margin: 8px 0 0 -200px;
}
#content .post-page #efc_respond #commentform .capInput input[name="answer"].capErrorInput {
  border: 1px solid #FF0000;
}
#content .post-page #efc_respond #commentform .capInput .capError {
  margin: 40px 0 0 -210px;
  position: absolute;
}
#content .post-page #efc_respond #commentform .erroMsg {
  display: none;
  color: #FF0000;
  font-size: 13px;
}
#content .students-container .student-articles {
  margin: 20px 0 0;
}
#content .students-container .student-articles li {
  margin: 0 0 20px 0;
  background-image: url("/wp-content/themes/efc-preprod/images/student.png");
  background-position: left -3px;
  background-repeat: no-repeat;
  margin: 0 0 20px;
  padding: 0 0 3px 45px;
}
#content .students-container .student-articles li h3 {
  font-size: 15px;
}
#content .students-container .student-content-section h2 {
  margin: 0 0 20px 0;
}
#content .students-container .student-content-section table {
  margin: 20px 0 0;
}
#content .students-container .student-content-section table input {
  margin: 0 15px 0 0;
}
#content .students-container .student-content-section table p {
  color: #000000;
  font-size: 12px;
}
#content .students-container .student-content-section table td {
  padding: 0 0 10px;
}
#content .students-container .student-content-section .column.studentthird,
#content .students-container .student-content-section #careervideos {
  float: left;
  margin: 0 20px 20px 0;
  width: 190px;
}
#content .students-container .student-content-section .column.studentthird h2,
#content .students-container .student-content-section #careervideos h2 {
  color: #777777;
  font-size: 15px;
}
#content .students-container .student-content-section .column.studentthird .closed,
#content .students-container .student-content-section #careervideos .closed {
  display: none;
  float: left;
  margin: 10px 0 0;
}
#content .students-container .student-content-section .column.studentthird .closed a,
#content .students-container .student-content-section #careervideos .closed a {
  font-size: 15px;
}
#content .students-container .student-content-section .column.studentthird h4,
#content .students-container .student-content-section #careervideos h4 {
  color: #777777;
  font-weight: bold;
  margin: 0 0 20px;
}
#content .students-container .student-content-section .column.studentthird p,
#content .students-container .student-content-section #careervideos p {
  color: #999999;
  font-size: 12px;
}
#content .students-container .student-content-section .column.studentthird p a,
#content .students-container .student-content-section #careervideos p a {
  font-size: 15px;
}
#content .students-container .student-content-section .column.studentthird .openclose,
#content .students-container .student-content-section #careervideos .openclose {
  float: left;
  margin: 15px 0 0;
}
#content .students-container .student-content-section #careervideos {
  background: url("/wp-content/themes/efc-preprod/images/careervideos.jpg") no-repeat scroll right top transparent;
  min-height: 125px;
  padding-right: 250px;
  width: 100%;
}
#content .students-container .student-content-section #careervideos h2 {
  margin: 0 0 5px;
}
#content .students-container .student-content-section .PDS_Poll .pds-box .pds-question {
  margin: 0 0 20px 0;
}
#content .students-container .student-content-section .PDS_Poll .pds-box .pds-question .pds-question-top {
  color: #777777;
}
#content .students-container .student-content-section .PDS_Poll .pds-box .pds-answer span.pds-answer-group {
  margin: 0 0 7px 0;
  display: block;
}
#content .students-container .student-content-section .PDS_Poll .pds-box .pds-answer span.pds-answer-group .pds-answer-input {
  margin: 0 15px 0 0;
}
#content .students-container .student-content-section .PDS_Poll .pds-box .pds-answer span.pds-answer-group .pds-answer-input input {
  margin: 0;
}
#content .students-container .student-content-section .PDS_Poll .pds-box .pds-answer span.pds-answer-group .pds-answer-span {
  font-size: 12px;
}
#content .students-container .student-content-section .PDS_Poll .pds-box .pds-answer span.pds-answer-group span {
  display: inline-block;
  vertical-align: top;
}
#content .students-container .student-content-section .PDS_Poll .pds-box .pds-vote {
  margin: 20px 0 0 0;
}
#content .students-container .student-content-section .PDS_Poll .pds-box .pds-vote .pds-vote-button span {
  background: #78B432;
  border: none;
  font-family: "Merriweather", Serif;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF  !important;
  font-weight: bold;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
}
#content .students-container .student-content-section .PDS_Poll .pds-box .pds-vote .pds-vote-button span:hover {
  background: #78B432;
  border: none;
  font-family: "Merriweather", Serif;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF  !important;
  font-weight: bold;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
  background: #639200;
  cursor: pointer;
}
#content .students-container .student-content-section .PDS_Poll .pds-box .pds-vote .pds-links {
  margin: 20px 0 0;
  display: block;
}
#content .students-container .student-content-section .PDS_Poll .pds-box .pds-vote .pds-links br {
  display: none;
}
#content .students-container .student-content-section .PDS_Poll .pds-box .pds-vote .pds-links a {
  display: inline;
  margin: 0 25px 0 0;
}
#content .students-container .student-content-section .PDS_Poll .pds-box .pds-vote .pds-links-back a {
  margin: 0 10px 0 0;
}
#content .students-container .see-all {
  text-align: right;
}
#content .main-content #posts-all,
#content .main-content #posts-popular {
  margin: 0;
}
#content .main-content #posts-all .post,
#content .main-content #posts-popular .post {
  background-repeat: no-repeat;
  border-bottom: 1px solid #DDDDDD;
  margin: 15px 0 0;
  padding: 0 0 15px 0;
}
#content .main-content #posts-all .post .post-wrapper,
#content .main-content #posts-popular .post .post-wrapper {
  margin: 0;
}
#content .main-content #posts-all .post .post-wrapper .article-thumbnail,
#content .main-content #posts-popular .post .post-wrapper .article-thumbnail {
  float: left;
  margin: 0 15px 0 7px;
  width: 244px;
  background-color: #fff;
}
#content .main-content #posts-all .post .post-wrapper .article-thumbnail img,
#content .main-content #posts-popular .post .post-wrapper .article-thumbnail img {
  margin: 0;
}
#content .main-content #posts-all .post .post-wrapper img,
#content .main-content #posts-popular .post .post-wrapper img {
  float: right;
  margin: 0 0 5px 10px;
  max-width: 244px;
}
#content .main-content #posts-all .post .post-wrapper h3,
#content .main-content #posts-popular .post .post-wrapper h3 {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 22px;
}
#content .main-content #posts-all .post .post-wrapper h3 a,
#content .main-content #posts-popular .post .post-wrapper h3 a,
#content .main-content #posts-all .post .post-wrapper h3 a:active,
#content .main-content #posts-popular .post .post-wrapper h3 a:active,
#content .main-content #posts-all .post .post-wrapper h3 a:visited,
#content .main-content #posts-popular .post .post-wrapper h3 a:visited {
  color: black;
}
#content .main-content #posts-all .post .post-wrapper p,
#content .main-content #posts-popular .post .post-wrapper p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 18px;
  max-height: 60px;
  font-size: 14px;
}
#content .main-content #posts-all .post .post-wrapper .post-meta,
#content .main-content #posts-popular .post .post-wrapper .post-meta {
  color: #999999;
  font-size: 12px;
  margin: 16px 0 0;
}
#content .main-content #posts-all .post .post-wrapper .post-meta span.post-comments,
#content .main-content #posts-popular .post .post-wrapper .post-meta span.post-comments {
  background: url(/wp-content/themes/efc-preprod/images/contact_icon_20.png) transparent;
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0 0 0 10px;
  padding: 2px 0 4px 22px;
}
#content .main-content #posts-all .post .post-wrapper #u76 img,
#content .main-content #posts-popular .post .post-wrapper #u76 img {
  margin: 0;
}
#content .main-content #posts-all .type-students,
#content .main-content #posts-popular .type-students {
  background-image: url(/wp-content/themes/efc-preprod/images/student.png);
  background-position: 7px 5px;
  background-size: 29px auto;
}
#content .main-content #posts-all .type-advice,
#content .main-content #posts-popular .type-advice {
  background-image: url(/wp-content/themes/efc-preprod/images/career_advice_24.png);
  background-position: 10px 4px;
}
#content .main-content #posts-all .type-views,
#content .main-content #posts-popular .type-views {
  background-image: url(/wp-content/themes/efc-preprod/images/guest_speaker_32.png);
  background-position: 8px 5px;
}
#content .main-content #posts-all #pager,
#content .main-content #posts-popular #pager {
  margin: 40px 0 0;
  text-align: center;
}
#content .main-content #posts-all #pager ul li,
#content .main-content #posts-popular #pager ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}
#content .main-content #posts-all #pager ul li a,
#content .main-content #posts-popular #pager ul li a {
  font-size: 16px;
}
#content .main-content #posts-all #pager ul li.active_page a,
#content .main-content #posts-popular #pager ul li.active_page a {
  font-weight: bold;
  color: #FF6A12;
}
#content .main-content #posts-all #pager ul li.page_info,
#content .main-content #posts-popular #pager ul li.page_info {
  color: #777777;
  font-size: 14px;
  display: none;
}
#content .main-content #posts-all #pager a,
#content .main-content #posts-popular #pager a,
#content .main-content #posts-all #pager span,
#content .main-content #posts-popular #pager span {
  margin: 0 5px 0 0;
}
#content .main-content #posts-all #pager span.current,
#content .main-content #posts-popular #pager span.current {
  color: #FF6A12;
  font-weight: bold;
}
#content .main-content .loop #posts-all .post .post-wrapper .article-thumbnail {
  margin-left: 0;
}
#content .main-content .static-pages h1 {
  margin: 0 0 15px 0;
}
#content .main-content .static-pages p {
  margin: 0 0 20px 0;
}
#content .main-content .static-pages .static-page-links {
  text-align: center;
  margin: 0 0 5px;
}
#content .main-content .static-pages .static-page-links a {
  min-width: 270px;
  margin: 0 0 20px 0;
  display: inline-block;
}
#content .main-content .contact-us-page.post-body .orangeTxt.boldFont {
  margin: 0;
}
#content .main-content .contact-us-page.post-body .contactContentHeader {
  float: left;
  width: 100%;
  margin: 0;
}
#content .main-content .contact-us-page.post-body .contactContentHeader h2 {
  float: left;
}
#content .main-content .contact-us-page.post-body .contactContentHeader p {
  color: #FF6A12;
  float: right;
  font-family: "Merriweather", Serif;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
#content .main-content .contact-us-page.post-body #contactThankYou {
  display: inline-block;
  margin: 20px 0 200px;
}
#content .main-content .contact-us-page.post-body #contactThankYou img {
  float: left;
  margin: 0 15px 0 0;
}
#content .main-content .contact-us-page.post-body #contactThankYou p {
  float: left;
  margin: 0 0 40px;
  padding: 6px 0 0 15px;
}
#content .main-content .contact-us-page form {
  min-height: 131px;
}
#content .main-content .contact-us-page form .form-line {
  margin: 0 0 15px;
}
#content .main-content .contact-us-page form .form-line.capFields {
  margin: 0 0 10px;
}
#content .main-content .contact-us-page form .form-line.noSpacing {
  margin: 0;
}
#content .main-content .contact-us-page form .form-line .smallTxt {
  color: #999999;
  font-size: 12px;
  margin: 5px 0;
  text-align: right;
  width: 514px;
}
#content .main-content .contact-us-page form .form-line .field-captcha {
  display: inline-block;
  text-align: center;
  width: 250px;
}
#content .main-content .contact-us-page form .form-line .field-captcha #captchasFields {
  display: block;
}
#content .main-content .contact-us-page form .form-line .field-captcha #captchasFields .capField {
  font-family: 'Schoolbell', cursive;
  font-size: 34px;
  font-weight: bold;
}
#content .main-content .contact-us-page form .form-line .field-captcha #capSwitch {
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
}
#content .main-content .contact-us-page form .form-line label {
  color: #777777;
  font-weight: normal;
  margin: 0;
  padding: 5px 8px 0 0;
  text-align: right;
  vertical-align: top;
  width: 260px;
}
#content .main-content .contact-us-page form .form-line label span.mandatory {
  color: #FF0000;
  margin: 0 3px 0 0;
}
#content .main-content .contact-us-page form .form-line .inputError {
  border: 1px solid #FF0000;
  border-radius: 3px;
}
#content .main-content .contact-us-page form .form-line .field-error {
  color: red;
  color: #FF0000;
  font-size: 12px;
  margin: -13px 0 0 -243px;
  position: absolute;
}
#content .main-content .contact-us-page form .form-line .erroMsg {
  color: #FF0000;
  display: none;
  float: left;
  font-size: 13px;
  margin: 0 0 8px;
  padding: 0 0 0 273px;
  position: relative;
  width: 100%;
}
#content .main-content .contact-us-page form .form-line input[type="text"] {
  width: 250px;
  padding: 6px;
}
#content .main-content .contact-us-page form .form-line input[type="submit"] {
  margin: 0;
}
#content .main-content .contact-us-page form .form-line textarea {
  border: 1px solid #BABABA;
  border-radius: 2px;
  color: #999999;
  padding: 10px;
  resize: vertical;
  width: 250px;
  height: 90px;
}
#content .main-content .contact-us-page form .add-fields .captcha-image {
  display: inline-block;
  vertical-align: top;
}
#content .main-content .contact-us-page form.formFieldError .add-fields {
  display: block;
}
#content .main-content .contact-us-page form.formDone {
  display: none;
}
#content .main-content .contact-us-page #overlay {
  background: url("/wp-content/themes/efc-preprod/images/fade-bg.png") repeat scroll 0 0 transparent;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10002;
}
#content .main-content .contact-us-page #redirect-modal {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #888888;
  padding: 30px 35px;
  position: fixed;
  z-index: 10003;
}
#content .main-content .contact-us-page #redirect-modal p {
  font-weight: bold;
}
#content h2.archive-entry-title {
  color: #777777;
  font-size: 26px;
  padding: 0 0 5px 15px;
  margin: 12px 0;
}
#content h2.archive-entry-title span {
  color: #000;
}
#content #profileWrapper {
  clear: both;
  margin: 20px 0 0;
}
#content #profileWrapper .companies {
  height: auto;
  margin: 25px auto 40px;
  width: 820px;
}
#content #profileWrapper .companies.hiddenProfileBlock {
  display: none;
}
#content #profileWrapper .companies li {
  float: left;
  height: 265px;
  padding: 10px;
  vertical-align: top;
}
#content #profileWrapper .companies li .post-title {
  text-align: center;
  width: 250px;
}
#content #profileWrapper .companies li a {
  width: 250px;
  display: block;
  text-align: center;
}
#content #profileWrapper .companies li a:hover {
  text-decoration: none;
}
#content #profileWrapper .companies li a:hover .img h4 {
  left: 0;
}
#content #profileWrapper .companies li a .img {
  border: 1px solid #CCCCCC;
  display: block;
  height: 175px;
  margin: 0 0 8px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 250px;
}
#content #profileWrapper .companies li a .img img {
  display: block;
  height: 175px;
  width: 250px;
}
#content #profileWrapper .companies li a .img h4 {
  background: none repeat scroll 0 0 #088EAA;
  color: #FFFFFF;
  height: 180px;
  left: -250px;
  margin: -181px 0 0;
  padding-top: 80px;
  position: relative;
  text-align: center;
  width: 250px;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
#content #profileWrapper .companies li a span {
  color: #777777;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 12px;
}
/** sidebar **/
#sidebar {
  width: 300px;
  float: right;
  padding: 0;
}
#sidebar .efc_widget #wp-ajax-tell-us-dialog {
  display: none;
}
#sidebar .widget h2 {
  color: #000000;
  margin: 0 0 5px 0;
  font-weight: bold;
}
#sidebar .widget_efc_text-with-link a p {
  color: #008EAA;
  display: inline-block;
}
#sidebar .widget_efc_text-with-link a p:hover {
  text-decoration: underline;
}
#sidebar .efc_widget.efc_widget_sarahs_blog ul li {
  display: inline-block;
}
#sidebar .efc_widget.efc_widget_sarahs_blog ul li img {
  float: left;
  margin: 0 10px 0 0;
}
#sidebar .efc_widget.efc_widget_sarahs_blog ul li p.spaced {
  margin: 5px 0 0;
}
#sidebar .efc_widget.efc_widget_sarahs_blog p.spaced {
  margin: 25px 0 0;
}
#sidebar .widget.widget-grey {
  background: none repeat scroll 0 0 #F2F2F2;
}
#sidebar .widget.widget-grey h2 {
  margin: 0 0 15px;
}
#sidebar .widget.widget-grey input[type="text"] {
  width: 180px;
  margin: 0 5px 0 0;
}
#sidebar .widget.widget-grey input[type="submit"] {
  padding: 9px 18px;
}
#sidebar .widget.widget-grey .inputError {
  border: 1px solid #FF0000;
}
#sidebar .widget.widget-grey .erroMsg {
  color: #FF0000;
  display: none;
  font-size: 13px;
  position: relative;
  width: 100%;
}
#sidebar .widget.widget-container a:visited {
  color: #004e5e;
}
#sidebar .widget.widget-container #wp-ajax-tell-us-dialog {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  display: none;
  margin: 0 0 0 -155px;
  padding: 20px;
  position: fixed;
  top: 80px;
  width: 510px;
  z-index: 10000;
}
#sidebar .widget.widget-container #wp-ajax-tell-us-dialog .field {
  display: block;
  margin: 10px 0 0;
}
#sidebar .widget.widget-container #wp-ajax-tell-us-dialog #close {
  display: inline-block;
  margin: 0 0 0 20px;
}
#sidebar .widget.widget-container #wp-ajax-tell-us-dialog #close.closeTellUs {
  display: none;
  margin: 10px 0 0;
}
#sidebar .widget.widget-container #wp-ajax-tell-us-dialog #success,
#sidebar .widget.widget-container #wp-ajax-tell-us-dialog #error {
  display: none;
}
#sidebar .widget.widget-container.widget_efc_dart-mpu {
  padding: 0;
  border: 0 none;
}
#sidebar .widget.widget-container .truste-widget {
  text-align: center;
}
#sidebar .widget_efc_student-employer-profiles ul {
  text-align: center;
  margin: 15px 0;
}
#sidebar .widget_efc_student-employer-profiles ul li {
  display: inline-block;
  margin: 5px 0;
}
#sidebar .widget_efc_student-employer-profiles ul li a div {
  margin: 0 15px 15px 0;
}
#sidebar .widget_efc_student-employer-profiles ul li a div img {
  height: 80px;
  width: 115px;
}
#sidebar .widget_efc_student-employer-profiles .widget-more {
  text-align: right;
}
#sidebar .widget_efc_numerical_tests p {
  margin: 15px 0 0;
}
#sidebar .widget_efc_numerical_tests p.numerical-test-button {
  text-align: center;
}
#sidebar .widget_efc_numerical_tests p.numerical-test-button a {
  display: inline-block;
  min-height: 0;
}
#sidebar .widget_efc_advice img,
#sidebar .efc_widget_student-advice img {
  margin: 33px 25px 0;
  float: left;
}
#sidebar .widget_efc_advice ul,
#sidebar .efc_widget_student-advice ul {
  display: inline-block;
  vertical-align: top;
  width: 180px;
}
#sidebar .widget_efc_advice ul li,
#sidebar .efc_widget_student-advice ul li {
  margin: 10px 0;
}
#sidebar .widget_efc_advice ul li a,
#sidebar .efc_widget_student-advice ul li a {
  font-size: 15px;
}
#sidebar .widget_efc_advice h4,
#sidebar .efc_widget_student-advice h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 19px 0 5px;
}
#sidebar .widget_efc_follow .efc_newsform li {
  color: #777777;
  font-size: 14px;
  margin: 0 0 10px;
}
#sidebar .widget_efc_follow .efc_newsform li #newsletterSignUpFrmElems input[type="text"] {
  display: block;
  width: 248px;
}
#sidebar .widget_efc_follow .efc_newsform li #newsletterSignUpFrmElems input[type="submit"] {
  display: block;
  margin: 10px 0 20px;
  background: #008eaa;
  border: none;
  font-family: "Merriweather", Serif;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF  !important;
  font-weight: bold;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
}
#sidebar .widget_efc_follow .efc_newsform li #newsletterSignUpFrmElems input[type="submit"]:hover {
  background: #00788C;
  cursor: pointer;
}
#sidebar .widget_efc_follow .efc_newsform li#newsletterLinks span {
  margin: 0 20px 0 0;
}
#sidebar .widget_efc_follow .social-icons a {
  margin: 0 5px 0 0;
}
#sidebar .widget_efc_follow .social-icons small {
  color: #777777;
  font-size: 11px;
}
#sidebar .widget_efc_related-articles ul li,
#sidebar .widget_efc_related-jobs ul li,
#sidebar .efc_widget_most_popular ul li,
#sidebar .efc_widget_articles_worldwide ul li,
#sidebar .efc_widget_rss ul li {
  margin: 0 0 15px;
}
#sidebar .widget_efc_related-articles ul li a,
#sidebar .widget_efc_related-jobs ul li a,
#sidebar .efc_widget_most_popular ul li a,
#sidebar .efc_widget_articles_worldwide ul li a,
#sidebar .efc_widget_rss ul li a {
  font-size: 15px;
}
#sidebar .lifestyleTwiiterFollow {
  margin: 0 0 10px 0;
}
#sidebar .widget-container.popular-posts {
  padding: 0;
  border: 0 none;
  margin-top: 20px;
}
#sidebar .efc-most-read li {
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}
#sidebar .efc-most-read li a {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: black;
  font-size: 18px;
  padding: 0 110px 0 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100px;
}
#sidebar .efc-most-read li a .wpp-thumbnail {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  display: inline-block;
  float: none;
  margin: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
#sidebar .efc-most-read li a:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
/** responsive style for mobile - article page **/
#mobile-article-header,
#mobileNewsletter,
#mobMenu {
  display: none;
}
/* General Layout */
@media (max-width: 650px) {
  html {
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
  }
  div.efc_widget_twitter_feed,
  .true-site-skin-iframe,
  #efc-hot-topics {
    display: none;
  }
  #mobMenu {
    display: block;
  }
  .welcome-ad-popup {
    max-width: 100%;
    display: block;
  }
  .welcome-ad-popup .modal-dialog {
    width: 100% !important;
    margin-top: 40px;
    display: block;
  }
  .welcome-ad-popup .modal-body {
    padding: 2%;
  }
  .welcome-ad-popup .modal-body img {
    width: 100%;
    height: auto;
  }
  a.mobMenuToggle {
    color: #fff;
    float: left;
    position: relative;
    top: 15px;
    left: 15px;
  }
  a.mobMenuToggle:hover,
  a.mobMenuToggle:active,
  a.mobMenuToggle:focus {
    text-decoration: none;
  }
  .main-content,
  .single-container {
    display: block;
    width: 100% !important;
  }
  #section-to-print img {
    width: 100%;
    height: auto;
  }
  #section-to-print iframe {
    display: block;
    max-width: 100%;
  }
  /* Navigation */
  #navigation #primary-navigation {
    display: none;
  }
  .mm-menu.mm-current {
    background: #00788C;
    color: #fff;
  }
  #mobMenu .mm-listview > li > a,
  #mobMenu .mm-listview > li > span {
    text-align: left;
    padding: 10px 10px 10px 35px;
  }
  .mm-menu .mm-listview > li .mm-prev:before,
  .mm-menu .mm-listview > li .mm-next:after,
  .mm-menu .mm-listview > li .mm-arrow:after {
    border-color: #fff !important;
  }
  .mm-menu > .mm-panel > .mm-listview:first-child,
  .mm-menu > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 0 !important;
  }
  .mm-menu .mm-navbar .mm-btn:before,
  .mm-menu .mm-navbar .mm-btn:after {
    top: 20px;
    border-color: #fff !important;
  }
  #content .hideifmobile {
    display: none;
  }
  #mobMenu {
    display: none;
  }
  #mobMenu.mm-opened {
    display: block !important;
  }
  #mobMenu div.mm-navbar {
    height: 61px;
    padding-top: 10px;
    background: #000;
    border-bottom: 1px solid #999;
  }
  #mobMenu div.mm-navbar a {
    color: #f7f7f7;
  }
  /* Footer */
  footer {
    background: #f7f7f7 !important;
    position: inherit !important;
  }
  footer #network-sites {
    display: none;
  }
  footer section#meta {
    width: 100% !important;
  }
  footer section#meta > div,
  footer footer section#meta > div {
    float: none !important;
    width: 100% !important;
    position: static !important;
  }
  footer ul li ul li {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
  }
  footer ul li,
  footer p {
    text-align: center;
  }
  footer h4 {
    font-size: 20px !important;
  }
  body > footer section#meta > div a,
  footer section#meta > div a {
    text-align: center;
    font-size: 15px;
  }
  body > footer section#meta > div p,
  footer section#meta > div p {
    font-size: 12px;
  }
  /* Articles Archive */
  .elem,
  .widget-container {
    border: 0 none;
  }
  #content .main-content #posts-all .post .post-wrapper a.article-thumbnail,
  #content .main-content #posts-popular .post .post-wrapper a.article-thumbnail {
    float: none;
    display: block;
    clear: both;
    margin: 0;
    width: auto;
  }
  #content .main-content #posts-all .post .post-wrapper a.article-thumbnail img,
  #content .main-content #posts-popular .post .post-wrapper a.article-thumbnail img {
    float: none;
    width: 100%;
    max-width: none;
    height: auto;
  }
  #content .main-content #posts-all .post .post-wrapper .post-title,
  #content .main-content #posts-popular .post .post-wrapper .post-title {
    margin: 20px 0 10px;
  }
  #content .main-content #posts-all .post .post-wrapper p,
  #content .main-content #posts-popular .post .post-wrapper p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 40px;
  }
  #content .main-content #posts-all .post .post-wrapper .post-meta,
  #content .main-content #posts-popular .post .post-wrapper .post-meta {
    margin: 20px 0 10px;
  }
  #content .main-content #posts-all .post .post-wrapper .post-meta .spon_list,
  #content .main-content #posts-popular .post .post-wrapper .post-meta .spon_list {
    float: none;
    display: inline-block;
    margin-bottom: -5px;
  }
  #content .main-content #posts-all .post .post-wrapper .post-meta span.author,
  #content .main-content #posts-popular .post .post-wrapper .post-meta span.author {
    display: inline;
    clear: none;
  }
  #content .main-content .hpFeature {
    border: 0 none;
  }
}
/* Splash Page */
@media screen and (max-width: 650px) {
  #content #foCookieNotice span#foCookieNoticeClose {
    margin-top: -20px;
  }
  #content #splash .site-byline {
    margin-left: 20px;
    font-size: 20px;
  }
  #content #splash h1.site-title {
    text-align: center;
    margin-bottom: 20px;
  }
  #content #splash .choose-locale .country-picker .region-group {
    position: static;
  }
  #content #splash .choose-locale {
    min-width: 100% !important;
    background: none;
    padding-left: 20px;
  }
  #content #splash .choose-locale .country-picker .region-group {
    margin-top: 30px;
  }
  #content #splash .choose-locale .country-picker .region-group ul li {
    margin-left: 20px;
  }
}
/**** media queries - students page  ****/
@media screen and (max-width: 650px) {
  #content .students-container .student-articles li h3 {
    text-align: left;
  }
}
/**** media queries - article lists  ****/
@media screen and (max-width: 650px) {
  #content .main-content .hpFeature {
    margin: 0;
    padding: 0;
    border: 0 none;
  }
  #content .main-content .hpFeature .hpFeatureMeta {
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    left: auto;
  }
  #content .main-content .hpFeature img {
    width: 100%;
    height: auto;
  }
  #content .main-content #posts-all .post,
  #content .main-content #posts-popular .post {
    background: none !important;
    padding: 15px 0 15px 0;
  }
  #content .main-content span.author {
    padding-top: 10px;
  }
  #content .main-content span.post-comments {
    display: none;
  }
}
/**** media queries - single article page  ****/
@media screen and (max-width: 650px) {
  #search-form,
  #banners,
  header.pin,
  .send-print,
  .widget_efc_custom,
  .widget_efc_advice,
  .post-meta-data,
  .post-comment-block,
  .post-feature-comment {
    display: none !important;
  }
  #mobile-article-header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    text-align: center;
    padding: 5px 0;
    z-index: 999;
  }
  #mobile-article-header img {
    position: relative;
    left: -15px;
  }
  .addthis-smartlayers-desktop {
    display: block !important;
  }
  #wrapper {
    margin: 60px 0 0;
    width: 100%;
  }
  #wrapper #content .single-container,
  #wrapper #content #sidebar {
    width: 100%;
  }
  #wrapper #content .single-container .elem,
  #wrapper #content #sidebar .elem,
  #wrapper #content .single-container .widget-container,
  #wrapper #content #sidebar .widget-container {
    border: none;
  }
  #wrapper #content .single-container .post h1,
  #wrapper #content #sidebar .post h1 {
    font-size: 24px;
  }
  #wrapper #content .single-container .post h2,
  #wrapper #content #sidebar .post h2,
  #wrapper #content .single-container .post h3,
  #wrapper #content #sidebar .post h3 {
    font-size: 18px;
    line-height: 22px;
  }
  #wrapper #content .single-container .post p,
  #wrapper #content #sidebar .post p {
    clear: both;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #wrapper #content .single-container .post .post-meta,
  #wrapper #content #sidebar .post .post-meta {
    margin: 5px 0;
  }
  #wrapper #content .single-container .post .post-meta p,
  #wrapper #content #sidebar .post .post-meta p {
    font-size: 14px;
    color: #999;
  }
  #wrapper #content #sidebar .efc_widget h2 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  #wrapper #content #sidebar .efc_widget ul li {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  #wrapper #content #sidebar .efc_widget ul li a {
    font-size: 16px;
  }
  #wrapper #content #mobileNewsletter {
    display: block;
    margin: 0 0 45px;
    padding: 15px;
    width: 100%;
  }
  #wrapper #content #mobileNewsletter form input[type='text'] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BABABA;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #999999;
    padding: 10px;
    margin: 15px 0;
    width: 100%;
  }
  #wrapper #content #mobileNewsletter form input[type='submit'] {
    width: 100%;
  }
  .at4m-menu .at4m-menu-content ul li {
    margin: 0;
    padding: 10px 0 10px;
  }
  .at4m-menu .at4m-menu-content ul li a {
    padding: 0 20px 0 14px;
  }
}
/*
  jQuery.mmenu CSS
*/
/*
  jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-menu > .mm-panel:before,
.mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-navbar {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}
.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}
.mm-menu {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-navbar {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-prev:before,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li .mm-prev:after,
.mm-menu .mm-listview > li .mm-next:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
/*
  jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/** old browsers **/
/*  ie7, ie8 support  */
.container {
  max-width: 1024px;
}
body > header section#top-text ul li {
  display: inline;
}
body > footer section#meta > div {
  float: left;
  width: 32%;
}
body > header {
  position: relative;
  margin: 0 auto;
}
body > header.affix {
  top: 0;
}
input.primaryBtn,
input.secondaryBtn,
input.tertiaryBtn {
  *padding: 12px 0;
}
#content .post-page #efc_respond #commentform textarea {
  *width: 642px;
}
#content .main-content .post-social-tags > div,
#content .single-container .post-social-tags > div {
  *display: inline;
}
#content .main-content .lifestyle-sections li {
  *width: 310px;
}
#content .main-content .lifestyle-sections li a.view-all-section {
  *width: 270px;
}
#content .main-content .lifestyle-sections li#job-banner-li {
  *width: 662px;
}
#navigation #primary-navigation > div {
  *float: left;
}
/** newsletters on scroll **/
.newsLetterBackground {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  bottom: -1px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.newsLetterBackground a.closeWidget {
  background: url('/wp-content/themes/efc-preprod/images/close_btn.png') no-repeat 0 center transparent;
  cursor: pointer;
  height: 34px;
  position: absolute;
  right: 9px;
  top: 9px;
  width: 34px;
  z-index: 2;
}
.newsLetterBackground > div {
  padding: 20px;
}
.newsLetterBackground .newsletter-widget {
  background: url("/wp-content/themes/efc-preprod/images/icons/envelope.png") center top no-repeat;
  border: none;
  padding: 40px 40px 20px;
  position: relative;
  margin: 0;
}
.newsLetterBackground .newsletter-widget h4 {
  background: none;
  color: #FFFFFF;
  font-family: 'Georgia-Bold', 'Georgia Bold', 'Georgia', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  padding-left: 0;
  text-align: center;
}
.newsLetterBackground .newsletter-widget p {
  color: #FFFFFF;
  font-family: 'ArialMT', 'Arial', serif;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}
.newsLetterBackground .newsletter-widget p.logIn {
  margin-top: 25px;
}
.newsLetterBackground .newsletter-widget p.logIn a {
  color: white;
  font-size: 16px;
  text-decoration: underline;
}
.newsLetterBackground .newsletter-widget p.response {
  font-size: 16px;
}
.newsLetterBackground .newsletter-widget .sign-up-newsletter {
  max-width: 620px;
}
.newsLetterBackground .newsletter-widget .loader {
  height: 257px;
  position: fixed;
  top: auto;
}
.newsLetterBackground .newsletter-widget form {
  border: 1px solid grey;
  border-radius: 0;
}
.newsLetterBackground .newsletter-widget form.focus {
  outline: none;
}
.newsLetterBackground .newsletter-widget form input[type="email"] {
  box-shadow: none;
  font-size: 16px;
  height: 60px;
  margin: 0;
}
.newsLetterBackground .newsletter-widget form input[type="submit"] {
  box-shadow: none;
  background: #007991;
  font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  height: 60px;
  right: 0;
  top: 0;
}
.newsLetterBackground .newsletter-widget form input[type="email"]:focus + input[type="submit"] {
  background: #007991;
}
.fromBottomToTop {
  animation-name: fromBottomToTop;
  -webkit-animation-name: fromBottomToTop;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}
@-webkit-keyframes fromBottomToTop {
  0% {
    bottom: -258px;
  }
  100% {
    bottom: -1px;
  }
}
@keyframes fromBottomToTop {
  0% {
    bottom: -258px;
  }
  100% {
    bottom: -1px;
  }
}
@media all and (max-width: 760px) {
  .newsLetterBackground > div {
    padding: 10px;
  }
  .newsLetterBackground .newsletter-widget {
    padding: 40px 0 10px;
  }
  .newsLetterBackground .newsletter-widget h4 {
    font-size: 21px;
  }
  .newsLetterBackground .newsletter-widget p {
    font-size: 15px;
  }
  .newsLetterBackground .newsletter-widget form {
    width: 85%;
    margin: 15px auto 0;
  }
  .newsLetterBackground .newsletter-widget form input[type="email"],
  .newsLetterBackground .newsletter-widget form input[type="submit"] {
    height: 45px;
    font-size: 14px;
  }
}
@media all and (max-width: 480px) {
  .newsLetterBackground a.closeWidget {
    background-size: 65%;
    top: 0;
    right: 0;
  }
  .newsLetterBackground .newsletter-widget {
    padding: 30px 0 0;
  }
  .newsLetterBackground .newsletter-widget form {
    width: 100%;
  }
  .newsLetterBackground .newsletter-widget h4 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .newsLetterBackground .newsletter-widget p {
    font-size: 14px;
    line-height: 18px;
  }
  .newsLetterBackground .newsletter-widget form input[type="email"],
  .newsLetterBackground .newsletter-widget form input[type="submit"] {
    font-size: 13px;
  }
}
@media all and (max-width: 360px) {
  .newsLetterBackground > div {
    padding: 5px;
  }
  .newsLetterBackground .newsletter-widget {
    background-size: 8%;
  }
  .newsLetterBackground .newsletter-widget form input[type="email"],
  .newsLetterBackground .newsletter-widget form input[type="submit"] {
    height: 35px;
    font-size: 12px;
  }
  .newsLetterBackground .newsletter-widget form input[type="submit"] {
    width: 38%;
  }
}
