/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Styles */

body {
    font-family: 'Muli', sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

hr {
    background: #C40E0E;
    height: 22px;
    margin: 0;
    padding: 0;
}

.navbar-default {
	background: transparent;
	border: none;
}

.navbar-brand {
	padding: 0;
}

.navbar-toggle {
	padding: 9px 16px;
	margin-right: 8px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 15px;
}

a, a:link, a:visited {
    color: #000;
}

a:hover, .selected, .service_link {
    /* text-decoration: underline; */
	color: #0730CE !important;
}

.selected {
	text-decoration: underline;
}

.service_link {
	font-size: .8rem;
	font-style: italic;
}

.container-fluid {
    margin: 0;
    padding: 0;
}

.logo {
	background: #fff url(../img/nexus_capital_logo.png) no-repeat center center;
	/* box-shadow: 0px 0px 10px #aaa; */
	float: left;
	height: 50px;
	position: relative;
	text-indent: -9999px;
	width: 300px;
	z-index: 1000;
}

@media screen and (max-width: 959px) {
	.logo {
		background: transparent url(../img/nexus_capital_logo.png) no-repeat top center;
		float: none;
		height: 50px;
		margin: 8px auto;
		position: relative;
		text-indent: -9999px;
		width: 200px;
		z-index: 1000;
	}
}

nav {
    float: right !important;
    padding: 2%;
}

nav li {
    float: left;
    font-weight: 700;
    /* margin: 0 7%; */
    text-transform: uppercase;
}

.hero-image {
    position: relative;
    /* top: -50px; */
    z-index: 10;
}

@media screen and (max-width: 959px) {
	nav {
		width: 100%;
		float: left !important;
	}

	nav li {
	    margin: 3% 0%;
		text-align: center;
	}

	.hero-image {
	    position: relative;
	    top: 0px;
	    z-index: 10;
	}
}

@media screen and (max-width: 600px) {
	nav li {
	    margin: 3% 1%;
		text-align: center;
		width: 98%;
	}

	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 0px;
	}
}

.hero-image img {
    width: 100%;
}

.about {
	padding: 3% 15px 0;
}

@media screen and (max-width: 959px) {
	.about {
		padding: 5% 15px;
	}
}

h2 {
	background: #C40E0E;
    color: #fff;
	display: table-cell;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 40px 10px 10px;
	text-transform: uppercase;
}

p {
    margin: 1.5% 0;
}

.blue-stripe {
    background: #0730CE;
    height: 1px;
    margin: 4% 0;
}

/* Ribbon Right: ; */

.ribbon-right {
    background: #C40E0E;
    bottom: 90px;
    color: #FFF;
    display: table-cell;
    font-size: 16px !important;
    padding: .4em 2em;
    position: relative;
    right: -96px;
    text-align: right;
    text-transform: uppercase;
    width: auto;
}

.ribbon:before {
    border-left-color: transparent;
    border-right-width: 1.5em;
    left: -2em;
}

.ribbon:after {
    border-left-width: 1.5em;
    border-right-color: transparent;
    right: -2em;
}

.ribbon-right .ribbon-content:before, .ribbon-right .ribbon-content:after {
    border-color: #162025 transparent transparent transparent;
    border-style: solid;
    bottom: -1em;
    content: "";
    display: block;
    position: absolute;
}

.ribbon-right .ribbon-content:after {
    border-width: 1em 1em 0 0;
    right: 0;
}

/* Ribbon Left: ; */

.ribbon-left {
    background: #C40E0E;
    bottom: 90px;
    color: #FFF;
    display: table-cell;
    font-size: 16px !important;
    padding: .4em 2em;
    position: relative;
    left: -15px;
    text-align: right;
    text-transform: uppercase;
    width: auto;
}

.ribbon:before {
    border-left-color: transparent;
    border-right-width: 1.5em;
    left: -2em;
}

.ribbon:after {
    border-left-width: 1.5em;
    border-right-color: transparent;
    right: -2em;
}

.ribbon-left .ribbon-content:before, .ribbon-left .ribbon-content:after {
    border-color: #162025 transparent transparent transparent;
    border-style: solid;
    bottom: -1em;
    content: "";
    display: block;
    position: absolute;
}

.ribbon-left .ribbon-content:before {
    border-width: 1em 0 0 1em;
    left: 0;
}

.advisory_ribbon {
	bottom: 70px;
	right: -115px;
}

.service-chunk-left, .service-chunk-right {
    margin: 0;
    position: relative;
}

.service-chunk-left-inner, .service-chunk-right-inner {
    margin: 2% 0;
    position: relative;
}

@media screen and (max-width: 959px){
	.service-chunk-left, .service-chunk-right {
	    margin: 3% 0;
	    position: relative;
	}
}

.service-img {
    position: relative;
    top: 26%;
    z-index: 1000;
}

.service-img-right {
    left: -9%;
    position: relative;
    top: -12%;
    z-index: 1000;
}

.service-img img {
    margin-top: 20%;
}

.service-img-right img {
    margin-top: 12%;
}

.three img {
    margin-top: -1%;
}

@media screen and (max-width: 959px){
	.service-img, .service-img-right {
		padding: 0;
	}

	.service-img img, .service-img-right img  {
		width: 100%;
	    margin-top: 0;
	}

	.service-img-right {
	    left: 0%;
	    position: relative;
	    top: -0%;
	    z-index: 1000;
	}

	.ribbon-right {
		position: absolute;
		right: -16px;
		bottom: 50px;
	}
}

.text-chunk {
    background: #FFF;
    border-right: 5px solid #C40E0E;
    box-shadow: 0px 0px 6px #cecece;
    padding: 2% 2% 2% 9.5%;
    position: relative;
    z-index: 100;
}

.text-chunk-right {
    background: #FFF;
    border-left: 5px solid #C40E0E;
    box-shadow: 0px 0px 6px #cecece;
    padding: 2% 9.5% 2% 2%;
    position: relative;
    z-index: 100;
}

.text-chunk ul, .text-chunk-right ul {
    list-style-type: disc;
}

.text-chunk ul li {
    margin: 2% 0;
}

@media screen and (max-width: 959px) {
	.text-chunk {
		margin-top: -5px;
		padding: 2%;
	}

	.text-chunk-right {
		margin-top: -10px;
	}

	.text-chunk-right-advanced {
		margin-top: -43px;
	}
}

footer {
    background: #000;
    padding: 2%;
    color: #FFF;
}

footer a, footer a:link, footer a:visited {
    color: #FFF;
}

footer a:hover {
    text-decoration: underline;
}

.clearfix {
    clear: both;
}

h3 {
    font-weight: 700;
}

.tel, .tel a {
	color: #0730CE;
}

form, form * {
	margin: .75% 0;
	width: 100%;
}

input {
	border: 1px solid #333;
	padding: .75% 1%;
}

textarea {
	border: 1px solid #333;
	height: 100px;
	padding: .75% 1%;
	resize: none;
}

button {
	background: #0730CE;
	border: none;
	color: #FFF;
	float: right;
	padding: .75% 0;
	width: 20%;
}

nav button {
	width: auto;
}

@media screen and (min-width: 960px) {
	.text-chunk-mt-8 {
		margin-top: 8%;
	}

	.text-chunk-mt-27 {
		margin-top: 2.7%;
	}

	.text-chunk-mt-65 {
		margin-top: 6.5%;
	}
}
