/*
Theme Name: 318
Theme URI: http://ccg.la/
Description: An advance theme for 318
Version: 1.0.0
Author: CCG
Author URI: http://ccg.la/
*/
/* =Normalize.css v2.1.0 by Nicolas Gallagher - http://necolas.github.com/normalize.css/
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0 0 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.none {
  display: none;
}

/* =Clearfix by Nicolas Gallagher
-------------------------------------------------------------- */
.row:before, .row:after, .clearfix:before, .clearfix:after {
  content: '';
  display: table;
}

.row:after, .clearfix:after {
  clear: both;
}

.row, .clearfix {
  zoom: 1;
}

/* =Gridiculous
-------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  line-height: 1.6875;
}

.grid {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wfull {
  width: 100%;
  max-width: 100%;
}

.w320 {
  max-width: 320px;
}

.w640 {
  max-width: 640px;
}

.w960 {
  max-width: 960px;
}

.row {
  width: 100%;
  margin-bottom: 20px;
}

.row .row {
  width: auto;
  margin: 20px -20px 20px;
}

.c1 {
  width: 8.33%;
}

.c2 {
  width: 16.66%;
}

.c3 {
  width: 25%;
}

.c4 {
  width: 33.33%;
}

.c5 {
  width: 41.66%;
}

.c6 {
  width: 50%;
}

.c7 {
  width: 58.33%;
}

.c8 {
  width: 66.66%;
}

.c9 {
  width: 75%;
}

.c10 {
  width: 83.33%;
}

.c11 {
  width: 91.66%;
}

.c12 {
  width: 100%;
}

.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.s1 {
  margin-left: 8.33%;
}

.s2 {
  margin-left: 16.66%;
}

.s3 {
  margin-left: 25%;
}

.s4 {
  margin-left: 33.33%;
}

.s5 {
  margin-left: 41.66%;
}

.s6 {
  margin-left: 50%;
}

.s7 {
  margin-left: 58.33%;
}

.s8 {
  margin-left: 66.66%;
}

.s9 {
  margin-left: 75%;
}

.s10 {
  margin-left: 83.33%;
}

.s11 {
  margin-left: 91.66%;
}

.end {
  float: right!important;
}

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */
@media only screen and (max-width: 960px) {
  .row .row .c1, .row .row .c2, .row .row .c3, .row .row .c4, .row .row .c5, .row .row .c6, .row .row .c7, .row .row .c8, .row .row .c9, .row .row .c10, .row .row .c11, .row .row .c12 {
    width: 100%;
    margin-bottom: 20px;
  }

  .row .row > div:last-child {
    margin-bottom: 0 !important;
  }
}
/* =Media query for iPad and tablets
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation: portrait) {
  body {
    font-size: 90%;
  }

  /*.row{margin-bottom:0!important}*/
  .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
/* Misc added */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}
h1:first-line, h2:first-line, h3:first-line, h4:first-line, h5:first-line, h6:first-line {
  line-height: 1;
}

.grid > .row:last-child {
  margin-bottom: 0;
}
.grid > .row .c1, .grid > .row .c2, .grid > .row .c3, .grid > .row .c4, .grid > .row .c5, .grid > .row .c6, .grid > .row .c7, .grid > .row .c8, .grid > .row .c9, .grid > .row .c10, .grid > .row .c11, .grid > .row .c12 {
  margin-bottom: 0;
}
.grid > .row .c1 > *:last-child, .grid > .row .c2 > *:last-child, .grid > .row .c3 > *:last-child, .grid > .row .c4 > *:last-child, .grid > .row .c5 > *:last-child, .grid > .row .c6 > *:last-child, .grid > .row .c7 > *:last-child, .grid > .row .c8 > *:last-child, .grid > .row .c9 > *:last-child, .grid > .row .c10 > *:last-child, .grid > .row .c11 > *:last-child, .grid > .row .c12 > *:last-child {
  margin-bottom: 0;
}
.grid > .row .c1.right, .grid > .row .c2.right, .grid > .row .c3.right, .grid > .row .c4.right, .grid > .row .c5.right, .grid > .row .c6.right, .grid > .row .c7.right, .grid > .row .c8.right, .grid > .row .c9.right, .grid > .row .c10.right, .grid > .row .c11.right, .grid > .row .c12.right {
  float: right;
}
.grid > .row .c1.left, .grid > .row .c2.left, .grid > .row .c3.left, .grid > .row .c4.left, .grid > .row .c5.left, .grid > .row .c6.left, .grid > .row .c7.left, .grid > .row .c8.left, .grid > .row .c9.left, .grid > .row .c10.left, .grid > .row .c11.left, .grid > .row .c12.left {
  float: left;
}

@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation: portrait) {
  .grid > .row:last-child {
    margin-bottom: 0;
  }
  .grid > .row .c1, .grid > .row .c2, .grid > .row .c3, .grid > .row .c4, .grid > .row .c5, .grid > .row .c6, .grid > .row .c7, .grid > .row .c8, .grid > .row .c9, .grid > .row .c10, .grid > .row .c11, .grid > .row .c12 {
    margin-bottom: 20px;
  }
  .grid > .row .c1 > *:last-child, .grid > .row .c2 > *:last-child, .grid > .row .c3 > *:last-child, .grid > .row .c4 > *:last-child, .grid > .row .c5 > *:last-child, .grid > .row .c6 > *:last-child, .grid > .row .c7 > *:last-child, .grid > .row .c8 > *:last-child, .grid > .row .c9 > *:last-child, .grid > .row .c10 > *:last-child, .grid > .row .c11 > *:last-child, .grid > .row .c12 > *:last-child {
    margin-bottom: 0;
  }
}
img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
h1 {
  font-size: 2.875em;
  font-family: "Roboto Slab", serif;
  line-height: 1.1;
}

