/*** ESSENTIAL STYLES ***/
.sf-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul.sf-menu li.normal_drop_down ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li.normal_drop_down {
	position: relative;
}

ul.sf-menu li ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu>li {
	float: left;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.sf-menu ul {
	min-width: 12em;
	/* allow long menu items to determine submenu width */
	*width: 12em;
	/* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
	padding: 1.1em 0.5em;
	text-decoration: none;
	zoom: 1;
	/* IE7 */
	color: #fff;
}

.sf-menu a#sign_in {
	background-color: #252525;
}

.sf-menu li {
	background: ;
	white-space: nowrap;
	/* no need for Supersubs plugin */
	*white-space: normal;
	/* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

ul.sf-menu li a {
	color: #fff;
}

ul.sf-menu li a:hover {
	color: #30d9a4;
	outline: none;
}

.sf-menu ul li {
	background: #111;
	min-width: 200px;
}

.sf-menu ul li a {
	background: #111;
	min-width: 200px;
	padding: 0.9em 1.8em;
}

.sf-menu ul li a:hover {
	background: #30d9a4;
	color: #111;
	outline: none;
}

.sf-menu ul ul li {
	background: #111;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #111;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	color: #fff;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
	/* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #fff;
	/* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255, 255, 255, .5);
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
	border-top-color: #000;
	/* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #30d9a4;
	/* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255, 255, 255, .5);
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
	border-left-color: white;
}

#mobnav-btn:before {
	display: none;
	font-family: "fontello";
	content: "\e874";
	font-size: 24px;
	width: 24px;
	height: 24px;
	color: white;
	cursor: pointer;
}

.mobnav-subarrow {
	display: none;
}

.sf-menu .sf-mega {
	position: absolute;
	display: none;
	top: 45px;
	left: 0;
	z-index: 9999;
	background: #111;
	padding: 30px;
	box-sizing: border-box;
	width: 100%;
}

.sf-menu .sf-mega ul.mega_submenu {
	display: block;
	float: none;
	width: 100%;
	position: inherit;
	padding: 0;
	margin: 0;
	list-style: none;
}

.sf-menu .sf-mega ul.mega_submenu li {
	border-bottom: 1px dotted #333;
	text-transform: none;
	font-size: 14px;
}

.sf-menu .sf-mega ul.mega_submenu li a {
	color: #b7b7b7;
}

.sf-menu .sf-mega ul.mega_submenu li a:hover {
	color: #000;
}

.sf-menu .sf-mega ul.mega_submenu li:last-child {
	border-bottom: none;
}

ul.mega_submenu li i {
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}

.sf-mega h5 {
	border-bottom: 1px solid #333;
	padding-bottom: 8px;
	margin-bottom: 0;
	font-weight: 600;
}

/** VERSION 1.3 New CSS  ==================== **/
ul.mega_submenu.icons li {
	position: relative;
}

ul.mega_submenu.icons li i {
	position: absolute;
	right: 25px;
}

/**  End Version 1.3 Updated  **/

@media (max-width: 767px) {
	#mobnav-btn {
		position: absolute;
		top: -44px;
		right: 20px;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}

	#mobnav-btn:before {
		display: block;
	}

	.mobnav-subarrow {
		display: block;
		height: 47px;
		width: 100%;
		background-position: top left !important;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		-o-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
	}

	.sf-menu .sf-mega {
		padding: 10px;
	}

	/* styling for both css and generated arrows */
	.sf-arrows .sf-with-ul:after {
		top: 50%;
		right: 20px;

	}

	.sf-menu {
		width: 100% !important;
		display: none;
	}

	.sf-menu.xactive {
		display: block !important;
	}

	.sf-menu li {
		float: none !important;
		display: block !important;
		width: 100% !important;
	}

	.sf-menu li a {
		float: none !important;
	}

	.sf-menu ul {
		position: static !important;
		display: none !important;
	}

	.sf-mega {
		position: static !important;
		display: none !important;
	}

	.xpopdrop ul {
		display: block !important;
	}

	.xpopdrop .sf-mega {
		display: block !important;
	}

	.mega_drop_down {
		position: relative;
	}

}

