/*----------------------------- Custom Fonts ----------------------------------*/

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/_components/glyphicons-halflings-regular.eot');
  src: url('/_components/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
  	url('/_components/glyphicons-halflings-regular.woff') format('woff'),
  	url('/_components/glyphicons-halflings-regular.ttf') format('truetype'),
  	url('/_components/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: 'roboto-reg';
    src: url('/_font/Roboto-Regular-webfont.eot');
    src: url('/_font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_font/Roboto-Regular-webfont.woff') format('woff'),
         url('/_font/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/_font/Roboto-Regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-black';
    src: url('/_font/Roboto-Black-webfont.eot');
    src: url('/_font/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_font/Roboto-Black-webfont.woff') format('woff'),
         url('/_font/Roboto-Black-webfont.ttf') format('truetype'),
         url('/_font/Roboto-Black-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-bold';
    src: url('/_font/Roboto-Bold-webfont.eot');
    src: url('/_font/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_font/Roboto-Bold-webfont.woff') format('woff'),
         url('/_font/Roboto-Bold-webfont.ttf') format('truetype'),
         url('/_font/Roboto-Bold-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-light';
    src: url('/_font/Roboto-Light-webfont.eot');
    src: url('/_font/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_font/Roboto-Light-webfont.woff') format('woff'),
         url('/_font/Roboto-Light-webfont.ttf') format('truetype'),
         url('/_font/Roboto-Light-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-med';
    src: url('/_font/Roboto-Medium-webfont.eot');
    src: url('/_font/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_font/Roboto-Medium-webfont.woff') format('woff'),
         url('/_font/Roboto-Medium-webfont.ttf') format('truetype'),
         url('/_font/Roboto-Medium-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-thin';
    src: url('/_font/Roboto-Thin-webfont.eot');
    src: url('/_font/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_font/Roboto-Thin-webfont.woff') format('woff'),
         url('/_font/Roboto-Thin-webfont.ttf') format('truetype'),
         url('/_font/Roboto-Thin-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*----------------------------- Bootstrap CSS Overide ----------------------------------*/

body { 
	color: #333;
	font-family: 'roboto-reg',Helvetica,Arial,sans-serif;
 }
.row {
	margin: 0 auto 20px;
	overflow: hidden;
}
.row .row {
	margin: 0 -15px;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0;
}
.container-fluid {
	padding: 0;
}
.content h1 { 
	font-size: 35px;
	font-family: 'roboto-light',Helvetica,Arial,sans-serif;
}
.content h2 {
	font-size: 24px;
	font-family: 'roboto-reg',Helvetica,Arial,sans-serif;
}
.content h3 {
	font-size: 18px;
	font-family: 'roboto-black',Helvetica,Arial,sans-serif;
}
.row-content {
	overflow: hidden;
	max-width: 1170px;
	margin: 0 auto;
}
.row.background {
	padding: 25px 15px;
	color: #FFFFFF;
}
.content .jumbotron h1, .content .jumbotron .h1 {
	font-size: 40px;
	font-family: 'roboto-thin',Helvetica,Arial,sans-serif; 
}
.content .jumbotron p {
	font-size: 18px; 
}

.content .jumbotron .branded_button a {
	color: #fff;
}
.top_links { 
	border-bottom: 1px solid #eee;
	font-size: 12px;
	overflow: hidden;
	padding-top: 10px;
}
.top_links a[href] {
	color: #999;
}
.padding {
	padding: 25px 15px;
}
.navigation .navbar-default {
	background: #fff;
	text-transform: uppercase;
	border: none;
}
.navigation .selected a[href], .navigation .selected + li a[href] {
	border-left: 0;
}
.navigation .selected, .navigation .selected a[href] {
	color: #fff;
}
.navigation li:hover, .navigation a[href]:hover {
	background: #efefef;
}
.quick_links {
	color: #ccc;
	margin: 0;
}
.quick_links a[href] {
	color: #ddd;
}
.contact_information {
	color: #6b6b6b;
	margin: 0;
}
.contact_information p {
	margin-bottom: 5px;
}
.contact_information a[href] {
	color: #6b6b6b;
}
.contact_information .address {
	margin-bottom: 15px;
}
.content-area {
	/*margin-bottom: 15px;*/
}
.row.breadcrumb_trail {
	margin-bottom: 0;
	background-color: #f5f5f5;
}
.breadcrumb_trail ul {
	margin-bottom: 0;
	border-radius: 0;
	list-style: outside none none;
	padding: 8px 15px;
}
.breadcrumb_trail ul li {
	display: inline
}
.breadcrumb_trail ul > li + li:before {
	color: #ccc;
	content: "/ ";
	padding: 0 5px;
}
.iframe {
	height: 0;
	overflow: hidden;
	padding-bottom: 52.65%; /* or 75% */
	padding-top: 30px; /*Chrome fix*/
	position: relative;
}
.iframe  iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.login .content p a[href] {
	color: #248b9b;
	text-decoration: underline;
}
.introduction {
	color: #fff;
}
.view-profile p span {
	color: #3366CC;
	font-family: 'roboto-med',Helvetica,Arial,sans-serif;
	font-size: 16px;
}
.view-profile h2 {
	margin-bottom: 20px;
}
.view-profile img {
	width: 100%;
	margin-bottom: 20px;
}
.view-profile .subtitle {
	color: #3366CC;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-family: 'roboto-med',Helvetica,Arial,sans-serif;
}
.vx_form input, .vx_form select, .vx_form button, .vx_form textarea {
	display: block;
}
.vx_form input, .vx_form select, .vx_form textarea {
	width: 100%;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.vx_form input, .vx_form select {
    height: 34px;
}
.vx_form input[type="file"], .vx_form input[type="submit"] {
	border: none;
	box-shadow: none;
	height: auto;
	width: auto;
}
.vx_form input[type="file"] {
	padding-left: 0;
}
.vx_form .submit {
	overflow: hidden;
}
.vx_form .multiple_choice label.inline, .vx_form .checkboxes label.inline, .vx_form .accept_decline label.inline {
	display: block;
	overflow: hidden;
	margin-bottom: 0;
}
.vx_form .multiple_choice label.inline input, .vx_form .checkboxes label.inline input, .vx_form .accept_decline label.inline input {
	float: left;
	width: auto;
	margin-right: 15px;
}
.vx_form .multiple_choice label.inline span, .vx_form .checkboxes label.inline span, .vx_form .accept_decline label.inline span {
	float: left;
	width: auto;
	margin-top: 10px;
	font-weight: normal;
}
.vx_form input[type="submit"] {
	border: 1px solid #3366CC;
	background: #3366CC;
	border-radius: 0;
	color: #fff;
	float: right;
}
.vx_form span {
    font-weight: bold;
}
.vx_form .instruction_paragraph span {
	font-weight: normal;
}
.well {
	overflow: hidden;
}
.well h2 {
	margin-top: 0;
	color: #3366CC;
	margin-bottom: 20px;
}
.well h3 {
	margin-top: 5px;
}
.well h3 a {
	margin-top: 5px;
	color: #248b9b;
}
.job_listing h2 {
	color: #3366CC;
}
.content .branded_button {
	border: 1px solid #fff;
	background: none;
	border-radius: 0;
	color: #fff;
}
.content .branded_button a {
	color: #fff;
}
.content .branded_button:hover {
	background: #333;
}
.content .branded_button_inverted {
	border-color: #3366CC;
	background: #3366CC;
}
.content .branded_button_inverted:hover {
	background: #333;
}
.content .brand_font, .content .branded_button {
	font-family: 'roboto-med',Helvetica,Arial,sans-serif;
}
.content a {
	color: #3366CC;
}
.content footer {
	background: none;
}
.block_image, .block_image img {
	display: block;
	width: 100%;
}
.margin_top {
	margin-top: 25px;
	overflow: hidden;
}
.margin_bottom {
	margin-bottom: 25px;
}
.no_margin {
	margin-bottom: 0;
}
.top_border {
	border-top: 1px solid #eee;
	padding-top: 25px;
}
.navbar-header {
	background: #f7f7f7;
	margin-top: 14px;
}
.icon {
	white-space: nowrap;
	margin-right: 14px;
	margin-bottom: 14px;
}
.icon .glyphicon {
	color: #3366CC;
}
.thumbnail {
	padding: 0;
	border-radius: 0;
	border: none;
}
.masthead {
	color: #fff;
	background: url(/_images/banner-bg.jpg) 50% 50%;
	background-size: cover;
	border-radius: 0;
	margin-bottom: 0;
}
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 0;
}
.content .form .branded_button {
	float: right;
	margin: 14px 0 0 0;
}
.content .form select {
	width: 100%;
}
.people_search_form {
	background: #333;
	color: #fff;
	font-size: 12px;
	padding: 10px 25px 0;
}
.people_search_form .form-control {
	height: 25px;
	font-size: 12px;
	min-width: 200px;
	max-width: 350px;
	padding: 5px;
}
.people_search_form .input-group {
	margin-bottom: 10px;
}
.people_search_form .input-group-addon {
	font-size: 12px;
	padding: 5px 10px;
}
.profile_content h2 {
	color: #999;
}
.content .dl-horizontal dt {
	width: 80px;
	text-align: left;
}
.content .dl-horizontal dd {
	margin-left: 100px;
}
.image_content .date {
	color: #999;
	font-size: 12px;
	margin-top: 15px;
}
.image_overlay {
	position: relative;
}
.image_overlay a::after {
	display: none;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	background: rgba(255,255,255,0.5) url(/_images/circle-overlay.png) 50% 50% no-repeat;
	background-size: 80px 80px;
}
.image_overlay a:hover::after {
	display: block;
}
.blog_listing_item {
	margin-bottom: 25px;
}
.blog_listing_item .icon {
	float: left;
	margin: 0 15px 15px 0;
}
.content blockquote {
	font-style: italic;
	border-left: 0;
	padding: 0;
	font-weight: 200;
}
.border_left {
	border-left: 1px
	solid #ccc;
}
.footer {
	margin-top: 25px;
	padding: 0 25px 25px;
	font-size: 12px;
	color: #999;
}
.footer a[href] {
	color: #999;
}
.share_buttons > div, .connect_buttons > div {
	float: left;
	margin-right: 10px;
}
.home .breadcrumb_trail {
	display: none;
}
.search-colleague {
	margin-top: 15px;
}
.search-colleague input[type="text"] {
	width: 100%;
}
.search-colleague .branded_button {
	border: 1px solid #ccc;
	color: inherit;
	float: right;
}
.btn p {
	margin-bottom: 0;
}
.login .top_links, .login .navigation, .login .breadcrumb_trail, .login .quick_links {
	display: none;
}
.register .top_links, .register .navigation, .register .breadcrumb_trail, .register .quick_links {
	display: none;
}
.warning {
	color: #d6524d;
	padding: 15px 0;
}
.alert {
	margin-top: 15px;
}
.navigation .nav ul {
	padding-left: 0;
	overflow: hidden;
}
.navigation .nav li {
	display: block;
	position: relative;
}
.navigation .nav li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	color: #777;
	text-decoration: none;
}
[class*="col-"] {
	margin-bottom: 15px;
	overflow: hidden;
}
.navigation [class*="col-"] {
	margin-bottom: 0;
}

/* Colour Palette */

.row.background, .introduction {
	background: /*<edit title="Primary Background">*/#3366CC/*</edit>*/;
}
.navigation .selected, .navigation .selected a[href] {
	background: /*<edit title="Menu Colour">*/#3366CC/*</edit>*/;
}
.top_links {
	background: /*<edit title="Top Links Bg">*/none;/*</edit>*/;
}
.quick_links {
	background: /*<edit title="Footer Quick Links Bg">*/#4c4c4c;/*</edit>*/;
}
.contact_information {
	background: /*<edit title="Footer Contacts Bg">*/#f7f7f7;/*</edit>*/;
}

@media only screen and (min-width: 768px) {
	.navigation .navbar-nav li {
		float: left;
	}
	.navigation .nav li a[href] {
		padding: 15px;
		border-left: 1px solid #eee;
	}
	.navigation .nav li:first-child a[href] {
		border: none;
	}
	.masthead .content {
		width: 61.8%;
		margin: 0 auto;
	}
	.content .form .form-group {
		overflow: hidden;
	}
	.content .form select { float: none; }
	.content .form .branded_button { margin: 0; }

	[class*="col-"] {
		margin-bottom: 0;
	}
}


/*----------------------------- VX System Styles----------------------------------*/

/* VX General */

img { display: block; max-width: 100%; }

/* VX Styles */

.x-border-box .carousel-inner > .item {
	display: block;
	transition: none;
}
.x-border-box  .carousel-inner > .next, .x-border-box  .carousel-inner > .prev {
	position: inherit;
}

/*------- Snippet Library -------*/
#_blocks .library-heading {
	padding:10px 20px;
	font-family:'roboto-reg',Helvetica,Arial;
	font-size:18px;
	background:#3366CC;
	color: #fff;
	margin: 10px 0;
}
#_blocks {
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857;
}

#_blocks .margin_top {
  margin-top: 25px;
}
#_blocks .icon {
  margin-right: 15px;
  white-space: nowrap;
}
#_blocks p {
    margin: 0 0 10px;
	color: #666;
	font-size: 14px;
    line-height: 1.42857;
}
#_blocks a {
  color: #3366CC;
}
#_blocks .jumbotron {
	padding: 20px 40px;
}
#_blocks .jumbotron h1 {
	color: #ffffff;
	text-align: center;
}
#_blocks .jumbotron p {
	color: #ffffff;
	text-align: center;
}
#_blocks p.lead {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
#_blocks blockquote {
    border-left: 5px solid #eee;
    font-style: italic;
    font-weight: 200;
    padding-left: 20px;
    margin: 0 0 20px;
}
#_blocks blockquote p {
	font-size: 18px;
}
#_blocks small {
	font-size: 12px;
}
#_blocks .branded_button {
	border: 1px solid #fff;
	background: none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	width: auto;
	padding: 10px 15px;
}
#_blocks .branded_button a {
	color: #fff;
}
#_blocks .branded_button_inverted {
	border-color: #3366CC;
	background: #3366CC;
}
#_blocks .branded_button p {
	margin-bottom: 0;
}
#_blocks .brand_font, #_blocks .branded_button {
	font-family: 'roboto-med',Helvetica,Arial,sans-serif;
}