h2 {
  font-size: 2em;
  font-family: "Roboto", sans-serif;
  line-height: 1.09;
  font-weight: 300;
}

h3 {
  font-size: 1.9375em;
  font-family: "Roboto Slab", serif;
  line-height: 1.09;
  font-weight: 300;
}

h4 {
  font-size: 1.6875em;
  font-family: "Roboto Slab", serif;
  line-height: 1.09;
}

h5 {
  font-size: 1.4375em;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  line-height: 1.1;
}

h6 {
  font-size: 1.3125em;
  font-family: "Roboto Slab", serif;
  line-height: 1.14;
  margin-bottom: 20px;
}

.headlineSeven {
  font-size: 1.25em;
  font-family: "Roboto", sans-serif;
}

.paraOne {
  font-size: 1.125em;
  font-family: "Roboto", sans-serif;
}

.paraTwo {
  font-size: 1.125em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.paraThree {
  font-size: 1.0625em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.paraFour {
  font-size: 0.9375em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.paraFive {
  font-size: 0.9375em;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
}

.paraSix {
  font-size: 1.125em;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/* Main Button */
/* Colors */
/* footer color */
/* Fonts */
/* Grid Width */
/* Single Post */
/* Font Size */
/* singlePost */
.singlePost {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #e1e1e1;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.singlePost.firstPost {
  padding-top: 0;
  border-top: none;
}
.singlePost .meta {
  color: #9d9d9d;
  font-size: 0.75em;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
}
.singlePost .meta ul, .singlePost .meta li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.singlePost .meta li {
  float: left;
  padding-right: 8px;
  border-right: 1px solid #9d9d9d;
  margin-right: 8px;
}
.singlePost .meta li:last-child {
  border-right: none;
}
.singlePost img,
.singlePost .wp-caption {
  max-width: 100%;
}
.singlePost img,
.singlePost .wp-post-image {
  border: 4px solid #aaaaaa;
  margin-bottom: 1.25em;
}
.singlePost .thumbnailBig img {
  margin-left: 0;
  border: 4px solid #aaaaaa;
  margin-bottom: 1.25em;
}
.singlePost .thumbnailSmall {
  float: left;
  margin-right: 20px;
  margin-bottom: 0px;
}
.singlePost .thumbnailSmall img {
  margin-bottom: 0px;
}
.singlePost .title {
  font-size: 1.375em;
  font-family: ProximaNovaSemibold;
  font-weight: normal;
  color: #2d2d2d;
  margin-top: 0.1em;
  margin-bottom: 0.0em;
}
.singlePost .title a {
  color: #2d2d2d;
}
.singlePost .content ul, .singlePost .content ol, .singlePost .content p, .singlePost .content dd, .singlePost .content dt, .singlePost .content table, .singlePost .content address, .singlePost .content pre {
  font-size: 0.875em;
}
.singlePost .content table td {
  padding: 5px;
}
.singlePost .content .readMore {
  font-size: 0.875em;
  float: right;
}
.singlePost .content .readMore:hover {
  text-decoration: underline;
}
.singlePost .content a:hover {
  text-decoration: underline;
}
.singlePost .content strong, .singlePost .content dt, .singlePost .content th {
  font-family: ProximaNovaSemibold;
  color: #2d2d2d;
}
.singlePost .content em {
  font-family: ProximaNovaRegularItalic;
}

/* Sidebar */
.sidebar > ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/* widget */
.widget {
  color: #5d5d5d;
  margin-bottom: 1.875em;
}
.widget .widgettitle {
  font-size: 1.0625em;
  font-family: ProximaNovaSemibold;
  color: #2d2d2d;
  text-transform: uppercase;
  margin-bottom: 0em;
}
.widget ul, .widget li, .widget a {
  font-size: 1em;
}
.widget.widget_search label {
  display: none;
}
.widget.widget_search input[type="text"] {
  height: 31px;
  background: url(images/search-input.png) no-repeat left top;
  width: 178px;
  padding: 0 10px;
  border: none;
  float: left;
}
.widget.widget_search input[type="submit"] {
  width: 34px;
  height: 31px;
  background: url(images/search-submit.png) no-repeat left top;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}
.widget.widget_search input[type="submit"]:hover {
  background: url(images/search-submit-hover.png) no-repeat left top;
}
.widget.widget_recent_entries ul, .widget.widget_recent_comments ul, .widget.widget_archive ul, .widget.widget_categories ul, .widget.widget_meta ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.widget.widget_recent_entries ul li, .widget.widget_recent_comments ul li, .widget.widget_archive ul li, .widget.widget_categories ul li, .widget.widget_meta ul li {
  padding: 0.75em 0.875em;
  background: url(images/plus.png) no-repeat left 19px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #ebebeb;
}
.widget.widget_recent_entries ul li a, .widget.widget_recent_comments ul li a, .widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_meta ul li a {
  color: #5d5d5d;
}
.widget.widget_recent_entries ul li a:hover, .widget.widget_recent_comments ul li a:hover, .widget.widget_archive ul li a:hover, .widget.widget_categories ul li a:hover, .widget.widget_meta ul li a:hover {
  color: #04ade4;
}
.widget.widget_recent_entries ul li:first-child, .widget.widget_recent_comments ul li:first-child, .widget.widget_archive ul li:first-child, .widget.widget_categories ul li:first-child, .widget.widget_meta ul li:first-child {
  border-top: none;
}

.tagcloud a {
  font-size: 11px !important;
  color: #5d5d5d;
  background: #e8e8e8;
  padding: 0px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  text-shadow: 0x 1px 0px rgba(255, 255, 255, 0.3) 2px 5px rgba(0, 0, 0, 0.4);
}

/* More Prev */
#morePrev {
  overflow: hidden;
  padding: 1em 0px;
}

#morePrev .more {
  float: right;
}

#morePrev .prev {
  float: left;
}

/* Comment */
#respond input[type="text"],
#respond textarea {
  height: 28px;
  background: url(images/comment-inputbg.png) repeat-x center top;
  border: 1px solid #b5b4b4;
  margin-right: 10px;
  width: 240px;
  padding: 0 10px;
}
#respond textarea {
  width: 100%;
  height: 160px;
  padding: 10px;
}

