
/**
 * BOOTSTRAP OVERRIDES
 * *******************
 */

a:hover, a:focus {
    color: #2992c3;
    text-decoration: none;
    outline: none;
}

small {
    color: #555 !important;
    font-weight: 300 !important;
}

/**
 *  GENERIC GLOBAL CSS
 * *********************
 *
 *  COLOR SCHEME PROFILE
 * *********************
 *  Dark Blue   #2992c3
 *  Blue        #3ca5d6
 *  Light Blue  #65bbe2
 *
 * *********************
 *
 *  Logo Green  #8CC63E
 *
 * *********************
 *
 *  Gray        #31393D
 *  Silver      #C0C0C0
 *  Platinum    #EDEDED
 *  BG Gray     #F5F5F5
 *  lightGray   #FCFCFC
 *
 */

html {
	height: 100%;
}

body {
	font-size: 13px;
    font-family: 'Muli', sans-serif;
	position: relative;
    line-height:1.48em;
	z-index: 0;
    color: #31393D;
    margin-top: 117px;
}

h1,h2,h3,h4,h5 {
	color: #3ca5d6;
	margin: 0px;
	line-height: 1.25em;
    font-weight: normal;
    letter-spacing: 0;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

a {
	color: #3ca5d6;
	text-decoration:none;
}

a:hover, button:hover {
     transition: background 0.4s ease-in;
}

a.anchor{
   display: block;
   height: 150px;
   margin-top: -150px;
   visibility: hidden;
}

input, button, select, text-area {
    font-family: 'Muli', sans-serif;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input#mobile {
    display: none;
}

::placeholder {
    color: #ccc;
}
::-webkit-input-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}
::-ms-input-placeholder {
    color: #ccc;
}
:-ms-input-placeholder {
    color: #ccc;
}

span.tm {
    font-size: 75%;
    line-height: 1.5em;
    vertical-align: top;
    margin-left: -0.25em;
}

@keyframes alert-fade {
    0%    {opacity: 1; }
    90%   { opacity: 1; }
    100%  { opacity: 0; }
}

.alert-info {
    font-size: 1.1em ;
    background: #3ca5d6;
    color: #fff;
    text-align: center ;
    border: 0;
    margin-bottom: unset;
    border-radius: unset;
    position: fixed;
    top: 137px;
    width: 100%;
    opacity: 0;
    z-index: 5;
    padding: 15px 25px;
    animation: alert-fade 5s;
}

.alert-info button.close, .alert-info button.close:hover {
    display: none;
}

.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

sup {
    font-size: 55%;
}

/**
 * GENERAL
 * *******
 */

.section {
    padding: 4em 0 4em 0;
}

.fixed-mobile {
    display: none;
}

.top-bar-white a.active {
    color: #3ca5d6;
}
 
.idx-button {
    display: block;
    border: 1px #ccc solid;
    padding: 0.75em 1.8em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    font-weight: 200;
    font-size: 19px;
}

.idx-button:hover {
    background: transparent;
    text-decoration: none;
    color: #fff;
}

.bg-dark-blue.idx-button {
    color: #fff;
    border-color: #3ca5d6;
    background-color: #3ca5d6;
}

.bg-dark-blue.idx-button:hover {
    color: #fff;
    background: #2992c3;
    border-color: #2992c3;
}

.bg-blue.idx-button {
    color: #fff;
    border-color: #3ca5d6;
}

.bg-blue.idx-button:hover {
    color: #3ca5d6;
    background: transparent;
}

.bg-green.idx-button {
    color: #fff;
    backgorund: #8CC441;
}

.bg-green.idx-button:hover {
    color: #8CC441;
    background: transparent;
}

.gray.idx-button {
    background: #F5F5F5;
}

.gray.idx-button:hover {
    color: #F5F5F5;
    background: #2992c3;
    border-color: #2992c3;
}

.bg-dark-gray.idx-button {
    background: #31393D;
    color: #fff;
}

.bg-dark-gray.idx-button:hover {
    color: #31393D;
    border-color: #31393D;
    background: transparent;
}

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #F5F5F5;
}

.bg-green {
    background-color: #8CC441;
}

.bg-blue {
	background-color: #3ca5d6;
}

.bg-dark-blue {
	background-color: #2992c3;
}

.bg-tangerine {
	background-color: #F25A38;
}

/**
 * NAVIGATION
 * **********
 */ 

.top-bar {
    background-color: #31393D;
    color: #CCCCCC;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    border: 0px;
    letter-spacing: 2px;
    height: 37px;
    min-height: 37px;
}

