@import url(//fonts.googleapis.com/css?family=Raleway:400,700,500);
/*
Author: webthemez.com
Author URL: https://92e13bc7-b1d2-4147-bfd7-15fa3c6f3b61.p.bardy.io
*/
/*************************
*******Typography******
**************************/
#home {
 /*   padding-top: 3.5em;

  padding-top: 90px;
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #282828;
  line-height: 26px;*/
}
/*h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}*/

select, textarea, input[type="text"] {
    border-radius: 4px;
    color: #555;
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}
textarea, input[type="text"] {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #4F4F4F;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;  
border-bottom: 2px solid #25A4D7;
display: inline-block;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 4px;
}

.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%; 
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
.navbar-toggle{
border-radius: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: transparent !important;
}
.navbar-nav>li>a {
text-transform: uppercase;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
#main-nav.navbar-default {
/*background: #FFFFFF;*/
}
#main-nav.navbar-default .navbar-nav > li.active > a, #main-nav.navbar-default .navbar-nav > li.open > a, #main-nav.navbar-default .navbar-nav > li:hover > a {
color: #007FB0 !important;
background: #FFFFFF !important;
-webkit-border-radius: 8px 8px 0px 0px ;
    -khtml-border-radius: 8px 8px 0px 0px ;
    border-radius: 8px 8px 0px 0px ;
        text-shadow: none !important;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  /*margin-top: 32px;*/
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 0px 0px 0px; /* MGM */
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
color: #007FB0;
 background: #1c4e69;
}
.navbar-default .navbar-nav>li>a{
color: #007FB0;
}
#main-nav.navbar-default {
    background: white;
}
@media only screen and (min-width: 768px) {
  #main-nav.navbar-default {
    background: white; /*#1A5FA7;*/
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);*/
  }
  #main-nav.navbar-default .navbar-nav > li > a {
    /*padding-top: 40px;
    padding-bottom: 36px;*/
  
    border-bottom: 2px solid transparent;
}
  .navbar-default .navbar-nav>li>a {
	color: #007FB0;
	}
  #main-nav.navbar-default .navbar-nav > li.active > a,

  #main-nav.navbar-default .navbar-nav > li.open > a,
  #main-nav.navbar-default .navbar-nav > li:hover > a {
    /*background: #1a5fa7; 
	

    border-bottom: 4px solid #ffffcc;*/
}
  #main-nav.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-nav.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-nav.navbar-default .dropdown-menu > li > a { 
    padding: 15px 0;
    color:#A8A8A8; 
  }
  #main-nav.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-nav.navbar-default .dropdown-menu > li.active,
  #main-nav.navbar-default .dropdown-menu > li.open,
  #main-nav.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-nav.navbar-default .dropdown-menu > li.active > a,
  #main-nav.navbar-default .dropdown-menu > li.open > a,
  #main-nav.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}

 
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}

#contact-us {
  padding: 100px 0 10px;
}
#contact-us h1,
#contact-us h2 {
}
/*Contact*/
 .contact-info{
 padding:60px 0;
 }
.contact-info address {
margin-bottom: 20px;
font-style: normal;
line-height: 27px;
font-size: 15px;
}
.contact-info .form-control { 
padding: 6px 12px;
border-radius: 0;
}
 .business-stats:before {
content: '';
margin: 17px;
display: block;
border: currentcolor;
height: 100px;
border-radius: 50%;
position: absolute;
width: 100px;
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #505050;
  margin: 0em -1em -1em;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #FFA98E;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
 display: inline-block; 

 border: 1px solid rgba(255, 255, 255, 0.09);
padding: 3px 0;
width: 31px;
text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    /*float: right;*/
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media only screen and (max-width: 480px) {


}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 5s;
	animation-name: fade;
	animation-duration: 5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}
.mySlides {
	display: none;
 /*   z-index: 1000 !important; */
}

/* Slideshow container */
.slideshow-container {
	max-width: 100%;
	position: relative;
	margin: auto;
	/*margin-bottom: -.5em;*/
/*  z-index: 1000; */
  margin-left: 50px;
  margin-right: 50px;
}
.slideshow-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: -1.5em;
}
/* The dots/bullets/indicators */
.slidedot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	border-radius: 50%;
	display: inline-block;
	background-color: #ccc;
}

.slideactive {
	background-color: #000000;
   /* z-index: 9999; */
}

svg
{
  fill: #007FB0 !important;
}

.MainTitle{
  font-size:200%;
  line-height: 1em;
  margin-top: 0em !important;
  margin-bottom:.5em !important;
}
@media only screen and (max-width: 768px) {
  html body#home div#PageWrapper div#PageContent div#SearchPage section div.container p.center {
    color: white !important;
  }
  .slideshow-container{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .navbar-toggle{
    margin-right: 8px !important;
  }

}
section#HelpSection div.container div.social-icons-wrapper div ul.social-icons li a svg,
html body#home div#PageWrapper div#PageContent div#SearchPage section#HelpSection div.container form.HelpDiv div div.social-icons-wrapper div.col-sm-6 ul.social-icons li a svg
{height: 18px;}

#HelpAndSocial{
  display:flex;
  width:100%;

}
#SocialMain{
  display:grid;
  align-items:center;
}
.social-icons-wrapper{
  margin-top: 1em;
  float: right;
}
#ChatDiv{
  margin-top: 1em;
}
#HelpMain{
width: 75%;
  overflow: visible;
}
#HelpTopic{
  overflow: auto;

}
html body#home div#PageWrapper div#PageContent div#SearchPage section#HelpSection div.container div#HelpAndSocial div#HelpMain div p.center
{
  color: black !important;
}
#OpenChat{
  float:right;
  margin-top: -4.5em;
}

#X-svg {
  margin-bottom: -3px;
  height: 18px;
}

#tag-line{
  float: right;
  font-size: 22px;
  margin-top: 2.6em;
  margin-right: 75px;
  font-weight: 1000;
}

@media(max-width:950px) {
  #tag-line{
  float: right;
  font-size: 18px;
  margin-top: 4em;
  margin-right: 75px;
    margin-bottom:.5em;
  font-weight: 800;
}
}
@media(max-width:850px) {
  #tag-line{
  float: right;
  font-size: 16px;
  margin-top: 5.5em;
  margin-right: 75px;
    margin-bottom:.5em;
  font-weight: 700;
}
}
@media(max-width:500px) {
  #tag-line{
  float: right;
  font-size: 14px;
  margin-top: 6em;
  margin-right:7px;
    margin-bottom: 0em;
  font-weight: 600;

}
}

#spanish-div
{
  color: #0a0a0a !important;
}
@media(max-width:760px){
  #SearchSection{
    margin-top:50px;
  }
  .NarrowLink a{
    color: white;
  }
  .social-icons-wrapper{
    color: white;
  }
  .social-icons li a{
    color: white;
  }
    .social-icons li a svg{
    fill: white !important;
  }
}
@media (max-width: 700px){

  #ChatDiv{
    margin-top: -1.5em !important;
  }
  #spanish-div{
    margin-top: 1.5em;
  }
  #HelpSection{
  margin-top: 1.5em;
}
}

@media(max-width:480px){  #HelpSection{
  margin-top: 0em;}}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #007F !important
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}