﻿@charset "UTF-8";

a.beat {
    text-decoration: underline;
}

    a.beat:hover, a.beat:active {
        font-weight: bold;
    }

a.beat2 {
    text-decoration: underline;
    color: black;
}

    a.beat2:hover, a.beat:active {
        font-weight: bold;
    }

.btn-blue {
    background-color: #1265A8;
    color: #FFF !important;
}

.btn {
    position: relative;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
}

a.btn {
    line-height: 20px;
}

.btn-sm,
.btn-xs,
.btn-lg,
.btn-xlg {
    padding: 5px 5px;
    font-size: 18px;
}

.btn2-nav{
	border: 1px solid #1866aa; 
	border-radius: 5px; 
	padding: 10px 15px;
	-webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.btn2-nav:hover, .btn2-nav:focus{
	border: 1px solid #55c15d; 
	border-radius: 5px; 
	padding: 10px 15px;
	text-decoration: none;
	color: #55c15d;
	-webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

/****************************************************
 * new order button code - line 3891 main.css
 ***************************************************/

.btn-order {
    border-radius: 0px !important;
    /* background:#55c15d; */
    background: #ffffff;
    /* color:#fff; */
    color: #1866aa;
    /* border:2px; */
    border: 0px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 1px;
    margin-bottom: 1px;
    /* padding:8px; */
    padding: 8px;
    cursor: pointer;
    /* transition:400ms ease all; */
    transition: 400ms ease all;
    /*outline:none !important;*/
    border-top: 1px solid #1866aa !important;
    border-bottom: 1px solid #1866aa !important;
    /* drop shadow for order buttons */
    /* box-shadow: 2px 2px 3px #888888; */
    /*box-shadow: 1px 1px 1px #888888;
  box-shadow: 1px 1px 0px #18aa5c;
  box-shadow: 1px 1px 0px #1866aa;*/
}

    .btn-order:focus, .btn-order:visited {
        /*background-color:#55c15d;*/
        background-color: #fff;
        /*color:#fff ;*/
        color: #1866aa;
        outline: none !important;
    }

    .btn-order:hover {
        background: #fff;
        color: #55c15d;
        outline: none;
        /* remove shadow when hovered */
        /*box-shadow: 1px 1px 1px #ffffff;*/
        box-shadow: none;
        /*border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;*/
    }

@media only screen and (min-width: 991px) {
    .btn-order:before, .btn-order:after {
        content: '';
        position: absolute;
        top: -1px;
        right: 0;
        height: 1px;
        width: 0;
        bottom: -1px !important;
        /*background: #55c15d;*/
        background: #55c15d;
        transition: 400ms ease all;
    }

    .btn-order:after {
        right: inherit;
        top: inherit;
        left: 0;
        bottom: 0;
    }

    .btn-order:hover:before, .btn-order:hover:after {
        width: 100%;
        transition: 400ms ease all;
    }
}

.margin-xs {
  margin: 30px 0px;
}

.btn-orderA {
    background-color: #55c15d;
    color: #fff;
    border: 2px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 1px;
	margin-right: 10px;
    margin-bottom: 1px;
    padding: 8px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
    /* drop shadow for order buttons */
    /* box-shadow: 2px 2px 3px #888888; */
    /* box-shadow: 1px 1px 1px #888888; */
}


.btn-order-ltblue {
    background-color: #00A7E1;
    color: #fff;
    border: 2px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 15px;
	margin-right: 10px;
    margin-bottom: 1px;
    padding: 8px 15px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
}

.btn-order-ltblue:hover {
    background-color: #0063A5;
    color: #fff;
}

.btn-order-blue {
    background-color: #003459;
    color: #fff;
    border: 2px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 15px;
	margin-right: 10px;
    margin-bottom: 15px;
    padding: 8px 15px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
}

.btn-order-logoblue {
    background-color: #0063A5;
    color: #fff;
    border: 2px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 15px;
	margin-right: 10px;
    margin-bottom: 15px;
    padding: 8px 15px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
}

.btn-order-green {
    background-color: #3BAB60;
    color: #fff;
    border: 2px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 15px;
	margin-right: 10px;
    margin-bottom: 15px;
    padding: 8px 15px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
}


.btn-order-blue-xs {
    background-color: #003459;
    color: #fff !important;
    border: 2px;
    position: relative;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.3px !important;
    margin-top: 30px;
	margin-right: 10px;
    margin-bottom: 30px;
    padding: 10px 15px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
	text-decoration: none !important;
	white-space: nowrap;
}

.btn-order-logoblue-xs {
    background-color: #0063A5;
    color: #fff !important;
    border: 2px;
    position: relative;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.3px !important;
    margin-top: 30px;
	margin-right: 10px;
    margin-bottom: 30px;
    padding: 10px 15px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
	text-decoration: none !important;
	white-space: nowrap;
}


.btn-order-blue-xs-about {
    background-color: #003459;
    color: #fff !important;
    border: 2px;
    position: relative;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 60px;
    margin-top: 20px;
	margin-right: 6px;
	margin-left: 6px;
    margin-bottom: 30px;
    padding: 10px 15px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
	text-decoration: none !important;
	white-space: nowrap;
}

.btn-order-logoblue-xs-about {
    background-color: #0063A5;
    color: #fff !important;
    border: 2px;
    position: relative;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 60px;
    margin-top: 20px;
	margin-right: 6px;
	margin-left: 6px;
    margin-bottom: 30px;
    padding: 10px 15px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
	text-decoration: none !important;
	white-space: nowrap;
}

.btn-order-green-xs {
    background-color: #3BAB60;
    color: #fff !important;
    border: 2px;
    position: relative;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.3px !important;
    margin-top: 30px;
	margin-right: 10px;
    margin-bottom: 30px;
    padding: 10px 15px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
	text-decoration: none !important;
	white-space: nowrap;
}
.btn-order-green-xs-about {
    background-color: #3BAB60;
    color: #fff !important;
    border: 2px;
    position: relative;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 60px;
    margin-top: 20px;
	margin-right: 6px;
	margin-left: 6px;
    margin-bottom: 30px;
    padding: 10px 15px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
	text-decoration: none !important;
	white-space: nowrap;
}
.btn-order-ltblue-xs {
    background-color: #00A7E1;
    color: #fff !important;
    border: 2px;
    position: relative;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.3px !important;
    margin-top: 30px;
	margin-right: 10px;
    margin-bottom: 30px;
    padding: 10px 15px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
	text-decoration: none !important;
	white-space: nowrap;
}
.btn-order-ltblue-xs-about {
    background-color: #00A7E1;
    color: #fff !important;
    border: 2px;
    position: relative;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 60px;
    margin-top: 20px;
	margin-right: 6px;
	margin-left: 6px;
    margin-bottom: 30px;
    padding: 10px 15px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
	text-decoration: none !important;
	white-space: nowrap;
}
.btn-order-blue:hover {
    background-color: #0063A5;
    color: #fff !important;
}

.btn-order-blue-xs:hover {
    background-color: #0063A5;
    color: #fff !important;
}
.btn-order-logoblue:hover {
    background-color: #003459;
    color: #fff !important;
}

.btn-order-logoblue-xs:hover {
    background-color: #003459;
    color: #fff !important;
}
.btn-order-green-xs:hover {
    background-color: #0063A5;
    color: #fff !important;
}
.btn-order-ltblue-xs:hover {
    background-color: #0063A5;
    color: #fff !important;
}
.btn-order-blue-xs-about:hover {
    background-color: #0063A5;
    color: #fff !important;
}
.btn-order-logoblue-xs-about:hover {
    background-color: #003459;
    color: #fff !important;
}
.btn-order-green-xs-about:hover {
    background-color: #0063A5;
    color: #fff !important;
}
.btn-order-ltblue-xs-about:hover {
    background-color: #0063A5;
    color: #fff !important;
}
.btn-order-green-large {
    background-color: #3BAB60;
    color: #fff;
    border: 2px;
    position: relative;
    line-height: 1.3;
    padding: 15px 30px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Metropolis-Regular", "Helvetica", "Arial", sans-serif;
}
.btn-order-ltblue-large {
    background-color: #00A7E1;
    color: #fff;
    border: 2px;
    position: relative;
    line-height: 1.3;
    padding: 15px 30px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Metropolis-Regular", "Helvetica", "Arial", sans-serif;
}

.btn-order-blue-large {
    background-color: #0063A5;
    color: #fff;
    border: 2px;
    position: relative;
    line-height: 1.3;
    padding: 15px 30px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Metropolis-Regular", "Helvetica", "Arial", sans-serif;
}

.btn-order-logoblue-large {
    background-color: #0063A5;
    color: #fff;
    border: 2px;
    position: relative;
    line-height: 1.3;
    padding: 15px 30px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Metropolis-Regular", "Helvetica", "Arial", sans-serif;
}

.btn-order-green-large:hover {
    background-color: #003459;
    color: #fff !important;
}

.btn-order-blue-large:hover {
    background-color: #003459;
    color: #fff !important;
}

.btn-order-logoblue-large:hover {
    background-color: #003459;
    color: #fff !important;
}

@media (min-width: 200px) {
  .about {
	margin: 0px 30px;
	}
	.btn-order-subscribe {
    background-color: #3BAB60;
    color: #fff;
    border: 2px;
    position: relative;
    line-height: 1.3;
    padding: 15px 50px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Metropolis-Regular", "Helvetica", "Arial", sans-serif;
	}

.email-submit {
	border-color: #f8fcff; 
	background-color: #f8fcff; 
	margin-top: 5px;
	margin-bottom: 10px;
	}
}
@media (min-width: 768px) {
/* .btn-order-green  {
    margin: 17px 20px;
  }  */
  .about {
	margin: 20px 0px;
	}
	.btn-order-subscribe {
    background-color: #3BAB60;
    color: #fff;
    border: 2px;
    position: relative;
    line-height: 1.3;
    padding: 15px 30px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Metropolis-Regular", "Helvetica", "Arial", sans-serif;
	}

.email-submit {
	border-color: #f8fcff; 
	background-color: #f8fcff; 
	margin-top: 10px;
	}
}

@media (min-width: 992px) {
/* .btn-order-green  {
    margin: 15px 20px;
  } */
.about {
	margin: 20px 0px;
	}
.btn-order-subscribe {
    background-color: #3BAB60;
    color: #fff;
    border: 2px;
    position: relative;
    line-height: 1.3;
    padding: 15px 30px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Metropolis-Regular", "Helvetica", "Arial", sans-serif;
	}

.email-submit {
	border-color: #f8fcff; 
	background-color: #f8fcff; 
	margin-top: 10px;
	}
}

@media (min-width: 1200px) {
/* .btn-order-green {
    margin: 15px 40px;
  } */
 .about {
	margin: 20px 0px;
	}
.btn-order-subscribe {
    background-color: #3BAB60;
    color: #fff;
    border: 2px;
    position: relative;
    line-height: 1.3;
    padding: 15px 30px;
    cursor: pointer;
    transition: 400ms ease all;
    outline: none;
	box-shadow: 0 20px 60px rgba(25, 104, 252, 0.1);
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Metropolis-Regular", "Helvetica", "Arial", sans-serif;
	margin-top: 5px;
	}

.email-submit {
	border-color: #f8fcff; 
	background-color: #f8fcff; 
	margin-top: 20px;
	}
}
.btn-order-green:hover {
    background-color: #0063A5;
    color: #fff !important;
}

@media only screen and (max-width: 991px) {
    .btn-orderA {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 991px) {
    #newsletter input {
        margin-top: 10px;
    }
}


.btn-orderA:focus, .btn-orderA:visited {
    background-color: #55c15d;
    color: #fff;
    outline: none !important;
}

.btn-orderA:hover {
    background-color: #fff;
    color: #55c15d;
    /* remove shadow when hovered */
    /*box-shadow: 3px 3px 3px #ffffff;*/
    box-shadow: none;
}

@media only screen and (min-width: 991px) {
    .btn-orderA:before, .btn-orderA:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 2px;
        width: 0;
        background: #55c15d;
        transition: 400ms ease all;
    }

    .btn-orderA:after {
        right: inherit;
        top: inherit;
        left: 0;
        bottom: 0;
    }

    .btn-orderA:hover:before, .btn-orderA:hover:after {
        width: 100%;
        transition: 800ms ease all;
    }
}
/* end new order button code */


/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.4s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.cl-effect-1 a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

@media only screen and (max-width: 1199px){
    .cl-effect-1 a::before {
        display: none;
    }

    .cl-effect-1 a::after {
        display: none;
    }
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

#landing-intro h1, #landing-intro h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 2px;
}


h1.shadow {
    font-family: 'Metropolis-Regular', sans-serif;
    /* text-shadow: 5px 5px 8px #000000 !important; */
	text-shadow: 0px 0px 2px #777777 !important;
	color: #0063A5;
}

ul {
    list-style-image: url('/images/siteskin/article-arrow-green.png');
}

    ul.no-arrow {
        list-style-image: none !important;
        list-style: none;
    }
	

	
	@media only screen and (max-width: 800px)
{
   .leftdiv
   {
      text-align: left;
   }
   .rightdiv
   {
      text-align: right;
   }
}

.title-banner3 {
    float: left;
    width: 100%;
    position: relative;
    background-color: #1866aa;
    color: #ffffff;
    padding: 1px 0;
    text-align: center;
}

/*
 *  Form Override CSS
 */

#expert-contact-form .modal-content {
    background-color: #004f94;
    color: #ffffff;
}

