body {
	padding: 0;
	margin: 0;
	font-family: 'Fira Sans', sans-serif;
	font-size: 13px;
	
}

.ssllc-max-container {
	max-width: 1300px !important;
	margin: 0 auto !important;
	}

.ssllc-fixed-container {
	max-width: 1300px !important;
	margin: 0 auto !important;
	}

.no-padding {
	padding: 0 !important;
	}

.no-margin {
	margin: 0 !important;
	}

.no-margin-top {
	margin-top: 0px !important;
	}

.no-margin-bottom {
	margin-bottom: 0px !important;
	}

.no-padding-top {
	padding-top: 0px !important;
	}

.no-padding-bottom {
	padding-bottom: 0px !important;
	}

.w-5 {
	float: none !important;
	width: 100% !important;
	}

.w-10 {
	float: none !important;
	width: 100% !important;
	}

.w-15 {
	float: none !important;
	width: 100% !important;
	}

.w-20 {
	float: none !important;
	width: 100% !important;
	}

.w-25 {
	float: none !important;
	width: 100% !important;
	}

.w-30 {
	float: none !important;
	width: 100% !important;
	}

.w-33 {
	float: none !important;
	width: 100% !important;
	}

.w-35 {
	float: none !important;
	width: 100% !important;
	}

.w-40 {
	float: none !important;
	width: 100% !important;
	}

.w-45 {
	float: none !important;
	width: 100% !important;
	}

.w-50 {
	float: none !important;
	width: 100% !important;
	}

.w-55 {
	float: none !important;
	width: 100% !important;
	}

.w-60 {
	float: none !important;
	width: 100% !important;
	}

.w-65 {
	float: none !important;
	width: 100% !important;
	}

.w-66 {
	float: none !important;
	width: 100% !important;
	}

.w-70 {
	float: none !important;
	width: 100% !important;
	}

.w-75 {
	float: none !important;
	width: 100% !important;
	}

.w-80 {
	float: none !important;
	width: 100% !important;
	}

.w-85 {
	float: none !important;
	width: 100% !important;
	}

.w-90 {
	float: none !important;
	width: 100% !important;
	}

.w-95 {
	float: none !important;
	width: 100% !important;
	}

.w-100 {
	float: none !important;
	width: 100% !important;
	}

@media screen and (min-width: 768px) {
	.w-5 {
		float: left !important;
		width: 5% !important;
		}

	.w-10 {
		float: left !important;
		width: 10% !important;
		}

	.w-15 {
		float: left !important;
		width: 15% !important;
		}

	.w-20 {
		float: left !important;
		width: 20% !important;
		}

	.w-25 {
		float: left !important;
		width: 25% !important;
		}

	.w-30 {
		float: left !important;
		width: 30% !important;
		}

	.w-33 {
		float: left !important;
		width: 33.33% !important;
		}

	.w-35 {
		float: left !important;
		width: 35% !important;
		}

	.w-40 {
		float: left !important;
		width: 40% !important;
		}

	.w-45 {
		float: left !important;
		width: 45% !important;
		}

	.w-50 {
		float: left !important;
		width: 50% !important;
		}

	.w-55 {
		float: left !important;
		width: 55% !important;
		}

	.w-60 {
		float: left !important;
		width: 60% !important;
		}

	.w-65 {
		float: left !important;
		width: 65% !important;
		}

	.w-66 {
		float: left !important;
		width: 66.66% !important;
		}

	.w-70 {
		float: left !important;
		width: 70% !important;
		}

	.w-75 {
		float: left !important;
		width: 75% !important;
		}

	.w-80 {
		float: left !important;
		width: 80% !important;
		}

	.w-85 {
		float: left !important;
		width: 85% !important;
		}

	.w-90 {
		float: left !important;
		width: 90% !important;
		}

	.w-95 {
		float: left !important;
		width: 95% !important;
		}
	.w-100 {
		float: left !important;
		width: 100% !important;
		}
}


input[type="button"],input[type="reset"] {
	-webkit-appearance: none;
}



.ssllc-button {
	display: table;
	position: relative;
	overflow: hidden;
	padding: 0px 40px;
	width: auto;
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	background-color: #5588BB;
	text-align: center;
	border: none;
	border-radius: 10px;
	box-sizing: border-box;
	min-width: 130px;
	float: none;
	margin: 20px auto;
	cursor: pointer;
	text-decoration: none;
	transition: none;
	box-shadow: none;
}

