/*Logo and Navigation styles*/

.header-main {	
	background-color: #2b3849;    
	padding:10px;
}

.broughtlink {
	float:right; 
	/*position:absolute;*/
	top:30px; 
	right:10px;}

	.broughtlink em {font-size:14px}

	.broughtlink .icon-cast {font-size:20px !Important;}
	.navbar-header .logo {margin-top:7px !Important;}
	.logo, .logo a {
		display: block;
		width: 300px;
		height: 50px;
		float: left;
	}
	.blog-logo {
		background-image: url('/images/blog-banners/logo_sipulse_book400.png');
		background-repeat: no-repeat;
		background-size: 100%;
		width: 100%;
		height: 100%;

	}
	.pagination > .active > a {
		color: #ffffff;
	}
	.pagination > li:hover > a {
		color: #ffffff;
	}
	.pagination > li:hover > a {
		color: #ffffff;
	}
	.castblogs .pagination {
		margin: 0 10px;
	}
	.navbar .mainNavItem li a.sfSel {
		color: #ffffff !Important;
	}
	.navbar .mainNavItem li a, .broughtlink a, .broughtlink a span {
		color: #778899 !Important;
		transition: all 0.2s linear;
	}
	.navbar .mainNavItem li a:hover, .broughtlink a:hover, .broughtlink a:hover span {
		color: #ffffff !Important;
	}
	i.fa.fa-search {
		color: #778899;
	}
	.navbar-default .navbar-nav > li > a.main_logo {
		text-transform:  none;
		color: #ffffff!important;
		padding-left:  30px;
	}

	.navbar-default .navbar-nav > li > a.main_logo span {
		font-size:  15px;
		color: #ffffff;
		line-height:  0;
		height:  10px;
	}
	.header-main .navbar .navbar-nav > li > a.btn {
		color: #2b3849!important;
		padding: 10px 20px;
		margin: 15px 0 15px 50px;
		background-color: #ffdd00;
		border: 2px solid #ffdd00;
		line-height: 20px !important;
		transition: all 0.2s linear;
	}
	.header-main .navbar .navbar-nav > li > a.btn:before {
		content: '\00bb';
		position: absolute;
		right: 0;
		font-size: 30px;
		line-height: 15px;
		opacity: 0;
	}
	.header-main .navbar .navbar-nav > li > a.btn:hover {
		color: #ffdd00!important;
		padding: 10px 30px 10px 10px;
		background-color: #2b3849;
	}
	.header-main .navbar .navbar-nav > li > a.btn:hover:before {
		opacity: 1;
		right: 10px;
	}
	.sfsearchSubmit {
		padding: 15px;
		background: #ffdd00;
		border: 2px solid #ffdd00;
		border-radius: 3px;
		font-family: 'proxima-nova', sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #2a3848;
		text-transform: uppercase;
		letter-spacing: 1px;
		outline: none;
		transition: 0.2s linear;
	}
	.sfsearchSubmit:hover {
		color: #ffdd00!important;
		background-color: #2b3849;
	}

	/*End of Logo and Navigation styles*/

	section#MainWrapper {
		background-color: #f3f6f9;
	}
	#SliderContainer { 
		background: #f3f6f9;
	}
	.blog-banner {
		background: #2b3849;
		height: 120px;
		/*margin-bottom: 2em;*/
		padding: 2em 0;
		background-repeat: no-repeat;
		background-color:#2b3849;
	}
	.author-page-banner {
		margin-bottom: 0px !important;
	}
	.sflist {
		padding-left: 0;
		padding-right:0;
	}
	.blog-main-title {
		color: #fff;
		font-weight: 300;
		font-size: 40px;
		font-family: 'GothamBook';
	}
	.blog-sub-title {
		color: #fff;
		font-family: 'GothamBook';
		font-size: 26px;
	}
	.blog-post-title {
		margin-bottom: 3px;
	}
	.blog-wrapper .blog-post-title a, .blog-wrapper .blog-post-title span { 
		font-family: 'GothamBold';
		color: #000000;
		font-size: 17px;
		line-height: 22px;
		transition: all 0.3s linear;
	}
	.blog-post-title a:hover, .blog-wrapper .blog-post-title span:hover {
		color: #0099cc;
	}
	.blog-post-date {
		margin-bottom: 3px;
	}
	.blog-post-desc{
		font-size: 14px;
		line-height: 20px;
		color: #5d6573;
		font-weight: 600;
	}
	.blog-cta-wrapper .recent-item-header span {
		background-color: #cccccc;
	}
	.blog-cta-wrapper .recent-item-header span:before {
		content: '';
		display: block;
		position: absolute;
		left: -10px;
		bottom: -13px;
		border-top: 0 inset transparent;
		border-right: 9px solid #8a8a8a;
		border-bottom: 7px inset transparent;
		border-left: 10px inset transparent;
		transition: all 0.3s linear;
	}
	.blog-cta-wrapper:hover .recent-item-header span:before {
		border-top: 0 inset transparent;
		border-right: 16px solid #8a8a8a;
		border-bottom: 7px inset transparent;
		border-left: 10px inset transparent;
		transition: all 0.3s linear;
	}
	
	.blog-cta-wrapper.report .recent-item-header span {
		background-color: #ffdd00;
	}
	.blog-cta-wrapper.report .recent-item-header span:before {
		content: '';
		display: block;
		position: absolute;
		left: -10px;
		bottom: -13px;
		border-top: 0 inset transparent;
		border-right: 9px solid #bbaa33;
		border-bottom: 7px inset transparent;
		border-left: 10px inset transparent;
		transition: all 0.3s linear;
	}
	.blog-cta-wrapper.report:hover .recent-item-header span:before {
		border-top: 0 inset transparent;
		border-right: 16px solid #bbaa33;
		border-bottom: 7px inset transparent;
		border-left: 10px inset transparent;
		transition: all 0.3s linear;
	}

	.blog-cta-wrapper.paper .recent-item-header span {
		background-color: #00b2ff;
	}
	.blog-cta-wrapper.paper .recent-item-header span:before {
		content: '';
		display: block;
		position: absolute;
		left: -10px;
		bottom: -13px;
		border-top: 0 inset transparent;
		border-right: 9px solid #0077ab;
		border-bottom: 7px inset transparent;
		border-left: 10px inset transparent;
		transition: all 0.3s linear;
	}
	.blog-cta-wrapper.paper:hover .recent-item-header span:before {
		border-top: 0 inset transparent;
		border-right: 16px solid #0077ab;
		border-bottom: 7px inset transparent;
		border-left: 10px inset transparent;
		transition: all 0.3s linear;
	}

	.blog-cta-wrapper.survey .recent-item-header span {
		background-color: #66aa44;
	}
	.blog-cta-wrapper.survey .recent-item-header span:before {
		content: '';
		display: block;
		position: absolute;
		left: -10px;
		bottom: -13px;
		border-top: 0 inset transparent;
		border-right: 9px solid #337722;
		border-bottom: 7px inset transparent;
		border-left: 10px inset transparent;
		transition: all 0.3s linear;
	}
	.blog-cta-wrapper.survey:hover .recent-item-header span:before {
		border-top: 0 inset transparent;
		border-right: 16px solid #337722;
		border-bottom: 7px inset transparent;
		border-left: 10px inset transparent;
		transition: all 0.3s linear;
	}

	/*.blog-cta-wrapper .blog-post-title {
		background-color: #2b3849;
		color: #ffffff;
	}
	.blog-cta-wrapper .blog-post-title span {
		color: #ffffff;
		}*/
		.blog-cta-wrapper {
			border: 4px solid #cccccc;
		}
		.blog-cta-wrapper.report {
			border: 4px solid #ffdd00;
		}
		.blog-cta-wrapper.paper {
			border: 4px solid #00b2ff;
		}
		.blog-cta-wrapper.survey {
			border: 4px solid #66aa44;
		}
		.blog-wrapper.blog-cta-wrapper .blog-teaser {
			height: 142px;
		}
		.blog-wrapper.blog-cta-wrapper .blog-post-title {
			height: 100px;
			max-height: 100px;
		}
		.blog-post-desc p {
			margin-bottom: 2px;
		}
		.sfTxtLbl {
			font-family: 'GothamMedium';
			font-weight:400;
			margin-bottom: 0px;
			float:left;
			margin-right: 10px;
			color: #000;
		}
		.blog-wrapper {
			margin-bottom: 20px;
			display: block;
			background-color: #fbfbfb;
			transition: all 0.3s linear;
		}
		.blog-wrapper:hover {
			background-color: #fff;
			box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
		}
		.subscriptiontile .blog-wrapper {
			margin-bottom: 20px;
			background-color: #2b3849;
			background-image: url('/images/hp2017/blog_images/CTA_bg.png');
			background-size: contain;
		}
		.subscriptiontile .blog-wrapper .blog-teaser {
			padding: 20px 0px;
		}
		.subscriptiontile .blog-wrapper h4 {
			font-family: 'GothamBold';
			font-size: 1.5em;
			line-height: 1.3em;
		}
		.subscriptiontile .blog-wrapper p {
			padding-top: 10px;
		}
		.subscriptiontile .blog-wrapper .btn-primary {
			background-color: #00b2ff;
			color: #fff;
			transition: all 0.3s linear;
		}
		.subscriptiontile .blog-wrapper .btn-primary:hover {
			background-color: #0099cc;
		}
		.subscriptiontile .blog-wrapper .btn-primary .fa {
			padding-right: 10px;
			font-size: 1.5em;
			line-height: 0.5em;
			vertical-align: middle;    
		}
		.sfRTFContent{
			font-size: 14px;
			line-height: 20px;
			color: #5d6573;
			font-weight: 600;
		}
		.sys-template {
			display: none;
		}
		.blog-list {
			list-style-type: none;
		}
		.sfTagsList, .sfCategoriesList {
			padding-left:0;
			list-style-type: none;
			display: inline-block;
		}
		.sfTagsList li, .sfCategoriesList li {
			float: left;
			font-size: 14px;
			padding-top: 2px;
			margin-right: 10px;
		}
		.sfTagsList li span, .sfCategoriesList li span {
			border-bottom: 1px #03A9F4 solid;
			padding-bottom: 2px;
		}
		.blog-category {
			clear: both;
			padding-top: 1em;
			font-size:14px;
		} 
		.blog-tags {
			margin-top:-5px; 
			font-size:14px;
			clear: both;
			overflow: hidden;
		}
		.sfcommentsTitle { 
			text-align: center;
			font-size: 16px;
			text-transform: uppercase;
			font-weight: bold;
			color: #5d6573; 
		}
		.sfcommentsOrderFilterWrp {
			float: right;
		}
		.sfLeaveCommentLnk {
			margin: 1em 0;
		}
		.sfcommentsList { 
			margin-top: 1em;
			list-style: none;
			margin: 1em;
		}
		.sfcommentDetails {
			padding-bottom: 2em;
		}
		.sfcommentDetails img {
			width: 60px;
			border-radius: 50%;
			float: left;
			margin-right: 1em;
		}   
		.sfcommentDate, .sfcommentAuthor {
			font-size:12px;
		}
		.sfcommentAuthorAvatar {
			float: left;
		}
		.sfcommentsFormWrp .sfcommentsTitle { 
			text-align: left;
			padding-left: 8em;
		}
		.sfcommentsFieldsList {
			list-style: none;
		}
		.sfcommentsForm {
			margin-bottom: 4em;
		}
		.sfcommentsSubmitBtn {
			background: #03A9F4;
			padding: 10px 20px;
			border: none;
			border-radius: 2px;
			color: #fff;
			margin-left: 2em;
		}
