/*
 * Gridiculous
 *
 * A responsive grid boilerplate that takes you all the way from 1200px on down to 320px.
 *
 * created by c.bavota
 * released under GPL v2
 *
 * March 4th, 2013
 */
/* =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.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 #c0c0c0;
  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: 0 -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 */
.c1 > *, .c2 > *, .c3 > *, .c4 > *, .c5 > *, .c6 > *, .c7 > *, .c8 > *, .c9 > *, .c10 > *, .c11 > *, .c12 > *, .content > * {
  margin-top: 0; }
  .c1 > *:first-child, .c2 > *:first-child, .c3 > *:first-child, .c4 > *:first-child, .c5 > *:first-child, .c6 > *:first-child, .c7 > *:first-child, .c8 > *:first-child, .c9 > *:first-child, .c10 > *:first-child, .c11 > *:first-child, .c12 > *:first-child, .content > *:first-child {
    margin-top: 0; }
  .c1 > *:last-child, .c2 > *:last-child, .c3 > *:last-child, .c4 > *:last-child, .c5 > *:last-child, .c6 > *:last-child, .c7 > *:last-child, .c8 > *:last-child, .c9 > *:last-child, .c10 > *:last-child, .c11 > *:last-child, .c12 > *:last-child, .content > *:last-child {
    margin-bottom: 0; }

.grid > .row:first-child {
  margin-top: 0; }
.grid > .row:last-child {
  margin-bottom: 0; }

a, input[type="submit"] {
  -webkit-transition: color .4s ease-in-out;
  -moz-transition: color .4s ease-in-out;
  -o-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out; }
  a:before, input[type="submit"]:before {
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out; }
  a:after, input[type="submit"]:after {
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out; }

.inRow {
  margin-left: 0px;
  margin-right: 1px;
  overflow: hidden; }

a, img {
  transition: all .5s ease-in-out; }

/* Includes reset and css effects */
/* -------------------------------------------------------------
  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 */