#LoginModal .modal-content {
    background-color: #fff;
    color: #000;
}

.closeWhite {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    border: none;
    /*border-radius: 20px;
  border: 2px solid #fff;*/
    transition: all 0.2s ease;
}

    .closeWhite:hover, .closeWhite:focus {
        color: #666;
        text-decoration: none;
        cursor: pointer;
        border: none;
        /*border-radius: 20px;
  border: 2px solid #000;*/
    }

button.closeWhite {
    /*padding: 0 5px 0 5px;*/
    cursor: pointer;
    background: transparent;
    -webkit-appearance: none;
}

.closeDark {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #1866aa;
    border: none !important;
    /*border-radius: 20px;
  border: 2px solid #1866aa;*/
    transition: all 0.2s ease;
}

    .closeDark:hover, .closeDark:focus {
        color: #666;
        text-decoration: none;
        cursor: pointer;
        border: none !important;
        /*border-radius: 20px;
  border: 2px solid #666;*/
    }

button.closeDark {
    /*padding: 0 5px 0 5px;*/
    cursor: pointer;
    background: transparent;
    -webkit-appearance: none;
}

li.no-arrow {
}

blockquote.incorp {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

    blockquote.incorp:before {
        color: #ccc;
        content: open-quote;
        font-size: 4em;
        line-height: 0.2em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }

    blockquote.incorp p {
        display: inline;
    }

.ZebraDialogOverlay {
    background: #000 !important;
    z-index: 2000 !important;
    width: 100%;
    height: 100%;
    opacity: 0.7 !important;
}

.ZebraDialog {
    width: 450px;
    z-index: 2001 !important;
    border: 1px solid #DEDEDE;
}

/* 
 *  Custom Menu CSS
 */

.mobileMenuAnchor {
    display: none !important;
}

.hideMenuAnchor {
    display: table-cell !important;
    transition: all 0.5s ease-in-out;
}

.mobileMenuDiv {
    padding: 10px 15px;
    font-weight: normal;
    background-color: none;
	
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.moblieMenuSubLi {
    background-color: transparent;
}

    .moblieMenuSubLi a {
        color: #fff !important;
        display: block;
        padding: 10px 15px;
        font-weight: normal;
    }

        .moblieMenuSubLi a:hover, .moblieMenuSubLi a:focus {
            color: #fff !important;
            display: block;
            padding: 10px 15px;
            font-weight: normal;
            background-color: #009fff !important;
        }

.mobileMenuDiv:hover, .mobileMenuDiv:focus {
    padding: 10px 15px;
    font-weight: normal;
    background-color: #0489d9;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
    .mobileMenuAnchor {
        display: block !important;
        background-color: transparent;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .mobileMenuAnchor:hover, .mobileMenuAnchor:focus {
            display: block !important;
            background-color: #0489d9;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .hideMenuAnchor {
        display: none !important;
    }
}


.accordion-toggle {
    background-color: #0489d9 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .accordion-toggle.collapsed {
        background-color: #1866aa !important;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff !important;
}

/*
 * Header Fixes
 */

.mainMargin {
    margin-top: 11px;
}

@media only screen and (max-width: 637px) {
    #masthead .header {
        width: 100%;
        background-color: #ffffff;
        transition: all 0.2s ease-out;
      
    }

    .mainMargin {
        margin-top: -9px;
    }
}

.h1Smaller {
    /* made changes */
    /* font-size: 2.000em !important; */
    font-size: 33px;
    text-shadow: 5px 5px 8px #000000;
    margin: 0 auto !important;
}

@media only screen and (min-width: 376px) and (max-width: 448px) {
    .h1Smaller {
        font-size: 22px !important;
        text-shadow: 5px 5px 8px #000000 !important;
        margin: 0 auto !important;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 376px) {
    .h1Smaller {
        font-size: 22px !important;
        text-shadow: 5px 5px 8px #000000 !important;
        margin: 0 auto !important;
        padding-top: 15px;
    }
	

	
	
}

#intro .gradient {
    position: absolute;
    width: 100%;
    height: 285px;
    /* made changes - made 1px white line between menu and photo */
    /*top: -10px; */
    top: -9px;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 255);
    /* made changes - background color of main image should be white */
    /* background-color: #004f94; */
    background-color: #1866aa;
    object-fit: cover;
    background-size: cover;
}

#intro {
    position: relative;
    width: 100%;
    /* background-color: #a3a3a3; */
    background-color: transparent;
    color: #ffffff;
    /* background-image: url(../images/intro.png); */
    /* background-image: url(/images/incorp-home8.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #intro .gradient {
        position: absolute;
        width: 100%;
        /*height: 100px;*/
        height: 100%;
        top: -10px;
        left: 0;
        z-index: 1;
        background: rgba(255, 255, 255, 255);
        background-color: #004f94;
        object-fit: cover;
        background-size: cover;
        background-image: url("/images/incorp-gradient.jpg");
    }
}

