/* Imports
----------------------------------------------- */
/* Reset 
------------------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
@font-face {
    font-family: 'MissionGothicThin';
    src: url('../fonts/MissionGothicThin.eot');
    src: url('../fonts/MissionGothicThin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MissionGothicThin.woff') format('woff'),
         url('../fonts/MissionGothicThin.ttf') format('truetype'),
         url('../fonts/MissionGothicThin.svg#MissionGothicThin') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*********************
FONT SIZE
*********************/
/* 
@include font-size(16);
*/
/*********************
TRANSITION
*********************/
/* 
@include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
*********************/
/*
@include css-gradient(#dfdfdf,#f8f8f8);
*/
/*********************
BOX SIZING FOR ALL
*********************/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Table of Contents

* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer
* Comments
* Gravity Forms

*/
/* Defaults
------------------------------------------------------------ */
html {
  font-size: 62.5%; }

body {
  background-color: #a6c9ef; }

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
  color: #424242;
  font-family: "Merriweather Sans", Arial, Helvetica, Tahoma, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none; }

* {
  font-size: 14px;
  font-size: 1.4rem; }

p {
  font-weight: 100;
  font-size: 14px;
  font-size: 1.4rem; }

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6; }

input[type="text"] {
  width: 100%;
  height: 30px;
  margin-bottom: 7px;
  padding: 5px;
  border: 1px solid #5fa7e5; }

input[type="submit"] {
  margin-bottom: 7px;
  padding: 12px 15px 10px 15px;
  background: #5fa7e5;
  color: #FFF;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -transition: all 0.2s ease;
  transition: all 0.2s ease; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    background: #2e78ae; }

ol,
ol li,
ul,
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ol li {
  list-style-type: decimal; }

ul li {
  list-style-type: square; }

.clearfix:after, .clearfixItems li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix, .clearfixItems li {
  zoom: 1; }

/* Hyperlinks
------------------------------------------------------------ */
a, a:visited {
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  -transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  color: #ec812b;
  text-decoration: none; }
  a:hover, a:visited:hover {
    /* text-decoration: underline; */
    color: #2e78ae; }
  a img, a:visited img {
    border: none; }

/* Wrap
------------------------------------------------------------ */
#wrap {
  margin: 0 auto;
  width: 100%;
  min-width: 1020px;
  background: #FFF; }

/* Header
------------------------------------------------------------ */
#header {
  height: auto;
  width: 100%;
  background: #a6c9ef;
  overflow: auto;
  padding: 0 0 0 0; }
  #header .wrap {
    width: 1020px;
    margin: 0 auto;
    background: #fff;
    padding: 0 15px; }
  #header .header-left-span {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 80px;
    left: 0;
    position: absolute;
    width: 50%;
    z-index: 1; }
  #header #title-area {
    position: relative;
    z-index: 2;
    margin: 10px 0 0 0; }

#title-area {
  float: left;
  overflow: hidden;
  padding: 20px 0 0;
  width: 400px; }

#title {
  font-size: 24px;
  line-height: 30px; }

#title a,
#title a:hover {
  color: #333;
  text-decoration: none; }

#description {
  font-size: 12px;
  font-style: italic; }

#header .widget-area {
  float: right;
  width: 550px; }

/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image #title-area {
  background: transparent url(assets/images/logo.png) no-repeat left center;
  background: rgba(0, 0, 0, 0) url(assets/images/logo.png) no-repeat left center; }

.header-image #title-area,
.header-image #title,
.header-image #title a {
  display: block;
  float: left;
  height: 97px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 315px; }

.header-image #description {
  display: block;
  overflow: hidden; }

/* Image Header - Full Width
------------------------------------------------------------ */
.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
  width: 317px; }

/* Navigation Constants
------------------------------------------------------------ */
li:hover ul ul,
li.sfHover ul ul {
  left: -9999px; }

li:hover,
li.sfHover {
  position: static; }

