﻿/* Custom CSS */

/* html * */

html {
  font-family: 'Open-Sans', 'Source Sans Pro', 'Poppins', 'Raleway', 'Playfair Display', 'Merriweather', helvetica, arial, sans-serif;
}

body {
  line-height: 1.6em;
}

.page_content {
  margin-bottom: 20px;
}

.bodycontent
{
  font-size: 16px;
  font-family: 'Open-Sans', 'PT Sans', helvetica, 'sans-serif', arial, 'Source Sans Pro', 'Poppins';
  padding: 1px 1px;
  line-height: 1.8em;
}

.header {
  background-image: url("/wp-content/uploads/2018/01/bg01_edit_h90.jpg");
  background-repeat: no-repeat;
  /*background-size: 100% auto;*/
  background-position: center top;
  background-attachment: fixed;
}

code {
  background: #f1f1f1;
  font-family:
    "Courier New",
    Courier,
    monospace,
    "Source Code Pro",
    Lekton;
  border-radius: 4px;
  padding: 2px;
}

#code, .code,
.codelink {
  font-family:
    Lekton,
    'Source Code Pro',
    Courier New,
    Courier,
    monospace;
  white-space: pre-wrap;
  padding: 0 3px;
  background: #eef;
  /*background: #F6F6F6;*/
  border-radius: 4px;
}

.parList {
  margin-bottom: 5px !important;
}

hr {
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #ccc;
}


/* Cookie Consent */

/*
.float-accept {
  opacity: 0.8;
}
*/

.ctcc-left-side {
  font-size: 1.1em;
}

.ctcc-right-side {
  padding-top: 20px;
}

@media screen and (min-width: 1851px) {
  .ctcc-left-side {
    padding-left: 450px;
  }
  .ctcc-right-side {
    padding-right: 450px;
  }
}

