/* ========================================
                Layout
======================================== */
.container_12 {
  width: 100%;
}

.container_12 .grid_12 {
  width: 90%;
}

#main-content {
  min-height: 500px;
}

.not-front #main #content.grid_12.push_0, .not-front #main #content.grid_12{
	width: 800px;
}

.not-front #main #content.grid_12.push_3{
	width: 700px;
	left: 240px;
}

/* Blog image background */
/* Absolute-Return-Oriented Fixed-Income */
#node-54948 img {
	background-color: #ffffff;
}

#block-superfish-3.grid_17 {
	margin-top: 15px;
	width: 77%;
}

#content h1.title {
	display: none;
}

/* ========================================
                General
======================================== */
body {
  background: black url('images/background-image.jpg') no-repeat fixed;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#page {
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  letter-spacing: 1.5px;
  font-weight:normal;
}

#page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {
  /*font-family: "futura-pt",sans-serif;*/
  font-family: Helvetica, Arial, sans-serif;
}

h1.title {
  border-bottom: 0;
  margin: 0.1em 0;
  padding-bottom: 0;
  text-align: left;
  margin-left: 19px;
  margin-bottom: 15px;
}

a, a:visited, a.active {
  color: #ffffff;
  text-decoration: none;
}

a:hover, a:visited:hover, a.actove:hover {

}

li.leaf {
  list-style: none;
}

.print_html, .breadcrumb {
  display: none;
}

.button-cta {
  background: #585796; /* Old browsers */
  background: -moz-linear-gradient(top,  #585796 0%, #474598 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585796), color-stop(100%,#474598)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #585796 0%,#474598 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #585796 0%,#474598 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #585796 0%,#474598 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #585796 0%,#474598 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585796', endColorstr='#474598',GradientType=0 ); /* IE6-9 */
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #585796;
}


.button-cta:hover {
  background: #474598; /* Old browsers */
  background: -moz-linear-gradient(top,  #474598 0%, #585796 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474598), color-stop(100%,#585796)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #474598 0%,#585796 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #474598 0%,#585796 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #474598 0%,#585796 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #474598 0%,#585796 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474598', endColorstr='#585796',GradientType=0 ); /* IE6-9 */
}
/* ========================================
                Header
======================================== */
#header-top {
	margin-bottom: 50px;	
}

#block-views-Logo-block_1 {
	margin-left: 4em;
	padding: 10px;
	border-radius: 10px;
}
#block-nodeblock-60039 {
  margin-left: 4em;
  padding: 10px;
  border-radius: 10px;
}

/* ========================================
                Navigation
======================================== */
#block-superfish-3 {
  position: absolute;
  top: 2em;
  left: 30.5em;
}

#block-superfish-3 ul ul {
	background-color: #373899;
 background-color: rgba(0,0,0,0.2);
 padding: 0;
 top: 60px;
}

#block-superfish-3 li.sf-depth-1 a.sf-depth-1,
#block-superfish-3 li.sf-depth-1 a.sf-depth-1:visited {
  color:#ffffff;
  font-size: 1.3em;
  padding: 0.9em 0.5em;
  margin: 0.2em;
  font-weight: normal;
  letter-spacing: 1.5px;
}

#block-superfish-3 li.sf-depth-1 a.sf-depth-1:hover,
#block-superfish-3 li.sf-depth-1 a.sf-depth-1:visited:hover,
#block-superfish-3 li.sf-depth-1 a.sf-depth-1.active,
#block-superfish-3 li.sfHover a.sf-depth-1{
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
    background-color: #21008b;
  background: rgba(33,0,139,0.4);
  //color:#474598;
  //text-shadow: none;
}

#block-superfish-3 ul ul li a {
	padding: 15px 10px;	
}
img.typekit-badge {
    display:none !important;
}


/* ========================================
                Content
======================================== */
/* front */
.front #main #content h3 {
    font-size: 58px;
    font-weight: normal;
	font-style:italic;
	font-family: "ltc-bodoni-175",serif;
    margin-bottom: 10px;
	color:#fffac2;
}

.front #main #content p {
    font-size: 21px;
    font-weight: normal;
    margin: 0px 0 3em 0;
    color:white;
    -webkit-font-smoothing: antialiased;
}

.front #main .bx-wrapper {
  position: relative;
  margin: 0 0 60px;
  padding: 0;
  left: 10em;
}

/* not-front */
.not-front #main #content{
    margin-left: 30px;
    margin: 0px 0 0px 42px;    
    -webkit-border-radius: 7px;  border-radius: 7px;  
    padding: 10px 25px 0;
    color: white;
    font-size: 16px;
} 
 
.not-front #main #content #main-content {
    padding: 10px 25px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background-color: #21008b;
    background: rgba(33,0,139,0.4);
    /*background: url('images/content-bg.png');
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='scale',src='images/content-bg.png');*/
	position: relative;
}