/* Header Right Navigation
------------------------------------------------------------ */
#header ul.nav, #header ul.menu {
  height: 44px;
  float: right;
  margin: 0 0 30px 0; }
  #header ul.nav ul, #header ul.menu ul {
    float: right;
    width: 100%; }
  #header ul.nav li, #header ul.menu li {
    background-color: #2e78ae;
    float: left;
    list-style-type: none;
    margin: 0 0 0 20px;
    -webkit-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; }
    #header ul.nav li a, #header ul.menu li a {
      color: #fff;
      display: block;
      font-size: 15px;
      font-size: 1.5rem;
      padding: 15px 17px 7px;
      position: relative;
      text-decoration: none;
      -webkit-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
        background: url(images/arrow-down.png) no-repeat;
        display: block;
        height: 10px;
        overflow: hidden;
        position: absolute;
        right: 10px;
        text-indent: -9999px;
        top: 12px;
        width: 10px; }
      #header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
        padding-right: 25px; }
      #header ul.nav li a:hover, #header ul.nav li a:active, #header ul.menu li a:hover, #header ul.menu li a:active {
        padding-top: 10px; }
    #header ul.nav li:hover, #header ul.nav li:active, #header ul.menu li:hover, #header ul.menu li:active {
      color: #fff; }
    #header ul.nav li.pay-bill, #header ul.menu li.pay-bill {
      background-color: #67604c; }
    #header ul.nav li li a, #header ul.menu li li a {
      background-color: #333;
      border: 1px solid #666;
      border-top-width: 0;
      color: #fff;
      font-size: 11px;
      padding: 5px 10px;
      position: relative;
      width: 158px; }
      #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a:link, #header ul.menu li li a:visited {
        background-color: #333;
        border: 1px solid #666;
        border-top-width: 0;
        color: #fff;
        font-size: 11px;
        padding: 5px 10px;
        position: relative;
        width: 158px; }
      #header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
        background-color: #000; }
      #header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
        background: url(images/arrow-right.png) no-repeat;
        top: 10px; }
    #header ul.nav li ul, #header ul.menu li ul {
      height: auto;
      left: -9999px;
      position: absolute;
      width: 180px;
      z-index: 9999; }
      #header ul.nav li ul a, #header ul.menu li ul a {
        width: 160px; }
      #header ul.nav li ul ul, #header ul.menu li ul ul {
        margin: -31px 0 0 179px; }
    #header ul.nav li:hover ul, #header ul.nav li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li.sfHover ul {
      left: auto; }
  #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
    /* background-color: #000; */
    color: #fff; }
#header .textwidget p {
  float: right;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem; }

/* Primary Navigation
------------------------------------------------------------ */
#nav-container {
  width: 100%;
  height: 80px;
  padding: 0 0 0 220px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

#nav {
  background: #a6c9ef;
  color: #FFFFFF;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  width: auto;
  z-index: 10;
  padding: 20px 0 0; }
  #nav .wrap {
    width: 1020px;
    margin: 0 auto;
    padding: 0 15px; }
  #nav ul {
    width: auto;
    text-align: center; }
  #nav li {
    display: inline-block;
    list-style-type: none;
    margin: 0 10px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #nav li a {
      color: #FFF;
      display: block;
      padding: 15px 23px 13px 20px;
      font-size: 17px;
      line-height: 1;
      font-weight: 400;
      position: relative;
      text-decoration: none;
      letter-spacing: 0.2px;
      position: relative;
      -webkit-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #nav li a:before {
        content: "";
        position: absolute;
        height: 0;
        width: 10px;
        right: 0;
        top: 0;
        border-top: 45px solid #a6c9ef;
        border-left: 10px solid transparent; }
      #nav li a:hover, #nav li a:active {
        background-color: transparent;
        color: #fff; }
    #nav li.current_page_item, #nav li.current-cat, #nav li.current-menu-item {
      background-color: #5fa7e5;
      color: #fff; }
    #nav li:hover, #nav li:active {
      background-color: #67604c; }
    #nav li .sub-menu {
      /* position:relative; */
      z-index: 30; }
    #nav li a .sf-sub-indicator {
      background: url(images/arrow-down.png) no-repeat;
      display: block;
      height: 10px;
      overflow: hidden;
      position: absolute;
      right: 10px;
      text-indent: -9999px;
      top: 12px;
      width: 10px; }
    #nav li li {
      display: block;
      margin: 0;
      background-color: #67604c; }
      #nav li li a, #nav li li a:link, #nav li li a:visited {
        text-align: left;
        border-top-width: 0;
        color: #fff;
        font-size: 15px;
        font-size: 1.5rem;
        text-transform: none;
        padding: 10px 23px;
        position: relative;
        white-space: nowrap;
        width: 100%; }
        #nav li li a:before, #nav li li a:link:before, #nav li li a:visited:before {
          border: none;
          display: none; }
      #nav li li:hover, #nav li li:active {
        background-color: #5fa7e5; }
    #nav li ul {
      height: auto;
      display: none;
      position: absolute;
      width: 100%;
      min-width: 225px;
      z-index: 9999; }
      #nav li ul a {
        width: 140px; }
      #nav li ul ul {
        left: 100%;
        top: 0;
        display: none; }
    #nav li:hover > ul, #nav li.sfHover > ul {
      display: block; }

