<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
:root {
    --color-blue: #0f6db7;
    --color-light-blue: #6ac5ec;
    --color-light-blue-gray: #aecfdc;
    --color-green: #95a83a;
    --color-light-green: #bcc885;
    --color-orange: #f36f4f;
    --color-light-orange: #f36f4f;
    --color-navy: #15284a;
    --color-light-gray: #f3f8fa;
    --font-azo: azo-sans-web, sans-serif;
    --font-azo-uber: azo-sans-uber, sans-serif;
    --font-ostuni: ostuni, cursive;
    --font-sans-serif: "Helvetica Neue LT W05 55 Roman", sans-serif;
    --font-sans-serif-light: "Helvetica Neue LT W05 45 Light", sans-serif;
    --font-sans-serif-bold: "Helvetica Neue LT W05_75 Bold", sans-serif;
}
/* typography */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&amp;c=5d68cc57-d198-4951-9648-7ff3b6d8074e&amp;fontids=5664070,5664081,5664085,5664093,5664103,5664115,5664121,5664150");
@font-face{
  font-family:"Helvetica Neue LT W05 25 Ult Lt";
  src:url("../fonts/5664070/ec6281a0-c9c4-4477-a360-156acd53093f.woff2") format("woff2"),url("../fonts/5664070/11066b40-10f7-4123-ba58-d9cbf5e89ceb.woff") format("woff");
}
@font-face{
  font-family:"Helvetica Neue LT W05 35 Thin";
  src:url("../fonts/5664081/7d63ccf8-e0ae-4dee-ad4d-bbc798aa5803.woff2") format("woff2"),url("../fonts/5664081/b2c1327f-ab3d-4230-93d7-eee8596e1498.woff") format("woff");
}
@font-face{
  font-family:"Helvetica Neue LT W05 45 Light";
  src:url("../fonts/5664085/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2") format("woff2"),url("../fonts/5664085/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff") format("woff");
}
@font-face{
  font-family:"Helvetica Neue LT W05 55 Roman";
  src:url("../fonts/5664093/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"),url("../fonts/5664093/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff");
}
@font-face{
  font-family:"Helvetica Neue LT W05 65 Medium";
  src:url("../fonts/5664103/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2") format("woff2"),url("../fonts/5664103/7802e576-2ffa-4f22-a409-534355fbea79.woff") format("woff");
}
@font-face{
  font-family:"Helvetica Neue LT W05_75 Bold";
  src:url("../fonts/5664150/800da3b0-675f-465f-892d-d76cecbdd5b1.woff2") format("woff2"),url("../fonts/5664150/7b415a05-784a-4a4c-8c94-67e9288312f5.woff") format("woff");
}
@font-face {
    font-family: ostuni;
    src: url("../fonts/OstuniScript-Regular.woff");
}
.ostuni {
    font-family: var(--font-ostuni);
}
.fw-light {
  font-family: var(--font-sans-serif-light);
}
span.consumerConcernsEmail a {color: inherit !important;}

