/*  this is style_NHN.css
 last modified  7/20/2017  added "bg3" for Services page
 
 last modified 5/23/2017
 
 
*/


@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*  http://fortawesome.github.io/Font-Awesome/get-started/ */

@import url(//fonts.googleapis.com/css?family=Asap:400,700);
/*  WLT loves Google Fonts!    */
/*  https://www.google.com/fonts  */

@import "animate_NHN.css";
/*========= Center Text ======================*/
.t__center {
  text-align: center;
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Asap', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  background: #ffffff;  /* white */
  color: #6a7883;  /*  dark grey  */
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  
  /* added per WIRED Magazine web site */
  /*
  border-bottom: 1px solid #2ebbea;
  box-shadow: 0px -4px 0px #2ebbea inset;
  */
}
a:active {
  background: transparent;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
.lg {
  font-size: 18px;
  line-height: 30px;
}
h1,
h2 {
  font-size: 26px;  /*  WAS 36px;  [WLT-1/17/17] */
  line-height: 36px;  /*  WAS  40px;  [WLT-1/7/17] */
  font-weight: 700;
}
h1.t-up,
h2.t-up {
  text-transform: normal; /* was 'uppercase;' [WLT]  */
}
h2,
h6 {
  text-align: center;
}
h4 a:hover,
h5 a:hover {
  color: #75d1cc;  /* light aqua */
}
h3 {
  font-size: 30px;
  line-height: 36px;
}
h4 {
  font-size: 24px;
  line-height: 30px;
}
h5 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.44px;
}
h6 {
  font-size: 24px;  /* was 18px WLT, also tried 24px */
  line-height: 24px;
  font-weight: 700;
}
/* Gallery Hover */
a[data-gal] {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
a[data-gal] img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  a[data-gal] img {
    width: 100%;
  }
}
a[data-gal] .overlay {
  position: absolute;
  text-align: center;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}
a[data-gal] .overlay:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;  /* white */
  font-size: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 a[data-gal] .overlay:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
.lt-ie9 a[data-gal] .overlay:before {
  display: none;
}
a[data-gal]:hover {
  text-decoration: none;
}
a[data-gal]:hover img {
  transform: scale(1.2);
}
a[data-gal]:hover .overlay {
  background: rgba(228, 64, 120, 0.8);  /*  ? color ?  */
}
.lt-ie9 a[data-gal]:hover .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce44078', endColorstr='#cce44078');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce44078', endColorstr='#cce44078');
  zoom: 1;
}
a[data-gal]:hover .overlay:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 a[data-gal]:hover .overlay:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.lt-ie9 a[data-gal]:hover .overlay:before {
  display: block;
}
.page {
  overflow: hidden;
}
/*========================================================
                    Main Layout
=========================================================*/
.heading + .off1,
h2 + .off1 {
  margin-top: 34px;  /* WAS  44px; [WLT-1/7/17]  */
}
.heading + .off2,
h2 + .off2 {
  margin-top: 18px;  /* WAS 38px;  [WLT-1/7/17]  */
}
h4 + .off1 {
  margin-top: 7px;  /* WAS 27px; [WLT-1/7/17]  */
}
.lg + .lg {
  margin-top: 6px;
}
h5 + p {
  margin-top: 1px;  /* WAS 4px;  [WLT-5/23/17]  */
}
p + .btn {
  margin-top: 14px;
}
.row + .off1 {
  margin-top: 38px;  /* WAS 38px;  [WLT-1/7/17]  */
}
img + .off1 {
  margin-top: 25px;  /* WAS 25px;   [WLT-1/7/17]  */
}
/*========================================================
                    HEADER styles
=========================================================*/
.header {
  padding-top: 13px;
  background: #2A18C2; /* Top Bar of BG behind "Novelty Hill Networks", now Dark Blue, WAS #c2185b;    wine  */
  color: #ffffff;  /*   white   */
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .logo,
  .header .header-menu {
    float: none;
  }
}
.stuck {  /* main BG behind "Novelty Hill Networks"  */
  background: #1E43E9;  /* Medium Dark Blue, WAS #e91e63;   reddish purple  */
}
.logo {
  float: left;
  display: inline-block;
  padding-top: 10px;
  text-transform: normal;  /* uppercase; */
}
.logo span {  /* this seems to be the BG color of the Current Page Name on the Tool Bar at top of page */
  float: left;
  font-size: 24px; /* WAS 48px;   [WLT-1/7/17]  */
  line-height: 22px;  /* WAS 36px;  [WLT-1/7/17]  */
  color: #19C1C1;  /* Light Blue ... WAS #c2185b;  wine  */
  margin-right: 21px;
}
.header-menu {
  float: right;
}
/*========= Stuck menu styles ======================*/
.isStuck {
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  position: relative;
  float: left;  /* this seems to be the vertical right-edge border of the last Menu entry, top nav bar */
  border-right: 1px solid #19C1C1; /* was #c2185b;  wine   */  /* [WLT-1/12/17] */
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 19px 0;
  min-width: 100px;
  max-width: 140px;
  text-align: center;
}
.sf-menu > li > a:hover {   /* hover color BG behind other Page Choices */
  background: #19C1C1;  /* Lighter Blue,  WAS #e44078;  reddish purple */
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    min-width: 90px;
  }
}
.sf-menu > li + li:after {
  content: '';
  position: absolute;
  left: -6px;
  top: -6px;
  width: 12px;
  height: 12px;
  background: #2A18C2; /* Dark Blue, was #c2185b;  /*  darker reddish purple =  wine  */
  border-radius: 50%;
}
.sf-menu > li.last:before {  /* this seems to define that little down-&-right-pointing triangle, 
							at the bottom-right corner of the last Nav Bar item, such as "Contact" */
							/*  [WLT-1/12/17]  */
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #19C1C1; transparent;  /* lighter blue, WAS darker reddish purple  =  wine 
                /* WAS tranparent transparent #c2185b transparent */   /*  [WLT-1/12/17] */
  z-index: 1;
}
.sf-menu > li.last:after {
  display: none;
}
.sf-menu > li > .sf-with-ul:before {
  content: '\f107';
  position: absolute;
  font-family: FontAwesome;
  font-size: 16px;
  bottom: 5px;
  left: 50%;
  margin-left: -4px;
}
.sf-menu > li.current > a,  /* 'current' causes BG color to default on the page with that name. */
.sf-menu > li.sfHover > a {
  background: #19C1C1;  /* Blue  WAS #e44078;   reddish purple  */
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 60px;
  left: -35px;
  z-index: 4;
  width: 169px;
  padding: 20px 5px;
  background: #3E1EE9; /* Dark Blue, WAS #e91e63;   reddish purple  */
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.3);
  border-radius: 3px;
}
.sf-menu ul li {
  font-size: 12px;
  line-height: 20px;
  text-transform: normal;  /* uppercase; */
  padding: 0 10px 0 30px;
}
.sf-menu ul li + li {
  margin-top: 16px;
}
.sf-menu ul li a {
  display: inline-block;
}
.sf-menu ul li a:hover {
  text-decoration: none;
  color: #daa2b5;  /* light reddish purple  */
}
.sf-menu ul li.sfHover > a {
  color: #daa2b5;   /*  light reddish purple  */
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: -175px;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 14px auto;
    padding: 0;
    height: 40px;
    background: #2A18C2 /* was #c2185b */ url(../images/select.png) 99% center no-repeat;  /* Dark Blue, WAS darker reddish purple  */
    border: none;
    color: #ffffff;  /*  white  */
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
.content {
  background: #ffffff;   /* white  */
}
.brr {
  border-radius: 5px;
}
/*========= Icons ======================*/
.icon {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: #fff;   /* white  */
  background-position: center center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .icon {
    width: 150px;
    height: 150px;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.i1 {
  background-image: url(../images/page1-img2.jpg);
}
.i2 {
  background-image: url(../images/page1-img3.jpg);
}
.i3 {
  background-image: url(../images/page1-img4.jpg);
}
.i4 {
  background-image: url(../images/page1-img5.jpg);
}
.icon2 {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  font-size: 58px;
  color: #201331;  /* nearly black  */
  background: #d34b1b;   /* burnt orange  */
}


/*========= Backgrounds ======================*/
.bg1,
.bg2,
.bg3 {              /*  WLT 7/5/17:  added "bg3" for Services page */
  color: #ffffff;  /* white  */
}
.bg1, 
.bg2,
.bg3, .heading {              /*  WLT 7/5/17:  added "bg3" for Services page */
  color: #ffffff;  /* white  */
}
.bg1 {
  background: #f89e00;   /* light orange */
}
.bg2 {
  background: #de4f4f;  /* burnt orange */
  padding: 54px 0 58px;
}

.bg3  {               /*  WLT 7/5/17:  added "bg3" for Services page */
	background:  #3366ff;  /* light blue */
}

.bg2
.bg3 h2 p {
  text-transform: normal; /* WLT was uppercase; */
  color:  #FFFFFF;   /*  WLT added 7/5/2017  */
}
.bg2
.bg3 h3 {
  color: #b13c3c;  /*  brick red  */
}



/*========= Wrappers ======================*/
.wrapper1 {
  padding: 14px 0 11px;
  /* WAS padding: 54px 0 51px; */  /*  [WLT-1/7/17]  */
}
.wrapper1__ins1 {
  padding-bottom: 25px; /* WAS 73px;  [WLT-5/23/17]  */
}
.wrapper2 {
  padding: 51px 0 46px;
}
.wrapper2__ins1 {
  padding-bottom: 67px;
}
.wrapper2__ins2 {
  padding-bottom: 109px;
}
.mt-img {
  margin-top: 4px;
}
/*========= Shadow ======================*/
.shadow,
.bg2,
.bg3,   /*   WLT 7/5/2017:  added "bg3" for Services page */
.icon-box,
.post {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.2);
}
/*========= Heading ======================*/
.heading {
  color: #6a7883; /* dark gray */         /* was #a2a1a1; */   /* medium gray */ 
  text-align: center;
}
.heading h6,
.heading h2 {
  text-transform: normal;  /* was uppercase; WLT */
  /* color: #FFFFFF;  /* should override the Dark Gray just above WLT */
}
/*========= Boxes ======================*/
.box_left {
  float: left;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .box_left {
    text-align: center;
    float: none;
    margin: 0 0 30px;
  }
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box + .box {
  margin-top: 30px;
}
.box__mod .box_left {
  margin: 0 50px 0 34px;
}
@media (max-width: 767px) {
  .box__mod .box_left {
    margin: 0 0 30px;
  }
}
.box__mod .box_cnt {
  padding-right: 30px;
}
.box2 {
  position: relative;
  border: 2px solid #a13535; /* brick red */
  padding: 30px 12px 0 19px;
  text-align: center;
}
.box2 h3 + .company {
  margin-top: 9px;
}
.box2 a:hover {
  color: #ffffff;  /* white */
}
.box2 .company {
  display: block;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  z-index: 0;
}
.box2 .company a {
  display: inline-block;
  background: #de4f4f; /* light brick red */
  padding: 0 10px;
}
.box2 .company a:hover {
  color: #75d1cc; /* aqua */
}
.box2 .company:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #b13c3c;  /* brick red */
  z-index: -1;
}
.box2 > p {
  padding-top: 37px;
}
.box2 > p.quote {
  background: url("../images/quote.png") no-repeat center 11px;
}
.box2__mod {
  padding: 30px 12px 30px 19px;
}
.box2__mod > p {
  padding-top: 26px;
}
/*========= Icon box ======================*/
.icon-box {
  background: #f9f9f9;  /* very light gray */
  text-align: center;
  padding: 30px 10px 40px;
  border-radius: 5px;
}
.icon-box img {
  width: 100%;
}
.icon-box p {
  font-size: 13px;
}
.icon-box p.lg {
  font-size: 18px;
  /* color: #75d1cc;*/    /* aqua */
  color:  #3333ff;         /*   medium blue    */
  
}

.icon-box p.lg a:hover {
	
	
  color: #e44078;  /* light reddish purple */
}

.icon-box p + .btn {
  margin-top: 13px;
}
.icon-box .icon + p {
  margin-top: 23px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .icon-box .btn {
    min-width: 100%;
  }
}
.icon-box__mod {
  padding: 0;
}
.icon-box__mod .icon-box_cnt {
  padding: 23px 10px 33px;
}
/*========= Button ======================*/
.btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: 2px solid #75d1cc;  /* aqua */
  min-width: 176px;
  text-align: center;
  text-transform: lowercase;
  padding: 6px 0;
  color: #ffffff;  /*  white   */
  border-radius: 5px;
}
.btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #75d1cc;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  color: #75d1cc;  /* aqua */
}
.btn:hover:before {
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}
/*========= Progress Wrap ======================*/
.progress-wrap {
  padding: 0 5px;
  width: 430px;
  float: left;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.progress-wrap .img-wrap {
  position: relative;
  display: inline-block;
}
.progress-wrap .img-wrap h4 {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.progress-wrap + .grid_4 {
  margin-left: 0;
}
@media (max-width: 767px) {
  .progress-wrap + .grid_4 {
    float: none;
    margin: 30px 0 0 20px;
  }
}
.progress-wrap .teams {
  margin-top: 12px;
}
.progress-wrap .teams li {
  display: inline-block;
  margin: 0 14px;
}
.progress-wrap .teams .progress {
  border-radius: 50%;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 28px;
  text-align: center;
  color: #ffffff;  /* white */
}
.progress-wrap .teams .progress_skin1 {
  background: #b4dced; /* very light aqua */
}
.progress-wrap .teams .progress_skin2 {
  background: #91c9e8;  /* aqua */
}
.progress-wrap .teams .progress_skin3 {
  background: #67b8de;  /* darker aqua */
}
.progress-wrap .teams .progress_skin4 {
  background: #3399cc;  /* even darker aqua */
}
@media (min-width: 980px) and (max-width: 1199px) {
  .progress-wrap {
    width: 340px;
  }
  .progress-wrap .teams li {
    margin: 0 3px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .progress-wrap {
    width: 275px;
  }
  .progress-wrap img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .progress-wrap {
    margin: 30px 0;
    float: none;
  }
}
@media (max-width: 479px) {
  .progress-wrap {
    width: 270px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .clear-768:before,
  .clear-768:after {
    content: " ";
    display: table;
  }
  .clear-768:after {
    clear: both;
  }
}
.br-top {
  height: 8px;
  width: 100%;
  background: #57c3a9;  /* light green  */
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
/*========= Post ======================*/
.post {
  border-radius: 5px;
  padding-bottom: 7px;
  background: #f9f9f9;  /* very light grey  */
}
.post img {
  width: 100%;
}
.post_img-wrap {
  position: relative;
  color: #ffffff;  /*  white  */
  text-align: center;
}
.post_img-wrap .overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.lt-ie9 .post_img-wrap .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000');
  zoom: 1;
}
.post_img-wrap .date {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
.post_cnt {
  text-align: left;
  background: #355866;  /* dark gray-green */
  padding: 41px 10px 59px 26px;
  color: #ffffff;
  border: 1px solid #6d98aa;  /* medium gray-green */
}
.post_cnt h3 {
  letter-spacing: -0.6px;
}
.post_cnt h3 a:hover {
  color: #75d1cc;
}
.post_cnt p {
  letter-spacing: -0.28px;
}
.post_cnt h3 + p {
  margin-top: 6px;
}
.post_meta {
  padding: 11px 23px 13px 26px;
  color: #000000;  /* black */
  letter-spacing: -0.28px;
}
.post_meta .author {
  float: left;
}
.post_meta .com {
  float: right;
}
.post_meta span {
  font-size: 18px;
  color: #53c2b0;  /* light green */
  margin-right: 10px;
}
.post_meta:before,
.post_meta:after {
  content: " ";
  display: table;
}
.post_meta:after {
  clear: both;
}
.post_meta a:hover {
  text-decoration: underline;
}
.post_social {
  background: #010001;
  border: 1px solid #6d98aa;  /* medium gray-green  */
  text-align: center;
  color: #ffffff;   /* white  */
}
.post_social li {
  display: inline-block;
  margin: 0 28px;
  font-size: 36px;
}
.post_social li a {
  line-height: 50px;
}
.post_social li a:hover {
  color: #75d1cc;  /* aqua */
}
@media (min-width: 980px) and (max-width: 1199px) {
  .post_social li {
    margin: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .post h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .post_meta .author,
  .post_meta .com {
    float: none;
  }
  .post_social li {
    margin: 0 8px;
  }
}
@media (max-width: 479px) {
  .post_social li {
    margin: 0 15px;
  }
}
/*========= Post Modify ======================*/
.post.post__mod .post_img-wrap .date {
  text-align: left;
  left: 76px;
  top: 22px;
}
.post.post__mod .post_social {
  background: transparent;
  float: left;
  color: #000;
  border: none;
}
.post.post__mod .post_meta {
  float: left;
  padding: 17px 30px 10px 26px;
}
.post.post__mod .post_meta .author,
.post.post__mod .post_meta .com {
  float: none;
  display: inline-block;
}
.post.post__mod .post_meta .author {
  margin-right: 78px;
}
.post.post__mod .post_cnt {
  padding-bottom: 29px;
}
.post.post__mod + .post.post__mod {
  margin-top: 31px;
}
@media (max-width: 767px) {
  .post.post__mod .post_img-wrap .date {
    left: 0;
    right: 0;
    text-align: center;
  }
  .post.post__mod .post_meta,
  .post.post__mod .post_social {
    float: none;
  }
}


/*========= Markered List Header ======================*/
/*  WLT  7/3/2017  ====================================*/

.markered-list-header li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}
.markered-list-header li:before {
  content: '\f0a3';  /* certificate */
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 20px;
  color: #ffffff;   /* white */
}

.markered-list-header li + li {
  margin-top: 16px;
}
.markered-list-header a:hover {
  color: #75d1cc;   /* aqua   */
}

.markered-list-header a a:link  a:visited  {
	color: #FFFFFF;  /* white */
}



/*========= Markered List ======================*/
.markered-list li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}
.markered-list li:before {
  content: '\f00c';  /* check mark */
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 20px;
  color: #ffffff;   /* white */
}

.markered-list li + li {
  margin-top: 16px;
}
.markered-list a:hover {
  color: #75d1cc;   /* aqua   */
}




/*========= Markered List 2 Header ======================*/
/*  WLT  7/3/2017  ====================================*/

.markered-list-2-header li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}
.markered-list-2-header li:before {
  content: '\f0a3';  /* certificate */
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 20px;
  color: #ffffff;   /* white */
}

.markered-list-2-header li + li {
  margin-top: 16px;
}
.markered-list-2-header a:hover {
  color: #FFFF00;   /* yellow   */
}

.markered-list-2-header a a:link  a:visited  {
	color: #FFFFFF;  /* white */
}



/*========= Markered List 2 ======================*/
.markered-list-2 li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}
.markered-list-2 li:before {
  content: '\f00c';  /* check mark */
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 20px;
  color: #ffffff;   /* white */
}

.markered-list-2 li + li {
  margin-top: 16px;
}
.markered-list-2 a:hover {
  color: #FFFF00;   /* yellow   */
}



.box-border .circle,
.box-border .circle-tl,
.box-border .circle-tr,
.box-border .circle-bl,
.box-border .circle-br {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a13535;  /* brick red */
}
.box-border .circle-tl {
  left: -4px;
  top: -4px;
}
.box-border .circle-tr {
  right: -4px;
  top: -4px;
}
.box-border .circle-bl {
  left: -4px;
  bottom: -4px;
}
.box-border .circle-br {
  right: -4px;
  bottom: -4px;
}
.map {
  height: 430px;
  position: relative;
}
@media (max-width: 767px) {
  .map {
    height: 350px;
  }
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/*========= Address ======================*/
.address-wrap {
  padding-top: 24px;
}
address {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.44px;
}
dd,
dt {
  display: inline-block;
}
dt {
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
  dt {
    padding-right: 1px;
  }
}
.policy-box + .policy-box {
  margin-top: 28px;
}
.mail a,
.policy-link a {
  text-decoration: underline;
}
.mail a:hover,
.policy-link a:hover {
  color: #75d1cc;  /*  aqua  */
}
.policy-link {
  margin-top: 37px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
.footer {
  padding: 10px 0;
  color: #ffffff;  /* white */
  text-align: center;
  background: #b13c3c;  /* brick red  */
}
@media (max-width: 479px) {
  .footer .divid {
    display: none;
  }
}
.copyright a:hover {
  color: #75d1cc;  /* aqua */
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  z-index: 20;
  width: 50px;
  height: 50px;
  font-size: 26px;
  line-height: 44px;
  border-radius: 5px;
  border: 2px solid #355866;  /* super dark green */
  text-align: center;
  color: #ffffff;  /* white */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #355866;  /* super dark green */
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#toTop:hover {
  color: #355866;  /* super dark green */
}
#toTop:hover:after {
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*============ Background RGBA==============*/