/* Primary Navigation Extras
------------------------------------------------------------ */
#nav li.right {
  float: right;
  padding: 6px 10px 5px; }

#nav li.right a {
  background: none;
  border: none;
  color: #fff;
  display: inline;
  text-decoration: none; }

#nav li.right a:hover {
  color: #fff;
  text-decoration: underline; }

#nav li.search {
  padding: 0 10px; }

#nav li.rss a {
  background: url(images/rss.png) no-repeat center left;
  margin: 0 0 0 10px;
  padding: 7px 0 5px 16px; }

#nav li.twitter a {
  background: url(images/twitter-nav.png) no-repeat center left;
  padding: 7px 0 5px 20px; }

/* Secondary Navigation
------------------------------------------------------------ */
#subnav {
  background-color: #333;
  border-bottom: 1px solid #666;
  clear: both;
  color: #fff;
  overflow: hidden;
  /* text-transform: uppercase; */
  width: 1020px; }

#subnav ul {
  float: left;
  width: 100%; }

#subnav li {
  float: left;
  list-style-type: none; }

#subnav li a {
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 7px 10px 5px;
  position: relative;
  text-decoration: none; }

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
  background-color: #000;
  color: #fff; }

#subnav li a.sf-with-ul {
  padding-right: 25px; }

#subnav li a .sf-sub-indicator {
  background: url(images/arrow-down.png) no-repeat;
  display: block;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-indent: -9999px;
  top: 12px;
  width: 10px; }

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
  background-color: #333;
  border: 1px solid #666;
  border-top-width: 0;
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  position: relative;
  width: 158px; }

#subnav li li a:hover,
#subnav li li a:active {
  background-color: #000; }

#subnav li li a .sf-sub-indicator {
  background: url(images/arrow-right.png) no-repeat;
  top: 10px; }

#subnav li ul {
  height: auto;
  left: -9999px;
  position: absolute;
  width: 180px;
  z-index: 9999; }

#subnav li ul a {
  width: 160px; }

#subnav li ul ul {
  margin: -31px 0 0 179px; }

#subnav li:hover ul,
#subnav li.sfHover ul {
  left: auto; }

/* Featured Area 
------------------------------------------------------------ */
#featured-area {
  width: 100%;
  background: transparent url(assets/images/bridge-bg.png) repeat-x center bottom;
  background: rgba(0, 0, 0, 0) url(assets/images/bridge-bg.svg) repeat-x center bottom;
  background-color: #a6c9ef;
  border-bottom: 70px solid #FFF;
  height: 445px; }
  #featured-area .wrap {
    width: 1020px;
    margin: 0 auto;
    padding: 0 15px; }
    #featured-area .wrap .nivo-caption {
      background: transparent;
      opacity: 1;
      padding: 15px; }
      #featured-area .wrap .nivo-caption span {
        display: block;
        float: left;
        clear: left;
        background-color: #5fa7e5;
        background-color: rgba(95, 167, 225, 0.7);
        padding: 12px 15px 10px 15px;
        font-weight: 700;
        color: #FFF;
        font-size: 18px;
        font-size: 1.8rem;
        position: relative; }
        #featured-area .wrap .nivo-caption span:before {
          content: "";
          position: absolute;
          height: 0;
          width: 10px;
          right: -20px;
          top: 0;
          border-top: 45px solid #5fa7e5;
          border-top: 45px solid rgba(95, 167, 225, 0.7);
          border-right: 20px solid transparent; }
    #featured-area .wrap .nivo-controlNav.nivo-thumbs-enabled {
      position: absolute;
      bottom: 0;
      right: 15px;
      width: 100%;
      text-align: right; }
      #featured-area .wrap .nivo-controlNav.nivo-thumbs-enabled a.nivo-control {
        margin: 0 0 0 -20px;
        padding: 0;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -transition: all 0.2s ease;
        transition: all 0.2s ease; }
        #featured-area .wrap .nivo-controlNav.nivo-thumbs-enabled a.nivo-control img {
          opacity: 1;
          border: 3px solid #FFF;
          margin: 0;
          padding: 0; }
        #featured-area .wrap .nivo-controlNav.nivo-thumbs-enabled a.nivo-control.active {
          opacity: 0;
          cursor: default; }
        #featured-area .wrap .nivo-controlNav.nivo-thumbs-enabled a.nivo-control:hover {
          padding-bottom: 10px; }