@font-face {
  font-family: "untitled-font-1";
  src: url("fonts/untitled-font-1.eot");
  src: url("fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"), url("fonts/untitled-font-1.woff") format("woff"), url("fonts/untitled-font-1.ttf") format("truetype"), url("fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
  content: "a"; }

.icon-comment:before {
  content: "c"; }

.icon-chat:before {
  content: "b"; }

.icon-question:before {
  content: "e"; }

.icon-fontawesome-webfont:before {
  content: "f"; }

.icon-fontawesome-webfont-1:before {
  content: "g"; }

.icon-location:before {
  content: "h"; }

.icon-slider-arrow-top:before {
  content: "i"; }

.icon-slider-arrow-right:before {
  content: "j"; }

.icon-slider-arrow-left:before {
  content: "k"; }

.icon-star:before {
  content: "l"; }

.icon-pagination-right:before {
  content: "m"; }

.icon-pagination-left:before {
  content: "n"; }

.icon-footer-top-arrow:before {
  content: "o"; }

.icon-slider-arrow-bottom:before {
  content: "p"; }

.icon-facebook:before {
  content: "d"; }

.icon-twitter:before {
  content: "q"; }

.icon-googleplus:before {
  content: "r"; }

.icon-pinterest:before {
  content: "s"; }

.icon-email:before {
  content: "t"; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #000000; }
  body a {
    text-decoration: none;
    color: #0072af; }
    body a:hover {
      text-decoration: none; }
  body .content a:hover {
    text-decoration: underline; }

h1 {
  font-size: 2.6875em;
  line-height: 1.1;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-weight: normal; }

h2 {
  font-size: 1.75em;
  line-height: 1.1;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: normal; }

h3 {
  font-size: 1.25em;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: normal; }

h4 {
  font-size: 1.0625em;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-weight: normal; }

h5 {
  font-size: 0.9375em;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: normal; }

h6 {
  font-size: 0.8125em;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: normal; }

.paraOne {
  font-size: 1.0625em;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: normal; }

.paraTwo {
  font-size: 1em;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-weight: normal; }

.paraThree {
  font-size: 1em;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: 600; }

.paraFour {
  font-size: 1em;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: normal; }

.paraFive {
  font-size: 0.875em;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-weight: normal; }

.paraSix {
  font-size: 0.875em;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: 400italic;
  font-style: italic; }

.paraSeven {
  font-size: 0.8125em;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: 600; }

.paraEight {
  font-size: 0.75em;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-weight: 700; }

.paraNine {
  font-size: 1.0625em;
  line-height: 1.3;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000000;
  font-weight: normal; }

img {
  margin-bottom: 18px; }

blockquote {
  font-size: 1.25em;
  line-height: 1.8;
  color: #000000;
  padding-left: 1.375em;
  border-left: 1px solid #c2cfdf;
  position: relative;
  margin-left: 0; }
  blockquote::after {
    content: '';
    position: absolute;
    border-left: 1px solid #9eafc6;
    height: 100%;
    left: 0px;
    top: 0; }
  blockquote::first-line {
    line-height: 1; }

.lightButton, .darkButton, .inMobileHeader .searchCon input[type="submit"], .darkButtonTransparent,
.wideContent.blue input[type="submit"]{
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 2.3125em;
  padding-right: 2.3125em;
  display: inline-block;
  height: 3.75em;
  line-height: 3.75em;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  border: 2px solid #ffffff;
  text-decoration: none;
  background: transparent; }
  .lightButton:hover, .darkButton:hover, .inMobileHeader .searchCon input[type="submit"]:hover, .darkButtonTransparent:hover,.wideContent.blue input[type="submit"]:hover {
    color: #000000;
    background: #ffffff;
    text-decoration: none; }

input[type="submit"].lightButton, input[type="submit"].darkButton, .inMobileHeader .searchCon input[type="submit"], input[type="submit"].darkButtonTransparent {
  line-height: 1; }
input[type="submit"].darkButton, .inMobileHeader .searchCon input[type="submit"] {
  line-height: 1; }

.darkButton, .inMobileHeader .searchCon input[type="submit"] {
  text-decoration: none;
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000; }
  .darkButton:hover, .inMobileHeader .searchCon input[type="submit"]:hover {
    color: #ffffff;
    background: #000000;
    text-decoration: none; }

.darkButtonTransparent,
.wideContent.blue input[type="submit"] {
  background: transparent;
  color: #000000;
  border: 2px solid #000000; }
  .darkButtonTransparent:hover {
    color: #ffffff;
    background: #000000; }

.darkButton, .inMobileHeader .searchCon input[type="submit"],
.lightButton,
.darkButton,
.inMobileHeader .searchCon input[type="submit"],
.darkButtonTransparent,
.darkButtonTransparent {
  text-decoration: none !important; }
  .darkButton:hover, .inMobileHeader .searchCon input[type="submit"]:hover,
  .lightButton:hover,
  .darkButton:hover,
  .inMobileHeader .searchCon input[type="submit"]:hover,
  .darkButtonTransparent:hover,
  .darkButtonTransparent:hover {
    text-decoration: none !important; }

.button {
  text-align: center; }

.content ul {
  margin-bottom: 20px; }

.content ul {
  list-style: disc; }

.content ul li {
  margin-left: 10px; }

.content ol {
  margin-bottom: 20px; }

.content ol {
  list-style: decimal; }

.content ol li {
  margin-left: 10px; }

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }

.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.headerTopCon,
.mobileHeader {
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.5); }

#headerTop {
  height: 50px;
  background: #ebf2fb;
  line-height: 50px; }
  #headerTop ul {
    list-style: none;
    text-align: right; }
    #headerTop ul li {
      display: inline-block;
      margin-left: 40px; }
      #headerTop ul li:first-child {
        margin-left: 0; }
      #headerTop ul li a {
        font-size: 0.6875em;
        text-transform: uppercase;
        font-weight: 600;
        color: #000000; }
      #headerTop ul li .icon {
        color: #9eafc6;
        font-size: 1.25em;
        position: relative;
        top: 2px;
        margin-right: 2px; }
  #headerTop form {
    height: 28px;
    background: #ffffff;
    border-radius: 28px;
    width: 200px;
    margin-top: 9px;
    position: relative; }
    #headerTop form input[type="submit"] {
      background: transparent;
      width: 28px;
      height: 28px;
      background: none;
      border: none;
      cursor: pointer;
      text-indent: -9999px;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 180;
      outline: none; }
    #headerTop form .icon {
      color: #9eafc6;
      position: absolute;
      left: 10px;
      top: 2px;
      z-index: 100;
      line-height: 28px;
      font-weight: 600; }
    #headerTop form input[type="text"] {
      width: 100%;
      height: 28px;
      line-height: 28px\9;
      border: none;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 28px;
      text-align: right;
      padding-right: 20px;
      padding-left: 35px;
      font-size: 0.6875em;
      text-transform: uppercase;
      color: #929fb7;
      font-weight: 600;
      outline: none; }

#headerBottom {
  height: 84px;
  background: #ffffff;
  border-bottom: 1px solid #bbc1cd; }
  #headerBottom #logo {
    margin-top: 14px;
    float: left; }
  #headerBottom .navCon > div > ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    #headerBottom .navCon > div > ul > li {
      float: right;
      margin-left: 40px;
      height: 83px; }

