/* 
    Created on : 20-Nov-2014, 11:04:02
    Author     : Jaison Sinclaire
*/

/* variables */
/* mixins */
button {
	font-family: 'LubalinGraphStd-Book',Georgia,serif;
	padding:9px !important;
	margin:0;
}
.btn {
  float: right;
  display: inline-block;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  width: 180px;
}
.btn.btn-blu {
  background-color: #7B6991;
}
.btn.btn-blu:active,
.btn.btn-blu:hover {
  background-color: rgba(123, 105, 145, 0.6);
}
.btn.btn-blu-pale {
  background-color: rgba(207, 176, 34, 0.6);
}
.btn.btn-blu-pale:active,
.btn.btn-blu-pale:hover {
  background-color: #CFB022;
}
.btn.btn-org {
  background-color: #cfb023;
}
.btn.btn-org:active,
.btn.btn-org:hover {
  background-color: rgba(207, 176, 35, 0.6);
}
.btn.btn-ppl {
  background-color: rgba(124, 105, 146, 0.5);
}
.btn.btn-ppl:active,
.btn.btn-ppl:hover {
  background-color: #7c6992;
}
.btn.btn-grn {
  background-color: rgba(123, 105, 145, 0.5);
  color: #ffffff;
}
.btn.btn-grn:active,
.btn.btn-grn:hover {
  background-color: #7B6991;
}
.btn:active,
.btn:hover {
  background-color: #7c6992;
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-bdr {
  border: 1px solid #ffffff;
}
.btn.btn-sha {
  box-shadow: 2px 2px 7px #333333;
}
.btn.btn-center {
  float: none;
  display: block;
  width: 280px;
  margin: 0 auto;
}
.btn.btn-left {
  float: none;
  display: inline-block;
  margin-right: 1px;
}

.inline-marker .tooltip
{
    position:static !important;
    float:right;
    margin-left:30px;
}


.box {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 20px;
  color: #ffffff;
  zoom: 1;
}
.box:before,
.box:after {
  content: "";
  display: table;
}
.box:after {
  clear: both;
}
.box h2 {
  color: #ffffff;
  margin: 0;
  font-size: 27px;
}
.box p {
  margin-right: 70px;
  font-size: 0.9rem;
}
.box p:last-child {
  margin-bottom: 0;
}
.box .fa {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 60px;
}
.box.box-grn {
  background-color: #CFB022;
}
.box.box-grn-pale {
  background-color: rgba(209, 177, 30, 0.3);
}
.box.box-grn-pale .fa {
  color: #CFB022;
}
.box.box-grn-pale ul ,
.box.box-grn-pale p {
	color:#000;
}
.box.box-grn-pale ol {
  color: #7D6891;
  margin-right: 70px;
  line-height: 20px;
}
.box.box-grn-pale .row {
  margin-bottom: 0;
}
.box.box-org {
  background-color: #cfb023;
}
.box.box-blu {
  background-color: #A396B2;
}
.box.box-blu a {
  color: #fff;
}
.box.box-blu p a:hover {
	text-decoration:none;
}
.box.box-sml h2 {
  font-size: 22px;
}
.box.box-sml .fa {
  font-size: 40px;
}

.box.box-grn {
	min-height:310px;
}

.box label {
	color:#fff;
	font-size: 0.9rem !important;
	line-height: 1.6 !important;
	margin-bottom: 0.25rem;
	text-rendering: optimizeLegibility;
}
.box-grn-pale label {
	color:#000;
}


.box .checkbox,
.box .radio {
	margin-right: 70px;
}

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* defaults */
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'LubalinGraphStd-Book',Georgia,serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'LubalinGraphStd-Book',Georgia,serif;
}
a.link-grn {
  color: #81b717;
}
a:hover {
  text-decoration: underline;
}
small {
	font-size: 0.7rem !important;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -120px auto;
}
.header {
  height: 120px;
}
.header .top-bar {
  margin-top: 26px;
  height: 67px;
  background: #ffffff;
}
.header .top-bar .logo {
  display: inline-block;
  height: 67px;
  width: 244px;
  background: url(../images/logo.jpg) no-repeat 0 0;
}
.header .top-bar .toggle-topbar.menu-icon a {
  color: #000000;
}
.header .top-bar .toggle-topbar.menu-icon a span:after {
  box-shadow: 0 0px 0 1px #000000, 0 7px 0 1px #000000, 0 14px 0 1px #000000;
}
.header .top-bar .top-bar-section ul li a {
  background-color: #ffffff;
  color: rgba(119, 119, 119, 0.8);
}
.header .top-bar .top-bar-section ul li a.active,
.header .top-bar .top-bar-section ul li a:active,
.header .top-bar .top-bar-section ul li a:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
.content .masthead {
  min-height: 204px;
  background: #7c6992 url(../images/masthead_home.jpg) no-repeat 100% 0;
  margin-bottom: 20px;
}
.content .masthead h1 {
  color: #ffffff;
  font-size: 40px;
  margin: 40px 0 0 0;
}
.content .masthead p {
  color: #ffffff;
}
.content .masthead .btn-ppl {
  margin-top: 20px;
  width: 100%;
  font-size: 23px;
  text-align: left;
  line-height: 60px;
  padding: 10px 20px;
}
.content .masthead .btn-ppl span {
  float: right;
  font-size: 60px;
}
.content .masthead .btn-ppl:first-child {
  margin-top: 40px;
}
.content .row {
  margin-bottom: 20px;
}
.content .title-grn {
  font-size: 27px;
  color: #CFB022;
}
.content .title-blu {
  font-size: 27px;
  color: #7B6991;
}

