/* -- General Formatting */

* {
	box-sizing: border-box;
}

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

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 1.75;
	font-size: 14px;
}

b, strong {
	font-weight: 600;
}

a:hover {
	opacity: .85;
}

.section a,
.panel a,
.half_panel a {
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.btn {
	display: inline-block;
	text-decoration: none;
	padding: 10px 20px;
	margin: 0 10px;
	border: 1px solid #000;
	background-color: #2369A3;
	border-color: #2369A3;
	color: #FFF;
	margin: 5px;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.btn:hover {
	background-color: transparent;
	color: #2369A3;
	opacity: 1;
}

a.btn_rounded {
	border-radius: 100px;
}

a.btn span.fa {
	font-size: 16px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}

a.btn_sm {
	padding: 5px 10px;
}

a.btn_lg {
	font-size: 24px;
}

.wrapper {
	width: 1200px;
}

h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: #2369A3;
	font-weight: 400;
}

.h1 { 
	font-size: 2em;
}

a {
	color: #2369A3;
}

.ilb {
	display: inline-block;
	vertical-align: top;
}

.c {
	height: 0 !important;
	font-size: 0;
}

.vph {
	display: none;
}

.resp_video {
	border: 0;
}

.page .wrapper img {
	height: auto !important;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.structured_data {
	position: fixed;
	top: -99999px;
	left: -99999px;
	z-index: -1;
	opacity: 0;
}



/* -- Header Formatting */

.header {
	position: relative;
	z-index: 100;
	height: 75px;
	line-height: 75px;
	padding-right: 15px;
	box-sizing: border-box;
	font-size: 13px;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header:hover,
.header_bg {
	background-color: rgba(0,0,0,.5);
}

.header a {
	color: #FFF;
	text-decoration: none;
}

.header .logo {
	position: relative;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header .logo:hover {
	background-color: #2369A3;
}

.header .logo img {
	display: block;
	height: 75px;
	padding: 15px;
}

.header .logo a {
	width: 100%;
	height: 100%;
	display: block;
}



/* -- Navigation Formatting */

.h_nav .parent {
	margin-top: -2px;
}

.h_nav a.level_0 {
	text-transform: uppercase;
	box-sizing: border-box;
	margin-left: 30px;
	line-height: 70px;
	padding: 0;
}

.h_nav .parent:hover a.level_0 {
	border-bottom: 3px solid #2369A3;
}

.h_nav a.level_1 {
	display: block;
	line-height: 30px;
	padding: 0 10px;
}

.h_nav a.level_1:hover {
	background-color: rgba(0,0,0,.25);
}

.h_nav .parent .dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 30px;
	background-color: #2369A3;
	white-space: nowrap;
}

.h_nav .spacer {
	width: 5px;
}

.h_nav a.social {
	display: block;
	font-size: 18px;
	margin-left: 5px;
}

.h_nav a.social span {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    vertical-align: middle;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.h_nav a.facebook:hover span {
	background-color: #4B6DAA;
}

.h_nav a.twitter:hover span {
	background-color: #5EA9DD;
}

.h_nav a.linkedin:hover span {
	background-color: #017FB2;
}

.h_nav a.blog:hover span {
	background-color: #FF6600;
}

.h_nav a.instagram:hover span {
	background: linear-gradient(200deg, #4969D6 0%, #B92E93 25%, #E63F5D 50%, #F9762E 75%, #FED676 100%);
}



/* -- Mobile Navigation Formatting */

.mobile_toggle {
	width: 48px;
    height: 48px;
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
    color: #FFF;
    border: 1px solid #FFF;
    font-size: 20px;
    line-height: 48px;
    margin-top: 13px;
}



/* -- Mobile Menu Formatting */

.mobile_menu .container {
	width: 90%;
	margin: 15px auto;
}

.mobile_menu .title {
	background-color: #2369A3;
}

.mobile_menu a.level_0,
.mobile_menu a.level_1,
.mobile_menu a.level_2,
.mobile_menu a.level_3,
.mobile_menu a.level_4,
.mobile_menu a.level_5,
.mobile_menu a.level_6 {
	margin: 0;
	background-color: #000;
	border-bottom: 1px solid rgba(255,255,255,.15);
}



/* -- Banner Formatting */

.banner {
	top: -75px;
}



/* -- Page Formatting */

.site_container {
	background-color: #FFF;
}

.page {
	position: relative;
	z-index: 10;
	background-color: #FFF;
}



/* -- Table Formatting */

.table {
	margin: auto;
	min-width: 100%;
}

.table td {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

.table thead td {
	background-color: #2369A3;
	color: #FFF;
	font-weight: 600;
}



/* -- Section Formatting */

.section {
	padding: 50px 0;
}

.section_padless {
	padding: 0;
}

.bg_grey {
	background-color: #F6F6F6;
}

.bg_blue_plain {
	background-color: #2369A3;
	color: #FFF;
}

.bg_blue_plain h1,
.bg_blue_plain .h1,
.bg_blue_plain h2,
.bg_blue_plain .h2,
.bg_blue_plain h3,
.bg_blue_plain .h3,
.bg_blue_plain h4,
.bg_blue_plain .h4 {
	color: #FFF;
}

.bg_blue_plain a {
	color: #FFF;
}

.bg_blue {
	background-color: #2369A3;
	color: #FFF;
	background-image: url('../../uploads/layout/blue_section_bg.jpg');
	background-size: cover;
	background-position: center center;
}

.bg_blue h1,
.bg_blue .h1,
.bg_blue h2,
.bg_blue .h2,
.bg_blue h3,
.bg_blue .h3,
.bg_blue h4,
.bg_blue .h4 {
	color: #FFF;
}

.bg_blue a {
	color: #FFF;
}

.bg_blue .form input[type="submit"],
.bg_blue .form input[type="button"] {
	background-color: transparent;
	border-color: #FFF;
}

.bg_blue a.btn,
.bg_blue_plain a.btn {
	border: 1px solid #FFF;
	background-color: #transparent;
	color: #FFF;
}

.bg_blue a.btn:hover,
.bg_blue_plain a.btn:hover {
	border: 1px solid #FFF;
	background-color: #FFF;
	color: #2369A3;
}



/* -- Panel Formatting */

.panel {
	position: relative;
	z-index: 10;
	width: 100%;
	margin-bottom: -75px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    overflow: hidden;
}

.panel .overlay {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(21,64,98,.5);
}

.panel .content {
	position: relative;
	z-index: 30;
	padding-top: 75px;
}

.panel .content .tbl,
.panel .content .tbl-row,
.panel .content .tbl-cell {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}

.panel .content .copy {
	padding: 75px 150px;
}

.panel .video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}

.panel .video video {
	width: 100%;
    height: 100%;
}

.panel_auto_height .content {
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
}

.panel h1 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 42px;
	line-height: 1em;
	margin: 15px 0;
	text-shadow: 1px 1px 30px rgba(0,0,0,.50);
}

.panel .pre_heading,
.panel .sub_heading {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
	text-transform: uppercase;
	opacity: .75;
}

.panel .sub_heading .updated {
	font-size: .8em;
}

.panel .pre_heading { 
	margin-top: 15px;
}

.panel .sub_heading { 
	margin-bottom: 15px;
}

.panel .buttons {
	margin-top: 25px;
}

.panel a.btn {
	color: #FFF;
	background-color: transparent;
	border: 1px solid #FFF;
	font-size: 20px;
	font-weight: 300;
}

.panel a.btn:hover {
	background-color: #2369A3;
	border-color: #2369A3;
}



/* -- Half Panel Formatting */

.half_panel {
	position: relative;
}

.half_panel_margin {
	margin: 75px 0;
}

.half_panel .photo,
.half_panel .photo .overlay {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 50%;
}

.half_panel .photo .overlay {
	z-index: 20;
	background-color: rgba(0,0,0,.5);
	width: 100%;
}

.half_panel .photo .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.half_panel .photo a.block_link {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.half_panel .photo .tbl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.half_panel .photo .tbl,
.half_panel .photo .tbl-row,
.half_panel .photo .tbl-cell {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.half_panel .photo a {
	position: absolute;
	z-index: 30;
	display: block;
	top: 0;
	bottom: 0;
	width: 100%;
}

.half_panel .content {
	padding: 75px;
}

.half_panel .content .title {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	line-height: 1.25em;
	font-weight: 300;
	color: #2369A3;
    /* text-transform: uppercase; */
	margin-bottom: 15px;
}

.half_right .photo,
.half_right .photo .overlay,
.half_micro_right .photo,
.half_micro_right .photo .overlay,
.half_sm_right .photo,
.half_sm_right .photo .overlay,
.half_lg_right .photo,
.half_lg_right .photo .overlay {
	left: 0;
}

.half_right .content {
	margin-left: 50%;
}

.half_left .photo,
.half_left .photo .overlay,
.half_micro_left .photo,
.half_micro_left .photo .overlay,
.half_sm_left .photo,
.half_sm_left .photo .overlay,
.half_lg_left .photo,
.half_lg_left .photo .overlay {
	right: 0;
}

.half_micro .photo {
	width: 35%;
}

.half_micro_right .content {
	margin-left: 35%;
}

.half_micro_left .content {
	margin-right: 35%;
}

.half_left .content {
	margin-right: 50%;
}

.half_sm .photo {
	width: 45%;
}

.half_sm_right .content {
	margin-left: 45%;
}

.half_sm_left .content {
	margin-right: 45%;
}

.half_lg .photo {
	width: 55%;
}

.half_lg_right .content {
	margin-left: 55%;
}

.half_lg_left .content {
	margin-right: 55%;
}

.half_no_photo .content {
	margin-right: 0;
	margin-left: 0;
}

.half_os_left .photo,
.half_os_left .photo .overlay,
.half_os_right .photo,
.half_os_right .photo .overlay {
	width: 60%;
}

.half_os_left .content {
	margin-right: 60%;
	padding: 150px 75px;
}

.half_os_right .content {
	margin-left: 60%;
	padding: 150px 75px;
}



/* -- Homepage Banner Formatting */

.homepage_banner {
	background-color: #FFF;
	min-height: 100vh;
}

.homepage_banner .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.homepage_banner .content .copy {
	padding: 75px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.homepage_banner h1 .top {
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: 300;
	text-transform: none;
}



/* -- Footer Formatting */

.footer {
	position: fixed;
	z-index: 0;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.footer .top {
	background-color: #EBEBEB;
	background-color: #333;
	color: #666;
	padding: 30px 0;
}

.footer .top .social {
	position: relative;
	height: 70px;
}

.footer .top .social .icon {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0;
	left: 50%;
	margin-left: -35px;
	background-color: #2369A3;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.footer .top .social .icon img {
	display: block;
	padding: 10px;
}

.footer .top .social .icon:hover {
	background-color: #61AEEA;
}

.footer .top .social .spacer {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 70px;
	margin: 0 15px;
}

.footer .top .social a {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.footer .top .social .fa {
	margin: 0 10px;
	font-size: 30px;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.footer .top a {
	color: #666;
}

.footer .top a:hover .fa-facebook {
	color: #4B6DAA;
}

.footer .top a:hover .fa-twitter {
	color: #5EA9DD;
}

.footer .top a:hover .fa-instagram {
	color: #4B6DAA;
	background: linear-gradient(200deg, #4969D6 0%, #B92E93 25%, #E63F5D 50%, #F9762E 75%, #FED676 100%);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.footer .top a:hover .fa-linkedin {
	color: #017FB2;
}

.footer .top a:hover .fa-pencil {
	color: #FF6600;
}

.footer .top a:hover .fa-google-plus {
	color: #DC4A38;
}

.footer .top a:hover .fa-snapchat-ghost {
	color: #FFFC00;
}

.footer .top .contact {
	margin-top: 30px;
}

.footer .top .contact a {
	text-decoration: none;
}

.footer .top .contact a:hover {
	text-decoration: underline;
}


.footer .top .contact span {
	margin: 0 12px;
	line-height: 18px;
}

.footer .top .contact .fa {
	margin-right: 5px;
	font-size: 18px;
    vertical-align: middle;
	margin-top: -3px;
}

.footer .copyright {
	font-size: 12px;
	margin-top: 10px;
}



/* -- News Formatting */

.news_summary .date {
	color: #999;
}

.news .entry .social {
	margin-bottom: 20px;
}

.news .entry .photos {
	margin-top: 50px;
}

.news_summary .pre_title {
	text-transform: uppercase;
    color: #999;
}

.news .entry .social_sharing { line-height:1; }

.news .entry .fb-share-button,
.news .entry .twitter-share-button { padding:5px; }

/* -- Responsive Video Formatting */

.resp_video {
	box-sizing: border-box;
	border: 0;
}



/* -- Form Formatting */

.form {
	overflow: hidden;
}

.form input,
.form select,
.form textarea {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.form .field input[type="text"],
.form .field textarea,
.form .field select {
	background-color: #EEE;
	border: 0;
	font-size: 15px;
}

.form .field input[type="text"] {
	line-height: 35px;
	padding: 0 10px;
}

.form .field textarea {
	padding: 10px;
}

.form input[type="submit"],
.form input[type="button"] {
	background-color: #2369A3;
	border: 1px solid #2369A3;
	color: #FFF;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	text-transform: uppercase;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.form input[type="submit"]:hover,
.form input[type="button"]:hover {
	background-color: #61AEEA;
	border-color: #61AEEA;
}



/* -- Staff Formatting */

.staff_listing {
	
}

.staff_listing .p_a {
	padding: 30px;
}

.staff_listing .member {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	border-radius: 100%;
	background-color: #EBEBEB;
}

.staff_listing .member .overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(21,64,98,.75);
	color: #FFF;
}

.staff_listing .member .overlay .tbl,
.staff_listing .member .overlay .tbl-row,
.staff_listing .member .overlay .tbl-cell {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.staff_listing .member .overlay .name,
.staff_listing .member .overlay .position {
	padding: 0 30px;
}

.staff_listing .member .overlay .name {
	font-weight: 600;
	font-size: 20px;
}

.staff_listing .member a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.staff_profile {
	
}

.staff_profile .photo {
	width: 400px;
	height: 400px;
	margin: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100%;
	margin-top: -100px;
	overflow: hidden;
}

.staff_profile .photo img {
	border-radius: 100%;
}

.staff_profile .position {
	font-size: 20px;
	font-weight: 600;
	margin-top: 15px;
	color: #2369A3;
}

.staff_profile .email {
	margin-bottom: 35px;
}

.staff_profile .social {
	margin-bottom: 50px;
}

.staff_profile .social a span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	border-radius: 100%;
	background-color: #CCC;
}

.staff_profile .social a {
	margin: 0 10px;
}

.staff_profile .social a span.fa-envelope {
	background-color: #2369A3;
	border: 1px solid #2369A3;
	color: #FFF;
}

.staff_profile .social a:hover span.fa-envelope {
	background: transparent;
	color: #2369A3;
}

.staff_profile .social a span.fa-facebook {
	background-color: #4B6DAA;
	border: 1px solid #4B6DAA;
	color: #FFF;
}

.staff_profile .social a:hover span.fa-facebook {
	background: transparent;
	color: #4B6DAA;
}

.staff_profile .social a span.fa-linkedin {
	background-color: #017FB2;
	border: 1px solid #017FB2;
	color: #FFF;
}

.staff_profile .social a:hover span.fa-linkedin {
	background: transparent;
	color: #017FB2;
}

.staff_profile .social a span.fa-twitter {
	background-color: #5EA9DD;
	border: 1px solid #5EA9DD;
	color: #FFF;
}

.staff_profile .social a:hover span.fa-twitter {
	background: transparent;
	color: #5EA9DD;
}

.staff_profile .social a span.fa-instagram {
	background: linear-gradient(200deg, #4969D6 0%, #B92E93 25%, #E63F5D 50%, #F9762E 75%, #FED676 100%);
	border: 1px solid #B92E93;
	color: #FFF;
}

.staff_profile .social a:hover span.fa-instagram {
	background: transparent;
	color: #B92E93;
}

.staff_profile .social a span.fa-youtube-play {
	background-color: #C8302A;
	border: 1px solid #C8302A;
	color: #FFF;
}

.staff_profile .social a:hover span.fa-youtube-play {
	background: transparent;
	color: #C8302A;
}

.staff_profile .social a span.fa-google-plus {
	background-color: #DC4A38;
	border: 1px solid #DC4A38;
	color: #FFF;
}

.staff_profile .social a:hover span.fa-google-plus {
	background: transparent;
	color: #DC4A38;
}




/* -- Google Cerfication Formatting */

.google_certification {
	width: 220px;
	margin: auto;
}




/* -- Tools: DNS Formatting */

.dns_lookup {
	
}

.dns_lookup .field input[type="text"] {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	width: 400px;
}

.dns_lookup .field input {
	vertical-align: middle;
}

.dns_table tbody tr:nth-child(odd) td {
	background-color: #FFF;
}

.dns_table tbody tr:nth-child(even) td {
	background-color: #EBEBEB;
}

.dns_table .host {
	width: 225px;
}

.dns_table .class,
.dns_table .ttl {
	text-align: center;
	width: 60px;
}

.dns_table .priority {
	text-align: center;
	width: 75px;
}




/* -- Tools: WHOIS Formatting */

.whois_lookup {
	
}

.whois_lookup .field input[type="text"] {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	width: 400px;
}

.whois_lookup .field input {
	vertical-align: middle;
}

.whois_lookup .value {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}




/* -- Tools: Services Check Formatting */

.services_lookup {
	
}

.services_lookup .field input[type="text"] {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	width: 400px;
}

.services_lookup .field input {
	vertical-align: middle;
}

/*Service - Newspaper Ads*/
.section .newspaper-header-area {
position: absolute;
top: 35%;
width: 45%;
padding-left: 60px;
}

/* -- Tools: Unix Timestamp Formatting */

.unix_lookup {
	
}

.unix_lookup .field input[type="text"] {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	width: 150px;
	text-align: center;
}

.unix_lookup .field input {
	vertical-align: middle;
}




/* -- Tools: IP Address Formatting */

.ip_lookup .ip_address {
	font-size: 80px;
	line-height: 80px;
	font-weight: 600;
	color: #2369A3;
}

.ip_lookup .your_ip {
    text-transform: uppercase;
    font-size: 25px;
	line-height: 25px;
	padding-bottom: 10px;
    color: #999;
}




/* -- Services Listing Formatting */

.service_listing .p_a {
	padding: 30px 15px;
}

.service_listing .service {
	position: relative;
	vertical-align: top;
}

.service_listing .service .icon {
	width: 200px;
	height: 200px;
	margin: auto;
	border-radius: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0,0,0,.05);
}

.service_listing .service .name {
	font-weight: 600;
	margin-top: 10px;
	font-size: 16px;
}

.service_listing .service a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
}



/* -- Client List Formatting */

.client_list .ilb {
	vertical-align: top;
}

.client_list .client {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	border-radius: 100%;
	background-color: #EBEBEB;
}

.client_list .client .bg {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.client_list .client .bg_image {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .25;
}

.client_list .client .logo {
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.client_list .client .name {
	display: none;
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-shadow: 0 0 20px rgba(0,0,0,.5);
}

.client_list .client .name .tbl,
.client_list .client .name .tbl-row,
.client_list .client .name .tbl-cell {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.client_list .client .name .tbl-cell div {
	font-size: 24px;
	line-height: 1.2;
	padding: 30px;
}

.client_list .client a {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.client_list .client .always_show {
	display: block;
}

.client_list .logo_listing .logo_load_more,
.client_list .text_listing .text_load_more  {
	margin-top: 30px;
}



/* -- Client Portfolio Formatting */

.client_portfolio .details {
	padding-bottom: 0;
}

.client_portfolio .details h3 span {
	display: inline-block;
	border-bottom: 1px solid #EBEBEB;
	padding: 0 10px;
}

.client_portfolio .logo {
	position: relative;
    width: 85%;
	height: 0;
    padding-bottom: 85%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    margin: auto;
	overflow: hidden;
}

.client_portfolio .logo .bg {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	opacity: .25;
}

.client_portfolio .logo .logo_img {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.client_portfolio .services {
	margin-bottom: 20px;
}

.client_portfolio .services .ilb {
	padding: 5px 0;
}

.client_portfolio .services a img {
	width: 30px;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 10px;
}

.client_portfolio .links {
	margin-top: 25px;
}



/* -- Code Counter Formatting */

.code_counter .container {
	position: relative;
	width: 990px;
	margin: auto;
	color: #2369A3;
}

.code_counter .count {
	font-size: 150px;
	font-weight: 700;
	line-height: 1em;
	padding: 75px 0;
}

.code_counter .pre_text,
.code_counter .sub_text {
	position: absolute;
	left: 0;
	right: 0;
	text-transform: uppercase;
	font-size: 60px;
	font-weight: 300;
	color: #61AEEA;
}

.code_counter .pre_text {
	top: 10px;
}

.code_counter .sub_text {
	bottom: 0;
}

#counter_math {
	display: none;
}



/* -- Latest Work Formatting */

.latest_work {
	display: inline-block;
	width: 33.333333%;
	height: 100%;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.latest_work .contain {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.latest_work .contain .overlay,
.latest_work .contain .logo,
.latest_work .contain a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.latest_work .contain .overlay {
	z-index: 5;
	opacity: .75;
}

.latest_work .contain .logo {
	z-index: 10;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.latest_work .contain a {
	z-index: 15;
}



/* -- Homepage Content Section Formatting */

.homepage_section {
	background-image: url('../../uploads/layout/vintage-downtown-erie-pa.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	/* background-size: 100% auto; */
	background-size: cover;
}

.homepage_section .wrapper {
	background-color: rgba(255,255,255,.85);
	padding: 15px 30px;
    margin: 25px auto;
}



/* -- CTA Boxes Formatting */

.cta_boxes .box {
	position: relative;
	height: 0;
	padding-bottom: 25%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cta_boxes .box .overlay {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(21,64,98,.25);
	background-color: rgba(0,0,0,.5);
}

.cta_boxes .box .tbl {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.cta_boxes .box .tbl,
.cta_boxes .box .tbl-row,
.cta_boxes .box .tbl-cell {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.cta_boxes a.btn {
	font-size: 20px;
	border: 2px solid #FFF;
	background-color: transparent;
	color: #FFF;
	border-radius: 100px;
	font-weight: 600;
	box-shadow: 0 0 100px rgba(0,0,0,.5);
}

.cta_boxes a.btn:hover {
	background-color: #2369A3;
	color: #FFF;
	border-color: #2369A3;
}



/* -- Social Media Icons Formatting */

.social_media_icons {
	padding-bottom: 20px;
}

.social_media_icons a {
	vertical-align: middle;
	margin: 0 30px;
}

.social_media_icons a:hover {
	opacity: .5;
}

.social_media_icons .fa {
	font-size: 40px;
}

.social_media_icons .fa-facebook {
	color: #4B6DAA;
}

.social_media_icons .fa-twitter {
	color: #5EA9DD;
}

.social_media_icons .fa-linkedin {
	color: #017FB2;
}

.social_media_icons .fa-instagram {
	color: #4B6DAA;
    background: linear-gradient(200deg, #4969D6 0%, #B92E93 25%, #E63F5D 50%, #F9762E 75%, #FED676 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social_media_icons .fa-youtube-play {
	color: #E3401D;
}

.social_media_icons .fa-google-plus {
	color: #DC4A38;
}

.social_media_icons .fa-snapchat-ghost {
	color: #FFFC00;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}



/* -- Page Banner Formatting */

.page_banner {
	position: relative;
	height: 0;
	padding-bottom: 30%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page_banner_top {
	background-position: top center;
}

.lg_page_banner {
	padding-bottom: 50%;
}



/* -- Identity Formatting */

.identity-package .entry {
	margin: 0;
}

.identity-package .entry .color {
	height: 30px;
	margin-bottom: 10px;
}

.identity-package .logo .icon {
	float: none;
	margin: 0;
}



/* -- Webcam Formatting */

.webcams .current_webcam .resp_video video,
.webcams .current_webcam .resp_video object,
.webcams .current_webcam .resp_video .video-js {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.webcams .current_webcam .resp_video .play_btn,
.webcams .current_webcam .resp_video .fs_btn {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	font-size: 24px;
}

.webcams .current_webcam .resp_video .play_btn {
	left: 10px;
}

.webcams .current_webcam .resp_video .fs_btn {
	right: 10px;
}

.webcams .other_webcam {
	position: relative;
}

.webcams .other_webcam a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.webcams .other_webcam .title {
	
}



/* -- Street View Tour Formatting */

.streetview_tour {
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}

.streetview_tour iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}



/* -- Contact Page Formatting */

.office_hours .day .name {
	display: inline-block;
	width: 80px;
	text-align: right;
	margin-right: 10px;
	font-weight: 600;
}

.office_hours .day .hours {
	display: inline-block;
	width: 110px;
	text-align: left;
}

.half_panel .photo .embedded_map {
	position: relative;
	width: 100%;
	height: 100%;
}

.half_panel .photo .embedded_map .map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.embedded_map .directions {
	position: absolute;
	left: 5px;
	bottom: 5px;
}

.embedded_map .directions a {
	position: relative;
	display: inline-block;
	background-color: #2369A3;
	text-decoration: none;
	color: #FFF;
	padding: 10px 20px;
	width: auto;
	margin-right: 5px;
}



/* -- Identity Formatting */

.identity-package .wallpaper input[type="text"]{
	width: 50px;
	text-align: center;
}



/* -- Landing Page */

.landing_page {
	padding-top: 1px;
}


/* -- IcoMoon Icons */

@font-face {
  font-family: 'icomoon';
  src:  url('https://cdn.icomoon.io/169643/EpicWebStudios/icomoon.eot?ruwbfg');
  src:  url('https://cdn.icomoon.io/169643/EpicWebStudios/icomoon.eot?ruwbfg#iefix') format('embedded-opentype'),
    url('https://cdn.icomoon.io/169643/EpicWebStudios/icomoon.woff2?ruwbfg') format('woff2'),
    url('https://cdn.icomoon.io/169643/EpicWebStudios/icomoon.ttf?ruwbfg') format('truetype'),
    url('https://cdn.icomoon.io/169643/EpicWebStudios/icomoon.woff?ruwbfg') format('woff'),
    url('https://cdn.icomoon.io/169643/EpicWebStudios/icomoon.svg?ruwbfg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chat-gpt:before {
  content: "\e900";
}

.icon-epic-logo:before {
  content: "\e901";
}

.icon-twitter-x:before {
  content: "\e902";
}

.support_cta {
	display: flex;
	flex-wrap: wrap;
}