﻿@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/

body
{
    font-size: 1em;
}

.it-event-heading {
	margin-top:20px;
	margin-bottom:5px;
	text-align:center
}

.it-div {
	margin-top: 20px;
}

.it-callout-region {
	margin-top:30px;
	margin-bottom:30px;
	background-color:#c4d8e2;
	padding:10px;
}

.it-acronym-region {
	margin-top:30px;
}

.it-acronym-spacer {
	display: inline-block;
	width: 100px;
}

.it-callout {	
	padding:10px;
	border: 1px solid #000;
	color: #000;
}

.it-spacer {
	display: inline-block;
	width: 50px;
}

.it-shaded {
	background-color:#F2F2F2;
}

.it-hover-panel {
	background-color:#F6F6F6;
}

.it-hover-panel:hover {
	background-color:#D2D2D2;
}

.it-todo {
	color:red;
	font-weight:bold;
}

.it-event-hr {
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:00px;
	text-align:center;
	width:90%;
}

.it-h3 {
	margin-bottom:0px;
	margin-top:30px;
}

.it-p-bold {
	font-weight:bold;
}

.it-p-indented {
	margin-left:30px;
	margin-top:5px;
}

.it-a {
	color:#17a3ef;
	text-decoration:none;
}
.it-a:visited {
	color:#17a3ef;
	text-decoration:none;
}

.it-a:hover {
	color:#17a3ef;
	text-decoration:underline;
}


.it-row-color-odd {
	background-color:#ffffff;
	padding:15px;
}

.it-row-color-even {
	background-color:#ECECEC; 
	padding:15px;
}


.it-book-title {
	font-style:italic;
}

.it-additional-resources li {
	list-style:square outside none !important;
	margin-left:30px;
}

.it-numbered-list li {
	list-style:decimal outside none;
	margin-left:30px;
}


.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.it-social {
	font-size:1.5em !important;
	padding:15px 15px 0px 0px;
}

.it-banner-image {
	width:100%;
	text-align:center;
	display:block;
}

.it-stealth {
	display:none;
}

.it-img-drop-shadow {
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
}

.it-td-dark-b {
	background-color:#ccdce6;
	color:#565656;
	font-weight:bold;
}
.it-td-dark {
	background-color:#ccdce6;
	color:#565656;
}
.it-td-light {
	background-color:#e9eff4;
	color:#565656;
}
.it-email-td {
	padding:10px;
	/*width:30%;*/
	font-size:1.4em;
}

.it-tbl-reqd {
	vertical-align:top;
	width:5%;
	color:red;
	text-align:right;
}

.it-tool-icon {
	font-size:4.8em;
	width:100%;
	text-align:center;
}
.it-tool-caption {
	width:100%;
	text-align:center;
}

.it-tool-region {
	cursor:pointer;
}

dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}
dt {
  float: left;
  width: 20%;
  padding: 0;
  margin: 0
}
dd {
  float: left;
  width: 80%;
  padding: 0;
  margin: 0
}

.it-tbl-label {
	width:15%;
	vertical-align:top;
}

.it-tbl-field {
	width:80%;
}

.it-tbl-textarea {
	width:80%;
}

.it-news-sub li {
	list-style:circle outside none !important;
	margin-left:30px;
}


.it-news li {
	list-style:square outside none;
	margin-left:30px;
}

.it-news-extra-margin li {
	list-style:square outside none;
	margin-left:60px;
}

.it-news-extra-margin-dbl-space li {
	list-style:square outside none;
	margin-left:60px;
	margin-bottom:20px;
}

.it-num-list li {
	list-style:decimal outside none;
	margin-left:30px;
}
.it-num-list-dbl-space li {
	list-style:decimal outside none;
	margin-left:30px;
	margin-bottom:20px;
}

.it-bullet-list-dbl-space {
	margin-top:20px;
	margin-bottom:10px;
}
.it-bullet-list-dbl-space li {
	list-style:square outside none;
	margin-left:30px;
	margin-bottom:10px;
}


.it-bullet-list {
	margin-top:5px;
	margin-bottom:5px;
}
.it-bullet-list li {
	list-style:square outside none;
	margin-left:30px;
	margin-bottom:0px;
}

.it-ltr-list-dbl-space li {
	list-style:lower-alpha outside none;
	margin-left:30px;
	margin-bottom:20px;
}


.it-num-list-extra-margin li {
	list-style:decimal outside none;
	margin-left:60px;
}