@media only screen and (min-width: 500px) {
    #intro .gradient {
        

        
        object-fit: cover;
        background-size: cover;
    }
}

@media (max-width: 400px) {
    #options .container {
        margin-top: -25px;
        z-index: 99;
        height: 0px !important;
        padding-top: 0px !important;
        background-color: #004f94;
    }
}

/*
 *  Options Container
 */
#options .container .option1, #options .container .option2 {
    width: 100%;
    height: 110px !important;
    float: left;
    text-align: left;
    color: black;
    background-color: #f6f6f6;
    vertical-align: middle;
    position: relative;
    display: table;
    border-bottom: 1px solid #d2d2d2;
}

@media only screen and (min-width: 992px) {
    #options .container .option1, #options .container .option2 {
        margin-top: -21px;
        z-index: 99;
        height: 110px !important;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }
}

@media only screen and (min-width: 494px) and (max-width: 767px) {
    #options .container .option1 {
        margin-top: -110px;
        height: 110px !important;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }
}

@media only screen and (min-width: 992px) {
    #options .container .option1:hover, #options .container .option2:hover {
        /* made changes */
        /*background-color: #026cb6; */
        /* background-color: #e1dfdf; */
        background-color: #ffffff;
        /* made changes */
        /* color: #ffffff;*/
        color: #000000;
    }
}

