html,
body {
	width: 100%;
	height: 100%;
	font-size:16px;
	margin:0;
	font-family:'Karla', sans-serif;
	background-color:#ffffff;
	color:#373c40;
}
#maincenter{width:100%;max-width:1200px;margin:0 auto;box-shadow: 0px 0px 100px #000;}
h1{color:#004282;font-family:'Karla', sans-serif;margin:0;}
h2{
    font-family:'Karla', sans-serif;
	 /*font-size:25px; REMOCED NICO October 12 2021 cayse Zach told me to*/
	 color:#004282;
	 font-weight:bold;
	 margin:0px;
    padding:5px 0;
}
h3{margin-top:0px;font-family:'Karla', sans-serif;}
h4,h5,h6{font-family:'Karla', sans-serif;}
a{
	text-decoration:none;
	color:#004282;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	 font-family: 'Karla', sans-serif;
}
a:hover{
	color:#002262;	
	text-decoration:none;
}

.center{text-align:center;}
.left{text-align:left;}
.leftcenter{text-align:left;}
.centerleft{text-align:center;}
.right{text-align:right;}
.rightcenter{text-align:right;}
.centerimg{width: 100%;display: block;margin-left:auto;margin-right:auto;}
.floatleft{float:left;}
.floatright{float:right;}
.clear{clear:both;}
.bold{font-weight:bold;}
.hidden{display:none;}
.vcenter{display: inline-block;vertical-align: middle;float: none;}
.pointer{cursor:pointer;}
.facebook {color: #fff;background-color: #3b5998;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;	}
.facebook:hover {color: #fff;background-color: #1b3978;}
.twitter {color: #fff;background-color: #00acee;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;	}
.twitter:hover {color: #fff;background-color: #008cCe;}
.google {color: #fff;background-color: #e93f2e;}
.google:hover {color: #fff;background-color: #c91f0e;}
.pinterest {color: #fff;background-color: #bc0d1e;}
.pinterest:hover {color: #fff;background-color: #9c0b0d;}
.shadow{
	text-shadow: 1px 1px 1px #000000;	
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=1,color=000000);
}
.centercol{
	width:100%;max-width:1200px;margin:0 auto;padding:0 4px;
}
.aroundbox{padding:10px}
.box{padding:20px 0;}
.smallbox{padding:5px 0;}
.button{
	padding:5px 10px;
	color:#FFFFFF;
	background-color:#004282;
	border:0px solid #004282;
	border-radius:7px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
	 font-family: 'Karla', sans-serif;
}
.button:hover{
	color:#EEEEEE;
	background-color:#002262;
}
.bsmall{
	padding:5px 10px;
	font-size:14px;	
}
.relative{position:relative;}
.absolute{position:absolute;}

#copyright{
	font-family:'Karla', sans-serif;
	color:#999;	
	line-height: 40px;
	font-size:12px;
	background:#393939;
   box-shadow:inset 0px 5px 15px rgba(0,0,0,.5);
}
#copyright a{
	color:#D91;	
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}
#copyright a:hover{
	color:#FFF;	
}

#copyrightsw{
	font-family:'Karla', sans-serif;
	color:#999;	
	line-height: 40px;
	font-size:12px;
	background:#393939;
   box-shadow:inset 0px 5px 15px rgba(0,0,0,.5);
}
#copyrightsw a{
	color:#3a9cff;	
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}
#copyrightsw a:hover{
	color:#6aCcff;	
}

.shapeshadow{
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2,Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}	




/*CONTACT FORM*/
.form-group {
    margin-bottom: 25px;
}
.form-group input,.form-group textarea {
    padding: 10px;
}

.form-group input.form-control {
    height: auto;
}

.form-group textarea.form-control {
    height: 236px;
}
.form-control:focus {
    border-color: #87C556;
    box-shadow: none;
}
.text-danger {
    color: #e74c3c;
}

@media only screen and (max-width : 991px) {
	.vcenter{display: inline-block;vertical-align: top;float: none;}
}
@media only screen and (max-width : 767px) {
	.rightcenter{text-align:center;display:block;}
	.leftcenter{text-align:center;display:block;}
   .centerleft{text-align:left;}
}

.showxxs{display:none;}
.py-8 {padding:7.5rem  0!important;}
@media only screen and (max-width : 768px) {
   .py-8 {padding:2rem  0!important;}
}
@media only screen and (max-width : 400x) {
   .hidexxs{display:none;}
   .showxxs{display:inline;}
}

.hspace40{padding:40px 0;}
.row{margin:0;}

p.lead{font-weight: 400;font-size: 1.25rem}
.fs-2 {font-size: 1.5625rem !important;}
.color-7 {color: #949494 !important;font-size:.7rem !important;}
.color-3 {color: #004282 !important;}
.fw-700{font-weight: 700 !important;}.fw-900{font-weight: 900 !important;}.fw-300 {font-weight: 300 !important;}.lh-3 {line-height: 1.3 !important;}

.active{font-weight:bold;}
iframe{display: block;}/*FOR GOOGLE MAP NOT TO HAVE SPACE AT THE BOTTOM*/
.dropdown:hover>.dropdown-menu {display: block;}.dropdown-menu {margin: 0;}/*AUTO SUB-MENU*/
.vcenterbs4{display:flex;flex-direction:column;justify-content:center;}
@media only screen and (max-width : 575px) {
   .hideonsecondpage{display:none;}
   .topdivofhidesecondpage{padding-bottom:0px !important;}
}.imgfeature01{width:100%;max-width:400px;}nav{color:#24353f}nav a{color:#004282;}nav a:hover{color:#666666;}.bg-nav {background-color: #ffffff !important;}nav .fa-bars{color:#24353f;}nav button{color:#004282}
.navbar-toggler,.navbar-toggler .fa-bars{color:#004282}

@media only screen and (max-width:405px) {
.navbar-toggler{margin:auto;}
.navbar-brand{margin:auto;}
}.section1118{background:#000000;background: -webkit-linear-gradient(rgba(0,0,0, 0.5), rgba(0,0,0, 0.5)), url(../images/house-homeimage-22102120347.jpg);background: linear-gradient(rgba(0,0,0, 0.5), rgba(0,0,0,0.5)), url(../images/house-homeimage-22102120347.jpg);background-size:cover;background-position:center center;;padding: 0;}.section1118 .btn{background-color:none;border:2px solid #ffffff;color:#ffffff}.section1118 .btn:hover{background-color:#ffffff;color:#666666}.section1118 h1{color:#FFFFFF;font-size:28px;}.section1118 h2{color:#EEEEEE;font-size:22px;font-weight:normal;}.section1009{background-color:#004282;}.section1009 h1,.section1009 h2,.section1009 h3,.section1009 h4,.section1009 h5,.section1009 h6{color:#FFFFFF;}.section1047{background-color:#f1f1f1;}.section1048{background-color:;}.section1083 .card-img{border-radius:0px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}.section1083 .card-img:hover{filter: brightness(110%);}.section1083 .card{background-color:#f2f2f2;color:#666;} .section1083 .btn{background-color:#004282;color:#FFFFFF;}.section1083 .btn:hover{background-color:#002262;}.section967{background:#000000;background: -webkit-linear-gradient(rgba(0,0,0, 0.48), rgba(0,0,0, 0.48)), url(../images/about-us-houses-2286042941.jpeg);background: linear-gradient(rgba(0,0,0, 0.48), rgba(0,0,0,0.48)), url(../images/about-us-houses-2286042941.jpeg);background-size:cover;background-position:center center;;padding:100px 0;}.section967 .btn{background-color:#ffffff;color:#004282}.section967 .btn:hover{color:#666666}.section967 h1{color:#DDDDFF;font-size:3vw;}.section967 h2{color:#FFFFFF;font-size:1vw;}.section967 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section967 h1{font-size:4vw;}.section967 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section967 h1{font-size:6vw;}.section967 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section967 h1{font-size:10vw;}.section967 h2{font-size:7vw;}}.section970{background:#000000;background: -webkit-linear-gradient(rgba(0,0,0, 0.6), rgba(0,0,0, 0.6)), url(../images/mortgages-house-2267044842.jpeg);background: linear-gradient(rgba(0,0,0, 0.6), rgba(0,0,0,0.6)), url(../images/mortgages-house-2267044842.jpeg);background-size:cover;background-position:center center;;padding:110px 0;}.section970 .btn{background-color:#ffffff;color:#004282}.section970 .btn:hover{color:#666666}.section970 h1{color:#DDDDFF;font-size:3vw;}.section970 h2{color:#FFFFFF;font-size:1vw;}.section970 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section970 h1{font-size:4vw;}.section970 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section970 h1{font-size:6vw;}.section970 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section970 h1{font-size:10vw;}.section970 h2{font-size:7vw;}}.section1039{background-color:#FFFFFF;}.section975{background-color:#f1f1f1}.form975{background-color:#FFFFFF;padding:20px 0;}.max100{max-width:100px;margin:auto;}.form-group{margin-bottom: 1rem;}.moveout{position:absolute;left:-3000px;top:-3000px;}.formdesc{font-weight: 400;font-size: 1.25rem}.button975{background-color:#004282;color:#004282}.section975 .d-inline{margin-left: 10px;margin-right: 20px;margin-bottom: 20px;line-height: 1.6em;color: rgb(0, 0, 0);}.section975 input[type="checkbox"]{-ms-transform: scale(2);-moz-transform: scale(2);-webkit-transform: scale(2);-o-transform: scale(2);transform: scale(2);padding: 10px;margin-right:10px;}@media only screen and (max-width : 767px) {.section975 input[type="checkbox"]{-ms-transform: scale(1.5);-moz-transform: scale(1.5);-webkit-transform: scale(1.5);-o-transform: scale(1.5);transform: scale(1.5);padding: 7px;}}.bgcolor{background-color:;}button{color:#FFF;}.section988{background:#000000;background: -webkit-linear-gradient(rgba(0,0,0, 0.61), rgba(0,0,0, 0.61)), url(../images/i14-min-2286041416.jpeg);background: linear-gradient(rgba(0,0,0, 0.61), rgba(0,0,0,0.61)), url(../images/i14-min-2286041416.jpeg);background-size:cover;background-position:center center;;padding:100px 0;}.section988 .btn{background-color:#ffffff;color:#004282}.section988 .btn:hover{color:#666666}.section988 h1{color:#DDDDFF;font-size:3vw;}.section988 h2{color:#FFFFFF;font-size:1vw;}.section988 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section988 h1{font-size:4vw;}.section988 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section988 h1{font-size:6vw;}.section988 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section988 h1{font-size:10vw;}.section988 h2{font-size:7vw;}}.section1031{background-color:;}.section1067{background-color:#f1f1f1}.form1067{background-color:#FFFFFF;padding:20px 0;}.max100{max-width:100px;margin:auto;}.form-group{margin-bottom: 1rem;}.moveout{position:absolute;left:-3000px;top:-3000px;}.formdesc{font-weight: 400;font-size: 1.25rem}.button1067{background-color:#004282;color:#004282}.section1067 .d-inline{margin-left: 10px;margin-right: 20px;margin-bottom: 20px;line-height: 1.6em;color: rgb(0, 0, 0);}.section1067 input[type="checkbox"]{-ms-transform: scale(2);-moz-transform: scale(2);-webkit-transform: scale(2);-o-transform: scale(2);transform: scale(2);padding: 10px;margin-right:10px;}@media only screen and (max-width : 767px) {.section1067 input[type="checkbox"]{-ms-transform: scale(1.5);-moz-transform: scale(1.5);-webkit-transform: scale(1.5);-o-transform: scale(1.5);transform: scale(1.5);padding: 7px;}}.bgcolor{background-color:;}.section992{background:#000000;background: -webkit-linear-gradient(rgba(0,0,0, 0.68), rgba(0,0,0, 0.68)), url(../images/investments-2275124216.jpeg);background: linear-gradient(rgba(0,0,0, 0.68), rgba(0,0,0,0.68)), url(../images/investments-2275124216.jpeg);background-size:cover;background-position:center center;;padding:100px 0;}.section992 .btn{background-color:#ffffff;color:#004282}.section992 .btn:hover{color:#666666}.section992 h1{color:#DDDDFF;font-size:3vw;}.section992 h2{color:#FFFFFF;font-size:1vw;}.section992 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section992 h1{font-size:4vw;}.section992 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section992 h1{font-size:6vw;}.section992 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section992 h1{font-size:10vw;}.section992 h2{font-size:7vw;}}.section995{background-color:#FFFFFF;}.section1068{background-color:#F1F1F1}.form1068{background-color:#FFFFFF;padding:20px 0;}.max100{max-width:100px;margin:auto;}.form-group{margin-bottom: 1rem;}.moveout{position:absolute;left:-3000px;top:-3000px;}.formdesc{font-weight: 400;font-size: 1.25rem}.button1068{background-color:#004282;color:#004282}.section1068 .d-inline{margin-left: 10px;margin-right: 20px;margin-bottom: 20px;line-height: 1.6em;color: rgb(0, 0, 0);}.section1068 input[type="checkbox"]{-ms-transform: scale(2);-moz-transform: scale(2);-webkit-transform: scale(2);-o-transform: scale(2);transform: scale(2);padding: 10px;margin-right:10px;}@media only screen and (max-width : 767px) {.section1068 input[type="checkbox"]{-ms-transform: scale(1.5);-moz-transform: scale(1.5);-webkit-transform: scale(1.5);-o-transform: scale(1.5);transform: scale(1.5);padding: 7px;}}.bgcolor{background-color:;}.section998{background:#000000;background: -webkit-linear-gradient(rgba(0,0,0, 0.65), rgba(0,0,0, 0.65)), url(../images/life-insurance-2282044450.jpeg);background: linear-gradient(rgba(0,0,0, 0.65), rgba(0,0,0,0.65)), url(../images/life-insurance-2282044450.jpeg);background-size:cover;background-position:center center;;padding:100px 0;}.section998 .btn{background-color:#ffffff;color:#004282}.section998 .btn:hover{color:#666666}.section998 h1{color:#DDDDFF;font-size:3vw;}.section998 h2{color:#FFFFFF;font-size:1vw;}.section998 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section998 h1{font-size:4vw;}.section998 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section998 h1{font-size:6vw;}.section998 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section998 h1{font-size:10vw;}.section998 h2{font-size:7vw;}}.section1069{background-color:#f1f1f1}.form1069{background-color:#FFFFFF;padding:20px 0;}.max100{max-width:100px;margin:auto;}.form-group{margin-bottom: 1rem;}.moveout{position:absolute;left:-3000px;top:-3000px;}.formdesc{font-weight: 400;font-size: 1.25rem}.button1069{background-color:#004282;color:#004282}.section1069 .d-inline{margin-left: 10px;margin-right: 20px;margin-bottom: 20px;line-height: 1.6em;color: rgb(0, 0, 0);}.section1069 input[type="checkbox"]{-ms-transform: scale(2);-moz-transform: scale(2);-webkit-transform: scale(2);-o-transform: scale(2);transform: scale(2);padding: 10px;margin-right:10px;}@media only screen and (max-width : 767px) {.section1069 input[type="checkbox"]{-ms-transform: scale(1.5);-moz-transform: scale(1.5);-webkit-transform: scale(1.5);-o-transform: scale(1.5);transform: scale(1.5);padding: 7px;}}.bgcolor{background-color:;}.section1001{background:#000000;background: -webkit-linear-gradient(rgba(0,0,0, 0.66), rgba(0,0,0, 0.66)), url(../images/group-insurance-2286041829.jpeg);background: linear-gradient(rgba(0,0,0, 0.66), rgba(0,0,0,0.66)), url(../images/group-insurance-2286041829.jpeg);background-size:cover;background-position:center center;;padding:100px 0;}.section1001 .btn{background-color:#ffffff;color:#004282}.section1001 .btn:hover{color:#666666}.section1001 h1{color:#DDDDFF;font-size:3vw;}.section1001 h2{color:#FFFFFF;font-size:1vw;}.section1001 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section1001 h1{font-size:4vw;}.section1001 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section1001 h1{font-size:6vw;}.section1001 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section1001 h1{font-size:10vw;}.section1001 h2{font-size:7vw;}}.section1043{background-color:#f1f1f1;}.section1044{background-color:;}.bgcolor{background-color:#f1f1f1;}.section1004{background:#000000;background: -webkit-linear-gradient(rgba(0,0,0, 0.67), rgba(0,0,0, 0.67)), url(../images/health-insurance-2286042004.jpeg);background: linear-gradient(rgba(0,0,0, 0.67), rgba(0,0,0,0.67)), url(../images/health-insurance-2286042004.jpeg);background-size:cover;background-position:center center;;padding:100px 0;}.section1004 .btn{background-color:#ffffff;color:#004282}.section1004 .btn:hover{color:#666666}.section1004 h1{color:#DDDDFF;font-size:3vw;}.section1004 h2{color:#FFFFFF;font-size:1vw;}.section1004 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section1004 h1{font-size:4vw;}.section1004 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section1004 h1{font-size:6vw;}.section1004 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section1004 h1{font-size:10vw;}.section1004 h2{font-size:7vw;}}.section1006{background-color:#f1f1f1;}.bgcolor{background-color:;}.section1007{background:#000000;background: -webkit-linear-gradient(rgba(0,0,0, 0.67), rgba(0,0,0, 0.67)), url(../images/contact-us-2286042237.jpeg);background: linear-gradient(rgba(0,0,0, 0.67), rgba(0,0,0,0.67)), url(../images/contact-us-2286042237.jpeg);background-size:cover;background-position:center center;;padding:100px 0;}.section1007 .btn{background-color:#ffffff;color:#004282}.section1007 .btn:hover{color:#666666}.section1007 h1{color:#DDDDFF;font-size:3vw;}.section1007 h2{color:#FFFFFF;font-size:18px;}.section1007 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 1200px) {.section1007 h1{font-size:6vw;}.section1007 h2{font-size:18px;}}@media only screen and (max-width : 400px) {.section1007 h1{font-size:10vw;}.section1007 h2{font-size:18px;}}#section1073 h2{font-size:30px;font-weight:100;}.bg1{background-color:;}.section1071{background-color:#FFFFFF}.form1071{background-color:#F1F1F1;padding:20px 0;}.max100{max-width:100px;margin:auto;}.form-group{margin-bottom: 1rem;}.moveout{position:absolute;left:-3000px;top:-3000px;}.formdesc{font-weight: 400;font-size: 1.25rem}.button1071{background-color:#004282;color:#004282}.section1071 .d-inline{margin-left: 10px;margin-right: 20px;margin-bottom: 20px;line-height: 1.6em;color: rgb(0, 0, 0);}.section1071 input[type="checkbox"]{-ms-transform: scale(2);-moz-transform: scale(2);-webkit-transform: scale(2);-o-transform: scale(2);transform: scale(2);padding: 10px;margin-right:10px;}@media only screen and (max-width : 767px) {.section1071 input[type="checkbox"]{-ms-transform: scale(1.5);-moz-transform: scale(1.5);-webkit-transform: scale(1.5);-o-transform: scale(1.5);transform: scale(1.5);padding: 7px;}}.section1051{background:#000000;background: -webkit-linear-gradient(rgba(0,0,0, 0.61), rgba(0,0,0, 0.61)), url(../images/legal-disclaimers-2283044050.jpeg);background: linear-gradient(rgba(0,0,0, 0.61), rgba(0,0,0,0.61)), url(../images/legal-disclaimers-2283044050.jpeg);background-size:cover;background-position:center center;;padding:100px 0;}.section1051 .btn{background-color:#ffffff;color:#004282}.section1051 .btn:hover{color:#666666}.section1051 h1{color:#DDDDFF;font-size:4vw;}.section1051 h2{color:;font-size:2vw;}.section1051 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 400px) {.section1051 h1{font-size:10vw;}.section1051 h2{font-size:7vw;}}.section1052{background-color:;}.section1053{background:#000000;background: -webkit-linear-gradient(rgba(0,0,0, 0.63), rgba(0,0,0, 0.63)), url(../images/privacy-policy-2283045435.jpeg);background: linear-gradient(rgba(0,0,0, 0.63), rgba(0,0,0,0.63)), url(../images/privacy-policy-2283045435.jpeg);background-size:cover;background-position:center center;;padding:100px 0;}.section1053 .btn{background-color:#ffffff;color:#004282}.section1053 .btn:hover{color:#666666}.section1053 h1{color:#DDDDFF;font-size:3vw;}.section1053 h2{color:#FFFFFF;font-size:18px;}.section1053 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 1200px) {.section1053 h1{font-size:6vw;}.section1053 h2{font-size:18px;}}@media only screen and (max-width : 400px) {.section1053 h1{font-size:10vw;}.section1053 h2{font-size:18px;}}.section1776{background:#000000;background: -webkit-linear-gradient(rgba(0,0,0, 0.5), rgba(0,0,0, 0.5)), url(../images/legal-disclaimers-2283044050-25226014107.jpeg);background: linear-gradient(rgba(0,0,0, 0.5), rgba(0,0,0,0.5)), url(../images/legal-disclaimers-2283044050-25226014107.jpeg);background-size:cover;background-position:center center;;padding:100px 0;}.section1776 .btn{background-color:#ffffff;color:#004282}.section1776 .btn:hover{color:#666666}.section1776 h1{color:#DDDDFF;font-size:4vw;}.section1776 h2{color:;font-size:1vw;}.section1776 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section1776 h1{font-size:5vw;}.section1776 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section1776 h1{font-size:7vw;}.section1776 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section1776 h1{font-size:10vw;}.section1776 h2{font-size:7vw;}}.section1777{background-color:;}.section1013{background-color:#004282;color:white;padding:1px 0;}.section1013 .btn{background-color:#ffffff;color:#004282}.section1013 .btn:hover{color:#666666}.section1013 h1{color:#ffffff;font-size:2vw;}.section1013 h2{color:;font-size:1vw;}.section1013 .headerlogo{width:100%;max-width:250px;}@media only screen and (max-width : 900px) {.section1013 h1{font-size:3vw;}.section1013 h2{font-size:2vw;}}@media only screen and (max-width : 700px) {.section1013 h1{font-size:5vw;}.section1013 h2{font-size:4vw;}}@media only screen and (max-width : 400px) {.section1013 h1{font-size:10vw;}.section1013 h2{font-size:7vw;}}.section1119{background-color:#004282;color:white;line-height: 175%;}.facebook{background-color:#3b5998;color:#FFF;width:100%;max-width:100px;text-align;center}.facebook:hover{background-color:#2b4988;}.twitter{background-color:#1bb2e9;color:#FFF;width:100%;max-width:100px;text-align;center}.twitter:hover{background-color:#0092c9;}.section1119 a{color:white;font-weight:bold;}.section1778{background-color:#004282;}h3,h4{color:rgb(0, 66, 130)}
btn,.button{text-transform: uppercase;border-radius:3px !important;padding:10px 20px}
.fa-ul li{line-height: 1.8;}
.SCdiv1{text-align:right}
.SCdiv{display: inline-block;text-align:left;border-left:1px solid #004282;padding-left:7px;}
@media only screen and (max-width : 767px) {
.vcenterbs4 {padding: 20px 0;}
.SCdiv1{text-align:center}
}
.button{color:#FFFFFF !important;}
.headerlogo{cursor:pointer;}
.larger{font-size: larger;}
.section1013 .headerlogo {max-width: 750px !important;}