.it-link {
	color:#0066CC;
	text-decoration:underline;
}
.it-link:visited {
	color:#0066CC;
	text-decoration:underline;
}
.it-link:active {
	color:#0066CC;
	text-decoration:underline;
}

.it-link:hover {
	color:#0099CC;
	text-decoration:none;
}


/* BEGIN Style settings for Contact Us web form */
.it-tbl-required {
	color:red;
	width:5%;
	vertical-align:top;
	text-align:right;
}

.it-tbl-label {
	width:20%;
	vertical-align:top;
}

.it-tbl-data {
	vertical-align:top;
	width:70%;
}

.fldWidth {
	width:70%;
}
/* END Style settings for Contact Us web form */



/* BEGIN Style settings for Website Support Information */
.it-sprt-id {
	width:10%;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	border:1px solid #999999;
	padding:3px;
}

.it-sprt-description {
	width:50%;
	vertical-align:top;
	border:1px solid #999999;
	padding:3px;
}

.it-sprt-owner {
	vertical-align:top;
	width:20%;
	border:1px solid #999999;
	padding:3px;
}

.it-sprt-status-closed {
	background-color:#00CC00;
	font-weight:bold;
	text-transform:uppercase;
}

.it-sprt-status {
	vertical-align:top;
	width:15%;
	border:1px solid #999999;
	padding:3px;
}

.it-sprt-tbl {
	width:90%;
	border:1px solid #999999;
}

.it-sprt-hdr {
	font-weight:bold;
	background-color:#E7E7E7;
	color:#000000;
	padding:3px;
}

.it-sprt-odd {
	font-weight:normal;
	background-color:#ffffff;
	color:#000000;
}

.it-sprt-even {
	font-weight:normal;
	background-color:#eeeeee;
	color:#000000;
}

/* END Style settings for Contact Us web form */



.it-town-info {
	font-size:.7em; 
	margin-top:20px; 
	text-align:center;
	color:#000000;
}

.it-town-info a, a:active, a:visited {
	text-decoration: none;
	color:#464646;
}

.it-town-info a:hover {
	text-decoration: underline;
	color:#000000;
}