/* Single Comment */
.commentlist {
  padding-left: 0;
}
.commentlist .comment {
  list-style: none;
  margin-left: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.commentlist .comment ul, .commentlist .comment ol, .commentlist .comment p, .commentlist .comment dd, .commentlist .comment dt, .commentlist .comment table, .commentlist .comment .comment-reply-link, .commentlist .comment address, .commentlist .comment pre {
  font-size: 0.875em;
}
.commentlist .comment .comment-body {
  border-bottom: 1px dashed #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.commentlist .comment .commentmetadata {
  margin-left: 42px;
}
.commentlist .comment .commentmetadata a {
  font-size: 0.875em;
}
.commentlist .comment p, .commentlist .comment .reply {
  margin-left: 42px;
  margin-top: 0;
}
.commentlist .comment .reply,
.commentlist .comment .children {
  display: none;
}
.commentlist .comment table td {
  padding: 5px;
}
.commentlist .comment .comment-author .fn {
  font-size: 0.875em;
  font-style: normal;
}
.commentlist .comment .comment-author img {
  float: left;
  border: 4px solid #aaaaaa;
  margin-right: 10px;
}

/* Meta Share */
.metaShare {
  overflow: hidden;
  padding-top: 1.25em;
}
.metaShare ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.metaShare .metaTop {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1.875em;
}
.metaShare .metaTop .right {
  float: right;
}
.metaShare .metaTop .right li {
  float: left;
  margin-left: 10px;
  color: #999999;
  font-size: 0.8125em;
  text-transform: uppercase;
}
.metaShare .metaTop .right li.shareText {
  height: 21px;
  line-height: 21px;
  display: inline-block;
}
.metaShare .metaTop .right li.facebookShare a {
  width: 12px;
  height: 21px;
  background: url(images/facebookshare.png) no-repeat left top;
  display: inline-block;
  text-indent: -9999px;
}
.metaShare .metaTop .right li.facebookShare a:hover {
  background-position: -58px 0;
}
.metaShare .metaTop .right li.twitterShare a {
  width: 21px;
  height: 21px;
  background: url(images/twittershare.png) no-repeat left top;
  display: inline-block;
  text-indent: -9999px;
}
.metaShare .metaTop .right li.twitterShare a:hover {
  background-position: -58px 0;
}
.metaShare .metaTop .right li.googlePlusShare a {
  width: 21px;
  height: 21px;
  background: url(images/googleplusshare.png) no-repeat left top;
  display: inline-block;
  text-indent: -9999px;
}
.metaShare .metaTop .right li.googlePlusShare a:hover {
  background-position: -58px 0;
}
.metaShare .metaTop .right li.pinterestShare a {
  width: 21px;
  height: 21px;
  background: url(images/pinterestshare.png) no-repeat left top;
  display: inline-block;
  text-indent: -9999px;
}
.metaShare .metaTop .right li.pinterestShare a:hover {
  background-position: -58px 0;
}
.metaShare .metaTop .left {
  float: left;
}
.metaShare .metaBottom {
  border-top: 1px solid #e1e1e1;
  padding-top: 1.875em;
  text-align: right;
}
.metaShare .metaBottom .taglist {
  font-size: 1em;
  color: #2d2d2d;
}
.metaShare .metaBottom .taglist a {
  color: #5d5d5d;
}
.metaShare .metaBottom .taglist a:hover {
  color: #04ade4;
}

/* Misc */
body.single .singlePost {
  padding-bottom: 0;
  border-bottom: none;
}

@font-face {
  font-family: 'ProximaNovaBlack';
  src: url("fonts/ProximaNova-Black-webfont.eot");
  src: url("fonts/ProximaNova-Black-webfont.eot?iefix") format("eot"), url("fonts/ProximaNova-Black-webfont.woff") format("woff"), url("fonts/ProximaNova-Black-webfont.ttf") format("truetype"), url("fonts/ProximaNova-Black-webfont.svg#webfontRO7Et6Qx") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaBlackItalic';
  src: url("fonts/ProximaNova-BlackIt-webfont.eot");
  src: url("fonts/ProximaNova-BlackIt-webfont.eot?iefix") format("eot"), url("fonts/ProximaNova-BlackIt-webfont.woff") format("woff"), url("fonts/ProximaNova-BlackIt-webfont.ttf") format("truetype"), url("fonts/ProximaNova-BlackIt-webfont.svg#webfontaD8Cw3Cj") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaBold';
  src: url("fonts/ProximaNova-Bold-webfont.eot");
  src: url("fonts/ProximaNova-Bold-webfont.eot?iefix") format("eot"), url("fonts/ProximaNova-Bold-webfont.woff") format("woff"), url("fonts/ProximaNova-Bold-webfont.ttf") format("truetype"), url("fonts/ProximaNova-Bold-webfont.svg#webfontZ6etP9ZY") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaBoldItalic';
  src: url("fonts/ProximaNova-BoldIt-webfont.eot");
  src: url("fonts/ProximaNova-BoldIt-webfont.eot?iefix") format("eot"), url("fonts/ProximaNova-BoldIt-webfont.woff") format("woff"), url("fonts/ProximaNova-BoldIt-webfont.ttf") format("truetype"), url("fonts/ProximaNova-BoldIt-webfont.svg#webfont0l8kgNfq") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaExtrabold';
  src: url("fonts/ProximaNova-Xbold-webfont.eot");
  src: url("fonts/ProximaNova-Xbold-webfont.eot?iefix") format("eot"), url("fonts/ProximaNova-Xbold-webfont.woff") format("woff"), url("fonts/ProximaNova-Xbold-webfont.ttf") format("truetype"), url("fonts/ProximaNova-Xbold-webfont.svg#webfont2rpW2ohz") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaExtraboldItalic';
  src: url("fonts/ProximaNova-XboldIt-webfont.eot");
  src: url("fonts/ProximaNova-XboldIt-webfont.eot?iefix") format("eot"), url("fonts/ProximaNova-XboldIt-webfont.woff") format("woff"), url("fonts/ProximaNova-XboldIt-webfont.ttf") format("truetype"), url("fonts/ProximaNova-XboldIt-webfont.svg#webfontGz6qlujv") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaRegularItalic';
  src: url("fonts/ProximaNova-RegIt-webfont.eot");
  src: url("fonts/ProximaNova-RegIt-webfont.eot?iefix") format("eot"), url("fonts/ProximaNova-RegIt-webfont.woff") format("woff"), url("fonts/ProximaNova-RegIt-webfont.ttf") format("truetype"), url("fonts/ProximaNova-RegIt-webfont.svg#webfontiP1Vaam0") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaLight';
  src: url("fonts/ProximaNova-Light-webfont.eot");
  src: url("fonts/ProximaNova-Light-webfont.eot?iefix") format("eot"), url("fonts/ProximaNova-Light-webfont.woff") format("woff"), url("fonts/ProximaNova-Light-webfont.ttf") format("truetype"), url("fonts/ProximaNova-Light-webfont.svg#webfontBtAcCspH") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaLightItalic';
  src: url("fonts/ProximaNova-LightIt-webfont.eot");
  src: url("fonts/ProximaNova-LightIt-webfont.eot?iefix") format("eot"), url("fonts/ProximaNova-LightIt-webfont.woff") format("woff"), url("fonts/ProximaNova-LightIt-webfont.ttf") format("truetype"), url("fonts/ProximaNova-LightIt-webfont.svg#webfontCMFRFfQx") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaRegular';
  src: url("fonts/ProximaNova-Reg-webfont.eot");
  src: url("fonts/ProximaNova-Reg-webfont.eot?iefix") format("eot"), url("fonts/ProximaNova-Reg-webfont.woff") format("woff"), url("fonts/ProximaNova-Reg-webfont.ttf") format("truetype"), url("fonts/ProximaNova-Reg-webfont.svg#webfontZam02nTh") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaSemibold';
  src: url("fonts/ProximaNova-Sbold-webfont.eot");
  src: url("fonts/ProximaNova-Sbold-webfont.eot?iefix") format("eot"), url("fonts/ProximaNova-Sbold-webfont.woff") format("woff"), url("fonts/ProximaNova-Sbold-webfont.ttf") format("truetype"), url("fonts/ProximaNova-Sbold-webfont.svg#webfontZWd5BY6k") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaSemiboldItalic';
  src: url("fonts/ProximaNova-SboldIt-webfont.eot");
  src: url("fonts/ProximaNova-SboldIt-webfont.eot?iefix") format("eot"), url("fonts/ProximaNova-SboldIt-webfont.woff") format("woff"), url("fonts/ProximaNova-SboldIt-webfont.ttf") format("truetype"), url("fonts/ProximaNova-SboldIt-webfont.svg#webfonts0Ze8AMu") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaThin';
  src: url("fonts/ProximaNova-Thin-webfont.eot");
  src: url("fonts/ProximaNova-Thin-webfont.eot?iefix") format("eot"), url("fonts/ProximaNova-Thin-webfont.woff") format("woff"), url("fonts/ProximaNova-Thin-webfont.ttf") format("truetype"), url("fonts/ProximaNova-Thin-webfont.svg#webfontOmb6oXeh") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaThinItalic';
  src: url("fonts/ProximaNova-ThinIt-webfont.eot");
  src: url("fonts/ProximaNova-ThinIt-webfont.eot?iefix") format("eot"), url("fonts/ProximaNova-ThinIt-webfont.woff") format("woff"), url("fonts/ProximaNova-ThinIt-webfont.ttf") format("truetype"), url("fonts/ProximaNova-ThinIt-webfont.svg#webfontrOyvj8qV") format("svg");
  font-weight: normal;
  font-style: normal;
}

.grid {
  max-width: 1020px;
}

.section {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
.section p {
  line-height: 1.7;
}
.section .sectionFeaturedImage {
  width: 263px;
  height: 292px;
}
.section.white {
  background: #ffffff;
  color: #000000;
}
.section.white .sectionFeaturedImage {
  background: #ffffff;
}
.section.white .sectionFeaturedImage:after {
  content: '';
  background: url(images/image-cover-white.png) no-repeat center top;
}
.section.green {
  background: #e5f4dc;
}
.section.green .sectionFeaturedImage {
  background: #e5f4dc;
}
.section.green .sectionFeaturedImage:after {
  content: '';
  background: url(images/image-cover-green.png) no-repeat center top;
}
.section.gray {
  background: #eceded;
}
.section.gray .sectionFeaturedImage {
  background: #eceded;
}
.section.gray .sectionFeaturedImage.gray:after {
  content: '';
  background: url(images/image-cover-gray.png) no-repeat center top;
}
.section.darkgreen {
  background: #829976;
  color: #ffffff;
}
.section.darkgreen .sectionFeaturedImage {
  background: #829976;
}
.section.darkgreen .sectionFeaturedImage:after {
  content: '';
  background: url(images/image-cover-dark-green.png) no-repeat center top;
}
.section.blue {
  background: #d1e7f3;
  color: #000000;
}
.section.blue .sectionFeaturedImage {
  background: #d1e7f3;
}
.section.blue .sectionFeaturedImage:after {
  content: '';
  background: url(images/image-cover-blue.png) no-repeat center top;
}
.section.darkblue {
  background: #82abc1;
  color: #ffffff;
}
.section.darkblue .sectionFeaturedImage {
  background: #82abc1;
}
.section.darkblue .sectionFeaturedImage:after {
  content: '';
  background: url(images/image-cover-dark-blue.png) no-repeat center top;
}

a {
  text-decoration: none;
  color: #269eeb;
}
a:hover {
  text-decoration: underline;
}
a.learnMore {
  padding-right: 44px;
  background: url(images/learn-more-arrow.png) no-repeat right top;
  height: 44px;
  line-height: 32px;
  display: inline-block;
  font-family: Roboto;
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
}
a.learnMore:hover {
  opacity: 0.9;
  text-decoration: none;
}
a.bottomArrow {
  display: block;
  text-align: center;
  margin-top: 40px;
}
a.bottomArrow span {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url(images/arrow-down.png) no-repeat 0 0;
  text-indent: -9999px;
}
a.bottomArrow span:hover {
  background-position: -400px 0;
}

.button, #respond input[type="submit"], .page-template-page-contact-php input[type="submit"] {
  font-size: 1.125em;
  background: #ffffff;
  border: 3px solid black;
  text-transform: uppercase;
  padding: 0.5em 1.5em;
  font-family: Roboto;
  color: #000000;
  line-height: 1;
  display: inline-block;
}
.button:hover, #respond input[type="submit"]:hover, .page-template-page-contact-php input[type="submit"]:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.button.darkBackground, #respond input.darkBackground[type="submit"], .page-template-page-contact-php input.darkBackground[type="submit"] {
  border-color: #ffffff;
  background: none;
  color: #ffffff;
}
.button.darkBackground:hover, #respond input.darkBackground[type="submit"]:hover, .page-template-page-contact-php input.darkBackground[type="submit"]:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
.button.lightbg, #respond input[type="submit"], input.button[type="submit"], .page-template-page-contact-php input[type="submit"] {
  background: #ffffff;
  border: 3px solid black;
}
.button.lightbg:hover, #respond input[type="submit"]:hover, input.button[type="submit"]:hover, .page-template-page-contact-php input[type="submit"]:hover {
  background: black !important;
  color: #ffffff;
  text-decoration: none;
}
.button.transparent, #respond input.transparent[type="submit"], .page-template-page-contact-php input.transparent[type="submit"] {
  background: none;
}
.button.transparent:hover, #respond input.transparent[type="submit"]:hover, .page-template-page-contact-php input.transparent[type="submit"]:hover {
  background: #000000;
  color: #ffffff;
}

