/*
 Table Of Contents
 1.) Eric Meyer's Reset
 2.) Global Typography
	 2.0.1) Font Face
	 2.0.2) Global Headings
	 2.0.3) Form Elements
	 2.0.4) List styles
	 2.0.5) General Text Formatting
	 2.0.6) Link elements
	 2.0.7) Table Elements
	 2.0.8) Button Styles
	 2.0.9) Sprite Icons
	 2.1.0) 960 Grid Style
 3.) Site Wide Content
 4.) Header Style
 5.) Footer Style
 ===============================================*/


/*
 1.) Global Typography
 ----------------------------------------*/
*, :before, :after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
}
body {
	font-size: 62.5%;
	font-family: 'Karla', sans-serif;
	/*font-family: "Chronicle Display A", "Chronicle Display B";*/
	font-weight: 400;
}
/*
 2.0.1) Font Face
 -----------------------------*/
/*Put Your font face Styles here*/

/*
 2.0.2) Global Headings
 -----------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #161e21;
	font-family: 'Karla', sans-serif;
}
h1 {
	/* font-size: 48px; */
	font-size: 10.1rem;
	line-height: 101px;
	margin: 0 0 20px 0;
	color:#fff;
}
h2 {
	font-size: 2.4rem;
	line-height: 28px;
	margin: 0 0 15px 0;
	/*font-size: 40px;
	line-height: 46px;*/
	/*margin: 0 0 30px 0;*/
	color:#000000;
}
h3 {
	font-size: 2.1rem;
    line-height: 24px;
    margin: 0 0 20px;
	/*font-size: 30px;
	line-height: 30px;
	margin: 0 0 34px 0;*/
	color:#000000;
}
h4 {
	font-size: 1.8rem;
    line-height: 20px;
    margin: 0 0 10px; 
	/*font-size: 25px;
	line-height: 30px;
	margin: 0 0 15px 0;*/
	color:#000000;
}
h5 {
	/* font-size: 18px; */
	font-size: 1.6rem;
	line-height: 1.16667;
	margin: 0 0 1.16667em 0;
}
h6 {
	/* font-size: 14px; */
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
}
/*
 2.0.3) Form Elements
 -----------------------------*/
button, input, optgroup, select, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
	font-family: 'Karla', sans-serif;
}
input {
	line-height: normal;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: 0;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	border: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
	color: #999;
	border-color: #ccc;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/*
 2.0.4) List Styles
 ---------------------------------*/
ul, ol, dl {
	font-size: 100%;
	line-height: 1.5;
}
li, dt {
	line-height: 1.5em;
	list-style-type: none;
}
dl {
	margin: 0 0 1em 0;
}
dd {
	margin: 0 0 1em 0.8em;
}
ul {
	margin: 0 0 1em 0;
}
ol {
	margin: 0 0 1em 0;
}
ul ul, ol ul {
	margin-top: 0;
}
ol ol {
	list-style-type: lower-latin;
	margin-top: 0;
}

/*
 2.0.5) General Text Formatting
 -----------------------------------*/