/* Global */
body {margin: 0px; font-family: "futura-pt"; font-size: 16px; color:#16284c;}
body {margin:0px;}

/* accessibility */
.overlays h2 {
    position: relative;
}
a.skip-link {
    position: absolute;
    top: -2rem;
    padding: 0 0.5rem;
    background: #ccc;
    color: #16284c !important;
    font-size: small;
    height: 2rem;
    line-height: 2rem;
    display: block;
    transition: top 1s ease-out;
    outline: none;
    z-index: 10000;
}
a.skip-link:focus {
    top: 0;
    transition: top 0.1s;
}
/* Clear */
.clear {clear:both;}

/* navbar */
.navbar {
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    background-color: rgba(255, 255, 255, 0.9);
}
.navbar a {
    text-decoration: none;
}
.dropdown-item {
    text-transform: uppercase;
    font-size: 0.9rem;
    opacity: 0.7;
}
.navbar-brand {
    width: 184px;
    height: 41px;
    display: block;
    padding-top: 0;
}
.navbar-brand.small {
    width: 150px;
    height: 34px;
}
.navbar.scrolled {
    background: rgba(255, 255, 255, 0.9) !important;
    border-bottom: 1px solid #eee;
}
.navbar-nav .nav-link,
.btn {
    letter-spacing: 0.05em;
    border-radius: 0;
}
.navbar-nav .nav-link {
    opacity: 1;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.navbar-dark .navbar-nav .nav-link:hover {
    opacity: 0.8;
}
.navbar-nav .nav-link.active {
    opacity: 1;
}
.navbar-nav .nav-link,
.btn-md {
    opacity: 1;
    border-radius: 0;
}
.nav-push {
    padding-top: 72px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
    opacity: 1;
}
@media (min-width: 1200px) {
    .navbar {
        background-color: transparent;
    }
}

/* hamburger */
.navbar-toggler:focus {
    outline: none;
}
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}
.hamburger:hover {
    opacity: .7;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 25px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 35px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000;
}
.hamburger--slider .hamburger-inner {
    top: 5px;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
    background-color: #fff;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -10px;
}
.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger--slider .hamburger-inner:after {
    top: 20px;
}
.navbar-toggler[aria-expanded="true"] .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .hamburger-inner:after {
    transform: translate3d(0,-20px,0) rotate(-90deg);
}

/* Text */
.font_bebas {font-family: "bebas-neue";}
.caps {text-transform:uppercase;}
.bold {font-weight:bold;}
.center{text-align:center;}
.letter_sp {letter-spacing:2px;}
.line_ht {line-height:25px;}
.text_22 {font-size:22px;}
.text_28 {font-size:28px;}
.text_48 {font-size:48px;}
.text_40 {font-size:40px;}
.text_36 {font-size:36px;}
.text_18 {font-size:18px;}
.text_16 {font-size:16px;}
.text_14 {font-size:14px;}
.text_12 {font-size:12px;}
.text_11 {font-size:11px;}
.text_10 {font-size:10px;}
.color_white {color:#fff;}
.color_orange {color:#ff6d2c;}
.color_green {color:#96a81e;}
.color_blue {color:#196eb7;}
.color_navy {color:#16284c;}
.heading {line-height:30px;}
.text_shadow {text-shadow: 2px 2px 8px #333333;}
.text-primary {
    color: #16284c!important;
}
.text-secondary {
    color: #87981B !important;
}
.text-warning {
    color: #D13F00 !important;
}
.text-blue {
    color: #196eb7!important;
}
.better_border_intro {border: 2px solid #DC143C; padding: 10px; display: inline-block;font-size: 25px; line-height: 20px;}
 @media only screen and (max-width: 767px) {
      .better_border_intro {border: 2px solid #DC143C; padding: 10px; display: inline-block;font-size: 20px; line-height: 20px;} }

 @media only screen and (max-width: 504px) {
      .better_border_intro {border: 2px solid #DC143C; padding: 10px; display: inline-block;font-size: 14px; line-height: 10px;} }


/* Links */
a:link {text-decoration: none; color:#196eb7;}
a:visited {text-decoration: none; color:#196eb7;}
a:hover {text-decoration: none; color:#196eb7;}
a:active {text-decoration: none; color:#196eb7;}
.contact-info .social-icons a.facebook {
    background-color: #3b5998;
}

.contact-info .social-icons a {
    display: inline-block;
    margin-right: 0.5rem;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50em;
    line-height: 30px;
    color: white;
    transition: opacity 0.3s;
}
/* Floats */
.float_lt {float:left;}
.float_rt {float:right;}
.floatleft {
	float: left;
	border-color: #000000;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;;
}
img.floatleft {
	float: left;
	border-color: #000000;
	margin-right: 8px;
	margin-bottom: 6px;
}
.map {width:100%; max-width:600px; float:right; padding-bottom:20px;}

/* DIV's */
.content {
	width: 980px;
	margin: auto;
}
.map {
	width:100%; 
	max-width:600px; 
	float:right;
	padding-bottom:20px;
}
.section__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.section__bg.overlay {
    opacity: 0.5;
}
#theteam .card .img {
    vertical-align: top!important;
    border-style: none;
}
#theTeam .card .card-img-top {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.contact-info .social-icons a {
    display: inline-block;
    margin-right: 0.5rem;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50em;
    line-height: 30px;
    color: white;
    transition: opacity 0.3s;
}
.contact-info .social-icons a:hover {
    opacity: 0.8;
}
.contact-info .social-icons a.facebook {
  background-color: #3b5998;
}
.contact-info .social-icons a.twitter {
  background-color: #4099ff;
}
.contact-info .social-icons a.linkedin {
  background-color: #0e76a8;
}
.panel {
  padding: 0 18px;
  background-color: #16284c;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* accordion */
#accordion .card-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#accordion .card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 3px;
}
#accordion .collapse {
    box-shadow: inset 0 3px 6px -3px rgba(0, 0, 0, 0.18);
}
#accordion h5 a {
    text-decoration: none;
}

.team-member {
	width: 100%;
	max-width: 300px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 13px;
	padding-right: 10px;
}
.panel {
  padding: 0 18px;
  background-color: #16284c;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion {
  background-color: #16284c;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: #96a81e;
}
.accordion .fa-caret-down {
    transform: rotate(-90deg);
}
.accordion.active .fa-caret-down {
    transform: none;
}
.span.consumerConcernsEmail a {color: inherit !important;}
.bg-primary {
    background-color: #16284c!important;
}
.bg-primary-faded {
    background-color: rgba(22, 40, 76, 0.82)!important;
}
.bg-primary .text-muted {
    color: #A0A6AC !important;
}
.bg-crimson {
    background-color: #DC143C!important;
}
.menu {height:60px; width:100%; background-color:#16284c; position: sticky;}
.header {height:700px; background-image:url(../images/Header_Large.jpg); background-position:center; background-repeat:no-repeat;}
.testimonial {height:400px; background-image: url(../images/Testimonial.jpg); background-position:center; background-repeat:no-repeat;}
.blurb_text {width:48%; text-align:center;  height:240px; padding-top:40px;}
.blurb_photo_01 {width:48%; background-image:url(../images/Blurb_Photos_01.jpg); background-repeat:no-repeat; background-position:center; height:280px; text-align:center;}
.blurb_photo_02 {width:48%; background-image:url(../images/Blurb_Photos_02.jpg); background-repeat:no-repeat; background-position:center; height:280px; text-align:center;}
.blurb_photo_03 {width:48%; background-image:url(../images/Blurb_Photos_03.jpg); background-repeat:no-repeat; background-position:center; height:280px; text-align:center;}
.icon {width: 33%; float:left; align-content:center; text-align:center;}
.footer {width: 100%; background-color: #16284c; padding-top: 40px; padding-bottom: 30px;}
.header_text {font-family: "bebas-neue"; font-size:70px; color:#ffffff; text-align:center; text-shadow: 2px 2px 10px #333333; text-transform:uppercase; padding-top:250px;}
.header_subtext {font-size:32px; color:#ffffff; text-align:center; text-shadow: 2px 2px 8px #333333;}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}
.btn-primary-red {
    background-color: #DC143C;
    border-color: #DC143;
}
.btn-primary-red:hover,
.btn-primary-red:active,
.btn-primary-red:focus {
    background-color: #990000 !important;
    border-color: #990000 !important;
}
.btn-primary {
    background-color: #16284c;
    border-color: #16284c;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #196eb7 !important;
    border-color: #196eb7 !important;
}
.btn-primary-2 {
	background-color: #16284c;
	border-color: #16284c;
}
.btn-primary-2:hover,
.btn-primary-2:active,
.btn-primary-2:focus {
    background-color: #196eb7 !important;
    border-color: #196eb7 !important;
}
.btn-primary-2.disabled, .btn-primary-2:disabled {
    color: #fff;
    background-color: #16284c;
    border-color: #16284c;
}
.btn-primary-2.focus, .btn-primary-2:focus {
    box-shadow: none;
}
.btn-outline-primary {
    color: #16284c;
    background: transparent none;
    border-color: #16284c;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #16284c;
    border-color: #16284c;
}
.btn-secondary {
    background-color: #697614;
    border-color: #697614;
    color: white !important;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #8b9c1d;
    border-color: #8b9c1d;
}
.btn-warning {
    background-color: #ff6d2c;
    border-color: #ff6d2c;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    background-color: #ef672a;
    border-color: #ef672a;
}
.btn-white {
    background: white;
    border-radius: 0;
    color: #16284c;
}
.line {width:150px; height:1px; border-top:1px solid #ff6d2c; margin:auto; display:none;}
.header_faq {height:300px; background-image:url(../images/Header_Sub_faq.jpg); background-position:center; background-repeat:no-repeat;}
.header_company {
	height: 300px;
	background-image: url(../images/Header_Sub_FAQ.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.header_calc {height:300px; background-image:url(../images/Header_Sub_calc.jpg); background-position:center; background-repeat:no-repeat;}
.header_videos {height:300px; background-image:url(../images/Header_Sub_video.jpg); background-position:center; background-repeat:no-repeat;}
.header_contact {height:300px; background-image:url(../images/Header_Sub_contact.jpg); background-position:center; background-repeat:no-repeat;}
.header_sub_page_text {font-family: "bebas-neue"; font-size:70px; color:#ffffff; text-align:center; text-shadow: 2px 2px 10px #333333; text-transform:uppercase; padding-top:130px;}
.video_980 {width:640px; margin:auto; display:block;}
.video_740 {display:none;}
.video_440 {display:none;}
.video_300 {display:none;}
#cssmenu_2 {
	  padding: 0;
	  margin: 0;
	  border: 0;
}
	
	#cssmenu_2 ul, #cssmenu li {
	  list-style: none;
	  margin: 0;
	  padding: 0; }
	
	#cssmenu_2 ul {
	position: relative;
	z-index: 597;
}
	
	#cssmenu_2 ul li {
	  float: left;
	  min-height: 1px;
	  vertical-align: middle; }
	
	#cssmenu_2 ul li.hover,
	#cssmenu_2 ul li:hover {
	  position: relative;
	  z-index: 599;
	  cursor: default; }
	
	#cssmenu_2 ul ul {
	  visibility: hidden;
	  position: absolute;
	  top: 100%;
	  left: 0;
	  z-index: 598;
	  width: 100%; }
	
	#cssmenu_2 ul ul li {
	  float: none; }
	
	#cssmenu_2 ul ul ul {
	  top: 0;
	  left: auto;
	  right: -99.5%; }
	
	#cssmenu_2 ul li:hover &gt; ul {
	  	visibility: visible; }
	
	#cssmenu_2 ul ul {
	  	bottom: 0;
	  	left: 0; }
	
	#cssmenu_2 ul ul {
	  	margin-top: 0; }
	
	#cssmenu_2 ul ul li {
	  	font-weight: normal; }
	
	#cssmenu_2 a {
	  	display: block;
	  	line-height: 1em;
	  	text-decoration: none; }
	
	/* Custom CSS Styles */
	#cssmenu_2 {
	  background-color:transparent;
	  border-bottom: 0px solid #036eb7;
	  font-size: 14px; }
	  #cssmenu_2 &gt; ul {
		*display: inline-block; 
		}
	  #cssmenu_2:after, #cssmenu ul:after {
		content: '';
		display: block;
		clear: both; }
	  #cssmenu_2 ul {
		text-transform: capitalize;
		font-weight: ;}
		#cssmenu_2 ul ul {
		  border-top: 1px solid #fff;
		  text-transform: none;
		  min-width: 250px; }
		  #cssmenu_2 ul ul a {
			background: #16284c;
			color: #fff;
			border-right: #6bc4ea solid 0px;
			border-top: 1px solid #FFFFFF;
			line-height: 100%;
			padding: 10px 15px; }
		  #cssmenu_2 ul ul ul {
			border-top: 1px solid #FFFFFF; }
		  #cssmenu_2 ul ul li {
			position: relative;
			font-weight:; }
			#cssmenu_2 ul ul li.sub &gt; a {
			  border-top: 1px solid #fff;
			  background:#4c4b64;
			  padding-left:40px; 
			  }
			  #cssmenu_2 ul ul li.title:hover &gt; a {
			  border-top: 1px solid #fff;
			  background:#16284c; 
			  }
			#cssmenu_2 ul ul li:hover &gt; a {
	background: #96a81e;
	border-bottom: 0px;

			  font-weight:;}
			#cssmenu_2 ul ul li.has-sub &gt; a:after {
			  content: '+';
			  position: absolute;
			  top: 50%;
			  right: 15px;
			  margin-top: -8px; }
		#cssmenu_2 ul li:hover &gt; a, #cssmenu ul li.active &gt; a {
	/* [disabled]background: #16284c; */
	color: #fff;
	/* [disabled]border-bottom: #96a81e solid 2px; */
}
		#cssmenu_2 ul li.has-sub &gt; a:after {
		  content: '+';
		  margin-left: 5px;}
		#cssmenu_2 ul li.last ul {
		  left: auto;
		  right: 0; }
		  #cssmenu_2 ul li.last ul ul {
			left: auto;
			right: 99.5%; }
	  #cssmenu_2 a {
	background: #16284c;
	color: #fff;
	margin: 0 0px;
	padding: 0 40px;
	text-transform: uppercase;
		}
	  #cssmenu_2 &gt; ul &gt; li &gt; a {
	line-height: 28px;
	font-size: large;
}
.menu_2 {display:block;}