.option-container-responsive {
    border-bottom: 2px solid #ffffff;
    min-height: 190px;
    margin-top: 50px;
}

@media only screen and (min-width: 494px) and (max-width: 767px) {
    .option-container-responsive {
        border-bottom: 2px solid #ffffff;
        min-height: 190px;
        margin-top: -20px;
    }
}

#options .container .option1 {
    padding: 10px;
}

#options .container .option2 {
    padding: 10px;
}

@media screen and (max-width: 493px) {
    #options .container .option2 {
        padding: 20px 10px 35px 10px;
    }
}

.optionsClass {
    background-color: #f6f6f6 !important;
    margin-top: -8px;
    height: 138px;
    /*   create a border on the dropdown bottom   */
    border-bottom: 1px solid #d2d2d2;
}

#options img {
    width: 95px;
    height: 95px;
    background-color: #ffffff;
    border: 5px solid #55c15d;
    border-radius: 100%;
    display: inline-block;
    float: none;
    margin-right: 0px;
    vertical-align: text-bottom;
}

@media only screen and (max-width: 991px) {
    #options img {
        width: 95px;
        height: 95px;
        background-color: #ffffff;
        border: 5px solid #55c15d;
        border-radius: 100%;
        display: inline-block;
        float: left;
        margin-right: 25px;
        margin-bottom: 15px;
        vertical-align: text-bottom;
    }
}

/*.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px; 
    padding-right: 0px; 
}*/

@media only screen and (max-width: 493px) {
    #options .container .option1 {
        margin-top: -20px;
        z-index: 99;
        height: 166px !important;
    }
}

.row-centered {
    text-align: center !important;
}

/*@media screen and (max-width: 494px) {
    #intro .container {
        padding: 34px 15px 8px 15px !important;
        z-index: 2;
        position: relative;
    }
}*/

/*
 *  Contact Now Header Button
 */

.contactNowHeader {
    display: inline-block;
    float: right; 
    position: relative;
    padding-top: 2px;
}

.live-chat-button {
    display: inline-block;
    float: right; 
    position: relative;
    padding-top: 7px;
}

/*.contactNowButton{
    border-radius: 5px !important;
}*/

@media (min-width: 992px) {
    .contactNowButton {
        margin-left: 15px;
    }
}

/*
 *  <h4> Override
 */

.newH4 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.new-but {
    text-align: center;
    margin: 8px 0px;
    width: 214px;
    height: 33px;
}

li.green-arrow {
    list-style-image: url('/images/siteskin/article-arrow-green.png');
}

a:link.no-line {
    text-decoration: none;
}

a:hover.no-line {
    text-decoration: underline;
}

#intro .container {
    /* padding: 70px 15px; */
    padding: 34px 15px 8px 15px !important;
    z-index: 2;
    position: relative;
}