.homepage-widget {
  width: 100%;
  margin: 0 auto; }
  .homepage-widget .wrap {
    width: 1020px;
    margin: 0 auto;
    padding: 0 15px 30px; }
    .homepage-widget .wrap .widget_simpleimage {
      float: left; }
      .homepage-widget .wrap .widget_simpleimage:nth-child(2) {
        margin-left: -23px;
        margin-right: 8px; }
      .homepage-widget .wrap .widget_simpleimage:nth-child(3) {
        margin-left: 0; }
      .homepage-widget .wrap .widget_simpleimage:nth-child(4) {
        margin-left: -25px; }
      .homepage-widget .wrap .widget_simpleimage a:hover {
        opacity: .7; }

/* Homepage
------------------------------------------------------------ */
.home.full-width-content .homepage-widgets,
.home .homepage-widgets {
  width: 100%;
  margin: 0 auto; }
  .home.full-width-content .homepage-widgets .wrap,
  .home .homepage-widgets .wrap {
    width: 1020px;
    margin: 0 auto; }
.home.full-width-content .home-services-nav,
.home .home-services-nav {
  float: left;
  height: 360px;
  background: #67604c;
  width: 270px;
  color: #FFF;
  padding: 15px 20px; }
  .home.full-width-content .home-services-nav h4,
  .home .home-services-nav h4 {
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0; }
  .home.full-width-content .home-services-nav ul li,
  .home .home-services-nav ul li {
    list-style-type: none;
    padding: 5px 0 3px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3; }
    .home.full-width-content .home-services-nav ul li a,
    .home .home-services-nav ul li a {
      color: #FFF;
      font-weight: 100; }
      .home.full-width-content .home-services-nav ul li a:hover,
      .home .home-services-nav ul li a:hover {
        color: #a6c9ef; }
.home.full-width-content #content-sidebar-wrap,
.home #content-sidebar-wrap {
  width: 100%; }
.home.full-width-content #content,
.home #content {
  float: right;
  width: 685px; }
  .home.full-width-content #content .entry-content,
  .home #content .entry-content {
    background-color: #5fa7e5;
    padding: 20px 15px 25px 25px;
    width: 410px;
    float: left;
    height: 360px;
    margin: 0 0 0 -25px;
    position: relative;
    overflow: visible;
    z-index: 10; }
    .home.full-width-content #content .entry-content:before,
    .home #content .entry-content:before {
      content: "";
      position: absolute;
      height: 0;
      width: 10px;
      right: -65px;
      top: 0;
      border-top: 360px solid #5fa7e5;
      border-right: 65px solid transparent; }
    .home.full-width-content #content .entry-content h1,
    .home #content .entry-content h1 {
      color: #FFF;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.2;
      width: 300px;
      margin: 0 0 15px 0; }
    .home.full-width-content #content .entry-content p,
    .home #content .entry-content p {
      color: #FFF;
      font-weight: 100;
      line-height: 1.3;
      font-size: 14px;
      font-size: 1.4rem;
      padding-bottom: 12px; }
  .home.full-width-content #content img,
  .home #content img {
    float: right;
    position: relative; }