@media screen and (max-width: 1850px) and (min-width: 1401px) {
  .ctcc-left-side {
    padding-left: 250px;
  }
  .ctcc-right-side {
    padding-right: 250px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1201px) {
  .ctcc-left-side {
    padding-left: 150px;
  }
  .ctcc-right-side {
    padding-right: 150px;
  }
}


@media screen and (max-width: 1200px) and (min-width: 401px) {
  .ctcc-left-side {
    padding-left: 30px;
  }
  .ctcc-right-side {
    padding-right: 30px;
  }
}


@media screen and (max-width: 400px) {
  .ctcc-left-side {
    padding-left: 0px;
  }
  .ctcc-right-side {
    padding-right: 0px;
  }
}

/* Transparent layer over header image */

.headerlayer {
  /*51,102,153*/
  background-color: rgba(0,105,153, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 625px) {
  .header {
    background-image: url("/wp-content/uploads/2018/01/bg01_edit_h70.jpg");
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/
    background-position: center top;
    background-attachment: fixed;
  }
}

.container {
  max-width: 1200px;
  width: auto;
}

.logo {
  padding-top: 20px;
}

.page-content {
  /*width: 10000px;*/
  /*width: 100%;*/
}

.entry-content {
  width: 100%;
  /*width: 1200px;*/
  /*max-width: 1200px;*/
}

.site-main
{
  width: 100%;
}

.toggleMenu
{
  width: 50px;
}

h1, .pagetitle {
  font-family: 'Poppins', 'Open-Sans', 'Source Sans Pro', 'Raleway', helvetica, arial, sans-serif, 'Playfair Display', 'Merriweather';
}

h2, h3, h4, h5, h6 {
  font-family: 'Poppins', 'Open-Sans', 'Source Sans Pro', 'Raleway', helvetica, arial, sans-serif, 'Playfair Display', 'Merriweather';
}

h1, .pagetitle {
  font-size: 180%;
}

h2 {
  font-size: 145%;
}

h3 {
  font-size: 130%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 100%;
}

.pagetitle {
  margin-bottom: 13px !important;
}

@media screen and (max-width: 800px) and (min-width: 401px) {
  h1, .pagetitle {
    font-size: 150%;
  }

  h2 {
    font-size: 135%;
  }

  h3 {
    font-size: 120%;
  }

  h4 {
    font-size: 115%;
  }

  h5 {
    font-size: 110%;
  }

  h6 {
    font-size: 100%;
  }
}

@media screen and (max-width: 400px) {
  h1, .pagetitle {
    font-size: 135%;
    margin-top: 8px;
  }

  h2 {
    font-size: 125%;
  }

  h3 {
    font-size: 115%;
  }

  h4 {
    font-size: 110%;
  }

  h5 {
    font-size: 105%;
  }

  h6 {
    font-size: 100%;
  }
}

h1, h2, h3, h4, h5, .pagetitle {
  font-weight: 600;
}


h6 {
  font-weight: 400;
}


h3 {
  margin-top: 5px;
}


.sitetitle {
  /*51,102,153*/
  text-shadow: 3px 1px 1px rgba(0,105,153, 0.8), -3px 1px 1px rgba(0,105,153, 0.8), 2px 2px 1px rgba(25,51,76, 0.6);
  border-bottom: 1px solid #ffffff;
  font-weight: 600;
  font-size: 280%;
  font-family: 'Poppins', 'Open-Sans', 'Source Sans Pro', 'Raleway', helvetica, arial, sans-serif, 'Playfair Display', 'Merriweather';
}


@media screen and (max-width: 625px) {
  .sitetitle a {
    font-size: 24pt;
  }
}

@media screen and (max-width: 300px) {
  .sitetitle a {
    font-size: 18pt;
  }
}

ul
{
  margin-left: 19px;
}

li {
  padding-bottom: 2px;
  /*text-align: justify;*/
  text-align: left;
}

ul li ul, ul li ul li ul, ol li ol, ol li ol li ol
{
 margin-left: 25px;
}

.bodycontent ul li {
  list-style-type: disc;
}

.bodycontent li li:first-child ,
.bodycontent li li:nth-child(3) {
  list-style-type: circle;
}

.bodycontent li li:nth-child(2) {
  list-style-type: none;
}

.bodycontent li {
  margin: 9px 0;
}

.bodycontent li:first-child {
  margin-top: 2px;
}

/* Minimise margin between sub list items */
.bodycontent li li:nth-child(2) {
  margin-top: -10px;
  margin-bottom: -10px;
}


.header {
  width: 100%;
  z-index: 999;
  top: auto;
  /*51,102,153*/
  background-color: rgba(0,105,153, 0.8);
  box-shadow: 0 2px 2px #369;
  position: absolute;
  height: 90px;
}

.sitenav {
  padding: 0;
  text-align: right;
  float: right;
}

.sitenav ul {
  float: right;
  margin: 0;
  padding: 0;
  font-family:'Source Sans Pro', arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.sitenav ul li a {
  color: #accae0;
}

.sitenav ul li.current_page_item a
{
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  font-weight: 600;
}

.sitenav ul li a:hover {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
}

.sitenav ul li ul {
  display: none;
  z-index: 9999999;
  position: relative;
}

.sitenav ul li:hover > ul {
  display: block;
  width: 200px;
  position: absolute;
  left: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 2px #000;
}

.sitenav ul li:hover ul li ul {
  display: none;
  position: relative;
}

.sitenav ul li:hover ul li:hover > ul {
  display: block;
  position: absolute;
  left: 200px;
  top: 1px;
}

.search-menu
{
  position: relative;
  float: right;
  margin-right: 7px;
  list-style-type: none;
  top: 50%;
  transform: translateY(-35%);
  padding-left: 16px;
}

.mw-headline {
  font-family: arial;
}

/*** Wiki TOC (Table of Contents) ***/

#toc_container {
  line-height: 1.6em;
}



/*** Blockquote ***/

.blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-family: 'Merriweather', 'Playfair Display', serif;
}

.blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.blockquote:after {
  color: #ccc;
  /*content: close-quote;*/
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.blockquote p {
  display: inline;
}

/*** Contact Form ***/

.contact-container {
  padding-top: 5px;
}

.divcurvedgrey {
  background: #fafafa;
  border: 1px solid #f1f1f1;
  border-radius: 25px;
  padding: 15px;
  margin-top: -8px;
  margin-bottom: 23px;
  /*margin: 10px;*/
}


#contact-1,
#contact-2
{
  float: left;
  margin-right: 18px;
}

#contact-3 {
  float: left;
}

@media screen and (min-width: 1851px) {
  #contact-1,
  #contact-2,
  #contact-3
  {
    margin-right: 18px;
    width: 350px;
  }
}

@media screen and (max-width: 1850px) and (min-width: 1401px) {
  #contact-1,
  #contact-2,
  #contact-3
  {
    margin-right: 18px;
    width: 350px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1201px) {
  #contact-1,
  #contact-2
  {
    margin-right: 18px;
    width: 350px;
  }
}


@media screen and (max-width: 1200px) and (min-width: 401px) {
  #contact-1,
  #contact-2
  {
    margin-right: 18px;
    width: 350px;
  }
}

@media screen and (max-width: 400px) {
  #contact-1,
  #contact-2
  {
    width: 99%;
    margin-right: 0px;
  }
}


span.wp-svg-rocket.rocket {
  font-size: 100px;
}

span.wp-svg-cloud.cloud {
  font-size: 100px;
}

span.wp-svg-headphones.headphones {
  font-size: 100px;
}

span.wp-svg-code.code{
  font-size: 100px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"]
{
  background-color: #fff;
  color: #000;
  width: 60%;
}

.wpcf7 textarea {
  background-color: #fff;
  color: #000;
  width: 95%;
}

.wpcf7-form input
,.wpcf7-form textarea {
  border-radius: 6px;
}

.wpcf7-form .wpcf7-submit {
  background: #00a6ca;
}

/*.wpcf7 .wpcf7-text,*/
.wpcf7 .wpcf7-textarea{
  text-indent: 0px;/*-5px;*/
}
.wpcf7 .wpcf7-text{
  text-indent: 0px;/*-5px;*/
}

.wpcf7 p {
  position: relative;
}

.wpcf7 p .fa {
  position: absolute;
  color: #666666;
  z-index: 100;
  font-size: 18px;
  top: 28%;
  left: 1.5%;
}

.wpcf7 p .fa-pencil {
  top: 5%; left: 1.5%
}

#footer-wrapper {
  font-family: 'Source Sans Pro', 'Playfair Display', 'Merriweather', helvetica, arial, 'sans-serif';
}

.cols-4 h5 {
  font-family: 'Source Sans Pro', 'Playfair Display', 'Merriweather', helvetica, arial, 'sans-serif';
}


#linkEmail {
  transition: 0.6s;
}

#linkEmail:hover {
  color: #0294cf;
}


