/* XHTML, HTML4, HTML5 Reset */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%; }

html {
  min-height: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

b,
strong {
  font-weight: bold; }

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

ol,
ul {
  list-style: none; }

li {
  display: list-item; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

sub,
sup,
small {
  font-size: 75%; }

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

svg {
  overflow: hidden; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* End Reset */
html {
  position: relative;
  min-height: 100%; }

body {
  margin: 0 0 205px;
  padding: 0;
  font-family: "Open-Sans", sans-serif;
  font-size: 16px; }
  @media screen and (max-width: 760px) {
    body {
      margin-bottom: 205px; } }

a {
  text-decoration: none;
  font-weight: bold; }
  a:link, a:active, a:focus, a:visited {
    color: #3146ba; }
  a:hover {
    text-decoration: underline;
    color: #3173ba; }

h1, h2, h3, h4 {
  font-family: 'Raleway', 'Open Sans', sans-serif;
  font-weight: 500;
  text-align: left; }

sup {
  font-size: 0.5em;
  top: -1em; }

em.podiumtm {
  text-transform: uppercase;
  font-family: 'Raleway', 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal; }

.fa {
  font-family: FontAwesome; }

.headerbg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1024px;
  height: 618px;
  margin-left: -1405px;
  background-image: url(../images/logotriangle.svg);
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1; }
  @media screen and (max-width: 1260px) {
    .headerbg {
      display: none; } }

.bannerwrapper {
  position: relative;
  z-index: 8;
  width: 100%;
  text-align: center;
  padding: 0;
  border-top: 6px solid #1c3b69; }

header {
  width: 96%;
  height: 120px;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1260px) {
    header {
      background: transparent url("../images/triangle.png") -45px 0 no-repeat; } }
  @media screen and (max-width: 760px) {
    header {
      background: transparent url("../images/triangle.png") -107px 0 no-repeat;
      height: 100px; } }
  @media screen and (max-width: 620px) {
    header {
      background: transparent url("../images/triangle.png") -122px 0 no-repeat;
      height: 90px;
      width: 100%; } }
  header .banner {
    width: 100%;
    height: 130px;
    padding: 5px 0 0 0;
    max-width: 1200px;
    margin: 0 auto;
    background: transparent url("../images/arrowlogo108x62.png") 25px 43px no-repeat; }
    header .banner a.homebtn {
      font-size: 1.2em;
      float: right;
      margin: 0 -4px 0 10px;
      padding: 4px;
      color: #2c67a6;
      display: inline-block; }
      @media screen and (max-width: 620px) {
        header .banner a.homebtn {
          display: none; } }
    header .banner span.txt {
      visibility: hidden;
      position: absolute;
      font-size: 1px;
      color: transparent;
      margin-left: -9999px; }
    @media screen and (max-width: 760px) {
      header .banner {
        background: transparent url("../images/arrowlogo44x25.png") 15px 50px no-repeat;
        height: 100px; } }
    @media screen and (max-width: 620px) {
      header .banner {
        background: transparent url("../images/arrowlogo108x62.png") 15px 42px no-repeat;
        height: 95px;
        margin-top: 15px;
        background-size: 44px 25px; } }
  header h1 {
    clear: both;
    text-align: left;
    font-size: 1.8em;
    font-weight: 700;
    font-style: normal;
    color: #1c3b69;
    margin: 0;
    padding: 15px 0 2px 150px;
    height: 28px; }
    @media screen and (max-width: 760px) {
      header h1 {
        font-size: 1.3em;
        padding: 11px 0 0 65px; } }
    @media screen and (max-width: 620px) {
      header h1 {
        font-size: 1.0em;
        padding: 28px 0 0 65px; } }
    header h1 a:link, header h1 a:visited, header h1 a:focus, header h1 a:hover, header h1 a:active {
      display: inline-block;
      text-decoration: none;
      color: #1c3b69; }
    header h1 span {
      display: inline-block;
      font-size: 0.7em; }
    header h1 sup {
      font-size: 0.25em;
      top: -2em; }
  header h2 {
    text-align: left;
    margin: 5px 0 0 150px;
    padding: 5px 0 5px 0;
    font-size: 0.87em;
    border-top: 2px solid #67d1b8;
    color: darkgray; }
    @media screen and (max-width: 760px) {
      header h2 {
        margin: 0 0 0 65px;
        font-size: 0.75em; } }
    @media screen and (max-width: 620px) {
      header h2 {
        text-align: left;
        padding: 2px 0 0 0;
        border-top: 1px solid #67d1b8;
        border-bottom: none;
        margin: -7px 0 0 65px; } }
  header #search {
    border: 2px solid whitesmoke;
    float: right; }
    @media screen and (max-width: 620px) {
      header #search {
        display: none;
        visibility: hidden; } }
    header #search form {
      margin: 0;
      padding: 0; }
      header #search form input[type="text"] {
        border: none;
        width: 275px;
        height: 24px;
        padding: 0 0 0 3px; }
      header #search form .searchbutton {
        display: inline-block;
        height: 24px;
        width: 25px;
        background-color: #fff;
        float: right;
        margin: 0;
        padding: 0; }
        header #search form .searchbutton span {
          height: 20px;
          width: 24px;
          padding-top: 4px;
          color: #67d1b8; }
        header #search form .searchbutton input {
          width: 24px;
          height: 24px;
          padding: 0;
          margin: 0;
          border-width: 0px;
          border-color: transparent;
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          background-color: transparent;
          cursor: pointer; }