/*.single-blog-desc {
	padding-top: 20em;
	}*/
	.detailblog-banner {
		height: 250px;
		background-position: center;
		background-size: cover;
		padding: 6em 4em 0;
		position: relative;
		left: 0;
		width: 100%;
	}
	.tp-dottedoverlay.threexthree { 
		background: rgba(0, 0, 0, 0.6);
		width: 100%;
		height: 326px;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}
	.detailblog-banner .blog-post-author, .detailblog-banner .sftitle, .sfpostAuthorAndDate {
		color: #fff;
		position: relative;
		z-index: 1;      
	}


	/*blog home css by JGR*/

	.blog-author-panel .container .row .column div {
		line-height: 1.7em;
		text-align: justify;
	}
	.blog-author-panel .container .row .col-md-10 div:first-child {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #778899;
	}
	.blog-author-panel .container .row .column div b {
		color: #000000;
	}
	.more-posts .btn-primary {
		background-color: #777f92;
		border: 0;
		color: #ffffff;
		font-size: 15px;
		font-weight: 400;
		padding: 15px;
		border-radius: 0;
		text-transform: uppercase;
		transition: 0.2s all linear;
	}
	.more-posts .btn-primary:hover {
		background-color: #00b2ff;
		border: 0;
		color: #ffffff;
		padding: 15px;
		border-radius: 0;
		cursor: pointer;
	}
	.blog-wrapper .blog-post-title {
		height: 100px;
		max-height: 100px;
		overflow: hidden;
		padding: 10px 15px 0px;
		margin-bottom: 0;
	}
	.blog-wrapper .blog-post-date {
		color: #ffffff;
		font-family: 'GothamLight';
		font-weight: 400;
		font-size: 12px;
		font-style: italic;
	}
	.blog-wrapper .blog-post-desc {
		margin-top: 10px;
	}
	.blog-wrapper .blog-post-desc {
		margin-top: 10px;
	}
	.blog-wrapper .blog-post-desc, .blog-wrapper .blog-post-desc p {
		position: relative;
		max-height: 60px;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-top: 0;
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-family: 'GothamLight';
		font-size: 13px;
		line-height: 1.5em;
		text-align: left;
		color: #fff;
		font-weight: 400;
	}
	.blog-wrapper.blog-cta-wrapper .blog-post-desc, .blog-wrapper .blog-post-desc p {
		max-height: 100%;
	}
	.blog-wrapper .blog-post-desc a, .blog-wrapper .blog-post-desc p a {
		color: #707681;
		text-decoration: underline;
	}
	.blog-wrapper .blog-post-desc a:hover, .blog-wrapper .blog-post-desc p a:hover {
		color: #00b2ff;
	}
	.blog-teaser {
		width: 100%;
		height: 150px;
		overflow: hidden;
		position: relative;
	}
	.blog-teaser-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		z-index: 1;
	}
	.blog-teaser-description {
		position: relative;
		float: left;
		top: -100%;
		width: 100%;
		height: 100%;
		padding: 15px !important;
		z-index: 2;
		background-color: rgba(0, 0, 0, 0.8);
		transition: all 0.3s linear;
	}
	.blog-wrapper:hover .blog-teaser-description {
		top: 0;
	}
	.recent-item-header {
		position:  absolute;
		top: 0;
		z-index: 3;
		width: calc(100% + 20px);
		margin-left: -13px!important;
		margin-top: -10px!important;
		transition: all 0.3s linear;
	}

	.recent-item-header span {
		padding: 6px 10px;
		background-color: #ffdd00;
		color: #2a3848;
		font-size: 11px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.blog-wrapper:hover .recent-item-header {
		margin-left:  -20px !important;
	}
	.single-blog-desc.subscriptiontile .blog-wrapper {
		margin-bottom: 20px;
	}
	.blog-wrapper.blog-cta-wrapper {
		position: relative;
		margin-bottom: 20px;
	}
	.blog-copy {
		padding: 2em;
		background-color: #fff;
		box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
	}
	.blog-post-date {
		position: relative;
		padding-top: 12px;
	}
	.blog-post-date:before {
		content: '';
		position: absolute;
		top: 0px;
		width: 20%;
		height: 2px;
		background: #00b2ff;
	}
	.blog-post-author a {
		font-family: 'GothamLight';
		font-size: 13px;
		font-weight: 600;
	}
	.blog-post-author {
		position: relative;
		margin-bottom: 5px;
	}
	.wp-caption-text {
		text-align: center;
		font-style: italic;
	}
	.blog-wrapper .blog-category, .blog-post-desc .blog-category {
		color: #778899;
		font-size: 17px;
		line-height: 1.7em;
		font-weight: 600;
	}
	.blog-wrapper .blog-category a, .blog-post-desc .blog-category a {
		color: #00b2ff;
		font-size: 15px;
		line-height: 1.7em;
		font-weight: 400;
		text-decoration: underline;
	}
	.blog-wrapper .blog-category a:hover, .blog-post-desc .blog-category a:hover {
		color: #428bca;
	}
	.blog-wrapper .blog-tags, .blog-post-desc .blog-tags {
		color: #778899;
		font-size: 17px;
		line-height: 1.7em;
		font-weight: 600;
	}
	.blog-wrapper .blog-tags a, .blog-post-desc .blog-tags a {
		color: #00b2ff;
		font-size: 15px;
		line-height: 1.7em;
		font-weight: 400;
		text-decoration: underline;
	}
	.blog-wrapper .blog-tags a:hover, .blog-post-desc .blog-tags a:hover {
		color: #428bca;
	}
	.single-blog .detailblog-banner {
		padding: 0;
	}
	.single-blog .detailblog-banner .col-md-12 {
		max-width: 837px;
		min-height: 150px;
		background-color: rgba(52, 64, 79, 0.8);
		padding: 30px 30px 30px 90px;
		top: 125px;
		transform: translateY(-50%);
		margin-left:10px;
	}
	.single-blog-desc.subscriptiontile {
		margin-top: 20px;
	}
	h1.blog-post-title span, .sfpostAuthorAndDate span, .sfpostAuthorAndDate a {
		color: #ffffff;
	}
	.sfpostAuthorAndDate a {
		text-decoration: underline;
	}
	.sfpostAuthorAndDate a:hover {
		color: #00b2ff;
	}
	.blog-copy .alignnone {
		margin: 20px auto;
		margin-bottom: 10px;
		width: auto;
		max-width: 100%;
		border: 1px solid #cccccc;
	}
	.blog-copy p {
		margin-bottom: 25px;
		font-size: 17px;
		line-height: 1.7em;
		font-weight: 400;
		color: #778899;
	}
	.blog-copy ul, .blog-copy ol {
		margin-bottom: 25px;
	}
	.blog-copy img {
		width: auto;
		max-width: 100%;
	}
	.blog-copy p a, .blog-copy span a, .blog-copy p a strong, .blog-copy span a strong {
		font-size: 17px;
		line-height: 1.7em;
		color: #00b2ff !important;
		text-decoration: underline;
	}
	.blog-copy p a:hover, .blog-copy span a:hover, .blog-copy p a:hover strong, .blog-copy span a:hover strong {
		color: #428bca !important;
		text-decoration: underline;
	}
	.blog-copy ul, .blog-copy ol, ul, ol {
		font-size: 17px;
		line-height: 1.7em;
		color: #778899;
	}
	#MainWrapper .blog-copy ul li span, #MainWrapper .blog-copy ul li, #MainWrapper .blog-copy ol li span, #MainWrapper .blog-copy ol li, ul li span, ul li, ol li span, ol li {
		color: #778899;
		font-weight: 400;
	}
	div[data-sf-role=comments-wrapper] div h3 {
		color: #778899;
		text-align: center;
		font-size: 22px;
		line-height: 1em;
		text-transform: uppercase;
	}
	span[data-sf-role=comments-header]:before {
		content: '';
		position: absolute;
		width: 100px;
		height: 3px;
		background-color: #778899;
		left: 37%;
		margin-top: 10px;
		transform: translateX(-50%);
	}
	span[data-sf-role=comments-header]:after {
		content: '';
		position: absolute;
		width: 100px;
		height: 3px;
		background-color: #778899;
		right: 37%;
		margin-top: 10px;
		transform: translateX(50%);
	}
	a[data-sf-role=comments-new-form-button] {
		position: relative;
		display: block;
		float: none;
		padding: 15px 20px;
		background-color: #778899;
		color: #ffffff;
		font-size: 17px;
		line-height: 1em;
		font-weight: 600;
		text-transform: uppercase;
		cursor: pointer;
		transition: 0.2s all linear;
	}
	a[data-sf-role=comments-new-form-button]:hover {
		background-color: #00b2ff;
	}
	span[data-sf-role=comments-count-list-wrapper] {
		display: block;
		margin: 30px 0px;
		font-size: 17px;
		color: #778899;
		font-weight: 600;
	}
	div[data-sf-role=comments-count-wrapper] {
		padding-top: 10px;
	}
	div[data-sf-role=comments-container] {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	img[data-sf-role=comment-avatar] {
		float: left;
		padding-right: 20px;
	}
	span[data-sf-role=comment-name] {
		font-weight: 700;
		color: #000;
		text-transform: uppercase;
	}
	div[data-sf-role=comments-container] > div > div {
		padding-bottom: 5px;
	}
	div[data-sf-role=comment-message] {
		padding-top: 5px;
		font-size: 17px;
		color: #778899;
	}
	div[data-sf-role=comments-new-form] {
		float: left;
	}
	div[data-sf-role=comments-new-form] img {
		vertical-align: top;
		padding-bottom: 15px;
	}
	textarea[data-sf-role=comments-new-message] {
		float: none;
		padding: 10px;
		width: 300px;
		height: 100px;
	}
	div[data-sf-role=comments-new-form] span {
		font-size: 17px;
		font-weight: 700;
	}
	.sf-Ratings {
		padding: 10px 0px;
	}
	button[data-sf-role=comments-new-submit-button] {
		position: relative;
		display: block;
		float: none;
		padding: 15px 20px;
		margin-bottom: 20px;
		border: 0;
		outline: none;
		background-color: #778899;
		color: #ffffff;
		font-size: 17px;
		line-height: 1em;
		font-weight: 600;
		text-transform: uppercase;
		cursor: pointer;
		transition: 0.2s all linear;
	}
	button[data-sf-role=comments-new-submit-button]:hover {
		background-color: #00b2ff;
	}

	/*end of blog home css by JGR*/

	/*Author view CSS 11.02.2017*/

	.columns .panel {
		border: 0;
		border-radius: 0;
		box-shadow: none;
		margin-bottom: 50px;
	}
	.panel .panel-body {
		padding: 0;
	}
	.team-wrapper img {
		width: 60%;
		margin: 0 20%;
		border-radius: 50%;
		padding: 0;
		border: 1px solid #ccc;
	}
	.team-info .team-name {
		font-size: 12px;
		line-height: 1em;
		height: 1.2em;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #000000;
	}
	.team-info .team-name a {
		color: #000000;
		text-decoration: none;
	}
	.team-info .team-name a:hover {
		color: #0099cc;
		text-decoration: underline;
	}
	.team-info p.team-role {
		display: block;
		font-size: 11px;
		line-height: 1.5em;
		height: 4.5em;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		color: #000000;
	}
	.team-info span {
		color: #000000;
		font-size: 12px;
		font-weight: 700;
	}
	.white-space.space-medium {
		display: none;
	}

	/*End Author view CSS 11.02.2017*/
	@media only screen and (max-width: 800px) {
		.logo, .logo a {
			width: 250px;
			height: 45px;
		}
		.single-blog .detailblog-banner .col-md-12 {
			padding: 20px;
		}
		h1.blog-post-title span {
			font-size: 20px;
		}
	}
	@media only screen and (max-width: 991px) {
		.nav-left .gfx-nav {
			float: none;
			height: auto;
			overflow: hidden;
		}
		.mainNavItem #searchIcon {
			position: relative !important;
			top: auto !important;
			text-align: center;
			margin-bottom: 10px;
		}
		.gfx-mega .nav {
			border-bottom: 1px solid #cccccc;
			margin-bottom: 10px;
		}
		.navbar-toggle {
			height: 39px !important;
		}
	}
	@media only screen and (max-width: 1100px) {
		.navbar .navbar-nav > li > a {
			font-size: 11px!important;
			line-height: 30px !important;
		}
		.logo, .logo a {
			width: 240px;
			height: 40px;
		}
		#searchIcon {
			top: 10px;
		}
	}
	@media only screen and (max-width: 1750px) {
		.broughtlink {
			float: right;
			position: relative;
			top: 0;
			right: 0;
		}
	}