.sectionTitle {
  text-align: center;
}

.sectionSubTitle {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 1.125em;
  padding-bottom: 1.25em;
  margin-bottom: 0;
}
.sectionSubTitle p,
.sectionSubTitle span {
  background: #8db9de;
  border-radius: 20px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
  line-height: 1;
}

body {
  font-family: "Roboto", sans-serif;
  font-family: "Roboto Condensed", sans-serif;
  font-family: "Roboto Slab", serif;
  line-height: 1.2;
  color: #000000;
}
body p {
  margin-bottom: 20px;
}
body p, body ol, body ul, body table {
  font-size: 1.125em;
}

#mainSlider > .inMainSlider > .singleSlide {
  display: none;
}
#mainSlider > .inMainSlider > .singleSlide:first-child {
  display: block;
}
#mainSlider .singleSlide {
  background: #2a4b5e url(images/sliderbg.jpg) repeat-x center top;
  padding-top: 54px;
  padding-bottom: 34px;
  color: #ffffff;
}
#mainSlider .singleSlide .learnMore {
  float: right;
}
#mainSlider .singleSlide .c5 {
  text-align: center;
}
#mainSlider .singleSlide .c5 img {
  margin-bottom: 47px;
}
#mainSlider .singleSlide .c5 .button, #mainSlider .singleSlide .c5 #respond input[type="submit"], #respond #mainSlider .singleSlide .c5 input[type="submit"], #mainSlider .singleSlide .c5 .page-template-page-contact-php input[type="submit"], .page-template-page-contact-php #mainSlider .singleSlide .c5 input[type="submit"] {
  margin-bottom: 20px;
}
#mainSlider .singleSlide .title {
  font-size: 1em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