/* Inner
------------------------------------------------------------ */
#inner {
  margin: 0px auto;
  overflow: hidden;
  width: 1020px;
  padding: 0 15px; }

/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
  margin: 0 0 30px;
  padding: 5px 10px; }

/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
  margin: 0 0 30px;
  padding: 10px; }

/* Content-Sidebar Wrap
------------------------------------------------------------ */
#content-sidebar-wrap {
  float: left;
  width: 800px;
  padding: 35px 0; }

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
  width: 1020px;
  max-width: 100%; }

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
  float: right; }

/* Content
------------------------------------------------------------ */
.page-title-container {
  height: 250px;
  background: transparent url(assets/images/bridge-bg.png) repeat-x center bottom;
  background: rgba(0, 0, 0, 0) url(assets/images/bridge-bg.svg) repeat-x center bottom;
  background-color: #a6c9ef;
  border-bottom: 75px solid #fff;
  margin: 0 auto;
  width: 100%; }
  .page-title-container .wrap {
    padding: 0 15px;
    width: 1020px;
    margin: 0 auto;
    position: relative;
    height: 250px; }
    .page-title-container .wrap .page-title-image {
      height: 100%;
      width: 100%;
      background-image: url(../../uploads/2014/03/about-us.jpg); }
    .page-title-container .wrap h1 {
      position: absolute;
      bottom: 15px;
      left: 30px;
      min-width: 300px;
      background-color: #5fa7e5;
      background-color: rgba(95, 167, 225, 0.9);
      padding: 12px 0 10px 15px;
      font-weight: 700;
      color: #FFF;
      font-size: 18px;
      font-size: 1.8rem; }
      .page-title-container .wrap h1:before {
        content: "";
        position: absolute;
        height: 0;
        width: 10px;
        right: -20px;
        top: 0;
        border-top: 45px solid #5fa7e5;
        border-top: 45px solid rgba(95, 167, 225, 0.9);
        border-right: 20px solid transparent; }

#content {
  float: left;
  width: 455px; }

.content-sidebar #content,
.sidebar-content #content {
  width: 675px; }

.sidebar-content #content,
.sidebar-sidebar-content #content {
  float: right; }

.full-width-content #content {
  width: 1020px; }

blockquote {
  margin: 5px 15px 15px;
  padding: 10px 20px 0 15px; }

.post {
  margin: 0 0 40px; }

.entry-content {
  overflow: hidden; }

.entry-content p {
  padding: 0 0 15px; }

.clear {
  clear: both; }

.clear-line {
  border-bottom: 1px solid #e6e6e6;
  clear: both;
  margin: 0 0 15px; }

/* Column Classes
------------------------------------------------------------ */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  padding-left: 3%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48%; }

.one-third,
.two-sixths {
  width: 31%; }

.four-sixths,
.two-thirds {
  width: 65%; }

.one-fourth {
  width: 22.5%; }

.three-fourths {
  width: 73.5%; }

.one-fifth {
  width: 17.4%; }

.two-fifths {
  width: 37.8%; }

.three-fifths {
  width: 58.2%; }

.four-fifths {
  width: 78.6%; }

.one-sixth {
  width: 14%; }

.five-sixths {
  width: 82%; }

.first {
  clear: both;
  padding-left: 0; }

/* Featured Post Grid
------------------------------------------------------------ */
.genesis-grid-even {
  float: right;
  padding: 0 0 15px;
  width: 48%; }

.genesis-grid-odd {
  clear: both;
  float: left;
  padding: 0 0 15px;
  width: 48%; }

.genesis-grid-even,
.genesis-grid-odd {
  margin: 0 0 20px; }

/* Headlines
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700; }

h1,
h2,
h2 a,
h2 a:visited {
  font-size: 20px;
  line-height: 24px; }

.page h1 {
  margin: 0 0 5px; }

h2 a:hover {
  color: #25a;
  text-decoration: none; }

.widget-area h2 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold; }

h2 {
  margin: 0 0 20px 0; }

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 5px 0 10px; }

h4 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px; }

.widget-area h4 {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
  /* text-transform: uppercase; */ }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10px; }

/* Unordered / Ordered Lists
------------------------------------------------------------ */
.entry-content ol,
.entry-content ul {
  margin: 0 0 15px 25px; }