.headerh1 {
	font-family: serif;
	color: #3b63a0;
	font-size: 40px;
}


/* Accessibility Panel */
.accessible-font {
	font-family: "Helvetica", Arial, sans-serif;
}

.fontsize-1 {
	font-size: 18px;
}

.fontsize-2 {
	font-size: 24px;
}

.fontsize-3 {
	font-size: 30px;
}

.fontsize-4 {
	font-size: 36px;
}

.accessibility-panel a,
.accessibility-panel a:hover,
.accessibility-panel a:focus,
.accessibility-panel a:visited {
	color: inherit;
}

a.highlight,
a:hover.highlight,
a:focus.highlight,
a:visited.highlight {
	background: #ffff00;
	padding: 0.5em;
	line-height: 1.5;
}

.accessibility-panel {
	width: 400px;
	height: 100%;
	background: #f9f9f9;
	border-color: #ddd;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 1em;
	font-size: 24px;
	color: #555555;
	position: fixed;
	font-family: "Helvetica", Arial, sans-serif;
	top: 0;
	right: -400px;
	transition: all 0.3s ease;
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	66% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}

	66% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.accessibility-panel.visible {
	right: 0;
	overflow-y: scroll;
	z-index: 99;
}

.accessibility-panel #toggleAccessPanel {
	position: absolute;
	right: 410px;
	top: 14%;
	width: 48px;
	max-height: 48px;
	padding: 0;
	background: #3b63a0;
	color: #fff;
	font-size: 13px;
	line-height: 0.75;
	text-align: left;
	overflow: hidden;
	border: none;
	border-radius: 3em;
	padding: 11px 6px 7px;
	-webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
	-webkit-transition: width 0.75s ease-in-out, box-shadow 0.75s ease-in-out;
	/* Safari */
	transition: width 0.75s ease-in-out, box-shadow 0.75s ease-in-out;
}

.accessibility-panel #toggleAccessPanel .ada-icon {
	padding: 2px 6px;
	line-height: 1;
	float: left;
	position: static;
	display: block;
}

.accessibility-panel #toggleAccessPanel .ada-icon svg {
	width: 26px;
}

.accessibility-panel #toggleAccessPanel .ada-icon path {
	fill: #ffffff;
}

.accessibility-panel #toggleAccessPanel:focus,
.accessibility-panel #toggleAccessPanel:hover {
	width: 250px !important;
	-webkit-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25) !important;
	box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25) !important;
}

.accessibility-panel #toggleAccessPanel:focus .toggleAccessPanelLabelInstruct,
.accessibility-panel #toggleAccessPanel:hover .toggleAccessPanelLabelInstruct {
	height: auto;
	width: auto;
	position: static;
	margin: auto;
	-webkit-animation: 1.25s ease 0s normal forwards 1 fadein;
	animation: 1.25s ease 0s normal forwards 1 fadein;
}

.accessibility-panel #toggleAccessPanel .toggleAccessPanelLabelInstruct {
	position: absolute;
	left: -999px;
	width: 1px;
	height: 1px;
	top: auto;
	opacity: 0;
	pointer-events: none;
}

.accessibility-panel #toggleAccessPanel .toggleAccessPanelLabelInstruct .toggleAccessPanelLabel {
	font-weight: 800;
}

.accessibility-panel #toggleAccessPanel .toggleAccessPanelLabelInstruct .toggleAccessPanelInstructions {
	line-height: 2;
}

.accessibility-panel h6 {
	margin: 0;
}

.accessibility-panel .button-group {
	font-size: 16px;
	margin-bottom: 1em;
}

.accessibility-panel .button-group button {
	padding: 6px 12px;
	font-size: 14px;
	border-radius: 1.25em;
	border: 1px solid #555555;
	background: #555555;
	color: #ffffff;
	-webkit-transition: width 0.75s ease-in-out, box-shadow 0.75s ease-in-out;
	/* Safari */
	transition: width 0.75s ease-in-out, box-shadow 0.75s ease-in-out;
}