#mainSlider .singleSlide .headline {
  font-size: 2.5em;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 26px;
}
#mainSlider .singleSlide ul, #mainSlider .singleSlide li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#mainSlider .singleSlide p {
  font-size: 1.125em;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 100;
}
#mainSlider .singleSlide ul {
  clear: both;
  padding-bottom: 10px;
  overflow: hidden;
}
#mainSlider .singleSlide ul:last-child {
  padding-bottom: 30px;
}
#mainSlider .singleSlide ul li {
  float: left;
  font-size: 1.125em;
  color: #ffffff;
  font-weight: 100;
  margin-left: 8px;
  background: url(images/li-dot.png) no-repeat left center;
  padding-left: 12px;
  line-height: 1;
}
#mainSlider .singleSlide ul li:first-child {
  background: none;
  margin-left: 0;
  padding-left: 0;
}

#mainSliderVertical {
  background: #2a4b5e url(images/sliderbg.jpg) no-repeat center top;
  height: 314px;
/*   height: 405px; */
}
#mainSliderVertical .singleSlide {
  height: 314px;
  display: table;
  text-align: center;
  width: 100%;
}
#mainSliderVertical .singleSlide .container {
  display: table-cell;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
#mainSliderVertical .singleSlide .container p {
  line-height: 1.7;
}
#mainSliderVertical .singleSlide .container .headlineSeven {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
}
#mainSliderVertical .singleSlide .container .topHeadline {
  font-size: 2.625em;
  font-weight: normal;
  font-weight: 300;
  line-height: 1.4;
}