/* Spacers */
.spacer_text {height:60px;}
.spacer_testimonial {height:100px;}
.spacer_blurb {height:40px;}
.spacer_footer {height:120px;}
.blurb_padding {width:60%; margin:auto; height:400px;}
.blurb_icon_padding {width:80%; margin:auto;}
.padding_title {padding-top:20px; padding-bottom:20px;}

/* Logo */
.logo {
		background-image:url(../images/Logo.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 150px;
	padding-bottom: 40px;
}

/* Buttons */


/* #Media Queries
================================================== */
	
	/* Smaller than standard 960 (devices and browsers)
	@media only screen and (max-width: 959px) {
	
	}*/
	
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 979px) {
	
	.content {width:90%; margin:auto;}
	.header {height:500px; background-image:url(../images/Header_MediaScreen979.jpg); background-position:center; background-repeat:no-repeat;}
	.header_text {font-family: "bebas-neue"; font-size:60px; color:#ffffff; text-align:center; text-shadow: 2px 2px 10px #333333; text-transform:uppercase; padding-top:200px;}
	.header_subtext {font-size:28px; color:#ffffff; text-align:center; text-shadow: 2px 2px 8px #333333;}
  .companies_cobranded {
	width: 100%;
	height: 110px;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}
	  #theTeam .card .card-img-top {
        position: absolute;
        width: 200px;
        left: 0;
        right: 0;
        margin: auto;
        top: -100px;
    }

    #theTeam .card {
        margin-top: 100px;
        padding-top: 100px;
    }
		
	.video_980 {display:none;}
	.video_740 {width:640px; margin:auto; display:block;}
	.video_440 {display:none;}
	.video_300 {display:none;}
	}
	
	
	
	
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	.video_980 {display:none;}
	.video_740 {display:none;}
	.video_440 {width:440px; margin:auto; display:block;}
	.video_300 {display:none;}
	.content {width:90%; margin:auto;}
	.header {height:500px; background-image:url(../images/Header_MediaScreen767.jpg); background-position:center; background-repeat:no-repeat;}
	.icon {width: 100%; float:left; align-content:center; text-align:center;padding-top: 20px;}
	.blurb_text {width:100%; text-align:center; padding-top:0px;}