.navPills {
    background-color: #1866aa !important;
    color: #fff !important;
    opacity: .85;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

    .navPills:hover {
        background-color: #004f94 !important;
        color: #fff !important;
        opacity: 1;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
    }



.mobileDivPadding {
    height: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobileDivPadding {
        height: 480px;
    }
}

@media only screen and (min-width: 494px) and (max-width: 767px) {
    .mobileDivPadding {
        height: 490px;
    }
}

@media only screen and (min-width: 478px) and (max-width: 493px) {
    .mobileDivPadding {
        height: 545px;
    }
}

@media only screen and (min-width: 449px) and (max-width: 476px) {
    .mobileDivPadding {
        height: 550px;
    }
}

@media only screen and (min-width: 361px) and (max-width: 448px) {
    .mobileDivPadding {
        height: 525px;
    }
}

@media only screen and (min-width: 357px) and (max-width: 360px) {
    .mobileDivPadding {
        height: 650px;
    }
}

@media only screen and (max-width:356px) {
    .mobileDivPadding {
        height: 670px;
    }
}



/*
 *  Dropdown Header
 */

.dropdown-header {
    display: block;
    padding: 3px 5px;
    font-size: 16px;
    line-height: 1.846153846;
    color: #777777;
    white-space: nowrap;
}

.dropdown-menu-large {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 20px 0px;
    color: #666666;
    overflow: hidden;
}

/*
 *  Popup Form Changes
*/
.has-custom-error .form-control:focus {
    border-color: #186aaa;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px #0489d9;
}

.has-custom-error .form-control {
    border-color: #186aaa;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#expert-contact-form .modal-content {
    /*background-color: #004f94;
    color: #ffffff;*/
    background-color: #fff;
    color: #000;
}


/* menu header in blue */
p.menu-head {
    color: #0489d9;
    color: #1866aa;
    /* font-weight: 600;*/
    font-weight: 300 !important;
    font-size: 22px !important;
    margin-bottom: 0px !important;
    line-height: 125% !important;
}

/* menu header in blue */
p.menu-head-small {
    color: #0489d9;
    color: #1866aa;
    /* font-weight: 600;*/
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0px;
}

/* menu header in black */
p.menu-head-black {
    color: #000000 !important;
    font-weight: 300 !important;
    font-size: 22px !important;
    margin-bottom: 0px !important;
    line-height: 125% !important;
}
/* menu header in blue */

p.menu-head-blue2 {
    color: #1866aa !important;
    font-weight: 300 !important;
    font-size: 22px !important;
    margin: 5px 0px 10px 0px !important;
    line-height: 125% !important;
}
/* subheads */
.menu-black-bold {
    color: #5c5858 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
	line-height: 23px;
	margin-bottom: 10px;
}
/* menu content descriptions */
.menu-black {
    color: #000000 !important;
    font-weight: 300 !important;
	line-height: 22px;
	margin-bottom: 10px;
}



a.menu-effect:hover {
    text-decoration: none;
    /*menu hover effects here*/
    /*background-color: whitesmoke;*/
}


ul.hover menu {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}


p.menu-head-blue {
    margin-top: 0px;
    color: #1866aa;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
}


/*********************************
 *  Menu Overrides
 ********************************/

li > div.noMenuHover {
    background-color: transparent;
    margin: -10px 10px -10px 10px !important;
    padding: 15px 15px 15px 15px !important;
    min-height: 350px !important;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

/* New Layout */
li > div.menuHover {
    background-color: transparent;
    margin: -10px 10px -10px 10px !important;
    padding: 15px 15px 15px 15px !important;
    min-height: 465px !important;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

    li > div.menuHover:hover {
        background-color: transparent;
        margin: -10px 10px -10px 10px !important;
        padding: 15px 15px 15px 15px !important;
        min-height: 465px !important;
        border-bottom: 2px solid #186aaa;
        border-top: 2px solid #186aaa;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }

li:nth-child(even) > div.menuHover {
    background-color: #f5f5f5 !important;
    margin: -10px 10px -10px 10px !important;
    padding: 15px 15px 15px 15px !important;
    min-height: 465px !important;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

    li:nth-child(even) > div.menuHover:hover {
        background-color: #fff !important;
        margin: -10px 10px -10px 10px !important;
        padding: 15px 15px 15px 15px !important;
        min-height: 465px !important;
        border-bottom: 2px solid #186aaa;
        border-top: 2px solid #186aaa;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }

li > nav > div.menuHover {
    background-color: transparent;
    margin: -10px 10px -10px 10px !important;
    padding: 15px 15px 15px 15px !important;
    min-height: 465px !important;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

    li > nav > div.menuHover:hover {
        /*background-color: #f5f5f5 !important;*/
        background-color: transparent;
        margin: -10px 10px -10px 10px !important;
        padding: 15px 15px 15px 15px !important;
        min-height: 465px !important;
        border-bottom: 2px solid #186aaa;
        border-top: 2px solid #186aaa;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }

li:nth-child(even) > nav > div.menuHover {
    background-color: #f5f5f5 !important;
    margin: -10px 10px -10px 10px !important;
    padding: 15px 15px 15px 15px !important;
    min-height: 465px !important;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

    li:nth-child(even) > nav > div.menuHover:hover {
        background-color: #fff !important;
        margin: -10px 10px -10px 10px !important;
        padding: 15px 15px 15px 15px !important;
        min-height: 465px !important;
        border-bottom: 2px solid #186aaa;
        border-top: 2px solid #186aaa;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }

@media only screen and (min-width: 1200px){
    li > div.menuHover {
        background-color: transparent;
        margin: -10px 10px -10px 10px !important;
        padding: 15px 15px 15px 15px !important;
        min-height: 425px !important;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }

        li > div.menuHover:hover {
            background-color: transparent;
            margin: -10px 10px -10px 10px !important;
            padding: 15px 15px 15px 15px !important;
            min-height: 425px !important;
            border-bottom: 2px solid #186aaa;
            border-top: 2px solid #186aaa;
            -webkit-transition: background-color 0.2s ease-in-out;
            -moz-transition: background-color 0.2s ease-in-out;
            -o-transition: background-color 0.2s ease-in-out;
            transition: background-color 0.2s ease-in-out;
        }

    li:nth-child(even) > div.menuHover {
        background-color: #f5f5f5 !important;
        margin: -10px 10px -10px 10px !important;
        padding: 15px 15px 15px 15px !important;
        min-height: 425px !important;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }

        li:nth-child(even) > div.menuHover:hover {
            background-color: #fff !important;
            margin: -10px 10px -10px 10px !important;
            padding: 15px 15px 15px 15px !important;
            min-height: 425px !important;
            border-bottom: 2px solid #186aaa;
            border-top: 2px solid #186aaa;
            -webkit-transition: background-color 0.2s ease-in-out;
            -moz-transition: background-color 0.2s ease-in-out;
            -o-transition: background-color 0.2s ease-in-out;
            transition: background-color 0.2s ease-in-out;
        }

    li > nav > div.menuHover {
        background-color: transparent;
        margin: -10px 10px -10px 10px !important;
        padding: 15px 15px 15px 15px !important;
        min-height: 425px !important;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }

        li > nav > div.menuHover:hover {
            /*background-color: #f5f5f5 !important;*/
            background-color: transparent;
            margin: -10px 10px -10px 10px !important;
            padding: 15px 15px 15px 15px !important;
            min-height: 425px !important;
            border-bottom: 2px solid #186aaa;
            border-top: 2px solid #186aaa;
            -webkit-transition: background-color 0.2s ease-in-out;
            -moz-transition: background-color 0.2s ease-in-out;
            -o-transition: background-color 0.2s ease-in-out;
            transition: background-color 0.2s ease-in-out;
        }

    li:nth-child(even) > nav > div.menuHover {
        background-color: #f5f5f5 !important;
        margin: -10px 10px -10px 10px !important;
        padding: 15px 15px 15px 15px !important;
        min-height: 425px !important;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }

        li:nth-child(even) > nav > div.menuHover:hover {
            background-color: #fff !important;
            margin: -10px 10px -10px 10px !important;
            padding: 15px 15px 15px 15px !important;
            min-height: 425px !important;
            border-bottom: 2px solid #186aaa;
            border-top: 2px solid #186aaa;
            -webkit-transition: background-color 0.2s ease-in-out;
            -moz-transition: background-color 0.2s ease-in-out;
            -o-transition: background-color 0.2s ease-in-out;
            transition: background-color 0.2s ease-in-out;
        }
}

.col-colorA:nth-child(odd) {
    /* alternate box color specified here */
    background-color: transparent;
    /*padding: 20px 15px;*/
    padding: 0;
}

@media (min-width: 768px) {
    .col-colorA:nth-child(odd) {
        padding: 20px 0;
        /*padding: 0;*/
        margin: -20px 0;
        /*margin: 0;*/
    }
}



.col-colorA:nth-child(even) {
    /* alternate box color specified here */
    background-color: #f5f5f5;
    /*padding: 20px 15px;*/
    padding: 0;
}

@media (min-width: 768px) {
    .col-colorA:nth-child(even) {
        padding: 20px 0;
        /*padding: 0;*/
        margin: -20px 0;
        /*margin: 0;*/
        min-height: 465px;
    }
}


.dropdown-menu .divider2 {
    height: 1px;
    margin: 6px 0;
    overflow: hidden;
    background-color: #acacac;
    box-shadow: 1px 1px 1px #fcfbfb;
}

.dropdown-menu .divider3 {
    height: 1px;
    margin: 6px 0;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 1px 1px 1px #888888;
}

.dropdown-menu .divider4 {
    height: 1px;
    margin: 6px 0;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 1px 1px 1px #888888;
}

.divPaddingBottom {
    margin-bottom: 10px;
}


.divPaddingBottom2 {
    margin-bottom: 3px;
}


/*
 *   Bracket Menu Effect Override
 */

.cl-effect-1a p::before,
.cl-effect-1a p::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1a p::before {
    margin-right: 7px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.cl-effect-1a p::after {
    margin-left: 7px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

@media only screen and (max-width: 1199px){
    .cl-effect-1a p::before {
        margin-right: 3px;
        content: '[';
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        transform: translateX(20px);
    }

    .cl-effect-1a p::after {
        margin-left: 3px;
        content: ']';
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.cl-effect-1a p:hover::before,
.cl-effect-1a p:hover::after,
.cl-effect-1a p:focus::before,
.cl-effect-1a p:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

.newMenuHoverAnchor {
    /*background-color: transparent !important;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;*/
}

    .newMenuHoverAnchor:hover {
        color: #666 !important;
        /*background-color: #fff !important;*/
        /*-webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;*/
    }

a.newMenuHoverAnchorGrey {
    background-color: transparent !important;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

    a.newMenuHoverAnchorGrey:hover {
        background-color: whitesmoke !important;
        /*-webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;*/
    }


/*************************************************
 * Bootstrap Menu Overrides -- Do Not Modify --
 ************************************************/
@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }



  /*
.collapse.in {
  display: block;
}
*/

.collapse2020.in {
        display: block !important;
     }


    li.dropdown.dropdown-large, li.search-toggle.hideMenuAnchor {
        display: none !important;
    }

    li.mobileMenuAnchor {
        display: block !important;
        text-align: left !important;
    }
}

/***********************************************************
 *  Bootstrap Modal Scrollbar Fix -- DO NOT REMOVE!!!
 **********************************************************/

body {
    padding-right: 0px !important;
    margin-right: 0px !important;
    overflow: scroll;
}

    body.modal-open {
        overflow: auto;
    }



p.nomargin {
    margin-bottom: 0px;
}


/**********************************
 *  Menu Transitions
 *********************************/

/**********************************************************************
 *   Dropdown Arrow -- Line 12065 main.css -- Not Used Right Now
 *********************************************************************/

/*@media (min-width: 768px) {
    .hoverShowMenu:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        border-width: 10px 10px 0;
        border-style: solid;
        border-color: transparent;
        display: block;
        width: 0;
        z-index: 9999;
         transition: border-color 0.6s ease-out; 
    }
}*/

/*@media (min-width: 768px){
    .hoverShowMenu:hover:after, .hoverShowMenu:focus:after, .hoverShowMenu:active:after{
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        border-width: 10px 10px 0;
        border-style: solid;
        border-color: #1866aa transparent;
        display: block;
        width: 0;
        z-index: 9999;
        transition: border 0.6s ease-in-out;
    }
}*/

/*@media (min-width: 768px){
    .hoverShowMenu:after ul:hover{
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        border-width: 10px 10px 0;
        border-style: solid;
        border-color: #1866aa transparent;
        display: block;
        width: 0;
        z-index: 9999;
        transition: border 0.6s ease-in-out;
    }
}*/



/*main.css:11802*/

@media only screen and (min-width: 1200px) {
    .navbar-nav > li {
        display: table-cell;
        margin-left: 55px;
    
    }
}





/**********************************************
 *  Menu Transition Fixes
 *********************************************/

.hideMenu {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: 0.25s 0.25s ease-in-out;
}

.hoverShowMenu {
    /* Note that adding left and bottom margins to 0px debounces the menu */
    padding: 12.5px 10px !important;
    /*transition: opacity 0.4s 0.4s ease-in-out;*/
    transition: 0.25s 0.25s ease-in-out;
}



    .hoverShowMenu:hover + .hideMenu {
        visibility: visible !important;
        opacity: 1 !important;
        /*  "debounce" menu  */
        -webkit-transition-delay: 0.2s; /* Safari */
        -moz-transition-delay: 0.2s;
        transition-delay: 0.2s;
        /*transition: opacity 1s ease-in-out;*/
    }
	
	/* formHoverFix */

	

.hideMenu:hover {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transition-delay: 0.2s; /* Safari */
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    /*transition: opacity 1s ease-in-out;*/
}

select, option{
	cursor: pointer !important;
}


/* main.css:11545 */
#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #0489d9;
    border-bottom: 1px solid #ffffff;
    z-index: 1000;
    transition: all 0.2s ease-out;
	background: #ffffff;
}

@media only screen and (max-width: 322px) {
    .vertical-center > .container, #masthead .topbar > .container {
        margin-top: -60px;
    }
}

/* main.css:11760 */
/*@media (min-width: 768px) {
  #masthead .navbar-collapse {
    padding: 0;
  }
  #masthead.fixed-header-step, #masthead.fixed-header-step-2, #masthead.fixed-header {
    position: fixed;
    top: 0;
  }
  #masthead.fixed-header-step .topbar, #masthead.fixed-header-step-2 .topbar, #masthead.fixed-header .topbar {
    /*height: auto;*/
/*height: 35px;
  }
  #masthead.fixed-header-step-2 .header {
    height: 70px;
    padding: 0 0 20px;
  }
  #masthead.fixed-header .header {
    height: 70px;
    padding: 8px 0 0 0;
  }
  #masthead.fixed-header .header-chat::after {
    animation: chatpointer;
    animation-direction: normal;
    animation-duration: 1s;
    bottom: 0;
	
  }
}*/

/************************************
 *  Client Button Fix
 ***********************************/
a.clientLoginButton {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
}

    a.clientLoginButton:hover, a.clientLoginButton:focus {
        border: none !important;
        outline: none !important;
        background-color: transparent !important;
        padding: 0 !important;
        cursor: pointer !important;
    }

/********************************************
 *  Mobile Fixes
 *******************************************/

/* main.css:11578 */
@media only screen and (max-width: 350px) {
    #masthead .topbar .topbar-login {
        float: left;
        margin-right: 12px;
    }
}

/* main.css:11737 */
@media (min-width: 323px) and (max-width: 361px) {
    #masthead .header .header-phone {
        font-size: 16px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 667px) {
    h1 {
		font-size: 22px !important;
		line-height: 125%;
		
    }
	h2 {
		font-size: 20px !important;
    }

    #breadcrumb {
        margin-top: -50px;
    }
}

/* 
    Homepage DropDown Menus
*/
.homeBackgroundGrey {
    background-color: #f6f6f6;
    /* height: 100px; */
	height: 120px; 
    border-bottom: 1px solid #d2d2d2;
}

@media only screen and (max-width: 992px) {
    .homeBackgroundGrey {
        height: 100%;
    }
}

.optionLeft {
    background-color: #f6f6f6;
    border-bottom: 1px solid #d2d2d2;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

    .optionLeft:hover {
        /*background-color: #ff0;*/
		background-color: #ebebeb;
    }

@media only screen and (max-width: 992px) {
    .optionLeft {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.optionRight {
    background-color: #f6f6f6;
    border-bottom: 1px solid #d2d2d2;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

    .optionRight:hover {
      /*  background-color: #fff; */
		background-color: #ebebeb;
    }

@media only screen and (max-width: 992px) {
    .optionRight {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.optionImage {
    width: 95px;
    height: 95px;
    background-color: #ffffff;
    /* Original Green Image Border */
    /*border: 5px solid #55c15d;*/
    border: 5px solid #1866aa;
    border-radius: 100%;
}

.hlead {
    /*border-bottom: 5px solid #55c15d;*/
    border-bottom: 5px solid #1866aa;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.optionImageTest {
    width: 95px;
    height: 95px;
    background-color: #ffffff;
    /* Original Green Image Border */
    /*border: 5px solid #55c15d;*/
    border: 5px solid #1866aa;
    border-radius: 100%;
}

.bannerBackground {
	background-image: url("../2020/background-blue-wide.png");
    object-fit: contain;
	background-repeat: repeat-x;
  
}
.bannerBackground {
	background-image: url("../2020/background-blue-wide.png");
    object-fit: contain;
	background-repeat: repeat-x;
}


@media only screen and (max-width: 990px) {
    body {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 768px) {
    body {
        padding-top: 170px;
    }
}
@media only screen and (max-width: 636px) {
    body {
        padding-top: 156px;
    }
}


@media only screen and (max-width: 337px) {
    body {
        padding-top: 190px;
    }
}

@media only screen and (max-width: 322px) {
    body {
        padding-top: 220px;
    }
}
@media only screen and (max-width: 318px) {
    body {
        padding-top: 250px;
    }
}


/* main.css:12435 */
@media (max-width: 360px) {
    #intro h1, #intro h2 {
        width: 66.66%;
        font-size: 22px;
        padding-top: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .hideServices {
        display: none;
    }
}

.activeMenuBackground {
    background-color: #0489d9;
}

.header-phone-new {
    font-size: 28px;
}

/*****************************************************
 *  Static Flippy Buttons Mobile Fix
 ****************************************************/

@media only screen and (max-width: 1024px) {
    .service {
        display: none !important;
    }
}

@media only screen and (min-width: 1025px) {
    .serviceA {
        display: none !important;
    }
}

@media (min-width: 992px) {
    #services .services-list .serviceA {
        float: left;
        width: 33.3333333333%;
    }
}

.col-centered, #services .services-list .serviceA {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

#services .services-list .serviceA {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding: 0;
    perspective: 1000px;
    position: relative;
    cursor: pointer;
    background-color: #ffffff;
    padding: 2px 4px;
    /* flip speed goes here */
    /* hide back of pane during swap */
    /* front pane, placed above back */
    /* back, initially hidden pane */
}

@media (min-width: 768px) {
    #services .services-list .serviceA {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {
    #services .services-list .serviceA {
        float: left;
        width: 33.3333333333%;
    }
}

@media (min-width: 768px) {
    #services .services-list .serviceA:hover .service-container, #services .services-list .serviceA.hover .service-container {
        /*transform: rotateY(180deg);*/
    }
}

/*Dont change the visibility style below or it will break the home and business-service page fliparounds!*/
body.ie #services .services-list .serviceA:hover .service-container .front, body.ie #services .services-list .serviceA.hover .service-container .front {
    visibility: hidden;
}

#services .services-list .serviceA a, #services .services-list .serviceA a:hover, #services .services-list .service a:focus, #services .services-list .serviceA a:visited {
    color: inherit;
    text-decoration: none;
}

#services .services-list .serviceA a {
    padding: 0 25px;
}

@media (min-width: 768px) {
    #services .services-list .serviceA a {
        padding: 0;
    }
}

#services .services-list .serviceA a::before {
    width: 33px;
    height: 35px;
    content: " ";
    /* made changes -- removed icon from fliparound */
    /*  background-image: url("../images/icon.png"); */
    position: absolute;
    top: 28px;
    left: 25px;
}

@media (min-width: 768px) {
    #services .services-list .serviceA a::before {
        left: 0;
    }
}

#services .services-list .serviceA .service-container {
    /*transition: 0.6s;
  transform-style: preserve-3d;*/
    position: relative;
    width: 100%;
    /* made changes: added shadow to box bottom */
    border-bottom: 1px solid #d2d2d2;
    /* made changes: added shadow to box right */
    border-right: 1px solid #d2d2d2;
}

@media (min-width: 768px) {
    #services .services-list .serviceA .service-container {
        height: 200px;
    }
}

#services .services-list .serviceA .front {
    width: 100%;
    height: 100%;
}

/*Dont change the transition and transform-style below or it will break the home and business-service page fliparounds!*/
@media (min-width: 768px) {
    #services .services-list .serviceA .front {
        backface-visibility: hidden;
        /*transition: 0.1s;
    transform-style: preserve-3d;*/
        position: absolute;
        top: 0;
        left: 0;
    }
}

#services .services-list .serviceA .front {
    z-index: 2;
    /* for firefox 31 */
    /*transform: rotateY(0deg);*/
    color: #5b5b5b;
    background-color: #f6f6f6;
    padding: 30px 20px 0;
}

    #services .services-list .serviceA .front h3 {
        font-size: 20px;
    }