h3.title-blu {
	font-size: 22px !important;
}


.content label {
  font-size: 13px;
  margin-top: 10px;
}
.home .content .masthead {
  min-height: 374px;
}
.push {
  height: 120px;
}
.footer {
  min-height: 120px;
}
.footer .foot-bg {
  background-color: #62615d;
  min-height: 73px;
}
.footer .foot-bg .row {
  line-height: inherit;
}
.footer .foot-bg h3 {
  display: inline-block;
  margin: 25px 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
}
.footer .foot-bg a {
  margin-top: 15px;
  font-size: 22px;
}
.footer .row {
  line-height: 47px;
  font-size: 15px;
  color: rgba(119, 119, 119, 0.8);
}
/* styles */
.tabs dd {
  text-align: center;
}
.tabs dd .btn {
  width: 290px;
  color: #ffffff;
  font-family: 'LubalinGraphStd-Book',Georgia,serif;
  margin-right: 1px;
  text-align: center;
}
.tabs dd.active .btn {
  background-color: #7B6991;
  color: #ffffff;
}
.tabs.vertical {
  width: 100%;
  max-width: 100%;
}
.tabs.vertical dd .btn {
  margin-bottom: 1px;
  width: 250px;
  line-height: 40px;
  text-align: left;
}
.tabs.vertical dd .btn .fa {
  float: left;
  font-size: 40px;
  width: 60px;
}
.tabs.vertical dd .btn.two-lines {
  line-height: 20px;
}
.tabs.vertical dd.active .btn {
  background-color: #CFB022;
  color: #ffffff;
}
.tabs-content {
  margin-bottom: 0;
  margin-top:15px;
}
.tabs-content > .content {
  width: 100%;
  padding: 0;
}
.tabs-content > .content .column {
  padding: 20px;
}


.tooltip, .tooltip li {
	font-size: 0.8rem !important;
}


/* Form fields */
.radio,
.checkbox {
  display: block;
  margin-left:20px;
	margin-bottom: 1.25rem;
}
.checkbox label {
    padding-left: 5px;
    margin: 0 0 0 0 !important;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
  margin-top: 4px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

label:not(:last-child) > .error {display:none !important;}

.information-tip {
	z-index:99999;
	font-size: 40px !important;
	margin-right:-15px;
	margin-top:-8px;
}


.validation-summary-errors 
{
    background:#E4F1DE;
    font-size:12px;
    padding:10px 0 10px 0;
    margin:0 0 15px 0;
}
.validation-summary-valid {
    display: none;
}
.validation-summary-errors span
{
    padding-left:15px !important;
    display:block;
}
.validation-summary-errors ul,
.validation-summary-errors ul li,
 ul.arrow-list,
 ul.arrow-list li
{
    list-style-type:none;
}
.validation-summary-errors ul li,
 ul.arrow-list li
{
    list-style-type:none;
    background:transparent url('../images/b-arrow.png') no-repeat 0 3px;
    padding-left:15px;
}
.validation-summary-errors ul
{
    margin-top:0;
    padding-top:0;
    margin-bottom:0;
    padding-bottom:0;
}
.tooltip {
	background: #00457B; 
	color: #fff; 
	font-family: Arial, sans-serif;
	font-size: 13px; 
	line-height: 15px !important; 
}
.tooltip li {
line-height: 15px !important; 
}
.cancelation-box {
    padding: 20px 0 0 10px;
    background: #eee;
}

.overlay .close
{
    background:transparent url(../images/close-150192_640.png) no-repeat 0 0;
    background-size:cover;
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    right:20px;
    top:20px; 
}

/*# sourceMappingURL=style.css.map */

