/* -------------------------------------------------------------- 

	VARIABLES
	
	Variables / constants used throughout the stylesheets

-------------------------------------------------------------- */
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS elements by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
body {
  font-family: "ProximaNova-Regular";
  font-size: 100%;
}
strong {
  font-family: "ProximaNova-Bold";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  color: #000;
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 200%;
  margin: 10px 0 0 0;
}
h2 {
  font-size: 180%;
}
h3 {
  font-size: 160%;
}
h4 {
  font-size: 140%;
}
h5 {
  font-size: 120%;
}
h6 {
  font-size: 100%;
}
hr {
  border-top: 1px solid #eee;
}
ul.bullets li {
  margin-left: 1.5em;
  list-style-type: disc;
}
.no-margin {
  margin: 0;
}
.container .container {
  z-index: 0;
  clear: both;
}
.awesome,
.button.awesome,
button.awesome,
input[type="submit"].awesome,
input[type="reset"].awesome,
input[type="button"].awesome {
  background: #7c3756;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  margin-bottom: 0;
}
.awesome.big {
  padding: 10px 18px 8px 18px !important;
}
.awesome.huge {
  padding: 15px 28px 13px 28px !important;
}
.awesome:hover {
  background: #965f78 !important;
}
.awesome.investment-banking {
  background-color: #d16c09;
}
.awesome.private-equity {
  background-color: #0b9fdc;
}
.awesome.venture-capital {
  background-color: #5ba718;
}
.awesome.hedge-fund-trading {
  background-color: #ff2f4c;
}
.awesome.ico-download {
  background-image: url("../img/icons/awesome-download.png") !important;
  background-repeat: no-repeat !important;
  background-position: 7px 4px !important;
  padding-left: 28px;
  margin-top: 15px;
}
.awesome.ico-download:hover {
  background-image: url("../img/icons/awesome-download.png") !important;
  background-repeat: no-repeat !important;
  background-position: 7px 4px !important;
  padding-left: 28px;
  margin-top: 15px;
}
.awesome.ico-basket {
  background-image: url("../img/icons/awesome-basket.png") !important;
  background-repeat: no-repeat !important;
  background-position: 7px 6px !important;
  padding-left: 33px;
}
.awesome.ico-basket:hover {
  background-image: url("../img/icons/awesome-basket.png") !important;
  background-repeat: no-repeat !important;
  background-position: 7px 6px !important;
  padding-left: 33px;
}
.awesome.small.ico-view-all {
  background-image: url("../img/icons/awesome-view-all.png") !important;
  background-repeat: no-repeat !important;
  background-position: 5px 3px !important;
  padding-left: 24px !important;
  margin-top: 5px;
}
.awesome.small.ico-view-all:hover {
  background-image: url("../img/icons/awesome-view-all.png") !important;
  background-repeat: no-repeat !important;
  background-position: 5px 3px !important;
  padding-left: 24px !important;
  margin-top: 5px;
}
p.featured {
  font-size: 150%;
  line-height: 140%;
  color: #7c3756;
  font-family: "ProximaNova-Bold";
  text-align: justify;
}
label {
  text-align: right;
  text-transform: uppercase;
  padding: 3px;
}
label.checkbox {
  text-align: left;
}
.center {
  text-align: center;
}
.widget {
  background: url("../img/widgets/widget-header.png") repeat-x #eeeeee;
  min-height: 100px;
  padding: 8px 12px 4px 12px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget h5 {
  color: #fff;
  margin-bottom: 20px;
  min-height: 45px;
}
.widget p {
  margin: 5px 0;
}
.widget ul.guides,
.widget ul.articles {
  margin: 0;
}
.widget ul.guides li,
.widget ul.articles li {
  background-repeat: no-repeat;
  background-position: 0 1px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  text-shadow: 1px 1px 2px #fff;
  font-size: 100%;
  padding-left: 26px;
}
.widget ul.guides li p,
.widget ul.articles li p {
  line-height: 18px;
}
.widget ul.guides li a,
.widget ul.articles li a {
  text-decoration: none;
  font-family: "ProximaNova-Bold";
  color: #333;
  line-height: 18px;
}
.widget ul.guides li.orange,
.widget ul.articles li.orange,
.widget ul.guides li.investment-banking,
.widget ul.articles li.investment-banking {
  background-image: url("../img/footer/article-investment-banking.png");
}
.widget ul.guides li.blue,
.widget ul.articles li.blue,
.widget ul.guides li.private-equity,
.widget ul.articles li.private-equity {
  background-image: url("../img/footer/article-private-equity.png");
}
.widget ul.guides li.green,
.widget ul.articles li.green,
.widget ul.guides li.venture-capital,
.widget ul.articles li.venture-capital {
  background-image: url("../img/footer/article-venture-capital.png");
}
.widget ul.guides li.red,
.widget ul.articles li.red,
.widget ul.guides li.hedge-fund-trading,
.widget ul.articles li.hedge-fund-trading {
  background-image: url("http://www.askivy.net/assets/img/footer/article-hedge-fund-trading.png");
}
.widget ul.guides li:hover,
.widget ul.articles li:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.rating {
  position: absolute;
  right: 7px;
  top: 7px;
}
/* tables */
table {
  width: 100%;
}
table thead th {
  text-align: left;
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  background: #EFEFEF;
}
table tbody td {
  padding: 10px;
}
table tbody td .no-results {
  background: #eee;
  padding: 120px 50px;
  text-align: center;
}
table.tablesorter {
  width: 100%;
  text-align: left;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
  background-color: #7c3756;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-family: "ProximaNova-Bold";
  text-shadow: 1px 1px 2px #965f78;
  text-transform: uppercase;
}
table.tablesorter thead tr .header {
  background-image: url("../img/tablesorter/bg.gif");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
table.tablesorter tbody td {
  color: #3D3D3D;
  padding: 6px 15px;
  background-color: #FFF;
  vertical-align: top;
}
table.tablesorter tbody td a {
  display: block;
  text-decoration: none;
}
table.tablesorter tbody tr.odd td {
  background-color: #efefef;
}
table.tablesorter thead tr .headerSortUp {
  background-image: url("../img/tablesorter/asc.gif");
}
table.tablesorter thead tr .headerSortDown {
  background-image: url("../img/tablesorter/desc.gif");
}
table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
  background-color: #8dbdd8;
}
.slider {
  background-color: #eee;
  padding: 10px 0 6px 0;
  border: 1px solid;
}
.slider .images {
  margin: 0;
  background: #eee;
}
.slider .images li {
  margin: 0;
  line-height: 100%;
}
.slider .navigation {
  margin: 0;
}
.slider .navigation li {
  margin: 0;
  line-height: 100%;
  background: #ccc;
  padding: 12px 12px;
  margin-bottom: 2px;
}
.slider .navigation li h2 {
  line-height: 100%;
  margin-bottom: 5px;
}
.slider .navigation li a {
  text-decoration: none;
}
.slider .navigation li.active {
  background-color: #7c3756;
  background-image: url("../img/widgets/widget-header.png");
  background-position: -20px 0;
  background-repeat: no-repeat;
}
.slider .navigation li.active a {
  color: #fff;
}
.slider .navigation li.active a h2 {
  color: #fff;
}
.slogan h2 {
  font-size: 240%;
  margin: 18px 0;
  text-align: center;
  background: #965f78;
  color: #fff;
  padding: 15px 0;
}
.homepage h4 {
  margin: 25px 0 15px 0;
}
.homepage .articles ul {
  margin: 0;
}
.homepage .articles ul li {
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: 0 -1px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  margin: 0 0 6px 0;
}
.homepage .articles ul li a {
  text-decoration: none;
  font-family: "ProximaNova-Regular";
  font-size: 100%;
  line-height: 100%;
}
.homepage .articles ul li.investment-banking {
  background-image: url("../img/icons/investment-banking-articles.png");
}
.homepage .articles ul li.private-equity {
  background-image: url("../img/icons/private-equity-articles.png");
}
.homepage .articles ul li.venture-capital {
  background-image: url("../img/icons/venture-capital-articles.png");
}
.homepage .articles ul li.hedge-fund-trading {
  background-image: url("../img/icons/hedge-fund-trading-articles.png");
}
.homepage .articles ul li:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.homepage .companies ul {
  margin: 0;
}
.homepage .companies ul li {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  margin: 0 0 10px 5px;
  float: left;
}
.homepage .companies ul li span.logo {
  margin: 0 6px 0 0;
  width: 75px;
  height: 75px;
  padding: 5px;
  border: 1px solid #eee;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.homepage .companies ul li:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#opportunities h1 {
  margin: 0 0 17px 0;
  line-height: 100%;
}
#contact .form {
  background-image: url("../img/icons/large-contact.png");
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 100px;
  height: 370px;
}
#contact .form .row {
  margin: 0;
}
#contact .form .row.error input,
#contact .form .row.error textarea {
  border: 2px solid red !important;
}
#contact .form label {
  color: #fff;
}
li:hover > .popover {
  display: block;
}
.popover {
  position: absolute;
  display: none;
  right: -220px;
  top: -27px;
  height: auto;
  min-height: 60px;
  width: 420px;
  padding: 15px;
  background: #ffffe0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.popover .content h4 {
  font-size: 100%;
  line-height: 100%;
  margin: 8px 0 0 0;
}
.popover .content .awesome {
  margin: 0 0 0 0;
}
.popover.left:before {
  top: 30px;
  bottom: auto;
  left: -20px;
  border-width: 15px 20px 15px 0;
  border-color: transparent #ffffe0;
}
.popover:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #ffffe0 transparent;
  display: block;
  width: 0;
}
.poll p {
  text-align: center;
  font-weight: normal;
  margin-bottom: 0px;
}
.poll p.question {
  font-weight: bold;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #CCC;
}
.poll div.progress {
  height: 5px;
  background: #EEE;
  margin-bottom: 5px;
  overflow: hidden;
  border: 1px solid #CCC;
}
.poll div.progress div.bar {
  height: 100%;
  background: #999;
}
.poll label {
  float: none;
  text-align: left;
  font-weight: normal;
  text-transform: none;
}
.poll label input[type=radio] {
  margin-right: 0.5em;
}
.poll ul.results li {
  margin-bottom: 1.5em;
}
.poll ul.results li small {
  font-style: italic;
}
.poll ul.results li.selected {
  font-weight: bold;
}
.placeholder {
  background-image: url("../img/icons/large-bubble.png");
  background-repeat: no-repeat;
  background-position: right top;
  margin-top: -70px;
  padding-top: 90px;
}
.placeholder .signup {
  text-align: center;
  height: 370px;
}
.placeholder .signup p {
  color: #fff;
}
.placeholder .signup h2 {
  color: #fff;
  font-size: 230%;
}
.placeholder .signup input[type=text] {
  float: none;
  margin: 22px auto !important;
  font-size: 160%;
  width: 300px;
  padding: 14px;
  text-align: center;
}
ul.featured-articles {
  margin: 0;
}
ul.featured-articles li {
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: 0 -1px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  margin: 0 0 6px 0;
}
ul.featured-articles li a {
  text-decoration: none;
  font-family: "ProximaNova-Regular";
  font-size: 100%;
  line-height: 100%;
}
ul.featured-articles li.investment-banking {
  background-image: url("../img/icons/investment-banking-articles.png");
}
ul.featured-articles li.private-equity {
  background-image: url("../img/icons/private-equity-articles.png");
}
ul.featured-articles li.venture-capital {
  background-image: url("../img/icons/venture-capital-articles.png");
}
ul.featured-articles li.hedge-fund-trading {
  background-image: url("../img/icons/hedge-fund-trading-articles.png");
}
ul.featured-articles li:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
ul.featured-guides {
  margin: 0;
}
ul.featured-guides li {
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: 0 -1px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  margin: 0 0 6px 0;
}
ul.featured-guides li a {
  text-decoration: none;
  font-family: "ProximaNova-Regular";
  font-size: 100%;
  line-height: 100%;
}
ul.featured-guides li.investment-banking {
  background-image: url("../img/icons/investment-banking-guides.png");
}
ul.featured-guides li.private-equity {
  background-image: url("../img/icons/private-equity-guides.png");
}
ul.featured-guides li.venture-capital {
  background-image: url("../img/icons/venture-capital-guides.png");
}
ul.featured-guides li.hedge-fund-trading {
  background-image: url("../img/icons/hedge-fund-trading-guides.png");
}
ul.featured-guides li:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
ul.featured-jobs {
  margin: 0;
}
ul.featured-jobs li {
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: 0 -1px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  margin: 0 0 6px 0;
}
ul.featured-jobs li a {
  text-decoration: none;
  font-weight: normal;
  font-family: "ProximaNova-Bold";
  text-shadow: 1px 1px 2px #fff;
  font-size: 100%;
  line-height: 100%;
}
ul.featured-jobs li.investment-banking {
  background-image: url("../img/icons/investment-banking-jobs.png");
}
ul.featured-jobs li.private-equity {
  background-image: url("../img/icons/private-equity-jobs.png");
}
ul.featured-jobs li.venture-capital {
  background-image: url("../img/icons/venture-capital-jobs.png");
}
ul.featured-jobs li.hedge-fund-trading {
  background-image: url("../img/icons/hedge-fund-trading-jobs.png");
}
ul.featured-jobs li:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .outer-container {
    background-image: none !important;
  }
  .outer-container #navigation {
    clear: both;
    background: #965f78;
    width: 100%;
    margin: 0;
  }
  .outer-container #navigation ul {
    width: 100%;
  }
  .outer-container #navigation ul li {
    float: none;
    display: table-cell;
    width: auto;
  }
  .outer-container #navigation ul li ul {
    width: 240px !important;
  }
  .outer-container #navigation ul li ul li {
    display: block !important;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #navigation {
    background: #965f78;
    width: 100%;
    margin: 0;
  }
  #navigation ul {
    width: 100%;
  }
  #navigation ul li {
    float: none !important;
    display: block !important;
    width: 100%;
    background-image: none !important;
  }
  #navigation ul li a {
    padding: 5px !important;
  }
  #navigation ul li ul {
    width: 100%;
    display: block !important;
    visibility: visible !important;
    position: relative;
  }
  #navigation ul li ul li {
    display: block !important;
  }
  .all-guides {
    display: none;
  }
}
.all-materials {
  text-align: center;
  margin-bottom: 20px;
}
.all-materials .awesome {
  margin: 0;
}
.all-guides {
  position: absolute;
  right: 0;
  margin: 10px 20px 0 0;
  z-index: 1;
  width: 110px;
  height: 96px;
  background-image: url("../img/home/view-all-practice-materials-off.png") !important;
}
.all-guides a {
  display: block;
  text-decoration: none;
  width: 110px;
  height: 96px;
}
.all-guides:hover {
  background-image: url("../img/home/view-all-practice-materials-on.png") !important;
}
.all-guides-sidebar {
  margin: 10px auto 0 auto;
  width: 110px;
  height: 96px;
  background-image: url("../img/home/view-all-practice-materials-off-dark.png") !important;
}
.all-guides-sidebar a {
  display: block;
  text-decoration: none;
  width: 110px;
  height: 96px;
}
.all-guides-sidebar:hover {
  background-image: url("../img/home/view-all-practice-materials-on.png") !important;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/proximanova-bold-webfont.eot');
  src: url('../fonts/proximanova-bold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/proximanova-bold-webfont.woff') format('woff'), url('../fonts/proximanova-bold-webfont.ttf') format('truetype'), url('../fonts/proximanova-bold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/proximanova-regular-webfont.eot');
  src: url('../fonts/proximanova-regular-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-SemiBold';
  src: url('../fonts/proximanova-semibold-webfont.eot');
  src: url('../fonts/proximanova-semibold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibold-webfont.woff') format('woff'), url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'), url('../fonts/proximanova-semibold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AmaticSC-Regular';
  src: url('../fonts/AmaticSC-Regular-webfont.eot');
  src: url('../fonts/AmaticSC-Regular-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/AmaticSC-Regular-webfont.woff') format('woff'), url('../fonts/AmaticSC-Regular-webfont.ttf') format('truetype'), url('../fonts/AmaticSC-Regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Amatic-Bold';
  src: url('../fonts/Amatic-Bold-webfont.eot');
  src: url('../fonts/Amatic-Bold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/Amatic-Bold-webfont.woff') format('woff'), url('../fonts/Amatic-Bold-webfont.ttf') format('truetype'), url('../fonts/Amatic-Bold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'webfontbold';
  src: url('../fonts/nevis-webfont.eot');
  src: url('../fonts/nevis-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/nevis-webfont.woff') format('woff'), url('../fonts/nevis-webfont.ttf') format('truetype'), url('../fonts/nevis-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
#saving {
  background: #000;
  color: #fff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 20px 20px 0 20px;
  z-index: 1000;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: none;
}
#search {
  height: 0%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 10;
  position: relative;
  overflow: hidden;
}
#search .inner-container {
  background: url('../img/background/linen_bg_tile.jpg');
  box-shadow: inset 0px -5px 15px #000000;
  height: 100%;
  overflow-y: auto;
  color: #FFF;
}
#search .inner-container .title {
  font-size: 2em;
  padding: 35px 0px 5px 0px;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  color: #FFF;
}
#search .inner-container .title .close {
  float: right;
  font-size: 0.5em;
  color: #FFF;
  text-decoration: none;
}
#search .inner-container .input {
  border: 2px solid #555;
  padding: 10px;
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#search .inner-container .input input {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  font-size: 1.5em;
}
#search .inner-container .input input:active,
#search .inner-container .input input:focus {
  outline: none;
}
#search .inner-container .results ul li.title {
  padding-bottom: 20px;
  font-size: 1.5em;
}
#search .inner-container .results ul li.result {
  border: 1px solid #CCC;
  background: #EEE;
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
#search .inner-container .results ul li.result a {
  display: block;
  color: #000;
  padding: 10px;
  padding-left: 40px;
  text-decoration: none;
}
#search .inner-container .results ul li.result a small {
  display: block;
  color: #666;
}
#search .inner-container .results ul li.result:hover {
  background: #CCC;
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
#search .inner-container .results ul li.no-results {
  display: none;
}
#search .inner-container .results ul.articles li.result {
  background-image: url(../img/footer/article-icon.png);
}
#search .inner-container .results ul.guides li.result {
  background-image: url(../img/icons/private-equity-guides.png);
}
#search .inner-container .results ul.jobs li.result {
  background-image: url(../img/icons/venture-capital-jobs.png);
}
#search.show {
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.outer-container {
  background: url("../img/background/background-ribbon.png") repeat-x;
  z-index: 1;
}
#header {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
#header #auth {
  position: absolute;
  right: 0px;
  top: 0;
  padding: 6px;
  font-family: "ProximaNova-SemiBold";
  text-transform: uppercase;
  font-size: 90%;
}
#header #auth ul {
  margin: 0;
  list-style: none;
}
#header #auth ul li {
  float: left;
  margin-left: 5px;
}
#header #auth ul li a {
  display: block;
  padding: 5px 8px 3px 8px;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #999;
  margin-right: 5px;
  background-position: 6px 6px;
  background-repeat: no-repeat;
  text-indent: 16px;
}
#header #auth ul li a span {
  background: #EEE;
  padding: 1px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