@media (min-width: 768px) {
    #services .services-list .serviceA .front {
        padding: 50px 20px;
    }
}

body.ie #services .services-list .serviceA .front {
    backface-visibility: visible;
}


/****************************************************
 *  Footer Fixes
 ***************************************************/

a.googlePlusLink {
    color: #c1c1c1;
    text-decoration: underline;
}

    a.googlePlusLink:hover, a.googlePlusLink:focus {
        color: #0489d9;
        text-decoration: underline;
    }

@media only screen and (max-width: 767px) {
    #newsletter label {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    #colophon .fwidget {
        width: 100%;
        float: left;
        padding-right: 0;
    }
}

.table-deal .price-tablet {
    display: inline-block;
    color: #0489d9;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: -20px;
}

/*************************************************
 *   Table Format Fixes
 ************************************************/
tbody > tr > td {
    font-size: 16px;
}

thead > tr > td {
    font-size: 16px;
}

@media only screen and (min-width: 1200px) {
    .paddingLeftAdjust {
        padding-left: 35px;
    }
}

@media only screen and (max-width: 768px){
    .tabletHide{
        display: none;
    }
}

#slideshow { 
    position: relative; 
}

#slideshow > div { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    margin: 0 auto;
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}


#preload-01 { background: url("/images/incorp-home5.jpg") no-repeat -9999px -9999px; display: none; }