.entry-content ul li {
  list-style-type: square; }
.entry-content ul.manage_page h3 {
  display: none; }
.entry-content ul.manage_page li {
  list-style-type: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700; }
  .entry-content ul.manage_page li a {
    color: #2e78ae; }
    .entry-content ul.manage_page li a:hover {
      color: #a6c9ef; }
  .entry-content ul.manage_page li ul {
    margin-bottom: 5px; }
  .entry-content ul.manage_page li li {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400; }

/* Post Info
------------------------------------------------------------ */
.post-info {
  font-size: 11px;
  margin: 5px 0;
  /* text-transform: uppercase; */ }

/* Post Meta
------------------------------------------------------------ */
.post-meta {
  border-top: 1px solid #e6e6e6;
  clear: both;
  font-size: 11px;
  padding: 5px 0 0;
  /* text-transform: uppercase; */ }

/* Author Box
------------------------------------------------------------ */
.author-box {
  margin: 0 0 40px;
  padding: 10px;
  overflow: hidden; }

/* Sticky Posts
------------------------------------------------------------ */
.sticky {
  margin: 0 0 40px;
  padding: 10px; }

/* Archive Page
------------------------------------------------------------ */
.archive-page {
  float: left;
  padding: 20px 0;
  width: 50%; }

/* Post Icons
------------------------------------------------------------ */
.post-comments,
.tags {
  background: url(images/icon-dot.png) no-repeat top left;
  margin: 0 0 0 3px;
  padding: 0 0 2px 10px; }

/* Images
------------------------------------------------------------ */
img {
  max-width: 100%; }

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
  max-width: none; }

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 4px; }

.author-box .avatar {
  float: left;
  margin: 0 10px 0 0; }

.post-image {
  margin: 0 10px 10px 0; }

.comment-list li .avatar {
  background-color: #fff;
  float: right;
  margin: 0 5px 0 10px;
  padding: 4px; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 10px; }

img.alignnone {
  display: inline;
  margin: 0 0 10px; }

img.alignleft {
  display: inline;
  margin: 0 10px 10px 0; }

img.alignright {
  display: inline;
  margin: 0 0 10px 10px; }

.alignleft {
  float: left;
  margin: 0 10px 0 0; }

.alignright {
  float: right;
  margin: 0 0 0 10px; }

.wp-caption {
  padding: 5px 0 0 1px;
  text-align: center; }

p.wp-caption-text {
  font-size: 11px;
  line-height: 12px;
  padding: 5px 0; }

.wp-smiley,
.wp-wink {
  border: none;
  float: none; }

/* Post Navigation
------------------------------------------------------------ */
.navigation {
  overflow: hidden;
  padding: 20px 0;
  width: 100%; }

.navigation li {
  display: inline; }

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
  border: 1px solid #e6e6e6;
  padding: 5px 8px; }

.navigation li a:hover,
.navigation li.active a {
  background-color: #f7f7f7; }

/* Primary / Secondary Sidebars
------------------------------------------------------------ */
#sidebar {
  display: inline;
  float: right;
  width: 275px;
  background-color: #67604c; }
  #sidebar a {
    color: #FFF;
    display: block; }
    #sidebar a:hover {
      color: #a6c9ef; }
  #sidebar h3 {
    margin: 0; }
  #sidebar ul {
    margin: 0 0 5px 0; }
    #sidebar ul li {
      list-style: none;
      line-height: 1.3; }
      #sidebar ul li a {
        padding: 4px 0 4px 15px;
        font-weight: 100;
        font-size: 14px;
        font-size: 1.4rem; }
      #sidebar ul li li a {
        padding-left: 30px; }

#sidebar-alt {
  display: inline;
  float: left;
  width: 150px; }

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
  float: left; }

.content-sidebar-sidebar #sidebar-alt {
  float: right; }

#sidebar .widget,
#sidebar-alt .widget {
  /* margin: 0 0 15px; */
  padding: 15px 20px; }

.widget-area .textwidget {
  padding: 0; }

/* .widget-area ol,
.widget-area ul {
	margin: 0 0 0 25px;
	ol, ul {
		margin: 0 0 0 15px;
	}
} */
.widget-area ul li {
  list-style-type: square;
  word-wrap: break-word; }