.navwrapper {
  display: none;
  position: relative;
  z-index: 9;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: -50px 0 0;
  background-color: transparent;
  color: #c2c2c2; }
  @media screen and (max-width: 760px) {
    .navwrapper {
      margin: -30px 0 0 0; } }
  @media screen and (max-width: 620px) {
    .navwrapper {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      margin: 0;
      height: 40px;
      background-color: #1c3b69; } }
  .navwrapper a, .navwrapper li.services div {
    font-weight: normal;
    color: #8f8f8f;
    text-decoration: none; }
  .navwrapper nav {
    max-width: 1200px;
    text-align: right;
    margin: 0 auto; }
  .navwrapper ul.menu-main {
    margin: 0 1px 0 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    float: right;
    display: inline; }
    @media screen and (max-width: 620px) {
      .navwrapper ul.menu-main {
        position: absolute;
        top: 1px;
        right: 10px; } }
    .navwrapper ul.menu-main li {
      position: relative;
      display: inline-block;
      cursor: pointer;
      border: 1px solid transparent;
      margin: -1px 2px 0;
      padding: 0;
      float: left; }
      @media screen and (max-width: 620px) {
        .navwrapper ul.menu-main li {
          margin: -1px 2px 0; } }
      .navwrapper ul.menu-main li a, .navwrapper ul.menu-main li.services div {
        text-align: right;
        font-size: 11px;
        padding: 8px;
        display: inline-block;
        text-transform: uppercase; }
        @media screen and (max-width: 620px) {
          .navwrapper ul.menu-main li a, .navwrapper ul.menu-main li.services div {
            padding: 10px;
            margin: 0 2px; }
            .navwrapper ul.menu-main li a:hover, .navwrapper ul.menu-main li.services div:hover {
              color: #76a7db; }
              .navwrapper ul.menu-main li a:hover span.fa.fa-icon, .navwrapper ul.menu-main li.services div:hover span.fa.fa-icon {
                color: #76a7db; } }
        .navwrapper ul.menu-main li a span.fa.fa-icon, .navwrapper ul.menu-main li.services div span.fa.fa-icon {
          display: none;
          visibility: hidden; }
          @media screen and (max-width: 620px) {
            .navwrapper ul.menu-main li a span.fa.fa-icon, .navwrapper ul.menu-main li.services div span.fa.fa-icon {
              display: inline-block;
              visibility: visible;
              font-size: 18px;
              color: #b3ceeb; }
              .navwrapper ul.menu-main li a span.fa.fa-icon:hover, .navwrapper ul.menu-main li.services div span.fa.fa-icon:hover {
                color: #76a7db; } }
        .navwrapper ul.menu-main li a span.txt, .navwrapper ul.menu-main li.services div span.txt {
          display: inline-block;
          visibility: visible; }
          @media screen and (max-width: 620px) {
            .navwrapper ul.menu-main li a span.txt, .navwrapper ul.menu-main li.services div span.txt {
              display: none;
              visibility: hidden; } }
      .navwrapper ul.menu-main li:hover, .navwrapper ul.menu-main li.services.open {
        background-color: whitesmoke;
        border: 1px solid #67d1b8; }
        @media screen and (max-width: 620px) {
          .navwrapper ul.menu-main li:hover, .navwrapper ul.menu-main li.services.open {
            color: #76a7db; } }
      .navwrapper ul.menu-main li.menusearch {
        display: none; }
        @media screen and (max-width: 620px) {
          .navwrapper ul.menu-main li.menusearch {
            display: inline-block; } }
  .navwrapper #navsubmenu {
    display: none; }
    @media screen and (max-width: 620px) {
      .navwrapper #navsubmenu {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        position: fixed;
        top: 40px;
        padding-bottom: 100%; } }
    .navwrapper #navsubmenu.show {
      display: block; }
  .navwrapper ul.sub-menu {
    z-index: 11;
    background-color: #fff;
    padding: 0;
    position: absolute;
    top: 28px;
    text-align: right;
    right: 0;
    width: 180px; }
    .navwrapper ul.sub-menu li {
      background-color: #fff;
      display: block;
      width: 100%;
      text-align: left;
      border: 1px solid #67d1b8; }
      .navwrapper ul.sub-menu li:hover {
        background-color: whitesmoke; }
      .navwrapper ul.sub-menu li a {
        font-size: 11px;
        padding: 8px;
        display: inline-block;
        text-transform: uppercase;
        width: 162px; }
    @media screen and (max-width: 620px) {
      .navwrapper ul.sub-menu {
        position: relative;
        left: 2.5%;
        right: auto;
        top: auto;
        width: 95%;
        text-align: center;
        margin-top: 1px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }
        .navwrapper ul.sub-menu li {
          margin: -1px 0 0; }
        .navwrapper ul.sub-menu li a {
          width: 100%;
          text-align: center;
          font-size: 14px;
          padding: 10px 5px; } }

.mainwrapper {
  position: relative;
  z-index: 7;
  width: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0;
  text-align: center;
  clear: both;
  font-size: 0.86em;
  line-height: 1.4em; }
  .mainwrapper .main {
    background-color: transparent;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0 20px 0; }
    .home .mainwrapper .main {
      min-height: auto; }
    .mainwrapper .main p {
      line-height: 1.7em;
      margin: 0 0 1em 0;
      padding: 0; }

.main ul.sectionmenu {
  position: relative;
  margin: 0;
  padding: 0;
  height: auto;
  list-style: none;
  list-style-type: none;
  font-size: 1em;
  display: inline-block;
  float: left; }
  @media screen and (max-width: 620px) {
    .main ul.sectionmenu {
      padding: 0px; }
      .main ul.sectionmenu .moreshown {
        display: none; } }
  .main ul.sectionmenu li {
    position: relative;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 0 5px 5px 0;
    border: 1px solid #b1daa0; }
    .main ul.sectionmenu li:hover {
      background-color: #1c3b69;
      color: #fff; }
      .main ul.sectionmenu li:hover a:link, .main ul.sectionmenu li:hover a:visited, .main ul.sectionmenu li:hover a:hover, .main ul.sectionmenu li:hover a:active, .main ul.sectionmenu li:hover a:focus {
        color: #fff; }
    .main ul.sectionmenu li.current:hover {
      background-color: transparent;
      color: #2b8d76; }
    @media screen and (max-width: 540px) {
      .main ul.sectionmenu li {
        width: auto;
        display: inline-block;
        float: left;
        clear: none;
        position: relative; } }
    .main ul.sectionmenu li a {
      color: #8f8f8f;
      display: inline-block;
      padding: 5px;
      text-decoration: none;
      font-weight: normal; }
      .main ul.sectionmenu li a span.highlight {
        width: auto;
        height: auto;
        margin: 0;
        border-style: none;
        border-width: 0;
        border-color: transparent;
        display: block; }
    .main ul.sectionmenu li.current {
      border: none;
      pointer-events: none;
      cursor: default; }
      .main ul.sectionmenu li.current a {
        color: #2b8d76; }

.main ul.sectionmenu li.moreservices {
  border: none;
  padding: 0;
  margin: 0; }
  .main ul.sectionmenu li.moreservices span {
    margin: 0;
    padding: 5px 10px;
    display: block;
    list-style: none;
    list-style-type: none;
    border: 1px solid #b1daa0;
    width: auto;
    background-color: #4e8dd0;
    color: #fff; }
    .main ul.sectionmenu li.moreservices span:hover, .main ul.sectionmenu li.moreservices span.less, .main ul.sectionmenu li.moreservices span.less span {
      background-color: #1c3b69;
      color: #fff;
      cursor: pointer; }
    .main ul.sectionmenu li.moreservices span.less {
      width: 140px; }
      .main ul.sectionmenu li.moreservices span.less span.fa {
        padding: 0;
        margin: 0 5px 0 0;
        display: inline-block;
        border: none;
        color: #fff; }

.main ul.sub-menu {
  display: none;
  z-index: 11;
  padding: 0 0 0 0;
  margin: 5px 0 0 0;
  position: absolute;
  width: 160px;
  clear: left;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 620px) {
    .main ul.sub-menu {
      position: absolute;
      width: 95%;
      margin: 0 auto; } }
  .main ul.sub-menu.show {
    display: block; }
  .main ul.sub-menu li {
    background-color: #8f8f8f;
    width: 100%;
    margin: -1px 0 0 0;
    padding: 0;
    text-align: left;
    border: 1px solid #b1daa0; }
    .main ul.sub-menu li a {
      padding: 5px 15px;
      display: block; }
      .main ul.sub-menu li a, .main ul.sub-menu li a:link, .main ul.sub-menu li a:visited, .main ul.sub-menu li a:hover, .main ul.sub-menu li a:active, .main ul.sub-menu li a:focus {
        color: #fff; }
    .main ul.sub-menu li:hover {
      background-color: #4e8dd0; }

.slides {
  padding: 0;
  height: auto; }
  .home .mainwrapper .main .content .slides h2 {
    margin: 0;
    background-color: whitesmoke; }
  .slides section {
    position: relative;
    display: inline-block;
    padding: 0;
    min-height: 15em;
    height: auto;
    margin: 0 5% 0 0;
    overflow: hidden;
    float: left;
    width: 28%;
    border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px; }
    @media screen and (max-width: 980px) {
      .slides section {
        min-height: auto;
        display: block;
        width: 100%;
        margin: 10px 0; } }
    .slides section h2 {
      font-size: 1.2em;
      font-weight: bold;
      font-style: italic;
      margin: 0;
      padding: 10px;
      color: #1c3b69; }
      .slides section h2 span {
        text-transform: uppercase;
        color: #2c67a6;
        font-weight: bold;
        display: block;
        font-size: 1.2em; }
    .slides section span.icon {
      position: absolute;
      display: inline-block;
      color: #1c3b69;
      background-position: 0 0;
      background-size: 100%;
      background-repeat: no-repeat;
      width: 50px;
      height: 50px;
      top: 10px;
      left: 10px;
      float: left; }
    .slides section:nth-child(1), .slides section:first-child {
      background-color: #a4cee5;
      background-size: 100%; }
      .slides section:nth-child(1) span.icon, .slides section:first-child span.icon {
        background-image: url("../images/BeforeIcon.png"); }
    .slides section:nth-child(2) {
      background-color: #9fdfd7;
      background-size: 100%; }
      .slides section:nth-child(2) span.icon {
        background-image: url("../images/DuringIcon.png"); }
    .slides section:nth-child(3) {
      background-color: #b1daa0;
      background-size: 100%; }
      .slides section:nth-child(3) span.icon {
        background-image: url("../images/AfterIcon.png"); }
    .slides section ul {
      list-style-type: none;
      list-style: none;
      padding: 0;
      margin: 0;
      line-height: 1.2em;
      text-align: left;
      font-size: 1.2em; }
      @media screen and (max-width: 620px) {
        .slides section ul {
          font-size: 1.1em; } }
    .slides section .slidelinks {
      min-height: 300px;
      height: auto;
      padding: 0px; }
      @media screen and (max-width: 980px) {
        .slides section .slidelinks {
          min-height: auto; } }
      .slides section .slidelinks li {
        text-align: center;
        margin: 0;
        padding: 0;
        border-top: 1px solid #eee; }
        .slides section .slidelinks li:hover {
          background: rgba(0, 20, 55, 0.5);
          color: white; }
      .slides section .slidelinks a {
        color: #1c3b69;
        font-weight: normal;
        text-decoration: none;
        padding: 9px 8px;
        margin: 0;
        display: inline-block;
        width: 100%;
        box-sizing: border-box; }
        .slides section .slidelinks a:hover {
          color: #fff; }

.mainwrapper .main .content {
  margin: 0 0 0 150px;
  background-color: transparent; }
  @media screen and (max-width: 760px) {
    .home .mainwrapper .main .content, .search .mainwrapper .main .content {
      margin: 0 0 0 65px;
      min-height: 100px; } }
  @media screen and (max-width: 620px) {
    .home .mainwrapper .main .content, .search .mainwrapper .main .content {
      margin: 0;
      clear: left;
      padding-top: 0; } }
  .inner .mainwrapper .main .content {
    margin: 0 0 0 150px;
    min-height: 300px;
    clear: both; }
    @media screen and (max-width: 760px) {
      .inner .mainwrapper .main .content {
        margin: 0 0 0 65px;
        min-height: 100px; } }
    @media screen and (max-width: 620px) {
      .inner .mainwrapper .main .content {
        margin: 0 0 0 0px;
        clear: left;
        padding-top: 0; } }
    .inner .mainwrapper .main .content section {
      clear: both;
      line-height: 1.5em;
      margin: 0;
      padding: 15px 0 0 0;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 40px;
      -moz-column-gap: 40px;
      column-gap: 40px; }
      @media screen and (max-width: 760px) {
        .inner .mainwrapper .main .content section {
          -webkit-column-count: 1;
          -moz-column-count: 1;
          column-count: 1;
          -webkit-column-gap: 0px;
          -moz-column-gap: 0px;
          column-gap: 0px; } }
      .inner .mainwrapper .main .content section ul {
        list-style-type: disc;
        margin: 0;
        padding: 0; }
        .inner .mainwrapper .main .content section ul li {
          display: list-item;
          margin: 0em 0 0.5em 2em;
          padding: 0 0 0 0em;
          list-style-type: disc; }
      .inner .mainwrapper .main .content section ul.typenone {
        list-style-type: none; }
        .inner .mainwrapper .main .content section ul.typenone li {
          clear: left;
          display: block;
          margin: 0 0 1em 0;
          padding: 0 0 0 0;
          list-style-type: none;
          width: 100%; }
      .inner .mainwrapper .main .content section form {
        padding: 0 0 1px 0;
        margin: 0; }
      .inner .mainwrapper .main .content section label {
        width: 100%; }
      .inner .mainwrapper .main .content section input, .inner .mainwrapper .main .content section textarea, .inner .mainwrapper .main .content section select {
        width: 100%; }
      .inner .mainwrapper .main .content section input[type="submit"] {
        width: auto; }
      .inner .mainwrapper .main .content section h3, .inner .mainwrapper .main .content section h2, .inner .mainwrapper .main .content section p, .inner .mainwrapper .main .content section li, .inner .mainwrapper .main .content section div {
        -webkit-column-break-inside: avoid;
        break-inside: avoid; }
  .mainwrapper .main .content h1 {
    font-size: 3em;
    font-weight: 500;
    line-height: 1em;
    margin: 0;
    padding: 0 0 20px;
    color: #2c67a6; }
    .inner .mainwrapper .main .content h1, .searchresults .mainwrapper .main .content h1 {
      padding: 0;
      font-size: 2em;
      line-height: 1.2em; }
    .mainwrapper .main .content h1.slogan span:nth-child(2) {
      font-size: 0.67em;
      font-style: italic;
      white-space: nowrap; }
  .mainwrapper .main .content h2 {
    color: #2b8d76;
    font-size: 1.6em;
    font-weight: normal;
    padding: 0;
    margin: 0.1em 0 0.5em;
    clear: both; }
  .home .mainwrapper .main .content h2 {
    color: #1c3b69;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.5em;
    padding: 20px 0 10px 0;
    margin: 0 0 1em 0; }
    @media screen and (max-width: 620px) {
      .home .mainwrapper .main .content h2 {
        margin: 0; } }
  .home .mainwrapper .main .content .slides h2 {
    padding: 10px 10px 10px 75px; }
  .mainwrapper .main .content h3 {
    color: #5c5c5c;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.5em;
    padding: 10px;
    margin: 0; }
    .inner .mainwrapper .main .content h3, .search .mainwrapper .main .content h3 {
      color: #1c3b69;
      font-weight: 700;
      padding: 0;
      margin: 0 0 5px 0; }
  .mainwrapper .main .content h4 {
    color: #2b8d76;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0.1em 0;
    padding: 0; }

.footerwrapper {
  position: absolute;
  z-index: 3;
  bottom: 0;
  height: 150px;
  padding: 5px 0 50px 0;
  width: 100%;
  background-color: #1c3b69;
  clear: both;
  color: whitesmoke;
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.6em; }
  @media screen and (max-width: 760px) {
    .footerwrapper {
      height: 150px; } }
  .footerwrapper a:link, .footerwrapper a:active, .footerwrapper a:visited, .footerwrapper a:focus {
    color: #fff; }
  .footerwrapper a:hover {
    color: #fff;
    text-decoration: none; }
  .footerwrapper footer {
    width: 96%;
    max-width: 1200px;
    text-align: left;
    margin: 0 auto; }
    .footerwrapper footer .footerinfo {
      margin-left: 150px; }
      @media screen and (max-width: 760px) {
        .footerwrapper footer .footerinfo {
          margin: 0 0 0 65px; } }
      @media screen and (max-width: 620px) {
        .footerwrapper footer .footerinfo {
          margin: 0; } }
    .footerwrapper footer h1, .footerwrapper footer p {
      font-size: 0.85em;
      margin: 0;
      padding: 0; }
    .footerwrapper footer .identity {
      max-width: 450px;
      float: left; }
      .footerwrapper footer .identity h1 a {
        font-weight: 700;
        font-family: 'Raleway', 'Open Sans', sans-serif; }
    .footerwrapper footer .social {
      clear: right;
      margin: 0;
      width: 100%;
      height: 32px;
      position: relative;
      z-index: 5; }
      .footerwrapper footer .social ul {
        display: inline-block;
        float: right;
        margin: 0;
        padding: 0; }
        .footerwrapper footer .social ul li {
          display: inline-block;
          float: left;
          margin: 0 0.4em;
          padding: 0.4em 0 0; }
          .footerwrapper footer .social ul li a {
            border: none;
            display: inline-block; }
          .footerwrapper footer .social ul li span.fa.fa-icon {
            text-decoration: none;
            border: none;
            display: inline-block;
            width: 24px;
            height: 24px;
            font-size: 24px;
            color: #76a7db; }
    .footerwrapper footer .address span {
      display: block; }
    .footerwrapper footer .links {
      clear: both;
      padding-top: 1em;
      border-top: 1px solid #76a7db;
      position: relative;
      z-index: 6;
      font-family: 'Raleway', 'Open Sans', sans-serif; }
      .footerwrapper footer .links nav {
        text-align: center;
        font-size: 0.85em;
        color: whitesmoke; }
        .footerwrapper footer .links nav ul {
          padding: 0;
          margin: 0.3em 0 0 0;
          list-style-type: none;
          list-style: none; }
          .footerwrapper footer .links nav ul li {
            display: inline-block;
            text-align: center;
            padding: 0;
            margin: 0; }
            .footerwrapper footer .links nav ul li a {
              font-weight: 500;
              margin: 0;
              padding: 1px 6px 1px 4px;
              display: inline-block;
              font-size: 1em;
              border-left: 1px solid gainsboro; }
              .footerwrapper footer .links nav ul li a:nth-child(1), .footerwrapper footer .links nav ul li a:first-child {
                border-left: none; }
  .footerwrapper .footerbg {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 583px;
    height: 350px;
    background: url(../images/triangle.svg) 100% 100% no-repeat;
    background-size: 100%; }

.searchresults .highlight {
  background: #FFFF40;
  color: #000; }
.searchresults .searchheading {
  font-size: 130%;
  font-weight: bold; }
.searchresults .summary {
  /*font-size: 80%;*/
  font-style: italic; }
.searchresults .suggestion {
  font-size: 100%; }
.searchresults .results {
  font-size: 100%; }
.searchresults .category {
  color: #999999; }
.searchresults .sorting {
  text-align: right; }
.searchresults .result_title {
  font-size: 100%; }
.searchresults .description {
  font-size: 100%;
  color: #008000; }
.searchresults .context {
  font-size: 100%; }
.searchresults .infoline {
  font-style: normal;
  color: #808080; }
.searchresults .zoom_searchform {
  font-size: 100%; }
.searchresults .zoom_results_per_page {
  margin-left: 10px;
  display: block; }
.searchresults .zoom_match {
  font-size: 80%;
  margin-left: 10px; }
.searchresults .zoom_categories ul {
  display: inline;
  margin: 0px;
  padding: 0px; }
.searchresults .zoom_categories li {
  display: inline;
  margin-left: 15px;
  list-style-type: none; }
.searchresults .cat_summary ul {
  margin: 0px;
  padding: 0px;
  display: inline; }
.searchresults .cat_summary li {
  display: inline;
  margin-left: 15px;
  list-style-type: none; }
.searchresults .result_image {
  float: left;
  display: block; }
.searchresults .result_image img {
  margin: 10px;
  width: 80px;
  border: 0px; }
.searchresults .result_block {
  margin-top: 15px;
  margin-bottom: 15px;
  clear: left; }
.searchresults .result_altblock {
  margin-top: 15px;
  margin-bottom: 15px;
  clear: left; }
.searchresults .result_pages {
  font-size: 100%; }
.searchresults .result_pagescount {
  font-size: 100%; }
.searchresults .recommended {
  background: #DFFFBF;
  border-top: 1px dotted #808080;
  border-bottom: 1px dotted #808080;
  margin-top: 15px;
  margin-bottom: 15px; }
.searchresults .recommended_heading {
  float: right;
  font-weight: bold; }
.searchresults .recommend_block {
  margin-top: 15px;
  margin-bottom: 15px;
  clear: left; }
.searchresults .recommend_title {
  font-size: 100%; }
.searchresults .recommend_description {
  font-size: 100%;
  color: #008000; }
.searchresults .recommend_infoline {
  font-style: normal;
  color: #808080; }
.searchresults .recommend_image {
  float: left;
  display: block; }
.searchresults .recommend_image img {
  margin: 10px;
  width: 80px;
  border: 0px; }

/*# sourceMappingURL=confex.css.map */