/*** Columns / Nav Icons ***/

.csColumnsNavigation {
  background: #fcfdfe;
  /*background: #f9fcfe;*/
  border: 2px solid #e6e6e6;
  border-radius: 8px;
  /*min-height: 180px;
  min-width: 190px;*/
  max-height: 180px;
  padding-top: 10px !important;
  text-align: center;
  font-size: 14px;
  margin: 0px;
  /*padding: 0px;*/
  float: left;
  /*width: 31.3%;*/
  width: 14%;
  box-shadow: 0 0 11px rgba(33,33,33,.1);
  font-family: 'Poppins', 'Raleway', 'Source Sans Pro', 'Playfair Display', 'Merriweather', helvetica, arial, 'sans-serif';
}

.csColumnsNavigation:hover {
  border: 2px solid #0294cf;
  box-shadow: 0 0 11px rgba(33,33,33,.7);
}

.csColumn {
  max-width: 250px;
  max-height: 230px;
  width: 167px;
  height: 145px;
}

@media screen and (max-width: 1200px) and (min-width: 401px) {
  .csColumn {
    max-width: 240px;
    max-height: 180px;
    width: 167px;
    height: 145px;
  }
}

@media screen and (max-width: 400px) {
  .csColumn {
    max-width: 200px;
    max-height: 190px;
    width: 150px;
    height: 150px;
    background: #f9fcfe;
    position: relative;
    left: 10%;
  }
}

#iconTitle {
  color: #5c5c5c;
  font-size: 14px;
}

#linkIcon {
  /*transition: 0.2s;*/
  color: #5c5c5c;
  display: block;
}

#linkIcon:hover {
  color: #0294cf;
}

.csColumnGap {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 1.56%;
}

#iFAIcon {
  margin-top: -24px;
  font-size: 50px;
}

#fontIconTitle {
  font-family: 'Poppins', helvetica, arial;
  font-size: 1.3em;
  font-weight: 400;
}