.widget-area ol li {
  list-style-type: decimal; }

/* Tag Cloud
------------------------------------------------------------ */
.widget_tag_cloud div div {
  padding: 10px 10px 0; }

/* Dropdowns
------------------------------------------------------------ */
#cat,
.widget_archive select {
  display: inline;
  font-size: 12px;
  margin: 10px 10px 0;
  padding: 3px; }

#sidebar #cat,
#sidebar .widget_archive select {
  width: 278px; }

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
  width: 128px; }

/* Featured Page / Post
------------------------------------------------------------ */
.featuredpage,
.featuredpost {
  clear: both;
  margin: 0 0 15px;
  overflow: hidden; }

.featuredpage .page,
.featuredpost .post {
  overflow: hidden;
  margin: 0 0 15px;
  padding: 10px 10px 5px; }

.more-from-category {
  padding: 0 10px; }

/* User Profile
------------------------------------------------------------ */
.user-profile {
  overflow: hidden; }

.user-profile p {
  padding: 10px 10px 0; }

.user-profile .posts_link {
  padding: 0 0 0 10px; }

/* Buttons
------------------------------------------------------------ */
div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
  background-color: #333;
  border: 1px solid #666;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  padding: 3px 5px;
  text-decoration: none;
  text-transform: uppercase; }

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
  border: 1px solid #666;
  background-color: #000;
  color: #fff;
  text-decoration: none; }

/* Search Form
------------------------------------------------------------ */
#header .searchform {
  float: right;
  padding: 40px 0 0; }

#sidebar .searchform {
  padding: 5px 0 0 10px; }

#nav .searchform {
  float: right; }

.s {
  font-size: 11px;
  margin: 5px 4px 0 0;
  padding: 4px 0 4px 5px;
  width: 200px; }

/* eNews and Update Widget
------------------------------------------------------------ */
.enews p {
  padding: 10px 10px 0; }

.enews #subscribe {
  padding: 0 0 0 10px; }

.enews #subbox {
  font-size: 11px;
  margin: 5px 5px 0 0;
  padding: 4px 0 4px 5px;
  width: 230px; }

/* Calendar Widget
------------------------------------------------------------ */
#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  font-size: 12px;
  font-style: italic;
  padding: 2px 5px 0 0;
  text-align: right; }

#wp-calendar thead {
  background-color: #f7f7f7;
  font-weight: bold;
  margin: 10px 0 0; }

#wp-calendar td {
  background-color: #f7f7f7;
  padding: 2px;
  text-align: center; }

/* Prefooter
------------------------------------------------------------ */
#prefooter {
  color: #fff;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  width: 100%; }
  #prefooter .wrap {
    width: 1020px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 300; }
    #prefooter .wrap ul {
      background-color: #67604c;
      padding: 15px 70px 0;
      width: 100%;
      text-align: justify; }
      #prefooter .wrap ul:after {
        content: "";
        width: 100%;
        display: inline-block; }
      #prefooter .wrap ul li {
        width: 123px;
        display: inline-block;
        text-align: center;
        vertical-align: top; }
        #prefooter .wrap ul li a {
          padding-top: 110px;
          color: #FFF;
          display: block;
          text-decoration: none;
          position: relative;
          opacity: 1;
          -webkit-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -transition: all 0.2s ease;
          transition: all 0.2s ease;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -moz-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
          #prefooter .wrap ul li a:after {
            content: "";
            position: absolute;
            top: 0;
            left: 8px;
            width: 106px;
            height: 106px;
            background: transparent url(assets/images/bridge-icon.png) no-repeat center center;
            background: rgba(0, 0, 0, 0) url(assets/images/bridge-icon.svg) no-repeat center center;
            background-size: auto 100px; }
          #prefooter .wrap ul li a:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }
        #prefooter .wrap ul li:nth-child(1) a:after {
          background-color: #c05252; }
        #prefooter .wrap ul li:nth-child(2) a:after {
          background-color: #ec812b; }
        #prefooter .wrap ul li:nth-child(3) a:after {
          background-color: #598662; }
        #prefooter .wrap ul li:nth-child(4) a:after {
          background-color: #2e78ae; }
        #prefooter .wrap ul li:nth-child(5) a:after {
          background-color: #ffb700; }

