@font-face {
    font-family: 'tangerineregular';
    src: url('tangerine_regular-webfont.eot');
    src: url('tangerine_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('tangerine_regular-webfont.woff2') format('woff2'),
         url('tangerine_regular-webfont.woff') format('woff'),
         url('tangerine_regular-webfont.ttf') format('truetype'),
         url('tangerine_regular-webfont.svg#tangerineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color:#62676b;
    background: url(body.jpg) no-repeat right top fixed #62676b;
    overflow-x:hidden;
    color:#62676b;
}

#content {
    background-color:#fff;
    padding:15px 15px 15px 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    margin-bottom:15px;
}

body>.container {
    margin-left:0;
    margin-right:340px;
    width: auto !important;
    max-width:1170px;
}

.row.vdivide>[class*='col-']:not(:last-child):after, .row.vdivide>[class*='col-']:not(:first-child):before {
  background-color: #62676b;
  width: 2px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: -1px;
}

.row.vdivide>[class*='col-']:not(:first-child):before {
  right:auto;
  left: -1px;
}

#menu2 {
    padding:15px 0 0 0;
}

#menu2 nav {
    margin:0;
}

#menu2 nav * {
    display: block;
    margin:0;
    padding:0;
    list-style:none;
    color:#fff;
    text-decoration:none;
    line-height:14px;
}

#menu2 nav li {
    display: inline-block;
    margin-left:5px;
    padding-left:5px;
    border-left: 1px solid;
}

#menu2 nav li:first-child {
    margin-left:0;
    border-left:none;
    padding-left:0;
}

#menu2 a:hover, #menu2 .erfcms_current a {
    text-decoration: underline;
}

#logo {
    line-height:120px;
    font-family: 'tangerineregular';
    font-size:60px;    
}

#logo a {
    text-decoration:none;
    color:#fff;
}

#menu1 nav * {
    display: block;
    margin:0;
    padding:0;
    list-style:none;
    color:#fff;
    text-decoration:none;
    font-size:29px;
    line-height:34px;
    white-space:nowrap;
}

#menu1 {
    background-color:#62676b;
    padding: 35px 0 35px 60px;
    font-family: 'tangerineregular';
    margin-bottom:15px;
}

#menu1 nav {
    border-left: 2px solid #fff;
    padding-left:30px;
    margin:0;
}

#menu1 li {
    position:relative;
}

#menu1 li:hover:before, #menu1 li.erfcms_current:before {
    position: absolute;
    left:-65px;
    top:50%;
    width:0;
    content: '';
    border: 5px solid transparent;
    border-width: 5px 0 5px 10px;
    border-left-color:#fff;
    margin-top:-5px;
}

header.grayblock>* {
    font-family: 'tangerineregular';
    font-size:29px;
    line-height:35px;
    padding:5px 20px;
    color:#fff;
    background-color: #62676b;
    font-weight:normal;
}

header.underline>* {
    font-family: 'tangerineregular';
    font-size:29px;
    line-height:35px;
    padding-bottom:5px;
    border-bottom: 2px solid;
    font-weight:normal;
}

@media (max-width: 1199px) {
  #menu1 {
    padding-left:0;
  }

  #menu1 nav {
    border-left:none;
  }

  #menu1 li:hover:before, #menu1 li.erfcms_current:before {
    left: -20px;
  }
}

@media (max-width: 991px) {
  body>.container {
    margin-right:0;
  }

  body {
    background-image:none;
  }

  #menu1 {
    padding-left:60px;
  }

  #menu1 nav {
    border-left: 2px solid #fff;
  }

  #menu1 li:hover:before, #menu1 li.erfcms_current:before {
    left: -65px;
  }
}

@media (max-width: 767px) {
  .row.vdivide [class*='col-']:not(:last-child):after, .row.vdivide [class*='col-']:not(:first-child):before {
    display:none;
  }

  #logo {
    text-align:center;
    font-size:50px;
  }

  body>.container {
    padding:0;
  }

  body {
    background-image:none;
  }
}

.erfcms_module blockquote {
    background-color: #62676B;
    color:#fff;
    margin: 0 0 15px 0;
    min-height: 70px; 
    padding: 15px 15px 0 60px;
    font-family: "Times New Roman", serif;
    font-style:italic; 
    xfont-weight:bold;
    text-align:right !important;
    font-size:18px;
    position: relative;
    border-left: 10px solid #bbbbbb;
    overflow: hidden;
}

.erfcms_module blockquote:before {
    content: '\201C';
    color:#bbbbbb;
    font-size:85px;
    line-height:85px;
    position: absolute;
    left:0;
    top: 8px;
}
