@import url(fonts/font.css);

body {
	line-height:normal;
	font-size:13px;
	color:#222;
	}

p,h1,h2,h3,h4,h5,h6,ul,li {
	margin:0px;
	padding:0px;
	font-weight:normal;
}

ul,li {
	list-style:none;
}

/*H-GROUPS*/
h1{color:#1c3b79; font-size:35px; text-transform:uppercase;}
h2{font-size:30px; text-transform:uppercase;}
h3{font-size:22px; color:#1c3b79; text-transform:uppercase;}
h4{font-size:18px;}
h5{font-size:16px;}
/*H-GROUPS*/
	
a:hover, a:focus{text-decoration:none; outline:none}

.btn {
	background:#005a9c;
	background: -moz-linear-gradient(0deg, #005695 0%, #0078d0 100%);
	background: -webkit-linear-gradient(0deg, #005695 0%, #0078d0 100%);
	background: -o-linear-gradient(0deg, #005695 0%, #0078d0 100%);
	background: -ms-linear-gradient(0deg, #005695 0%, #0078d0 100%);
	background: linear-gradient(0deg, #005695 0%, #0078d0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005695', endColorstr='#0078d0',GradientType=1 );
	color:#ffffff;
	display:inline-block;
	font-weight:400;
	text-align:center;
	border:1px solid #005797;
    border-radius: 5px;
    font-size: 14px;
    padding:7px 20px 5px;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	}

.btn:hover {
	background:#0078d0;
	background: -moz-linear-gradient(0deg, #0078d0 0%, #005695 100%);
	background: -webkit-linear-gradient(0deg, #0078d0 0%, #005695 100%);
	background: -o-linear-gradient(0deg, #0078d0 0%, #005695 100%);
	background: -ms-linear-gradient(0deg, #0078d0 0%, #005695 100%);
	background: linear-gradient(0deg, #0078d0 0%, #005695 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078d0', endColorstr='#005695',GradientType=1 );
	color:#FFFFFF;
	}

.red-btn{
	background:#a50328;
	background: -moz-linear-gradient(0deg, #74001b 0%, #a50328 100%);
	background: -webkit-linear-gradient(0deg, #74001b 0%, #a50328 100%);
	background: -o-linear-gradient(0deg, #74001b 0%, #a50328 100%);
	background: -ms-linear-gradient(0deg, #74001b 0%, #a50328 100%);
	background: linear-gradient(0deg, #74001b 0%, #a50328 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74001b', endColorstr='#a50328',GradientType=1 );
	border-color:#7b0c26;
	}

.red-btn:hover{
	background:#74001b;
	background: -moz-linear-gradient(0deg, #a50328 0%, #74001b 100%);
	background: -webkit-linear-gradient(0deg, #a50328 0%, #74001b 100%);
	background: -o-linear-gradient(0deg, #a50328 0%, #74001b 100%);
	background: -ms-linear-gradient(0deg, #a50328 0%, #74001b 100%);
	background: linear-gradient(0deg, #a50328 0%, #74001b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a50328', endColorstr='#74001b',GradientType=1 );
	}
	

input[type="text"],input[type="password"],select,textarea,li {
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

/*DIFFERENT-ALIGNS*/
.align-left{text-align:left !important;}.align-right{text-align:right !important;}.align-center{text-align: center !important;}.align-justify{text-align:justify;}
/*DIFFERENT-ALIGNS*/

/*DIFFERENT-MARGINS*/
.margin-top-5{margin-top:5px !important;}.margin-top-10{margin-top:10px !important;}.margin-top-15{margin-top:15px !important;}.margin-top-20{margin-top:20px !important;}.margin-top-25{margin-top:25px !important;}.margin-top-30{margin-top:30px !important;}.margin-top-35{margin-top:35px !important;}.margin-top-40{margin-top:40px !important;}.margin-top-45{margin-top:45px !important;}.margin-top-50{margin-top:50px !important;}.margin-bottom-10{margin-bottom:10px !important;}.margin-bottom-15{margin-bottom:15px !important;}.margin-bottom-20{margin-bottom:20px !important;}.margin-bottom-25{margin-bottom:25px !important;}.margin-bottom-30{margin-bottom:30px !important;}.margin-bottom-35{margin-bottom:35px !important;}.margin-bottom-40{margin-bottom:40px !important;}.margin-bottom-45{margin-bottom:45px !important;}.margin-bottom-50{margin-bottom:50px !important;}.margin-bottom-55{margin-bottom:55px !important;}.margin-bottom-60{margin-bottom:60px !important;}.margin-bottom-70{margin-bottom:70px !important;}.margin-bottom-80{margin-bottom:80px !important;}
/*DIFFERENT-MARGINS*/

.clearfix {
	clear: both;
	}

address{
	font-style:normal;
	}

strong{
	font-weight:normal;
	font-family: 'myriadpro-semibold';
	}
	
.color-blue{
	color:#1c3b79 !important;
	}
	
.color-blue-2{
	color:#00628b !important;
	}
	
.color-white{
	color:#FFFFFF !important;
	}

.color-green{
	color:#69822c !important;	
	}

.color-green-2{
	color:#aeb54b !important;	
	}
		
.color-red{
	color:#af2227 !important;
	}

.color-black{
	color:#000;
	}

.color-purple{
	color:#63417d;
	}

.background-black{
	background:#222222 !important;
	}
	
.bg-blue{
	background:#1c3b79 !important;
	}

.bg-red-mgshss{
	background:#af2227 !important;
	}


.bg-blue-sdsb{
	background:#00628b !important;
	}

.bg-purple{
	background:#63417d !important;
	}

.hdng-underline{
	border-bottom:1px solid #1c3b79;
	position:relative;
	padding-bottom:5px;
	}

.hdng-underline2{
	border-color:#CBCBCB;
	}

.hdng-underline a.all-event{
	position:absolute;
	top:8px;
	right:0;
	}

a.arrow-shape {
    background: #e5665d none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 36px;
    min-width: 130px;
    padding: 11px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
	}

a.arrow-shape::after {
    border-bottom: 18px solid transparent;
    border-left: 15px solid #e5665d;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
	}

a.arrow-black{
	background:#202020;
	}

a.arrow-black::after{
	border-left-color:#202020;
	}
	
a.arrow-shape:hover{
	background:#1C3B79;
	}

a.arrow-shape:hover::after{
	border-left: 15px solid #1C3B79;
	}

a.arrow-shape:hover, a.arrow-shape:hover::after, a.arrow-shape::after, a.arrow-shape, ul.spclstion-area li:hover:before, ul.spclstion-area li:hover a, ul.spclstion-area li::before, ul.spclstion-area li a, ul.about-spclstion li .fa, ul.about-spclstion li:hover .fa, ul.fa-grad-right li a, ul.fa-grad-right li a:hover, ul.ae-left-nav li a, ul.ae-left-nav li a:hover, .about-prog img, .about-prog p, .about-prog p::after, .home-undr-grad ul li a:hover p, .home-undr-grad ul li a:hover p:after{
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	}

ol.breadcrumb-black li a, ol.breadcrumb-black > li + li::before, ol.breadcrumb-black > .active{
	color:#000 !important;
	}
	
.lt-font{font-family: 'myriadpro-light';}
.f-size-16{font-size:16px;}
.disp-block{display:block;}
.btn-right{text-align:right;}
a.downarrow {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    height: 35px;
    padding: 4px 5px 6px 6px;
    text-align: center;
    width: 35px;
	display:inline-block;
}
a.downarrow:hover {
    border-color: #41bfff;
    color: #41bfff;
	}