.accessibility-panel .button-group button:focus,
.accessibility-panel .button-group button:hover {
	-webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25) !important;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25) !important;
}

.accessibility-panel .rangeSliders p {
	float: left;
	display: inline-block;
	width: 75px;
	margin: 2px 0 0;
	font-size: 16px;
}

.accessibility-panel .button {
	display: inline-block;
	padding: 10px 15px;
	color: #000;
	border: 2px solid #000;
	transition: 0.3s all ease;
	font-weight: 700;
	background: transparent;
	text-decoration: none;
}

.accessibility-panel .button:hover {
	color: #fff;
	background-color: #000;
	border-color: #fff;
}

.accessibility-panel .button.highlight {
	background: #ffff00;
	padding: 0.5em;
	line-height: 1.5;
}

.accessibility-panel .hidden {
	visibility: hidden;
	opacity: 0;
	height: 0;
	width: 0;
	display: inline;
	font-size: 0;
}

[type=range] {
	-webkit-appearance: none;
	margin: 12px 0;
	width: 80%;
}

[type=range]:focus::-webkit-slider-runnable-track {
	background: white;
}

[type=range]:focus::-ms-fill-lower {
	background: #f9f9f9;
}

[type=range]:focus::-ms-fill-upper {
	background: white;
}

[type=range]::-webkit-slider-runnable-track {
	cursor: pointer;
	height: 8px;
	transition: all 0.2s ease;
	width: 80%;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
	background: #f9f9f9;
	border: 2px solid #555555;
	border-radius: 5px;
}

[type=range]::-webkit-slider-thumb {
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
	background: #555555;
	border: 2px solid #f9f9f9;
	border-radius: 12px;
	cursor: pointer;
	height: 24px;
	width: 24px;
	-webkit-appearance: none;
	margin-top: -10px;
}

[type=range]::-moz-range-track {
	cursor: pointer;
	height: 8px;
	transition: all 0.2s ease;
	width: 80%;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
	background: #f9f9f9;
	border: 2px solid #555555;
	border-radius: 5px;
}

[type=range]::-moz-range-thumb {
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
	background: #555555;
	border: 2px solid #f9f9f9;
	border-radius: 12px;
	cursor: pointer;
	height: 24px;
	width: 24px;
}

[type=range]::-ms-track {
	cursor: pointer;
	height: 8px;
	transition: all 0.2s ease;
	width: 80%;
	background: transparent;
	border-color: transparent;
	border-width: 12px 0;
	color: transparent;
}

[type=range]::-ms-fill-lower {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
	background: #ececec;
	border: 2px solid #555555;
	border-radius: 10px;
}

[type=range]::-ms-fill-upper {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
	background: #f9f9f9;
	border: 2px solid #555555;
	border-radius: 10px;
}

[type=range]::-ms-thumb {
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
	background: #555555;
	border: 2px solid #f9f9f9;
	border-radius: 12px;
	cursor: pointer;
	height: 24px;
	width: 24px;
	margin-top: 0;
}


/*google translate Dropdown */

#google_translate_element select {
	background: #3b63a0;
    color: #FFF;
    border: none;
    border-radius: 3px;
    padding: 0px 0px;
    width: 60%;
}

/*google translate link | logo */
.goog-logo-link,
.goog-te-gadget span,
div#goog-gt- {
	display: none !important;
}

.goog-te-gadget {
	color: transparent !important;
	font-size: 0;
}

/* google translate banner-frame */

.goog-te-banner-frame {
	display: none !important;
}

#goog-gt-tt,
.goog-te-balloon-frame {
	display: none !important;
}

.goog-text-highlight {
	background: none !important;
	box-shadow: none !important;
}


.blink {
	animation: blinker 1.5s linear infinite;
	color: rgb(248, 248, 248);
	font-family: sans-serif;
}
@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.latestSectionH4 {
	text-align: center;
    background: #3b63a0;
    padding: 15px;
    color: white;
}

.fc-center h2 {
	text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    margin-top: 5px !important;
}