#header #auth ul li:hover a,
#header #auth ul li.active a {
  background-color: #eee;
  color: #000;
}
#header #auth ul li:hover a span,
#header #auth ul li.active a span {
  background: #CCC;
}
#header #auth ul li.search {
  border-right: 1px dotted #eee;
}
#header #auth ul li.search a {
  background-image: url("../img/icons/search.png");
}
#header #auth ul li.basket {
  border-right: 1px dotted #eee;
}
#header #auth ul li.basket a {
  background-image: url("../img/icons/basket.png");
}
#header #auth ul li.account a {
  background-image: url("../img/icons/account.png");
}
#header #auth ul li.ads a {
  background-image: url("../img/icons/ads.png");
}
#header #auth ul li.admin a {
  background-image: url("../img/icons/admin.png");
}
#header #auth ul li.logout {
  margin-right: 0px;
}
#header #auth ul li.logout a {
  margin-right: 0px;
  text-indent: 0px;
}
#header #auth ul li.login a,
#header #auth ul li.join a {
  margin-right: 0px;
  text-indent: 0px;
}
#header #auth ul li.currency-chooser a {
  text-indent: 0px;
}
#header #logo img {
  position: relative;
  z-index: 201;
}
#header #navigation {
  margin-top: 38px;
  font-family: "ProximaNova-Bold";
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  font-size: 100%;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #4d4d4d;
  position: relative;
}
#header #navigation ul {
  position: relative;
  z-index: 500;
  float: right;
}
#header #navigation ul li {
  position: relative;
  float: left;
  zoom: 1;
  z-index: 1;
  vertical-align: middle;
  padding: 0px;
  text-align: center;
  background-position: center 16px;
  background-repeat: no-repeat;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