.ssllc-button:hover {
	background-color: #77aadd;
	box-shadow: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ssllc-button:active {
	background-color: #77aadd;
	box-shadow: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (min-width: 800px) {

	.ssllc-button {
		transition: 0.25s;		
	}

	.ssllc-button:hover {
		background-color: #77aadd;
		box-shadow: 3px 3px 5px #222222;
		margin-top: 18px;
		margin-bottom: 22px;
	}

	.ssllc-button:active {
		background-color: #77aadd;
		box-shadow: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}

}





.ssllc-logos-4col-col {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	float: none;
	margin-bottom: 30px;
}
.ssllc-logos-4col-col-inner {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	box-sizing: border-box;
	float: none;
	padding: 30px;
	background-color: #FFFFFF;
	margin: 20px;
}
.ssllc-logos-4col-h1 {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: #222222;
}
.ssllc-logos-4col-h2 {
	display: block;
    position: relative;
    overflow: hidden;
    width: auto;
    padding: 0 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 20px;
}
.ssllc-logos-4col-p {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	padding: 0;
	margin: 0 auto;	
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	color: #222222;
}

@media screen and (min-width: 800px) {

	.ssllc-logos-4col-h1 {
		font-size: 60px;
		line-height: 80px;
		}
	.ssllc-logos-4col-h2 {
		font-size: 22px;
		line-height: 40px;
		text-align: center;
		}
	.ssllc-logos-4col-p {		
		    font-size: 18px;
			line-height: 28px;
			 font-weight: normal;
		}
	.ssllc-logos-4col-col {		
		width: 50%;
		float: left;
	}
	.ssllc-logos-4col-col-inner {
		margin: 20px;
		}

}



@media screen and (min-width: 1200px) {

	.ssllc-logos-4col-h1 {
		font-size: 60px;
		line-height: 80px;
		}
	.ssllc-logos-4col-h2 {
		font-size: 28px;
		line-height: 40px;
		text-align: center;
		}
	.ssllc-logos-4col-p {		
		font-size: 18px;
		line-height: 24px;
		}
	.ssllc-logos-4col-col {
		margin-bottom: 0px;
		}
	.ssllc-logos-4col-col {		
		width: 25%;
		float: left;
	}
	.ssllc-logos-4col-col-inner {
		margin: 10px;
		}

}

.ssllc-logos-container {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0;
	margin-top: 30px;
}

.ssllc-logos-container-inner {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	/* max-width: 2002px; */
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;
	margin-bottom: 40px !important;
}

.ssllc-logos-icon {
	font-size: 150px;
	color: #666666;
}

.ssllc-logos-logo {
	display: table;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	max-width: 200px;
	box-sizing: border-box;
	height: auto;

}

@media screen and (min-width: 768px) {

	.ssllc-logos-logo {
		display: table;
		margin: 0 auto;
		overflow: hidden;
		width: 100%;
		max-width: 150px;
		box-sizing: border-box;
		height: auto;

	}

}

@media screen and (min-width: 1024px) {

	.ssllc-logos-icon {

	}

	.ssllc-logos-logo {
		width: 100%;
		max-width: 200px;
		}

}

@media screen and (min-width: 1200px) {

	.ssllc-logos-icon {

	}

	.ssllc-logos-logo {
		width: 100%;
		max-width: 250px;
		}

}





.ssllc-form2-2col-bigright-container {
	display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    margin-top: 0;
}
.ssllc-form2-2col-bigright-inner {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 2002px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;	
}
.ssllc-form2-2col-bigright-col {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	float: none;
	margin-bottom: 30px;
}
.ssllc-form2-2col-bigright-col-inner {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	box-sizing: border-box;
	float: none;
	padding: 10px;
	background-color: #EEEEEE;
	margin: 0px;
}
.ssllc-form2-2col-bigright-h1 {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: left;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: #222222;
}
.ssllc-form2-2col-bigright-h2 {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	padding: 0;
	margin: 0 auto;	
	text-align: left;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 20px;
}
.ssllc-form2-2col-bigright-p {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	padding: 0;
	margin: 0 auto;	
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #222222;
}

.ssllc-form2-2col-bigright-col-left {	
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	float: none;
}
.ssllc-form2-2col-bigright-col-right {	
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	float: none;
}


.ssllc-form2s-2col-bigright-imga {
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	width: auto;
	min-width: 100%;
	height: auto;
	box-sizing: border-box;
	cursor: pointer;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	transition: 0.3s;
	margin-bottom: 0px;
}

.ssllc-form2s-2col-bigright-imga img {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

@media screen and (min-width: 1000px) {

	.ssllc-form2-2col-bigright-h1 {
		font-size: 60px;
		line-height: 80px;
		}
	.ssllc-form2-2col-bigright-h2 {
		font-size: 30px;
		line-height: 40px;
		}
	.ssllc-form2-2col-bigright-p {		
		font-size: 18px;
		line-height: 24px;
		}

	.ssllc-form2-2col-bigright-col {
		margin-bottom: 0px;
		}

	.ssllc-form2-2col-bigright-col-inner {

	}

	.ssllc-form2-2col-bigright-col-left {		
		width: 45%;
		float: left;
	}
	.ssllc-form2-2col-bigright-col-right {		
		width: 55%;
		float: left;
	}
	.ssllc-form2-2col-bigright-col-inner {
		margin: 20px;
		}

}


/* ******************************************************************************** */

.ssllc-innerform-1col-inner {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 2002px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;	
}
.ssllc-innerform-1col-col {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	float: none;
	margin-bottom: 30px;
}
.ssllc-innerform-1col-col-inner {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	box-sizing: border-box;
	float: none;
	padding: 0px;
	margin: 10px;
}



.ssllc-innerform-3col-container {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	margin: 0;
	background-color: #3f6896;
	color: #FFFFFF;
}
.ssllc-innerform-3col-inner {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 2002px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;	
}
.ssllc-innerform-3col-col {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	float: none;
	margin-bottom: 10px;
}
.ssllc-innerform-3col-col-inner {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	box-sizing: border-box;
	float: none;
	padding: 0px;
	margin: 10px;
}
.ssllc-innerform-3col-h1 {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: #222222;
}
.ssllc-innerform-3col-h2 {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	padding: 0;
	margin: 0 auto;	
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 20px;
}
.ssllc-innerform-3col-p {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	padding: 0;
	margin: 0 auto;	
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #222222;
}

.ssllc-innerform-3col-container input[type="text"] {
	display: block;
	position: relative;
	font-size: 18px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: sans-serif;
	-webkit-appearance:none;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.ssllc-select {
	display: block;
	position: relative;
	font-size: 16px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: sans-serif;
	-webkit-appearance:none;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.ssllc-innerform-1col-inner textarea {

	display: block;
	position: relative;
	font-size: 18px;
	padding: 10px;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	font-family: sans-serif;
	margin-bottom: 30px;

}

.ssllc-innerform-h2 {
	font-size: 20px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	line-height: 30px;
	padding-top: 10px;
	margin-bottom: 15px;
	}

.ssllc-innerform-button-container {

	display: table;
	margin: 0 auto;
	padding-top: 20px;
	
}

.ssllc-innerform-button {
	display: block;
    position: relative;
    overflow: hidden;
    padding: 10px 10px;
    width: auto;
    max-width: 350px;
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    color: #FFFFFF;
    background-color: #5588BB;
    text-align: center;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    min-width: 100px;
    float: left;
	margin: 0 10px;
	cursor: pointer;

}

@media screen and (min-width: 1000px) {

	.ssllc-innerform-button {		
		padding: 10px 30px;	
		min-width: 140px;
	}

	.ssllc-innerform-h2 {
		font-size: 24px;
		color: #FFFFFF;
		margin: 0;
		padding: 0;
		line-height: 34px;
		padding-top: 10px;
		}

	.ssllc-innerform-3col-h1 {
		font-size: 60px;
		line-height: 80px;
		}
	.ssllc-innerform-3col-h2 {
		font-size: 25px;
		line-height: 40px;
		}
	.ssllc-innerform-3col-p {		
		font-size: 18px;
		line-height: 24px;
		}
	.ssllc-innerform-3col-col {
		margin-bottom: 0px;
		}
	.ssllc-innerform-3col-col {		
		width: 33.3%;
		float: left;
	}

	.ssllc-innerform-3col-container {
		padding: 20px 40px;
		}

	.ssllc-innerform-3col-col-inner {
	
		padding: 10px;
		margin: 10px;
	}

	.ssllc-innerform-1col-col-inner {
		display: block;
		position: relative;
		overflow: hidden;
		width: auto;
		box-sizing: border-box;
		float: none;
		padding: 10px 10px;
		margin: 10px;
	}

}

.ssllc-inner-text-more { display: none !important; }





.ssllc-footer3-1col-container {
	    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0;
    background-color: #CCCCCC;
}
.ssllc-footer3-1col-inner {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 2002px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;	
}
.ssllc-footer3-1col-col-first {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	float: none;
	margin-bottom: 30px;
}
.ssllc-footer3-1col-col {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	float: none;
	margin-bottom: 30px;
}
.ssllc-footer3-1col-col-inner {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	box-sizing: border-box;
	float: none;
	padding: 0px;
	margin: 20px;
}
.ssllc-footer3-1col-h1 {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: #333333;
}
.ssllc-footer3-1col-h2 {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	padding: 0;
	margin: 0 auto;	
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}

.ssllc-footer3-1col-h3 {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	padding: 0;
	margin: 0 auto;	
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.ssllc-footer3-1col-p {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	padding: 0;
	margin: 0 auto;	
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #333333;
}

.ssllc-footer3-1col-col a {
	color: #333333;

	}
.ssllc-footer3-link {
	color: #333333;
	}

.ssllc-footer3-nav-link {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #777777;
	line-height: 43px;
	height: 43px;
	text-align: left;
	}

	.ssllc-footer3-right {
		text-align: center;
		float: none;
		}


@media screen and (min-width: 800px) {

	.ssllc-footer3-1col-h1 {
		font-size: 60px;
		line-height: 80px;
		}
	.ssllc-footer3-1col-h2 {
		font-size: 30px;
		line-height: 40px;
		}
	.ssllc-footer3-1col-h3 {
		font-size: 20px;
		line-height: 30px;
		}
	.ssllc-footer3-1col-p {		
		font-size: 16px;
		line-height: 26px;
		}
	.ssllc-footer3-1col-col-first {
		margin-bottom: 0px;				
		width: 100%;
		float: left;
	}

	.ssllc-footer3-1col-col-inner {
		padding: 30px;
		margin: 20px;
		}

	.ssllc-footer3-right {
		text-align: center;
		float: none;
		margin-top: 30px;
		margin-bottom: 30px;
		}

}

.ssllc-center {
	display: table;
	position: relative;
	width: auto;
	margin: 0 auto;
	margin-top: 30px;
	}




.ssllc-logobar-1-container {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	margin: 0;
	background-color: #333333;
}
.ssllc-logobar-1-inner {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;	
}
.ssllc-logobar-1-col {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	float: none;
	margin-bottom: 0px;
}
.ssllc-logobar-1-col-inner {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	box-sizing: border-box;
	float: none;
	padding: 10px;
	margin: 0px;
}

.ssllc-logobar-1-p {
	display: block;
	position: relative;
	overflow: hidden;
	width: auto;
	padding: 0;
	margin: 0 auto;	
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #dddddd;
}

.ssllc-logobar-1-logo {
	float: none;
    max-height: 55px;
    box-sizing: border-box;
    display: block;
    position: relative;
}

.ssllc-logobar-1-link {
		margin-right: 10px;
		padding-right: 10px;
		text-decoration: none;
		color: #888888;
		}

.ssllc-logobar-1-link {
	display: block;
		float: none;
		clear: both;
		line-height: 20px;
		font-weight: bold;
		text-align: center;
		font-size: 16px;
		padding: 0 20px;
		margin: 0;
		margin-bottom: 10px;
}


.ssllc-logobar-1-social-links {
	display: block;
		float: none;
		clear: both;
		line-height: 40px;
		font-weight: bold;
		text-align: center;
		font-size: 30px;
		padding: 0;
		margin: 0;
}

.ssllc-logobar-1-links {

	float: none;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 50px;
    color: #dddddd;

}

.ssllc-logobar-1-links a {

	color: #dddddd;

}

@media screen and (min-width: 768px) {

	.ssllc-logobar-1-link, .ssllc-logobar-1-social-links {
		display: block;
		float: left;
		clear: none;
		line-height: 50px;
	}

	.ssllc-logobar-1-logo {
		float: left;
		max-height: 50px;
		box-sizing: border-box;
		display: block;
		position: relative;
	}

	.ssllc-logobar-1-link {
		margin-right: 20px;
		padding-right: 20px;
		text-decoration: none;
		color: #888888;
		margin-bottom: 0;
		padding: 0;
		}


	.ssllc-logobar-1-links {

		float: none;
		display: block;
		position: relative;
		font-size: 18px;
		line-height: 50px;
		color: #dddddd;
		padding: 0 5px;

	}

	.ssllc-logobar-1-links a {

		color: #dddddd;

	}

	.ssllc-logobar-1-h1 {
		font-size: 60px;
		line-height: 80px;
		}
	.ssllc-logobar-1-h2 {
		font-size: 30px;
		line-height: 40px;
		}
	.ssllc-logobar-1-p {		
		font-size: 16px;
		line-height: 28px;
		}
	.ssllc-logobar-1-col {
		margin-bottom: 0px;
		}
	.ssllc-logobar-1-col {		
		width: 100%;
		float: none;
	}
	.ssllc-logobar-1-col-inner {
		padding: 10px 20px;
		text-align: center;
		}

	.ssllc-logobar-1-social-links {
		float: right;
		}

}





.ssllc-nav-1container {
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background-color: #0f2b5b;
	margin-bottom: 0px;
	height: 80px;
}
.ssllc-nav-1inner {
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	height: 80px;
	max-width: 2002px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;	
}

.ssllc-ul-nav-1container {
	display: none;
	position: absolute;
    overflow: visible;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
    background-color: #0f2b5b;
    width: 70%;
    clear: both;
    right: 0;
    margin-top: 80px;
    z-index: 100000;
	}

.ssllc-ul-nav-1container ul {
	display: block;
	position: relative;
	overflow: visible;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	}

.ssllc-ul-nav-1container li {
	display: block;
	position: relative;
	overflow: visible;
	float: none;	
	width: 100%;
	margin: 0px 0px;
	}

.ssllc-ul-nav-1container li a {	

	display: block;
    position: relative;
    font-size: 18px;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
    color: #EEEEEE;
    padding: 0px 30px;
    text-align: left;
    transition-duration: 0.3s;
    border-bottom: 1px solid #555555;

	}

.ssllc-ul-nav-1container li a:hover {
	background-color: #000000;
	color: #FFFFFF;
	transition-duration: 0.3s;
	}


.ssllc-ul-nav-1container li ul {
	display: block;
	position: relative;
	background-color: #333;
	z-index: 10000;
	}

.ssllc-ul-nav-1container li:hover ul {
	display: block;
}


.ssllc-ul-nav-1container li ul li a {
	display: block;
	position: relative;
	width: auto;
	font-size: 18px;
	line-height: 60px;
	text-decoration: none;
	font-weight: bold;
	color: #EEEEEE;
	padding: 0px 30px;
	text-align: left;
	padding-left: 60px;
	margin-right: 0;
	transition-duration: 0.3s;
	box-sizing: border-box;
	}

.ssllc-ul-nav-1container li ul li a:hover {
	background-color: #6699ff;
	color: #FFFFFF;
	transition-duration: 0.3s;
	}

.ssllc-nav-1logo {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0px 20px;
}

.ssllc-nav-1logo a {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 60px;
	text-decoration: none;
}



.ssllc-mobnav {
	display: block !important;
    height: 80px;
    float: right;
    margin-right: 30px;
}

.ssllc-mobnavham-container {
	display: block;
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 80px;
    cursor: pointer;
	}


.ssllc-mobnavham-container div {
	width: 100%;
    height: 4px;
    background-color: #457eb7;
    padding: 0;
    margin: 6px 0px 6px 0px;
	}


.ssllc-mobnavham-container div:first-of-type {
	margin-top: 26px;
}


.ssllc-logo-image {
	height: 50px;
    margin-top: 10px;
	max-height: 60px;
	}

@media screen and (min-width: 800px) {

	.ssllc-logo-image {
		max-height: 60px;
		margin-top: 12px;
		}

	
	.ssllc-nav-1container {
		padding: 0px 20px;
		}

	.ssllc-ul-nav-1container {
		display: block;
		margin: 0;
		margin-bottom: 0px;
		width: auto;
		clear: none;
		}

	.ssllc-ul-nav-1container ul {
		display: none;
		}

	.ssllc-ul-nav-1container li {
		display: block;
		position: relative;
		overflow: visible;
		width: auto;
		float: left;	
		margin: 0px 0px;
		}

	.ssllc-ul-nav-1container li a {
		display: block;
		position: relative;
		font-size: 18px;
		line-height: 80px;
		text-decoration: none;
		font-weight: bold;
		color: #EEEEEE;
		padding: 0px 30px;
		text-align: center;
		transition-duration: 0.3s;
		border-bottom: 0;
		}

	.ssllc-ul-nav-1container li ul {
		display: none;
		position: absolute;
		}

	.ssllc-ul-nav-1container li ul li a {
		display: block;
		position: relative;
		width: 200px;
		font-size: 18px;
		line-height: 60px;
		text-decoration: none;
		font-weight: bold;
		color: #EEEEEE;
		padding: 0px 30px;
		text-align: left;
		margin-right: 0;
		transition-duration: 0.3s;
		box-sizing: border-box;
		}

	.ssllc-mobnav {
		display: none !important;
		}


}