#header {
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-top: 3px solid #a6c299;
  height: 119px;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 500;
}
#header #logo {
  margin-top: 31px;
/*   width: 88px; */
	width: 56px;
}
#header .c1 {
  padding-right: 0;
}
#header .c11 {
  position: relative;
}
#header .bottom {
  position: absolute;
  top: 70px;
  right: 20px;
}
#header .bottom li {
  float: left;
  margin-left: 40px;
}
#header .bottom li a {
  float: left;
  height: 46px;
  font-size: 0.9375em;
  font-family: "Roboto", sans-serif;
  color: #62727d;
  border-bottom: 6px solid white;
}
#header .bottom li:hover a {
  color: #a6c299;
  border-bottom: 6px solid #a6c299;
  text-decoration: none;
}
#header .top {
  position: absolute;
  top: 28px;
  right: 20px;
}
#header .top ul li {
  float: left;
  font-size: 0.8125em;
  color: #62727d;
  margin-left: 24px;
  height: 16px;
}
#header .top ul li:first-child {
  margin-left: 0;
}
#header .top ul li a {
  color: #62727d;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
#header .top ul li.email a {
  padding-left: 24px;
  background: url(images/icon-mail.png) no-repeat left center;
}
#header .top ul li.phone a {
  padding-left: 24px;
  background: url(images/icon-phone.png) no-repeat left center;
}
#header .top ul li.chat a {
  padding-left: 27px;
  background: url(images/icon-speech.png) no-repeat left 4px;
}
#header ul, #header li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.sectionFeaturedImage,
.attachment-medium {
  position: relative;
}
.sectionFeaturedImage:after,
.attachment-medium:after {
  content: '';
  width: 263px;
  height: 292px;
  background: url(images/image-cover-green.png) no-repeat center top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

html body {
  padding-top: 115px;
}

#mainSlider {
  position: relative;
}
#mainSlider .bx-controls {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  z-index: 100;
  height: 13px;
}
#mainSlider .bx-controls .bx-pager .bx-pager-item:first-child {
  margin-left: 0;
}
#mainSlider .bx-controls .bx-pager .bx-pager-item a {
  float: left;
  width: 13px;
  height: 13px;
  background: url(images/dot-light.png) no-repeat left top;
  text-indent: -9999px;
  margin-left: 4px;
}
#mainSlider .bx-controls .bx-pager .bx-pager-item a:hover {
  background: url(images/dot-active-singleslide.png) no-repeat left top;
}
#mainSlider .bx-controls .bx-pager .bx-pager-item a.active {
  background: url(images/dot-active-singleslide.png) no-repeat left top;
}

#getAQuote {
  text-align: center;
  padding-bottom: 2.875em;
}
#getAQuote .iconTop {
  position: relative;
  top: -27px;
}

#footer {
  background: #3f3f3f;
  padding-top: 20px;
  text-align: center;
}
#footer .topArrow {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
#footer .topArrow span {
  display: inline-block;
  width: 54px;
  height: 54px;
  background: url(images/arrow-top.png) no-repeat 0 0;
  text-indent: -9999px;
}
#footer .topArrow span:hover {
  background-position: -401px 0;
}
#footer h3 {
  font-size: 1.375em;
  line-height: 1;
  color: #ffffff;
  font-family: Roboto;
  text-transform: uppercase;
  padding-bottom: 28px;
  background: url(images/small-stroke.png) no-repeat center bottom;
  margin-bottom: 50px;
}
#footer .footerSocial {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 64px;
}
#footer .footerSocial li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  margin-right: -4px;
  padding: 0 12px;
}
#footer .footerTop {
  padding-bottom: 3.75em;
}
#footer .footerBottom .inc12 {
  border-top: 1px solid #4c4f50;
  padding-top: 30px;
}
#footer .footerBottom .copyright {
  font-size: 0.8125em;
  color: #939393;
  margin-top: 13px;
}

.contactBottom {
  background: #ffffff;
}
.contactBottom input[type="text"],
.contactBottom input[type="email"],
.contactBottom input[type="tel"],
.contactBottom textarea {
  height: 38px;
  background: #e9e9e9;
  padding: 0 12px;
  border: none;
  border-radius: 3px;
  margin-bottom: 12px;
  width: 100%;
  color: #7d7d7d;
  font-size: 0.9375em;
  font-family: Roboto;
}
.contactBottom textarea {
  padding: 12px;
  height: 200px;
}
.contactBottom input[type="submit"] {
  float: right;
}
.contactBottom .mapSubBottom .row {
  padding-bottom: 18px;
  background: url(images/stroke-bottom-form.png) no-repeat center bottom;
  margin-bottom: 0;
}
.contactBottom .mapSubBottom .row p {
  margin: 0;
}
.contactBottom .mapSubBottom .row p strong {
  font-size: 0.9375em;
  text-transform: uppercase;
  color: #070707;
  font-family: Roboto;
}
.contactBottom .mapSubBottom .row .address p {
  font-size: 0.8125em;
}
.contactBottom .mapSubBottom p {
  font-size: 0.8125em;
  color: #575252;
}
.contactBottom .mapSubBottom .contactSocial {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 20px;
}
.contactBottom .mapSubBottom .contactSocial li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  margin-right: 3px;
}
.contactBottom .mapSubBottom .contactSocial li:last-child {
  margin-right: 0;
}