/*
    Mobile Search Input
*/

.searchBoxMobileRound {
    color: #004f94;
    border-radius: 20px;
    width: 220px;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border: 2px solid #004f94;
}

.searchBoxMobileRound:active, .searchBoxMobileRound:focus {
    outline: none !important;
    border-radius: 20px;
    border: 2px solid #0489d9;
    background-color: #fff !important;
}
        @media only screen and (max-width: 991px) {
            div.appalign {
                text-align: center;
            }
        }

        @media only screen and (min-width: 992px) {
            div.appalign {
                text-align: left;
            }
        }

        div.appalign h3 {
            text-align: center;
            padding-top: 10px;
        }
		
.appborder { 
		  border-width: 1px; 
          border-color: black; 
		  border-style: solid; 
		  
		  }

        @media only screen and (max-width: 991px) {
            div.appheight {
                text-align: left;
				
            }
        }

        @media only screen and (min-width: 992px) {
            div.appheight {
                height: 180px;
				text-align: left;
            }
        }	
		
		
		        @media only screen and (max-width: 991px) {
            .breadcrumb {
                margin-top: -16px;
				}
				
		        @media only screen and (min-width: 992px) {
            .breadcrumb {
                margin-top: 180px;
				}				
				
		        @media only screen and (max-width: 991px) {
            .breadcrumb {
                margin-top: -16px;
				}
				
        }
		
		
.btn-order2 {
    border-radius: 0px !important;
    /* background:#55c15d; */
    background: #000000;
    /* color:#fff; */
    color: #ffffff;
    
    border: 0px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 1px;
    margin-bottom: 1px;
    /* padding:8px; */
    padding: 8px;
    cursor: pointer;
    /* transition:400ms ease all; */
    transition: 400ms ease all;
    /*outline:none !important;*/
    border-top: 1px solid #1866aa !important;
    border-bottom: 1px solid #1866aa !important;

}
    .btn-order2:focus, .btn-order2:visited {
        /*background-color:#55c15d;*/
        background-color: #000;
        /*color:#fff ;*/
        color: white;
        outline: none !important;
    }
    
.col-md-12 .btn-order {
  font-weight: 600 !important;
}

.row .btn-order {
  font-weight: 600 !important;
}



 .btn-blue {
            background-color: #1265A8;
            color: #FFF !important;
        }

        .btn {
            position: relative;
            border-radius: 2px;
            display: inline-block;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            cursor: pointer;
            background-image: none;
            border: 1px solid transparent;
        }

        a.btn {
            line-height: 26px;
        }

        .btn-sm,
        .btn-xs,
        .btn-lg,
        .btn-xlg {
            padding: 5px 5px;
            font-size: 18px;
        }


        /* Effect 1: Brackets */
        .cl-effect-1 a::before,
        .cl-effect-1 a::after {
            display: inline-block;
            opacity: 0;
            -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
            -moz-transition: -moz-transform 0.3s, opacity 0.2s;
            transition: transform 0.3s, opacity 0.2s;
        }

        .cl-effect-1 a::before {
            margin-right: 10px;
            content: '[';
            -webkit-transform: translateX(20px);
            -moz-transform: translateX(20px);
            transform: translateX(20px);
        }

        .cl-effect-1 a::after {
            margin-left: 10px;
            content: ']';
            -webkit-transform: translateX(-20px);
            -moz-transform: translateX(-20px);
            transform: translateX(-20px);
        }

        .cl-effect-1 a:hover::before,
        .cl-effect-1 a:hover::after,
        .cl-effect-1 a:focus::before,
        .cl-effect-1 a:focus::after {
            opacity: 1;
            -webkit-transform: translateX(0px);
            -moz-transform: translateX(0px);
            transform: translateX(0px);
        }

        #landing-intro h1, #landing-intro h2 {
            font-size: 18px;
            font-weight: bold;
            margin: 0;
            line-height: 1.2;
            letter-spacing: 2px;
        }


        h1.shadow {
            text-shadow: 1px 1px #000000;
        }


/* RB TEST Code */

body {
    background: #ECECEC;
    margin: 0px;
    color: #333;
   }

a.button {
	background: #ECECEC;
    border-radius: 15px;
    padding: 2px 2px;
    display: block;
    font-family: arial;
    font-weight: bold;
    color: #7f7f7f;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    border: 1px solid #a7a7a7;
    width: 145px;
    margin: 0px auto;
    margin-top: 10px;
 }

a.button i {
    float: right;
    margin-top: 2px;
}

a.button:hover {
    box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
}

 a.button:active {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
    background: -webkit-linear-gradient(top, #d1d1d1 0%,#ECECEC 100%);
}

        /* Effect 5: same word slide in */
.cl-effect-5 a {
    overflow: hidden;
    padding: 0 4px;
    height: 1em;
    }

.cl-effect-5 a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    }

.cl-effect-5 a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }

.cl-effect-5 a:hover span, .cl-effect-5 a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    }

        /* Effect 5: same word slide in and border bottom */
		

.trademark {
    font-size: 16x !important;
    position: relative;
    bottom: 18px;
}