p {
	font-size: 1.8rem;
	line-height: 21px;
	color:#000000;
}
blockquote, cite, q, var, dfn {
	font-style: italic;
}
blockquote {
	background: transparent;
	color: #666666;
}
small {
	/* font-size: 12px; */
	font-size: 1.2rem;
	line-height: 14px;
}
pre, code, kbd, tt, samp, var {
	font-size: 100%;
}
pre {
	font-size: 100%;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
pre, code {
	color: #880000;
}
kbd, samp, var {
	color: #666666;
	font-weight: bold;
}
acronym, abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	cursor: help;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img{
	max-width: 100%;
	height: auto;
}
/*
 2.0.6) Link style
 -------------------------*/
strong,
span{
	display: inline-block;
}
a {
	color: #000;
	text-decoration: none;
	display: inline-block;
}
a.active,
a:hover, a:focus {
	color: #000000;
	text-decoration: underline;
}
a:active {
	outline: none;
}

/*
 2.0.7) Table Elements
 --------------------------*/
table {
	width: 100%;
	border-collapse: collapse;
	color: #444444;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	margin: 0 0 1.35714em 0;
}
caption {
	font-variant: small-caps;
}
th, td {
	line-height: 1.5em;
	vertical-align: top;
	padding: 0.71429em 0.5em;
}
th *:first-child, td *:first-child {
	margin-top: 0;
}
thead th {
	text-align: left;
	color: #000;
	border-bottom: 2px #000 solid;
}
tbody th {
	text-align: left;
	border-top: 1px solid #ccc;
}
tbody td {
	text-align: left;
	border-top: 1px solid #ccc;
}

/*
 2.0.8) Button Styles
 -------------------------*/
.btn, input.btn, button.btn {
	display: inline-block;
	font-size: 1.7rem;
	color: #000;
	line-height: 42px;
	vertical-align: middle;
	padding: 0 20px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid #000;
	border-radius: 0;
	background: none;
	font-family: 'Karla', sans-serif;
}
.btn:hover, .btn:focus , input.btn:hover, input.btn:focus, button.btn:hover, button.btn:focus{
	color: #000;
	text-decoration: underline;
}
.btn {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn:hover, .btn:focus , button.btn:hover, button.btn:focus {
	color: #fff;
	background-color: #0A3F54; 
	text-decoration: none;	
}
/*
 2.0.9) Sprite Icons
 -------------------------*/
[class^="icon-"], [class*="icon-"] {
	background-image: url(../images/sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin-top: 1px;
	vertical-align: text-top;
	width: 14px;
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/*
 3.) Site Wide Content
 ------------------------------*/
#wrapper {
}
/*
 4.) Header Styles
 ------------------------------*/
.corl-header .header-sec{
	padding:18px 0;
}
.corl-header .header-sec .corl-brnd{
	float:left;
	padding-top: 4px;
}
.corl-header .header-sec .corel-nav{
	float:right;
	min-height: 72px;
    display: flex;
    align-items: center;
}
.corel-nav nav > ul > li{
	float:left;
	padding:14px 14px;
	border-right:1px solid #000;
}
.corel-nav nav > ul > li:first-child{
	border-left:1px solid #000;
}
.corel-nav nav > ul > li a{
	font-size: 1.4rem;
	padding: 0;
	font-family: 'Karla', sans-serif;
}
.current-menu-item a{
	font-weight:700;
}
.corel-nav nav > ul > li a.active,
.corel-nav nav > ul > li a:hover{
	background:none;
}
.corel-nav nav ul li{
	position: relative;
}
.corel-nav nav ul{
	margin: 0;
}
.corel-nav nav ul .sub-menu{
	display: none;
}
.corel-nav .menu-main-container,
.corel-nav .navbar{
	margin: 0;
}
.menu-links > li > a:hover, .menu-links > li > a:focus, .corel-nav nav > ul > .current-menu-item ,
.nav > li > a:hover, .nav > li > a:focus{
	background:none;
	text-decoration: underline;
}
body{
    overflow-x: hidden;
}
/*
 5.) Footer Styles
 ------------------------------*/
.footer {
	background: #0a3f54;
	padding: 36px 0 25px;
}
.footer .cpy-right span,
.footer .cpy-right a {
	font-size: 1.2rem;
	color:#ffffff;
}
.footer .cpy-right span {
	margin: 0 6px;
}
.footer .cpy-right .copy-right , .footer .cpy-right .cpy-txt {
	margin: 0;
}
.footer .social-link{
	padding-left: 0;
}
.footer .social-link li{
	display: inline-flex;
	justify-content: center;
	padding-left: 0;
	margin-left: 5px;

}
.footer .social-link li a i {
		text-align: center;
    color: #0a3f54;
		background-color: #fff;
    font-size: 18px;
		padding: 7px;
		border-radius: 50%;
		transition: all .2s ease-in-out;
}
.footer .social-link li a i:hover {
	background-color: rgba(255,255,255, .7);
}