/* Sub Nav */
.subNavCon {
  height: 91px;
  overflow: hidden;
  background: #a7c299;
}
.subNavCon ul, .subNavCon li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.subNavCon li {
  float: left;
  height: 91px;
  line-height: 91px;
}
.subNavCon li a {
  float: left;
  padding: 0 45px;
  background: url(images/subnav-vbg.png) no-repeat center right;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.subNavCon li a:hover {
  background: #ffffff;
  text-decoration: none;
  color: #a7c299;
}

/* Three COlumn Boxes */
.threeColumnBoxes {
  background: #ffffff;
  text-align: center;
}
.threeColumnBoxes .threeBoxesCon {
  /*margin-bottom: 44px;*/
}
.threeColumnBoxes .threeBoxesCon .singleBox {
  width: 238px;
  background: #ecf4fa;
  padding: 30px;
  display: inline-block;
}
.threeColumnBoxes .threeBoxesCon .singleBox .paraFour {
  text-transform: uppercase;
  font-size: 0.9375em;
  font-weight: normal;
}
.threeColumnBoxes p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.threeColumnWideBoxes {
  background: #ecf4fa;
  text-align: center;
}
.threeColumnWideBoxes p {
  text-align: center;
}
.threeColumnWideBoxes .threeColumnWideBoxesCon {
  overflow: hidden;
}
.threeColumnWideBoxes .threeColumnWideBoxesCon .inBox {
  background: #d1e7f3;
  border-radius: 6px;
  padding: 30px 20px;
  text-align: left;
}
.threeColumnWideBoxes .threeColumnWideBoxesCon .inBox:hover {
  background: #8db9de;
}
.threeColumnWideBoxes .threeColumnWideBoxesCon .inBox:hover .right {
  color: #ffffff;
}
.threeColumnWideBoxes .threeColumnWideBoxesCon .inBox h5, .threeColumnWideBoxes .threeColumnWideBoxesCon .inBox p {
  margin: 0px;
  line-height: 1;
  font-weight: 100;
}
.threeColumnWideBoxes .threeColumnWideBoxesCon .inBox h5 {
  font-size: 1.25em;
}
.threeColumnWideBoxes .threeColumnWideBoxesCon .inBox p {
  font-size: 1.0625em;
}
.threeColumnWideBoxes .threeColumnWideBoxesCon .inBox .left {
  float: left;
  width: 56px;
}
.threeColumnWideBoxes .threeColumnWideBoxesCon .inBox .left img {
  margin: 0;
}
.threeColumnWideBoxes .threeColumnWideBoxesCon .inBox .right {
  margin-left: 66px;
  color: #000000;
}
.threeColumnWideBoxes .threeColumnWideBoxesCon .inBox .right h5 {
  margin-bottom: 8px;
}
.threeColumnWideBoxes .threeColumnWideBoxesCon .inBox .right p {
  text-align: left;
}

.dualColumnList .topLine {
  margin-bottom: 50px;
}
.dualColumnList .topLine p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.dualColumnList .dualIcon .left {
  float: left;
  width: 90px;
}
.dualColumnList .dualIcon .right {
  margin-left: 110px;
}
.dualColumnList .dualIcon .right h6 {
  margin-bottom: 0;
  font-family: Roboto;
  font-weight: 100;
  margin-bottom: 0;
}
.dualColumnList .dualIcon .right p {
  margin-top: 10px;
  font-family: Roboto;
  font-weight: 100;
}

.fourColumnBoxes .content {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.fourColumnBoxes .topLine {
  margin-bottom: 50px;
}
.fourColumnBoxes .fourBoxesCon .singleBox {
  width: 233px;
  padding: 20px;
  background: #ecf4fa;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.fourColumnBoxes .fourBoxesCon .singleBox:nth-child(4n+4) {
  margin-right: 0;
}
.fourColumnBoxes .fourBoxesCon .singleBox .top {
  height: 106px;
}
.fourColumnBoxes .fourBoxesCon .singleBox .paraFour,
.fourColumnBoxes .fourBoxesCon .singleBox p:first-child {
  margin-top: auto;
}
.fourColumnBoxes .fourBoxesCon .singleBox p {
  color: #666666;
  font-size: 0.9375em;
  line-height: 1.5;
}
.fourColumnBoxes .fourBoxesCon .singleBox .paraFour {
  text-transform: uppercase;
  color: #000000;
}

.leadership {
  color: #000000;
}
.leadership .sectionTitle {
  margin-bottom: 40px;
}
.leadership .singleLeadership .right .top .sunRight {
  float: right;
}
.leadership .singleLeadership .right .top h6 {
  margin-bottom: 10px;
  font-weight: 300;
}
.leadership .singleLeadership .right .top .paraOne {
  margin-top: -10px;
  text-transform: uppercase;
  font-size: 1.125em;
}
.leadership .leadershipCon .singleLeadership {
  border-bottom: 1px solid #c9deea;
  border-top: 1px solid #aabcc6;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-top: 60px;
}
.leadership .leadershipCon .singleLeadership:first-child {
  border-top: none;
  padding-top: 0;
}
.leadership .leadershipCon .singleLeadership:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.checklist, .checkListCon ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 1.125em;
}
.checklist li, .checkListCon ul li {
  padding-left: 36px;
  color: #ffffff;
  font-family: Roboto;
  font-weight: normal;
  margin-bottom: 16px;
  background: url(images/check.png) no-repeat left top;
  min-height: 28px;
}

.green .checklist li, .green .checkListCon ul li, .checkListCon .green ul li {
  background: url(images/check-green.png) no-repeat left top;
}

.fiveColumnBoxes {
  background: #ecf4fa;
}
.fiveColumnBoxes .midLine {
  background: url(images/maturity-model-arrow-bg.png) no-repeat left top;
  margin-bottom: 24px;
}
.fiveColumnBoxes .midLine .subSection {
  display: inline-block;
  width: 33%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  /*background: #819d96;*/
  margin-right: -4px;
}
.fiveColumnBoxes .midLine .subSection:nth-child(1) {
  /*background: #a9d3be;*/
}
.fiveColumnBoxes .midLine .subSection:nth-child(2) {
  /*background: #849c7b;*/
}
.fiveColumnBoxes .fiveBoxesCon .singleBox {
  display: inline-block;
  width: 182px;
  background: #bad9ec;
  text-align: center;
  margin-right: 10px;
}
.fiveColumnBoxes .fiveBoxesCon .singleBox:last-child {
  margin-right: 0;
}
.fiveColumnBoxes .fiveBoxesCon .singleBox .top {
  height: 68px;
}
.fiveColumnBoxes .fiveBoxesCon .singleBox .top p {
  margin: 0;
  line-height: 68px;
  font-size: 0.8125em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 100;
}
.fiveColumnBoxes .fiveBoxesCon .singleBox .bottom {
  background: #81aabf;
  padding: 20px;
}
.fiveColumnBoxes .fiveBoxesCon .singleBox .bottom ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: Roboto;
  font-size: 12px;
  color: #ffffff;
  text-align: left;
}
.fiveColumnBoxes .fiveBoxesCon .singleBox .bottom ul li {
  margin-bottom: 13px;
  color: #000000;
}