#header #navigation ul li a,
#header #navigation ul li span {
  display: block;
  text-decoration: none;
  padding: 52px 15px 18px 15px;
  color: #fff;
  cursor: pointer;
}
#header #navigation ul li ul {
  display: none;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 600;
  background: #7c3756;
  letter-spacing: 0;
  text-transform: none;
  width: 240px;
  padding: 9px 0 12px 0;
  font-size: 90%;
}
#header #navigation ul li ul li {
  float: none;
  width: auto;
}
#header #navigation ul li ul li a {
  padding: 5px 14px 5px 14px;
  text-align: left;
}
#header #navigation ul li ul li:hover {
  background: #965f78;
}
#header #navigation ul li ul li.orange:hover {
  background-color: #d16c09;
}
#header #navigation ul li ul li.blue:hover {
  background-color: #0b9fdc;
}
#header #navigation ul li ul li.green:hover {
  background-color: #5ba718;
}
#header #navigation ul li ul li.red:hover {
  background-color: #ff2f4c;
}
#header #navigation ul li ul li.purple:hover {
  background-color: #965f78;
}
#header #navigation ul li:last-child ul {
  left: auto;
  right: 0;
}
#header #navigation ul li:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  background-color: #7c3756;
}
#header #navigation ul li:hover > ul {
  display: block;
}
#header #navigation ul li.welcome {
  background-image: url("../img/navigation/welcome.png");
}
#header #navigation ul li.articles {
  background-image: url("../img/navigation/articles.png");
}
#header #navigation ul li.guides {
  background-image: url("../img/navigation/guides.png");
}
#header #navigation ul li.jobs {
  background-image: url("../img/navigation/job_board.png");
}
#header #navigation ul li.advertise {
  background-image: url("../img/navigation/advertise.png");
}
#header #navigation ul li.companies {
  background-image: url("../img/navigation/companies.png");
}
#header #navigation ul li.active {
  position: relative;
  z-index: 550;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  background-color: #7c3756;
}
#header #navigation ul,
#header #navigation ul li,
#header #navigation ul li ul {
  list-style: none;
  margin: 0;
}
#header #breadcrumbs {
  margin: 18px 0 0 -18px;
  font-size: 100%;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  z-index: 200;
  position: relative;
}
#header #breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header #breadcrumbs ul li.crumb {
  display: inline-block;
  height: 28px;
  line-height: 30px;
  width: auto;
  margin: 0;
  padding-right: 0px;
  position: relative;
  background: #F4F4F4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header #breadcrumbs ul li.crumb a {
  padding: 10px 3px 8px 12px;
  text-decoration: none;
}
#header #breadcrumbs ul li.crumb a:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  right: -13px;
  border-style: solid;
  border-width: 14px 0 14px 14px;
  border-color: transparent transparent transparent #F4F4F4;
  z-index: 10;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header #breadcrumbs ul li.crumb:before {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  left: -4px;
  border-style: solid;
  border-width: 14px 0 14px 14px;
  border-color: transparent transparent transparent #fff;
  z-index: 0;
}
#header #breadcrumbs ul li.crumb.first:before {
  border-color: transparent;
}
#header #breadcrumbs ul li.crumb:hover {
  padding-right: 5px;
  background: #EEE;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header #breadcrumbs ul li.crumb:hover a:after {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-color: transparent transparent transparent #EEE;
}
#header #breadcrumbs ul li.crumb.orange {
  background-color: #DA893A;
}
#header #breadcrumbs ul li.crumb.orange a {
  color: #FFF;
}
#header #breadcrumbs ul li.crumb.orange a:after {
  border-left-color: #DA893A;
}
#header #breadcrumbs ul li.crumb.orange:hover {
  background-color: #d16c09;
}
#header #breadcrumbs ul li.crumb.orange:hover a:after {
  border-left-color: #d16c09;
}
#header #breadcrumbs ul li.crumb.blue {
  background-color: #3AB2E3;
}
#header #breadcrumbs ul li.crumb.blue a {
  color: #FFF;
}
#header #breadcrumbs ul li.crumb.blue a:after {
  border-left-color: #3AB2E3;
}
#header #breadcrumbs ul li.crumb.blue:hover {
  background-color: #0b9fdc;
}
#header #breadcrumbs ul li.crumb.blue:hover a:after {
  border-left-color: #0b9fdc;
}
#header #breadcrumbs ul li.crumb.green {
  background-color: #7BB846;
}
#header #breadcrumbs ul li.crumb.green a {
  color: #FFF;
}
#header #breadcrumbs ul li.crumb.green a:after {
  border-left-color: #7BB846;
}
#header #breadcrumbs ul li.crumb.green:hover {
  background-color: #5ba718;
}
#header #breadcrumbs ul li.crumb.green:hover a:after {
  border-left-color: #5ba718;
}
#header #breadcrumbs ul li.crumb.purple {
  background-color: #965E77;
}
#header #breadcrumbs ul li.crumb.purple a {
  color: #FFF;
}
#header #breadcrumbs ul li.crumb.purple a:after {
  border-left-color: #965E77;
}
#header #breadcrumbs ul li.crumb.purple:hover {
  background-color: #7c3756;
}
#header #breadcrumbs ul li.crumb.purple:hover a:after {
  border-left-color: #7c3756;
}
#header #breadcrumbs ul li.crumb.red {
  background-color: #ff2f4c;
}
#header #breadcrumbs ul li.crumb.red a {
  color: #FFF;
}
#header #breadcrumbs ul li.crumb.red a:after {
  border-left-color: #ff2f4c;
}
#header #breadcrumbs ul li.crumb.red:hover {
  background-color: #d10000;
}
#header #breadcrumbs ul li.crumb.red:hover a:after {
  border-left-color: #d10000;
}
#header #breadcrumbs ul:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header .cta {
  float: right;
  margin-top: 7px;
}
#header h1 span.normal-price {
  font-size: 0.75em;
  color: #888;
  text-decoration: line-through;
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  #header #logo img {
    max-width: 75%;
  }
  #header #breadcrumbs {
    float: none;
    left: -40px;
    top: 30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  #header {
    margin-bottom: 20px;
  }
  #header #logo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
  }
  #header #logo img {
    max-width: 30%;
  }
  #header #breadcrumbs {
    position: absolute;
    float: none;
    left: 160px;
    top: 34px;
    margin-bottom: 0px;
  }
  #header #auth {
    position: relative;
    margin-top: 6px;
    height: 100px;
    margin-bottom: 0px;
    padding-left: 130px;
    z-index: 1;
  }
}
@media only screen and (max-width: 479px) {
  #header {
    margin-bottom: 20px;
  }
  #header #logo {
    position: absolute;
    top: 0px;
    left: 0;
    margin-left: 0;
  }
  #header #breadcrumbs {
    float: none;
    top: 10px;
    margin-bottom: 20px;
  }
  #header #auth {
    position: relative;
    margin-top: 220px;
  }
}
#footer {
  margin-top: 100px;
  padding: 15px 0;
  background: #eee;
  font-size: 90%;
  line-height: 160%;
  font-family: "ProximaNova-Regular";
}
#footer .four.columns {
  margin-bottom: 2em;
}
#footer h6 {
  margin-bottom: 8px;
}
#footer .about p {
  font-size: 110%;
  line-height: 140%;
}
#footer .about ul.sections {
  margin: 10px 0 0 0;
}
#footer .about ul.sections li {
  display: block;
  height: 32px;
  line-height: 32px;
  min-width: 140px;
  margin: 0 0 6px 0;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-family: "ProximaNova-Bold";
  text-shadow: 0px 1px 1px #4d4d4d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer .about ul.sections li a {
  color: #FFf;
  padding: 10px 13px 8px 12px;
  text-decoration: none;
}
#footer .about ul.sections li a:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  right: -15px;
  border-style: solid;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent transparent #eee;
  z-index: 10;
}
#footer .about ul.sections li.purple {
  width: 180px;
  background-color: #7c3756;
}
#footer .about ul.sections li.purple a:after {
  border-left-color: #7c3756;
}
#footer .about ul.sections li.orange {
  width: 180px;
  background-color: #d16c09;
}
#footer .about ul.sections li.orange a:after {
  border-left-color: #d16c09;
}
#footer .about ul.sections li.blue {
  width: 140px;
  background-color: #0b9fdc;
}
#footer .about ul.sections li.blue a:after {
  border-left-color: #0b9fdc;
}
#footer .about ul.sections li.green {
  width: 160px;
  background-color: #5ba718;
}
#footer .about ul.sections li.green a:after {
  border-left-color: #5ba718;
}
#footer .about ul.sections li.red {
  width: 190px;
  background-color: #ff2f4c;
}
#footer .about ul.sections li.red a:after {
  border-left-color: #ff2f4c;
}
#footer .about ul.sections li:hover {
  width: 90%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer .jobs ul {
  margin: 0;
}
#footer .jobs ul li {
  padding-left: 26px;
  background-repeat: no-repeat;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  margin: 0 0 5px 0;
}
#footer .jobs ul li a {
  text-decoration: none;
  font-weight: bold;
  font-family: "ProximaNova-Bold";
  text-shadow: 1px 1px 2px #fff;
  font-size: 100%;
  line-height: 100%;
}
#footer .jobs ul li {
  background-image: url("../img/icons/jobs.png");
}
#footer .jobs ul li.investment_banking {
  background-image: url("../img/icons/investment-banking-jobs.png");
}
#footer .jobs ul li.private_equity {
  background-image: url("../img/icons/private-equity-jobs.png");
}
#footer .jobs ul li.venture_capital {
  background-image: url("../img/icons/venture-capital-jobs.png");
}
#footer .jobs ul li:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#footer .articles ul {
  margin: 0;
}
#footer .articles ul li {
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: 0 -1px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  margin: 0 0 5px 0;
}
#footer .articles ul li a {
  text-decoration: none;
  font-family: "ProximaNova-Regular";
  text-shadow: 1px 1px 2px #fff;
  font-size: 100%;
  line-height: 100%;
}
#footer .articles ul li.investment-banking {
  background-image: url("../img/icons/investment-banking-articles.png");
}
#footer .articles ul li.private-equity {
  background-image: url("../img/icons/private-equity-articles.png");
}
#footer .articles ul li.venture-capital {
  background-image: url("../img/icons/venture-capital-articles.png");
}
#footer .articles ul li:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#footer .guides ul {
  margin: 0;
}
#footer .guides ul li {
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: 0 -2px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  margin: 0 0 7px 0;
}
#footer .guides ul li a {
  text-decoration: none;
  font-family: "ProximaNova-Regular";
  text-shadow: 1px 1px 2px #fff;
  font-size: 100%;
  line-height: 100%;
}
#footer .guides ul li {
  background-image: url("http://www.askivy.net/assets/img/icons/guides.png");
}
#footer .guides ul li.investment-banking {
  background-image: url("../img/icons/investment-banking-guides.png");
}
#footer .guides ul li.private-equity {
  background-image: url("../img/icons/private-equity-guides.png");
}
#footer .guides ul li.venture-capital {
  background-image: url("../img/icons/venture-capital-guides.png");
}
#footer .guides ul li:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#footer .institutions ul {
  margin: 0;
}
#footer .institutions ul li {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  margin: 0 0 7px 0;
}
#footer .institutions ul li a {
  text-decoration: none;
  font-family: "ProximaNova-Regular";
  text-shadow: 1px 1px 2px #fff;
  font-size: 100%;
  line-height: 100%;
}
#footer .institutions ul li span.logo {
  margin: 0 6px 0 0;
  width: 25px;
  height: 25px;
  padding: 5px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
}
#footer .institutions ul li.investment-banking {
  background-image: url("../img/icons/investment-banking-articles.png");
}
#footer .institutions ul li.private-equity {
  background-image: url("../img/icons/private-equity-articles.png");
}
#footer .institutions ul li.venture-capital {
  background-image: url("../img/icons/venture-capital-articles.png");
}
#footer .institutions ul li:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#footer .other ul {
  margin: 0;
}
#footer .other ul li {
  background-repeat: no-repeat;
  background-position: 0 -2px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  margin: 0 0 6px 0;
  font-family: "ProximaNova-Regular";
  font-weight: normal;
}
#footer .other ul li a {
  text-decoration: none;
  text-shadow: 1px 1px 2px #fff;
  font-size: 100%;
  line-height: 100%;
}
#footer .other ul li {
  background-image: none;
  padding-left: 0;
}
#footer .other ul li.linkedin {
  padding-left: 26px;
  background-image: url("../img/icons/linkedin.png");
  background-position: 0 12px;
  margin-top: 10px;
  border-top: 1px dotted #ccc;
  padding-top: 12px;
}
#footer .other ul li.facebook {
  padding-left: 26px;
  background-image: url("../img/icons/facebook.png");
}
#footer .other ul li.twitter {
  padding-left: 26px;
  background-image: url("../img/icons/twitter.png");
}
#footer .other ul li.linkedin a,
#footer .other ul li.facebook a,
#footer .other ul li.twitter a {
  font-family: "ProximaNova-Bold";
}
#footer .other ul li:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#copyright {
  background: #7c3756;
}
#copyright p {
  padding: 7px;
  text-align: center;
  color: #fff;
  font-family: "ProximaNova-Bold";
  font-size: 70%;
  text-transform: uppercase;
  vertical-align: middle;
}
#copyright p span {
  font-family: Verdana;
  font-size: 120%;
}
/* #######################################################################

	meanMenu
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #7c3756 url(../img/navigation/menu-bg.png) no-repeat 10px 15px;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #7C3756;
  margin-top: 33px;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0;
  line-height: inherit;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #383838;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-bottom: 1px solid #f1f1f1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
  width: 26px;
  height: 26px;
  border: none !important;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: none;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
#register-switcher {
  padding-top: 250px;
}
#register-switcher .center {
  text-align: center;
}
#account h1 {
  text-align: center;
}
#account .line {
  padding: 6px 0;
  margin: 0;
  clear: both;
}
#account .line .add {
  color: #7c3756;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  padding: 2px 0;
  display: block;
}
#account .line .short_dropdowns select {
  width: 70px;
  float: left;
  margin-right: 5px;
}
#account .line .awesome {
  margin: 5px 0;
}
#account .line small {
  display: block;
  line-height: 150%;
  margin: 10px 0;
  font-family: "ProximaNova-Bold";
}
#account .line:hover {
  background: #eee;
}
#account .line .error {
  color: red;
  font-size: 80%;
  font-family: "ProximaNova-Bold";
  display: block;
  margin: 8px 0;
}
#account .separator {
  margin: 20px 0 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
#account .separator:first-child {
  margin-top: 0;
}
#account label {
  font-size: 80%;
  padding: 3px 0;
}
#account label.left {
  text-align: left;
}
#account select,
#account input[type=file] {
  margin-top: 4px;
}
#account input[type=text],
#account textarea {
  margin: 0;
}
#account input[type=file] {
  font-size: 80%;
}
#account .cv {
  position: relative;
  padding: 15px 20px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  min-height: 580px;
  text-align: center;
}
#account .cv .profile-img {
  margin: 20px 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
#account .cv h4 {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  font-size: 200%;
  margin: 0;
}
#account .cv p {
  margin: 10px 0 20px 0;
}
#account .cv .skills {
  margin-top: 6px;
}
#account .cv .skills li {
  display: inline-block;
  padding: 8px;
  background: #eee;
  line-height: 100%;
  margin: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#account .cv:before,
#account .cv:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 12px;
  bottom: 12px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
#account .cv:after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}
#account .alerts table {
  width: 100%;
}
#account .alerts table tr th {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  text-align: left;
  border-bottom: 1px dotted #eee;
  padding: 8px;
}
#account .alerts table tr td {
  padding: 8px;
}
#account .account-navigation {
  margin: 15px 0 30px 0;
  border-bottom: 1px solid #ccc !important;
}
#account .account-navigation li {
  line-height: 100%;
  margin: 0;
  display: inline-block;
  float: left;
}
#account .account-navigation li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  color: #000;
  display: block;
  padding: 8px 12px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #eee;
  margin: 0 0 0 10px;
}
#account .account-navigation li.selected a {
  background: #7c3756;
  border-color: #7c3756;
  color: #fff;
}
#account .account-navigation li.create {
  float: right;
  margin-right: 10px;
}
#account .account-navigation li.create a {
  background: #84a717;
  border-color: #84a717;
  color: #fff;
}
#account .account-navigation li:hover a {
  background: #ccc;
}
#account .account-navigation li.selected:hover a {
  background: #7c3756;
}
#account .account-navigation li.create:hover a {
  background: #84a717;
}
#account .toptier {
  background: red !important;
}
#account .toptier li {
  list-style: circle;
  margin: 0;
}
#qualifications {
  padding: 0;
}
#qualifications_table {
  margin: 0;
}
#qualifications_table tbody tr {
  border-bottom: 1px dotted #ccc;
}
#qualifications_table tbody tr th {
  background: #e3e3e3;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  border-right: 1px dotted #ccc;
}
#qualifications_table tbody tr th .highlight {
  background: #7c3756;
  padding: 5px 8px;
  color: #fff;
}
#qualifications_table tbody tr td {
  background: #eee;
  padding: 20px;
  border-right: 1px dotted #ccc;
}
#qualifications_table tbody tr td ul li {
  margin: 0 0 0 14px;
  list-style: disc;
}
#qualifications_table tbody tr th:last-child,
#qualifications_table tbody tr td:last-child {
  border-right: none;
}
.sort {
  float: right;
  text-transform: none !important;
  font-weight: normal;
  font-family: "ProximaNova-Regular";
  font-size: 60%;
  color: #999;
}
table.applicants tbody tr td,
table.jobs tbody tr td {
  vertical-align: top;
  border-bottom: 1px dotted #EEE;
}
table.applicants tbody tr td ul,
table.jobs tbody tr td ul {
  margin: 0;
}
table.applicants tbody tr td ul li,
table.jobs tbody tr td ul li {
  margin: 0 0 5px 0;
  background-repeat: no-repeat;
}
table.applicants tbody tr td ul li.clock,
table.jobs tbody tr td ul li.clock {
  background-image: url("../img/icons/clock-icon.png");
  text-indent: 20px;
}
table.applicants tbody tr td ul li.pie,
table.jobs tbody tr td ul li.pie {
  background-image: url("../img/icons/pie-chart-icon.png");
  text-indent: 20px;
}
table.applicants tbody tr td ul li.star,
table.jobs tbody tr td ul li.star {
  background-image: url("../img/icons/star-icon.png");
  text-indent: 20px;
}
table.applicants tbody tr td ul li.messages,
table.jobs tbody tr td ul li.messages {
  background-image: url("../img/icons/messages-icon.png");
  text-indent: 20px;
}
table.applicants tbody tr td ul li.paper,
table.jobs tbody tr td ul li.paper {
  background-image: url("../img/icons/documents-icon.png");
  text-indent: 20px;
}
table.applicants tbody tr td select,
table.jobs tbody tr td select {
  width: 120px;
  margin: 0 !important;
  display: inline;
}
table.applicants tbody tr.shortlisted td,
table.jobs tbody tr.shortlisted td,
table.applicants tbody tr.Shortlisted td,
table.jobs tbody tr.Shortlisted td {
  background: #ccffd8;
}
table.applicants tbody tr.received td,
table.jobs tbody tr.received td,
table.applicants tbody tr.Received td,
table.jobs tbody tr.Received td {
  color: #000;
}
table.applicants tbody tr.rejected td,
table.jobs tbody tr.rejected td,
table.applicants tbody tr.Rejected td,
table.jobs tbody tr.Rejected td {
  background: #ffe5e5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
table.applicants tbody tr.rejected:hover td,
table.jobs tbody tr.rejected:hover td,
table.applicants tbody tr.Rejected:hover td,
table.jobs tbody tr.Rejected:hover td {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.job_preview {
  padding: 20px;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 20px;
}
ol.progtrckr {
  margin: 10px 0 40px 0;
  padding: 0;
  list-style-type: none;
}
ol.progtrckr li {
  display: inline-block;
  text-align: center;
  line-height: 3em;
}
ol.progtrckr[data-progtrckr-steps="2"] li {
  width: 49%;
}
ol.progtrckr[data-progtrckr-steps="3"] li {
  width: 33%;
}
ol.progtrckr[data-progtrckr-steps="4"] li {
  width: 24%;
}
ol.progtrckr[data-progtrckr-steps="5"] li {
  width: 19%;
}
ol.progtrckr[data-progtrckr-steps="6"] li {
  width: 16%;
}
ol.progtrckr[data-progtrckr-steps="7"] li {
  width: 14%;
}
ol.progtrckr[data-progtrckr-steps="8"] li {
  width: 12%;
}
ol.progtrckr[data-progtrckr-steps="9"] li {
  width: 11%;
}
ol.progtrckr li.progtrckr-done {
  color: black;
  border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-todo {
  color: silver;
  border-bottom: 4px solid silver;
}
ol.progtrckr li:after {
  content: "\00a0\00a0";
}
ol.progtrckr li:before {
  position: relative;
  bottom: -2.5em;
  float: left;
  left: 48%;
  line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
  content: "✔";
  color: white;
  background-color: yellowgreen;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.4em;
  border: none;
  border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-todo:before {
  content: "\039F";
  color: silver;
  background-color: white;
  font-size: 1.5em;
  bottom: -1.6em;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  height: 372px;
  background: #ffffff url(../img/loader/loader.gif) center no-repeat !important;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 30px;
  background: #fff;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
.flex-caption {
  position: absolute;
  bottom: 25px;
  left: 55px;
  background: #fff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  padding: 20px;
  color: #000;
}
.flex-caption p {
  margin: 0;
  font-size: 110%;
  line-height: 140%;
}
.flex-caption ul {
  margin: 7px 0 10px 0;
}
.flex-caption ul li {
  display: inline-block;
}
.flex-caption ul li a.investment-banking {
  background-color: #d16c09;
}
.flex-caption ul li a.private-equity {
  background-color: #0b9fdc;
}
.flex-caption ul li a.venture-capital {
  background-color: #5ba718;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  margin: -50px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0.3;
  -webkit-transition: all .3s ease;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  width: 42px;
  height: 90px;
  padding-top: 28px;
  padding-left: 17.5px;
  overflow: hidden;
  color: #fff;
  background-color: #7c3756;
}
.flex-direction-nav .flex-next {
  background-image: url("../img/slider/next.png");
  right: 0;
}
.flex-direction-nav .flex-prev {
  background-image: url("../img/slider/prev.png");
  left: 0px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .1!important;
  filter: alpha(opacity=10);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center;
  vertical-align: middle;
}
.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #eee;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: #7c3756;
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: #7c3756;
  cursor: default;
  width: 18px;
  height: 18px;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .flex-direction-nav {
    display: none;
  }
  .flexslider {
    height: 295px;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }
  .flexslider {
    height: 135px;
  }
  .flex-caption {
    display: none !important;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .flex-direction-nav {
    display: none;
  }
}
#articles h4,
#guides h4 {
  margin-bottom: 12px;
  color: #999;
}
#articles .category h2,
#guides .category h2 {
  font-size: 120%;
}
#articles .category h2 a,
#guides .category h2 a {
  text-decoration: none;
}
#articles .category h2.orange,
#guides .category h2.orange,
#articles .category h2.orange a,
#guides .category h2.orange a {
  color: #d16c09;
}
#articles .category h2.blue,
#guides .category h2.blue,
#articles .category h2.blue a,
#guides .category h2.blue a {
  color: #0b9fdc;
}
#articles .category h2.green,
#guides .category h2.green,
#articles .category h2.green a,
#guides .category h2.green a {
  color: #5ba718;
}
#articles .category small,
#guides .category small {
  display: block;
}
#articles .category small a,
#guides .category small a {
  font-weight: normal !important;
  text-shadow: none !important;
}
#articles .category ul,
#guides .category ul {
  border: 1px solid #eee;
}
#articles .category ul li,
#guides .category ul li {
  margin: 0;
  padding: 8px 120px 8px 12px;
  position: relative;
}
#articles .category ul li a,
#guides .category ul li a {
  text-decoration: none;
  font-weight: bold;
  font-family: "ProximaNova-Bold";
  text-shadow: 1px 1px 2px #fff;
  font-size: 120%;
  line-height: 120%;
  background-repeat: no-repeat;
  margin-right: 5px;
}
#articles .category ul li a.awesome,
#guides .category ul li a.awesome {
  text-shadow: none;
}
#articles .category ul li span,
#guides .category ul li span {
  position: absolute;
  right: 10px;
  top: 8px;
  margin-left: 10px;
}
#articles .category ul li span.normal-price,
#guides .category ul li span.normal-price {
  position: relative;
  right: 0px;
  top: 0px;
  margin-left: 10px;
  text-decoration: line-through;
  font-size: 0.75em;
  color: #888;
}
#articles .category ul li .rating,
#guides .category ul li .rating {
  display: block;
}
#articles .category ul li img.ribbon,
#guides .category ul li img.ribbon {
  display: none;
  width: 40px;
  height: 40px;
}
#articles .category ul li.investment-banking a.title,
#guides .category ul li.investment-banking a.title {
  background-image: url("../img/footer/article-investment-banking.png");
  padding-left: 26px;
}
#articles .category ul li.private-equity a.title,
#guides .category ul li.private-equity a.title {
  background-image: url("../img/footer/article-private-equity.png");
  padding-left: 26px;
}
#articles .category ul li.venture-capital a.title,
#guides .category ul li.venture-capital a.title {
  background-image: url("../img/footer/article-venture-capital.png");
  padding-left: 26px;
}
#articles .category ul li.hedge-fund-trading a.title,
#guides .category ul li.hedge-fund-trading a.title {
  background-image: url("http://www.askivy.net/assets/img/footer/article-hedge-fund-trading.png");
  padding-left: 26px;
}
#articles .category ul li:nth-child(odd),
#guides .category ul li:nth-child(odd) {
  background: #eee;
}
#articles .category ul li.on-sale,
#guides .category ul li.on-sale {
  position: relative;
}
#articles .category ul li.on-sale img.ribbon,
#guides .category ul li.on-sale img.ribbon {
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
}
#jobs {
  position: relative;
}
#jobs .sidebar {
  background: #eee;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#jobs .sidebar h4 {
  color: #000;
  font-size: 100%;
  margin: 15px 0;
  line-height: 100%;
  margin-top: 30px;
}
#jobs .sidebar h4.industry {
  margin-top: 20px;
}
#jobs .sidebar a.industry {
  text-align: left;
  padding: 8px 20px;
  font-size: 100%;
  line-height: 100%;
  display: block;
  width: 100%;
  color: #ccc;
  text-decoration: none;
  font-weight: bold;
}
#jobs .sidebar a.industry.active {
  color: #7c3756;
}
#jobs .sidebar ul li.toggle-checkbox {
  margin: 0 0 1px -20px;
  display: block;
  width: 240px;
}
#jobs .sidebar ul li.toggle-checkbox label {
  padding: 0;
}
#jobs .sidebar ul li.toggle-checkbox label span {
  text-align: left;
  padding: 8px 20px;
  font-size: 100%;
  line-height: 100%;
  display: block;
  cursor: pointer;
  text-shadow: none;
  width: 100%;
}
#jobs .sidebar ul li.toggle-checkbox:hover label span {
  background-color: #965f78;
  color: #fff;
}
#jobs .sidebar ul li.toggle-checkbox label input {
  position: absolute;
  top: -2000px;
}
#jobs .sidebar ul li.toggle-checkbox .input-checked {
  background-color: #965f78;
  color: #fff;
}
#jobs .sidebar ul li.industry {
  margin: 0 0 1px -20px;
  display: block;
  width: 240px;
}
#jobs .sidebar ul li.industry a {
  text-align: left;
  padding: 8px 20px;
  font-size: 100%;
  line-height: 100%;
  display: block;
  width: 100%;
  color: #ccc;
}
#jobs .sidebar ul li.industry a.active {
  color: #7c3756;
}
#jobs .sidebar ul.static li a {
  background: #ccc;
  text-decoration: none;
  font-size: 120%;
  color: #000;
}
#jobs .social ul {
  margin: 0;
  text-align: right;
}
#jobs .social ul li {
  display: inline;
  background-repeat: no-repeat;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  margin: 0 5px;
  font-family: "ProximaNova-Bold";
  padding-left: 26px;
}
#jobs .social ul li a {
  text-decoration: none;
  font-size: 100%;
  line-height: 100%;
}
#jobs .social ul li.twitter {
  background-image: url("../img/icons/twitter.png");
}
#jobs .social ul li.linkedin {
  background-image: url("../img/icons/linkedin.png");
}
#jobs .browser {
  background: #ccc;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#jobs h4 {
  margin-bottom: 12px;
  color: #999;
}
#jobs h4 span {
  float: right;
}
#jobs .no-results {
  background: #eee;
  padding: 120px 50px;
  text-align: center;
}
#jobs .subscribe {
  background: #965f78;
  color: #fff;
  margin: 60px 30px 30px 30px;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#jobs .subscribe h4 {
  color: #fff;
}
#job .share {
  background: #efefef;
  padding: 12px 20px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-bottom: 24px;
  margin-top: -10px;
}
#job .visual {
  margin: 0 0 15px 15px;
  float: right;
  border: 1px solid #eee;
  padding: 0;
}
#job .visual .logo {
  padding: 10px;
}
#job .visual .link {
  display: block;
  background: #7c3756;
  padding: 5px 8px;
  color: #fff;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 80%;
  text-align: center;
}
#job .apply {
  margin: 0 0 15px 15px;
  float: right;
  width: 280px;
  background: #7c3756;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
  color: #fff;
}
#job .apply .system-alert ul {
  margin: 0;
}
#job .apply .system-alert ul li {
  margin: 0;
}
#job .apply .system-alert ul li:before {
  content: " › ";
}
#job .apply h3,
#job .apply h4 {
  color: #fff;
}
#job .apply h4 {
  font-size: 100%;
}
#job .apply form input[type=checkbox],
#job .apply form input[type=text],
#job .apply form select,
#job .apply form textarea {
  display: inline;
  margin: 0;
}
#job .apply form textarea {
  height: 60px;
}
#job .apply form label {
  display: inline;
  text-transform: none;
}
#job .apply form .error {
  color: red;
  background: #fff;
  padding: 3px;
  font-size: 80%;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 5px;
}
#job .apply strong {
  color: #fff;
}
#job table {
  width: auto;
  display: inline;
}
#job table th,
#job table td {
  padding: 4px;
}
#job table th {
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  text-align: right;
}
#job.preview,
#questions.preview {
  border: 1px solid #CCC;
  background: #EEE;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#job.preview div.padder,
#questions.preview div.padder {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 5px;
  padding: 20px;
  background: #ffffff url(../img/background/preview.png);
  background-position: 0 -125px;
}
#article .featured-image {
  float: left;
  margin-right: 15px;
  border: 1px solid #EFEFEF;
  background: #FFF;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
}
#article .rate {
  background: #efefef;
  padding: 12px 20px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
#article .rate .filed {
  margin: 0 0 10px 0;
}
#article .rate .rating {
  top: 15px;
}
#article .rate .left {
  float: left;
}
#article .rate .right {
  float: right;
}
#article .download {
  background: #fff;
  margin: 0 0 20px 0;
  padding: 8px 8px 8px 22px;
  color: #fff;
  line-height: 100%;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  border: 1px solid #eee;
}
#article .download .awesome {
  margin: 0;
  float: right;
}
#article .download span {
  display: inline-block;
  color: #999;
  font-size: 90%;
  padding: 7px 0;
}
#article .featured > p:first-child {
  font-size: 150%;
  line-height: 140%;
  color: #7c3756;
  font-family: "ProximaNova-Bold";
  text-align: justify;
}
#article .featured > p:second-child {
  clear: left;
}
#article .widget-right {
  float: right;
  width: 200px;
}
#guide .featured-image {
  float: left;
  margin-right: 15px;
  border: 1px solid #EFEFEF;
  background: #FFF;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
}
#guide .rate {
  background: #efefef;
  padding: 12px 20px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
#guide .rate .filed {
  margin: 0 0 10px 0;
}
#guide .rate .rating {
  top: 46px;
}
#guide .rate .left {
  float: left;
}
#guide .rate .right {
  float: right;
}
#guide .download {
  background: #fff;
  margin: 0 0 20px 0;
  padding: 8px 8px 8px 22px;
  color: #fff;
  line-height: 100%;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  border: 1px solid #eee;
}
#guide .download .awesome {
  margin: 0;
  float: right;
}
#guide .download span {
  display: inline-block;
  color: #999;
  font-size: 90%;
  padding: 7px 0;
}
#guide .featured > p:first-child {
  font-size: 150%;
  line-height: 140%;
  color: #7c3756;
  font-family: "ProximaNova-Bold";
  text-align: justify;
}
#guide .featured > p:second-child {
  clear: left;
}
#guide .widget-right {
  float: right;
  width: 200px;
}
#companies h3 {
  color: #fff;
  background: #965f78;
  line-height: 100%;
  padding: 10px;
  margin: 15px 0;
}
#companies ul {
  margin: 0;
  text-indent: 0;
}
#companies ul li {
  margin-bottom: 25px;
}
#companies ul li a {
  text-decoration: none;
}
#companies ul li div.box {
  filter: url("../filters/filters.svg");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
  padding: 0 !important;
  padding: 10px;
}
#companies ul li div.box span.logo {
  margin: 0;
  width: 100%;
  height: 210px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  display: block;
}
#companies ul li div.box span.title {
  margin: 0;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  background: #ccc;
  height: auto;
  display: block;
  padding: 4px 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#companies ul li div.box span.description {
  line-height: 120%;
  margin: 0;
  font-size: 90%;
  display: block;
}
#companies ul li div.box:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
#companies ul li div.box:hover span.title {
  background: #7c3756;
  color: #fff;
}
#company .visual {
  margin: 0 0 15px 15px;
  float: right;
  border: 1px solid #eee;
  padding: 0;
}
#company .visual .logo {
  padding: 10px;
}
#company .visual .link {
  display: block;
  background: #7c3756;
  padding: 5px 8px;
  color: #fff;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 80%;
  text-align: center;
}
#institutions ul {
  margin: 0;
  text-indent: 0;
}
#institutions ul li {
  margin-bottom: 25px;
}
#institutions ul li a {
  text-decoration: none;
}
#institutions ul li div.box {
  filter: url("../filters/filters.svg");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
  padding: 0 !important;
  padding: 10px;
}
#institutions ul li div.box span.logo {
  margin: 0;
  width: 100%;
  height: 210px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  display: block;
}
#institutions ul li div.box span.title {
  margin: 0;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  background: #ccc;
  height: auto;
  display: block;
  padding: 4px 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#institutions ul li div.box span.description {
  line-height: 120%;
  margin: 0;
  font-size: 90%;
  display: block;
}
#institutions ul li div.box:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
#institutions ul li div.box:hover span.title {
  background: #7c3756;
  color: #fff;
}
#company .visual {
  margin: 0 0 15px 15px;
  float: right;
  border: 1px solid #eee;
  padding: 0;
}
#company .visual .logo {
  padding: 10px;
}
#company .visual .link {
  display: block;
  background: #7c3756;
  padding: 5px 8px;
  color: #fff;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 80%;
  text-align: center;
}
#company .visual .link:hover {
  background: #965f78;
}