.blurb_photo_01 {width:100%; background-image:url(../images/Blurb_Photos_01.jpg); background-repeat:no-repeat; background-position:center; height:280px; text-align:center;}
.blurb_photo_02 {width:100%; background-image:url(../images/Blurb_Photos_02.jpg); background-repeat:no-repeat; background-position:center; height:280px; text-align:center;}
.blurb_photo_03 {width:100%; background-image:url(../images/Blurb_Photos_03.jpg); background-repeat:no-repeat; background-position:center; height:280px; text-align:center;}
.blurb_padding {width:90%; margin:auto; height:400px;}
.spacer_testimonial {height:80px;}
		#theTeam .card {
        padding-top: 75px;
        margin-top: 75px;
    }
    #theTeam .card .card-img-top {
        width: 150px;
        top: -75px;
    }
.companies_cobranded {
	width: 100%;
	height: 90px;
	height: 180px;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}
.logo {
	height: 60px;
	background-image: url(../images/Logo_2x.png);
	background-repeat: no-repeat;
}
.header_text {font-family: "bebas-neue"; font-size:55px; color:#ffffff; text-align:center; text-shadow: 2px 2px 10px #333333; text-transform:uppercase; padding-top:150px;}
.header_subtext {font-size:30px; color:#ffffff; text-align:center; text-shadow: 2px 2px 8px #333333;}
.line {display: block;}
	}
	

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
	.content {width:90%; margin:auto;}
	.blurb_padding {width:90%; margin:auto;}
	.icon {width: 100%; float:left; align-content:center; text-align:center;padding-top: 20px;}
	.header {height:350px; background-image:url(../images/479.jpg); background-position:center; background-repeat:no-repeat;}
	.blurb_text {width:100%; text-align:center;  padding-top:0px;}
.blurb_photo_01 {width:100%; background-image:url(../images/Blurb_Photos_01.jpg); background-repeat:no-repeat; background-position:center; height:280px; text-align:center;}
.blurb_photo_02 {width:100%; background-image:url(../images/Blurb_Photos_02.jpg); background-repeat:no-repeat; background-position:center; height:280px; text-align:center;}
.blurb_photo_03 {width:100%; background-image:url(../images/Blurb_Photos_03.jpg); background-repeat:no-repeat; background-position:center; height:280px; text-align:center;}
.blurb_padding {width:90%; margin:auto; height:400px;}
.spacer_testimonial {height:80px;}
.logo {height:60px; background-image:url(../images/Logo_2x.png); background-repeat: no-repeat;}
		#theTeam .card {
        padding-top: 75px;
        margin-top: 75px;
    }
    #theTeam .card .card-img-top {
        width: 150px;
        top: -75px;
    }