/* sidebar-1 */
#block-menu_block-1 {
    margin-top: 120px;
}

#block-menu_block-1 h2.title a {
    font-size: 2em;
    color:white;
    text-decoration: none;
    display: none;
}

#block-menu_block-1 li {
    margin-bottom: 15px;
}

#block-menu_block-1 a {
    font-size: 1.7em;
    color:white;
    text-decoration: none;
    font-weight: bold;
}

/* Our Process */
#node-50578 img {
	width: 100% !important;
}

/* Contact page */
.page-contact #sidebar-second {
    //margin-top: 68px;
	margin-top: 10px;
    padding: 5px 25px 0px;  
	-webkit-border-radius: 10px;  
	border-radius: 10px;  
	background: rgba(0, 0, 0, 0.2);
}

.page-contact h2 {
	line-height: 1.33em;
	margin-bottom: 0.48em;
	font-size: 26px;
}

.sidebar #block-webform-client-block-557 .form-item label {
	display: block;
	font-weight: normal;
	margin-right: 5px;
	text-align: left;
	color: white;
	font-size: 16px;
	padding-bottom: 5px;
}

.sidebar #block-webform-client-block-557 .form-text {
  padding-left:5px;
  background-color:#fff;
  border-width: 0;
  width:100%;
  height: 20px;
  margin-bottom: 10px;
}

.sidebar #block-webform-client-block-557 .form-item textarea {
	width: 100%;
	background-color:#fff;
}

.button a, input[type=submit], .node_read_more a  {
	background: rgb(78,78,147); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(78,78,147,1) 0%, rgba(56,55,150,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,78,147,1)), color-stop(100%,rgba(56,55,150,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(78,78,147,1) 0%,rgba(56,55,150,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(78,78,147,1) 0%,rgba(56,55,150,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(78,78,147,1) 0%,rgba(56,55,150,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(78,78,147,1) 0%,rgba(56,55,150,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e93', endColorstr='#383796',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.6);
    padding: 15px 30px;
    text-decoration: none;
    color:#fff;
	border: none;
}

.button a:hover, input[type=submit]:hover {
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);	
}

.node_read_more a {
	padding: 10px;
	box-shadow: none;
	float:right;
}

.page-blog .node-type-blog {
	border-bottom: 1px dashed #ffffff;
	padding-bottom: 35px;
}

/* Contact Page */
#node-51122 a {
	text-decoration:underline;
}

/* ========================================
                Footer
======================================== */
#footer-wrapper {
    position: fixed;
    background-color: transparent;
    bottom: 50px;
    width: 51%;
    right: 13px;
}

#footer-container {
    width: 100%;
    float: right;
}

#footer-container .section {
    padding-left: 30px;
}

#footer {
    width: 100%;

    margin-left: 0;
    float: right;
    text-align: right;
}

#footer-wrapper a {
    font-size: 0.7em;
	
    font-size: 13px !important;
}

#aw-wrapper {
	position: fixed;
	background-color: transparent;
	bottom: 0px;
	width: 100%;
}

#aw-container {
    width: 20%;
    margin-right: 30px;
}

#aw-container .section {
    padding-left: 30px;
}


#aw {
    width: 100%;
    border: 0;
    color: white;
    font-size: 14px;
    margin: 0;
    text-align: right;
}

a#btn-powered-by-aw {
	margin-top: 30px;
}

#copyright {
	float: right !important;
}

#block-menu-secondary-links {
	float: right;
}

#block-menu-secondary-links ul li {
    float: right;
    margin-left: 25px;
}

#block-menu-secondary-links ul li.first a {
    padding-left: 0 !important;
}

.block ul.menu li.leaf a::before {
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    padding-right: 0em;
    content: "";
}



/* ========================================
                bx-slider
======================================== */
.bx-wrapper .bx-viewport {
	background: none;
}

/*
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
*/

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 0.85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: white;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
	width: 65px;
	height: 65px;
	outline: 0;
	text-indent: -9999px;
	z-index: 999;
}

.bx-wrapper .bx-prev {
	position: absolute;	
	right: 4em;
	top: -4em;
	background: url(left-nav-grey.png) no-repeat;
}

.bx-wrapper .bx-next {
	position: absolute;
	right: 0;
	top: -4em;
	background: url(right-nav-grey.png) no-repeat;
}

.bx-wrapper .bx-prev:hover {
    opacity: 0.7;
}

.bx-wrapper .bx-next:hover {
    opacity: 0.7;
}

strong {
  letter-spacing: 1.0px;
}

/* homepage content block*/
#node-50586 {
	margin-left: 70px;
}
#node-50586 h2 span {
  font-family: "futura-pt",sans-serif;
}
/*
#header-top-wrapper {
	background: rgba(255,255,255,0.8);
	height: 160px;
	margi