.top-bar .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.top-bar a {
    text-transform: uppercase; 
    color: #CCCCCC;   
}

.top-bar li {
    padding: 9px 10px;
}

.desktop-login {
    padding: 9px 20px;
}

.desktop-login a {
    color: #fff;
}

.desktop-login:hover {
    background-color: #414B51;
}

.desktop-phone {
    letter-spacing: 1px;
    font-weight: 400;
    padding-right: 20px;
}

.buy-now {
    background-color: #3ca5d6;
    border-bottom: 0;
}

.buy-now:hover {
    background-color: #2992c3;
}

.buy-now a {
    color: #fff;
    padding-left: 12px;
    padding-right: 7px;
}

.top-bar-white {
    position: fixed;
    border: 0px;
    height: 80px;
    padding: 30px 0 30px 0;
    z-index: 6;
    background-color: #fff;
    width: 100%;
    border-radius: 0px;
    top: 37px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 1.75em;
    border-bottom: 1px solid #ededed;
}

.top-bar-white .nav {
    position: relative;
}

.top-bar-white li {
    padding: 15px;
}

.top-bar-white a {
    color: #414B51;
}

.top-bar-white a:hover {
    color: #3ca5d6;
}

#idx-navbar {
    position: relative;
    bottom: 15px;
}

.nav > .open > a {
    color: #3ca5d6;
    background: #fff;
}

a.navbar-logo {
    display: block;
    z-index: 3;
    position: relative;
    bottom: 22px;
}

.navbar-logo img {
    height: 64px;
    padding-left: 15px;
}

.idx.navbar.navbar-fixed-top {
    background: #fff;
    border-bottom: 1px solid #2992c3;
}

.idx.navbar.navbar-fixed-top .navbar-brand {
    padding-top: 10px;
}

.idx.navbar.navbar-fixed-top .navbar-brand img {
    height: 60px;
}

.navbar-toggle .icon-bar {
    background: #333;
}

.nav li.hidden-desktop a {
    display: none;
}

.nav .dropdown > a {
    margin: 0;
    padding: 0;
}

.nav .dropdown .dropdown-menu {
    padding-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    -webkit-box-shadow: 2px 2px 0px 1px rgba(100, 100, 100, .125);
    padding-left: 1px;
    padding-right: 0px;
    left: -10px;
}

.nav .dropdown .dropdown-menu > li {
    padding: 5px;
}

.dropdown-menu > li:last-child > a {
    padding-bottom: 10px;
}

.dropdown-menu {
    font-size: 13px;
}

.nav .dropdown .dropdown-menu.help {
    left: -150px;
}

.nav .dropdown .dropdown-menu.help > li {
    text-align: right;
    background-color: #fff;
    position: relative;
    padding-right: 10px;
}

.nav .dropdown .dropdown-menu > li.home sup {
    font-size: 0.6em;
    vertical-align: super;
}


.nav .dropdown .dropdown-menu > li > a {
    position: relative;
}

.nav .dropdown .dropdown-menu.help > li > a {
    position: relative;
    right: 4px;
    left: unset;
}

.nav .dropdown .dropdown-menu a:hover {
    color: #3ca5d6;
    background: none;
}

.nav.navbar-nav .dropdown .caret {
    color: #8CC441;
    border-left: 6px dashed;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    height: 12px;
    width: 12px;
}

.nav.navbar-nav .dropdown.open .caret {
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    height: 12px;
    width: 12px;
}

.nav.navbar-nav.navbar-right {
    margin-right: 0;
}

.nav.navbar-nav .contact {
    margin-top: 15px;
    margin-right: 50px;
    text-align: center;
    font-size: 1.1em;
}

.nav.navbar-nav .contact .tel {
    font-size: 1.2em;
    font-weight: 600;
}

.login-signup {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.login-signup .left {
    float: left;
}

.login-signup .right {
    float: right;
}

.login-signup .bg-dark-blue.idx-button {
    clear: both;
}

body .SnapABug_Button {
    left: -4px;
    width: 50px;
}

/**
 * ANNOUNCEMENT
 * ************
 */

.announcement {
	color: #fff;
	position: relative;
	margin-bottom: 0px; 
	text-align: center;
	border: 0px;
	background: #aaa;
	border-radius: 0px;
	z-index: 5;
	text-shadow: none;
    font-size: 16px;
    font-weight: 200;
} 
.announcement.blue {
	background: #3ca5d6;
}

.announcement.blue a {
    color: #8CC441;
}

.announcement.green {
	background: #8CC441;
}

.announcement.green a {
    color: #c5ea8c;
}

.announcement.red {
	background: #AA2200;
}

.announcement.red a {
    color: #333;
}

.announcement.silver{
	background: #C0C0C0;
}

.announcement.alert .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    bottom: 1px;
}