@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}
.mg-add {
  margin-top: -91px;
}
@media (max-width: 1199px) {
  .mg-add {
    margin-top: 20px;
  }
}
.mg-add2 {
  margin-top: 12px;
}
.fz__mod {
  font-size: 1.4em;
}
.mod {
  position: relative;
}
.mod:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0px;
  bottom: 0;
  right: 0;
  background: #f6f6f6;
  z-index: -1;
}
@media (max-width: 1199px) {
  .mod:before {
    left: -15px;
  }
}
@media (max-width: 992px) {
  .mod:before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .mod2,
  .mod {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
}
* + .row {
  margin-top: 30px;
}
.row + * {
  margin-top: 30px;
}
.row + .row {
  margin-top: 30px;
}
* + p {
  margin-top: 20px;
}
* + .btn-sm {
  margin-top: 50px;
}
* + h4 {
  margin-top: 10px;
}
* + .offs {
  margin-top: 54px;
}
p + .offs {
  margin-top: 55px;
}
* + .offs2 {
  margin-top: 46px;
}
.row + .offs3 {
  margin-top: 63px;
}
p.h5 + h4 {
  margin-top: 10px;
}
.row + .offs4 {
  margin-top: 50px;
}
img + .offs {
  margin-top: 60px;
}
h3 + .offs {
  margin-top: 20px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside img {
  margin-right: 30px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 479px) {
  .box_aside {
    float: none;
    text-align: center;
  }
  .it-mobile-hide {
    display:none;
  }
}
/*==================       Icon      ====================*/
.fa-sign-in,
.fa-pencil-square-o,
.fa-mobile,
.fa-line-chart,
.fa-ban,
.fa-group,
.fa-check-circle,
.fa-bar-chart,
.fa-phone-square,
.fa-leaf,
.fa-usd,
.fa-arrow-up {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #c4d8e2;  /*#99c038;*/
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.fa-sign-in:before,
.fa-pencil-square-o:before,
.fa-mobile:before,
.fa-line-chart:before,
.fa-ban:before,
.fa-group:before,
.fa-check-circle:before,
.fa-bar-chart:before,
.fa-phone-square:before,
.fa-leaf:before,
.fa-usd:before,
.fa-arrow-up:before {
  line-height: 75px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.fa-ban {
  position: relative;
}
.fa-ban:before {
  font-size: 80px;
}
.fa-ban:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '\f155';
  font-size: 4.2em;
  line-height: 109px;
  color: #d0e1af;
  z-index: 1;
}
.fa-sign-in:before {
  font-size: 5.3em;
}
.fa-group:before,
.fa-pencil-square-o:before,
.fa-mobile:before,
.fa-line-chart:before,
.fa-check-circle:before,
.fa-bar-chart:before,
.fa-phone-square:before,
.fa-leaf:before,
.fa-usd:before,
.fa-arrow-up:before {
  font-size: 4.0em;
}
/*==================  Marked List  ======================*/
* + .marked-list {
  margin-top: 24px;
  margin-bottom:24px;
}
.marked-list li {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  padding-left: 35px;
  text-transform: none;
  text-align: left;
}
.marked-list li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 1.5em;
  font-family: 'FontAwesome';
  color: #99c038;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.marked-list li:hover:before {
  left: 2px;
}
.marked-list li a {
  font-size: 1.5em;
  font-weight: 300;
}
.marked-list li + li {
  margin-top: 10px;
}

/*==================  Page List  ======================*/
* + .page-list {
  margin-top: 10px;
  margin-bottom:10px;
}
.page-list li {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  padding-left: 20px;
  text-transform:none;
  text-align: left;
}
.page-list li:before {
  content: '\f0f6';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 1.5em;
  font-family: 'FontAwesome';
  color: #000000;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-list li:hover:before {
  left: 2px;
}
.page-list li a {
  font-size: 1.5em;
  font-weight: 300;
  color:#0099cc;
}
.page-list li a:hover {
  text-decoration:underline;
}

.page-list li + li {
  margin-top: 5px;
}


/*==================      Table      ====================*/
/*table {
  table-layout: fixed;
  width: 100%;
}
* + table {
  margin-top: 45px;
}
table tr {
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
table tr td {
  background: #f4f5f5;
  width: 67.36842105263158%;
  padding: 24px 10px 25px 42px;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-align: left !important;
}
table tr td h4,
table tr td span,
table tr td p,
table tr td a {
  text-align: left !important;
}
table tr td span {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}
table tr td .h5 {
  line-height: 1;
  text-align: left;
}
table tr td a {
  margin-top: 6px;
  display: inline-block;
}
table tr td a .fa:before {
  margin-left: 6px;
  color: #464646;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
table tr td a:hover {
  color: #464646;
}
table tr td a:hover .fa:before {
  color: #99c038;
}
table tr td:last-child {
  background: #464646;
  color: #fff;
  width: 32.6316%;
  padding: 20px 10px 20px 36px;
}
table tr:hover td {
  background: #fafafa;
}
table tr:hover td:last-child {
  background: #dbd7d2;
}
table tr:nth-child(even) td {
  background: #fafafa;
}
table tr:nth-child(even) td:last-child {
  background: #dbd7d2;
}
table tr:nth-child(even):hover td {
  background: #464646;
}
table tr:nth-child(even):hover td a:hover {
  color: #99c038;
}
table tr:nth-child(even):hover td a .fa:before {
  color: #ffffff;
}
table tr:nth-child(even):hover td a .fa:before:hover {
  color: #99c038;
}
table tr:nth-child(even):hover td * {
  color: #fff;
}
table tr:nth-child(even):hover td:last-child {
  background: #fafafa;
}
table tr:nth-child(even):hover td:last-child * {
  color: #464646;
}
@media (max-width: 992px) {
  table tr td,
  table tr td:last-child {
    padding: 24px 10px 25px 10px;
    width: 50%;
  }
}*/
/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
  position: relative;
}
.inline-list li a {
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  display: block;
  border: 1px solid #383737;
  overflow: hidden;
  background: #383737;
  text-align: center;
}
.inline-list li a:after {
  content: "";
  background: #66ccff;  /*#99c038;*/
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.inline-list li a:before {
  position: absolute;
  font-size: 3.0em;
  line-height: 53px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.inline-list li a:hover {
  border: none;
}
.inline-list li a:hover:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .inline-list li > a {
    width: 38px;
    height: 38px;
  }
  .inline-list li > a:before {
    font-size: 1.6em;
    line-height: 38px;
  }
}
.inline-list li + li {
  margin-left: 9px;
}
/*==================   Copyright     ====================*/
.copyrights {
  display: inline-block;
  color: #4d5b64;
  font-size: .8em;
  position: relative;
  top: -14px;
  margin-left: 10px;
  text-align:right;
}
/*==================   Fm_video  =========================*/
.fw_video {
  margin-top: 46px;
  width: 100%;
  height: 323px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.fw_video iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}
/*==================      HR   =========================*/
hr {
  border: none;
  height: 1px;
  width: 100%;
  background: #666666; /*#f6f6f6;*/
}
.term-list dd {
  margin-left: 0;
  color: #bfbfbf;
}
.term-list * + dt {
  margin-top: 45px;
}
.term-list dt + * {
  margin-top: 14px;
}
.term-list a[href^="mailto:"] {
  font-size: 1.4em;
  line-height: 24px;
  display: inline-block;
  color: #99c038;
  margin-top: 28px;
}
.term-list a[href^="mailto:"]:hover {
  color: #464646;
}
* + .term-list {
  margin-top: 38px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}
header .block_login {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .block_login,
  header .navbar-header,
  header .search-form {
    float: none;
    margin-top: 20px;
    margin-bottom: 0;
  }
  header .navbar-brand {
    margin-top: 20px;
    font-size: 3.6em;
    padding-left: 0px;
  }
  .it-mobile-hide {
    display:none;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: #ffffff;
}
/*==================    404    =========================*/
/*==================    404    =========================*/
.page404 {
  padding-top: 91px;
}
.page404 .mg-add {
  margin-top: 20px;
}
.page404 * + p {
  margin-top: 30px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #dbd7d2;
  color: #858585;
  font-family: Arial, sans-serif;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .marked-list {
    max-width: 270px;
    margin: 0 auto;
  }
}
* + footer ul {
  margin-top: 25px;
}
footer ul li {
  font-size: 12px;
}
footer ul li + li {
  margin-top: 3px;
}
footer .brand__footer {
  display: inline-block;
  margin-top: 37px;
  margin-bottom: 44px;
  font-size: .85em;
  padding-left: 0px;
  /*text-transform: capitalize;*/
  line-height: 1.3;
}
footer .brand__footer:before {
  font: 400 2.6em 'FontAwesome';
  width: 52px;
  height: 52px;
  line-height: 52px;
  top: 0px;
}
footer .brand__footer .brand_slogan {
  font-size: .9em;
  line-height: 1;
  margin-top: 5px;
}
* + footer .marked-list {
  margin-top: 30px;
}
footer .marked-list li {
  padding-left: 25px;
  font-size: 1.2em;
}
footer .marked-list li:before {
  font-size: .9em;
  top: 6px;
}
footer .marked-list li:hover:before {
  left: 2px;
}
footer .marked-list li + li {
  margin-top: 10px;
}
footer * + .inline-list {
  margin-top: 34px;
}


.it-indented {
	margin-left:30px;
}

.it-success-story {
	float:left; 
	margin-right:15px; 
	margin-bottom:15px;
}

/* Desktop Computers */
@media all and (min-width:960px) {
  .it-tag-line-justification {
		text-align:left;
	}
	.it-block-login {
		margin-top:15px;
	}
	
	.fldDivWidth {
		width:50%;
	}
}

/* Tablets */
@media all and (min-width:569px) and (max-width: 959px) {
  .it-tag-line-justification {
		text-align:left;
	}
	.it-block-login {
		margin-top:5px;
	}
	
	.fldDivWidth {
		width:50%;
	}
}

/* Smartphones */
@media all and (min-width:0px) and (max-width: 568px) {
  .it-tag-line-justification {
		text-align:center;
	}
	
	.it-block-login {
		margin-top:2px;
	}
	
	.it-mobile-no-mar {
		margin-top:0px !important;
	}
	
	.fldDivWidth {
		width:100%;
	}
}


.it-student-hdr {
	margin-top:35px; 
	margin-bottom:0px;
}

.it-student-hdr-first {
	margin-top:0px; 
	margin-bottom:0px;
}

.it-asp-dropdown {
	line-height:26px;
	height:31px;
}

.it-red {
	display:inline;
	color:#FF0000;
}

.it-reqd {
	display:inline;
	color:#FF0000;
}

.it-row-color-odd {
	background-color:#ffffff;
}

.it-row-color-even {
	background-color:#ECECEC; 
}

.it-spacer {
	display: inline-block;
	width: 68px;
}

.it-footer {
	color:#464646;
	font-size:12px;
}

.it-footer a:active, .it-footer a:visited, .it-footer a:focus, .it-footer a:link {
	text-decoration: none;
	color:#464646;
	font-weight: 400;
}

.it-footer a:hover {
	text-decoration: underline;
	color:#000000;
	font-weight: 400;
}

.it-footer-vert-spacing {
	display:block;
	margin-bottom: 10px;
}

.it-about-key-positions {
	margin-top: 35px;
	margin-bottom: 16px;
}