#_blocks .col-sm-6, #_blocks .col-sm-3, #_blocks .col-sm-4, #_blocks .col-sm-9, #_blocks .col-sm-3 {
  float:left;
  margin-right: 1%;
}
#_blocks .col-sm-6 {
  width: 49%;
}
#_blocks .col-sm-3 {
  width: 24%;
}
#_blocks .col-sm-4 {
  width: 32%;
}
#_blocks .col-sm-9 {
  width: 74%;
}

/*------- VX TinyMCE -------*/

/*------- Cadwalader Style Overide -------*/

.navigation_logo .profile-pic {
	width: 60px;
	margin-left: 20px;
}
.navigation_logo .intro p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1;
}
.navigation_logo .intro p span {
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
}
.row.background, .introduction {
	background: /*<edit title="Primary Background">*/#3366CC/*</edit>*/;
}
.navigation .selected, .navigation .selected a[href] {
	background: /*<edit title="Menu Colour">*/#FF6B00/*</edit>*/;
}
.navigation .nav ul {
	margin-bottom: 0;
}
.navigation .nav li a[href] {
	padding: 8px 25px;
}
.row.main-menu {
	margin-bottom: 0;
	border-bottom: 1px solid #ff6b00;
}
.navbar {
	min-height: auto;
}
.navigation .nav li a {
	color: #333;
}
.padding {
	padding: 10px 15px;
}
.introduction h1 {
	margin-bottom: 3;
}
.well {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #3366cc;
	background: none;
}
.well h2 {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ff6b00;
}
.well h3 {
	font-family: 'roboto-reg',Helvetica,Arial,sans-serif;
	margin: 0;
	margin-bottom: 5px;
}
#manage_profile h3 a {
	color: #333;
}
.well h3 a {
	font-size: 14px;
	color: #3366cc;
}
.well p span.small {
	color: #999;
	font-style: italic;
}
.content .branded_button_inverted {
	background: #ff6b00;
	border-color: #ff6b00;
}
.top_links {
	border-bottom: 1px solid #ff6b00;
}
hr {
    border-color: #ff6b00;
    margin: 10px 0 20px 0;
}
.login .content p a[href] {
	color: #ff6b00;
}
.list-group ul {
	padding-left: 0;
}
.list-group li {
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
	margin-bottom: -1px;
	padding: 10px 15px;
	position: relative;
}
.list-group li:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.list-group li:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 0;
}
.list-group li.selected {
	background: #ddd;
}
.content h2 {
	border-bottom: 1px solid #ff6b00;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.carousel h2 {
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.bar {
	overflow: hidden;
	margin-bottom: 25px;
}
.pagination .pages {
	display: none;
}
.pagination span, .pagination a {
	padding: 5px 15px;
	border-right: 1px solid #ff6b00;
}
.pagination span:last-child, .pagination a:last-child {
	border: none
}
.radio_button .past_current {
	clear: both;
}
.radio_button .past_current input, .radio_button .past_current label {
	float: left;
	margin-right: 10px;
}

.cookie-warning {
	display: none;
	position: fixed;
	bottom: 0;
	padding: 10px;
	text-align: center;
	width: 100%;
	background: #3366CC;
	color: white;
	z-index: 1;
	padding-top: 20px;
}

.cookie-content{
	max-width: 1170px;
	margin: 0 auto;
}

.cookie-content p a {
	color: #ffffff;
}

.cookie-warning .button p a {
	text-decoration: none;
	background: #FFFFFF;
	color: #333333;
	padding: 5px 25px;
	border: 1px solid #FFFFFF;
	display: inline-block;
}