.announcement.gray {
    background: #414B51;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
}

.announcement.gray a {
    color: #bcdc74;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

/**
 * MODAL
 * *****
 */
.modal-backdrop.fade.in {
    opacity: 0;
}

.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    padding-right: 17px;
}
 
.modal-content {
    box-shadow: none;
    border-radius: 0;
}

.modal-content .close-button {
    text-align: right;
}

.modal-content .products {
    text-align: center;
}

.modal-content .product img {
    border: 1px #f3f3f3 solid;
    margin-bottom: 5px;
    width: 100%;
}

.modal-content .info {
    margin: 1em 0 0;
}

.modal-footer {
    border-top: 0;
    color: #3ca5d6;
    font-weight: bold;
}

.modal-footer .logo {
    float: right;
    height: 20px;
    margin-left: 5px;
}

/* Google ReCaptcha */
#rc-imageselect, .g-recaptcha {
    transform:scale(0.87);
    transform-origin:0 0;
    width: 100%;
}

/**
 * FOOTER
 * ******
 */
 
.footer {
    padding: 0;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ededed;
}

.footer ul {
    list-style: none inside none;
    padding: 0;
    margin: 0;
}

.footer a.quote {
    display: block;
    color: #fff;
    background: #2992c3;
    padding: 1em 2em;
    font-size: 1.1em;
}

.footer a.quote:hover {
    text-decoration: none;
}

.footer a.quote .quotee {
    display: block;
    text-align: right;
    margin-top: 1em;
}

.footer .links {
    padding: 1em 1.8em;
}

.footer .links h3 {
    color: #58595B;
    margin-bottom: 5px;
}

.footer .links a {
    color: #31393D;
}

.footer .links a:hover {
    text-decoration: none;
    color: #cccccc;
}

#footer .footer-support-link {
    color: #3ca5d6;
}

#footer .footer-support-link:hover {
    color: #2992c3;
    text-decoration: none;
}

.footer .contact {
    margin: 0;
    padding: 1em 0;
    text-align: center;
}

.footer .contact img{
    height: 30px;
}

.footer .contact a {
    display: block;
}

.footer .contact a.tel, .footer .contact a.email {
    color: #666;
    text-decoration: none;
}

.footer .contact a.email:hover {
    color: #3ca5d6;
}

.footer .contact a.tel {
    font-size: 1.1em;
    font-weight: normal;
    margin: 0 0 1em 0;
}

.footer .contact a.bg-dark-blue.idx-button {
    display: inline-block;
    width: 160px;
}

.footer div.social {
    text-align: center;
}

.testimonial {
    background-color: #F5F6F7;
    height: 100%;
    padding: 30px;
    margin: 20px 30px;
    width: 85%;
}

.testimonial p {
    font-size: 1.5em;
    line-height: 1.5em
}

.testimonial p::before {
    content: open-quote;
    margin-left: -7px;
}

.testimonial p::after {
    content: close-quote;
}

.social.section {
    background: #000;
    text-align: center;
    padding: 35px 0 0px;
    color: #fff;
}

#crea-footnote {
    margin-top: 0;
    padding: 15px 0;
    background: #222;
    font-size: 10px;
    text-align: center;
    color: #fff;
}

.social a.icon {
    display: inline-block;
    margin: 0 5px 15px;
    background: #3ba9db;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    padding: 17.5px 0;
    text-align: center;
}

.social .icon i {
    color: #fff;
    font-size: 25px;
}

.social .footnote {
    line-height: 2em;
}

.social a.twitter, .social a.google, .social a.linkedin {
    padding-left: 3px;
}

.social a.youtube {
    padding-left: 2px;
}

.fa-google-plus {
    padding-top: 2px;
}

.social {
    background-color: #000;
    color: #fff;
    height: 100%;
    padding: 50px;
    font-family: 'Muli', sans-serif;
    font-weight: 200;
}

.social p {
    margin: 0;
    padding-top: 5px;
}

.footer .footnote {
    text-align: center;
    color: #999;
    font-size: 0.9em;
}

body.bottom .embeddedServiceHelpButton .helpButton, body.bottom .embeddedServiceSidebar.layout-docked .dockableContainer, body.bottom .embeddedServiceSidebarMinimizedDefaultUI  {
    bottom: 51px !important;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: none;
}