.iconParallax {
  background: #0e214b;
}
.iconParallax .top h3 {
  text-align: center;
  padding-bottom: 60px;
  color: #ffffff;
}
.iconParallax .iconCon .singleIconColumn {
  width: 19.5%;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9375em;
  line-height: 1;
  font-family: Roboto;
}
.iconParallax .iconCon .singleIconColumn p {
  line-height: 1;
}

.testimonialSection {
  background: #82abc1;
}
.testimonialSection .singleTestimonial {
  padding-top: 53px;
  background: url(images/quote.png) no-repeat center top;
  color: #ffffff;
}
.testimonialSection .singleTestimonial p {
  margin-top: 0;
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: 100;
}
.testimonialSection .singleTestimonial .c1 {
  padding-right: 0;
}
.testimonialSection .singleTestimonial .name {
  display: block;
  background: url(images/small-stroke.png) no-repeat center top;
  margin-top: 0px;
  padding-top: 33px;
  text-align: center;
  font-size: 0.9375em;
  text-transform: uppercase;
  font-family: Roboto;
}

.mobileCon {
  display: none;
}

.menuLink {
  text-decoration: none;
}
.menuLink:hover {
  text-decoration: none;
}

.taglist {
  font-family: ProximaNovaRegular;
  font-size: 16px;
}
.taglist a {
  color: #999999;
}
.taglist strong {
  color: #000000;
  font-family: ProximaNovaSemibold;
}

.sidebar {
  font-family: ProximaNovaRegular;
}

.content ul,
.content ol {
  font-size: 1.125em;
}
.content ul li,
.content ol li {
  font-weight: normal;
  margin-bottom: 16px;
}

#fourofourCon {
  background: #eef7fc;
}
#fourofourCon h1 {
  font-weight: 400;
  margin-bottom: 20px;
}
#fourofourCon h3 {
  margin-bottom: 0;
}
#fourofourCon p {
  max-width: 550px;
  font-size: 1.4375em;
  font-weight: 300;
  line-height: 1.3;
}

.mapCode {
  border: 10px solid #f2f2f2;
  height: 195px;
  overflow: hidden;
}

iframe {
  width: 100%;
}

.page-template-page-contact-php .wpcf7-response-output {
  clear: both;
  margin: 10px 0;
}
.page-template-page-contact-php .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: -10px;
}

.iconList {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.iconList li {
  margin-bottom: 32px;
}
.iconList li img {
  float: left;
  margin-right: 18px;
}
.iconList li span {
  position: relative;
  top: 5px;
  line-height: 1.3;
  font-family: Roboto;
  font-weight: 100;
  letter-spacing: 0.5px;
}

.threeColumnCheckList .top {
  margin-bottom: 30px;
}
.threeColumnCheckList .checkListCon li {
  background-image: url(images/check-green.png) !important;
  padding-top: 4px;
}

#container .section .topLine {
  margin-bottom: 50px;
}

.carouselContainer {
  position: relative;
  height: 415px;
  overflow: hidden;
}
.carouselContainer .bx-prev {
  width: 22px;
  height: 77px;
  background: url(images/carousel-arrow-left.png) no-repeat left top;
  text-indent: -9999px;
  display: inline-block;
  float: left;
}
.carouselContainer .bx-next {
  width: 22px;
  height: 77px;
  background: url(images/carousel-arrow-right.png) no-repeat left top;
  text-indent: -9999px;
  display: inline-block;
  float: right;
}
.carouselContainer .bx-controls-direction {
  position: relative;
  max-width: 980px;
  background: red;
  top: -246px;
  margin-left: auto;
  margin-right: auto;
}
