.imageLogo__container--inner img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.header-top--inner .header-info--inner > div:before {
    background: rgba(17, 150, 175, 1.00);
}

.page__title {
    font-size: 25pt;
}

.profile-phone {
    display: inline-block;
    font-size: 22px;
    margin-top: 3px;
}
a {
    color: #1196AF;
    text-decoration: none;
}
li {
    list-style-position: outside;
}

.profile-phone a {
    color: rgba(17, 150, 175, 1.00);
    font-weight: 700;
}

.profile-phone i {
    color: rgba(17, 150, 175, 1.00);
    padding-right: 5px;
}

.sidebar-info {
    background: rgba(88, 105, 107, 1.00);
    color: #fff;
}

.client__information div,
.client__information h2,
.client__information p,
.client__information a{
    color: #fff;
}

.red-text { color: #ff0000; }


#callToAction {
    display: inline-block;
    margin: 15px;
    border-radius: 7px;
}
.callToAction {
    background-image: url(/common/themes/global/spacer.gif);
    background-repeat: no-repeat;
}
.callToAction_bg_bg {
    background-color: rgba(17, 150, 175, 1.00);
}
.callToAction_fg_fg {
    color: rgba(255, 255, 255, 1.00);
}

.actionButton {
    display: table-cell;
    height: 45px;
    position: relative;
    padding: 10px;
    font-weight: 700;
    color: #fff;
}

.header-top {
    background: #fff;
}

.textLine1,
.textLine2 {
    font-size: 43px;
}

.cta__link--icon .icon {
    color: rgba(17, 150, 175, 1.00);
}


 /*  RESPONSIVE GRID  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 1%;
    border-right: none;
    border-left: none;
    background: none;
}

.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {width: 100%;}
.span_1_of_2 {width: 48.5%;}
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 65.33%; }
.span_1_of_3 { width: 31.66%; }
/*  GRID OF FOUR  */
.span_4_of_4 { width: 100%; }
.span_3_of_4 { width: 73.75%; }
.span_2_of_4 { width: 48.5%; }
.span_1_of_4 { width: 23.25%; }
/*  GRID OF FIVE  */
.span_5_of_5 { width: 100%; }
.span_4_of_5 { width: 78.8%; }
.span_3_of_5 { width: 58.6%; }
.span_2_of_5 { width: 38.4%; }
.span_1_of_5 { width: 18.2%; }
/*  GRID OF SIX  */
.span_6_of_6 { width: 100%; }
.span_5_of_6 { width: 82.06%; }
.span_4_of_6 { width: 65.13%; }
.span_3_of_6 { width: 48.2%; }
.span_2_of_6 { width: 31.26%; }
.span_1_of_6 { width: 14.33%; }
/*  GRID OF SEVEN  */
.span_7_of_7 { width: 100%; }
.span_6_of_7 { width: 85.48%; }
.span_5_of_7 { width: 70.97%; }
.span_4_of_7 { width: 56.45%; }
.span_3_of_7 { width: 41.94%;  }
.span_2_of_7 { width: 27.42%; }
.span_1_of_7 { width: 12.91%; }


/*  MEDIA QUERIES */

@media only screen and (min-width: 1px) {
    .hidden--t {
    display: block !important;
}
}

@media only screen and (max-width: 1024px) {
	.col { 	margin: 1% 0 1% 0%;	}
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
	.span_1_of_6, .span_2_of_6, .span_3_fo_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
	.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 100%; }
}
@media only screen and (max-width: 768px) {
.header-info {
    display: none;
}
}
@media only screen and (max-width: 425px) {
.page__title {
    font-size: 20pt !important;
}
}