#fontIconBody {
  font-family: 'Poppins', helvetica, arial;
  font-size: 1.0em;
  line-height: 1.2em;
  margin-top: -14px;
}

/* Override Theme Mobile Menu Settings */


@media screen and (max-width: 625px) {
  .entry-content {
    /*margin-top: 100px;*/
  }
}


@media screen and (max-width: 1170px) {
  /*.menu { display: none; }*/
  /*menu-top-menu { display: none; }*/
}

@media screen and (max-width: 1170px) {
  .search-menu
  {
  position: relative;
  float: none;
  margin-right: 0px;
  margin-top: 10px;
  list-style-type: none;
  top: 0%;
  transform: translateY(-0%);
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  }
}

@media screen and (max-width: 1170px) {
  /*html {  overflow-x: hidden; }*/
  .logo {
    float: none;
    text-align: center;
    padding: 20px 10px;
  }
}

/*** Header Z index to allow Shiftnav Burger come to front ***/

/*** Reset to 999999 to keep navbar visible on slider click ***/

@media screen and (max-width: 1170px) {
  .header {
    /*z-index: 1;*/
    z-index: 99999;
  }
}


@media screen and (max-width: 1170px) {
  #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before,
  #shiftnav-toggle-main .shiftnav-toggle-burger {
    float: left;
    content: '\f0c9';
    font-family: FontAwesome;
    padding: 16px 20px;
    margin-left: -10px;
    position: absolute;
    z-index: 20;
    padding-top: 35px;
  }
}


/*625*/

@media screen and (max-width: 625px) {
  .sitetitle {
  /*51,102,153*/
    text-shadow: 2px 1px 1px rgba(0,105,153, 1);
    border-bottom: 0px solid #ffffff;
  }
}

@media screen and (max-width: 625px) {
  /*51,102,153*/
  .header { background-color: rgba(0,105,153, 0.8); }
}

/*

@media screen and (max-width: 625px) {
  .header { position: static; }
}

@media screen and (max-width: 625px) {
  .slider-wrapper { display: none; }
}
*/

/* 505px */

@media screen and (max-width: 625px) {
  .logo span  {display: none; }
  .header { height: 70px; }
  #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before,
  #shiftnav-toggle-main .shiftnav-toggle-burger {
    float: left;
    content: '\f0c9';
    font-family: FontAwesome;
    padding: 16px 20px;
    margin-left: -10px;
    position: absolute;
    z-index: 20;
    padding-top: 25px;
  color: #ffffff;
  }
}


@media screen and (max-width: 625px) {
  #shiftnav-toggle-main {
    position: fixed;
    left: 0%;
    transform: translateX(0px);
  }
}


/*** Nav Icon Width ***/

.menu-item i._mi {
  width: 18px;
  max-width: 18px;
}


/*** Shiftnav ***/

#shiftnav-toggle-main {
  position: fixed;
  z-index: 999;
  top: 5;
  left: 5;
}



/* Custom Burger coded into 'header.php' */

@media screen and (max-width: 1170px) {
  #divShiftNavCustom { margin-top: 35px; }
}


@media screen and (max-width: 625px) {
  #divShiftNavCustom { margin-top: 22px; }
}

#divShiftNavCustom {
  float: right;
}

#icoShiftNavCustom {
  color: white;
}

@media screen and (min-width: 1170px) {
  #shiftnav-main { display: none; }
}




/*** Breadcrumbs ***/

.breadcrumbs
{
  margin-top: -15px;
  height: 10px;
}

/* Move sliding menu under nav bar */
/* Left burger only */

/*
@media screen and (max-width: 1170px) {
  #shiftnav-main { margin-top: 92px; }
}


@media screen and (max-width: 625px) {
  #shiftnav-main { margin-top: 72px; }
}

*/

/*** Slider menu width ***/
/*
#shiftnav-main {
  width: 230px;
}*/



/* Hide burger on slide */

/*
.shiftnav-open i,
.shiftnav-open-left i,
.shiftnav-open-right i {
  display: none;
}
*/

/*
.shiftnav-open i,
.shiftnav-open-left i,
.shiftnav-open-right i {
  float: right;
}
*/


