/* Main Body Background Color */
#wrapper {
    /*  background-color: #f9f9f9; */
}

/* Header Colors */
.header_wrapper, .top_wrapper {
	/*original template was #ecf0f1*/
    background: -webkit-radial-gradient(farthest-side circle at center, #ecf0f1 0%, #ecf0f1 100%);
    background: -moz-radial-gradient(farthest-side circle at center, #ecf0f1 0%, #ecf0f1 100%);
    background: -o-radial-gradient(farthest-side circle at center, #ecf0f1 0%, #ecf0f1 100%);
    background: radial-gradient(farthest-side circle at center, #ecf0f1 0%, #ecf0f1 100%);
    background-color: #ecf0f1;
}

.top-header {
	/*original template was #2c3e50*/
    background-color: #f8f8f8;
}

.searchbox {
    background-color: #283848;
}

.navigation > li > a, .navigation > li > a > i, .sticky-navigation .navigation > a {
    color: #c1c1c1;
}

.navigation > li:hover > a,
.navigation > li > a:hover,
.navigation > li > .activelink, .navigation > li:hover > a > i {
    color: #91C1BF;
}

.navigation ul {
    background-color: #ffffff;
    border-color: #91C1BF;
}

.navigation ul li a {
    color: #787878;
    background-color: #ffffff;
}

.navColor {
	color: #91C1BF;
}

.mobile-menu-button, .mobile-nav {
    background-color: #91C1BF;
}

.mobile-menu-button:hover {
    background-color: #91C1BF;
    opacity: 0.7;
}

.navigation > li > a:after, .navigation > li > .activelink:after {
    background-color: #91C1BF;
}

.navigation .icon-arrow-menu {
    color: #91C1BF;
}

.navigation ul li:hover > a, .navigation ul li a.activelink {
    background-color: #f5f5f5;
    color: #484848;
}

.navigation .icon-arrow-submenu, .navigation ul li:hover > a i {
    color: #787878;
}

.sticky-navigation {
    background-color: rgb(68, 100, 117);
    background-color: rgba(68, 100, 117, 0.9);
}

.h1-page-title {
    color: #f8f8f8;
}

.h2-page-desc {
    color: #f8f8f8;
}

.breadcrumbs li:last-child {
    color: #4b4b4b;
}

/* Page Content Colors */
.body-wrapper a, .tab a, accordion .title, .top-body a, .bottom-body a {
    color: #4b4b4b;
}

.body-wrapper a:hover, .tab a:hover, accordion .title:hover, .top-body a:hover, .bottom-body a:hover {
    color: #91C1BF;
}

.callout-box, .team-member .team-member-content, .feature .feature-content {
    border-color: #91C1BF;
}

.team-member-progress-bar {
    background: #91C1BF;
}

.tab a.active:after {
    background-color: #91C1BF;
    border-color: #91C1BF;
}

.content-box.content-style2 h4 i {
    color: #91C1BF;
}

.accordion .title:hover h4 {
    color: #91C1BF;
}

.button, .body-wrapper input[type="submit"], .body-wrapper input[type="button"], button.button-main {
	background-color: #723b3f;
    border-color: #71383B;
    color: #f8f8f8 !important;
    text-shadow: 0 1px 0 #989898;
}

.button:hover, .body-wrapper input[type="submit"]:hover, .body-wrapper input[type="button"]:hover, button.button-main:hover,
.button:active, .body-wrapper input[type="submit"]:active, .body-wrapper input[type="button"]:active, button.button-main:active {
    background-color: #A05858;
    color: #f8f8f8 !important;
    text-shadow: 0 1px 0 #989898;
}

.blog-post-icon, .comments-list .children .comment:before, .portfolio-filter li a.portfolio-selected,
.portfolio-filter li a:hover, .dropcaps.dropcaps-color-style, .carousel-container .carousel-icon:hover {
    background-color: #91C1BF;
}

.comments-list .children .comment:after {
    border-color: transparent transparent transparent #91C1BF;
}

.side-navigation .menu-item.current-menu-item a, .side-navigation .menu-item:hover a:after,
.side-navigation .menu-item:hover a {
    color: #91C1BF;
}

#individFeatures > .side-navigation .menu-item.current-menu-item a, #individFeatures > .side-navigation .menu-item:hover a:after, #individFeatures > .side-navigation .menu-item:hover a {
    color: #3a469c;
}

#smallBusinessFeatures > .side-navigation .menu-item.current-menu-item a, #smallBusinessFeatures > .side-navigation .menu-item:hover a:after, #smallBusinessFeatures > .side-navigation .menu-item:hover a {
    color: #805d89;
}

#largeVolumeFeatures > .side-navigation .menu-item.current-menu-item a, #largeVolumeFeatures > .side-navigation .menu-item:hover a:after, #largeVolumeFeatures > .side-navigation .menu-item:hover a {
    color: #a94c49;
}


.menu-item a {
	outline: none;
}


.tool-tip {
    color: #91C1BF !important;
}

.highlighted-text {
    background-color: #91C1BF;
    color: #ffffff;
}

.icons-list.colored-list li:before, .blog-post-date .day, .blog-post-date .month, strong.colored, span.colored {
    color: #A05858;
}

.pagination .prev, .pagination .next, .pagination a:hover, .pagination a.current {
    background-color: #91C1BF;
    color: #fff;
}

div.pagination a {
    border-color: #91C1BF;
    color: #91C1BF;
}

.contact-map {
    border-color: #91C1BF;
}

/* Footer Area Colors */
.footer:after {
    background-color: #c7c8c7
}

.footer:before {
    background-color: #c5c5c5
}

.footer {
    background-color: #3E5C6B;
    background: -webkit-radial-gradient(farthest-side circle at center, #34495e 0%, #34495e 100%);
    background: -moz-radial-gradient(farthest-side circle at center, #34495e 0%, #34495e 100%);
    background: -ms-radial-gradient(farthest-side circle at center, #34495e 0%, #34495e 100%);
    background: radial-gradient(farthest-side circle at center, #34495e 0%, #34495e 100%);

}

.footer .copyright {
    background-color: #273E4A;
    color: #bcbcbc;
}

.footer .copyright a {
    color: #eaeaea;
}

.footer .copyright a:hover {
    color: #fdfdfd;
}

.footer .footer-col .footer-content .input {
    background-color: #283849;
}

.footer .footer-col .footer-content input[type=submit], .footer button {
    background-color: #415c76;
}

.footer .footer-col .footer-content input[type=submit]:hover, .footer button:hover, .footer button:active,
.footer .footer-col .footer-content input[type=submit]:active {
    background-color: #547597;
}

.footer .footer-col .footer-content, .footer .footer-col .footer-content .footer-content-text {
    color: #d4d4d4;
}

.footer .footer-col .footer-title {
    border-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.6);
    color: #dddddd;
}

.footer .footer-col .footer-content a {
    color: #f3f3f3;
}

.footer .footer-col .footer-content a:hover {
    color: #fafafa;
}

.pa-redBright {
	color: #A05858;
}

.busTypeBoxes {
	text-decoration: none;
	padding: 20px;
}

.individualBox {
	transition: all 0.5s ease;
	color: #484848;
}

.smallBizBox {
	transition: all 0.5s ease;
	color: #484848;
}

.onlineSellersBox {
	transition: all 0.5s ease;
	color: #484848;
}

.borderRoundFx {
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.gregsBulletLists {
	
}

.page-info {
	padding-top: 30px;
	padding-bottom: 30px;
}

.redColorLight {
	color: #A05858;
}

.individualColor {
	color: #3a469c;
}

.medVollColor {
	color: #805d89;
}

.lrgVolColor {
	color: #a94c49;
}

.individualLineTop {
	height: 1px;
	border-top: 2px solid #3a469c;
	margin-bottom: 15px;
}

.individualLineBottom {
	height: 1px;
	border-top: 2px solid #3a469c;
	position: relative;
	top: -5px;
}

.page-infoIndiv {
	background-color: #3a469c;
	padding-left: 30px;
}

.page-infoIndivMain {
	background-color: #446475;
	padding-left: 30px;
}

.medVolLineTop {
	height: 1px;
	border-top: 2px solid #805d89;
	margin-bottom: 15px;
}

.medVolLineBottom {
	height: 1px;
	border-top: 2px solid #805d89;
	position: relative;
	top: -5px;
}

.page-infomedVol {
	background-color: #805d89;
	padding-left: 30px;
}

.highVolLineTop {
	height: 1px;
	border-top: 2px solid #a94c49;
	margin-bottom: 15px;
}

.highVolLineBottom {
	height: 1px;
	border-top: 2px solid #a94c49;
	position: relative;
	top: -5px;
}

.page-infohighVol {
	background-color: #a94c49;
	padding-left: 30px;
}

.content-box .read-more {
	margin-top: 15px;
	text-align: left;
}

.content-box .read-more i {
	float: none;
}

.content-box h4 i {
	height: 100px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-fixed-container {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #446475;
}

#featureBox01 .h1-section-title, #featureBox02 .h1-section-title, #featureBox03 .h1-section-title, #featureBox04 .h1-section-title, #featureBox05 .h1-section-title, #featureBox06 .h1-section-title, #featureBox07 .h1-section-title, #featureBox08 .h1-section-title, #featureBox09 .h1-section-title, #featureBox10 .h1-section-title {
	text-align: left;
	line-height: 45px;
	margin-bottom: 15px;
}

#featureBox01 .p-section-info, #featureBox02 .p-section-info, #featureBox03 .p-section-info, #featureBox04 .p-section-info, #featureBox05 .p-section-info, #featureBox06 .p-section-info, #featureBox07 .p-section-info, #featureBox08 .p-section-info, #featureBox09 .p-section-info, #featureBox10 .p-section-info {
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	text-transform: none;
	margin-bottom: 15px;
}

.getStartedFormItem {
	margin-bottom: 15px;
	padding: 0px 10px;
}

.newLoginTab {
	background-color: pink;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 15px;
}