.companies_cobranded {
	width: 100%;
	height: 150px;
	height: 350px;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
  padding-bottom: 45px;
}
.header_text {font-family: "bebas-neue"; font-size:30px; color:#ffffff; text-align:center; text-shadow: 2px 2px 10px #333333; text-transform:uppercase; padding-top:100px;}
.header_subtext {font-size:16px; color:#ffffff; text-align:center; text-shadow: 2px 2px 8px #333333;}
.line {display:block;}
.header_sub_page_text {font-family: "bebas-neue"; font-size:45px; color:#ffffff; text-align:center; text-shadow: 2px 2px 10px #333333; text-transform:uppercase; padding-top:140px;}

	
	}

/* FDIC */
#fdic{
    background-color: white !important;
}
#fdic .container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: auto;
    margin-left: auto;
}

#fdic .position-relative {
    position: relative !important;
}

#fdic .py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

#fdic .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -12px;
    margin-left: -12px;
}

#fdic .row&gt;* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 0;
}

#fdic .d-none {
    display: none !important;
}

#fdic .img-fluid {
    max-width: 100%;
    height: auto;
}

@media (min-width: 576px) {
    #fdic .container {
        max-width: 540px;
    }
    #fdic .d-sm-block {
        display: block !important;
    }
    #fdic .d-sm-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    #fdic .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #fdic .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #fdic .container {
        max-width: 1140px;
    }
}
</pre></body></html>