/* Footer
------------------------------------------------------------ */
#footer {
  background-color: #a6c9ef;
  color: #fff;
  clear: both;
  overflow: hidden;
  padding: 5px 0;
  margin: 0 auto;
  width: 100%;
  font-weight: 100; }
  #footer .wrap {
    width: 1020px;
    margin: 0 auto;
    position: relative;
    padding: 30px 15px 100px; }
  #footer ul {
    list-style: none;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
    #footer ul li {
      display: inline-block;
      margin: 0 20px 0 0; }
      #footer ul li a {
        display: block;
        padding: 2px 0;
        text-decoration: none; }
        #footer ul li a:hover {
          color: #2e78ae; }
  #footer .accreditation-block .widget {
    float: left;
    margin: 30px 110px 0 0; }
    #footer .accreditation-block .widget p {
      line-height: 1.3;
      float: left;
      max-width: 210px;
      margin: 0 15px 0 0; }
    #footer .accreditation-block .widget:last-child {
      float: right;
      margin: -30px 0 0 0; }
    #footer .accreditation-block .widget a {
      text-decoration: none; }
    #footer .accreditation-block .widget .more, #footer .accreditation-block .widget .textwidget {
      padding-top: 30px; }
  #footer .footer-bottom {
    padding-top: 25px; }
    #footer .footer-bottom .widget {
      width: 50%;
      float: left; }
      #footer .footer-bottom .widget:last-child {
        float: right;
        text-align: right; }
  #footer p {
    color: #fff;
    font-size: 12px; }
  #footer a,
  #footer a:visited {
    color: #fff; }
  #footer .gototop {
    float: left;
    padding: 0 0 0 5px;
    width: 200px; }
    #footer .gototop a {
      background: url(images/footer-top.png) no-repeat center left;
      padding: 2px 0 2px 18px; }
  #footer .creds {
    float: right;
    padding: 0 10px 0 0;
    text-align: right;
    width: 740px; }

/* Comments
------------------------------------------------------------ */
#comments,
#respond {
  margin: 0 0 15px;
  overflow: hidden; }

#author,
#comment,
#email,
#url {
  font-size: 12px;
  margin: 10px 5px 0 0;
  padding: 5px;
  width: 250px; }

#comment {
  height: 150px;
  margin: 10px 0;
  width: 98%; }

.ping-list {
  margin: 0 0 40px; }

.comment-list ol,
.ping-list ol {
  padding: 10px; }

.comment-list li,
.ping-list li {
  font-weight: bold;
  margin: 15px 0 5px;
  padding: 10px 5px 10px 10px; }

.comment-list li ul li {
  list-style-type: none;
  margin-left: 10px;
  margin-right: -6px; }

.comment-list p,
.ping-list p {
  margin: 10px 5px 10px 0; }

.comment-list cite,
.ping-list cite {
  font-style: normal; }

.commentmetadata {
  font-size: 11px; }

.nocomments {
  text-align: center; }

#comments .navigation {
  display: block; }

.thread-alt,
.thread-even {
  background-color: #f7f7f7; }

.alt,
.depth-1,
.even {
  border: 1px solid #e6e6e6; }

/* Gravity Forms
------------------------------------------------------------ */
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
  color: #333;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 12px;
  padding: 4px 5px; }

div.gform_footer input.button {
  color: #fff; }

div.gform_wrapper .ginput_complex label {
  font-size: 12px; }

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 0 0 10px; }

div.gform_wrapper .gform_footer {
  border: none;
  margin: 0;
  padding: 0; }

#pp_submit {
  background: none;
  border: none; }

/* Social Links 
------------------------------------------------------------ */
.social-links li {
  float: left;
  margin: 0 5px 0 0; }

.social-links li.first {
  margin: 0; }

.social-links li a {
  display: block;
  width: 20px;
  height: 20px;
  background: blue; }

.flexslider {
  max-width: 100% !important;
  max-height: none !important; }

#l2p-widget-wrapper table {
  width: 100%; }
  #l2p-widget-wrapper table tr td:first-child {
    width: 150px; }

/* Responsive Import
----------------------------------------------- */