.inMobileHeader {
  position: relative; }
  .inMobileHeader .inMobileTop {
    height: 50px; }
    .inMobileHeader .inMobileTop .right {
      float: right;
      padding-top: 4px; }
      .inMobileHeader .inMobileTop .right .search {
        font-size: 1.125em;
        color: #000000; }
        .inMobileHeader .inMobileTop .right .search:hover {
          color: #0072af; }
      .inMobileHeader .inMobileTop .right .menuLink {
        font-size: 1.6875em;
        margin-left: 5px;
        color: #000000; }
        .inMobileHeader .inMobileTop .right .menuLink:hover {
          color: #0072af; }
          .inMobileHeader .inMobileTop .right .menuLink:hover .searchCon {
            display: block; }
    .inMobileHeader .inMobileTop .left {
      float: left; }
      .inMobileHeader .inMobileTop .left img {
        max-height: 40px;
        margin: 5px 0; }
  .inMobileHeader .searchCon {
    border: 1px solid #cacaca;
    padding: 8px 10px;
    right: 0;
    max-width: 328px;
    z-index: 999;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 50px;
    display: none; }
    .inMobileHeader .searchCon input[type="text"] {
      border: none;
      background: #ebf2fb;
      border: 1px solid #c2cfdc;
      font-size: 12px;
      line-height: 28px;
      height: 28px;
      padding: 0 5px; }
    .inMobileHeader .searchCon input[type="submit"] {
      height: 28px;
      padding-left: 15px;
      padding-right: 15px; }
    .inMobileHeader .searchCon:before {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 8.5px 7px 8.5px;
      border-color: transparent transparent #000 transparent;
      content: '';
      position: absolute;
      top: -7px;
      right: 30px; }

.mobileHeader {
  position: relative; }

.mobileMenuCon {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 1000;
  display: none; }
  .mobileMenuCon .mobileMenu {
    background: #ffffff;
    padding: 10px 20px; }
    .mobileMenuCon .mobileMenu a {
      color: #000000; }
      .mobileMenuCon .mobileMenu a:hover {
        color: #0072af; }
    .mobileMenuCon .mobileMenu > div > ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .mobileMenuCon .mobileMenu > div > ul > li {
        padding: 5px 0;
        border-bottom: 1px solid #c2cfdc;
        position: relative; }
        .mobileMenuCon .mobileMenu > div > ul > li:last-child {
          border-bottom: none; }
        .mobileMenuCon .mobileMenu > div > ul > li > a {
          text-transform: uppercase; }
        .mobileMenuCon .mobileMenu > div > ul > li .expIcon {
          position: absolute;
          width: 12px;
          height: 12px;
          background: url(images/accor.png) no-repeat -81px -6px;
          right: 0;
          top: 10px; }
          .mobileMenuCon .mobileMenu > div > ul > li .expIcon:hover {
            background-position: -6px -5px; }
          .mobileMenuCon .mobileMenu > div > ul > li .expIcon.active {
            background-position: -6px -5px; }
        .mobileMenuCon .mobileMenu > div > ul > li ul {
          display: none;
          margin: 0px;
          padding: 0px;
          list-style: none;
          margin-left: 15px; }
          .mobileMenuCon .mobileMenu > div > ul > li ul li {
            padding: 2px 0;
            font-size: 0.875em; }

.blogMenu {
  background: #334d68;
  color: #ffffff;
  height: 67px; }
  .blogMenu .left {
    float: left;
    font-style: italic; }
    .blogMenu .left p {
      line-height: 67px;
      margin: 0; }
  .blogMenu .singleDropDown {
    display: inline-block;
    margin-left: 3.3125em; }
    .blogMenu .singleDropDown:first-child {
      margin-left: 0; }
  .blogMenu .right {
    float: right;
    max-width: 400px;
    text-align: right; }
    .blogMenu .right em {
      font-style: normal;
      display: inline-block;
      height: 67px;
      line-height: 67px;
      font-weight: 300;
      letter-spacing: 1px;
      cursor: pointer; }
    .blogMenu .right ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .blogMenu .right ul li:hover .subMenuCon {
        /* display: block; */ }
  .blogMenu .subMenuCon {
    display: none;
    position: absolute;
    background: #334d68;
    width: 100%;
    left: 0;
    z-index: 300;
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-top: 1.875em;
    padding-bottom: 1.875em; }
    .blogMenu .subMenuCon ul li {
      width: 26%;
      float: left;
      padding-right: 53px; }
      .blogMenu .subMenuCon ul li:nth-child(4n+4) {
        width: 22%;
        padding-right: 0; }
      .blogMenu .subMenuCon ul li > a {
        display: block;
        padding-top: 0.9375em;
        padding-bottom: 0.75em;
        background: url(images/libg.png) repeat-x left bottom;
        color: #ebf2fb;
        text-align: left; }
        .blogMenu .subMenuCon ul li > a:hover {
          color: #16b1f6; }

.blogMenu > .container > .grid > .row > .c12 {
  margin-top: -1px\9; }

.blogMenu .subMenuCon {
  top: 62px\9 !important; }

.footerTop {
  height: 75px;
  background: #8393b0;
  border-top: 1px solid #adb9ce;
  border-bottom: 1px solid #78849a; }
  .footerTop ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .footerTop ul li {
      float: left;
      margin: 0px;
      margin-right: 55px;
      padding: 0px;
      list-style: none; }
      .footerTop ul li:last-child {
        margin-bottom: 0; }
      .footerTop ul li a {
        font-size: 0.75em;
        font-weight: 600;
        text-transform: uppercase;
        color: #ffffff;
        line-height: 75px; }
        .footerTop ul li a:hover {
          color: #344d67; }
  .footerTop .linkTopArrow {
    float: right;
    display: inline-block;
    font-size: 1.25em;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    background: #00b0f9;
    color: #ffffff;
    padding-top: 2px;
    margin-top: 16px; }
    .footerTop .linkTopArrow:hover {
      background: #406082; }

.footerBottomCon {
  background: #8292a9 url(images/footerbg.jpg) repeat center top; }
  .footerBottomCon .footerInBottomCon {
    background: url(images/net.png) repeat center center; }
  .footerBottomCon .footerBottomTop {
    padding-top: 3.25em;
    padding-bottom: 2.875em;
    text-align: center; }
    .footerBottomCon .footerBottomTop h1 {
      margin: 0;
      color: #ffffff; }
  .footerBottomCon .footerBottomMid .inRow {
    background: url(images/footer-triple-line.png) repeat-x center top;
    padding-top: 2.9375em;
    padding-bottom: 2.9375em;
    position: relative; }
    .footerBottomCon .footerBottomMid .inRow::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 3px;
      width: 100%;
      background: url(images/footer-triple-line.png) repeat-x center top; }
  .footerBottomCon .subSection {
    text-align: center; }
    .footerBottomCon .subSection .paraOne {
      margin-top: 1.25em;
      line-height: 1.3;
      color: #ffffff; }
    .footerBottomCon .subSection .paraTwo {
      color: #ffffff;
      text-transform: uppercase; }

.footerBottomBottom {
  padding-top: 2.625em;
  padding-bottom: 2.625em; }
  .footerBottomBottom .left .paraTwo,
  .footerBottomBottom .left h5 {
    color: #ffffff;
    margin-bottom: 17px;
    text-transform: uppercase; }
  .footerBottomBottom .left .subHead,
  .footerBottomBottom .left h6 {
    margin-top: 0;
    margin-bottom: 0px;
    font-style: italic;
    font-size: 1.0625em;
    color: #ffffff;
    font-weight: 700;
    font-style: italic; }
  .footerBottomBottom .left ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 32px; }
    .footerBottomBottom .left ul li {
      font-size: 0.875em;
      color: #ffffff; }

.footerForm .singleLine {
  margin-bottom: 19px;
  /*overflow: hidden;*/
  width: 100%; }
  .footerForm .singleLine.first {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%; }
  .footerForm .singleLine .inSingleLine {
    width: 33.33%;
    float: left;
    padding-right: 20px; }
    .footerForm .singleLine .inSingleLine:last-child {
      padding-right: 1px; }
  .footerForm .singleLine .right {
    float: right; }
    .footerForm .singleLine .right ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
      margin-top: 28px; }
      .footerForm .singleLine .right ul li {
        display: inline-block;
        font-weight: 300;
        color: #ffffff;
        font-size: 12px;
        line-height: 1;
        padding-left: 15px;
        border-left: 2px solid #ffffff;
        margin-left: 15px; }
        .footerForm .singleLine .right ul li:first-child {
          border-left: none !important;
          margin-left: 0;
          padding-left: 0; }
        .footerForm .singleLine .right ul li img {
          display: block;
          line-height: 1;
          margin: 0;
          position: relative;
          top: 2px; }
.footerForm input[type="text"],
.footerForm input[type="email"],
.footerForm input[type="tel"] {
  width: 100%;
  margin-right: 20px;
  padding: 0 20px;
  height: 3.125em;
  line-height: 3.125em \9;
  border: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.9375em;
  color: #75839d; }
  .footerForm input[type="text"]:last-child,
  .footerForm input[type="email"]:last-child,
  .footerForm input[type="tel"]:last-child {
    margin-right: 0; }
.footerForm textarea {
  width: 100%;
  height: 116px;
  padding: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.9375em;
  color: #75839d;
  border: none; }

.grid {
  max-width: 1064px; }

.section {
  padding-top: 2.875em;
  padding-bottom: 2.875em; }
  .section.blue {
    background: #ebf2fb;
    color: #000000; }
  .section p {
    margin-bottom: 1.875em;
    margin-top: 0; }
  .section.wideContent {
    /*padding-top: em(64);
    padding-bottom: em(64);*/ }
  .section form {
    max-width: 580px; }
    .section form input[type="text"],
    .section form input[type="email"],
    .section form input[type="tel"],
    .section form textarea {
      width: 100%;
      padding: 0 17px;
      height: 2.9375em;
      line-height: 2.9375em;
      border: 1px solid #b6c1d5; }
    .section form .singleLine {
      margin-bottom: 12px; }
    .section form textarea {
      height: 185px;
      padding: 0px 17px; }
    .section form .submitLine {
      display: inline-block;
      width: 100%; }
      .section form .submitLine .left {
        float: left; }
      .section form .submitLine .right {
        float: right;
        line-height: 2.9375em; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  box-shadow: 0 0 5px rgba(0, 176, 249, 0.75);
  border: 2px solid #76c8ee;
  background: #fff;
  transition: all .2s ease-in-out;
  border-radius: 1px;
  outline: none; }

input[type="text"].error,
input[type="email"].error,
input[type="tel"].error,
textarea.error {
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.75);
  border: 2px solid #ff0000;
  background: #fff;
  transition: all .2s ease-in-out;
  outline: none; }

input[type="submit"]:focus {
  box-shadow: none !important;
  outline: none; }

img.circle {
  border-radius: 100%;
  position: relative;
  }

.mobileHeader {
  display: none; }

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 {
  position: relative; }

.effect2:before, .effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto; }

/* Vertical Slider */
.verticalSlider {
  background: #7d91b3 url(images/banner-image.jpg) no-repeat center top;
  min-height: 273px;
  border-bottom: 1px solid #a2abb8;
  text-align: center;
  position: relative; }
  .verticalSlider h1 {
    margin: 0;
    color: #ffffff;
    position: relative;
    z-index: 250; }
  .verticalSlider .c12 {
    margin-bottom: 0; }
  .verticalSlider::after {
    position: absolute;
    content: '';
    background: url(images/net.png) no-repeat center center;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%; }
  .verticalSlider .singleSlide {
    display: table;
    width: 100%;
    min-height: 273px; }
    .verticalSlider .singleSlide .singleInSlide {
      display: table-cell;
      vertical-align: middle; }

/* List Section */
.listSection {
  background: #ebf2fb; }
  .listSection .leftList {
    width: 25%;
    float: left; }
  .listSection .rightContent {
    width: 75%;
    float: left; }
    .listSection .rightContent .boxCon {
      margin: 0 20px; }
      .listSection .rightContent .boxCon .boxCon .grid .boxTop .inBoxTopCon {
        height: 142px; }
      .listSection .rightContent .boxCon .grid .boxTop .inBoxTop {
        background-image: url(images/white-circle-small.png); }
  @media (min-width: 768px) {
    .listSection .leftList {
      padding-right: 0;
      position: relative;
      border-top: 1px solid #c2cfdc;
      border-right: 1px solid #c2cfdc; }
      .listSection .leftList ul {
        margin: 0px;
        padding: 0px;
        list-style: none; }
        .listSection .leftList ul li {
          height: 3.5em;
          line-height: 3.5em;
          border-bottom: 1px solid #c2cfdc; }
          .listSection .leftList ul li a {
            padding-left: 16px;
            display: block;
            color: #334d68;
            height: 3.5em;
            line-height: 3.5em; }
          .listSection .leftList ul li.active a {
            color: #16b1f6;
            background: #ffffff;
            border-bottom: 1px solid #c2cfdc; }
          .listSection .leftList ul li:hover a {
            color: #16b1f6;
            background: #ffffff;
            border-bottom: 1px solid #c2cfdc; }
          .listSection .leftList ul li:last-child:hover a {
            border-bottom: none; }
    .listSection .rightContent {
      position: relative;
      border-top: 1px solid #c2cfdc; }
      .listSection .rightContent .inContent {
        padding: 50px 0 50px 50px; } }

/* Dual Slider */
.dualSlider .singleSlide {
  background: #4e5b74 url(images/sliderbg2.jpg) no-repeat center top;
  /* min-height: 386px; */ }
  .dualSlider .singleSlide .row {
    margin-bottom: 0; }
  .dualSlider .singleSlide .inSingleSlide {
    background: url(images/net.png) no-repeat center top;
    padding-top: 5.6875em;
    padding-bottom: 5.6875em; }
    .dualSlider .singleSlide .inSingleSlide h1 {
      line-height: 1.1;
      color: #ffffff; }
    .dualSlider .singleSlide .inSingleSlide p {
      color: #ffffff;
      margin-bottom: 3.125em;
      letter-spacing: 0.5px;
      line-height: 1.9; }

.dualColumnSlider > .dualSlider > .singleSlide {
  display: none; }
  .dualColumnSlider > .dualSlider > .singleSlide:first-child {
    display: block; }
      .dualColumnSlider .bx-pager .bx-pager-item {
    display: inline-block;
    margin-right: 5px; }
    .dualColumnSlider .bx-controls {
  max-width: 1017px;
  height: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -50px;
  z-index: 999;}
.dualColumnSlider .bx-pager-item a {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 100%;
  display: inline-block;
  text-indent: -9999px; }
  .dualColumnSlider .bx-pager-item a:hover, .dualColumnSlider .bx-pager-item a.active {
    background: #00b0f9; }

/* logoCon */
.logoCon {
  background: #ebf2fb; }
  .logoCon .row {
    display: table;
    height: 87px; }
    .logoCon .row .c3 {
      display: table;
      vertical-align: middle;
      height: 87px; }
      .logoCon .row .c3 .imgCon {
        display: table-cell;
        vertical-align: middle;
        height: 87px; }
      .logoCon .row .c3 img {
        vertical-align: middle; }

/* boxCon */
.boxCon .row {
  margin-bottom: 0; }
.boxCon .grid {
  max-width: 1212px;
  text-align: center; }
  .boxCon .grid .c3,
  .boxCon .grid .c3.blue1 {
    padding: 0;
    background: #16b1f6; }
    .boxCon .grid .c3.blue2 {
      background: #008edb; }
    .boxCon .grid .c3.blue3 {
      background: #406082; }
    .boxCon .grid .c3.blue4 {
      background: #748db9; }
  .boxCon .grid .boxTop {
    width: 100%;
    height: 225px; }
    .boxCon .grid .boxTop .inBoxTopCon {
      width: 100%;
      height: 225px;
      text-align: center;
      display: table; }
    .boxCon .grid .boxTop .inBoxTop {
      width: 100%;
      height: 225px;
      background: url(images/white-circle.png) no-repeat center center;
      display: table-cell;
      vertical-align: middle; }
    .boxCon .grid .boxTop .hoverContent {
      background: rgba(0, 0, 0, 0.5);
      display: table;
      width: 100%;
      height: 225px;
      display: none; }
      .boxCon .grid .boxTop .hoverContent ul {
        margin: 0px;
        padding: 0px;
        list-style: none; }
        .boxCon .grid .boxTop .hoverContent ul li {
          font-size: 1.3125em;
          color: #ffffff; }
          .boxCon .grid .boxTop .hoverContent ul li a {
            color: #ffffff; }
    .boxCon .grid .boxTop img {
      line-height: 118px; }
    .boxCon .grid .boxTop .iconCon {
      height: 91px;
      padding-top: 44px;
      width: 100%; }
  .boxCon .grid .boxMid {
    height: 66px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: table; }
    .boxCon .grid .boxMid .beforeContent {
      display: table-cell;
      color: #ffffff;
      height: 66px;
      vertical-align: middle;
      text-align: center;
      width: 100%;
      text-transform: uppercase; }
    .boxCon .grid .boxMid .hoverContent {
      color: #ffffff;
      height: 66px;
      line-height: 66px;
      vertical-align: middle;
      text-align: center;
      width: 100%;
      text-transform: uppercase; }
      .boxCon .grid .boxMid .hoverContent .icon {
        position: relative;
        top: 2px; }
      .boxCon .grid .boxMid .hoverContent a {
        color: #ffffff; }
  .boxCon .grid .boxBottom {
    background: rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    color: #ffffff; }
    .boxCon .grid .boxBottom ul {
      margin-bottom: 10px; }
    .boxCon .grid .boxBottom a {
      color: #ffffff; }
.boxCon ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

#container > .boxCon .c3:hover .inBoxTop {
  display: none;
  transition: all .5s ease-in-out; }
#container > .boxCon .c3:hover .hoverContent {
  display: block;
  transition: all .5s ease-in-out; }
#container > .boxCon .c3:hover .boxMid {
  background: rgba(0, 0, 0, 0.5); }
  #container > .boxCon .c3:hover .boxMid .beforeContent {
    display: none;
    transition: all .5s ease-in-out; }
  #container > .boxCon .c3:hover .boxMid .hoverContent {
    display: block;
    transition: all .5s ease-in-out; }

/* Single Testimonial */
.singleTestimonial, .dualTestimonials {
  text-align: center;
  padding-top: 2.5em;
  background: url(images/quote-left.png) no-repeat center top; }
  .singleTestimonial:hover{
	background: url(images/quote-left-hover.png) no-repeat center top;	  
  }
  .singleTestimonial p, .dualTestimonials p {
    color: #75839d;
    font-size: 1.1875em; }
  .singleTestimonial .top, .dualTestimonials .top {
    padding-bottom: 0.625em;
    background: url(images/quote-right.png) no-repeat center bottom; }
    .singleTestimonial:hover .top{
	background: url(images/quote-right-hover.png) no-repeat center bottom;    
    }
  .singleTestimonial .bottom, .dualTestimonials .bottom {
    padding-top: 2.5em; }
    .singleTestimonial .bottom span, .dualTestimonials .bottom span {
      display: block; }
      .singleTestimonial .bottom span.name, .dualTestimonials .bottom span.name {
        font-size: 1.0625em;
        font-family: 'Source Sans Pro', sans-serif;
        line-height: 1;
        font-weight: 600;
        color: #75839d; }
      .singleTestimonial .bottom span.company, .dualTestimonials .bottom span.company {
        font-size: 0.875em;
        font-weight: 300;
        font-style: italic;
        color: #75839d; }

/* dualTestimonials */
.dualTestimonials {
  background: url(images/thunder.png) no-repeat center center;
  padding-top: 3.75em; }

/* Left Con Image */
.leftConImage {
  background: #ffffff; }
  .leftConImage.bottomStickImage {
    padding-bottom: 0; }
  .leftConImage h1 {
    line-height: 1.1; }

/* Case Lookup */
.caseLookUp {
  display: inline-block;
  width: 100%;
  padding-bottom: 2.75em; }
  .caseLookUp .singleLine {
    margin-bottom: 1.0625em; }
  .caseLookUp label {
    font-size: 1.0625em;
    color: #6d7a94;
    margin-bottom: 0.3125em;
    display: block;
    font-weight: 600; }
    .caseLookUp label sup {
      color: #16b1f6; }
  .caseLookUp input[type="submit"] {
    float: right; }

/* Right content box */
.rightContent .boxCon .grid .boxTop,
.rightContent .boxCon .grid .boxTop .inBoxTopCon,
.rightContent .boxCon .grid .boxTop .inBoxTop {
  height: 142px; }
.rightContent .boxCon .grid .boxMid .beforeContent {
  height: 93px;
  display: block;
  padding: 14px 0; }
  .rightContent .boxCon .grid .boxMid .beforeContent span {
    font-size: 0.875em;
    line-height: 1;
    font-style: normal;
    margin: 0px;
    padding: 0px 5px;
    clear: both;
    display: block;
    margin-top: 4px;
    font-weight: 300;
    text-transform: none; }

/* SubContact */
.contactBottom {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
  .contactBottom .subTitle {
    text-transform: uppercase;
    font-size: 1.1em;
    color: #334d68; }
    .contactBottom .subTitle .icon {
      display: inline-block;
      position: relative;
      top: 3px; }
  .contactBottom .singleOffice {
    margin-bottom: 20px; }
    .contactBottom .singleOffice span {
      font-weight: 300;
      display: block;
      line-height: 1; }
    .contactBottom .singleOffice strong {
      font-weight: 600; }

/* iconList */
.iconList .singleList p {
  margin-bottom: 1.25em; }
.iconList .singleList .iconCon {
  width: 118px;
  height: 118px;
  text-align: center;
  border-radius: 100%; }
  .iconList .singleList .iconCon .icon {
    width: 118px;
    height: 118px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1; }
.iconList .singleList .subTitle {
  margin-bottom: 0.3125em;
  font-weight: 600; }
.iconList .singleList.blue1 .iconCon {
  border: 2px solid #16b1f6;
  border-color: #16b1f6; }
.iconList .singleList.blue1 .subTitle {
  color: #16b1f6; }
.iconList .singleList.blue2 .iconCon {
  border: 2px solid #0072ae;
  border-color: #0072ae; }
.iconList .singleList.blue2 .subTitle {
  color: #0072ae; }
.iconList .singleList.blue3 .iconCon {
  border: 2px solid #406082;
  border-color: #406082; }
.iconList .singleList.blue3 .subTitle {
  color: #406082; }
.iconList .singleList.blue4 .iconCon {
  border: 2px solid #748cb8;
  border-color: #748cb8; }
.iconList .singleList.blue4 .subTitle {
  color: #748cb8; }
.iconList .singleList.blue5 .iconCon {
  border: 2px solid #036cb1;
  border-color: #036cb1; }
.iconList .singleList.blue5 .subTitle {
  color: #036cb1; }

/* dualButtonWideContent */
.dualButtonWideSection {
  background: #334d68;
  color: #ffffff;
  text-align: center; }
  .dualButtonWideSection h1, .dualButtonWideSection h2, .dualButtonWideSection h3, .dualButtonWideSection h4, .dualButtonWideSection h5, .dualButtonWideSection h6 {
    color: #ffffff;
    margin-bottom: 18px; }
  .dualButtonWideSection .dualButtonLine a {
    margin: 0 10px; }

/* dualColumnBanner */
.dualColumnBanner {
  background: #7f95bc url(images/banner-image.jpg) repeat-y center top; }
  .dualColumnBanner .inDualColumnBanner {
    background: url(images/net.png) no-repeat center center;
    color: #ffffff;
    padding-top: 4.5625em;
    padding-bottom: 4.5625em; }
  .dualColumnBanner h1 {
    color: #ffffff;
    font-size: 2.5em;
    line-height: 1.3; }
  .dualColumnBanner ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .dualColumnBanner ul li {
      position: relative;
      margin-bottom: 10px;
      line-height: 1.5;
      padding-left: 15px; }
      .dualColumnBanner ul li::before {
        content: '+ ';
        width: 15px;
        position: absolute;
        height: 15px;
        left: 0; }

/* Feedback */
.singleFeedback {
  text-align: center; }
  .singleFeedback .subTitle {
    margin-bottom: 1.25em; }
  .singleFeedback .quote {
    padding-top: 3.125em;
    background: url(images/quote-left.png) no-repeat center top;
    font-size: 1.1875em; }
  .singleFeedback .starCon {
    padding-bottom: 0.625em;
    font-size: 1.25em; }
    .singleFeedback .starCon .star {
      display: inline-block;
      color: #b6c6dd;
      margin-right: -4px; }
      .singleFeedback .starCon .star.active {
        color: #016bb1; }
  .singleFeedback .date {
    font-size: 1.1875em;
    padding-bottom: 1.875em;
    display: block; }
  .singleFeedback .bx-wrapper {
    position: relative; }
  .singleFeedback .bx-has-controls-direction {
    position: absolute;
    top: 50%;
    height: 100px;
    left: 0;
    width: 100%; }
    .singleFeedback .bx-has-controls-direction .bx-prev {
      float: left; }
      .singleFeedback .bx-has-controls-direction .bx-prev:before {
        font-family: untitled-font-1;
        content: 'k';
        font-size: 3.5625em;
        color: #75839d; }
      .singleFeedback .bx-has-controls-direction .bx-prev:hover:before {
        color: #016bb1; }
    .singleFeedback .bx-has-controls-direction .bx-next {
      float: right; }
      .singleFeedback .bx-has-controls-direction .bx-next:before {
        font-family: untitled-font-1;
        content: 'j';
        font-size: 3.5625em;
        color: #75839d; }
      .singleFeedback .bx-has-controls-direction .bx-next:hover:before {
        color: #016bb1; }

.feedBackCon > .container > .grid > .feedbackSlider > .singleFeedback {
  display: none; }
  .feedBackCon > .container > .grid > .feedbackSlider > .singleFeedback:first-child {
    display: block; }

/* testimonialCon */
.testimonialCon {
  border-bottom: 1px solid #dde5ef; }
  .testimonialCon .section:nth-child(2n+1) {
    background: #ffffff; }
  .testimonialCon .section:nth-child(2n+2) {
    background: #ebf2fb; }

/* FeedbackList */
.feedBackListCon .singleFeedback:nth-child(2n+1) {
  background: #ffffff; }
.feedBackListCon .singleFeedback:nth-child(2n+2) {
  background: #ebf2fb; }

/* breadcrumbCon */
.breadcrumbCon {
  background: #ebf2fb;
  padding-top: 1.875em; }
  .breadcrumbCon ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .breadcrumbCon ul li,
    .breadcrumbCon span{
      display: inline-block;
      font-size: 0.8125em;
      color: #334d68;
      font-weight: 600; }
      .breadcrumbCon ul li a,
      .breadcrumbCon span a{
        color: #334d68;
        font-weight: 300; }
        .breadcrumbCon .gt{
          margin-right: 5px;
        }

/* Page */
.leftSide .button {
  width: 100%; }

.bottomContent {
  padding-top: 1.25em; }

/* Blog List */
.blogList .row {
  margin-bottom: 0; }
  .blogList .row img {
    margin-bottom: 0; }
.blogList .date {
  position: absolute;
  bottom: 30px;
  left: 0px; }
.blogList .withFeaturedImage .date {
  position: absolute;
  bottom: 30px;
  left: 360px; }
.blogList .singleBlog:first-child .left, .blogList .singleBlog:first-child .right {
  border-top: none; }
.blogList .singleBlog .inBlog {
  position: relative; }
.blogList .singleBlog .inBlog {
  border-bottom: 1px solid #e3e9f2;
  display: inline-block;
  width: 100%; }
.blogList .singleBlog .left {
  min-height: 262px;
  float: left;
  margin-right: 32px; }
.blogList .singleBlog .right {
  padding-top: 3.125em;
  position: relative;
  min-height: 262px; }
  .blogList .singleBlog .right .blogTitle {
    font-size: 1.3125em;
    font-weight: 600;
    color: #000000; }
    .blogList .singleBlog .right .blogTitle a {
      color: #000000; }
      .blogList .singleBlog .right .blogTitle a:hover {
        color: #0072af; }
  .blogList .singleBlog .right .date {
    font-size: 0.8125em;
    color: #9eafc6; }

/* Single */
.blogSingle {
  padding-top: 1.5625em;
  padding-bottom: 2.8125em; }
  .blogSingle .singleBlogTop {
    margin-bottom: 1.25em; }
  .blogSingle .allPosts {
    margin-bottom: 0.625em;
    display: block; }
    .blogSingle .allPosts:hover {
      text-decoration: underline; }
  .blogSingle .singlePostTitle {
    font-size: 1.3125em;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px; }
    .blogSingle .singlePostTitle a {
      color: #000000; }
      .blogSingle .singlePostTitle a:hover {
        color: #0072af; }
  .blogSingle .date {
    font-size: 0.8125em;
    color: #9eafc6; }
  .blogSingle .shareCon {
    background: #ebf2fc;
    height: 50px;
    width: 100%;
    padding: 0 20px;
    border-radius: 4px;
    margin-top: 2em; }
    .blogSingle .shareCon .label {
      text-transform: uppercase;
      color: #000000;
      top: 0;
      font-size: 0.8125em; }
    .blogSingle .shareCon ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .blogSingle .shareCon ul li {
        display: inline-block;
        line-height: 50px;
        color: #9dafc5;
        position: relative;
        top: 3px;
        font-size: 1.125em;
        margin-right: 3px; }
        .blogSingle .shareCon ul li a {
          color: #9daec8; }
          .blogSingle .shareCon ul li a:hover {
            color: #0072af; }

.buttonCon.center {
  text-align: center; }

/* Adjustments for WooCommerce pages (mkatich) */
.attachment-shop_single.wp-post-image {
    width: auto !important;
}
.attachment-shop_catalog.wp-post-image {
    width: auto !important;
}
.attachment-shop_thumbnail {
    width: auto !important;
}