/*
.shiftnav-menu-title {
  font-size: 20px;
  text-align: center;
  padding: 20px 25px;
  font-weight: 600;
  margin: 0;
  color: inherit;
}
.shiftnav-menu-title a,
.shiftnav-menu-title a:hover,
.shiftnav-menu-title a:visited {
  color: inherit;
  text-decoration: italic;
}
*/

#nav-toggle { position: absolute; left: 50%; top: 50%; }

#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}


/*** Shiftnav Sub Menu V Light Blue ***/

.shiftnav ul.shiftnav-menu.shiftnav-indent-subs li.shiftnav-sub-always ul.sub-menu li.menu-item > a {
  background: rgba(235,243,247,1);
  color: #323232;
  border-bottom: 1px solid #d3d3d3;
}

/*** Main Menu - Sub Menu ***/

body > ul { overflow: auto; }


.sub-menu ul {
  /*background-color: rgba(0,105,153,0.8);*/
  /*list-style-type: none;*/
  /*display: inline-block;*/
  /*margin-top: 110px;*/
  font-weight: lighter;
}


.sub-menu {
  position: absolute;
  /*top: 95px;*/
  top: 60px;
  left: 5px;
  /*height: 0; # Original */
  /*opacity: 1; # Original */
  height: auto;
  opacity: 1; /*0.8;*/
  z-index: 999;
  /*overflow: hidden;*/
}



.sub-menu li {
  background: rgba(0,105,153,0.8); /* Use this */
  font-weight: lighter;
  /*#background: rgba(216,232,239,0.6);
  #background: rgba(178,210,224,0.6);
  ##margin-top: 110px;*/
}

/*** Mega Menu - Footer ***/

#mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 3px 0px 3px;
  line-height: 26px;
  height: 26px;
  font-weight: normal;
  /*vertical-align: baseline;*/
  text-align: left;
  width: auto;
  display: block;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  /*background: rgba(0,105,153,0.6);*/
  font-family: inherit;
  font-size: 14px;
  text-indent: 2px;
}

#mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-item > a.mega-menu-link:hover {
  background: rgba(0,105,153,0.6);
}

#mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: rgba(0,105,153,0.6);
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}


#mega-menu-wrap-footer #mega-menu-footer {
  margin: 0 0px 0 0;
  display: block;
  height: auto;
  vertical-align: middle;
  background: #666;
}


#mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-item {
  margin: 0 0px 0 0;
  display: block;
  height: 28px;
  /*vertical-align: middle;*/
  background: #2D353C;
}



#mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  background: #f1f1f1;
  color: #666;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 10px 0px 10px;
  line-height: 35px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
  width: auto;
}

#mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-flyout ul.mega-sub-menu {
  z-index: 999;
  position: absolute;
  width: auto;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
  padding: 0px 0px 0px 0px;
  background: #f1f1f1;
  max-width: none;
}

/*** Mega Menu Footer Sub Menu Grid ***/

.mega-sub-menu {
  /*width: auto;*/
}

#mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu {
  /*#width: 960px;
  #display: table;
  #table-layout: fixed;*/
}

#mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  /*#margin: 3px 0 0 0;
  #padding: 0 0 0 3px;
  #padding: 2px 2px 2px 2px;
  #padding: 10px 40px;
  #width: 100px;
  #display: table-cell;*/
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 0.5px solid #f9f9f9;
  border-left: 0.5px solid #f9f9f9;
  border-right: 0.5px solid #d3d3d3;
  border-bottom: 0.5px solid #d3d3d3;
}

#mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #555;
  font-family: inherit;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  /*font-weight: bold;*/
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: inline-block; /* Original */
  /*display: block;*/
  transition: 0.2s;
}

#mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #0294cf;
}


#mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:hover {
  background-color: #e6e6e6;
}

/*** Mega Menu Footer Icons ***/

.dashicons-phone:before {
  /* Safari */
  -webkit-transform: rotate(-270deg);

  /* Firefox */
  -moz-transform: rotate(-270deg);

  /* IE */
  -ms-transform: rotate(-270deg);

  /* Opera */
  -o-transform: rotate(-270deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/*
#mega-menu-wrap-footer #mega-menu-footer[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-footer #mega-menu-footer[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  opacity: 0;
  margin-top: 10px;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
  transition-property: opacity, margin-top, visibility;
}
*/

/* Custom Burger */
/* 2018-01-22 */
/* https://codepen.io/RRoberts/pen/ZBYaJr */



.hamburger .line {
  width: 22px;
  height: 3px;
  background-color: #ffffff;/*#ecf0f1;*/
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*
.line { */
  /*51,102,153*/
/*
  box-shadow: 2px 0px 0px rgba(0,105,153, 1)
}
*/

.hamburger:hover{
  cursor: pointer;
}

/* SIX */

#hamburger-6.hamburger_active {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.hamburger_active .line:nth-child(2){
  width: 0px;
}

#hamburger-6.hamburger_active .line:nth-child(1),
#hamburger-6.hamburger_active .line:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.hamburger_active .line:nth-child(1){
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

#hamburger-6.hamburger_active .line:nth-child(3){
  -webkit-transform: translateY(-6px) rotate(90deg);
  -ms-transform: translateY(-6px) rotate(90deg);
  -o-transform: translateY(-6px) rotate(90deg);
  transform: translateY(-6px) rotate(90deg);
}


/* SIX - RESET */

#hamburger-6.hamburger_reset{
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#hamburger-6.hamburger_reset.line:nth-child(2){
  width: 0px;
}

#hamburger-6.hamburger_reset.line:nth-child(1),
#hamburger-6.hamburger_reset.line:nth-child(3){
  -webkit-transition-delay: 0.0s;
  -o-transition-delay: 0.0s;
  transition-delay: 0.0s;
}

#hamburger-6.hamburger_reset.line:nth-child(1){
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

#hamburger-6.hamburger_reset.line:nth-child(3){
  -webkit-transform: translateY(0px) rotate(0deg);
  -ms-transform: translateY(0px) rotate(0deg);
  -o-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
}


/*** Nivo slider settings ***/

@media screen and (max-width: 1480px) {
  .nivo-html-caption {
    display: none;
  }
}

.slide_info {
  line-height: 1.3;
}

.slide_info h2 {
  font-family: 'Poppins', 'Source Sans Pro', 'Raleway', 'Playfair Display', 'Merriweather', helvetica, arial, 'sans-serif';
}

.slide_info p {
  /*width: 50%;*/
}

@media screen and (max-width: 1600px) {
  .slide_info h2 {
    display: none;
  }
}

@media screen and (max-width: 1370px) {
  .slide_info {
    display: none;
  }
}

.nivo-directionNav a {
  display: none;
}

.nivo-controlNav {
  display: none;
}

/*
@media screen and (max-width: 960px) {
  .nivo-directionNav {
  display: none;
  }
}
*/

/* Ajax Search Move Results */


div[id*='ajaxsearchliteres'] {
  z-index: 9999999 !important;
  position: absolute !important;
  float: right;
}

div[id*='ajaxsearchlitesettings'].searchsettings {
  z-index: 9999999 !important;
  position: absolute !important;
}


div[id*="ajaxsearchliteres"].vertical {
    background: rgb(120, 195, 251) !important;
}

div[id*="ajaxsearchliteres"].vertical {
    width: 400px !important;
}

@media screen and (max-width: 1170px) {
  div[id*="ajaxsearchliteres"].vertical {
    width: 300px !important;
  /*margin-left:120px;*/
  display: inline-block !important;
  }
}


div[id*='ajaxsearchlite'].wpdreams_asl_container {  min-width: 260px; }

/*
div[id*='ajaxsearchlite'].wpdreams_asl_container {
    width: 40%;
    margin: 10px 5px 0 5px;
    float: right;
}
*/

/*
#ajaxsearchlite1 .probox .proinput input, div[id*="ajaxsearchlite"] .probox .proinput input {
  max-width: 100px;
}
2
div[id*='ajaxsearchlite'] input[type="search"] {
  max-width: 100px;
}

*/

h4, h5, h6 {
  margin-top: 32px;
  margin-bottom: 9px;
}

.ulNarrow ul li {
  margin-bottom: 0px;
  padding: 0 0 0 0;
}

.ulNoDisc ul li {
  list-style-type: none;
}

.ulNoDisc li {
  margin-top:-5px;
  margin-left: 12px;
}

